[INFO] fetching crate gasless 0.1.2... [INFO] checking gasless-0.1.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate gasless 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate gasless 0.1.2 [INFO] finished tweaking crates.io crate gasless 0.1.2 [INFO] tweaked toml for crates.io crate gasless 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gasless 0.1.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gasless 0.1.2 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alloy-sol-macro-expander v1.1.0 [INFO] [stderr] Downloaded alloy-sol-macro-input v1.1.0 [INFO] [stderr] Downloaded alloy-json-abi v1.1.0 [INFO] [stderr] Downloaded alloy-sol-types v1.1.0 [INFO] [stderr] Downloaded alloy-sol-type-parser v1.1.0 [INFO] [stderr] Downloaded alloy-primitives v1.1.0 [INFO] [stderr] Downloaded alloy-sol-macro v1.1.0 [INFO] [stderr] Downloaded syn-solidity v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45d7bda469edb6d2071e2c11f56f009ddd92ea9c4e9e21320580d247366de025 [INFO] running `Command { std: "docker" "start" "-a" "45d7bda469edb6d2071e2c11f56f009ddd92ea9c4e9e21320580d247366de025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45d7bda469edb6d2071e2c11f56f009ddd92ea9c4e9e21320580d247366de025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45d7bda469edb6d2071e2c11f56f009ddd92ea9c4e9e21320580d247366de025", kill_on_drop: false }` [INFO] [stdout] 45d7bda469edb6d2071e2c11f56f009ddd92ea9c4e9e21320580d247366de025 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 737c814faa1a78bd08688dda9f72ece602903dab987b708f4cb8a8972f7590fc [INFO] running `Command { std: "docker" "start" "-a" "737c814faa1a78bd08688dda9f72ece602903dab987b708f4cb8a8972f7590fc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling crunchy v0.2.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Compiling const-hex v1.14.1 [INFO] [stderr] Compiling ruint-macro v1.2.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking ruint v1.14.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling macro-string v0.1.4 [INFO] [stderr] Compiling syn-solidity v1.1.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling alloy-sol-macro-input v1.1.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Compiling alloy-sol-macro-expander v1.1.0 [INFO] [stderr] Checking alloy-primitives v1.1.0 [INFO] [stderr] Compiling alloy-sol-macro v1.1.0 [INFO] [stderr] Checking alloy-sol-types v1.1.0 [INFO] [stderr] Checking gasless v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.58s [INFO] running `Command { std: "docker" "inspect" "737c814faa1a78bd08688dda9f72ece602903dab987b708f4cb8a8972f7590fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "737c814faa1a78bd08688dda9f72ece602903dab987b708f4cb8a8972f7590fc", kill_on_drop: false }` [INFO] [stdout] 737c814faa1a78bd08688dda9f72ece602903dab987b708f4cb8a8972f7590fc