[INFO] fetching crate s3s-e2e 0.14.1...
[INFO] checking s3s-e2e-0.14.1 against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706
[INFO] extracting crate s3s-e2e 0.14.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate s3s-e2e 0.14.1
[INFO] finished tweaking crates.io crate s3s-e2e 0.14.1
[INFO] tweaked toml for crates.io crate s3s-e2e 0.14.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate s3s-e2e 0.14.1 on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate s3s-e2e 0.14.1 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded const-str v1.1.0
[INFO] [stderr]   Downloaded const-str-proc-macro v1.1.0
[INFO] [stderr]   Downloaded s3s-test v0.14.1
[INFO] [stderr]   Downloaded time v0.3.52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184
[INFO] running `Command { std: "docker" "start" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking time v0.3.52
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling const-str-proc-macro v1.1.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]     Checking aws-smithy-async v1.2.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking aws-smithy-types v1.5.0
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling const-str v1.1.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.12.3
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.21
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking aws-smithy-query v0.60.15
[INFO] [stderr]     Checking crc-fast v1.10.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking aws-smithy-schema v0.1.0
[INFO] [stderr]     Checking aws-smithy-http v0.63.6
[INFO] [stderr]     Checking aws-credential-types v1.2.14
[INFO] [stderr]     Checking aws-smithy-observability v0.2.6
[INFO] [stderr]     Checking aws-types v1.3.16
[INFO] [stderr]     Checking aws-smithy-json v0.62.7
[INFO] [stderr]     Checking aws-sigv4 v1.4.5
[INFO] [stderr]     Checking aws-smithy-checksums v0.64.8
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking aws-smithy-http-client v1.1.13
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking aws-smithy-runtime v1.11.3
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking s3s-test v0.14.1
[INFO] [stderr]     Checking aws-runtime v1.7.5
[INFO] [stderr]     Checking aws-sdk-sts v1.107.0
[INFO] [stderr]     Checking aws-sdk-s3 v1.137.0
[INFO] [stderr]    Compiling s3s-e2e v0.14.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking aws-config v1.8.18
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.57s
[INFO] running `Command { std: "docker" "inspect" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184", kill_on_drop: false }`
[INFO] [stdout] 428ced5ec23728ffb35a2a195826b68815c062ffc51f9ae7a1e00f17e1599184
