[INFO] fetching crate pallas-addresses 1.0.0-alpha.1... [INFO] checking pallas-addresses-1.0.0-alpha.1 against master#8f43b85954d2f3d8fc00a7504c603e5ca9eb0695 for pr-133502-5 [INFO] extracting crate pallas-addresses 1.0.0-alpha.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate pallas-addresses 1.0.0-alpha.1 on toolchain 8f43b85954d2f3d8fc00a7504c603e5ca9eb0695 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f43b85954d2f3d8fc00a7504c603e5ca9eb0695" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pallas-addresses 1.0.0-alpha.1 [INFO] finished tweaking crates.io crate pallas-addresses 1.0.0-alpha.1 [INFO] tweaked toml for crates.io crate pallas-addresses 1.0.0-alpha.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate pallas-addresses 1.0.0-alpha.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" "+8f43b85954d2f3d8fc00a7504c603e5ca9eb0695" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minicbor-derive v0.16.2 [INFO] [stderr] Downloaded minicbor v0.26.4 [INFO] [stderr] Downloaded pallas-codec v1.0.0-alpha.1 [INFO] [stderr] Downloaded pallas-crypto v1.0.0-alpha.1 [INFO] [stderr] Downloaded cryptoxide v0.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+8f43b85954d2f3d8fc00a7504c603e5ca9eb0695" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 880fa2c0cc6a30a92a4e7dccb57e245cc0b3d1d5a14baf00a644b915d6028b55 [INFO] running `Command { std: "docker" "start" "-a" "880fa2c0cc6a30a92a4e7dccb57e245cc0b3d1d5a14baf00a644b915d6028b55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "880fa2c0cc6a30a92a4e7dccb57e245cc0b3d1d5a14baf00a644b915d6028b55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "880fa2c0cc6a30a92a4e7dccb57e245cc0b3d1d5a14baf00a644b915d6028b55", kill_on_drop: false }` [INFO] [stdout] 880fa2c0cc6a30a92a4e7dccb57e245cc0b3d1d5a14baf00a644b915d6028b55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+8f43b85954d2f3d8fc00a7504c603e5ca9eb0695" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad31f64f7507771c91fb9dca1d9971775e8571d4d580eec42756635a5b6fe58a [INFO] running `Command { std: "docker" "start" "-a" "ad31f64f7507771c91fb9dca1d9971775e8571d4d580eec42756635a5b6fe58a", kill_on_drop: false }` [INFO] [stderr] Compiling minicbor v0.26.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking cryptoxide v0.4.4 [INFO] [stderr] Checking bech32 v0.9.1 [INFO] [stderr] Checking base58 v0.2.0 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling minicbor-derive v0.16.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking pallas-codec v1.0.0-alpha.1 [INFO] [stderr] Checking pallas-crypto v1.0.0-alpha.1 [INFO] [stderr] Checking pallas-addresses v1.0.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s [INFO] running `Command { std: "docker" "inspect" "ad31f64f7507771c91fb9dca1d9971775e8571d4d580eec42756635a5b6fe58a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad31f64f7507771c91fb9dca1d9971775e8571d4d580eec42756635a5b6fe58a", kill_on_drop: false }` [INFO] [stdout] ad31f64f7507771c91fb9dca1d9971775e8571d4d580eec42756635a5b6fe58a