>>> ruby-listen: Building community/ruby-listen 3.7.1-r1 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 02:57:36 +0000 >>> ruby-listen: Checking sanity of /home/buildozer/aports/community/ruby-listen/APKBUILD... >>> ruby-listen: Analyzing dependencies... >>> ruby-listen: Installing for build: build-base ruby ruby-rb-inotify ruby-rspec (1/15) Installing libffi (3.4.4-r0) (2/15) Installing readline (8.2.0-r0) (3/15) Installing libucontext (1.2-r0) (4/15) Installing yaml (0.2.5-r0) (5/15) Installing ruby-libs (3.1.2-r1) (6/15) Installing ruby (3.1.2-r1) (7/15) Installing ruby-ffi (1.15.5-r1) Executing ruby-ffi-1.15.5-r1.post-install (8/15) Installing ruby-rb-inotify (0.10.1-r2) (9/15) Installing ruby-rspec-support (3.11.0-r1) (10/15) Installing ruby-rspec-core (3.11.0-r1) (11/15) Installing ruby-diff-lcs (1.5.0-r1) (12/15) Installing ruby-rspec-expectations (3.11.0-r1) (13/15) Installing ruby-rspec-mocks (3.11.1-r1) (14/15) Installing ruby-rspec (3.11.0-r1) (15/15) Installing .makedepends-ruby-listen (20221029.025745) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 107 packages >>> ruby-listen: Cleaning up srcdir >>> ruby-listen: Cleaning up pkgdir >>> ruby-listen: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/listen-3.7.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 56280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56280 100 56280 0 0 86534 0 --:--:-- --:--:-- --:--:-- 86451 >>> ruby-listen: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/listen-3.7.1.tar.gz >>> ruby-listen: Checking sha512sums... listen-3.7.1.tar.gz: OK tests-remove-unnecessary-requires.patch: OK gemspec.patch: OK >>> ruby-listen: Unpacking /var/cache/distfiles/v3.17/listen-3.7.1.tar.gz... >>> ruby-listen: tests-remove-unnecessary-requires.patch patching file spec/spec_helper.rb >>> ruby-listen: gemspec.patch patching file listen.gemspec Successfully built RubyGem Name: listen Version: 3.7.1 File: listen-3.7.1.gem Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Randomized with seed 25901 Listen::QueueOptimizer smoosh_changes when double move is expected to eq {:added=>[], :modified=>["foo"], :removed=>[]} with a detected temp file is expected to eq {:added=>[], :modified=>[], :removed=>[]} with rename from temp file is expected to eq {:added=>[], :modified=>["foo"], :removed=>[]} with cookie when single moved is expected to eq {:added=>["foo"], :modified=>[], :removed=>[]} when related moved_to is expected to eq {:added=>["bar"], :modified=>[], :removed=>[]} when related moved_to with ignored moved_from is expected to eq {:added=>[], :modified=>["foo"], :removed=>[]} with no cookie with ignored file is expected to eq {:added=>[], :modified=>[], :removed=>[]} Listen::Thread .new calls Thread.new when exception raised that is not derived from StandardError TestExceptionDerivedFromException does not rescue NoMemoryError does not rescue SystemStackError does not rescue SecurityError does not rescue SystemExit does not rescue when exception raised rescues and logs exceptions rescues and logs backtrace + exception backtrace when nested exceptions raised details exception causes .rescue_and_log rescues and logs nested exceptions when exception raised that is not derived from StandardError raises out Listen .stop stops all listeners .to initalizes listener Listen::Record #update_file with subdir path sets path by splitting dirname and basename sets path and keeps old data not overwritten with path in watched dir sets path and keeps old data not overwritten sets path by spliting dirname and basename #build re-inits paths with no subdirs builds record with subdir containing files builds record, skipping silenced patterns with subdir containing dirs builds record with subdir containing symlinked file shows a warning with subdir containing symlink to parent shows a warning with a normal symlinked directory to another shows message #add_dir correctly sets new directory data sets itself when empty sets itself when . sets path and keeps old data not overwritten sets itself when nil #dir_entries when there is a file with the same name as a dir is expected to eq {"README.md"=>{:mtime=>1.2}} in subdir /path with path/subdir with file is expected to be empty with path/file.rb already in record is expected to eq {"file.rb"=>{:mtime=>1.1}} with no entries is expected to be empty with path renamed to file is expected to be empty with empty path/subdir is expected to be empty when there is a file with a similar name to a dir is expected to eq {"README.md"=>{:mtime=>1.2}} in watched dir with file.rb in record is expected to eq {"file.rb"=>{:mtime=>1.1}} with subdir/file.rb in record is expected to eq {"subdir"=>{}} with no entries is expected to be empty #file_data with path in watched dir when path is present returns file data path not present return empty hash with path in subdir when path is present returns file data path not present return empty hash #unset_path within watched dir when path is present unsets path when path not present unsets path within subdir when path is present unsets path when path not present unsets path Listen::Adapter::Base handling events when an event occurs passes invalidates the snapshot based on the event #start builds record runs the adapter Listen::Listener #stop when fully started terminates when only initialized terminates #ignore with existing ignore options (array) adds up to existing ignore options with existing ignore options adds up to existing ignore options #listen? when stopped is expected not to be processing when processing is expected to be processing when paused is expected not to be processing #start sets paused to false starts adapter #ignore! with existing ignore! options overwrites existing ignore options with no existing options sets options with existing ignore options deletes ignore options #paused? returns true when paused returns false when not paused #pause sets paused to true #only with existing only options overwrites existing ignore options initialize is expected not to be paused with a block passes the block to the event processor with directories passes directories to backend unpause with start sets paused to false Listen::Silencer::Controller append_ignores with previous :ignore rules when providing a single regexp as argument appends the given :ignore rules as array when providing multiple arguments appends the given :ignore rules as a flat array when providing as array appends the given :ignore rules when providing a nil reconfigures with existing :ignore rules with no previous :ignore rules when providing multiple arguments sets the given :ignore rules as a flat array when providing a nil sets the given :ignore rules as empty array when providing a single regexp as argument sets the given :ignore rules as array when providing as array sets the given :ignore rules Listen::Backend #stop stops the adapter #initialize with config sets up an adapter class #start starts the adapter Listen::MonotonicTime module methods .now when CLOCK_MONOTONIC defined returns the CLOCK_MONOTONIC tick count when CLOCK_MONOTONIC not defined but CLOCK_MONOTONIC_RAW defined returns the floating point Time.now when neither CLOCK_MONOTONIC nor CLOCK_MONOTONIC_RAW defined returns the floating point Time.now Listen::Event::Config with a given block calls the block is callable Listen::Silencer #silenced? is expected to accept :file and # when ignoring *.pid is expected not to accept :file and "foo.pid" when ignoring foo/bar* and *.pid is expected not to accept :file and "foo/bar/baz" is expected not to accept :file and "foo.pid" when ignoring only *.pid is expected to accept :file and ".git" is expected not to accept :file and "foo.pid" when accepting only *foo* is expected not to accept :file and "bar" is expected to accept :file and "foo" when accepting only foo/* and *.txt is expected not to accept :file and "bar.rb" is expected not to accept :file and "bar/baz.rb" is expected to accept :file and "bar.txt" is expected to accept :file and "foo/bar.rb" when accepting only *.pid when ignoring bar* is expected to accept :file and "foo.pid" is expected not to accept :file and "foo.rb" is expected not to accept :file and "bar.pid" with default ignore is expected to accept :file and "file.new" is expected to accept :dir and "foovendor/ruby" is expected to accept :dir and "foo.hg" is expected to accept :dir and "tmpfoo" is expected to accept :file and ".sedq7eVAR" is expected to accept :dir and "foolog" is expected not to accept :dir and ".svn" is expected to accept :dir and "footmp" is expected not to accept :file and ".#hello.rb" is expected not to accept :file and "sed86w1kB" is expected not to accept :file and "sedq7eVAR" is expected not to accept :file and "#hello.rb#" is expected to accept :dir and ".svnfoo" is expected not to accept :dir and "tmp" is expected to accept :file and "foo.sedq7eVAR" is expected to accept :file and "sedan2014" is expected to accept :dir and "foo.svn" is expected not to accept :file and "4913" is expected not to accept :file and "foo.rb___jb_old___" is expected not to accept :file and "foo.swpx" is expected not to accept :file and "foo.rbB22583.new" is expected not to accept :file and "foo.swx" is expected not to accept :dir and ".bundle" is expected to accept :file and "file54321.new" is expected not to accept :file and "foo~" is expected not to accept :file and "foo.rb.kate-swp" is expected not to accept :file and "foo.swp" is expected to accept :file and "foo.tmpl" is expected to accept :file and "sedabcdefg" is expected to accept :file and "49131" is expected to accept :dir and "foo.git" is expected to accept :file and "14913" is expected not to accept :file and ".mutagen-temporary-cross-device-rename0" is expected to accept :file and "sedatives" is expected to accept :dir and ".rbxfoo" is expected not to accept :dir and "bundle" is expected to accept :file and "sediments" is expected not to accept :dir and "vendor/bundle" is expected to accept :dir and "foo.rbx" is expected to accept :dir and "foo.bundle" is expected not to accept :file and "foo.rbo54321.new" is expected to accept :file and "a.swf" is expected to accept :dir and "foobundle" is expected not to accept :file and ".DS_Store" is expected not to accept :file and ".mutagen-temporary-unicode-test-éntry0" is expected not to accept :dir and ".git" is expected to accept :dir and "vendor/rubyfoo" is expected not to accept :file and "foo.rb___jb_bak___" is expected to accept :dir and ".bundlefoo" is expected not to accept :dir and "vendor/ruby" is expected not to accept :dir and ".hg" is expected to accept :dir and ".gitfoo" is expected to accept :dir and ".hgfoo" is expected not to accept :dir and ".rbx" is expected not to accept :file and ".goutputstream-S3FBGX" is expected to accept :dir and "logfoo" is expected to accept :dir and "foovendor/bundle" is expected to accept :dir and "bundlefoo" is expected to accept :dir and "vendor/bundlefoo" is expected to accept :file and "sed_ABCDE" is expected not to accept :file and "foo.tmp" is expected not to accept :dir and "log" Listen::Adapter::Config #queue provides a direct queue for filesystem events #silencer provides a silencer object #initialize with directories as messy array implement me (PENDING: Not yet implemented) with directories as array with Pathnames for directories returns array of pathnames with strings for directories when already resolved returns array of pathnames when not resolved returns array of resolved pathnames with no directories returns the current path in array #adapter_options provides a set of adapter_specific options Listen::Event::Queue #pop when empty forward the call to the queue #empty? when empty is expected to be empty when not empty is expected not to be empty #<< when relative option is true when watched dir is the current dir registers relative paths when watched dir is not the current dir registers relative path when watched dir is on another drive registers full path Listen::Directory #scan with recursive on with file.rb & subdir in record with subdir2 path present snapshots changes for file, file2 & subdir paths with empty dir snapshots changes for file & subdir path with empty record with non-existing dir reports no changes with subdir present in dir snapshots changes for subdir #scan with recursive off with file & subdir in record with empty dir sets record dir path snapshots changes for file path and dir that doesn't exist when file.rb no longer exists after scan rescans when subdir is removed notices subdir does not exist when file2.rb is added notices file removed and file2 changed when file.rb removed notices file was removed with empty record with file.rb in dir snapshots changes for file & file2 paths when network share is disconnected unsets record dir path reports no changes with non-existing dir path reports no changes unsets record dir path Listen::Adapter::BSD class is expected not to be usable Listen with normal start/stop with one listen dir force_polling option to false when driver does not support option does not pass the latency option with default ignore options listens to subdirectory removed listen to the files of a removed directory listens to sub-subdirectory removed listen to the files of a removed directory dir in listen dir is expected to process addition of "dir/file.rb" with nothing in listen dir is expected to process addition of ".hidden" is expected to process addition of "file.rb" listens to multiple files addition listens to file moved inside two dirs with files in listen dir listens to multiple file moves listens to dir move with .bundle dir ignored by default is expected not to process addition of ".bundle/file.rb" hidden file in listen dir is expected to process modification of ".hidden" dir with file in listen dir listens to file move existing file.rb in listen dir listens to file mode change is expected to process modification of "file.rb" is expected to process removal of "file.rb" listens to file.rb moved out when :ignore is *ignored_dir* when :ignore is bar.rb when :only is *.rb is expected not to process addition of "bar.rb" is expected not to process addition of "file.txt" is expected to process addition of "file.rb" ignored dir with file in listen dir is expected not to process addition of "ignored_dir/file.rb" when :only is *.rb is expected to process addition of "file.rb" is expected not to process addition of "file.txt" when default ignore is *.rb is expected not to process addition of "file.rb" with #ignore! on *.txt mask is expected to process addition of "file.rb" is expected not to process addition of "file.txt" with #ignore on *.txt mask is expected not to process addition of "file.rb" is expected not to process addition of "file.txt" force_polling option to true with default ignore options with nothing in listen dir listens to file moved inside is expected to process addition of ".hidden" listens to multiple files addition is expected to process addition of "file.rb" listens to subdirectory removed listen to the files of a removed directory listens to sub-subdirectory removed listen to the files of a removed directory with .bundle dir ignored by default is expected not to process addition of ".bundle/file.rb" existing file.rb in listen dir listens to file mode change listens to file.rb moved out is expected to process removal of "file.rb" is expected to process modification of "file.rb" dir with file in listen dir listens to file move hidden file in listen dir is expected to process modification of ".hidden" dir in listen dir is expected to process addition of "dir/file.rb" two dirs with files in listen dir listens to multiple file moves listens to dir move when polling with a large latency passes the latency option correctly when :ignore is *ignored_dir* when :only is *.rb is expected not to process addition of "file.txt" is expected to process addition of "file.rb" ignored dir with file in listen dir is expected not to process addition of "ignored_dir/file.rb" when :ignore is bar.rb when :only is *.rb is expected not to process addition of "bar.rb" is expected not to process addition of "file.txt" is expected to process addition of "file.rb" when default ignore is *.rb is expected not to process addition of "file.rb" with #ignore on *.txt mask is expected not to process addition of "file.rb" is expected not to process addition of "file.txt" with #ignore! on *.txt mask is expected not to process addition of "file.txt" is expected to process addition of "file.rb" with paths set allows extra calls to stop when never started extra calls to stop allows stop Listen::Adapter::Polling class is expected to be usable with a valid configuration #start notifies change on every listener directories path #_latency with no overriding option is expected to eq 1.0 with custom latency overriding is expected to eq 1234 Listen::Event::Processor _process_changes when it raises an exception derived from StandardError rescues and logs exception and continues #loop_for when stopped with pending changes does not change the event queue does not sleep when not stopped when initially processing when event queue is empty when stopped after sleeping sleeps, waiting to be woken up breaks when event queue has events when there were events ages ago processes events when initially paused when still paused after sleeping when there were no events before sleeps for latency to possibly later optimize some events when there were no events for ages still does not process events because it is paused when stopped after sleeping sleeps, waiting to be woken up breaks Listen::Change #change directory calls Listen::Directory#new with build options calls still_building! on record file with unknown change doesn't call Listen::File#change if path is silenced calls Listen::File#change that returns a change listener listen notifies change to listener silence option notifies change to listener that returns no change doesn't notifies no change with known change doesn't notify to listener if path is silenced notifies change directly to listener Listen.logger logger= allows the logger to be set allows nil to be set (implying default logger) logger infers ERROR level from LISTEN_GEM_DEBUGGING="error" infers WARN level from LISTEN_GEM_DEBUGGING="warning" infers INFO level from LISTEN_GEM_DEBUGGING="yes" infers WARN level from LISTEN_GEM_DEBUGGING="WARN" infers ERROR level from LISTEN_GEM_DEBUGGING="OTHER" infers INFO level from LISTEN_GEM_DEBUGGING="TRUE" infers ERROR level from LISTEN_GEM_DEBUGGING="ERROR" infers INFO level from LISTEN_GEM_DEBUGGING="info" infers INFO level from LISTEN_GEM_DEBUGGING="1" infers FATAL level from LISTEN_GEM_DEBUGGING="FATAL" infers DEBUG level from LISTEN_GEM_DEBUGGING="2 " infers FATAL level from LISTEN_GEM_DEBUGGING=" fatal" infers INFO level from LISTEN_GEM_DEBUGGING="true" infers DEBUG level from LISTEN_GEM_DEBUGGING="2" infers DEBUG level from LISTEN_GEM_DEBUGGING="debug" infers DEBUG level from LISTEN_GEM_DEBUGGING="DEBUG" infers INFO level from LISTEN_GEM_DEBUGGING="level1" infers INFO level from LISTEN_GEM_DEBUGGING="YES" infers WARN level from LISTEN_GEM_DEBUGGING=" warn" infers DEBUG level from LISTEN_GEM_DEBUGGING="level2" infers INFO level from LISTEN_GEM_DEBUGGING=" true" returns default logger if none set infers WARN level from LISTEN_GEM_DEBUGGING="warn" infers INFO level from LISTEN_GEM_DEBUGGING="INFO" infers INFO level from LISTEN_GEM_DEBUGGING=" yesss!" infers FATAL level from LISTEN_GEM_DEBUGGING="fatal" infers INFO level from LISTEN_GEM_DEBUGGING="TRUE " Listen::Listener::Config options custom options extracts adapter options extract adapter selecting options Listen::Adapter::Linux class methods is expected to be usable instance methods inotify max watches exceeded raises exception _callback recognizes close_write as modify recognizes moved_to as moved_to recognizes moved_from as moved_from watch events starts by calling watch with default events #stop when configured stops the worker when not even initialized does not crash Listen::File #change with empty record with existing path sets path in record with expected data returns added with file record with non-existing file is expected to eq :removed sets path in record with existing file with same mode in record with later mtime than in record sets path in record with expected data is expected to equal :modified with earlier mtime than in record sets path in record with expected data is expected to equal :modified with identical mtime in record with accurate stat times is expected to be nil with inaccurate stat times with real mtime barely within last second without available sha is expected to equal :removed should not unset record with available sha with different sha in record is expected to equal :modified sets path in record with expected data with same sha in record is expected to be nil with no sha in record is expected to be nil with real mtime barely not within last second is expected to be nil with different mode in record sets path in record with expected data is expected to equal :modified #inaccurate_mac_time? with one accurate time is expected to be falsey with no accurate times is expected to be truthy with all accurate times is expected to be falsey Listen::Event::Loop when set up / started #stop frees the thread sets the reason for waking up waits for the thread to finish #start is started when state change to :started takes longer than 5 seconds raises Error::NotStarted when start is called again returns silently Listen::FSM FSM with string state name raises ArgumentError on new FSM with no start state raises ArgumentError on new simple FSM declares transition and transition! private raises on disallowed transitions starts in start_state allows transitions #wait_for_state returns truthy immediately if already in the desired state passes the timeout: down to wait, if given waits for the next state change and returns truthy if then in the desired state enforces precondition that states must be symbols passes nil (infinite) timeout: down to wait, if none given waits for the next state change and returns falsey if then not the desired state Listen::Adapter::Windows class is expected not to be usable Listen::Adapter .select returns Darwin adapter when usable returns BSD adapter when usable returns Linux adapter when usable returns Polling adapter if forced returns Windows adapter when usable no usable adapters warns polling fallback with custom message if set doesn't warn if polling_fallback_message is false returns Polling adapter warns polling fallback with default message Pending: (Failures listed here are expected and do not affect your suite's status) 1) Listen::Adapter::Config#initialize with directories as messy array implement me # Not yet implemented # ./spec/lib/listen/adapter/config_spec.rb:84 Finished in 4 minutes 6.7 seconds (files took 0.25099 seconds to load) 370 examples, 0 failures, 1 pending Randomized with seed 25901 >>> ruby-listen: Entering fakeroot... /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/bin/listen /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/base.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/bsd.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/config.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/darwin.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/linux.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/polling.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/windows.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/backend.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/change.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/cli.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/directory.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/error.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/event/config.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/event/loop.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/event/processor.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/event/queue.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/file.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/fsm.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/listener.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/listener/config.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/logger.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/monotonic_time.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/options.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/queue_optimizer.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/record.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/record/entry.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/record/symlink_detector.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/silencer.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/silencer/controller.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/thread.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/version.rb /home/buildozer/aports/community/ruby-listen/pkg/ruby-listen/usr/lib/ruby/gems/3.1.0/bin/listen Successfully installed listen-3.7.1 1 gem installed >>> ruby-listen*: Running postcheck for ruby-listen >>> ruby-listen*: Preparing package ruby-listen... >>> ruby-listen*: Tracing dependencies... >>> ruby-listen*: Package size: 216.0 KB >>> ruby-listen*: Compressing data... >>> ruby-listen*: Create checksum... >>> ruby-listen*: Create ruby-listen-3.7.1-r1.apk >>> ruby-listen: Build complete at Sat, 29 Oct 2022 03:01:54 +0000 elapsed time 0h 4m 18s >>> ruby-listen: Cleaning up srcdir >>> ruby-listen: Cleaning up pkgdir >>> ruby-listen: Uninstalling dependencies... (1/15) Purging .makedepends-ruby-listen (20221029.025745) (2/15) Purging ruby-rb-inotify (0.10.1-r2) (3/15) Purging ruby-ffi (1.15.5-r1) (4/15) Purging ruby-rspec (3.11.0-r1) (5/15) Purging ruby-rspec-core (3.11.0-r1) (6/15) Purging ruby-rspec-expectations (3.11.0-r1) (7/15) Purging ruby-rspec-mocks (3.11.1-r1) (8/15) Purging ruby-diff-lcs (1.5.0-r1) (9/15) Purging ruby-rspec-support (3.11.0-r1) (10/15) Purging ruby (3.1.2-r1) (11/15) Purging ruby-libs (3.1.2-r1) (12/15) Purging libffi (3.4.4-r0) (13/15) Purging readline (8.2.0-r0) (14/15) Purging libucontext (1.2-r0) (15/15) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 268 MiB in 92 packages >>> ruby-listen: Updating the community/aarch64 repository index... >>> ruby-listen: Signing the index...