[INFO] updating cached repository https://github.com/AcidVenom/firefly-reflection [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] a2aa8628ec6794ae1fb12df16fcb66d129e5ed61 [INFO] testing AcidVenom/firefly-reflection against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAcidVenom%2Ffirefly-reflection" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AcidVenom/firefly-reflection on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AcidVenom/firefly-reflection [INFO] finished tweaking git repo https://github.com/AcidVenom/firefly-reflection [INFO] tweaked toml for git repo https://github.com/AcidVenom/firefly-reflection written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/AcidVenom/firefly-reflection already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 20438f2337acb7884d3e4fa0e985ead1d7ca6840712851d2742c5ceec69f694b [INFO] running `"docker" "start" "-a" "20438f2337acb7884d3e4fa0e985ead1d7ca6840712851d2742c5ceec69f694b"` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling slice-deque v0.2.4 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling minimp3 v0.3.3 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.21.2 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.1 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling rodio v0.9.0 [INFO] [stderr] Compiling nalgebra-glm v0.4.0 [INFO] [stderr] Compiling firefly-reflection v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snuff/core/game_state.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | states: HashMap>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [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/snuff/core/game_state.rs:26:63 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn add_state<'a>(&mut self, name: &'a str, state: Box) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snuff/core/game_state.rs:55:56 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn get_current_state(&mut self) -> Option<&mut GameState> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.22s [INFO] running `"docker" "inspect" "20438f2337acb7884d3e4fa0e985ead1d7ca6840712851d2742c5ceec69f694b"` [INFO] running `"docker" "rm" "-f" "20438f2337acb7884d3e4fa0e985ead1d7ca6840712851d2742c5ceec69f694b"` [INFO] [stdout] 20438f2337acb7884d3e4fa0e985ead1d7ca6840712851d2742c5ceec69f694b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 894cb89705fdff53ed917f24f440bc0f08f03bdbc46311c5c5767e7b91680a10 [INFO] running `"docker" "start" "-a" "894cb89705fdff53ed917f24f440bc0f08f03bdbc46311c5c5767e7b91680a10"` [INFO] [stderr] Compiling firefly-reflection v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snuff/core/game_state.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | states: HashMap>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [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/snuff/core/game_state.rs:26:63 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn add_state<'a>(&mut self, name: &'a str, state: Box) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snuff/core/game_state.rs:55:56 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn get_current_state(&mut self) -> Option<&mut GameState> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GameState` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.95s [INFO] running `"docker" "inspect" "894cb89705fdff53ed917f24f440bc0f08f03bdbc46311c5c5767e7b91680a10"` [INFO] running `"docker" "rm" "-f" "894cb89705fdff53ed917f24f440bc0f08f03bdbc46311c5c5767e7b91680a10"` [INFO] [stdout] 894cb89705fdff53ed917f24f440bc0f08f03bdbc46311c5c5767e7b91680a10 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] f22f12ebf7c38f10bbe71761ddbc3c1ff6b3728215ab52409785949515577f45 [INFO] running `"docker" "start" "-a" "f22f12ebf7c38f10bbe71761ddbc3c1ff6b3728215ab52409785949515577f45"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/firefly_reflection-a944cf2c3a66e4b4 [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" "f22f12ebf7c38f10bbe71761ddbc3c1ff6b3728215ab52409785949515577f45"` [INFO] running `"docker" "rm" "-f" "f22f12ebf7c38f10bbe71761ddbc3c1ff6b3728215ab52409785949515577f45"` [INFO] [stdout] f22f12ebf7c38f10bbe71761ddbc3c1ff6b3728215ab52409785949515577f45