[INFO] fetching crate agw 0.1.9... [INFO] testing agw-0.1.9 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate agw 0.1.9 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate agw 0.1.9 [INFO] finished tweaking crates.io crate agw 0.1.9 [INFO] tweaked toml for crates.io crate agw 0.1.9 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate agw 0.1.9 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate agw 0.1.9 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.4.2 [INFO] [stderr] Downloaded term_size v0.3.2 [INFO] [stderr] Downloaded enumset_derive v0.8.1 [INFO] [stderr] Downloaded enumset v1.1.3 [INFO] [stderr] Downloaded cursive v0.20.0 [INFO] [stderr] Downloaded cursive_core v0.3.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea4fee85cf9e63fd6e6e95bd98597c803d1de1e1c3ecee49a6e9692d685d0b47 [INFO] running `Command { std: "docker" "start" "-a" "ea4fee85cf9e63fd6e6e95bd98597c803d1de1e1c3ecee49a6e9692d685d0b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea4fee85cf9e63fd6e6e95bd98597c803d1de1e1c3ecee49a6e9692d685d0b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea4fee85cf9e63fd6e6e95bd98597c803d1de1e1c3ecee49a6e9692d685d0b47", kill_on_drop: false }` [INFO] [stdout] ea4fee85cf9e63fd6e6e95bd98597c803d1de1e1c3ecee49a6e9692d685d0b47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] caa9236ffeaa4378e69fc85f1035b69cdf3dff9dba57a5297f375bde68b7eb82 [INFO] running `Command { std: "docker" "start" "-a" "caa9236ffeaa4378e69fc85f1035b69cdf3dff9dba57a5297f375bde68b7eb82", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling agw v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 296 | agw: &'a mut AGW, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 302 | ) -> Connection { [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 302 | ) -> Connection<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `Command { std: "docker" "inspect" "caa9236ffeaa4378e69fc85f1035b69cdf3dff9dba57a5297f375bde68b7eb82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caa9236ffeaa4378e69fc85f1035b69cdf3dff9dba57a5297f375bde68b7eb82", kill_on_drop: false }` [INFO] [stdout] caa9236ffeaa4378e69fc85f1035b69cdf3dff9dba57a5297f375bde68b7eb82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea1efa2f41b51069cc3e9347c07316543f5306dd1d184e58bc84890508f530b3 [INFO] running `Command { std: "docker" "start" "-a" "ea1efa2f41b51069cc3e9347c07316543f5306dd1d184e58bc84890508f530b3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling serde_derive v1.0.198 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling agw v0.1.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 296 | agw: &'a mut AGW, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 302 | ) -> Connection { [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 302 | ) -> Connection<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.5 [INFO] [stderr] Compiling num-iter v0.1.44 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling num v0.4.2 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling enumset_derive v0.8.1 [INFO] [stderr] Compiling enumset v1.1.3 [INFO] [stderr] Compiling cursive_core v0.3.7 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling stderrlog v0.6.0 [INFO] [stderr] Compiling cursive v0.20.0 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 296 | agw: &'a mut AGW, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 302 | ) -> Connection { [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 302 | ) -> Connection<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 29.79s [INFO] running `Command { std: "docker" "inspect" "ea1efa2f41b51069cc3e9347c07316543f5306dd1d184e58bc84890508f530b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea1efa2f41b51069cc3e9347c07316543f5306dd1d184e58bc84890508f530b3", kill_on_drop: false }` [INFO] [stdout] ea1efa2f41b51069cc3e9347c07316543f5306dd1d184e58bc84890508f530b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f8c3a6dc3c48b079695a7fd46cdd8918bd16be3bdb6e2a0614ed73cf56f932f [INFO] running `Command { std: "docker" "start" "-a" "2f8c3a6dc3c48b079695a7fd46cdd8918bd16be3bdb6e2a0614ed73cf56f932f", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:302:10 [INFO] [stderr] | [INFO] [stderr] 296 | agw: &'a mut AGW, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 302 | ) -> Connection { [INFO] [stderr] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 302 | ) -> Connection<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `agw` (lib) generated 1 warning (run `cargo fix --lib -p agw` to apply 1 suggestion) [INFO] [stderr] warning: `agw` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agw-2151dc91368984d4) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests agw [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f8c3a6dc3c48b079695a7fd46cdd8918bd16be3bdb6e2a0614ed73cf56f932f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f8c3a6dc3c48b079695a7fd46cdd8918bd16be3bdb6e2a0614ed73cf56f932f", kill_on_drop: false }` [INFO] [stdout] 2f8c3a6dc3c48b079695a7fd46cdd8918bd16be3bdb6e2a0614ed73cf56f932f