-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Had an unexpected downtime today when updating Rails from 7.0.2.4
to 7.0.3
. Went digging and noticed that as part of the update, 2 other gems were updated. Finally nailed down the break to the update of strscan
from 3.0.1
to 3.0.2
, and was able to get this error when attempting to start the application on a local amd64 machine.
This is on Ruby 3.1.1
, Rails 7.0.3
<internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': /home/app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/lib/strscan.so: cannot open shared object file: No such file or directory - /home/app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/lib/strscan.so (LoadError)
At this point I have every other gem that was being updated fully updated and my application is back up and running with strscan
pinned in my Gemfile to 3.0.1
, but as soon as I update strscan
to 3.0.2
the application will break again.
Something interesting I noticed as well is that, despite this one single gem being updated and being the only change in the Gemfile.lock
, a large number of related gems are affected on the filesystem when my CD process updates everything changed. Also interesting to note is that the change directly involves deleting of anything aarch64/amd64 related.
>fcst...... app-data/vendor/bundle/ruby/3.1.0/bin/byebug
>fcst...... app-data/vendor/bundle/ruby/3.1.0/bin/nokogiri
>fcst...... app-data/vendor/bundle/ruby/3.1.0/bin/puma
>fcst...... app-data/vendor/bundle/ruby/3.1.0/bin/pumactl
>fcst...... app-data/vendor/bundle/ruby/3.1.0/bin/redcarpet
*deleting app-data/vendor/bundle/ruby/3.1.0/cache/strscan-3.0.1.gem
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/websocket-driver-0.7.5/websocket_mask.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/websocket-driver-0.7.5/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/websocket-driver-0.7.5/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/unf_ext-0.0.8/unf_ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/unf_ext-0.0.8/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/unf_ext-0.0.8/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/sassc-2.4.0/sassc/libsass.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/sassc-2.4.0/sassc/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/sassc-2.4.0/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/sassc-2.4.0/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/redcarpet-3.5.1/redcarpet.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/redcarpet-3.5.1/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/redcarpet-3.5.1/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/puma-5.6.4/puma/puma_http11.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/puma-5.6.4/puma/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/puma-5.6.4/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/puma-5.6.4/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/psych-3.3.2/psych.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/psych-3.3.2/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/psych-3.3.2/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/pg-1.3.5/pg/postgresql_lib_path.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/pg-1.3.5/pg/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/pg-1.3.5/pg_ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/pg-1.3.5/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/pg-1.3.5/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/nio4r-2.5.8/nio4r_ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/nio4r-2.5.8/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/nio4r-2.5.8/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/llhttp-ffi-0.4.0/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/llhttp-ffi-0.4.0/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/hiredis-0.6.3/hiredis/ext/hiredis_ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/hiredis-0.6.3/hiredis/ext/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/hiredis-0.6.3/hiredis/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/hiredis-0.6.3/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/hiredis-0.6.3/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/ffi-1.15.5/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/ffi-1.15.5/ffi_c.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/ffi-1.15.5/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/debug_inspector-1.1.0/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/debug_inspector-1.1.0/debug_inspector.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/debug_inspector-1.1.0/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/byebug-11.1.3/byebug/byebug.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/byebug-11.1.3/byebug/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/byebug-11.1.3/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/byebug-11.1.3/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/bcrypt-3.1.16/gem.build_complete
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/bcrypt-3.1.16/bcrypt_ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/bcrypt-3.1.16/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/3.1.0/
*deleting app-data/vendor/bundle/ruby/3.1.0/extensions/aarch64-linux/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/xsd/xmlparser/nokogiri.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/xsd/xmlparser/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/xsd/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xslt/stylesheet.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xslt/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/xpath/syntax_error.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/xpath/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax/push_parser.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax/parser_context.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax/parser.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax/document.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/pp/node.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/pp/character_data.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/pp/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/node/save_options.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/node/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/xpath_context.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/xpath.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/text.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/syntax_error.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/searchable.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/schema.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/sax.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/relax_ng.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/reader.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/processing_instruction.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/pp.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/parse_options.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/notation.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/node_set.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/node.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/namespace.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/entity_reference.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/entity_decl.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/element_decl.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/element_content.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/dtd.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/document_fragment.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/document.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/character_data.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/cdata.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/builder.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/attribute_decl.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/attr.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/version/info.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/version/constant.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/version/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/jruby/dependencies.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/jruby/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html5/node.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html5/document_fragment.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html5/document.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html5/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/sax/push_parser.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/sax/parser_context.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/sax/parser.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/sax/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/entity_lookup.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/element_description_defaults.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/element_description.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/document_fragment.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/document.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/builder.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/decorators/slop.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/decorators/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/xpath_visitor.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/tokenizer.rex
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/tokenizer.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/syntax_error.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/parser_extras.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/parser.y
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/parser.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/node.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/3.1/nokogiri.so
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/3.1/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/3.0/nokogiri.so
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/3.0/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.7/nokogiri.so
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.7/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.6/nokogiri.so
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/2.6/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xslt.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/xml.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/version.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/syntax_error.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html5.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html4.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/html.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/gumbo.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/extension.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/css.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/class_resolver.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/nokogiri.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/lib/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/gumbo-parser/THANKS
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/gumbo-parser/CHANGES.md
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/gumbo-parser/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xsltutils.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xsltlocale.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xsltexports.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xsltconfig.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xsltInternals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/xslt.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/variables.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/transform.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/templates.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/security.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/preproc.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/pattern.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/numbersInternals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/namespaces.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/keys.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/imports.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/functions.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/extra.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/extensions.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/documents.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/attributes.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxslt/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/valid.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/uri.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/tree.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/threads.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/parser.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/list.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/hash.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/globals.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/entities.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/dict.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/DOCBparser.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/libxml/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libxml2/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libexslt/exsltexports.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libexslt/exsltconfig.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libexslt/exslt.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/libexslt/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/include/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xslt_stylesheet.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_xpath_context.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_text.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_syntax_error.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_schema.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_sax_push_parser.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_sax_parser_context.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_sax_parser.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_relax_ng.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_reader.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_processing_instruction.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_node_set.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_node.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_namespace.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_entity_reference.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_entity_decl.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_encoding_handler.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_element_decl.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_element_content.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_dtd.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_document_fragment.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_document.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_comment.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_cdata.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_attribute_decl.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/xml_attr.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/test_global_handlers.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/nokogiri.h
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/nokogiri.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/libxml2_backwards_compat.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/html4_sax_push_parser.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/html4_sax_parser_context.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/html4_entity_lookup.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/html4_element_description.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/html4_document.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/gumbo.c
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/extconf.rb
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/depend
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/nokogiri/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/ext/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/bin/nokogiri
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/bin/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/dependencies.yml
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/README.md
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/LICENSE.md
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/LICENSE-DEPENDENCIES.md
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/Gemfile
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/nokogiri-1.13.6-aarch64-linux/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/cache/strscan-3.0.2.gem
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/strscan-3.0.2/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/strscan-3.0.2/gem.build_complete
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/strscan-3.0.2/strscan.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/bcrypt_ext.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/bcrypt_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/crypt_blowfish.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/crypt_gensalt.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/wrapper.o
>fc.t...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/ext/mri/x86.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/bcrypt-3.1.16/lib/bcrypt_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/context.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/locker.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/threads.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/lib/byebug/byebug.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/debug_inspector-1.1.0/ext/debug_inspector/debug_inspector.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/debug_inspector-1.1.0/ext/debug_inspector/debug_inspector.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/debug_inspector-1.1.0/lib/debug_inspector.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Call.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Function.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Type.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Types.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/lib/ffi_c.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/ext/hiredis_ext/connection.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/ext/hiredis_ext/hiredis_ext.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/ext/hiredis_ext/hiredis_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/ext/hiredis_ext/reader.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/lib/hiredis/ext/hiredis_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/async.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/hiredis.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/libhiredis.a
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/net.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/read.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/hiredis-0.6.3/vendor/hiredis/sds.o
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/llhttp/llhttp_ext.o
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/llhttp/llhttp.o
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/llhttp/http.o
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/llhttp/api.o
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/llhttp/
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/libllhttp-ext.so
*deleting app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/aarch64-linux/
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/libllhttp-ext.so
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/llhttp/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/llhttp/api.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/llhttp/http.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/llhttp/llhttp.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/llhttp-ffi-0.4.0/ext/x86_64-linux/llhttp/llhttp_ext.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/ext/nio4r/bytebuffer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/ext/nio4r/monitor.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/ext/nio4r/nio4r_ext.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/ext/nio4r/nio4r_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/ext/nio4r/selector.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/nio4r-2.5.8/lib/nio4r_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/extconf.h
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/gvl_wrappers.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_binary_decoder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_binary_encoder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_coder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_connection.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_copy_coder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_errors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_record_coder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_result.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_text_decoder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_text_encoder.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_tuple.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_all_strings.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_by_class.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_by_column.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_by_mri_type.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_by_oid.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_type_map_in_ruby.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/pg_util.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/ext/postgresql_lib_path.rb
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/lib/pg_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/pg-1.3.5/lib/pg/postgresql_lib_path.rb
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/api.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/dumper.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/emitter.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/loader.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/parser.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych_emitter.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych_parser.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych_to_ruby.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/psych_yaml_tree.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/reader.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/scanner.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/ext/psych/writer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/psych-3.3.2/lib/psych.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/puma-5.6.4/ext/puma_http11/http11_parser.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/puma-5.6.4/ext/puma_http11/mini_ssl.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/puma-5.6.4/ext/puma_http11/puma_http11.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/puma-5.6.4/ext/puma_http11/puma_http11.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/puma-5.6.4/lib/puma/puma_http11.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/autolink.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/buffer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/houdini_href_e.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/houdini_html_e.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/html.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/html_smartypants.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/markdown.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/rc_markdown.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/rc_render.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/redcarpet.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/ext/redcarpet/stack.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/redcarpet-3.5.1/lib/redcarpet.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/allocator.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast2c.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_fwd_decl.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_sel_cmp.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_sel_super.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_sel_unify.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_sel_weave.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_selectors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_supports.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/ast_values.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/backtrace.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/base64vlq.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/bind.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/c2ast.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/c99func.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/cencode.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/check_nesting.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/color_maps.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/constants.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/context.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/cssize.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/emitter.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/environment.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/error_handling.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/eval.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/eval_selectors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/expand.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/extender.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/extension.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/file.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_colors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_lists.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_maps.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_miscs.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_numbers.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_selectors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_strings.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/fn_utils.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/inspect.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/json.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/lexer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/libsass.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/listize.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/operators.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/output.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/parser.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/parser_selectors.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/plugins.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/position.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/prelexer.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/remove_placeholders.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/sass.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/sass2scss.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/sass_context.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/sass_functions.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/sass_values.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/shared_ptr.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/source.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/source_map.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/stylesheet.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/to_value.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/units.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/utf8_string.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/util.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/util_string.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/ext/values.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/sassc-2.4.0/lib/sassc/libsass.so
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/.sitearchdir.time
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/extconf.rb
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/strscan.c
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/strscan.o
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/ext/strscan/strscan.so
cd+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/lib/
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/gems/strscan-3.0.2/lib/strscan.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/unf_ext-0.0.8/ext/unf_ext/unf.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/unf_ext-0.0.8/ext/unf_ext/unf_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/unf_ext-0.0.8/lib/unf_ext.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/websocket-driver-0.7.5/ext/websocket-driver/websocket_mask.o
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/websocket-driver-0.7.5/ext/websocket-driver/websocket_mask.so
>fcst...... app-data/vendor/bundle/ruby/3.1.0/gems/websocket-driver-0.7.5/lib/websocket_mask.so
*deleting app-data/vendor/bundle/ruby/3.1.0/specifications/nokogiri-1.13.6-aarch64-linux.gemspec
>f+++++++++ app-data/vendor/bundle/ruby/3.1.0/specifications/strscan-3.0.2.gemspec
*deleting app-data/vendor/cache/extensions/aarch64-linux/3.1.0/bert-a9a0d38756f9/gem.build_complete
*deleting app-data/vendor/cache/extensions/aarch64-linux/3.1.0/bert-a9a0d38756f9/decode.so
*deleting app-data/vendor/cache/extensions/aarch64-linux/3.1.0/bert-a9a0d38756f9/
*deleting app-data/vendor/cache/extensions/aarch64-linux/3.1.0/
*deleting app-data/vendor/cache/extensions/aarch64-linux/
*deleting app-data/vendor/cache/extensions/
*deleting app-data/vendor/cache/strscan-3.0.1.gem
*deleting app-data/vendor/cache/bert-a9a0d38756f9/ext/bert/c/decode.so
*deleting app-data/vendor/cache/bert-a9a0d38756f9/ext/bert/c/decode.o
*deleting app-data/vendor/cache/bert-a9a0d38756f9/ext/bert/c/.sitearchdir.time
*deleting app-data/vendor/cache/bert-a9a0d38756f9/lib/decode.so
>f+++++++++ app-data/vendor/cache/strscan-3.0.2.gem
These files which are updated also correspond to the files which are stated to be missing when my application in production attempts to start:
/usr/local/lib/ruby/3.1.0/bundler/definition.rb:481:in `materialize': Could not find psych-3.3.2, strscan-3.0.2, pg-1.3.5, hiredis-0.6.3, nokogiri-1.13.6-aarch64-linux, redcarpet-3.5.1, puma-5.6.4, byebug-11.1.3, sassc-2.4.0, bcrypt-3.1.16, nio4r-2.5.8, debug_inspector-1.1.0, websocket-driver-0.7.5, ffi-1.15.5, llhttp-ffi-0.4.0, unf_ext-0.0.8 in any of the sources (Bundler::GemNotFound)