[INFO] fetching crate watchwoman 0.6.0...
[INFO] testing watchwoman-0.6.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate watchwoman 0.6.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate watchwoman 0.6.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate watchwoman 0.6.0
[INFO] tweaked toml for crates.io crate watchwoman 0.6.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate watchwoman 0.6.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate watchwoman 0.6.0 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `watchman`
[INFO] [stderr]   * `bin` target `watchwoman`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 306ff9fc9b868c3d4a24355428c6ae684c160f661964d50900376d1b586b6413
[INFO] running `Command { std: "docker" "start" "-a" "306ff9fc9b868c3d4a24355428c6ae684c160f661964d50900376d1b586b6413", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "306ff9fc9b868c3d4a24355428c6ae684c160f661964d50900376d1b586b6413", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "306ff9fc9b868c3d4a24355428c6ae684c160f661964d50900376d1b586b6413", kill_on_drop: false }`
[INFO] [stdout] 306ff9fc9b868c3d4a24355428c6ae684c160f661964d50900376d1b586b6413
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5b64eccb3968f3fe9f1ed52890d30601f1e4cc1c0df104e09093386bfec1e7f
[INFO] running `Command { std: "docker" "start" "-a" "f5b64eccb3968f3fe9f1ed52890d30601f1e4cc1c0df104e09093386bfec1e7f", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `watchman`
[INFO] [stderr]   * `bin` target `watchwoman`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling watchwoman-protocol v0.6.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tikv-jemallocator v0.6.1
[INFO] [stderr]    Compiling watchwoman v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 15s
[INFO] running `Command { std: "docker" "inspect" "f5b64eccb3968f3fe9f1ed52890d30601f1e4cc1c0df104e09093386bfec1e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5b64eccb3968f3fe9f1ed52890d30601f1e4cc1c0df104e09093386bfec1e7f", kill_on_drop: false }`
[INFO] [stdout] f5b64eccb3968f3fe9f1ed52890d30601f1e4cc1c0df104e09093386bfec1e7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b45dc35bc535af763790774f1dddf1a02106ed5abd6bf184eb1bb7c845471811
[INFO] running `Command { std: "docker" "start" "-a" "b45dc35bc535af763790774f1dddf1a02106ed5abd6bf184eb1bb7c845471811", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `watchman`
[INFO] [stderr]   * `bin` target `watchwoman`
[INFO] [stderr]    Compiling watchwoman v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `watchwoman_tests`
[INFO] [stdout]   --> tests/bser.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use watchwoman_tests::{Harness, Scratch};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `watchwoman_tests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `watchwoman_tests`, use `cargo add watchwoman_tests` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `watchwoman_tests`
[INFO] [stdout]  --> tests/query_expr.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use watchwoman_tests::{Harness, Scratch};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `watchwoman_tests`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `watchwoman_tests`, use `cargo add watchwoman_tests` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `watchwoman` (test "bser") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `watchwoman` (test "query_expr") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `watchwoman_tests`
[INFO] [stdout]  --> tests/state.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use watchwoman_tests::{Harness, Scratch};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `watchwoman_tests`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `watchwoman_tests`, use `cargo add watchwoman_tests` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `watchwoman_tests`
[INFO] [stdout]  --> tests/capabilities.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use watchwoman_tests::Harness;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `watchwoman_tests`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `watchwoman_tests`, use `cargo add watchwoman_tests` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `watchwoman_tests`
[INFO] [stdout]  --> tests/clock.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use watchwoman_tests::{Harness, Scratch};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `watchwoman_tests`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `watchwoman_tests`, use `cargo add watchwoman_tests` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `watchwoman` (test "clock") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `watchwoman` (test "state") due to 1 previous error
[INFO] [stderr] error: could not compile `watchwoman` (test "capabilities") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b45dc35bc535af763790774f1dddf1a02106ed5abd6bf184eb1bb7c845471811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b45dc35bc535af763790774f1dddf1a02106ed5abd6bf184eb1bb7c845471811", kill_on_drop: false }`
[INFO] [stdout] b45dc35bc535af763790774f1dddf1a02106ed5abd6bf184eb1bb7c845471811
