[INFO] fetching crate condow_rusoto 0.20.0-alpha.3...
[INFO] checking condow_rusoto-0.20.0-alpha.3 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate condow_rusoto 0.20.0-alpha.3 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate condow_rusoto 0.20.0-alpha.3 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate condow_rusoto 0.20.0-alpha.3
[INFO] finished tweaking crates.io crate condow_rusoto 0.20.0-alpha.3
[INFO] tweaked toml for crates.io crate condow_rusoto 0.20.0-alpha.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded md-5 v0.9.1
[INFO] [stderr]   Downloaded rusoto_signature v0.48.0
[INFO] [stderr]   Downloaded rusoto_credential v0.48.0
[INFO] [stderr]   Downloaded rusoto_core v0.48.0
[INFO] [stderr]   Downloaded condow_core v0.19.0-alpha.3
[INFO] [stderr]   Downloaded rusoto_s3 v0.48.0
[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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8a8348d899288daa3a54e3c1b956e23375c347f3b871f639946cc9614aa561b
[INFO] running `Command { std: "docker" "start" "-a" "f8a8348d899288daa3a54e3c1b956e23375c347f3b871f639946cc9614aa561b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8a8348d899288daa3a54e3c1b956e23375c347f3b871f639946cc9614aa561b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8a8348d899288daa3a54e3c1b956e23375c347f3b871f639946cc9614aa561b", kill_on_drop: false }`
[INFO] [stdout] f8a8348d899288daa3a54e3c1b956e23375c347f3b871f639946cc9614aa561b
[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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f4e6050f810249ec72e21c50f9442ef0807234e1d68b93afa132e6f30b8c456
[INFO] running `Command { std: "docker" "start" "-a" "1f4e6050f810249ec72e21c50f9442ef0807234e1d68b93afa132e6f30b8c456", kill_on_drop: false }`
[INFO] [stderr]     Checking pin-project-lite v0.2.11
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking shlex v1.1.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking xml-rs v0.8.16
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling rusoto_core v0.48.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]    Compiling openssl-sys v0.9.91
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking condow_core v0.19.0-alpha.3
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking rusoto_credential v0.48.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking rusoto_signature v0.48.0
[INFO] [stderr]     Checking rusoto_s3 v0.48.0
[INFO] [stderr]     Checking condow_rusoto v0.20.0-alpha.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 18.05s
[INFO] running `Command { std: "docker" "inspect" "1f4e6050f810249ec72e21c50f9442ef0807234e1d68b93afa132e6f30b8c456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f4e6050f810249ec72e21c50f9442ef0807234e1d68b93afa132e6f30b8c456", kill_on_drop: false }`
[INFO] [stdout] 1f4e6050f810249ec72e21c50f9442ef0807234e1d68b93afa132e6f30b8c456
