[INFO] fetching crate ssh-agent 0.2.4... [INFO] testing ssh-agent-0.2.4 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate ssh-agent 0.2.4 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate ssh-agent 0.2.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ssh-agent 0.2.4 [INFO] tweaked toml for crates.io crate ssh-agent 0.2.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ssh-agent 0.2.4 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ssh-agent 0.2.4 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23aa33398e5122c02d9f74e6dc8210703f8747d3957161c46b6bbdd6c98d7436 [INFO] running `Command { std: "docker" "start" "-a" "23aa33398e5122c02d9f74e6dc8210703f8747d3957161c46b6bbdd6c98d7436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23aa33398e5122c02d9f74e6dc8210703f8747d3957161c46b6bbdd6c98d7436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23aa33398e5122c02d9f74e6dc8210703f8747d3957161c46b6bbdd6c98d7436", kill_on_drop: false }` [INFO] [stdout] 23aa33398e5122c02d9f74e6dc8210703f8747d3957161c46b6bbdd6c98d7436 [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb9a692fa815dde407b422de12d967026913e29ace6bba28666091584cff69ea [INFO] running `Command { std: "docker" "start" "-a" "fb9a692fa815dde407b422de12d967026913e29ace6bba28666091584cff69ea", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling ssh-agent v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/proto/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use self::private_key::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `MpInt` in the type namespace is first re-exported here [INFO] [stdout] 20 | pub use self::public_key::*; [INFO] [stdout] 21 | pub use self::signature::*; [INFO] [stdout] | ------------------ but the name `MpInt` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s [INFO] running `Command { std: "docker" "inspect" "fb9a692fa815dde407b422de12d967026913e29ace6bba28666091584cff69ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb9a692fa815dde407b422de12d967026913e29ace6bba28666091584cff69ea", kill_on_drop: false }` [INFO] [stdout] fb9a692fa815dde407b422de12d967026913e29ace6bba28666091584cff69ea [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76281bc3f7412e05195756f1f0fa8292084be58f421f1e41fe5e0c1e6be9fab1 [INFO] running `Command { std: "docker" "start" "-a" "76281bc3f7412e05195756f1f0fa8292084be58f421f1e41fe5e0c1e6be9fab1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/proto/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use self::private_key::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `MpInt` in the type namespace is first re-exported here [INFO] [stdout] 20 | pub use self::public_key::*; [INFO] [stdout] 21 | pub use self::signature::*; [INFO] [stdout] | ------------------ but the name `MpInt` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling openssl-sys v0.9.73 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling ssh-agent v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/proto/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use self::private_key::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `MpInt` in the type namespace is first re-exported here [INFO] [stdout] 20 | pub use self::public_key::*; [INFO] [stdout] 21 | pub use self::signature::*; [INFO] [stdout] | ------------------ but the name `MpInt` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.90s [INFO] running `Command { std: "docker" "inspect" "76281bc3f7412e05195756f1f0fa8292084be58f421f1e41fe5e0c1e6be9fab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76281bc3f7412e05195756f1f0fa8292084be58f421f1e41fe5e0c1e6be9fab1", kill_on_drop: false }` [INFO] [stdout] 76281bc3f7412e05195756f1f0fa8292084be58f421f1e41fe5e0c1e6be9fab1 [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 465a65b9f0e8478405ece72c3f6467035c0bfec41b533039ad0e205e8b015bb2 [INFO] running `Command { std: "docker" "start" "-a" "465a65b9f0e8478405ece72c3f6467035c0bfec41b533039ad0e205e8b015bb2", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/proto/mod.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub use self::private_key::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the name `MpInt` in the type namespace is first re-exported here [INFO] [stderr] 20 | pub use self::public_key::*; [INFO] [stderr] 21 | pub use self::signature::*; [INFO] [stderr] | ------------------ but the name `MpInt` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ssh-agent` (lib) generated 1 warning [INFO] [stderr] warning: `ssh-agent` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ssh_agent-70e45be6024a128c) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test proto::tests::message_serialization ... ok [INFO] [stdout] test proto::tests::privkey_blob_serialization ... ok [INFO] [stdout] test proto::tests::raw_protocol_test ... ok [INFO] [stdout] test proto::tests::pubkey_blob_serialization ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Doc-tests ssh_agent [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" "465a65b9f0e8478405ece72c3f6467035c0bfec41b533039ad0e205e8b015bb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "465a65b9f0e8478405ece72c3f6467035c0bfec41b533039ad0e205e8b015bb2", kill_on_drop: false }` [INFO] [stdout] 465a65b9f0e8478405ece72c3f6467035c0bfec41b533039ad0e205e8b015bb2