[INFO] updating cached repository mrcoles/pxl-treats [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mrcoles/pxl-treats [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mrcoles/pxl-treats" "work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrcoles/pxl-treats" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrcoles/pxl-treats"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrcoles/pxl-treats'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c58f312f6c6038249c749c5264fc074fe29a8002 [INFO] sha for GitHub repo mrcoles/pxl-treats: c58f312f6c6038249c749c5264fc074fe29a8002 [INFO] validating manifest of mrcoles/pxl-treats 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 mrcoles/pxl-treats 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 mrcoles/pxl-treats [INFO] finished frobbing mrcoles/pxl-treats [INFO] frobbed toml for mrcoles/pxl-treats written to work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats/Cargo.toml [INFO] started frobbing mrcoles/pxl-treats [INFO] finished frobbing mrcoles/pxl-treats [INFO] frobbed toml for mrcoles/pxl-treats written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrcoles/pxl-treats/Cargo.toml [INFO] crate mrcoles/pxl-treats 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 mrcoles/pxl-treats 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats:/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] 53b917146d1cb2633abba48895f5ffe6c5faa56273e79249e0788fbe7b99488f [INFO] running `"docker" "start" "-a" "53b917146d1cb2633abba48895f5ffe6c5faa56273e79249e0788fbe7b99488f"` [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling wayland-scanner v0.20.10 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling wayland-sys v0.20.10 [INFO] [stderr] Compiling cpal v0.8.1 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling wayland-commons v0.20.10 [INFO] [stderr] Compiling wayland-client v0.20.10 [INFO] [stderr] Compiling wayland-protocols v0.20.10 [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.3 [INFO] [stderr] Compiling winit v0.15.1 [INFO] [stderr] Compiling pxl v0.0.8 [INFO] [stderr] Compiling pxl-treats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | fn is_touching(&self, r: &Renderable) -> bool { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:338:47 [INFO] [stderr] | [INFO] [stderr] 338 | fn synthesizer(&self) -> Option>> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Synthesizer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:344:60 [INFO] [stderr] | [INFO] [stderr] 344 | fn draw(&self, pixels: &mut [Pixel], color: Pixel, r: &Renderable) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `"docker" "inspect" "53b917146d1cb2633abba48895f5ffe6c5faa56273e79249e0788fbe7b99488f"` [INFO] running `"docker" "rm" "-f" "53b917146d1cb2633abba48895f5ffe6c5faa56273e79249e0788fbe7b99488f"` [INFO] [stdout] 53b917146d1cb2633abba48895f5ffe6c5faa56273e79249e0788fbe7b99488f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats:/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] d47e8b8cbc6dd1f3adb87ae7edae2d8c2efea272269449c9385bf99d5f305423 [INFO] running `"docker" "start" "-a" "d47e8b8cbc6dd1f3adb87ae7edae2d8c2efea272269449c9385bf99d5f305423"` [INFO] [stderr] Compiling pxl-treats v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | fn is_touching(&self, r: &Renderable) -> bool { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:338:47 [INFO] [stderr] | [INFO] [stderr] 338 | fn synthesizer(&self) -> Option>> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Synthesizer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:344:60 [INFO] [stderr] | [INFO] [stderr] 344 | fn draw(&self, pixels: &mut [Pixel], color: Pixel, r: &Renderable) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "d47e8b8cbc6dd1f3adb87ae7edae2d8c2efea272269449c9385bf99d5f305423"` [INFO] running `"docker" "rm" "-f" "d47e8b8cbc6dd1f3adb87ae7edae2d8c2efea272269449c9385bf99d5f305423"` [INFO] [stdout] d47e8b8cbc6dd1f3adb87ae7edae2d8c2efea272269449c9385bf99d5f305423 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mrcoles/pxl-treats:/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] 5caa50c68951df17c52c3394b009a62b5999ca224601ae897f610341a24286a0 [INFO] running `"docker" "start" "-a" "5caa50c68951df17c52c3394b009a62b5999ca224601ae897f610341a24286a0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/pxl_treats-8e36f43b36eabfbe [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" "5caa50c68951df17c52c3394b009a62b5999ca224601ae897f610341a24286a0"` [INFO] running `"docker" "rm" "-f" "5caa50c68951df17c52c3394b009a62b5999ca224601ae897f610341a24286a0"` [INFO] [stdout] 5caa50c68951df17c52c3394b009a62b5999ca224601ae897f610341a24286a0