[INFO] cloning repository https://github.com/randomdotdev/StylusPencil
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/randomdotdev/StylusPencil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frandomdotdev%2FStylusPencil", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frandomdotdev%2FStylusPencil'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42c472e2bf96943e71075901f209a969e6ee9380
[INFO] checking randomdotdev/StylusPencil against master#42f4793e5a514858221b07ac379029d90353913e for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frandomdotdev%2FStylusPencil" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/randomdotdev/StylusPencil
[INFO] finished tweaking git repo https://github.com/randomdotdev/StylusPencil
[INFO] tweaked toml for git repo https://github.com/randomdotdev/StylusPencil written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/randomdotdev/StylusPencil on toolchain 42f4793e5a514858221b07ac379029d90353913e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/randomdotdev/StylusPencil 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" "+42f4793e5a514858221b07ac379029d90353913e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded keccak-const v0.2.0
[INFO] [stderr]   Downloaded stylus-sdk v0.6.0
[INFO] [stderr]   Downloaded mini-alloc v0.4.2
[INFO] [stderr]   Downloaded stylus-proc v0.6.0
[INFO] [stderr]   Downloaded mini-alloc v0.6.0
[INFO] [stderr]   Downloaded cc v1.0.86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2ded788f7ca29385f7fe406772a49140ad615fcb7a7b8a07b6ef5bd04fdd56e
[INFO] running `Command { std: "docker" "start" "-a" "c2ded788f7ca29385f7fe406772a49140ad615fcb7a7b8a07b6ef5bd04fdd56e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2ded788f7ca29385f7fe406772a49140ad615fcb7a7b8a07b6ef5bd04fdd56e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2ded788f7ca29385f7fe406772a49140ad615fcb7a7b8a07b6ef5bd04fdd56e", kill_on_drop: false }`
[INFO] [stdout] c2ded788f7ca29385f7fe406772a49140ad615fcb7a7b8a07b6ef5bd04fdd56e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3e74fe61b3747166d508399041d22be0a120c5b195528ee1ab4ca209648cd9a
[INFO] running `Command { std: "docker" "start" "-a" "b3e74fe61b3747166d508399041d22be0a120c5b195528ee1ab4ca209648cd9a", kill_on_drop: false }`
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking const-hex v1.11.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking memory_units v0.4.0
[INFO] [stderr]     Checking mini-alloc v0.6.0
[INFO] [stderr]     Checking keccak-const v0.2.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling ruint v1.12.3
[INFO] [stderr]     Checking mini-alloc v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling syn-solidity v0.7.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling alloy-primitives v0.7.6
[INFO] [stderr]    Compiling alloy-sol-macro-input v0.7.6
[INFO] [stderr]    Compiling alloy-sol-macro-expander v0.7.6
[INFO] [stderr]    Compiling alloy-sol-macro v0.7.6
[INFO] [stderr]    Compiling alloy-sol-types v0.7.6
[INFO] [stderr]    Compiling stylus-proc v0.6.0
[INFO] [stderr]     Checking stylus-sdk v0.6.0
[INFO] [stderr]     Checking styluspencil v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `burn` is never used
[INFO] [stdout]    --> src/erc20.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | impl<T: Erc20Params> Erc20<T> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn burn(&mut self, address: Address, value: U256) -> Result<(), Erc20Error> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `burn` is never used
[INFO] [stdout]    --> src/erc20.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | impl<T: Erc20Params> Erc20<T> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn burn(&mut self, address: Address, value: U256) -> Result<(), Erc20Error> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.75s
[INFO] running `Command { std: "docker" "inspect" "b3e74fe61b3747166d508399041d22be0a120c5b195528ee1ab4ca209648cd9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3e74fe61b3747166d508399041d22be0a120c5b195528ee1ab4ca209648cd9a", kill_on_drop: false }`
[INFO] [stdout] b3e74fe61b3747166d508399041d22be0a120c5b195528ee1ab4ca209648cd9a
