[INFO] updating cached repository stisol/tinyrenderer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/stisol/tinyrenderer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/stisol/tinyrenderer" "work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/tinyrenderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/tinyrenderer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/stisol/tinyrenderer" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3ea6f346b8ef20548c8ac428d2639bbb15fcb1e2 [INFO] sha for GitHub repo stisol/tinyrenderer: 3ea6f346b8ef20548c8ac428d2639bbb15fcb1e2 [INFO] validating manifest of stisol/tinyrenderer 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 stisol/tinyrenderer 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 stisol/tinyrenderer [INFO] finished frobbing stisol/tinyrenderer [INFO] frobbed toml for stisol/tinyrenderer written to work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/tinyrenderer/Cargo.toml [INFO] started frobbing stisol/tinyrenderer [INFO] finished frobbing stisol/tinyrenderer [INFO] frobbed toml for stisol/tinyrenderer written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer/Cargo.toml [INFO] crate stisol/tinyrenderer 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing stisol/tinyrenderer against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer:/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-08-13" "build" "--frozen"` [INFO] [stdout] b554d07149353a8f62ad55e358c087456c616f3cc5e45c795817c4c0a157fa95 [INFO] running `"docker" "start" "-a" "b554d07149353a8f62ad55e358c087456c616f3cc5e45c795817c4c0a157fa95"` [INFO] [stderr] Compiling xml-rs v0.7.1 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling tempfile v3.0.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling backtrace v0.3.11 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling conrod v0.61.1 [INFO] [stderr] Compiling tinyrenderer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `ui_needs_update` [INFO] [stderr] --> src/event_loop.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | ui_needs_update: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `"docker" "inspect" "b554d07149353a8f62ad55e358c087456c616f3cc5e45c795817c4c0a157fa95"` [INFO] running `"docker" "rm" "-f" "b554d07149353a8f62ad55e358c087456c616f3cc5e45c795817c4c0a157fa95"` [INFO] [stdout] b554d07149353a8f62ad55e358c087456c616f3cc5e45c795817c4c0a157fa95 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 78e8177dd3c1f93118b1c1f5af1128b0f3c14332721f46862ee0068003a34581 [INFO] running `"docker" "start" "-a" "78e8177dd3c1f93118b1c1f5af1128b0f3c14332721f46862ee0068003a34581"` [INFO] [stderr] Compiling tinyrenderer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `ui_needs_update` [INFO] [stderr] --> src/event_loop.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | ui_needs_update: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `"docker" "inspect" "78e8177dd3c1f93118b1c1f5af1128b0f3c14332721f46862ee0068003a34581"` [INFO] running `"docker" "rm" "-f" "78e8177dd3c1f93118b1c1f5af1128b0f3c14332721f46862ee0068003a34581"` [INFO] [stdout] 78e8177dd3c1f93118b1c1f5af1128b0f3c14332721f46862ee0068003a34581 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/tinyrenderer:/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-08-13" "test" "--frozen"` [INFO] [stdout] 4840fccf0d054a31b106f1709382c0682ed830b54e41dd1c60c326fb742fc770 [INFO] running `"docker" "start" "-a" "4840fccf0d054a31b106f1709382c0682ed830b54e41dd1c60c326fb742fc770"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/tinyrenderer-118eeab58b36868e [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" "4840fccf0d054a31b106f1709382c0682ed830b54e41dd1c60c326fb742fc770"` [INFO] running `"docker" "rm" "-f" "4840fccf0d054a31b106f1709382c0682ed830b54e41dd1c60c326fb742fc770"` [INFO] [stdout] 4840fccf0d054a31b106f1709382c0682ed830b54e41dd1c60c326fb742fc770