[INFO] updating cached repository cepreu2github/rust-3d-renderer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cepreu2github/rust-3d-renderer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cepreu2github/rust-3d-renderer" "work/ex/beta-1.37-6/sources/1.36.0/gh/cepreu2github/rust-3d-renderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cepreu2github/rust-3d-renderer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cepreu2github/rust-3d-renderer" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b7d316b98fa7e253ab6ff0563c911a689fa1696f [INFO] sha for GitHub repo cepreu2github/rust-3d-renderer: b7d316b98fa7e253ab6ff0563c911a689fa1696f [INFO] validating manifest of cepreu2github/rust-3d-renderer on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cepreu2github/rust-3d-renderer on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cepreu2github/rust-3d-renderer [INFO] finished frobbing cepreu2github/rust-3d-renderer [INFO] frobbed toml for cepreu2github/rust-3d-renderer written to work/ex/beta-1.37-6/sources/1.36.0/gh/cepreu2github/rust-3d-renderer/Cargo.toml [INFO] started frobbing cepreu2github/rust-3d-renderer [INFO] finished frobbing cepreu2github/rust-3d-renderer [INFO] frobbed toml for cepreu2github/rust-3d-renderer written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer/Cargo.toml [INFO] crate cepreu2github/rust-3d-renderer already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cepreu2github/rust-3d-renderer/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cepreu2github/rust-3d-renderer against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 61fccc07504cdcf075271bafc3dc4a789959051c376b00811fd19b93f158bd72 [INFO] running `"docker" "start" "-a" "61fccc07504cdcf075271bafc3dc4a789959051c376b00811fd19b93f158bd72"` [INFO] [stderr] Compiling sdl2-sys v0.5.0 [INFO] [stderr] Compiling sdl2 v0.5.0 [INFO] [stderr] Compiling rust_project v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/sdlcanvas.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | for y in (0..self.ysize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/sdlcanvas.rs:51:26 [INFO] [stderr] | [INFO] [stderr] 51 | for x in (0..self.xsize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | write!(f, "\n"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | write!(f, "{}", self[i][j]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | write!(f, ", "); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.16s [INFO] running `"docker" "inspect" "61fccc07504cdcf075271bafc3dc4a789959051c376b00811fd19b93f158bd72"` [INFO] running `"docker" "rm" "-f" "61fccc07504cdcf075271bafc3dc4a789959051c376b00811fd19b93f158bd72"` [INFO] [stdout] 61fccc07504cdcf075271bafc3dc4a789959051c376b00811fd19b93f158bd72 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 030b258e6f55485784715c8edfe9dd5e7dd15a2febb4b598f2fae735b19b42f6 [INFO] running `"docker" "start" "-a" "030b258e6f55485784715c8edfe9dd5e7dd15a2febb4b598f2fae735b19b42f6"` [INFO] [stderr] Compiling rust_project v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/sdlcanvas.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | for y in (0..self.ysize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/sdlcanvas.rs:51:26 [INFO] [stderr] | [INFO] [stderr] 51 | for x in (0..self.xsize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | write!(f, "\n"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | write!(f, "{}", self[i][j]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/geometry.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | write!(f, ", "); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `"docker" "inspect" "030b258e6f55485784715c8edfe9dd5e7dd15a2febb4b598f2fae735b19b42f6"` [INFO] running `"docker" "rm" "-f" "030b258e6f55485784715c8edfe9dd5e7dd15a2febb4b598f2fae735b19b42f6"` [INFO] [stdout] 030b258e6f55485784715c8edfe9dd5e7dd15a2febb4b598f2fae735b19b42f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cepreu2github/rust-3d-renderer:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 78dc5556875656cdd3349495d8345ce4ca632d7f0e08c89ae1ff1cf4d7e4660d [INFO] running `"docker" "start" "-a" "78dc5556875656cdd3349495d8345ce4ca632d7f0e08c89ae1ff1cf4d7e4660d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_project-b483c6dcfad4b8f6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "78dc5556875656cdd3349495d8345ce4ca632d7f0e08c89ae1ff1cf4d7e4660d"` [INFO] running `"docker" "rm" "-f" "78dc5556875656cdd3349495d8345ce4ca632d7f0e08c89ae1ff1cf4d7e4660d"` [INFO] [stdout] 78dc5556875656cdd3349495d8345ce4ca632d7f0e08c89ae1ff1cf4d7e4660d