[INFO] cloning repository https://github.com/thunderjr/ec2-deploy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thunderjr/ec2-deploy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderjr%2Fec2-deploy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderjr%2Fec2-deploy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bb379d672fbb81908f5f9f920ccebca18433949 [INFO] testing thunderjr/ec2-deploy against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderjr%2Fec2-deploy" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thunderjr/ec2-deploy [INFO] finished tweaking git repo https://github.com/thunderjr/ec2-deploy [INFO] tweaked toml for git repo https://github.com/thunderjr/ec2-deploy written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thunderjr/ec2-deploy on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thunderjr/ec2-deploy 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" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c770427987d3695708339bd59a6217c8e621027e576016e31f2e5f06d974f7f [INFO] running `Command { std: "docker" "start" "-a" "7c770427987d3695708339bd59a6217c8e621027e576016e31f2e5f06d974f7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c770427987d3695708339bd59a6217c8e621027e576016e31f2e5f06d974f7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c770427987d3695708339bd59a6217c8e621027e576016e31f2e5f06d974f7f", kill_on_drop: false }` [INFO] [stdout] 7c770427987d3695708339bd59a6217c8e621027e576016e31f2e5f06d974f7f [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d289d5888e1c40022c76bd47c1ff834d1994cff86afbfebf251bb214a7bd815d [INFO] running `Command { std: "docker" "start" "-a" "d289d5888e1c40022c76bd47c1ff834d1994cff86afbfebf251bb214a7bd815d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling thin-vec v0.2.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling awaitable-error v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling awaitable v0.4.0 [INFO] [stderr] Compiling cc v1.0.104 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling zip v2.1.3 [INFO] [stderr] Compiling lockfree-object-pool v0.1.6 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling zopfli v0.8.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling clap_builder v4.5.8 [INFO] [stderr] Compiling constant_time_eq v0.3.0 [INFO] [stderr] Compiling deflate64 v0.1.8 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling zstd-sys v2.0.11+zstd.1.5.6 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling derive_destructure2 v0.1.3 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling clap v4.5.8 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling ssh_format_error v0.1.0 [INFO] [stderr] Compiling vec-strings v0.4.8 [INFO] [stderr] Compiling triomphe v0.1.13 [INFO] [stderr] Compiling tokio-pipe v0.2.12 [INFO] [stderr] Compiling tokio-io-utility v0.7.6 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling ssh_format v0.14.1 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling openssh v0.10.4 [INFO] [stderr] Compiling concurrent_arena v0.1.8 [INFO] [stderr] Compiling openssh-sftp-protocol-error v0.1.0 [INFO] [stderr] Compiling openssh-sftp-protocol v0.24.0 [INFO] [stderr] Compiling openssh-sftp-error v0.4.0 [INFO] [stderr] Compiling openssh-sftp-client-lowlevel v0.6.0 [INFO] [stderr] Compiling openssh-sftp-client v0.14.4 [INFO] [stderr] Compiling ec2-deploy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.52s [INFO] running `Command { std: "docker" "inspect" "d289d5888e1c40022c76bd47c1ff834d1994cff86afbfebf251bb214a7bd815d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d289d5888e1c40022c76bd47c1ff834d1994cff86afbfebf251bb214a7bd815d", kill_on_drop: false }` [INFO] [stdout] d289d5888e1c40022c76bd47c1ff834d1994cff86afbfebf251bb214a7bd815d [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ede8da2a28f004cf86500cbcac45b28d8dd9d98fb617f330e5bd5b85338229e4 [INFO] running `Command { std: "docker" "start" "-a" "ede8da2a28f004cf86500cbcac45b28d8dd9d98fb617f330e5bd5b85338229e4", kill_on_drop: false }` [INFO] [stderr] Compiling ec2-deploy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "ede8da2a28f004cf86500cbcac45b28d8dd9d98fb617f330e5bd5b85338229e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ede8da2a28f004cf86500cbcac45b28d8dd9d98fb617f330e5bd5b85338229e4", kill_on_drop: false }` [INFO] [stdout] ede8da2a28f004cf86500cbcac45b28d8dd9d98fb617f330e5bd5b85338229e4 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7eedb13c2724629f8c2c2f94dbe488717664eff288873620598abea68241c44c [INFO] running `Command { std: "docker" "start" "-a" "7eedb13c2724629f8c2c2f94dbe488717664eff288873620598abea68241c44c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ec2_deploy-318f305ffd750d9d) [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" "7eedb13c2724629f8c2c2f94dbe488717664eff288873620598abea68241c44c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eedb13c2724629f8c2c2f94dbe488717664eff288873620598abea68241c44c", kill_on_drop: false }` [INFO] [stdout] 7eedb13c2724629f8c2c2f94dbe488717664eff288873620598abea68241c44c