[INFO] cloning repository https://github.com/NavyD/watcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NavyD/watcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fwatcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fwatcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 092b99002aa34b0f0a8a463af7cec3511402d7ed [INFO] testing NavyD/watcher against master#9e297bf54d31eb3b30067208ff9af4416945a2ed for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fwatcher" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NavyD/watcher on toolchain 9e297bf54d31eb3b30067208ff9af4416945a2ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NavyD/watcher [INFO] finished tweaking git repo https://github.com/NavyD/watcher [INFO] tweaked toml for git repo https://github.com/NavyD/watcher written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/NavyD/watcher already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fake-tty v0.3.1 [INFO] [stderr] Downloaded clap_complete v4.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a34c152531e71263ab88ec9913413a7193e10d48af4b51ff61f62e2507c214c [INFO] running `Command { std: "docker" "start" "-a" "7a34c152531e71263ab88ec9913413a7193e10d48af4b51ff61f62e2507c214c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a34c152531e71263ab88ec9913413a7193e10d48af4b51ff61f62e2507c214c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a34c152531e71263ab88ec9913413a7193e10d48af4b51ff61f62e2507c214c", kill_on_drop: false }` [INFO] [stdout] 7a34c152531e71263ab88ec9913413a7193e10d48af4b51ff61f62e2507c214c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d855f3b3facc286acfde703f1c2811d6a1b5c7dcbdf408614d0c8f7bf25970da [INFO] running `Command { std: "docker" "start" "-a" "d855f3b3facc286acfde703f1c2811d6a1b5c7dcbdf408614d0c8f7bf25970da", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling regex-automata v0.3.4 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling notify v5.2.0 [INFO] [stderr] Compiling fake-tty v0.3.1 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling globset v0.4.12 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling clap_complete v4.3.2 [INFO] [stderr] Compiling watcher v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s [INFO] running `Command { std: "docker" "inspect" "d855f3b3facc286acfde703f1c2811d6a1b5c7dcbdf408614d0c8f7bf25970da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d855f3b3facc286acfde703f1c2811d6a1b5c7dcbdf408614d0c8f7bf25970da", kill_on_drop: false }` [INFO] [stdout] d855f3b3facc286acfde703f1c2811d6a1b5c7dcbdf408614d0c8f7bf25970da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f900f2f873a28679682ca4d87f19242720e601924ff2441c0969c8e047575b61 [INFO] running `Command { std: "docker" "start" "-a" "f900f2f873a28679682ca4d87f19242720e601924ff2441c0969c8e047575b61", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling clap_complete v4.3.2 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling watcher v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.34s [INFO] running `Command { std: "docker" "inspect" "f900f2f873a28679682ca4d87f19242720e601924ff2441c0969c8e047575b61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f900f2f873a28679682ca4d87f19242720e601924ff2441c0969c8e047575b61", kill_on_drop: false }` [INFO] [stdout] f900f2f873a28679682ca4d87f19242720e601924ff2441c0969c8e047575b61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3bae3cda3db0f6829ece1c885fa5b2ac6dfd777bcd4182cb57e28e6bd99aa7b [INFO] running `Command { std: "docker" "start" "-a" "a3bae3cda3db0f6829ece1c885fa5b2ac6dfd777bcd4182cb57e28e6bd99aa7b", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/watcher-b6f0f9c1617f56f6) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::test_args ... ok [INFO] [stdout] test tests::test_interested_mock ... ok [INFO] [stdout] test tests::test_interested_excludes ... ok [INFO] [stdout] test tests::test_watcher_iter ... ok [INFO] [stdout] test tests::test_single_handler ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a3bae3cda3db0f6829ece1c885fa5b2ac6dfd777bcd4182cb57e28e6bd99aa7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3bae3cda3db0f6829ece1c885fa5b2ac6dfd777bcd4182cb57e28e6bd99aa7b", kill_on_drop: false }` [INFO] [stdout] a3bae3cda3db0f6829ece1c885fa5b2ac6dfd777bcd4182cb57e28e6bd99aa7b [INFO] testing NavyD/watcher against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fwatcher" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NavyD/watcher on toolchain 61a9ac64344e91d62f5496627ff363d177f9daab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NavyD/watcher [INFO] finished tweaking git repo https://github.com/NavyD/watcher [INFO] tweaked toml for git repo https://github.com/NavyD/watcher written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/NavyD/watcher already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10240611ca29e4ce02ee028790c65a64c181f5e51593378cbc04b767b66cefb8 [INFO] running `Command { std: "docker" "start" "-a" "10240611ca29e4ce02ee028790c65a64c181f5e51593378cbc04b767b66cefb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10240611ca29e4ce02ee028790c65a64c181f5e51593378cbc04b767b66cefb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10240611ca29e4ce02ee028790c65a64c181f5e51593378cbc04b767b66cefb8", kill_on_drop: false }` [INFO] [stdout] 10240611ca29e4ce02ee028790c65a64c181f5e51593378cbc04b767b66cefb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 438f605f325ccce579db37cdbbed641a6b15c4ab632349445ee28fccded8ac58 [INFO] running `Command { std: "docker" "start" "-a" "438f605f325ccce579db37cdbbed641a6b15c4ab632349445ee28fccded8ac58", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling regex-automata v0.3.4 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling notify v5.2.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling fake-tty v0.3.1 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling globset v0.4.12 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling clap_complete v4.3.2 [INFO] [stderr] Compiling watcher v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s [INFO] running `Command { std: "docker" "inspect" "438f605f325ccce579db37cdbbed641a6b15c4ab632349445ee28fccded8ac58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "438f605f325ccce579db37cdbbed641a6b15c4ab632349445ee28fccded8ac58", kill_on_drop: false }` [INFO] [stdout] 438f605f325ccce579db37cdbbed641a6b15c4ab632349445ee28fccded8ac58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6887c5c3d580a676c2a4a2fd59172cee1b3375d3af5582efeab60524854c7eaa [INFO] running `Command { std: "docker" "start" "-a" "6887c5c3d580a676c2a4a2fd59172cee1b3375d3af5582efeab60524854c7eaa", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling clap_complete v4.3.2 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling watcher v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.32s [INFO] running `Command { std: "docker" "inspect" "6887c5c3d580a676c2a4a2fd59172cee1b3375d3af5582efeab60524854c7eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6887c5c3d580a676c2a4a2fd59172cee1b3375d3af5582efeab60524854c7eaa", kill_on_drop: false }` [INFO] [stdout] 6887c5c3d580a676c2a4a2fd59172cee1b3375d3af5582efeab60524854c7eaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0bd19a0940e98851980c3c5bda560bcf64d5a7c2b01fc58b6f9a8495cb0a6495 [INFO] running `Command { std: "docker" "start" "-a" "0bd19a0940e98851980c3c5bda560bcf64d5a7c2b01fc58b6f9a8495cb0a6495", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/watcher-b6f0f9c1617f56f6) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::test_args ... ok [INFO] [stdout] test tests::test_interested_mock ... ok [INFO] [stdout] test tests::test_interested_excludes ... ok [INFO] [stdout] test tests::test_watcher_iter ... FAILED [INFO] [stdout] test tests::test_single_handler ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_watcher_iter stdout ---- [INFO] [stdout] waiting [Access, Modify, Move, Create, Delete] events in interval 1s for recurive 1 paths: ["/tmp/.tmpA5Q5jN"] [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Create(Folder) event in ["/tmp/.tmpA5Q5jN/a"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher::tests] writing /tmp/.tmpA5Q5jN/a/b/c/c.txt for watching with content: DblucnZ4kw [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher::tests] writing /tmp/.tmpA5Q5jN/a/b/b.txt for watching with content: 36iun0rsOn [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher::tests] writing /tmp/.tmpA5Q5jN/a/a.txt for watching with content: LhEMIhTgD1 [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Create(File) event in ["/tmp/.tmpA5Q5jN/a/b/b.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Modify(Data(Any)) event in ["/tmp/.tmpA5Q5jN/a/b/b.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Access(Close(Write)) event in ["/tmp/.tmpA5Q5jN/a/b/b.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Create(File) event in ["/tmp/.tmpA5Q5jN/a/a.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Modify(Data(Any)) event in ["/tmp/.tmpA5Q5jN/a/a.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:33Z TRACE watcher] found Access(Close(Write)) event in ["/tmp/.tmpA5Q5jN/a/a.txt"] has attrs EventAttributes { inner: None } [INFO] [stdout] [2024-05-29T07:54:34Z INFO watcher] close the iter for disconnected channel [INFO] [stdout] [2024-05-29T07:54:34Z INFO watcher::tests] received 8 events: [Some(EventInfo { event: Create, paths: ["/tmp/.tmpA5Q5jN/a"] }), Some(EventInfo { event: Create, paths: ["/tmp/.tmpA5Q5jN/a/b/b.txt"] }), Some(EventInfo { event: Modify, paths: ["/tmp/.tmpA5Q5jN/a/b/b.txt"] }), Some(EventInfo { event: Access, paths: ["/tmp/.tmpA5Q5jN/a/b/b.txt"] }), Some(EventInfo { event: Create, paths: ["/tmp/.tmpA5Q5jN/a/a.txt"] }), Some(EventInfo { event: Modify, paths: ["/tmp/.tmpA5Q5jN/a/a.txt"] }), Some(EventInfo { event: Access, paths: ["/tmp/.tmpA5Q5jN/a/a.txt"] }), None] [INFO] [stdout] thread 'tests::test_watcher_iter' panicked at src/main.rs:659:9: [INFO] [stdout] assertion failed: tmp_paths.iter().all(|p| [INFO] [stdout] { [INFO] [stdout] events.iter().any(|e| [INFO] [stdout] e.as_ref().map_or(false, |e| e.paths.contains(p))) [INFO] [stdout] }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55be39313a55 - std::backtrace_rs::backtrace::libunwind::trace::h00ba42e7ea42c749 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stdout] 1: 0x55be39313a55 - std::backtrace_rs::backtrace::trace_unsynchronized::h9c418817641943a2 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55be39313a55 - std::sys_common::backtrace::_print_fmt::h16d2f41e50524011 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x55be39313a55 - ::fmt::h024be4e490be0e9e [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55be3933e63b - core::fmt::rt::Argument::fmt::h374c4cfff31e7096 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/fmt/rt.rs:165:63 [INFO] [stdout] 5: 0x55be3933e63b - core::fmt::write::hff043ad91cd7da0c [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/fmt/mod.rs:1172:21 [INFO] [stdout] 6: 0x55be393105bf - std::io::Write::write_fmt::hcbb4cf2cdd848a5b [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/io/mod.rs:1835:15 [INFO] [stdout] 7: 0x55be3931382e - std::sys_common::backtrace::_print::hdfa36fb392c08b8d [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55be3931382e - std::sys_common::backtrace::print::h798da7279a9c7ae4 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55be39315289 - std::panicking::default_hook::{{closure}}::h9b61607b4c5732c1 [INFO] [stdout] 10: 0x55be39314ef6 - std::panicking::default_hook::hc6544668bd872893 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:295:9 [INFO] [stdout] 11: 0x55be38ec346a - as core::ops::function::Fn>::call::h9d3afca40a444cde [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/alloc/src/boxed.rs:2077:9 [INFO] [stdout] 12: 0x55be38ec346a - test::test_main::{{closure}}::h3c541e298fe81c6f [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:137:21 [INFO] [stdout] 13: 0x55be393158fb - as core::ops::function::Fn>::call::h1eb54927ae01d97f [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/alloc/src/boxed.rs:2077:9 [INFO] [stdout] 14: 0x55be393158fb - std::panicking::rust_panic_with_hook::h468693c9efe3a031 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:799:13 [INFO] [stdout] 15: 0x55be3931563b - std::panicking::begin_panic_handler::{{closure}}::h98a70b5e29207c8e [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:656:13 [INFO] [stdout] 16: 0x55be39313f19 - std::sys_common::backtrace::__rust_end_short_backtrace::h611a979064209015 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x55be393153a7 - rust_begin_unwind [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:652:5 [INFO] [stdout] 18: 0x55be3933cb53 - core::panicking::panic_fmt::hb6dc9aface1df13b [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55be3933cbfc - core::panicking::panic::hc536407fe874d9b9 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/panicking.rs:146:5 [INFO] [stdout] 20: 0x55be38e3819d - watcher::tests::test_watcher_iter::h848ec7a9bc9eae8c [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:659:9 [INFO] [stdout] 21: 0x55be38e376a7 - watcher::tests::test_watcher_iter::{{closure}}::h85499fa39f717919 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:624:31 [INFO] [stdout] 22: 0x55be38e5b036 - core::ops::function::FnOnce::call_once::h0c6935011007a34b [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x55be38ec7c9b - core::ops::function::FnOnce::call_once::h83b9e7210d04f0be [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55be38ec7c9b - test::__rust_begin_short_backtrace::hc51e2566ee553989 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:625:18 [INFO] [stdout] 25: 0x55be38ec73f1 - test::run_test_in_process::{{closure}}::h507f8c4135041c73 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:648:60 [INFO] [stdout] 26: 0x55be38ec73f1 - as core::ops::function::FnOnce<()>>::call_once::hd632d14c2c0c86cc [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x55be38ec73f1 - std::panicking::try::do_call::he7cb1a3635628c20 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:559:40 [INFO] [stdout] 28: 0x55be38ec73f1 - std::panicking::try::h254585cffc0ff5cb [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:523:19 [INFO] [stdout] 29: 0x55be38ec73f1 - std::panic::catch_unwind::h30903f0fa4711873 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panic.rs:149:14 [INFO] [stdout] 30: 0x55be38ec73f1 - test::run_test_in_process::h270fbcadd28ef446 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:648:27 [INFO] [stdout] 31: 0x55be38ec73f1 - test::run_test::{{closure}}::h18e4da806d3313a0 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:569:43 [INFO] [stdout] 32: 0x55be38e8f144 - test::run_test::{{closure}}::hc076b6d6ee9c0fac [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/test/src/lib.rs:599:41 [INFO] [stdout] 33: 0x55be38e8f144 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4f576a631d422da3 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 34: 0x55be38e93ad2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hefe4a7694b5d43cd [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/thread/mod.rs:542:17 [INFO] [stdout] 35: 0x55be38e93ad2 - as core::ops::function::FnOnce<()>>::call_once::hf636fa9a6585dda1 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x55be38e93ad2 - std::panicking::try::do_call::h96113252ae0170f4 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:559:40 [INFO] [stdout] 37: 0x55be38e93ad2 - std::panicking::try::h8973076d4927ad1d [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panicking.rs:523:19 [INFO] [stdout] 38: 0x55be38e93ad2 - std::panic::catch_unwind::h19e5115b032f0ef3 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/panic.rs:149:14 [INFO] [stdout] 39: 0x55be38e93ad2 - std::thread::Builder::spawn_unchecked_::{{closure}}::h94b93148b33165cc [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/thread/mod.rs:541:30 [INFO] [stdout] 40: 0x55be38e93ad2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6156e4ffab7355ca [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55be3931ac2b - as core::ops::function::FnOnce>::call_once::h55fe8ae975f6a9ec [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/alloc/src/boxed.rs:2063:9 [INFO] [stdout] 42: 0x55be3931ac2b - as core::ops::function::FnOnce>::call_once::hfe87b9909955678e [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/alloc/src/boxed.rs:2063:9 [INFO] [stdout] 43: 0x55be3931ac2b - std::sys::pal::unix::thread::Thread::new::thread_start::h7a534a78099446c7 [INFO] [stdout] at /rustc/61a9ac64344e91d62f5496627ff363d177f9daab/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 44: 0x7f10f4239ac3 - [INFO] [stdout] 45: 0x7f10f42caa04 - __clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_watcher_iter [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.50s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin watcher` [INFO] running `Command { std: "docker" "inspect" "0bd19a0940e98851980c3c5bda560bcf64d5a7c2b01fc58b6f9a8495cb0a6495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bd19a0940e98851980c3c5bda560bcf64d5a7c2b01fc58b6f9a8495cb0a6495", kill_on_drop: false }` [INFO] [stdout] 0bd19a0940e98851980c3c5bda560bcf64d5a7c2b01fc58b6f9a8495cb0a6495