[INFO] updating cached repository https://github.com/lislis/get-balsamic-vinegar [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] 9f38e638ebd62b90c301c991f6f952a2a0ec7937 [INFO] testing lislis/get-balsamic-vinegar against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flislis%2Fget-balsamic-vinegar" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lislis/get-balsamic-vinegar 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/lislis/get-balsamic-vinegar [INFO] finished tweaking git repo https://github.com/lislis/get-balsamic-vinegar [INFO] tweaked toml for git repo https://github.com/lislis/get-balsamic-vinegar written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/lislis/get-balsamic-vinegar 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 00f4f8de2c870904133f9d3238d874331f842c106c7630d34acdae670b1edd1d [INFO] running `"docker" "start" "-a" "00f4f8de2c870904133f9d3238d874331f842c106c7630d34acdae670b1edd1d"` [INFO] [stderr] Compiling serde v0.9.14 [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling deflate v0.7.6 [INFO] [stderr] Compiling gif v0.9.1 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling pistoncore-input v0.17.1 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling gfx_core v0.6.1 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling gl v0.6.1 [INFO] [stderr] Compiling arrayvec v0.3.22 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.2.1 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling rayon v0.7.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling pistoncore-window v0.26.2 [INFO] [stderr] Compiling piston-ai_behavior v0.19.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.31.4 [INFO] [stderr] Compiling piston2d-sprite v0.35.0 [INFO] [stderr] Compiling piston v0.31.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.12 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling gfx v0.14.1 [INFO] [stderr] Compiling gfx_device_gl v0.13.1 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling pistoncore-glutin_window v0.35.1 [INFO] [stderr] Compiling piston-gfx_texture v0.22.1 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.38.0 [INFO] [stderr] Compiling piston_window v0.64.0 [INFO] [stderr] Compiling nordic2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/player.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn update(&mut self, dt: f64) { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.98s [INFO] running `"docker" "inspect" "00f4f8de2c870904133f9d3238d874331f842c106c7630d34acdae670b1edd1d"` [INFO] running `"docker" "rm" "-f" "00f4f8de2c870904133f9d3238d874331f842c106c7630d34acdae670b1edd1d"` [INFO] [stdout] 00f4f8de2c870904133f9d3238d874331f842c106c7630d34acdae670b1edd1d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 5be8894e96afba0cbc72c4d55c1f1a6a31b111e963ac557de256e5349435c525 [INFO] running `"docker" "start" "-a" "5be8894e96afba0cbc72c4d55c1f1a6a31b111e963ac557de256e5349435c525"` [INFO] [stderr] Compiling nordic2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `dt` [INFO] [stderr] --> src/player.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn update(&mut self, dt: f64) { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_dt` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "5be8894e96afba0cbc72c4d55c1f1a6a31b111e963ac557de256e5349435c525"` [INFO] running `"docker" "rm" "-f" "5be8894e96afba0cbc72c4d55c1f1a6a31b111e963ac557de256e5349435c525"` [INFO] [stdout] 5be8894e96afba0cbc72c4d55c1f1a6a31b111e963ac557de256e5349435c525 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 60dc0d5e8e04f45634987be4769b6c54cf8b7884459c0c9c1c74e798babdf814 [INFO] running `"docker" "start" "-a" "60dc0d5e8e04f45634987be4769b6c54cf8b7884459c0c9c1c74e798babdf814"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/get_balsamic_vinegar-ce1575f3dfb590c2 [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" "60dc0d5e8e04f45634987be4769b6c54cf8b7884459c0c9c1c74e798babdf814"` [INFO] running `"docker" "rm" "-f" "60dc0d5e8e04f45634987be4769b6c54cf8b7884459c0c9c1c74e798babdf814"` [INFO] [stdout] 60dc0d5e8e04f45634987be4769b6c54cf8b7884459c0c9c1c74e798babdf814