[INFO] updating cached repository https://github.com/spacebox-org/spacebox [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] 91d9a2edf4d2ce491b6a6e8f061cb2ab167751b7 [INFO] testing spacebox-org/spacebox against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacebox-org%2Fspacebox" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spacebox-org/spacebox 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/spacebox-org/spacebox [INFO] finished tweaking git repo https://github.com/spacebox-org/spacebox [INFO] tweaked toml for git repo https://github.com/spacebox-org/spacebox written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/spacebox-org/spacebox 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 32cc6df33de7a6ea022cbc5aa5edfc551988f79df028ca44a52f3109883ad1d9 [INFO] running `"docker" "start" "-a" "32cc6df33de7a6ea022cbc5aa5edfc551988f79df028ca44a52f3109883ad1d9"` [INFO] [stderr] Compiling same-file v1.0.3 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling parking_lot_core v0.3.0 [INFO] [stderr] Compiling tokio-io v0.1.8 [INFO] [stderr] Compiling colored v1.6.1 [INFO] [stderr] Compiling serde_yaml v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling regex v1.0.4 [INFO] [stderr] Compiling sha3 v0.7.3 [INFO] [stderr] Compiling walkdir v2.2.5 [INFO] [stderr] Compiling fern v0.5.6 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling tokio-reactor v0.1.5 [INFO] [stderr] Compiling globset v0.4.1 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling notify v4.0.6 [INFO] [stderr] Compiling ignore v0.4.3 [INFO] [stderr] Compiling spacebox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `app_config` [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let app_config: config::ApplicationConfig = [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_app_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.30s [INFO] running `"docker" "inspect" "32cc6df33de7a6ea022cbc5aa5edfc551988f79df028ca44a52f3109883ad1d9"` [INFO] running `"docker" "rm" "-f" "32cc6df33de7a6ea022cbc5aa5edfc551988f79df028ca44a52f3109883ad1d9"` [INFO] [stdout] 32cc6df33de7a6ea022cbc5aa5edfc551988f79df028ca44a52f3109883ad1d9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 7c11c14301c79e96769a779185b7506ccb68176f67b1327a3a58795878252879 [INFO] running `"docker" "start" "-a" "7c11c14301c79e96769a779185b7506ccb68176f67b1327a3a58795878252879"` [INFO] [stderr] Compiling spacebox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `app_config` [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let app_config: config::ApplicationConfig = [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_app_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `"docker" "inspect" "7c11c14301c79e96769a779185b7506ccb68176f67b1327a3a58795878252879"` [INFO] running `"docker" "rm" "-f" "7c11c14301c79e96769a779185b7506ccb68176f67b1327a3a58795878252879"` [INFO] [stdout] 7c11c14301c79e96769a779185b7506ccb68176f67b1327a3a58795878252879 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] e9852cb30835016af277b4e875eb9b154b66cec1961b5e3a3f45a4257afb2eba [INFO] running `"docker" "start" "-a" "e9852cb30835016af277b4e875eb9b154b66cec1961b5e3a3f45a4257afb2eba"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/spacebox-6ffee758733deea3 [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" "e9852cb30835016af277b4e875eb9b154b66cec1961b5e3a3f45a4257afb2eba"` [INFO] running `"docker" "rm" "-f" "e9852cb30835016af277b4e875eb9b154b66cec1961b5e3a3f45a4257afb2eba"` [INFO] [stdout] e9852cb30835016af277b4e875eb9b154b66cec1961b5e3a3f45a4257afb2eba