ObjectSpace stats: TOTAL: 374570 FREE: 148080 T_STRING: 93279 T_IMEMO: 84047 T_ARRAY: 18014 T_OBJECT: 7758 T_CLASS: 7234 T_DATA: 5384 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1691 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510217) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510217) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510107) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510107) Action Controller: Exception caught (len: 643) Read solution

To make Bundler and RVM able to load gems from the home directory, set Read solution

To make Bundler and RVM able to load gems from the home directory, set (?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )) # and a final valid identifier, captured as DYNAMIC (len: 605) (?:\$|@{1,2})? # optional global, instance or class variable indicator (?:(?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )\.)* # followed by an optional chain of zero-argument method calls (?(?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )) # and a final valid identifier, captured as DYNAMIC (len: 605) //(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 601) //(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 601) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) ^(?i-mx:Content-Disposition:\s*(?-mix:[^\s()<>,;:\\"\/\[\]?=]+)\s*)((?-mix:;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s*))+$ (len: 586) ^(?i-mx:Content-Disposition:\s*(?-mix:[^\s()<>,;:\\"\/\[\]?=]+)\s*)((?-mix:;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s*))+$ (len: 586) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) gemset. Read solution

Use the Read solution
Use the Read solution
(len: 513) . Read solution
(len: 513) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) ;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s* (len: 507) ;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s* (len: 507) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) . Read solution
Use the Read solution
Use the Read solution
(len: 495) Read solution
(len: 495) In order to autoload safely at boot time, please wrap your code in a reloader callback this way: Rails.application.reloader.to_prepare do # Autoload classes and modules needed at boot time here. end That block runs when the application boots, and every time there is a reload. For historical reasons, it may run twice, so it has to be idempotent. Check the "Autoloading and Reloading Constants" guide to learn more about how Rails autoloads and reloads. (len: 473) \A (?:(?.*)/)? (?_)? (?.*?) (?:\.(?[a-z]{2}(?:-[A-Z]{2})?))?? (?:\.(?html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip))?? (?:\+(?[^.]*))?? (?:\.(?raw|erb|html|builder|ruby|jbuilder))? \z (len: 468) (len: 465) _paves_session=bFRgvRt4%2BLFgPBqAQstc%2BfaVsNRhxloPn%2BjrPfEOeDShMYms6jejLHCh7SJx3eZx4OY7kXTkdcn%2FQuuGJj9wQT%2FSCbre4G6WbSPADh6jnbmQ7ymMwWE8r1quK8gIEAEqCR%2FploT7LthBR7M1xWaThYZbPQyasFLAs2t8aSUrVju6Ze9n1DAHc1jDNQ9V6tOFb1bGrbxswsNVB7F9MU22NH5tE207VKMmYqm%2BkSAbvO%2F3R7UzR8HIgv%2BCAQgPmWc5Krw8M%2FVblujHC1%2F7OtOoHZVFVJRErQ%3D%3D--M0NDCB33vktBVjRa--Gultlfi8JKKhJIGOqlvu3Q%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 458) _paves_session=bFRgvRt4%2BLFgPBqAQstc%2BfaVsNRhxloPn%2BjrPfEOeDShMYms6jejLHCh7SJx3eZx4OY7kXTkdcn%2FQuuGJj9wQT%2FSCbre4G6WbSPADh6jnbmQ7ymMwWE8r1quK8gIEAEqCR%2FploT7LthBR7M1xWaThYZbPQyasFLAs2t8aSUrVju6Ze9n1DAHc1jDNQ9V6tOFb1bGrbxswsNVB7F9MU22NH5tE207VKMmYqm%2BkSAbvO%2F3R7UzR8HIgv%2BCAQgPmWc5Krw8M%2FVblujHC1%2F7OtOoHZVFVJRErQ%3D%3D--M0NDCB33vktBVjRa--Gultlfi8JKKhJIGOqlvu3Q%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 458) local zset_key = KEYS[1] local hash_key = KEYS[2] local id = ARGV[1] local score = tonumber(ARGV[2]) local bytes = ARGV[3] local limit = tonumber(ARGV[4]) redis.call("ZADD", zset_key, score, id) redis.call("HSET", hash_key, id, bytes) if redis.call("ZCARD", zset_key) > limit then local lowest_snapshot_id = redis.call("ZRANGE", zset_key, 0, 0)[1] redis.call("ZREM", zset_key, lowest_snapshot_id) redis.call("HDEL", hash_key, lowest_snapshot_id) end (len: 456) Enumerating ActiveModel::Errors as a hash has been deprecated. In Rails 6.1, `errors` is an array of Error objects, therefore it should be accessed by a block with a single block parameter like this: person.errors.each do |error| attribute = error.attribute message = error.message end You are passing a block expecting two parameters, so the old hash behavior is simulated. As this is deprecated, this will result in an ArgumentError in Rails 6.2. (len: 455) SELECT fk.referenced_table_name AS 'to_table', fk.referenced_column_name AS 'primary_key', fk.column_name AS 'column', fk.constraint_name AS 'name', rc.update_rule AS 'on_update', rc.delete_rule AS 'on_delete' FROM information_schema.referential_constraints rc JOIN information_schema.key_column_usage fk USING (constraint_schema, constraint_name) WHERE fk.referenced_column_name IS NOT NULL AND fk.table_schema = (len: 451)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436) is currently disabled, likely because your application is still in its loading phase. This method is meant to display text in the user locale, so calling it before the user locale has been set is likely to display text from the wrong locale to some users. If you have a legitimate reason to access i18n data outside of the user flow, you can do so by passing the desired locale explictly with the `locale` argument, e.g. `I18n. (len: 430) -----BEGIN DH PARAMETERS----- MIIBCAKCAQEA7E6kBrYiyvmKAMzQ7i8WvwVk9Y/+f8S7sCTN712KkK3cqd1jhJDY JbrYeNV3kUIKhPxWHhObHKpD1R84UpL+s2b55+iMd6GmL7OYmNIT/FccKhTcveab VBmZT86BZKYyf45hUF9FOuUM9xPzuK3Vd8oJQvfYMCd7LPC0taAEljQLR4Edf8E6 YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3 1bNveX5wInh5GDx1FGhKBZ+s1H+aedudCm7sCgRwv8lKWYGiHzObSma8A86KG+MD 7Lo5JquQ3DlBodj3IDyPrxIv96lvRPFtAwIBAg== -----END DH PARAMETERS----- (len: 424) {/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/app/views/**/*,/home/ubuntu/pav/PAVES1/app/views/**/*} (len: 414) SECURITY WARNING: No secret option provided to Rack::Session::Cookie. This poses a security threat. It is strongly recommended that you provide a secret to prevent exploits that may be possible from crafted cookies. This will not be supported in future versions of Rack, and future versions will even invalidate your existing user cookies. Called from: (len: 402) . You can work around by passing `skip: :omniauth_callbacks` to the `devise_for` call and extract omniauth options to another `devise_for` call outside the scope. Here is an example: devise_for :users, only: :omniauth_callbacks, controllers: {omniauth_callbacks: 'users/omniauth_callbacks'} scope '/(:locale)', locale: /ru|en/ do devise_for :users, skip: :omniauth_callbacks end (len: 399)

(len: 395) [DEVISE] We have detected that you are using devise_for inside engine routes. In this case, you probably want to set Devise.router_name = MOUNT_POINT, where MOUNT_POINT is a symbol representing where this engine will be mounted at. For now Devise will default the mount point to :main_app. You can explicitly set it to :main_app as well in case you want to keep the current behavior. (len: 383)

Bundler was unable to find one of the gems defined in the Gemfile

(len: 378)

Bundler was unable to find one of the gems defined in the Gemfile

