[INFO] updating cached repository u32i64/b0x [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/u32i64/b0x [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/u32i64/b0x" "work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/u32i64/b0x" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/u32i64/b0x"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/u32i64/b0x'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de7fbfeb015602ab09e973202ef52cb74124d894 [INFO] sha for GitHub repo u32i64/b0x: de7fbfeb015602ab09e973202ef52cb74124d894 [INFO] validating manifest of u32i64/b0x on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of u32i64/b0x on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing u32i64/b0x [INFO] finished frobbing u32i64/b0x [INFO] frobbed toml for u32i64/b0x written to work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x/Cargo.toml [INFO] started frobbing u32i64/b0x [INFO] finished frobbing u32i64/b0x [INFO] frobbed toml for u32i64/b0x written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/u32i64/b0x/Cargo.toml [INFO] crate u32i64/b0x already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing u32i64/b0x against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c82d6e82d104285430a4a791f88715c048c61c1ef00cde6d78548c07d7a51e0b [INFO] running `"docker" "start" "-a" "c82d6e82d104285430a4a791f88715c048c61c1ef00cde6d78548c07d7a51e0b"` [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 clap v2.33.0 [INFO] [stderr] Compiling primal-sieve v0.2.9 [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/crater/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 27.61s [INFO] running `"docker" "inspect" "c82d6e82d104285430a4a791f88715c048c61c1ef00cde6d78548c07d7a51e0b"` [INFO] running `"docker" "rm" "-f" "c82d6e82d104285430a4a791f88715c048c61c1ef00cde6d78548c07d7a51e0b"` [INFO] [stdout] c82d6e82d104285430a4a791f88715c048c61c1ef00cde6d78548c07d7a51e0b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f55efb81a71b8171b30e21d7f4ad53eeb83c7de18c841aa453b0e496095a9b84 [INFO] running `"docker" "start" "-a" "f55efb81a71b8171b30e21d7f4ad53eeb83c7de18c841aa453b0e496095a9b84"` [INFO] [stderr] Compiling b0x v1.0.0 (/opt/crater/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 1.39s [INFO] running `"docker" "inspect" "f55efb81a71b8171b30e21d7f4ad53eeb83c7de18c841aa453b0e496095a9b84"` [INFO] running `"docker" "rm" "-f" "f55efb81a71b8171b30e21d7f4ad53eeb83c7de18c841aa453b0e496095a9b84"` [INFO] [stdout] f55efb81a71b8171b30e21d7f4ad53eeb83c7de18c841aa453b0e496095a9b84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/u32i64/b0x:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 570abc30eed380e89cb7735bcb83b755ceea27bc37df8602cd0e8f8f03a468a8 [INFO] running `"docker" "start" "-a" "570abc30eed380e89cb7735bcb83b755ceea27bc37df8602cd0e8f8f03a468a8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/b0x-1e46a05e5f3958dd [INFO] [stderr] Running /opt/crater/target/debug/deps/b0x-aca4359988de8fab [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] [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" "570abc30eed380e89cb7735bcb83b755ceea27bc37df8602cd0e8f8f03a468a8"` [INFO] running `"docker" "rm" "-f" "570abc30eed380e89cb7735bcb83b755ceea27bc37df8602cd0e8f8f03a468a8"` [INFO] [stdout] 570abc30eed380e89cb7735bcb83b755ceea27bc37df8602cd0e8f8f03a468a8