[INFO] cloning repository https://github.com/keeslinp/decision_tree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keeslinp/decision_tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeeslinp%2Fdecision_tree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeeslinp%2Fdecision_tree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4b4d8633cf8d7560525c874ade61eb67b1e8e651 [INFO] testing keeslinp/decision_tree against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeeslinp%2Fdecision_tree" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/keeslinp/decision_tree on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/keeslinp/decision_tree [INFO] finished tweaking git repo https://github.com/keeslinp/decision_tree [INFO] tweaked toml for git repo https://github.com/keeslinp/decision_tree written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/keeslinp/decision_tree already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c568c5c1fa5266821079a379288c0a238fe501f6250c16820ad82e77c6d05e43 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c568c5c1fa5266821079a379288c0a238fe501f6250c16820ad82e77c6d05e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c568c5c1fa5266821079a379288c0a238fe501f6250c16820ad82e77c6d05e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c568c5c1fa5266821079a379288c0a238fe501f6250c16820ad82e77c6d05e43", kill_on_drop: false }` [INFO] [stdout] c568c5c1fa5266821079a379288c0a238fe501f6250c16820ad82e77c6d05e43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2680815f676423b0ccfd0d77abd7cb6c476024348c4392859d450dc1a4e779c9 [INFO] running `Command { std: "docker" "start" "-a" "2680815f676423b0ccfd0d77abd7cb6c476024348c4392859d450dc1a4e779c9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.49 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling decision_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `test_accuracy` [INFO] [stdout] --> src/decision.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let test_accuracy = self.test_set(training); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_accuracy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count_pruned_nodes` [INFO] [stdout] --> src/decision.rs:288:12 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn count_pruned_nodes(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.76s [INFO] running `Command { std: "docker" "inspect" "2680815f676423b0ccfd0d77abd7cb6c476024348c4392859d450dc1a4e779c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2680815f676423b0ccfd0d77abd7cb6c476024348c4392859d450dc1a4e779c9", kill_on_drop: false }` [INFO] [stdout] 2680815f676423b0ccfd0d77abd7cb6c476024348c4392859d450dc1a4e779c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05f1bfeff4d933fb119f549ff719418f9002a417fd125dafa2af612cde55faa8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "05f1bfeff4d933fb119f549ff719418f9002a417fd125dafa2af612cde55faa8", kill_on_drop: false }` [INFO] [stderr] Compiling decision_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `test_accuracy` [INFO] [stdout] --> src/decision.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let test_accuracy = self.test_set(training); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_accuracy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count_pruned_nodes` [INFO] [stdout] --> src/decision.rs:288:12 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn count_pruned_nodes(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `Command { std: "docker" "inspect" "05f1bfeff4d933fb119f549ff719418f9002a417fd125dafa2af612cde55faa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05f1bfeff4d933fb119f549ff719418f9002a417fd125dafa2af612cde55faa8", kill_on_drop: false }` [INFO] [stdout] 05f1bfeff4d933fb119f549ff719418f9002a417fd125dafa2af612cde55faa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c50367844b979d8fad87b9bd104a452f35882829b5101da8dd2c214cadf4306 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8c50367844b979d8fad87b9bd104a452f35882829b5101da8dd2c214cadf4306", kill_on_drop: false }` [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: if this is intentional, prefix it with an underscore: `_test_accuracy` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `count_pruned_nodes` [INFO] [stderr] --> src/decision.rs:288:12 [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/decision_tree-382ee3ee15eb6cb1 [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 `Command { std: "docker" "inspect" "8c50367844b979d8fad87b9bd104a452f35882829b5101da8dd2c214cadf4306", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c50367844b979d8fad87b9bd104a452f35882829b5101da8dd2c214cadf4306", kill_on_drop: false }` [INFO] [stdout] 8c50367844b979d8fad87b9bd104a452f35882829b5101da8dd2c214cadf4306