[INFO] updating cached repository https://github.com/cpearce/riptree [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] 3be51b279633da0d85728c683fc634399a4fb6b2 [INFO] testing cpearce/riptree against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpearce%2Friptree" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 69% (25/36) Checking out files: 72% (26/36) Checking out files: 75% (27/36) Checking out files: 77% (28/36) Checking out files: 80% (29/36) Checking out files: 83% (30/36) Checking out files: 86% (31/36) Checking out files: 88% (32/36) Checking out files: 91% (33/36) Checking out files: 94% (34/36) Checking out files: 97% (35/36) Checking out files: 100% (36/36) Checking out files: 100% (36/36), done. [INFO] validating manifest of git repo https://github.com/cpearce/riptree 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/cpearce/riptree [INFO] finished tweaking git repo https://github.com/cpearce/riptree [INFO] tweaked toml for git repo https://github.com/cpearce/riptree written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/cpearce/riptree 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 7e5d1b03340401455b742eb753cd932dba29da6f8cd915234b166e2975f6b1a0 [INFO] running `"docker" "start" "-a" "7e5d1b03340401455b742eb753cd932dba29da6f8cd915234b166e2975f6b1a0"` [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling coco v0.1.1 [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 riptree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:39:45 [INFO] [stderr] | [INFO] [stderr] 39 | ) -> Result<(HashMap, 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:145:54 [INFO] [stderr] | [INFO] [stderr] 145 | fn mine_rip_tree(args: &Arguments) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.54s [INFO] running `"docker" "inspect" "7e5d1b03340401455b742eb753cd932dba29da6f8cd915234b166e2975f6b1a0"` [INFO] running `"docker" "rm" "-f" "7e5d1b03340401455b742eb753cd932dba29da6f8cd915234b166e2975f6b1a0"` [INFO] [stdout] 7e5d1b03340401455b742eb753cd932dba29da6f8cd915234b166e2975f6b1a0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] bb829335f36e6d8d4e79b4e29740aa98c0a25cb673c00b0212c361d8f8504e41 [INFO] running `"docker" "start" "-a" "bb829335f36e6d8d4e79b4e29740aa98c0a25cb673c00b0212c361d8f8504e41"` [INFO] [stderr] Compiling riptree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:39:45 [INFO] [stderr] | [INFO] [stderr] 39 | ) -> Result<(HashMap, 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:145:54 [INFO] [stderr] | [INFO] [stderr] 145 | fn mine_rip_tree(args: &Arguments) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 8 parameters but 4 parameters were supplied [INFO] [stderr] --> src/generate_rules.rs:332:21 [INFO] [stderr] | [INFO] [stderr] 163 | / pub fn generate_rules( [INFO] [stderr] 164 | | itemsets: &Vec, [INFO] [stderr] 165 | | dataset_size: u32, [INFO] [stderr] 166 | | min_confidence: f64, [INFO] [stderr] ... | [INFO] [stderr] 259 | | family_wise_filtered_rules [INFO] [stderr] 260 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] ... [INFO] [stderr] 332 | let rules = super::generate_rules(&itemsets, transactions.len() as u32, 0.05, 1.0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 8 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `riptree`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bb829335f36e6d8d4e79b4e29740aa98c0a25cb673c00b0212c361d8f8504e41"` [INFO] running `"docker" "rm" "-f" "bb829335f36e6d8d4e79b4e29740aa98c0a25cb673c00b0212c361d8f8504e41"` [INFO] [stdout] bb829335f36e6d8d4e79b4e29740aa98c0a25cb673c00b0212c361d8f8504e41