[INFO] updating cached repository https://github.com/witchof0x20/pixelflut_client [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 50c4c8affd4d0d8f1d512806524060cffc8b62cb [INFO] testing witchof0x20/pixelflut_client against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwitchof0x20%2Fpixelflut_client" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/witchof0x20/pixelflut_client on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/witchof0x20/pixelflut_client [INFO] finished tweaking git repo https://github.com/witchof0x20/pixelflut_client [INFO] tweaked toml for git repo https://github.com/witchof0x20/pixelflut_client written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/witchof0x20/pixelflut_client already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 27eba08063b4bd5c2ee2f35ffb64adc0fd53e9686e67bee674b2c8a531b72df5 [INFO] running `"docker" "start" "-a" "27eba08063b4bd5c2ee2f35ffb64adc0fd53e9686e67bee674b2c8a531b72df5"` [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling inflate v0.4.4 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling pixelflut_client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:28:28 [INFO] [stderr] | [INFO] [stderr] 28 | let mut pixelflut: Box> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 30 | / loop { [INFO] [stderr] 31 | | // Get the time [INFO] [stderr] 32 | | let start = SystemTime::now(); [INFO] [stderr] 33 | | // Draw the image [INFO] [stderr] ... | [INFO] [stderr] 48 | | ); [INFO] [stderr] 49 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 50 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_size` [INFO] [stderr] --> src/pixelflut.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn with_size(self) -> impl Future { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.54s [INFO] running `"docker" "inspect" "27eba08063b4bd5c2ee2f35ffb64adc0fd53e9686e67bee674b2c8a531b72df5"` [INFO] running `"docker" "rm" "-f" "27eba08063b4bd5c2ee2f35ffb64adc0fd53e9686e67bee674b2c8a531b72df5"` [INFO] [stdout] 27eba08063b4bd5c2ee2f35ffb64adc0fd53e9686e67bee674b2c8a531b72df5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 4203c84645956b3e9afb7443e7c552313539e9afd803251b3f3799d4dee50fe5 [INFO] running `"docker" "start" "-a" "4203c84645956b3e9afb7443e7c552313539e9afd803251b3f3799d4dee50fe5"` [INFO] [stderr] Compiling pixelflut_client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:28:28 [INFO] [stderr] | [INFO] [stderr] 28 | let mut pixelflut: Box> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 30 | / loop { [INFO] [stderr] 31 | | // Get the time [INFO] [stderr] 32 | | let start = SystemTime::now(); [INFO] [stderr] 33 | | // Draw the image [INFO] [stderr] ... | [INFO] [stderr] 48 | | ); [INFO] [stderr] 49 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 50 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_size` [INFO] [stderr] --> src/pixelflut.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn with_size(self) -> impl Future { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `"docker" "inspect" "4203c84645956b3e9afb7443e7c552313539e9afd803251b3f3799d4dee50fe5"` [INFO] running `"docker" "rm" "-f" "4203c84645956b3e9afb7443e7c552313539e9afd803251b3f3799d4dee50fe5"` [INFO] [stdout] 4203c84645956b3e9afb7443e7c552313539e9afd803251b3f3799d4dee50fe5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 411c85aeb7c0b3d5a3a1437f7cb8778696e58e7c6a38676f0cb57f7db82384f2 [INFO] running `"docker" "start" "-a" "411c85aeb7c0b3d5a3a1437f7cb8778696e58e7c6a38676f0cb57f7db82384f2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pixelflut_client-983ae7fd1ae80dfc [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" "411c85aeb7c0b3d5a3a1437f7cb8778696e58e7c6a38676f0cb57f7db82384f2"` [INFO] running `"docker" "rm" "-f" "411c85aeb7c0b3d5a3a1437f7cb8778696e58e7c6a38676f0cb57f7db82384f2"` [INFO] [stdout] 411c85aeb7c0b3d5a3a1437f7cb8778696e58e7c6a38676f0cb57f7db82384f2