[INFO] updating cached repository bjrnt/fractals [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bjrnt/fractals [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bjrnt/fractals" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/bjrnt/fractals"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/bjrnt/fractals'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bjrnt/fractals" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/bjrnt/fractals"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/bjrnt/fractals'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2f1752cd122c5ecdbc385d6920442e8331098071 [INFO] sha for GitHub repo bjrnt/fractals: 2f1752cd122c5ecdbc385d6920442e8331098071 [INFO] validating manifest of bjrnt/fractals on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bjrnt/fractals on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bjrnt/fractals [INFO] finished frobbing bjrnt/fractals [INFO] frobbed toml for bjrnt/fractals written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/bjrnt/fractals/Cargo.toml [INFO] started frobbing bjrnt/fractals [INFO] finished frobbing bjrnt/fractals [INFO] frobbed toml for bjrnt/fractals written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/bjrnt/fractals/Cargo.toml [INFO] crate bjrnt/fractals already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bjrnt/fractals against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-7/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/bjrnt/fractals:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5f51e183344ae82fbdfdea4203688458276e5c7a6a8e13b9eb5debf09b3966e9 [INFO] running `"docker" "start" "-a" "5f51e183344ae82fbdfdea4203688458276e5c7a6a8e13b9eb5debf09b3966e9"` [INFO] [stderr] Checking adler32 v0.3.0 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking num_cpus v1.2.1 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking num-complex v0.1.35 [INFO] [stderr] Checking deflate v0.7.4 [INFO] [stderr] Checking png v0.6.2 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Checking num-bigint v0.1.35 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking num-rational v0.1.35 [INFO] [stderr] Checking num v0.1.36 [INFO] [stderr] Checking jpeg-decoder v0.1.11 [INFO] [stderr] Checking image v0.12.2 [INFO] [stderr] Checking fractals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant is never constructed: `Linear` [INFO] [stderr] --> src/animation.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Linear, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `easing` [INFO] [stderr] --> src/animation.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | easing: Easing [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Linear` [INFO] [stderr] --> src/animation.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Linear, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `easing` [INFO] [stderr] --> src/animation.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | easing: Easing [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.90s [INFO] running `"docker" "inspect" "5f51e183344ae82fbdfdea4203688458276e5c7a6a8e13b9eb5debf09b3966e9"` [INFO] running `"docker" "rm" "-f" "5f51e183344ae82fbdfdea4203688458276e5c7a6a8e13b9eb5debf09b3966e9"` [INFO] [stdout] 5f51e183344ae82fbdfdea4203688458276e5c7a6a8e13b9eb5debf09b3966e9