[INFO] updating cached repository maxastyler/Spirograph [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maxastyler/Spirograph [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maxastyler/Spirograph" "work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/maxastyler/Spirograph"` [INFO] [stderr] Cloning into 'work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/maxastyler/Spirograph'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maxastyler/Spirograph" "work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/maxastyler/Spirograph"` [INFO] [stderr] Cloning into 'work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/maxastyler/Spirograph'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d639d179214179e4843bca5cbd646dc9a1959e5d [INFO] sha for GitHub repo maxastyler/Spirograph: d639d179214179e4843bca5cbd646dc9a1959e5d [INFO] validating manifest of maxastyler/Spirograph on toolchain master#003382e4150984cb476047b3925edf8d75df2d59 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of maxastyler/Spirograph on toolchain try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing maxastyler/Spirograph [INFO] finished frobbing maxastyler/Spirograph [INFO] frobbed toml for maxastyler/Spirograph written to work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/gh/maxastyler/Spirograph/Cargo.toml [INFO] started frobbing maxastyler/Spirograph [INFO] finished frobbing maxastyler/Spirograph [INFO] frobbed toml for maxastyler/Spirograph written to work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/maxastyler/Spirograph/Cargo.toml [INFO] crate maxastyler/Spirograph already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking maxastyler/Spirograph against try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00 for pr-59527 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59527/worker-1/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/gh/maxastyler/Spirograph:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dbc19e06656528eca00de692a7e22a4fceb527d8af6892c59641f034ea78e294 [INFO] running `"docker" "start" "-a" "dbc19e06656528eca00de692a7e22a4fceb527d8af6892c59641f034ea78e294"` [INFO] [stderr] Checking rayon-core v1.3.0 [INFO] [stderr] Checking num-rational v0.1.40 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking spirograph v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `path` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn path(t: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `envelope` [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | fn envelope(t: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `double_envelope` [INFO] [stderr] --> src/main.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | fn double_envelope(h: f64) -> Box f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `path` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn path(t: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `envelope` [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | fn envelope(t: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `double_envelope` [INFO] [stderr] --> src/main.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | fn double_envelope(h: f64) -> Box f64> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.34s [INFO] running `"docker" "inspect" "dbc19e06656528eca00de692a7e22a4fceb527d8af6892c59641f034ea78e294"` [INFO] running `"docker" "rm" "-f" "dbc19e06656528eca00de692a7e22a4fceb527d8af6892c59641f034ea78e294"` [INFO] [stdout] dbc19e06656528eca00de692a7e22a4fceb527d8af6892c59641f034ea78e294