[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.38-1/sources/1.37.0/gh/cepreu2github/rust-3d-renderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/cepreu2github/rust-3d-renderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cepreu2github/rust-3d-renderer on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cepreu2github/rust-3d-renderer against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] cb63a0a3c43177569a2b6e4b6a73b457ba41f55ca4b2fd82ebcdf0c6ca1a6375 [INFO] running `"docker" "start" "-a" "cb63a0a3c43177569a2b6e4b6a73b457ba41f55ca4b2fd82ebcdf0c6ca1a6375"` [INFO] [stderr] Compiling sdl2-sys v0.5.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling sdl2 v0.5.0 [INFO] [stderr] Compiling env_logger v0.3.5 [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 18.60s [INFO] running `"docker" "inspect" "cb63a0a3c43177569a2b6e4b6a73b457ba41f55ca4b2fd82ebcdf0c6ca1a6375"` [INFO] running `"docker" "rm" "-f" "cb63a0a3c43177569a2b6e4b6a73b457ba41f55ca4b2fd82ebcdf0c6ca1a6375"` [INFO] [stdout] cb63a0a3c43177569a2b6e4b6a73b457ba41f55ca4b2fd82ebcdf0c6ca1a6375 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c6fd14bcf8e2732eba3928f63e9f88239329c35a3132d356fcc5171120f0d1c6 [INFO] running `"docker" "start" "-a" "c6fd14bcf8e2732eba3928f63e9f88239329c35a3132d356fcc5171120f0d1c6"` [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.66s [INFO] running `"docker" "inspect" "c6fd14bcf8e2732eba3928f63e9f88239329c35a3132d356fcc5171120f0d1c6"` [INFO] running `"docker" "rm" "-f" "c6fd14bcf8e2732eba3928f63e9f88239329c35a3132d356fcc5171120f0d1c6"` [INFO] [stdout] c6fd14bcf8e2732eba3928f63e9f88239329c35a3132d356fcc5171120f0d1c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] dab2a3b8b5fbe232efe29f3ba1e1dbf4119b53d547b33a2dfeef57f3b4445084 [INFO] running `"docker" "start" "-a" "dab2a3b8b5fbe232efe29f3ba1e1dbf4119b53d547b33a2dfeef57f3b4445084"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_project-a697d7d8f31abf2f [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" "dab2a3b8b5fbe232efe29f3ba1e1dbf4119b53d547b33a2dfeef57f3b4445084"` [INFO] running `"docker" "rm" "-f" "dab2a3b8b5fbe232efe29f3ba1e1dbf4119b53d547b33a2dfeef57f3b4445084"` [INFO] [stdout] dab2a3b8b5fbe232efe29f3ba1e1dbf4119b53d547b33a2dfeef57f3b4445084