[INFO] cloning repository https://github.com/jay460/sumi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jay460/sumi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjay460%2Fsumi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjay460%2Fsumi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6692a49efe10b264c23679840024f52ef5b9bc44
[INFO] checking jay460/sumi against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjay460%2Fsumi" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jay460/sumi
[INFO] finished tweaking git repo https://github.com/jay460/sumi
[INFO] tweaked toml for git repo https://github.com/jay460/sumi written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jay460/sumi on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jay460/sumi 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/paritytech/ink`
[INFO] [stderr]     Updating git repository `https://github.com/0x7CFE/TinyTemplate`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scale-info v2.3.1
[INFO] [stderr]   Downloaded scale-info-derive v2.3.1
[INFO] [stderr]   Downloaded parity-scale-codec v3.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 030a8b12bba779641291c35df3f39a7c0293d7e2a419463f466ba421d4112780
[INFO] running `Command { std: "docker" "start" "-a" "030a8b12bba779641291c35df3f39a7c0293d7e2a419463f466ba421d4112780", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "030a8b12bba779641291c35df3f39a7c0293d7e2a419463f466ba421d4112780", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "030a8b12bba779641291c35df3f39a7c0293d7e2a419463f466ba421d4112780", kill_on_drop: false }`
[INFO] [stdout] 030a8b12bba779641291c35df3f39a7c0293d7e2a419463f466ba421d4112780
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14cef154d3cd08d6cb4fa442e57288bc4298da7cd7745974e6808fb1781af943
[INFO] running `Command { std: "docker" "start" "-a" "14cef154d3cd08d6cb4fa442e57288bc4298da7cd7745974e6808fb1781af943", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking digest v0.10.6
[INFO] [stderr]     Checking ink_prelude v3.4.0 (https://github.com/paritytech/ink?tag=v3.4.0#83800c70)
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking keccak v0.1.3
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking sha3 v0.10.6
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]    Compiling toml v0.5.10
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.1.3
[INFO] [stderr]    Compiling scale-info-derive v2.3.1
[INFO] [stderr]     Checking clap v4.0.32
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking parity-scale-codec v3.2.1
[INFO] [stderr]     Checking impl-serde v0.3.2
[INFO] [stderr]     Checking primitive-types v0.12.1
[INFO] [stderr]     Checking ethbloom v0.13.0
[INFO] [stderr]     Checking ink_primitives v3.4.0 (https://github.com/paritytech/ink?tag=v3.4.0#83800c70)
[INFO] [stderr]     Checking scale-info v2.3.1
[INFO] [stderr]     Checking tinytemplate v1.2.1 (https://github.com/0x7CFE/TinyTemplate?branch=format-args#402f95fc)
[INFO] [stderr]     Checking ethereum-types v0.14.1
[INFO] [stderr]     Checking ink_metadata v3.4.0 (https://github.com/paritytech/ink?tag=v3.4.0#83800c70)
[INFO] [stderr]     Checking ethabi v18.0.0
[INFO] [stderr]     Checking sumi v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/ink2sol.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         id: u32,
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/ink2sol.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         id: u32,
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.06s
[INFO] running `Command { std: "docker" "inspect" "14cef154d3cd08d6cb4fa442e57288bc4298da7cd7745974e6808fb1781af943", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14cef154d3cd08d6cb4fa442e57288bc4298da7cd7745974e6808fb1781af943", kill_on_drop: false }`
[INFO] [stdout] 14cef154d3cd08d6cb4fa442e57288bc4298da7cd7745974e6808fb1781af943
