[INFO] updating cached repository https://github.com/u32i64/b0x [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] 4410bbe7a9e32e6812c325f18a83622929aa4467 [INFO] testing u32i64/b0x against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fu32i64%2Fb0x" "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/u32i64/b0x 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/u32i64/b0x [INFO] finished tweaking git repo https://github.com/u32i64/b0x [INFO] tweaked toml for git repo https://github.com/u32i64/b0x written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/u32i64/b0x 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-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] 461b7dbb4bbf38cf17008165a871776326f9f242223d563d88a0ed569daf0243 [INFO] running `"docker" "start" "-a" "461b7dbb4bbf38cf17008165a871776326f9f242223d563d88a0ed569daf0243"` [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling english-numbers v0.3.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling term_size v1.0.0-beta1 [INFO] [stderr] Compiling primal-sieve v0.2.9 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling primal-check v0.2.3 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling primal v0.2.3 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling b0x v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/passes.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct Pass<'a, T>(&'a str, &'a Fn(&T) -> Vec<(&'a str, Info)>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> Vec<(&'a str, Info)>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.82s [INFO] running `"docker" "inspect" "461b7dbb4bbf38cf17008165a871776326f9f242223d563d88a0ed569daf0243"` [INFO] running `"docker" "rm" "-f" "461b7dbb4bbf38cf17008165a871776326f9f242223d563d88a0ed569daf0243"` [INFO] [stdout] 461b7dbb4bbf38cf17008165a871776326f9f242223d563d88a0ed569daf0243 [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] 1d89221754543a82c664e00bd55ac184ea9fa184b30a2a019227e221370f5f78 [INFO] running `"docker" "start" "-a" "1d89221754543a82c664e00bd55ac184ea9fa184b30a2a019227e221370f5f78"` [INFO] [stderr] Compiling b0x v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/passes.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct Pass<'a, T>(&'a str, &'a Fn(&T) -> Vec<(&'a str, Info)>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> Vec<(&'a str, Info)>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "1d89221754543a82c664e00bd55ac184ea9fa184b30a2a019227e221370f5f78"` [INFO] running `"docker" "rm" "-f" "1d89221754543a82c664e00bd55ac184ea9fa184b30a2a019227e221370f5f78"` [INFO] [stdout] 1d89221754543a82c664e00bd55ac184ea9fa184b30a2a019227e221370f5f78 [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] 04ffebbca703137edb41d082196e3c6ccb4c7db9185dbeb30461981a07ded12c [INFO] running `"docker" "start" "-a" "04ffebbca703137edb41d082196e3c6ccb4c7db9185dbeb30461981a07ded12c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/b0x-94c07022778eeeb2 [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] [stderr] Running /opt/rustwide/target/debug/deps/b0x-976d99c5c4171598 [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] [stderr] Doc-tests b0x [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" "04ffebbca703137edb41d082196e3c6ccb4c7db9185dbeb30461981a07ded12c"` [INFO] running `"docker" "rm" "-f" "04ffebbca703137edb41d082196e3c6ccb4c7db9185dbeb30461981a07ded12c"` [INFO] [stdout] 04ffebbca703137edb41d082196e3c6ccb4c7db9185dbeb30461981a07ded12c