Most common causes Solution finder
(len: 378) \A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi: (?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| \#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| "((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" ) (len: 375) \A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi: (?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| \#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| "((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" ) (len: 375) (len: 369) (len: 369) . Possible causes: 1. You want to set webpacker.yml value of compile to true for your environment unless you are using the `webpack -w` or the webpack-dev-server. 2. webpack has not yet re-run to reflect updates. 3. You have misconfigured Webpacker's config/webpacker.yml file. 4. Your webpack configuration is not creating a manifest. Your manifest contains: (len: 363) (num = nil) per_page = max_per_page && (default_per_page > max_per_page) ? max_per_page : default_per_page limit(per_page).offset(per_page * ((num = num.to_i - 1) < 0 ? 0 : num)).extending do include Kaminari::ActiveRecordRelationMethods include Kaminari::PageScopeMethods end end (len: 343) Using `return`, `break` or `throw` to exit a transaction block is deprecated without replacement. If the `throw` came from `Timeout.timeout(duration)`, pass an exception class as a second argument so it doesn't use `throw` to abort its block. This results in the transaction being committed, but in the next release of Rails it will rollback. (len: 343) (?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)) (len: 342) (?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)) (len: 342) Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return". (len: 340) ; var json = JSON.stringify(graph); var blob = new Blob([json], { type: 'text/plain' }); var objUrl = encodeURIComponent(URL.createObjectURL(blob)); var iframe = document.createElement('IFRAME'); iframe.setAttribute('id', 'speedscope-iframe'); document.body.appendChild(iframe); var iframeUrl = ' (len: 338) end # end if read_from_cache_file # if read_from_cache_file data = File.read(cache_file) # data = File.read(cache_file) (len: 336) end # end if read_from_cache_file # if read_from_cache_file data = File.read(cache_file) # data = File.read(cache_file) (len: 336) To respond to a custom format, register it as a MIME type first: https://guides.rubyonrails.org/action_controller_overview.html#restful-downloads. If you meant to respond to a variant like :tablet or :phone, not a custom format, be sure to nest your variant response within a format response: format.html { |html| html.tablet { ... } } (len: 335) bFRgvRt4+LFgPBqAQstc+faVsNRhxloPn+jrPfEOeDShMYms6jejLHCh7SJx3eZx4OY7kXTkdcn/QuuGJj9wQT/SCbre4G6WbSPADh6jnbmQ7ymMwWE8r1quK8gIEAEqCR/ploT7LthBR7M1xWaThYZbPQyasFLAs2t8aSUrVju6Ze9n1DAHc1jDNQ9V6tOFb1bGrbxswsNVB7F9MU22NH5tE207VKMmYqm+kSAbvO/3R7UzR8HIgv+CAQgPmWc5Krw8M/VblujHC1/7OtOoHZVFVJRErQ==--M0NDCB33vktBVjRa--Gultlfi8JKKhJIGOqlvu3Q== (len: 332)

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 326) .supports_cache_versioning? #=> true). Next best, switch to a different cache store that does support cache versioning: https://guides.rubyonrails.org/caching_with_rails.html#cache-stores. To keep using the current cache store, you can turn off cache versioning entirely: config.active_record.cache_versioning = false (len: 326) ' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: https://guides.rubyonrails.org/routing.html#restricting-the-routes-created (len: 326)

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 326) \A\s* (?:(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s*,\s*)? (\d{1,2})\s+ (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+ (\d{2,})\s+ (\d{2})\s* :\s*(\d{2})\s* (?::\s*(\d{2}))?\s+ ([+-]\d{4}| UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z]) (len: 325) mappings.unshift mappings.delete(favorite.to_sym) if favorite mappings.each do |mapping| opts[:scope] = mapping warden.authenticate!(opts) if !devise_controller? || opts.delete(:force) end end end def (len: 325) \A\s* (?:(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s*,\s*)? (\d{1,2})\s+ (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+ (\d{2,})\s+ (\d{2})\s* :\s*(\d{2})\s* (?::\s*(\d{2}))?\s+ ([+-]\d{4}| UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z]) (len: 325) && File.exist?(cache_file) cache_file_stat = File.stat(cache_file) # cache_file_stat = File.stat(cache_file) read_from_cache_file = # read_from_cache_file = Time.now - cache_file_stat.mtime < (len: 322) && File.exist?(cache_file) cache_file_stat = File.stat(cache_file) # cache_file_stat = File.stat(cache_file) read_from_cache_file = # read_from_cache_file = Time.now - cache_file_stat.mtime < (len: 322) Wrong OmniAuth configuration. If you are getting this exception, it means that either: 1) You are manually setting OmniAuth.config.path_prefix and it doesn't match the Devise one 2) You are setting :omniauthable in more than one model 3) You changed your Devise routes/OmniAuth setting and haven't restarted your server (len: 320) (?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| \#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| "((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" (len: 314) (?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)| \#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))| "((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)" (len: 314) You should not use the `match` method in your router without specifying an HTTP method. If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. If you want to expose your action to GET, use `get` in the router: Instead of: match "controller#action" Do: get "controller#action" (len: 313) [Devise] The second argument of `DatabaseAuthenticatable#update_without_password` (`options`) is deprecated and it will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (len: 307) This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org". (len: 305) ^ # The host: (? # An IPv6 address: (\[(?.*)\]) | # An IPv4 address: (?[\d\.]+) | # A hostname: (?[a-zA-Z0-9\.\-]+) ) # The optional port: (:(?\d+))? $ (len: 305) , # :text_field, @object_name, # @object_name, method, # method, objectify_options(options)) # objectify_options(options)) end # end (len: 305) ^ # The host: (? # An IPv6 address: (\[(?.*)\]) | # An IPv4 address: (?[\d\.]+) | # A hostname: (?[a-zA-Z0-9\.\-]+) ) # The optional port: (:(?\d+))? $ (len: 305) [Devise] The second argument of `DatabaseAuthenticatable#update_with_password` (`options`) is deprecated and it will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (len: 304) \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+(?:\w+|`\w+`))? ) (?:\s*,\s*\g<1>)* \z (len: 303) /home/ubuntu/.rbenv/versions/2.6.8/bin:/home/ubuntu/.rbenv/libexec:/home/ubuntu/.rbenv/plugins/ruby-build/bin:/home/ubuntu/.rbenv/plugins/ruby-build/bin:/home/ubuntu/.rbenv/shims:/home/ubuntu/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin (len: 301) mappings.unshift mappings.delete(favorite.to_sym) if favorite mappings.each do |mapping| current = warden.authenticate(scope: mapping) return current if current end nil end def current_ (len: 299) ObjectSpace stats: TOTAL: 374570 FREE: 148080 T_STRING: 93279 T_IMEMO: 84047 T_ARRAY: 18014 T_OBJECT: 7758 T_CLASS: 7234 T_DATA: 5384 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1691 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: (len: 295) In Rails 6.2, `after_enqueue`/`after_perform` callbacks no longer run if `before_enqueue`/`before_perform` respectively halts with `throw :abort`. To enable this behavior, uncomment the `config.active_job.skip_after_callbacks_if_terminated` config in the new 6.1 framework defaults initializer. (len: 295)

You don't have any routes defined!

(len: 295) ObjectSpace stats: TOTAL: 374570 FREE: 148080 T_STRING: 93279 T_IMEMO: 84047 T_ARRAY: 18014 T_OBJECT: 7758 T_CLASS: 7234 T_DATA: 5384 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1691 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 295) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? ) (?:\s*,\s*\g<1>)* \z (len: 291) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? (?:\s+NULLS\s+(?:FIRST|LAST))? ) (?:\s*,\s*\g<1>)* \z (len: 288) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? (len: 281) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? (len: 281) \A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z (len: 276) does not respond to 'devise' method. This usually means you haven't loaded your ORM file or it's being loaded too late. To fix it, be sure to require 'devise/orm/YOUR_ORM' inside 'config/initializers/devise.rb' or before your application definition in 'config/application.rb' (len: 276) \A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z (len: 276) TOTAL: 374570 FREE: 148080 T_STRING: 93279 T_IMEMO: 84047 T_ARRAY: 18014 T_OBJECT: 7758 T_CLASS: 7234 T_DATA: 5384 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1691 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) TOTAL: 374570 FREE: 148080 T_STRING: 93279 T_IMEMO: 84047 T_ARRAY: 18014 T_OBJECT: 7758 T_CLASS: 7234 T_DATA: 5384 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1691 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) You can no longer specify a path source by itself. Instead, either use the :path option on a gem, or specify the gems that bundler should find in the path source by passing a block to the path method, like: path 'dir/containing/rails' do gem 'rails' end (len: 274) def initialize(*args) @hash = RBTree.new super end def add(o) o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>" super end alias << add (len: 274) You can no longer specify a git source by itself. Instead, either use the :git option on a gem, or specify the gems that bundler should find in the git source by passing a block to the git method, like: git 'git://github.com/rails/rails.git' do gem 'rails' end (len: 273) Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. (len: 272) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) (len: 272) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) (len: 272) def respond_to_missing?(name, include_private = false) # It may look like an oversight, but we deliberately do not pass # +include_private+, because they do not get delegated. return false if name == :marshal_dump || name == :_dump (len: 271) \A # start of string .+ # file path (one or more characters) (?= # stop previous match when :\d+ # a colon is followed by one or more digits :in # followed by a colon followed by in ) (len: 269) 0001-Remove-script-macro-support.patch 0002-Update-entities-to-remove-handling-of-ssi.patch 0003-libxml2.la-is-in-top_builddir.patch 0004-use-glibc-strlen.patch 0005-avoid-isnan-isinf.patch 0006-update-automake-files-for-arm64.patch 0007-Fix-XPath-recursion-limit.patch (len: 269) . Being able to do this is deprecated. Autoloading during initialization is going to be an error condition in future versions of Rails. Reloading does not reboot the application, and therefore code executed during initialization does not run again. So, if you reload (len: 269) \A # start of string .+ # file path (one or more characters) (?= # stop previous match when :\d+ # a colon is followed by one or more digits :in # followed by a colon followed by in ) (len: 269) shard was `nil`. Please check your configuration. If you want your writing role to be something other than `:writing` set `config.active_record.writing_role` in your application configuration. The same setting should be applied for the `reading_role` if applicable. (len: 266) \A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z (len: 263) \A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z (len: 263) environment. This is usually a mistake. To ensure it's only activated in development mode, move it to the development group of your Gemfile: gem 'web-console', group: :development If you still want to run it in the (len: 262) \A(?:[\(\s]|(?m-ix:(?:\-\-.*\n)*|\/\*(?:[^\*]|\*[^\/])*\*\/))*(?-mix:(?i-mx:desc)|(?i-mx:describe)|(?i-mx:set)|(?i-mx:show)|(?i-mx:use)|(?i-mx:begin)|(?i-mx:commit)|(?i-mx:explain)|(?i-mx:release)|(?i-mx:rollback)|(?i-mx:savepoint)|(?i-mx:select)|(?i-mx:with)) (len: 260) (?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 259) (?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 259) -' + frame_id); if (currentSource && el) { currentSource.className += " hidden"; el.className = el.className.replace(" hidden", ""); currentSource = el; } } } })(); (len: 258) Your Gemfile contains multiple global sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. (len: 257) Using `Range#include?` to check the inclusion of a value in a date time range is deprecated. It is recommended to use `Range#cover?` instead of `Range#include?` to check the inclusion of a value in a date time range. (len: 257) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) (*args) # _unmemoized_httpd(*args) end # end end # end (len: 252) (*args) # _unmemoized_httpd(*args) end # end end # end (len: 252) config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: * development - set it to false * test - set it to false (unless you use a tool that preloads your test environment) * production - set it to true (len: 251) (*args) monitor = @_monitor monitor or raise("BUG: Internal monitor was not properly initialized. Please report this to the concurrent-ruby developers.") monitor.synchronize { super } end (len: 250) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+\w+)? ) (?:\s*,\s*\g<1>)* \z (len: 249) (len: 172) There is a mismatch between the foreign key and primary key column types. Verify that the foreign key column type and the primary key of the associated table match types. (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) ActiveRecord::ConnectionAdapters::DatabaseStatements#enable_lazy_transactions! delegated to transaction_manager.enable_lazy_transactions!, but transaction_manager is nil: (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) There is a mismatch between the foreign key and primary key column types. Verify that the foreign key column type and the primary key of the associated table match types. (len: 171)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ActiveRecord::ConnectionAdapters::DatabaseStatements#materialize_transactions delegated to transaction_manager.materialize_transactions, but transaction_manager is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) [DEPRECATED] Bootsnap's `disable_trace:` option is deprecated and will be removed. If you use Ruby 2.5 or newer this option is useless, if not upgrading is recommended. (len: 168) Faraday::Connection#path_prefix at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/connection.rb:340 forwarding to private method (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) ' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) [DEPRECATED] Bootsnap's `disable_trace:` option is deprecated and will be removed. If you use Ruby 2.5 or newer this option is useless, if not upgrading is recommended. (len: 168) ' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) Faraday::Connection#path_prefix at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/connection.rb:340 forwarding to private method (len: 168) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) ##escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ', *args, &block) # controller.send(:'current_user', *args, &block) end # end ruby2_keywords(:' (len: 166) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=71cd0310a4aeb5133e27db0c4df7ab744db2698f766e32fd811e1e69fdd0abaa (len: 166) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*\([\s]* (len: 165) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) ActiveRecord::ConnectionAdapters::DatabaseStatements#within_new_transaction delegated to transaction_manager.within_new_transaction, but transaction_manager is nil: (len: 165) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*\([\s]* (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) Passing permitted_symbols with the 3rd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_symbols: ...) instead. (len: 162) Passing permitted_classes with the 2nd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_classes: ...) instead. (len: 162) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) (len: 162) Passing permitted_classes with the 2nd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_classes: ...) instead. (len: 162) Passing permitted_symbols with the 3rd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_symbols: ...) instead. (len: 162) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) ^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) |[-+]?\.(inf|Inf|INF)(?# infinity) |\.(nan|NaN|NAN)(?# not a number))$ (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb (len: 161) )` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (len: 161) )` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (len: 161) ActiveRecord::ConnectionAdapters::DatabaseStatements#rollback_transaction delegated to transaction_manager.rollback_transaction, but transaction_manager is nil: (len: 161) ^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) |[-+]?\.(inf|Inf|INF)(?# infinity) |\.(nan|NaN|NAN)(?# not a number))$ (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb (len: 161) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) ' Action Cable pubsub adapter. Ensure that the adapter is spelled correctly in config/cable.yml and that you've added the necessary adapter gem to your Gemfile. (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) ' Action Cable pubsub adapter. Ensure that the adapter is spelled correctly in config/cable.yml and that you've added the necessary adapter gem to your Gemfile. (len: 160) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) ActiveRecord::ConnectionAdapters::DatabaseStatements#current_transaction delegated to transaction_manager.current_transaction, but transaction_manager is nil: (len: 159) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])* (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])* (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb (len: 157) ActiveRecord::ConnectionHandling#clear_reloadable_connections! delegated to connection_handler.clear_reloadable_connections!, but connection_handler is nil: (len: 157) ' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile. (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb (len: 157) : store flamegraph data for this page and all its AJAX requests. Flamegraph links will be available in the mini-profiler UI (requires the stackprof gem). (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context (len: 157) ActiveRecord::ConnectionHandling#clear_reloadable_connections! delegated to connection_handler.clear_reloadable_connections!, but connection_handler is nil: (len: 157) ActiveRecord::ConnectionAdapters::DatabaseStatements#commit_transaction delegated to transaction_manager.commit_transaction, but transaction_manager is nil: (len: 157) ' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile. (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) : store flamegraph data for this page and all its AJAX requests. Flamegraph links will be available in the mini-profiler UI (requires the stackprof gem). (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context (len: 157) to an RVM wrapper script inside the home directory:

    1. Login as (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) to an RVM wrapper script inside the home directory:

      1. Login as (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb (len: 155) \A(?: [\x00-\x7e\xa1-\xdf] | [\x81-\x9f\xe0-\xef] [\x40-\x7e\x80-\x9e\x9f-\xfc])\z (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) Session contains objects whose class definition isn't available. Remember to require the classes for all objects kept in the session. (Original exception: (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) ActiveRecord::ConnectionAdapters::DatabaseStatements#begin_transaction delegated to transaction_manager.begin_transaction, but transaction_manager is nil: (len: 155) ActiveRecord::ConnectionAdapters::DatabaseStatements#open_transactions delegated to transaction_manager.open_transactions, but transaction_manager is nil: (len: 155) Session contains objects whose class definition isn't available. Remember to require the classes for all objects kept in the session. (Original exception: (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb (len: 155) \A(?: [\x00-\x7e\xa1-\xdf] | [\x81-\x9f\xe0-\xef] [\x40-\x7e\x80-\x9e\x9f-\xfc])\z (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (len: 154) An object with the method #include? or a proc, lambda or symbol is required, and must be supplied as the :in (or :within) option of the configuration hash (len: 154) ##erb_trim_mode= delegated to ActionView::Template::Handlers::ERB.erb_trim_mode=, but ActionView::Template::Handlers::ERB is nil: (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb (len: 154) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable (len: 154) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) An object with the method #include? or a proc, lambda or symbol is required, and must be supplied as the :in (or :within) option of the configuration hash (len: 154) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) ##erb_trim_mode= delegated to ActionView::Template::Handlers::ERB.erb_trim_mode=, but ActionView::Template::Handlers::ERB is nil: (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable (len: 154) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) \A (?: (?: [\da-f]{1,4} : ){7} [\da-f]{1,4} | ( (?: [\da-f]{1,4} : ){6} ) (\d+) \. (\d+) \. (\d+) \. (\d+) ) \z (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb (len: 153) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (len: 153) \A (?: (?: [\da-f]{1,4} : ){7} [\da-f]{1,4} | ( (?: [\da-f]{1,4} : ){6} ) (\d+) \. (\d+) \. (\d+) \. (\d+) ) \z (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/association_query_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/association_query_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) \A\s* (-?\d+)-(\d\d)-(\d\d) T (\d\d):(\d\d):(\d\d) (\.\d+)? (Z|[+-]\d\d(?::?\d\d)?)? \s*\z (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb (len: 150) Passing filename with the 2nd argument of Psych.parse_stream is deprecated. Use keyword argument like Psych.parse_stream(yaml, filename: ...) instead. (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb (len: 150) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/mysql/explain_pretty_printer.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) \A\s* (-?\d+)-(\d\d)-(\d\d) T (\d\d):(\d\d):(\d\d) (\.\d+)? (Z|[+-]\d\d(?::?\d\d)?)? \s*\z (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb (len: 150) Passing filename with the 2nd argument of Psych.parse_stream is deprecated. Use keyword argument like Psych.parse_stream(yaml, filename: ...) instead. (len: 150) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) without usage or description. Call desc if you want this method to be available as command or declare it inside a no_commands{} block. Invoked from (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/database_configurations/connection_url_resolver.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/belongs_to_polymorphic_association.rb (len: 149) ActiveRecord::ConnectionHandling#clear_active_connections! delegated to connection_handler.clear_active_connections!, but connection_handler is nil: (len: 149) . This error is probably occurring because #to_s was called on this value within a custom Sass function without first setting the #options attribute. (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/schema_definitions.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib/action_cable/server/worker/active_record_connection_management.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/basic_object_handler.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/belongs_to_polymorphic_association.rb (len: 149) ActiveRecord::ConnectionHandling#clear_active_connections! delegated to connection_handler.clear_active_connections!, but connection_handler is nil: (len: 149) without usage or description. Call desc if you want this method to be available as command or declare it inside a no_commands{} block. Invoked from (len: 149) . This error is probably occurring because #to_s was called on this value within a custom Sass function without first setting the #options attribute. (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/schema_definitions.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib/action_cable/server/worker/active_record_connection_management.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/basic_object_handler.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/database_configurations/connection_url_resolver.rb (len: 149) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (len: 148) . To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb (len: 148) is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. (len: 148) Passing filename with the 2nd argument of Psych.load_stream is deprecated. Use keyword argument like Psych.load_stream(yaml, filename: ...) instead. (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb (len: 148) ##unescape at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb:158 forwarding to private method (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (len: 148) ActiveRecord::Reflection::ThroughReflection#parent_reflection= delegated to delegate_reflection.parent_reflection=, but delegate_reflection is nil: (len: 148) ActiveRecord::Reflection::ThroughReflection#check_preloadable! delegated to delegate_reflection.check_preloadable!, but delegate_reflection is nil: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_percentage_converter.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_human_size_converter.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/schema_statements.rb (len: 148) ActiveRecord::Reflection::ThroughReflection#parent_reflection= delegated to delegate_reflection.parent_reflection=, but delegate_reflection is nil: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/proxy_controller.rb (len: 148) ActiveRecord::Reflection::ThroughReflection#check_preloadable! delegated to delegate_reflection.check_preloadable!, but delegate_reflection is nil: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/proxy_controller.rb (len: 148) . To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) file:///home/ubuntu/pav/PAVES1/app/assets/images/icon-payment.png?type=image/png&id=238fabb25e505f2b4b2f514a4d2205e05a2f77bba383460137e0bbadd48bd081 (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_percentage_converter.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_human_size_converter.rb (len: 148) file:///home/ubuntu/pav/PAVES1/app/assets/images/icon-payment.png?type=image/png&id=238fabb25e505f2b4b2f514a4d2205e05a2f77bba383460137e0bbadd48bd081 (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb (len: 148) is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/schema_statements.rb (len: 148) Passing filename with the 2nd argument of Psych.load_stream is deprecated. Use keyword argument like Psych.load_stream(yaml, filename: ...) instead. (len: 148) ActiveRecord::Reflection::ThroughReflection#parent_reflection= delegated to delegate_reflection.parent_reflection=, but delegate_reflection is nil: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/proxy_controller.rb (len: 148) ActiveRecord::Reflection::ThroughReflection#check_preloadable! delegated to delegate_reflection.check_preloadable!, but delegate_reflection is nil: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/proxy_controller.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb (len: 148) ##unescape at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb:158 forwarding to private method (len: 148) . To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler: (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (len: 148) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb (len: 147) This Gemfile contains multiple global sources. Each source after the first must include a block to indicate which gems should come from that source (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib/kaminari/activerecord/active_record_relation_methods.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_delimited_converter.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/base_controller.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/base_controller.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib/kaminari/activerecord/active_record_relation_methods.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib/kaminari/activerecord/active_record_relation_methods.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_delimited_converter.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/mysql/database_statements.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb (len: 147) This Gemfile contains multiple global sources. Each source after the first must include a block to indicate which gems should come from that source (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/base_controller.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/base_controller.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb (len: 147) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib/kaminari/activerecord/active_record_relation_methods.rb (len: 147) 1000 Sample strings: n (len: 1) rdoc/markup/to_html_crossref (len: 28) IFF_NOTRAILERS (len: 14) %DF (len: 3) %D2 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/rbconfig.rb (len: 75) rhs (len: 3) %F7 (len: 3) NI_NAMEREQD (len: 11) EAI_OVERFLOW (len: 12) user= (len: 5) PATTERN (len: 7) json/ext/generator (len: 18) SO_PASSSEC (len: 10) iso_8859-3 (len: 10) csisolatin2 (len: 11) MCAST_INCLUDE (len: 13) TODAY (len: 5) MacThai (len: 7) WINDOWS_1250 (len: 12) IP_MAX_MEMBERSHIPS (len: 18) first_column (len: 12) @real (len: 5) Tms (len: 3) LIBRUBY_ALIASES (len: 15) GETTIMEOFDAY_BASED_CLOCK_REALTIME (len: 33) thread_variable_get (len: 19) dsymutil (len: 8) trace_getglobal (len: 15) putnil (len: 6) __id__ (len: 6) PACKAGE_VERSION (len: 15) subsec (len: 6) (len: 0) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) ctime (len: 5) ARGF.class (len: 10) sync= (len: 5) getc (len: 4) primitive_convert (len: 17) (len: 0) default_proc (len: 12) aarch64 (len: 7) EPROGUNAVAIL (len: 12) Errno::ENETUNREACH (len: 18) IPPORT_RESERVED (len: 15) Errno::EAFNOSUPPORT (len: 19) bundler/mirror (len: 14) @error (len: 6) platform (len: 8) prepend (len: 7) each_with_object (len: 16) Encoding (len: 8) frozen? (len: 7) to_str (len: 6) ` (len: 1) %f2 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/source/specific_file.rb (len: 82) https://github.com/ruby/e2mmap (len: 30) 1.4.1 (len: 5) cseuckr (len: 7) bundler/vendored_molinillo (len: 26) runtime_dependencies (len: 20) rescue in block in make_components_hash (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0 (len: 54) Gem::Specification.remove_spec is deprecated and will be removed in RubyGems 3.0 (len: 80) ext/psych/extconf (len: 17) body (len: 4) Gem::Specification (len: 18) rescue in remove_entry_secure (len: 29) psych/visitors/emitter.rb (len: 25) bundler/vendor/uri/lib/uri/http.rb (len: 34) GOTOU YUUZOU (len: 12) nil (len: 3) %05 (len: 3) \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} (len: 34) HTTP server toolkit (len: 19) %3C (len: 3)  (len: 1) explanation (len: 11) \A@delegate_ (len: 12) %85 (len: 3) webrick/cgi (len: 11) rss.rb (len: 6) timeout (len: 7) (len: 20) block (2 levels) in touch (len: 25) https://github.com/ruby/irb (len: 27) https://github.com/ruby/shell (len: 29) ) locally or in a repository (len: 28) gemfile_names (len: 13) thwait/version.rb (len: 17) rexml/parsers/treeparser (len: 24) bundler/vendor/thor/lib/thor/shell/html.rb (len: 42) rexml/quickpath.rb (len: 18) https://github.com/ruby/io-console (len: 34) bundler/process_lock.rb (len: 23) bundler/cli/show.rb (len: 19) quit (len: 4) OPTS_END (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/openssl-2.1.2.gemspec (len: 99) preload_app (len: 11) record_journey_step_end (len: 23) object_group (len: 12) Utils (len: 5) rdoc/markup/text_formatter_test_case.rb (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb (len: 82) msgpack/version.rb (len: 18) ` is unsupported by your OS. (len: 28) socket_dir (len: 10) udp_server_sockets (len: 18) wrappers_path (len: 13) block in replace_gem (len: 20) \.rvm (len: 5) CONTENT_LENGTH (len: 14) /src/ruby_native_extension (len: 26) dump_ruby_environment (len: 21) jruby? (len: 6) server_sockets (len: 14) PhusionPassenger::Utils::JSON#matched at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb:158 forwarding to private method (len: 139) QueryCanceled (len: 13) command_string (len: 14) NODELAY (len: 7) required_file (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info.rb (len: 131) @@has_memoized_requires_no_tls_direct_seg_refs (len: 46) _unmemoized_supports_lfence_instruction? (len: 40) :(0x[0-9a-f]+) (len: 14) @@log_level (len: 11) deref (len: 5) REUSEPORT (len: 9) TP (len: 2) Could not compile (len: 18)

        Make sure the gem bundle is installed

        Run the following from the application directory:

        bundle install

        Check the application process's execution environment

        Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436) /ruby_info (len: 10) bundler (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/tmpdir.rb (len: 59) load_from_native_support_output_dir (len: 35) block in attach_problem_description_html_to_exception (len: 53) DOUBLE_QUOTED (len: 13) THOR_COLUMNS (len: 12) @built_at (len: 9) CAST5 (len: 5) DISPLAY (len: 7) ask_for_password (len: 16) stored_opts (len: 11) Thor (len: 4) \n\005 (len: 6) @resolution_packages (len: 20) locked_gem_sources (len: 18) dest_names (len: 10) long_desc (len: 9) file_collision (len: 14) >= (len: 2) activejob (len: 9) command_help (len: 12) ARRAY_KEYS (len: 10) activerecord (len: 12) rescue in create_bundle_path (len: 28) End of stream (len: 13) `Bundler.clean_exec` has been deprecated in favor of `Bundler.unbundled_exec`. If you instead want to exec to a command in the environment before bundler was originally loaded, use `Bundler.original_exec` (len: 204) git_present? (len: 12) Unix domain socket gone; force aborting all threads (len: 51) block in banner (len: 15) 3.4.1 (len: 5) 1.6.0 (len: 5) rescue in parse_session_request (len: 31) destdirs (len: 8) no_prune (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (len: 79) visit_TrueClass (len: 15) block in match_platforms? (len: 25) log_writing_rack_body_end (len: 25) rack.errors (len: 11) https://bundler.io (len: 18) block in settings_method (len: 24) read_exact (len: 10) ~> (len: 2) T_HASH: 3708 (len: 12) HOMEPATH (len: 8) PATH (len: 4) are_colors_disabled? (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1 (len: 80) lock_dep (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (len: 79) GIT (len: 3) uploadpack.allowAnySHA1InWant (len: 29) Special (len: 7) bundle_platform (len: 15) identifier (len: 10) actionpack (len: 10) websocket-extensions-0.1.5 (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/source/gemspec (len: 101) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job_active_record-4.1.6/lib (len: 95) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/regexp_parser-2.1.1/lib (len: 83) der (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/semantic_range-3.0.0.gemspec (len: 98) 9 (len: 1) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sass-rails-6.0.0/lib (len: 80) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/bootsnap-1.9.1.gemspec (len: 92) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bcrypt-3.1.16 (len: 99) ext/mri/extconf.rb (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bcrypt-3.1.16/lib (len: 77) rails-assets-jquery (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/delayed_job-4.1.9.gemspec (len: 95) at (len: 3) delayed_job_active_record (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-source-5.2.0/lib (len: 87) rescue in accept (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib (len: 75) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/railties-6.1.4.1.gemspec (len: 94) rails-assets-datatables (len: 23) selenium/webdriver/remote/commands.rb (len: 37) selenium/webdriver/common/driver_extensions/full_page_screenshot.rb (len: 67) bundler/resolver/candidate.rb (len: 29) bundler/safe_marshal.rb (len: 23) did_you_mean/spell_checkers/name_error_checkers (len: 47) webdrivers/chromedriver.rb (len: 26) FILE (len: 4) faker/default/gender.rb (len: 23) faker/locations (len: 15) generators/templates/controllers/passwords_controller.rb (len: 56) faker/blockchain/bitcoin.rb (len: 27) engine_versions (len: 15) rolify/adapters/mongoid/resource_adapter.rb (len: 43) zip/filesystem.rb (len: 17) ext/extconf.rb (len: 14) phusion_passenger/standalone (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/orm_adapter-0.5.0/lib (len: 81) other_addr (len: 10) ruby_30 (len: 7) The git source ` (len: 16) devise/encryptor.rb (len: 19) generators/kaminari/views_generator.rb (len: 38) kaminari (len: 8) sprockets/autoload/jsminc.rb (len: 28) tilt/sass.rb (len: 12) rails/generators (len: 16) rails/generators/rails/plugin/templates/app/mailers/%namespaced_name% (len: 69) delayed/lifecycle.rb (len: 20) rails/commands/help/help_command.rb (len: 35) rails/generators/rails/generator/generator_generator.rb (len: 55) gravatar (len: 8) rails/generators/rails/generator (len: 32) capybara/spec/session/frame/frame_title_spec.rb (len: 47) capybara/selenium/atoms (len: 23) _decode_uri_component (len: 21) regexp_parser/syntax/versions/2.4.0.rb (len: 38) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/sassc-2.4.0 (len: 97) zlib-1.0.0 (len: 10) figaro-1.2.0 (len: 12) Bundler::URI.regexp is obsolete (len: 31) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/lazy_specification.rb (len: 108) execjs.rb (len: 9) bootsnap/compile_cache/json.rb (len: 30) ffi/platform/i386-cygwin (len: 24) action_mailbox/callbacks.rb (len: 27) action_text/rendering.rb (len: 24) active_model/serializer/null.rb (len: 31) ajax-datatables-rails/datatable/column.rb (len: 41) active_storage/previewer/video_previewer.rb (len: 43) rack/auth/abstract/handler (len: 26) mail/fields/content_description_field.rb (len: 40) active_record/middleware/database_selector/resolver/session.rb (len: 62) active_record/test_fixtures.rb (len: 30) active_record/null_relation.rb (len: 30) arel/nodes/named_function.rb (len: 28) websocket/driver/hybi.rb (len: 24) action_cable/helpers (len: 20) active_job/queue_name.rb (len: 24) mapped (len: 6) rack/multipart/parser.rb (len: 24) action_controller/renderer.rb (len: 29) action_dispatch/http/url.rb (len: 27) octets (len: 6) nokogiri/xml/namespace.rb (len: 25) loofah.rb (len: 9) action_view/helpers/tags/time_select.rb (len: 39) active_support/number_helper/rounding_helper.rb (len: 47) active_support/core_ext/object/with_options.rb (len: 46) active_support/core_ext/hash/deep_merge.rb (len: 42) Integration (len: 11) concurrent/thread_safe/util/adder.rb (len: 36) concurrent-ruby.rb (len: 18) minitest/hell.rb (len: 16) net/pop.rb (len: 10) aarch64-linux/enc/trans/emoji_sjis_softbank.so (len: 46) load_dir (len: 8) Bootsnap::LoadPathCache::Cache (len: 30) singleton.rb (len: 12) rubygems/commands/push_command.rb (len: 33) rubygems/ext/rake_builder.rb (len: 28) .tmp (len: 4) base64 (len: 6) days (len: 4) GMT (len: 3) %s%02d%02d (len: 10) JAN (len: 3) active_support/i18n (len: 19) maybe_visit (len: 11) autoload_at (len: 11) F (len: 1) deconstantize (len: 13) Uncountables (len: 12) ActiveRecord::TransactionRollbackError (len: 38) operator (len: 8) in? (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb (len: 147) block in discard_on (len: 19) File contains invisible non-breaking spaces, you may want to remove those (len: 73) swap_ (len: 5) = value full_memory_barrier end (len: 63) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) @_all_autoload_paths (len: 20) FINISH (len: 6) old_value (len: 9) block in ns_broadcast (len: 21) dupped_backend (len: 14) build_exception (len: 15) Rails::Initializable::ClassMethods (len: 34) SYMBOL (len: 6) weakref_alive? (len: 14) bundler/settings.rb (len: 19) bundler/vendor/thor/lib/thor/util.rb (len: 36) bundler/match_platform.rb (len: 25) transliterate (len: 13) selenium/webdriver/chrome/profile.rb (len: 36) selenium/webdriver/common/driver_extensions/has_remote_status.rb (len: 64) install/examples/typescript (len: 27) bundler/vendor/fileutils (len: 24) phusion_passenger/admin_tools/instance_registry.rb (len: 50) generators/rspec/templates (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-proxy-0.7.0/lib (len: 80) figaro/rails (len: 12) sprockets/autoload/eco.rb (len: 25) tilt/erubis.rb (len: 14) jwt.rb (len: 6) devise/orm/mongoid.rb (len: 21) faker/tv_shows/seinfeld.rb (len: 26) faker/default/boolean.rb (len: 24) faker/creature/cat.rb (len: 21) rails/generators/test_unit/system (len: 33) rails/generators/rails/plugin/templates/lib/%namespaced_name% (len: 61) rails/generators/actions/create_migration.rb (len: 44) delayed/tasks.rb (len: 16) regexp_parser/syntax/versions/1.9.1.rb (len: 38) capybara/selector/definition/file_field.rb (len: 42) capybara/spec/session/response_code_spec.rb (len: 43) childprocess/windows/process.rb (len: 31) rails/commands/initializers (len: 27) ffi (len: 3) byebug/processors (len: 17) byebug/settings/width.rb (len: 24) mail/part.rb (len: 12) action_text/engine.rb (len: 21) active_model/serializer/adapter/attributes.rb (len: 45) execjs/external_runtime.rb (len: 26) active_record/log_subscriber.rb (len: 31) active_record/model_schema.rb (len: 29) db (len: 2) mail/fields/content_transfer_encoding_field.rb (len: 46) websocket/driver/hybi/frame.rb (len: 30) rails/generators (len: 16) active_model/validations/validates.rb (len: 37) active_record/associations/has_many_association.rb (len: 50) active_record/connection_adapters/abstract/transaction.rb (len: 57) action_view/helpers/rendering_helper.rb (len: 39) rack/test/uploaded_file.rb (len: 26) action_dispatch/middleware/reloader.rb (len: 38) nio/selector.rb (len: 15) active_support/core_ext/date_time/conversions.rb (len: 48) racc/exception.rb (len: 17) nokogiri/xml/pp/character_data.rb (len: 33) action_view/template (len: 20) concurrent/atomic/reentrant_read_write_lock.rb (len: 46) tzinfo/format2 (len: 14) active_support/core_ext/kernel (len: 30) active_support/configurable.rb (len: 30) fileutils.rb (len: 12) psych/nodes/sequence.rb (len: 23) aarch64-linux/enc/trans/utf_16_32.so (len: 36) rake/late_time.rb (len: 17) bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb (len: 54) bundler/cli/info.rb (len: 19) rubygems/commands/check_command.rb (len: 34) rubygems/validator.rb (len: 21) bundler/templates/newgem/lib/newgem (len: 35) net (len: 3) json/add/ostruct.rb (len: 19) rdoc/markup/to_html_snippet.rb (len: 30) rdoc/rd/inline_parser.rb (len: 24) action_text/content_helper.rb (len: 29) assets (len: 6) enc/trans/emoji_iso2022_kddi.so (len: 31) Chars (len: 5) /home/ubuntu/pav/PAVES1/app/channels (len: 36) concerns/exception_handler.rb (len: 29) did_you_mean/formatters/plain_formatter.rb (len: 42) bundler/uri_normalizer (len: 22) rubygems/source/local (len: 21) bundler/rubygems_integration (len: 28) shellwords.rb (len: 13) = +'' (len: 6) ' AND ' (len: 7) unparen (len: 7) init_with_string (len: 16) block in parse_array (len: 20) serializer_context_class (len: 24) consumed (len: 8) @binds (len: 6) rescue in json_key (len: 18) block (2 levels) in define_callbacks (len: 36) IFF_PORTSEL (len: 11) HTTP_CACHE_CONTROL (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/css/node.rb (len: 100) builder (len: 7) XPathVisitor (len: 12) Aug (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1/lib/action_mailer/mail_helper.rb (len: 113) ActiveSupport::Callbacks::ClassMethods (len: 38) @load_hooks (len: 11) "' (len: 2) affix (len: 5) rescue in default_url_options (len: 29) not_equal (len: 9) ATTR_ (len: 5) block in (len: 23) block in load (len: 13) \A(Object::)+ (len: 13) unexpected (len: 10) � (len: 1) block in silence (len: 16) previous_wait (len: 13) if_state (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/css/parser.rb (len: 102) rescue in locale= (len: 17) rescue in block (2 levels) in timeout (len: 37) _reduce_58 (len: 10) concurrent/executor/abstract_executor_service (len: 45) %s, [%s#%d] %5s -- %s: %s (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb (len: 131) tzinfo-data is not present. Please add gem 'tzinfo-data' to your Gemfile and run bundle install (len: 95) ":" (len: 3) mail/utilities (len: 14) block in remove_busy_worker (len: 27) DaemonThreadFactory (len: 19) block in proc_for_binds (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomics.rb (len: 123) NumberOfLogicalProcessors (len: 25) down (len: 4) lib (len: 3) rdoc/ri/store (len: 13) _parse_binary (len: 13) Too many writer threads (len: 23) at_end_of_minute (len: 16) QUIT (len: 4) timestamp_column (len: 16) acquire (len: 7) block in normalize_keys (len: 23) IFF_BROADCAST (len: 13) block in execute (len: 16) Europe/Bratislava (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/scheduled_task.rb (len: 130) colon (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/observable.rb (len: 134) WriteAdapter (len: 12) Paris (len: 5) RubyNonConcurrentPriorityQueue (len: 30) Australia/Hobart (len: 16) tzinfo/version (len: 14) x_sendfile_header (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/messages/rotation_configuration.rb (len: 135) open_timeout= (len: 13) block in replace (len: 16) Request Timeout (len: 15) Arel::Nodes::DeleteStatement (len: 28) Invalid day (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources (len: 96) connection_handlers= (len: 20) expressions= (len: 12) start_rule (len: 10) code must be specified (len: 22) @nothing (len: 8) try_exchange (len: 12) TestDatabases (len: 13) Adapter (len: 7) Invalid country code: (len: 22) @@instance (len: 10) block in wait_for_full (len: 22) \A\[(.*)\]\z (len: 12) inner (len: 5) marshal_version (len: 15) listing (len: 7) rejected_future (len: 15) errors.messages.record_invalid (len: 30) active_model_serializers/deserialization (len: 40) ThenPromise (len: 11) TZInfo::OffsetTimezonePeriod (len: 28) raise_unknown_timezone (len: 22) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb (len: 142) accu (len: 4) malformed UTF-8 character (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/country_definer.rb (len: 110) active_support/option_merger (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (len: 64) ^\d+$ (len: 5) IPV6_RECVPATHMTU (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (len: 64) nil else raise DelegationError, "#{method} delegated to (len: 103) config/secrets (len: 14) use_cookies_with_metadata (len: 25) @reloader (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib/action_text/attachables/content_attachment.rb (len: 128) ActiveSupport::ToJsonWithActiveSupportEncoder (len: 45) OPENSSL_FIPS (len: 12) add_crl (len: 7) @cert (len: 5) OpenSSL::PKey::EC::Group (len: 24) OP_NO_RENEGOTIATION (len: 19) @session_new_cb (len: 15) flags= (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/constants.rb (len: 92) Boolean (len: 7) TRUST_SSL_SERVER (len: 16) Whitewash (len: 9) day (len: 3) [[:alpha:]] (len: 11) Loofah::Scrubbers::NewlineBlockElements (len: 39) message-id (len: 10) @pending_add (len: 12) block in validators_on (len: 22) block in uri_hash (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/callbacks.rb (len: 121) block in exclude (len: 16) rescue in use_gemdeps (len: 21) ActiveModel::Validations::InclusionValidator (len: 44) FallbackFileSystemResolver (len: 26) block in rescue_handlers= (len: 25) html_escape_interpolated_argument (len: 33) message_encoding (len: 16) -%> (len: 4) <%= (len: 3) block in parsed_fields (len: 22) group_list (len: 10) rake_extension (len: 14) entries (len: 7) field_length (len: 12) 68b0d231a13201eb14acd3dc84e51543d16e5f7e (len: 40) NI_DGRAM (len: 8) resolve_model_to_route (len: 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/fields/common/common_date.rb (len: 108) bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff2?)$ (len: 63) AbsenceValidator (len: 16) SECONDS_PER_MINUTE (len: 18) @typecode (len: 9) parts (len: 5) plus_with_duration (len: 18) delayed_job (len: 11) activated= (len: 10) _clear_load_cache (len: 17) prev_week (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/elements/content_location_element.rb (len: 116) before_type_cast (len: 16) \A[+-]?0[xX] (len: 12) [DEPRECATION] `object.send_at(time, :method)` is deprecated. Use `object.delay(:run_at => time).method (len: 102) max_run_time (len: 12) application/x-ms-asx (len: 20) aep (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/real_mod_name (len: 101) action_mailbox (len: 14) sprockets/processing (len: 20) audited/auditor (len: 15) @new_record (len: 11) UserProvidedDefault (len: 19) block in saying (len: 15) Cannot eagerly load the polymorphic association (len: 48) Windows_31J (len: 11) 9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 64) action_dispatch/routing/inspector (len: 33) CP949 (len: 5) tax_order (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/enc/encdb.so (len: 76) application/sass+ruby (len: 21) creature.cat.registry (len: 21) @singular (len: 9) address.city (len: 12) register_transformer (len: 20) Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct (len: 75) _define_after_model_callback (len: 28) file_digest (len: 11) decode_www_form_component (len: 25) file_digest_key (len: 15) application/x-dex (len: 17) with_any_attachments (len: 20) chat (len: 4) image/x-bpg (len: 11) @maxwidth (len: 9) matches_on_blind_copy_recipients? (len: 33) dll (len: 3) hvp (len: 3) application/srgs+xml (len: 20) ft11 (len: 4) application/x-msmediaview (len: 25) kia (len: 3) text/iso19139+xml (len: 17) nar (len: 3) mpe (len: 3) full_spec (len: 9) pls (len: 3) p7c (len: 3) application/vnd.oasis.opendocument.image (len: 40) sas7bacs (len: 8) ram (len: 3) toast (len: 5) application/vnd.sun.xml.draw.template (len: 37) shw (len: 3) Delayed::InvalidCallback (len: 24) vtu (len: 3) uc2 (len: 3) z (len: 1) application/vnd.ms-excel.addin.macroenabled.12 (len: 46) block in get_serializer (len: 23) XMind Pro (len: 9) Rexx source code (len: 16) sass_dependencies (len: 17) Date: (len: 6) �� (len: 2) �PNG  (len: 8) ftypmif1 (len: 8) xlr (len: 3) save! (len: 5) %FDF- (len: 5) SIMPLE = T (len: 26) ���� (len: 4) set_payload (len: 11) CachedEnvironment (len: 17) UC2 (len: 4) set_priority (len: 12) Fragment (len: 8) actual_root_dirs (len: 16) font/ttf (len: 8) delayed/backend/ (len: 16) ^(?:)(.*)(?:)$ (len: 14) mdtext (len: 6) attribute_type (len: 14) sprockets/http_utils (len: 20) ctime_date_s (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/callbacks.rb (len: 107) block in lock_optimistically= (len: 29) autovivified_module (len: 19) processors_for (len: 14) nice_name (len: 9) processor_strategy (len: 18) @inherit_all (len: 12) service_mirror (len: 14) inverted_transformers (len: 21) block (2 levels) in percent_escape (len: 34) root_file (len: 9) audio/aiff (len: 10) \w (len: 2) SAS Backup (len: 10) clear_association_scope_cache (len: 29) @tracer (len: 7) mth (len: 3) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) implied_xpath_context (len: 21) ActiveRecord::Reflection::PolymorphicReflection#join_primary_key delegated to @reflection.join_primary_key, but @reflection is nil: (len: 132) encode_vlq_mappings (len: 19) ELEMENT_DECL (len: 12) %1C (len: 3) ß (len: 1) X (len: 1) disable_clear_and_finalize (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/version.rb (len: 98) write_format_to (len: 15) %EF (len: 3) %B1 (len: 3) %74 (len: 3) %36 (len: 3) А (len: 1) skip_time_zone_conversion_for_attributes? (len: 41) ы (len: 1) action_pointer (len: 14) @previous_results (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/text.rb (len: 100) data-confirm-modal/engine (len: 25) create_cdata (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/fr/compass.yml (len: 113) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/shakespeare.yml (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/hobby.yml (len: 111) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/verbs.yml (len: 111) ActionDispatch::Journey::Route::VerbMatchers::LINK (len: 50) outer_window= (len: 13) can't require absolute file: (len: 29) find_required (len: 13) (len: 14) CoffeeScriptProcessor (len: 21) Kaminari::Helpers (len: 17) @ip (len: 3) CoffeeScript (len: 12) query_parameters (len: 16) wrap_ipv6 (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/schema.rb (len: 102) bplist16 (len: 8) InvalidMimeType (len: 15) @firstchunk (len: 11) block (2 levels) in filter_backtrace (len: 36) block in any_changes? (len: 21) HashWrapper (len: 11) sql.active_record (len: 17) PAIR_RE (len: 7) will_save_change_to_attribute? (len: 30) block in initialize_relation_delegate_cache (len: 43) Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true (len: 118) %PDF- (len: 5) NAME_ATTR (len: 9) xltm (len: 4) build_directive (len: 15) [responders] ` (len: 14) s (len: 1) Kaminari::ActionViewExtension::LogSubscriberSilencer (len: 52) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/japanese_media/studio_ghibli.rb (len: 128) This scope is marked as a non-count paginable scope and can't be used in combination with `#paginate' or `#page_entries_info'. Use #link_to_next_page or #link_to_previous_page instead. (len: 184) ActiveRecord::Delegation#in_groups delegated to records.in_groups, but records is nil: (len: 87) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/silicon_valley.rb (len: 123) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib/responders/collection_responder.rb (len: 115) (len: 19) �/�C (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/code.rb (len: 112) EAN_CHECK_DIGIT8 (len: 16) ASSET_PUBLIC_DIRECTORIES (len: 24) @tag_builder (len: 12) SIMPLE = T (len: 30) block in rgb_color (len: 18) defer (len: 5) Sprockets::Cache::Wrapper (len: 25) _renderers= (len: 11) legacy_major (len: 12) https://robohash.org/ (len: 21) acceptable_content_type? (len: 24) swap_connection_handler (len: 23) Could not find iban details for (len: 32) ean (len: 3) ��.O��F�y,���! (len: 16) yeast (len: 5) rails_disk_service_url (len: 22) remember_for (len: 12) add_to_transaction (len: 18) �9:v��6�{�,;�^�,{`�Hf8z+��� (len: 32) :encoded_token (len: 14) application/vnd.ms-excel (len: 24) OutputSafetyHelper (len: 18) //! (len: 5) approximations (len: 14) table column (len: 13) actions_scope (len: 13) factors (len: 7) webpack_compile_output (len: 22) DATETIME_REGEX (len: 14) -lh0- (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/computer.rb (len: 116) @default_options (len: 16) @book{ (len: 6) feruchemist (len: 11) mimetypeapplication/x-ibooks+zip (len: 32) select_day (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/crypto.rb (len: 114) ActiveRecord::Querying#average delegated to all.average, but all is nil: (len: 73) rem (len: 4) encoded_email_address (len: 21) _current_page? (len: 14) Device (len: 6) rescue in pick (len: 14) find_all_linked_assets (len: 22) local_stored_attributes (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/driving_licence (len: 120) loofah/instance_methods (len: 23) BMOD2STM (len: 8) wOFF (len: 4) [\W&&[:ascii:]]+ (len: 16) enum_scopes (len: 11) mtext (len: 5) fuchsia (len: 7) ActiveRecord::Suppressor (len: 24) requiredFeatures (len: 16) audio/x-adpcm (len: 13) Cannot enqueue items which do not respond to perform (len: 52) counter (len: 7) @incollection{ (len: 15) �O�Q (len: 4) scalex (len: 6) _signed_in?" end (len: 29) _return_to (len: 10) equality_only (len: 13) legacy_supplemental (len: 19) say_something_smart (len: 19) action_text.renderer (len: 20) cast_types (len: 10) at_keyword (len: 10) action_text/system_test_helper (len: 30) group_aliases (len: 13) RE_NAME (len: 7) winning_strategies (len: 18) Microsoft Document Imaging (len: 26) custom (len: 6) preload! (len: 8) audio/vnd.wav (len: 13) block in order_column (len: 21) SassCompressor (len: 14) loader_for_gem (len: 14) block in each_join_dependencies (len: 31) .ai (len: 3) block in option_html_attributes (len: 31) active_support/number_helper/number_to_currency_converter (len: 57) block in contradiction? (len: 23) first_key (len: 9) .crt (len: 4) grayscale_image (len: 15) Sprockets::Rails::Helper::AssetNotPrecompiled (len: 45) block in downcase_keys (len: 22) deliver_later_queue_name= (len: 25) @content_security_policy_report_only (len: 36) clean_up_for_winning_strategy (len: 29) .dv (len: 3) allow_concurrency= (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/query_methods (len: 121) ActiveRecord::Type::DecorationRegistration (len: 42) .gac (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib/active_storage/previewer.rb (len: 113) CONNECT_ATTRS (len: 13) faker.nation.flag (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views (len: 82) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/nato_phonetic_alphabet (len: 127) .kfo (len: 4) dln.o (len: 5) SSHORT (len: 6) get_float32 (len: 11) get_uchar (len: 9) read_uint16 (len: 11) alloc_in (len: 8) block in constraints_for (len: 24) .odf (len: 4) .nlu (len: 4) split_options (len: 13) Nokogiri::XML::CharacterData (len: 28) (len: 19) A rack application must be specified (len: 36) CLIENT_ID (len: 9) __int32_t (len: 9) @@analyzers (len: 11) _url_helpers (len: 12) libr (len: 4) audio/x-pn-realaudio-plugin (len: 27) read_string (len: 11) restaurant.review (len: 17) relationship.parent (len: 19) .scs (len: 4) application/vnd.tao.intent-module-archive (len: 41) \A([^?]+)?(\?[^#]+)?(#.+)?\z (len: 28) last_element_child (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/south_africa (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/native/sass_value (len: 99) sass_option_set_source_map_contents (len: 35) verify_claims (len: 13) sass_option_get_precision (len: 25) text/vnd.wap.wmlscript (len: 22) .xdw (len: 4) option_get_is_indented_syntax_src (len: 33) defined guard in libxml2_has_iconv? (len: 35) application/vnd.ms-excel.sheet.binary.macroEnabled.12 (len: 53) sass_make_function_list (len: 23) night (len: 5) @@list_set_value (len: 16) parse_asset_uri (len: 15) color_get_g (len: 11) ActiveRecord::Associations::CollectionProxy#reselect! delegated to scope.reselect!, but scope is nil: (len: 102) nbf_leeway (len: 10) block in scan_css_charset (len: 25) Import: (len: 8) hsh (len: 3) jruby_version (len: 13) bracketed (len: 9) Redirected to (len: 14) TableDefinition (len: 15) %Y (len: 2) \n\s* (len: 5) %, (len: 3) # Nokogiri ( (len: 12) Faker::Vehicle (len: 14) .active_storage (len: 15) other_cond (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/script/value_conversion/base.rb (len: 113) open_tempfile (len: 13) SassC::Script::ValueConversion::Color (len: 37) block in from_filenames (len: 23) find_best_q_match (len: 17) SassC::Engine (len: 13) _attributes (len: 11) num_new_conns_required (len: 22) games.minecraft.achievement (len: 27) block in with_empty_template_cache (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/http_utils.rb (len: 103) active_record/connection_adapters/ (len: 34) resolve_pool_config (len: 19) remove_role_if_empty (len: 20) tilt/csv (len: 8) \A[ \t]*\#.*coding\s*[=:]\s*([[:alnum:]\-_]+).*$ (len: 48) tilt/rst-pandoc (len: 15) block in register_bundle_metadata_reducer (len: 41) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-rails-2.1.2/lib/sassc/rails/template.rb (len: 105) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/character_data.rb (len: 113) roles_name (len: 10) faraday/methods (len: 15) default_behavior (len: 16) _\w+$ (len: 5) Compressed Archive File (len: 23) Faker::JapaneseMedia (len: 20) WEBPACKER_CONFIG (len: 16) each_file (len: 9) doraemon.locations (len: 18) wait_thr (len: 8) Erubi::Engine (len: 13) stylesheet_packs_with_chunks_tag (len: 32) processor_strategy (len: 18) params_encoder= (len: 15) NOBASEFIX (len: 9) block in video_stream (len: 21) XINCLUDE (len: 8) etag_with_template_digest (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/movie.rb (len: 112) lebowski.characters (len: 19) register_detail (len: 15) proxy_port (len: 10) HTTPAuthenticationError (len: 23) @unbound_templates (len: 18) send_request_with_body_stream (len: 29) faker.star_wars.alternate_character_spellings (len: 45) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/http/requests.rb (len: 70) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/http/response (len: 67) error! (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.3/lib/jbuilder/dependency_tracker.rb (len: 110) HTTPPermanentRedirect (len: 21) Net::HTTPUnsupportedMediaType (len: 29) 405 (len: 3) @manual_proxy (len: 13) Turbolinks.clearCache() (len: 23) block in run_request (len: 20) %s= (len: 3) Expected response to be a Turbolinks visit to < (len: 47) ActiveRecord::AttributeMethods::Write::ClassMethods (len: 51) null_relation? (len: 14) application/vnd.openxmlformats-officedocument.presentationml.presentation (len: 73) handle_deprecation (len: 18) file-digest:///home/ubuntu/pav/PAVES1/app/assets/images/logo-dark.png (len: 69) clear_strategies_cache! (len: 23) warden_config= (len: 14) sassc (len: 5) map (len: 3) block (2 levels) in force_correct_attribute_escaping! (len: 53) honour_exclusions (len: 17) ensure in block (2 levels) in (len: 48) sanitized_tree (len: 14) block in parse_properties (len: 25) each_join_dependencies (len: 22) hobby (len: 5) block in consume_at_rule (len: 24) unregister_loader (len: 17) verify_integrity_of (len: 19) Sprockets::NotImplementedError (len: 30) block in (len: 23) block in send_action (len: 20) reflections (len: 11) AbstractReflection (len: 18) (len: 14) NullSession (len: 11) forgery_protection_strategy= (len: 28) ENCODINGS (len: 9) Community (len: 9) AbstractController::Callbacks::ClassMethods (len: 43) xmlns (len: 5) (len: 30) MichaelScott (len: 12) /home/ubuntu/pav/PAVES1/app/policies/role_policy.rb (len: 51) silicon_valley.quotes (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/the_expanse (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/suits.rb (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/venture_bros (len: 118) expanded_deps (len: 13) block in params_array_from (len: 26) ", qop="auth", algorithm=MD5, nonce=" (len: 37) (len: 25) ActiveRecord::Reflection::BelongsToReflection (len: 45) /home/ubuntu/pav/PAVES1/app/policies/account_number_policy.rb (len: 61) map_avoiding_infinite_recursion (len: 31) rescue in process_action (len: 24) ActiveRecord::Reflection::ThroughReflection#scope delegated to delegate_reflection.scope, but delegate_reflection is nil: (len: 122) reStructuredText source code (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/controllers/devise/registrations_controller.rb (len: 123) /home/ubuntu/pav/PAVES1/app/controllers/home_controller.rb (len: 58) block in set_all_unviewed (len: 25) rescue in compute_class (len: 23) -([0-9a-f]{7,128})\.[^.]+\z (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/inflector (len: 97) at_xpath (len: 8) block in xpath_impl (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb (len: 97) Mail::Parsers::MessageIdsParser::MessageIdsStruct (len: 49) block in profile_method (len: 23) @content_security_policy_nonce (len: 30) namespace= (len: 10) Rack::MiniProfiler::ProfilingMethods (len: 36) quoted_primary_key (len: 18) Invalid redirection URI (len: 23) StaleSessionCheck (len: 17) (len: 28) block in typecast (len: 17) %21 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/routing/mapper.rb (len: 116) block in asset_request? (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb (len: 91) chilean_id (len: 10) unauthenticated? (len: 16) column_alias_for (len: 16) industry_segments (len: 17) order_values= (len: 13) scrub_attribute (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/type/date_time.rb (len: 114) prefix_digits (len: 13) ruby-2.6.pc (len: 11) custom (len: 6) after_fetch (len: 11) ActiveModel::Type::Registry (len: 27) total) (len: 8) ignore_files (len: 12) block in fragment_exist? (len: 24) : enable profiling for this session (if previously disabled) (len: 64) %06 (len: 3) @flashes (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/manifest.rb (len: 101) filter_routes (len: 13) fragment? (len: 9) F (len: 1) remove_attribute (len: 16) Preprocessors (len: 13) raise_on_missing (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-rails-4.4.0/config/locales (len: 93) sources_index (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/web-console-4.2.0/lib/web_console/locales/en.yml (len: 108) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/how_i_met_your_mother.yml (len: 127) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/music.yml (len: 111) %E6 (len: 3) 1 (len: 1) %9F (len: 3) %B9 (len: 3) %D5 (len: 3) %82 (len: 3) node_from_attributes (len: 20) %5B (len: 3) %2C (len: 3) block in executor= (len: 18) to_trix_html (len: 12) /home/ubuntu/pav/PAVES1/config/credentials.yml.enc (len: 50) ActionController::MissingFile (len: 29) skip_time_zone_conversion_for_attributes? (len: 41) _age (len: 4) SessionOverflowError (len: 20) c6377b3865013e24356ff6df7c568f95f4bf9b83ded29008eaf7b5cabd388e77 (len: 64) @@time_zone_aware_attributes (len: 28) @racc_t (len: 7) action_view/helpers/tags/url_field (len: 34) headius (len: 7) ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter (len: 69) _reduce_none (len: 12) These (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/racc-1.6.0/lib/racc/info.rb (len: 87) \bidentity\b (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/suits.yml (len: 111) A-Za-z_\-\.0-9 (len: 14) [^\./\?]+ (len: 9) block (2 levels) in create_element (len: 34) block in purge_all (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/digest.rb (len: 119) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document_fragment.rb (len: 113) ActionDispatch::Journey::Visitors::String (len: 41) ActiveJob::Serializers (len: 22) V (len: 1) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2/lib/global_id/verifier (len: 97) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/symbol.rb (len: 119) ActionDispatch::Journey::Nodes::Or (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/space.yml (len: 111) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/de-AT.yml (len: 108) ActionDispatch::Journey::Nodes::Dummy (len: 37) ActiveRecord::AttributeMethods::Dirty (len: 37) param_name= (len: 11) separators (len: 10) xport (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/models (len: 89) block in link_paths (len: 19) SelectorAssertions (len: 18) changed_attribute_names_to_save (len: 31) ^(.*)!$ (len: 7) ActionDispatch::Journey::Path::Pattern::UnanchoredRegexp (len: 56) single_gap? (len: 11) @arity (len: 6) .js.coffee (len: 10) render_to_object (len: 16) load_translations (len: 17) TYPE_NOTATION (len: 13) LOCK (len: 4) @skip_time_zone_conversion_for_attributes (len: 41) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/autoload/babel.rb (len: 107) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_decl.rb (len: 107) association named : (len: 20) /home/ubuntu/pav/PAVES1/app/helpers (len: 35) defer_subscription_confirmation? (len: 32) bundler/process_lock.rb (len: 23) _run_unsubscribe_callbacks (len: 26) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (len: 65) is streaming from (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/attribute_methods/dirty (len: 122) application/x-ms-nls (len: 20) ip_addresses (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/entity_lookup.rb (len: 111) ActiveModel::Dirty (len: 18) deep_symbolize_keys_in_object (len: 29) no-cache (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib/i18n/core_ext/hash.rb (len: 97) generatedFile (len: 13) SAXHandler (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views/devise/passwords/new.html.erb (len: 112) /home/ubuntu/pav/PAVES1/app/views/clients/new.html.erb (len: 54) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/app/views/kaminari/_page.html.slim (len: 114) /home/ubuntu/pav/PAVES1/app/views/devise/mailer/email_changed.html.erb (len: 70) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib (len: 90) entry (len: 5) AllType (len: 7) text/calendar (len: 13) @_max_pages (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser (len: 105) Ü (len: 1) @filtered_path (len: 14) block in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_routing_error_html_erb___1584956386855238817_93825649549720 (len: 197) :\d+$ (len: 5) flash_now (len: 9) I18N (len: 4) CORE_ATTRS (len: 10) Africa/Kigali (len: 13) Ń (len: 1) ù (len: 1) on_failure (len: 10) IMG_ATTRS (len: 9) ALIGN_ATTR (len: 10) db/migrate/20211104085829_add_column_verify_to_transactions.rb (len: 62) longdesc (len: 8) policy_present? (len: 15) unsafe_eval (len: 11) stylesheet_url (len: 14) camera (len: 6) path_to_next_url (len: 16) Asia/Amman (len: 10) data: (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/star_wars.rb (len: 116) block in convert_dot_notation_to_hash (len: 37) kaminari/activerecord/version (len: 29) D (len: 1) America/Noronha (len: 15) precondition_failed? (len: 20) convert_dot_notation_to_hash (len: 28) ActionController::MiddlewareStack::Middleware (len: 45) testnet (len: 7) rand_strings (len: 12) V_VP9 (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/buffy.rb (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib/responders/collection_responder.rb (len: 115) ActiveSupport::Benchmarkable (len: 28) QUIT (len: 4) no block (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/strategies/base.rb (len: 102) before_add_for_roles= (len: 21) MX +2540-10019 America/Monterrey Durango; Coahuila, Nuevo León, Tamaulipas (most areas) (len: 87) search_format (len: 13) roles (len: 5) build_left_side (len: 15) block in stylesheet_link_tag (len: 28) path_to_font (len: 12) after_remove_for_roles_users (len: 28) Bahia (len: 5) Mangghystaū/Mankistau (len: 21) MSK+07 - Amur River (len: 19) CI (len: 2) KH (len: 2) GE (len: 2) Mozambique (len: 10) Venezuela (len: 9) SE (len: 2) Framework Trace (len: 15) user — is this expected? Also, check the 'Detailed diagnostics' » 'Subprocess' tab and double check all information there — is everything as expected? If not, please fix that.

        (len: 205) USE_COOKIES_WITH_METADATA (len: 25) (len: 27) You have (len: 9) ActiveRecord::ConcurrentMigrationError (len: 38) did_you_mean/spell_checkers/name_error_checkers (len: 47) MigrationFilenameRegexp (len: 23) migrations_status (len: 17) 5.7.8 (len: 5) 10.2.1 (len: 6) default_primary_key? (len: 20) �O�Q (len: 4) file-digest:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css (len: 84) exec_query (len: 10) REPLACE(@@sql_mode, 'STRICT_TRANS_TABLES', '') (len: 46) e>>�B:ݥ�9�A�8�������O��^ (len: 32) names (len: 5) version (len: 7) @visitor (len: 8) fk_ignore_pattern= (len: 18) check_constraint_in_create (len: 26) ApplicationController (len: 21) block in icon_names (len: 19) rollback_transaction (len: 20) ROLLBACK TO SAVEPOINT (len: 22) rails_mailgun_inbound_emails (len: 28) create_join_table (len: 17) does not support changing column comments (len: 42) edit_user_registration_url (len: 26) | (len: 2) /home/ubuntu/pav/PAVES1/app/views/main/index.html.erb (len: 53) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/template/sources (len: 111) block in unsigned_float (len: 23) Index_type (len: 10) 1.5 (len: 3)
        (len: 17) enqueued_at (len: 11) deserialize_global_id (len: 21) block in find_rescue_handler (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/helpers/active_model_helper (len: 122) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/e2mmap-0.1.0.gemspec (len: 98) rails/commands/help/help_command.rb (len: 35) block in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_routing_error_html_erb___1584956386855238817_140736486686480 (len: 198) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/class/attribute_accessors.rb (len: 138) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/http_utils.rb (len: 103) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/connection_pool (len: 143) Compressed Archive File (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/remote_ip (len: 119)
    Most common causes Solution finder
    The RVM gemset may be broken. Read solution
    The RVM gemset may be broken. Read solution
    You are using a system-wide-installed RVM Ruby installation. It is possible that, at the same time, your gems are installed to the home directory ( (len: 246)
    You are using a system-wide-installed RVM Ruby installation. It is possible that, at the same time, your gems are installed to the home directory ( (len: 246) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) (*args) monitor = @_monitor monitor or raise("BUG: Internal monitor was not properly initialized. Please report this to the concurrent-ruby developers.") monitor.synchronize { super } end (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242)

    Is your gem bundle installed to the home directory, while at the same time you are using a Ruby that is installed by RVM in a system-wide manner?

    Your Ruby interpreter is installed by RVM in a system-wide manner: it is located in (len: 241) \A (\d{4})-(\d\d)-(\d\d)(?:T|\s) # 2020-06-20T (\d\d):(\d\d):(\d\d)(?:\.(\d{1,6})\d*)? # 10:20:30.123456 (?:(Z(?=\z)|[+-]\d\d)(?::?(\d\d))?)? # +09:00 \z (len: 241) \A (\d{4})-(\d\d)-(\d\d)(?:T|\s) # 2020-06-20T (\d\d):(\d\d):(\d\d)(?:\.(\d{1,6})\d*)? # 10:20:30.123456 (?:(Z(?=\z)|[+-]\d\d)(?::?(\d\d))?)? # +09:00 \z (len: 241) (len: 176) respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action. (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb___3183779569759372896_93825650156480 (len: 176)

    Check that the application has permissions to access the directory from which Bundler loads gems

    Please check whether the application, which is running as the (len: 176) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb___3183779569759372896_93825650156480 (len: 176)

    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md (len: 173) \A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173)
    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=application/css-sourcemap+json&id=311d9d81255e7bb000d124ac3f1c2ecc6a6c8d7176a9c0f403f526cbcf9e325c (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) ActiveRecord::ConnectionAdapters::DatabaseStatements#disable_lazy_transactions! delegated to transaction_manager.disable_lazy_transactions!, but transaction_manager is nil: (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173) \A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z (len: 173) DEPRECATION WARNING: configuration of secure_gravatar= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 172) Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect. (len: 172) DEPRECATION WARNING: configuration of secure_gravatar= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 172) Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect. (len: 172)
    Helper HTTP Verb Path Controller#Action
    (len: 209) 405 (len: 3) psych/visitors/yaml_tree.rb (len: 27) block in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_routes__table_html_erb__1270661295904105773_140736489776800 (len: 189) rubygems/commands/check_command.rb (len: 34) QUERY_STRING (len: 12) application_cable/connection.rb (len: 31) ActiveJob::LogSubscriber-93825642008500 (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/direct_uploads_controller.rb (len: 141) _reduce_58 (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/object/instance_variables.rb (len: 138) block (2 levels) in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues__trace_html_erb__2432370081473373628_140736491311780 (len: 201) application-713124b7a54b0587dbfd2f713970b2ce89d18ad0fef6e257018f780837a24221.css (len: 80) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (len: 142) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachables/_missing_attachable.html.erb (len: 141) sprockets/processing (len: 20) Rendering: rescues/_request_and_response.html.erb (len: 49) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/lib (len: 88) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/autoprefixer-rails-10.3.3.0/lib (len: 91) 1000 Most common strings: (x 158) >= (x 153) ~> (x 110) ruby (x 94) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (x 84) � (x 66) SYSTEM_DEFAULT (x 65) = (x 52) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0 (x 49) �� (x 41) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info.rb (x 39) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (x 34) bin (x 30) version (x 29) sources (x 28) file (x 28) map (x 28) application/vnd.ms-excel.addin.macroenabled.12 (x 28) names (x 26) line (x 26) column (x 26) mappings (x 26) < (x 25) offset (x 25) activesupport (x 24) application/vnd.openxmlformats-officedocument.presentationml.presentation (x 24) rb (x 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (x 20) sassc (x 20) application/vnd.intercon.formnet (x 20) yml (x 20) 2024-09-04T12:10:49+00:00 (x 20) rack (x 19) / (x 18) yes (x 18) 1 (x 18) rails (x 18) application/vnd.ms-excel.template.macroenabled.12 (x 18) application/zip (x 18) development.rb (x 18) n (x 17) a (x 17) generators (x 17) aarch64-linux (x 16) 2 (x 16) nokogiri (x 16) _notifying_render_serializable_hash (x 16) Microsoft Document Imaging (x 16) /home/ubuntu/pav/PAVES1/app/assets/images (x 16) x (x 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux (x 15) [] (x 15) actionpack (x 15) railties (x 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (x 15) 1.0 (x 15) rails-env (x 15) application/vnd.olpc-sugar (x 15) ensure in block (2 levels) in (x 15) r (x 14) h (x 14) f (x 14) v (x 14) e (x 14) 8 (x 14) 6 (x 14) nil (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib (x 14) application/vnd.openxmlformats-officedocument.wordprocessingml.document (x 14) Wireless Bitmap File Format (x 14) AutoCAD DXF simplified Binary (x 14) Tagged Image File Format (x 14) Scalable Vector Graphics (x 14) Mail::Parsers::EnvelopeFromParser (x 14) environment-paths (x 14) environment-version (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/extension.rb (x 14) w (x 13) k (x 13) d (x 13) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (x 13) aarch64 (x 13) xml (x 13) x64 (x 13) c (x 13) activerecord (x 13) s (x 12) o (x 12) i (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0 (x 12) 3 (x 12) z (x 12) y (x 12) t (x 12) racc (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23 (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-jquery-3.6.0/lib (x 12) sprockets (x 12) 6.1.4.1 (x 12) xsd (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/syntax_error.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/document.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/document_fragment.rb (x 12) scss (x 12) roles (x 12) xpw (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/callbacks.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/schema.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/color.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/coffee.rb (x 12) ���� (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_current.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_blob.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/file_server.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_headers.rb (x 12) bundler (x 11) /home/ubuntu/.rbenv/versions/2.6.8 (x 11) : (x 11) S (x 11) p (x 11) b (x 11) m (x 11) q (x 11) 4 (x 11) 9 (x 11) 7 (x 11) g (x 11) u (x 11) j (x 11) rake (x 11) passenger (x 11) rails/generators (x 11) active_storage (x 11) new_ (x 11) xmp (x 11) application/xml (x 11) /home/ubuntu/pav/PAVES1/public (x 11) application/vnd.ms-excel.sheet.binary.macroenabled.12 (x 11) application/vnd.ms-excel.sheet.macroenabled.12 (x 11) application/vnd.is-xpr (x 11) xport (x 11) image/x-xpixmap (x 11) application/xop+xml (x 11) xltm (x 11) XMind Pro (x 11) Rexx source code (x 11) sass_dependencies (x 11) Date: (x 11) (?s)^[\\002\\003\\060\\061\\062\\103\\143\\203\\213\\313\\365\\345\\373].[\\001-\\014][\\001-\\037].{4}(?:.[^\\000]|[\\101-\\377].)(?:[^\\000\\001].|.[^\\000]).{31}(?<=[\\000][^\\000]{0,10})[A-Z@+] (x 11) must be converted with BinHex (x 11) Fragment (x 11) actual_root_dirs (x 11) 1.1.34 (x 11) 2.9.12 (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/character_data.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/version.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/text.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document_fragment.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_decl.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/entity_lookup.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/json-2.1.0.gemspec (x 10) development (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0/aarch64-linux (x 10) l (x 10) 2.6.0 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/share/doc/ruby (x 10) N (x 10) F (x 10) rails-assets-jquery (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger.rb (x 10) kaminari (x 10) byebug (x 10) mysql2 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-datatables-1.10.21/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib (x 10) /home/ubuntu/pav/PAVES1/app/helpers (x 10) application/vnd.ms-excel (x 10) zir (x 10) xslfo (x 10) xsl (x 10) xsamples (x 10) xroles (x 10) xquery (x 10) application/xquery (x 10) xq (x 10) xpt (x 10) xps (x 10) xpr (x 10) application/x-sas-xport (x 10) xpm (x 10) application/x-xpinstall (x 10) xpi (x 10) xop (x 10) xo (x 10) FileStore (x 10) application/x-xmind (x 10) xmind (x 10) xltx (x 10) xlt (x 10) AutoCAD DXF (x 10) SasscCompressor (x 10) AutoCad Drawing (x 10) Photoshop Image (x 10) image/x-jp2-container (x 10) clear_locks! (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/info.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/helpers.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/node.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/config.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/parse_options.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib/byebug/attacher.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/registry.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser_context.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/inflector.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/document.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/explicit_namespace.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/push_parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/gem_inflector.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/searchable.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/error.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node/save_options.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib/ajax-datatables-rails/version.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attribute_decl.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_content.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_decl.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/dtd.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attr.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/namespace.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/character_data.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/cdata.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/processing_instruction.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node_set.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/syntax_error.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/xpath_context.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/xpath/syntax_error.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/builder.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/notation.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/reader.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_reference.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/relax_ng.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xslt/stylesheet.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/push_parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser_context.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/element_description_defaults.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/element_description.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/code.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html5/scrub.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html5/libxml2_workarounds.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/scanner.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document_fragment.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document.rb (x 10) no (x 9) builder (x 9) user (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0 (x 9) 2.6.8 (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0 (x 9) -Wl,-rpath,/home/ubuntu/.rbenv/versions/2.6.8/lib -L/home/ubuntu/.rbenv/versions/2.6.8/lib -lruby-static -lz -lpthread -lrt -lrt -ldl -lcrypt -lm (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0/aarch64-linux (x 9) unknown (x 9) 0 (x 9) J (x 9) D (x 9) C (x 9) 5 (x 9) X (x 9) V (x 9) /home/ubuntu/pav/PAVES1 (x 9) ubuntu (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-source-5.2.0/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib (x 9) thor (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-proxy-0.7.0/lib (x 9) ajax-datatables-rails (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sass-rails-6.0.0/lib (x 9) devise (x 9) tasks (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/orm_adapter-0.5.0/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job_active_record-4.1.6/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/regexp_parser-2.1.1/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bcrypt-3.1.16/lib (x 9) assets (x 9) sass (x 9) action_mailbox (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/helpers (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/app/helpers (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/models (x 9) rails_service_blob_proxy (x 9) xpx (x 9) xlsx (x 9) xhtml (x 9)  (x 9) ParseObjectFromYaml (x 9)  (x 9) defined guard in warn (x 9) (* (x 9) (** (x 9) * React (x 9) hash_name (x 9) application.css (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/tracer-0.1.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/rbconfig.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bundler-1.17.2.gemspec (x 8) T (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/csv-3.0.9.gemspec (x 8) E (x 8) /home/ubuntu/.rbenv/versions/2.6.8/include/aarch64-linux (x 8) 205 (x 8) standalone (x 8) W (x 8) P (x 8) M (x 8) L (x 8) K (x 8) H (x 8) G (x 8) B (x 8) A (x 8) i18n (x 8) Z (x 8) Y (x 8) U (x 8) R (x 8) Q (x 8) msgpack (x 8) activejob (x 8) actionview (x 8) bootsnap (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webdrivers-5.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/web-console-4.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/semantic_range-3.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/selenium-webdriver-4.0.3/lib (x 8) activemodel (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rexml-3.2.5/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rolify-6.0.0/lib (x 8) active_model_serializers (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rubyzip-2.3.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/erubi-1.10.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/builder-3.2.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/childprocess-4.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/method_source-1.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/thor-1.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/pundit-2.1.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webrick-1.8.1/lib (x 8) zeitwerk (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rackup-1.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mysql2-0.5.3/lib (x 8) tzinfo (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-1.2.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-actionview-1.2.1/lib (x 8) xpath (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-rails-2.1.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-rails-3.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tilt-2.0.10/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/gravatar-1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/gravatar_image_tag-1.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.3/lib (x 8) ffi (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ruby2_keywords-0.0.5/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/spec/external_adapters (x 8) responders (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/figaro-1.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/warden-1.2.9/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_mime-1.1.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/marcel-1.0.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/matrix-0.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activejob-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-driver-0.7.5/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-extensions-0.1.5/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nio4r-2.5.8/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-test-1.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/xpath-3.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-html-sanitizer-1.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_portile2-2.6.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/capybara-3.36.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/racc-1.6.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/addressable-2.8.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webpacker-5.4.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/audited-5.0.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/execjs-2.8.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootstrap-sass-3.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/sassc-2.4.0 (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/msgpack-1.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/autoprefixer-rails-10.3.3.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/public_suffix-4.0.6/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jsonapi-renderer-0.2.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/case_transform-0.2/lib (x 8) rolify (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-rails-4.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-ui-rails-6.0.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib (x 8) turbolinks (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bcrypt-3.1.16 (x 8) generators/rails/templates (x 8) rails/generators/test_unit (x 8) abstract_controller (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/helpers (x 8) /home/ubuntu/pav/PAVES1/app/channels (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb (x 8) image/png (x 8) application/x-ole-storage (x 8) users (x 8) xlr (x 8) ctime_date_s (x 8) reStructuredText source code (x 8) Mail::Parsers::MessageIdsParser::MessageIdsStruct (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/base58.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/char.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/unique_generator.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/layout.erb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/industry_segments.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/greek_philosophers.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/chuck_norris.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/aeternity.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hobby.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/bitcoin.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/gender.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/id_number.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hipster.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hacker.rb (x 8) ۥ (x 8) nopush (x 8) crossorigin (x 8) 129.151.153.157 (x 8) AAAA;AACA;AACA;AACA;AACA;AACA (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/direct_uploads_controller.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (x 8) (x 7) localhost (x 7) %EF (x 7) json (x 7) csv (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/enc/encdb.so (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/specification.rb (x 7) I (x 7) aarch64-unknown-linux-gnu (x 7) /usr/bin/install -c (x 7) so (x 7) > (x 7) one (x 7) webrick (x 7) OcuWjB15fYCbifcn (x 7) O (x 7) rss (x 7) rails-assets-datatables (x 7) 127.0.0.1 (x 7) https (x 7) bundler/vendor/thor/lib/thor/util.rb (x 7) rexml (x 7) bundler/match_platform.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/openssl-2.1.2.gemspec (x 7) matrix (x 7) minitest (x 7) mail (x 7) 6.0.23 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib (x 7) rails-dom-testing (x 7) IGNORE (x 7) QUIT (x 7) jwt (x 7) concurrent-ruby (x 7) mini_mime (x 7) audited (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/mysql2-0.5.3 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/passenger-6.0.23 (x 7) delayed_job (x 7) faraday (x 7) jbuilder (x 7) loofah (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/byebug-11.1.3 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/ffi-1.15.4 (x 7) webpacker (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/msgpack-1.4.2 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bootsnap-1.9.1 (x 7) 10 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bindex-0.8.1 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/websocket-driver-0.7.5 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.12.5 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/racc-1.6.0 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nio4r-2.5.8 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4 (x 7) concerns (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/mailers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/jobs (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/jobs (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models (x 7) /home/ubuntu/pav/PAVES1/app/controllers (x 7) /home/ubuntu/pav/PAVES1/app/controllers/concerns (x 7) /home/ubuntu/pav/PAVES1/app/datatables (x 7) /home/ubuntu/pav/PAVES1/app/jobs (x 7) /home/ubuntu/pav/PAVES1/app/mailers (x 7) /home/ubuntu/pav/PAVES1/app/models (x 7) /home/ubuntu/pav/PAVES1/app/policies (x 7) /home/ubuntu/pav/PAVES1/app/services (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node (x 7) renderer (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/config/routes.rb (x 7) rails_blob_representation_proxy (x 7) rails_blob_representation (x 7) font/ttf (x 7) application/vnd.openxmlformats-officedocument.spreadsheetml.template (x 7) manifest.js (x 7) mp4 (x 7) ttf (x 7) application/x-tika-msworks-spreadsheet (x 7) image/vnd.xiff (x 7) UNIX Portable Bitmap Graphic (x 7) Portable Network Graphics (x 7) SassCompressor (x 7) Joint Photographic Experts Group (x 7) JPEG 2000 Part 1 (JP2) (x 7) block (2 levels) in (x 7) Computer Graphics Metafile (x 7) block in (x 7) concat_javascript_sources (x 7) ACES Image Container File (x 7) Brookhaven Protein Databank File (x 7) RealMedia Player Plug-in (x 7) Free Lossless Audio Codec (x 7) com.apple.coreaudio-format (x 7) Audio Interchange File Format (x 7) Ogg Vorbis Codec Compressed WAV File (x 7) @namespace_for_serializer (x 7) Ogg Speex Codec Compressed WAV File (x 7) Ogg Opus Codec Compressed WAV File (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib/delayed/plugins/clear_locks.rb (x 7) Musical Instrument Digital Interface (x 7) Dolby Digital Audio Compression File (x 7) https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html (x 7) Compressed Archive File (x 7) XML Shareable Playlist Format (x 7) XML Document Type Definition (x 7) Extensible Markup Language (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/envelope_from_parser.rb (x 7) Standard Formatted Data Units (SFDUs) data (x 7) block (3 levels) in (x 7) SAS Stored Program (DATA Step) (x 7) SAS MDDB Multi-Dimensional Database File (x 7) SAS Item Store (ItemStor) File (x 7) SAS FDB Consolidation Database File (x 7) SAS DMDB Data Mining Database File (x 7) SAS Backup (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/cache.rb (x 7) Visual basic source code (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/version.rb (x 7) Mail::Parsers::MessageIdsParser (x 7) Inteface Definition Language (x 7) Preprocessors (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/validations (x 7) CoffeeScript source code (x 7) ActiveModelSerializers::SerializationContext (x 7) ActiveRecord::Validations::NumericalityValidator (x 7) ActionScript source code (x 7) Web Video Text Tracks Format (x 7) American Newspaper Publishers Association Wire Feeds (x 7) Graphviz Graph Visualization Software (x 7) Roff/nroff/troff/groff Unformatted Manual Page (UNIX) (x 7) HyperText Markup Language (x 7) CoffeeScriptProcessor (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/message_ids_parser.rb (x 7) MIME Encapsulation of Aggregate HTML Documents (x 7) AutoCAD Design Web Format (x 7) Initial Graphics Exchange Specification Format (x 7) text/x-c (x 7) Silicon Graphics RGB Bitmap (x 7) _render_with_renderer_json (x 7) (?s)^\\015.{51}\\014\\000\\015\\000\\016 (x 7) application/x-ms-nls (x 7) bplist16 (x 7) Mail::Parsers::MimeVersionParser::MimeVersionStruct (x 7) HashWrapper (x 7) (?s)^([\\005-\\017])[\\000\\040-\\176]{10}.{43}\\1\000 (x 7) .*[\\124\\122\\125\\105\\126\\111\\123\\111\\117\\116\\055\\130\\106\\111\\114\\105\\056\\000] (x 7) Mail::Parsers::MimeVersionParser (x 7) Foglio di lavoro Microsoft Exce (x 7) Microsoft Excel 5.0 Worksheet (x 7) PowerPoint Document (x 7) %PDF- (x 7) V_VP9 (x 7) ActionController::Renderers::All (x 7) application/sereal;version=3 (x 7) application/sereal;version=2 (x 7) rescue in payload_object (x 7) application/sereal;version=1 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/digest/sha2.rb (x 7) ActionController::Renderers (x 7) ActionController::MissingRenderer (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/received_parser.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/digest/sha1.so (x 7) application/msword5 (x 7) Microsoft Word 6.0 Document (x 7) handle_deprecation (x 7) ^\s*<(?:!DOCTYPE\s+)?html[\s>] (x 7) Faraday::Response::RaiseError (x 7) excluded_from_eager_load? (x 7) counters (x 7) ensure in module_include (x 7) block (2 levels) in eager_load (x 7) honour_exclusions (x 7) ls (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri.rb (x 7) string_end_with_semicolon? (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib/action_text.rb (x 7) action_dispatch_system_test_case (x 7) block (2 levels) in unload (x 7) unregister_loader (x 7) to_trix_content_attachment_partial_path (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/utils.rb (x 7) caption (x 7) attachable_plain_text_representation (x 7) rescue in block in set_autoloads_in_dir (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib/faraday/adapter/net_http.rb (x 7) block in set_autoloads_in_dir (x 7) defined guard in reload_app? (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/path_digest_utils.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/2.6/nokogiri (x 7) 11 (x 7) HTTP_X_FORWARDED_FOR (x 7) HTTP_X_FORWARDED_PROTO (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb (x 7) � (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (x 7) sanitized_uri_attributes (x 7) sanitized_protocol_separator (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views (x 7) processors:type=image/png&file_type=image/png (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri.rb (x 6) attribute (x 6) doc (x 6) ruby_version (x 6) bindir (x 6) io (x 6) %E6 (x 6) The best way to manage your application's dependencies (x 6) %DF (x 6) %D5 (x 6) %D2 (x 6) gzip (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/ftp.rb (x 6) - (x 6) %F7 (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/common.rb (x 6) json-2.1.0 (x 6) dir (x 6) tracer (x 6) /home/ubuntu/.rbenv/rbenv.d/exec/gem-rehash (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sync-0.5.0.gemspec (x 6) bundler/compact_index_client (x 6) '--prefix=/home/ubuntu/.rbenv/versions/2.6.8' '--with-openssl-dir=/home/ubuntu/.rbenv/versions/2.6.8/openssl' '--enable-shared' 'LDFLAGS=-L/home/ubuntu/.rbenv/versions/2.6.8/lib ' 'CPPFLAGS=-I/home/ubuntu/.rbenv/versions/2.6.8/include ' (x 6) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (x 6) group (x 6) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (x 6) main (x 6) DOT (x 6) cppflags (x 6) ri (x 6) configure (x 6) ruby-2.6.pc (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ipaddr-1.2.2.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sdbm-1.0.0.gemspec (x 6) + (x 6) * (x 6) bundler/vendor/thor/lib/thor (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/e2mmap-0.1.0.gemspec (x 6) bundler/vendor/thor/lib/thor/shell (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/cmath-1.0.0.gemspec (x 6) bundler/vendor/thor/lib/thor/parser (x 6) bundler/vendor/thor/lib/thor/line_editor (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bigdecimal-1.4.1.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/prime-0.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/psych-3.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/date-2.0.0.gemspec (x 6) %36 (x 6) %1C (x 6) %B1 (x 6) %74 (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/scanf-1.0.0.gemspec (x 6) bundler/uri_credentials_filter.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ostruct-0.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rss-0.2.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/irb-1.0.0.gemspec (x 6) zlib-1.0.0 (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/zlib-1.0.0.gemspec (x 6) bundler/lazy_specification.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/shell-0.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (x 6) etc (x 6) bundler/vendored_thor.rb (x 6) bundler/vendored_fileutils.rb (x 6) bundler/vendor/thor/lib/thor/shell/html.rb (x 6) bundler/vendor/thor/lib/thor/shell/color.rb (x 6) bundler/vendor/thor/lib/thor/shell/basic.rb (x 6) bundler/vendor/thor/lib/thor/shell.rb (x 6) bundler/vendor/thor/lib/thor/parser/options.rb (x 6) bundler/vendor/thor/lib/thor/parser/option.rb (x 6) bundler/vendor/thor/lib/thor/parser/arguments.rb (x 6) bundler/vendor/thor/lib/thor/parser/argument.rb (x 6) bundler/vendor/thor/lib/thor/parser.rb (x 6) bundler/vendor/thor/lib/thor/line_editor/readline.rb (x 6) bundler/vendor/thor/lib/thor/line_editor/basic.rb (x 6) bundler/vendor/thor/lib/thor/line_editor.rb (x 6) bundler/vendor/thor/lib/thor/invocation.rb (x 6) bundler/vendor/thor/lib/thor/error.rb (x 6) bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (x 6) bundler/vendor/thor/lib/thor/command.rb (x 6) bundler/vendor/thor/lib/thor/base.rb (x 6) bundler/vendor/thor/lib/thor.rb (x 6) bundler/vendor/fileutils/lib/fileutils.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/io-console-0.4.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/strscan-1.0.0.gemspec (x 6) bundler/stub_specification.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb (x 6) bundler/remote_specification.rb (x 6) bundler/source/rubygems.rb (x 6) bundler/source/metadata.rb (x 6) bundler/source/git/git_proxy.rb (x 6) bundler/shared_helpers.rb (x 6) bundler/rubygems_integration.rb (x 6) bundler/lockfile_parser.rb (x 6) bundler/environment_preserver.rb (x 6) bundler/endpoint_specification.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (x 6) bundler/build_metadata.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/logger-1.3.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rdoc-6.1.2.1.gemspec (x 6) socket_dir (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/nodejs_supportlib (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb (x 6) activestorage (x 6) GET (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb (x 6) DES (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils.rb (x 6) root (x 6) rails-html-sanitizer (x 6) erubi (x 6) http (x 6) HTTP helper worker (x 6) HTTP socket (x 6) main socket (x 6) capybara (x 6) bootstrap-sass (x 6) data-confirm-modal (x 6) delayed_job_active_record (x 6) figaro (x 6) warden (x 6) font-awesome-rails (x 6) gravatar (x 6) method_source (x 6) pundit (x 6) rackup (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6 (x 6) webdrivers (x 6) faker (x 6) action_text (x 6) rails/generators/test_unit/templates (x 6) application (x 6) net (x 6) edit_ (x 6) /home/ubuntu/pav/PAVES1/app/models/concerns (x 6) RPAREN (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/protocol.rb (x 6) -----BEGIN CERTIFICATE----- (x 6) ActiveRecord::Base (x 6) coffee (x 6) gz (x 6) js (x 6) png (x 6) vtt (x 6) xlsm (x 6) cache_limit (x 6) xlsb (x 6) xls (x 6) xlog (x 6) xlm (x 6) xll (x 6) xlam (x 6) digest_assets= (x 6) xla (x 6) xif (x 6) xhvml (x 6) xhtml2 (x 6) JSMincCompressor (x 6) Canon raw image (x 6) Adobe Digital Negative (x 6) jsmin (x 6) JPEG 2000 Part 2 (JPX) (x 6) JPEG 2000 Part 6 (JPM) (x 6) Enhanced Metafile (x 6) Windows bitmap (x 6) AV1 Image File (x 6) (x 6) Bundle (x 6) ClearLocks (x 6) Real Audio (x 6) ctime_date= (x 6) (x 6) MP3 Playlist File (x 6) DirectiveProcessor (x 6) application/x-matroska (x 6) Plugins (x 6) SourceMapProcessor (x 6) Ogg Vorbis Audio (x 6) namespace_for_class (x 6) MPEG-1 Audio Layer 3 (x 6) uLaw/AU Audio File (x 6) XSL Transformations (x 6) XSL Format (x 6) XQuery source code (x 6) EnvelopeFromStruct (x 6) ctime_date (x 6) XLZ Archive (x 6) XLIFF 1.2 document (x 6) EnvelopeFromParser (x 6) Virtual Disk Format (x 6) defined guard in debug (x 6) TeX Source (x 6) Stata DTA Dataset (x 6) Stata DTA Script (x 6) Snappy Framed (x 6) Adobe Flash (x 6) ESRI Shapefiles (x 6) UNIX/LINUX Shell Script (x 6) SAS XPORT Transfer File (x 6) SAS Data Set View (x 6) SAS Utility (x 6) SAS Transport File (x 6) SAS Permanent Utility (x 6) .snd (x 6) SAS v6 Data Set (x 6) SAS Data Set Index (x 6) SAS Data Set (x 6) SAS Catalog (x 6) YAML source code (x 6) @query_parameters (x 6) Yacc/Bison source code (x 6) Markdown source code (x 6) VHDL source code (x 6) Verilog source code (x 6) @request_url (x 6) VBScript source code (x 6) VB.NET source code (x 6) \A[^?]+ (x 6) Tcl script (x 6) Smalltalk source code (x 6) SQL code (x 6) Sed code (x 6) Scheme source code (x 6) Scala source code (x 6) Ruby source code (x 6) R source code (x 6) Python script (x 6) Prolog source code (x 6) PHP script (x 6) Perl script (x 6) Pascal source code (x 6) Ocaml source code (x 6) request_url (x 6) Objective-C source code (x 6) Modula source code (x 6) ML source code (x 6) Lua source code (x 6) message_ids= (x 6) application log (x 6) Lex/Flex source code (x 6) LESS source code (x 6) concat_source_maps (x 6) Java Server Page (x 6) Java source code (x 6) Java Properties (x 6) Configuration file (x 6) SourceMapUtils (x 6) DefaultSourceMap (x 6) Haxe source code (x 6) Haskell source code (x 6) HAML source code (x 6) UrlHelpers (x 6) processors (x 6) Groovy source code (x 6) Go source code (x 6) Fortran source code (x 6) ZlibExporter (x 6) Forth source code (x 6) FileExporter (x 6) Expect Script (x 6) Exporters (x 6) Erlang source code (x 6) msg_id_s (x 6) Emacs Lisp source code (x 6) Eiffel source code (x 6) D source code (x 6) C source code (x 6) text/x-csrc (x 6) C# source code (x 6) Common Lisp source code (x 6) ColdFusion source code (x 6) ERBProcessor (x 6) COBOL source code (x 6) Clojure source code (x 6) C source code header (x 6) text/x-chdr (x 6) CGI script (x 6) C++ source code (x 6) ScsscProcessor (x 6) C++ source code header (x 6) Basic source code (x 6) SasscProcessor (x 6) AWK script (x 6) Assembler source code (x 6) AspectJ source code (x 6) Asciidoc source code (x 6) AppleScript source code (x 6) MessageIdsStruct (x 6) Ada source code (x 6) JstProcessor (x 6) EjsProcessor (x 6) WML Script (x 6) EcoProcessor (x 6) MessageIdsParser (x 6) Cascading Style Sheet (x 6) column_scale_for (x 6) ASP .NET (x 6) Active Server Page (x 6) column_precision_for (x 6) BabelProcessor (x 6) X Windows Dump (x 6) GIMP Image File (x 6) Targa image data (x 6) Sony raw image (x 6)