[INFO] fetching crate agw 0.1.9...
[INFO] building agw-0.1.9 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate agw 0.1.9 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate agw 0.1.9 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dee37b4957383cf358b45af8c71f21e2ee51acebd838f031ff0b2774f28df69e
[INFO] running `Command { std: "docker" "start" "-a" "dee37b4957383cf358b45af8c71f21e2ee51acebd838f031ff0b2774f28df69e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dee37b4957383cf358b45af8c71f21e2ee51acebd838f031ff0b2774f28df69e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dee37b4957383cf358b45af8c71f21e2ee51acebd838f031ff0b2774f28df69e", kill_on_drop: false }`
[INFO] [stdout] dee37b4957383cf358b45af8c71f21e2ee51acebd838f031ff0b2774f28df69e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5511d820a73d8461c1be95b5a2288fcfcf3abb01f3921fc5b0a87c13eac6c5e
[INFO] running `Command { std: "docker" "start" "-a" "b5511d820a73d8461c1be95b5a2288fcfcf3abb01f3921fc5b0a87c13eac6c5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.82
[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 2.11s
[INFO] running `Command { std: "docker" "inspect" "b5511d820a73d8461c1be95b5a2288fcfcf3abb01f3921fc5b0a87c13eac6c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5511d820a73d8461c1be95b5a2288fcfcf3abb01f3921fc5b0a87c13eac6c5e", kill_on_drop: false }`
[INFO] [stdout] b5511d820a73d8461c1be95b5a2288fcfcf3abb01f3921fc5b0a87c13eac6c5e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 985e449e82fce276075fec44b2b55cdcfadec31c16b7cb6cb0038702e4531454
[INFO] running `Command { std: "docker" "start" "-a" "985e449e82fce276075fec44b2b55cdcfadec31c16b7cb6cb0038702e4531454", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling colorchoice v1.0.0
[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 anstyle-query v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling owning_ref v0.4.1
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling agw v0.1.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling clap_builder v4.5.2
[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 crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ncurses v5.101.0
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling num v0.4.2
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[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 clap_derive v4.5.4
[INFO] [stderr]    Compiling enum-map v2.7.3
[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 clap v4.5.4
[INFO] [stderr]    Compiling enumset v1.1.3
[INFO] [stderr]    Compiling cursive_core v0.3.7
[INFO] [stderr]    Compiling cursive v0.20.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling stderrlog v0.6.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 36.36s
[INFO] running `Command { std: "docker" "inspect" "985e449e82fce276075fec44b2b55cdcfadec31c16b7cb6cb0038702e4531454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "985e449e82fce276075fec44b2b55cdcfadec31c16b7cb6cb0038702e4531454", kill_on_drop: false }`
[INFO] [stdout] 985e449e82fce276075fec44b2b55cdcfadec31c16b7cb6cb0038702e4531454
