[INFO] cloning repository https://github.com/lvertiz4/AlloyPrimitiveExample
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lvertiz4/AlloyPrimitiveExample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvertiz4%2FAlloyPrimitiveExample", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvertiz4%2FAlloyPrimitiveExample'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0311a40bba0ac47a4f32edadaf8d102a1e9a417f
[INFO] checking lvertiz4/AlloyPrimitiveExample against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvertiz4%2FAlloyPrimitiveExample" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lvertiz4/AlloyPrimitiveExample
[INFO] finished tweaking git repo https://github.com/lvertiz4/AlloyPrimitiveExample
[INFO] tweaked toml for git repo https://github.com/lvertiz4/AlloyPrimitiveExample written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lvertiz4/AlloyPrimitiveExample on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lvertiz4/AlloyPrimitiveExample 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "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 alloy-rlp v0.2.0
[INFO] [stderr]   Downloaded ruint2-macro v1.0.3
[INFO] [stderr]   Downloaded const-hex v1.6.1
[INFO] [stderr]   Downloaded ruint2 v1.9.0
[INFO] [stderr]   Downloaded syn v2.0.25
[INFO] [stderr]   Downloaded alloy-primitives v0.2.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2c83fa6e1a592449adf8f74e1c3004b1a9bab955737a60abe5e5cc6a2d9c4172
[INFO] running `Command { std: "docker" "start" "-a" "2c83fa6e1a592449adf8f74e1c3004b1a9bab955737a60abe5e5cc6a2d9c4172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c83fa6e1a592449adf8f74e1c3004b1a9bab955737a60abe5e5cc6a2d9c4172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c83fa6e1a592449adf8f74e1c3004b1a9bab955737a60abe5e5cc6a2d9c4172", kill_on_drop: false }`
[INFO] [stdout] 2c83fa6e1a592449adf8f74e1c3004b1a9bab955737a60abe5e5cc6a2d9c4172
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92b5a2e89586840e9fc87174c4311245096a8fc44444e5581e0ac792cc51ca8e
[INFO] running `Command { std: "docker" "start" "-a" "92b5a2e89586840e9fc87174c4311245096a8fc44444e5581e0ac792cc51ca8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]     Checking pin-project-lite v0.2.10
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling ruint2 v1.9.0
[INFO] [stderr]    Compiling serde_json v1.0.100
[INFO] [stderr]    Compiling ruint2-macro v1.0.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking const-hex v1.6.1
[INFO] [stderr]     Checking tiny-keccak v2.0.2
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.171
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]     Checking thiserror v1.0.43
[INFO] [stderr]     Checking alloy-primitives v0.2.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking AlloyPrimitiveExample v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.59s
[INFO] running `Command { std: "docker" "inspect" "92b5a2e89586840e9fc87174c4311245096a8fc44444e5581e0ac792cc51ca8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92b5a2e89586840e9fc87174c4311245096a8fc44444e5581e0ac792cc51ca8e", kill_on_drop: false }`
[INFO] [stdout] 92b5a2e89586840e9fc87174c4311245096a8fc44444e5581e0ac792cc51ca8e
