[INFO] updating cached repository keeslinp/decision_tree [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/keeslinp/decision_tree [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/keeslinp/decision_tree" "work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/keeslinp/decision_tree" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/keeslinp/decision_tree"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/keeslinp/decision_tree'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b4d8633cf8d7560525c874ade61eb67b1e8e651 [INFO] sha for GitHub repo keeslinp/decision_tree: 4b4d8633cf8d7560525c874ade61eb67b1e8e651 [INFO] validating manifest of keeslinp/decision_tree 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 keeslinp/decision_tree 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 keeslinp/decision_tree [INFO] finished frobbing keeslinp/decision_tree [INFO] frobbed toml for keeslinp/decision_tree written to work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree/Cargo.toml [INFO] started frobbing keeslinp/decision_tree [INFO] finished frobbing keeslinp/decision_tree [INFO] frobbed toml for keeslinp/decision_tree written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/keeslinp/decision_tree/Cargo.toml [INFO] crate keeslinp/decision_tree 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing keeslinp/decision_tree 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree:/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] 2897c66acc6de8853baa7985747d3ba3be121b49bc65ed5c8fb0f98bbd3fb70b [INFO] running `"docker" "start" "-a" "2897c66acc6de8853baa7985747d3ba3be121b49bc65ed5c8fb0f98bbd3fb70b"` [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling decision_tree v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `test_accuracy` [INFO] [stderr] --> src/decision.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | let test_accuracy = self.test_set(training); [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_test_accuracy` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `count_pruned_nodes` [INFO] [stderr] --> src/decision.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn count_pruned_nodes(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.87s [INFO] running `"docker" "inspect" "2897c66acc6de8853baa7985747d3ba3be121b49bc65ed5c8fb0f98bbd3fb70b"` [INFO] running `"docker" "rm" "-f" "2897c66acc6de8853baa7985747d3ba3be121b49bc65ed5c8fb0f98bbd3fb70b"` [INFO] [stdout] 2897c66acc6de8853baa7985747d3ba3be121b49bc65ed5c8fb0f98bbd3fb70b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree:/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] 6ef07a22219e4ab6f0596de018bf57ec69e9bcc9e244f0084bc3301438dd13c5 [INFO] running `"docker" "start" "-a" "6ef07a22219e4ab6f0596de018bf57ec69e9bcc9e244f0084bc3301438dd13c5"` [INFO] [stderr] Compiling decision_tree v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `test_accuracy` [INFO] [stderr] --> src/decision.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | let test_accuracy = self.test_set(training); [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_test_accuracy` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `count_pruned_nodes` [INFO] [stderr] --> src/decision.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn count_pruned_nodes(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s [INFO] running `"docker" "inspect" "6ef07a22219e4ab6f0596de018bf57ec69e9bcc9e244f0084bc3301438dd13c5"` [INFO] running `"docker" "rm" "-f" "6ef07a22219e4ab6f0596de018bf57ec69e9bcc9e244f0084bc3301438dd13c5"` [INFO] [stdout] 6ef07a22219e4ab6f0596de018bf57ec69e9bcc9e244f0084bc3301438dd13c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/keeslinp/decision_tree:/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] 2c08097a5810178152d502f052bd13be9a9f7eff65d1da77663197b5aacc0ed0 [INFO] running `"docker" "start" "-a" "2c08097a5810178152d502f052bd13be9a9f7eff65d1da77663197b5aacc0ed0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/decision_tree-a25e287017923b5f [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" "2c08097a5810178152d502f052bd13be9a9f7eff65d1da77663197b5aacc0ed0"` [INFO] running `"docker" "rm" "-f" "2c08097a5810178152d502f052bd13be9a9f7eff65d1da77663197b5aacc0ed0"` [INFO] [stdout] 2c08097a5810178152d502f052bd13be9a9f7eff65d1da77663197b5aacc0ed0