[INFO] cloning repository https://github.com/dop3ch3f/rust-kmeans [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dop3ch3f/rust-kmeans" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Frust-kmeans", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Frust-kmeans'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 275089a84cf2a66d7230ab2f9e97d11d61095bae [INFO] testing dop3ch3f/rust-kmeans against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Frust-kmeans" "/workspace/builds/worker-73/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-73/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dop3ch3f/rust-kmeans on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dop3ch3f/rust-kmeans [INFO] finished tweaking git repo https://github.com/dop3ch3f/rust-kmeans [INFO] tweaked toml for git repo https://github.com/dop3ch3f/rust-kmeans written to /workspace/builds/worker-73/source/Cargo.toml [INFO] crate git repo https://github.com/dop3ch3f/rust-kmeans already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4df3a1f2b4390581a03b95219862984f8659419859abaff8d11fdb531ae1e57 [INFO] running `Command { std: "docker" "start" "-a" "f4df3a1f2b4390581a03b95219862984f8659419859abaff8d11fdb531ae1e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4df3a1f2b4390581a03b95219862984f8659419859abaff8d11fdb531ae1e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4df3a1f2b4390581a03b95219862984f8659419859abaff8d11fdb531ae1e57", kill_on_drop: false }` [INFO] [stdout] f4df3a1f2b4390581a03b95219862984f8659419859abaff8d11fdb531ae1e57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42a8b5477fc5ca05612db21213de8d02044355d7a1d67b10b2a03a8a77597af1 [INFO] running `Command { std: "docker" "start" "-a" "42a8b5477fc5ca05612db21213de8d02044355d7a1d67b10b2a03a8a77597af1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling gnuplot v0.0.31 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rulinalg v0.3.7 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling structopt-derive v0.4.6 [INFO] [stderr] Compiling rusty-machine v0.5.4 [INFO] [stderr] Compiling structopt v0.3.13 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling cat-breeds-k-means v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "42a8b5477fc5ca05612db21213de8d02044355d7a1d67b10b2a03a8a77597af1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42a8b5477fc5ca05612db21213de8d02044355d7a1d67b10b2a03a8a77597af1", kill_on_drop: false }` [INFO] [stdout] 42a8b5477fc5ca05612db21213de8d02044355d7a1d67b10b2a03a8a77597af1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f1b2e8a9e1ecd1f9f81f0233246ceaf4d2ee5d98f3b7c1e1fcba101c2b2e8a6 [INFO] running `Command { std: "docker" "start" "-a" "0f1b2e8a9e1ecd1f9f81f0233246ceaf4d2ee5d98f3b7c1e1fcba101c2b2e8a6", kill_on_drop: false }` [INFO] [stderr] Compiling cat-breeds-k-means v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.54s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cat_breeds_k_means-d44ebf3a02e44532) [INFO] [stderr] Executable unittests src/bin/cluster.rs (/opt/rustwide/target/debug/deps/cluster-46978162928ca52f) [INFO] [stderr] Executable unittests src/bin/generate.rs (/opt/rustwide/target/debug/deps/generate-541d232f5dfb7021) [INFO] [stderr] Executable unittests src/bin/plot.rs (/opt/rustwide/target/debug/deps/plot-79488cbe902b64d4) [INFO] running `Command { std: "docker" "inspect" "0f1b2e8a9e1ecd1f9f81f0233246ceaf4d2ee5d98f3b7c1e1fcba101c2b2e8a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1b2e8a9e1ecd1f9f81f0233246ceaf4d2ee5d98f3b7c1e1fcba101c2b2e8a6", kill_on_drop: false }` [INFO] [stdout] 0f1b2e8a9e1ecd1f9f81f0233246ceaf4d2ee5d98f3b7c1e1fcba101c2b2e8a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 22e3ce6f75e7220bf886f8aa07c2d073f6b7a642e268ae980f0e93cb89bbbcaa [INFO] running `Command { std: "docker" "start" "-a" "22e3ce6f75e7220bf886f8aa07c2d073f6b7a642e268ae980f0e93cb89bbbcaa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.80s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cat_breeds_k_means-d44ebf3a02e44532) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/cluster.rs (/opt/rustwide/target/debug/deps/cluster-46978162928ca52f) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/generate.rs (/opt/rustwide/target/debug/deps/generate-541d232f5dfb7021) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/plot.rs (/opt/rustwide/target/debug/deps/plot-79488cbe902b64d4) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "22e3ce6f75e7220bf886f8aa07c2d073f6b7a642e268ae980f0e93cb89bbbcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22e3ce6f75e7220bf886f8aa07c2d073f6b7a642e268ae980f0e93cb89bbbcaa", kill_on_drop: false }` [INFO] [stdout] 22e3ce6f75e7220bf886f8aa07c2d073f6b7a642e268ae980f0e93cb89bbbcaa