[INFO] cloning repository cpearce/arm-rs [INFO] running `"git" "clone" "--bare" "git://github.com/cpearce/arm-rs.git" "work/cache/sources/gh/cpearce/arm-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/cpearce/arm-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/cpearce/arm-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cpearce/arm-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cpearce/arm-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cpearce/arm-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 14c2e00a8d6ab6f081714af58d773f04f6321a4b [INFO] sha for GitHub repo cpearce/arm-rs: 14c2e00a8d6ab6f081714af58d773f04f6321a4b [INFO] validating manifest of cpearce/arm-rs on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cpearce/arm-rs on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cpearce/arm-rs [INFO] finished frobbing cpearce/arm-rs [INFO] frobbed toml for cpearce/arm-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs/Cargo.toml [INFO] started frobbing cpearce/arm-rs [INFO] finished frobbing cpearce/arm-rs [INFO] frobbed toml for cpearce/arm-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cpearce/arm-rs/Cargo.toml [INFO] crate cpearce/arm-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cpearce/arm-rs against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 7f55d205b54ae3f889f4d231c768645cf0c5e5c9d3982dca7ff185a003c646e9 [INFO] running `"docker" "start" "-a" "7f55d205b54ae3f889f4d231c768645cf0c5e5c9d3982dca7ff185a003c646e9"` [INFO] [stderr] Compiling itertools v0.6.1 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling arm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:45:90 [INFO] [stderr] | [INFO] [stderr] 45 | fn count_item_frequencies(reader: TransactionReader) -> Result<(ItemCounter, usize), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/main.rs:61:55 [INFO] [stderr] | [INFO] [stderr] 61 | fn mine_fp_growth(args: &Arguments) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:185:21 [INFO] [stderr] | [INFO] [stderr] 185 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.12s [INFO] running `"docker" "inspect" "7f55d205b54ae3f889f4d231c768645cf0c5e5c9d3982dca7ff185a003c646e9"` [INFO] running `"docker" "rm" "-f" "7f55d205b54ae3f889f4d231c768645cf0c5e5c9d3982dca7ff185a003c646e9"` [INFO] [stdout] 7f55d205b54ae3f889f4d231c768645cf0c5e5c9d3982dca7ff185a003c646e9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bdfafc82604724b338c92534ab5522bbde9d2923a13a8e60a1b1143a8275a8fa [INFO] running `"docker" "start" "-a" "bdfafc82604724b338c92534ab5522bbde9d2923a13a8e60a1b1143a8275a8fa"` [INFO] [stderr] Compiling arm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:45:90 [INFO] [stderr] | [INFO] [stderr] 45 | fn count_item_frequencies(reader: TransactionReader) -> Result<(ItemCounter, usize), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/main.rs:61:55 [INFO] [stderr] | [INFO] [stderr] 61 | fn mine_fp_growth(args: &Arguments) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:185:21 [INFO] [stderr] | [INFO] [stderr] 185 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.16s [INFO] running `"docker" "inspect" "bdfafc82604724b338c92534ab5522bbde9d2923a13a8e60a1b1143a8275a8fa"` [INFO] running `"docker" "rm" "-f" "bdfafc82604724b338c92534ab5522bbde9d2923a13a8e60a1b1143a8275a8fa"` [INFO] [stdout] bdfafc82604724b338c92534ab5522bbde9d2923a13a8e60a1b1143a8275a8fa [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cpearce/arm-rs:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a94185d35577e11845a3f0d0e38e1235073ef7081ab816b6f8d52553d55674f5 [INFO] running `"docker" "start" "-a" "a94185d35577e11845a3f0d0e38e1235073ef7081ab816b6f8d52553d55674f5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/arm-d6810bd49cce407d [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test index::tests::test_index ... ok [INFO] [stdout] test transaction_reader::tests::test_dedupe_sorted ... ok [INFO] [stdout] test vec_sets::tests::test_split_out_item ... ok [INFO] [stdout] test vec_sets::tests::test_union ... ok [INFO] [stdout] test generate_rules::tests::test_kosarak ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a94185d35577e11845a3f0d0e38e1235073ef7081ab816b6f8d52553d55674f5"` [INFO] running `"docker" "rm" "-f" "a94185d35577e11845a3f0d0e38e1235073ef7081ab816b6f8d52553d55674f5"` [INFO] [stdout] a94185d35577e11845a3f0d0e38e1235073ef7081ab816b6f8d52553d55674f5