[INFO] cloning repository https://github.com/asukiaaa/rust_matrix_calc_practice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asukiaaa/rust_matrix_calc_practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasukiaaa%2Frust_matrix_calc_practice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasukiaaa%2Frust_matrix_calc_practice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6e066b57866a4116133267aa991e449d5d15bca [INFO] testing asukiaaa/rust_matrix_calc_practice against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasukiaaa%2Frust_matrix_calc_practice" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asukiaaa/rust_matrix_calc_practice on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asukiaaa/rust_matrix_calc_practice [INFO] finished tweaking git repo https://github.com/asukiaaa/rust_matrix_calc_practice [INFO] tweaked toml for git repo https://github.com/asukiaaa/rust_matrix_calc_practice written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/asukiaaa/rust_matrix_calc_practice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfeb99cd1a28090edb9236f341b7f3aebf7468ac54374519d87c19ef96b977d7 [INFO] running `Command { std: "docker" "start" "-a" "dfeb99cd1a28090edb9236f341b7f3aebf7468ac54374519d87c19ef96b977d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfeb99cd1a28090edb9236f341b7f3aebf7468ac54374519d87c19ef96b977d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfeb99cd1a28090edb9236f341b7f3aebf7468ac54374519d87c19ef96b977d7", kill_on_drop: false }` [INFO] [stdout] dfeb99cd1a28090edb9236f341b7f3aebf7468ac54374519d87c19ef96b977d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 482aa77341804028f34990bd9574f523d16f5d00a7fff547d06ebbb44d43213c [INFO] running `Command { std: "docker" "start" "-a" "482aa77341804028f34990bd9574f523d16f5d00a7fff547d06ebbb44d43213c", kill_on_drop: false }` [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling ndarray v0.10.13 [INFO] [stderr] Compiling itertools v0.7.4 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling rust_matrix_calc_practice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.68s [INFO] running `Command { std: "docker" "inspect" "482aa77341804028f34990bd9574f523d16f5d00a7fff547d06ebbb44d43213c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "482aa77341804028f34990bd9574f523d16f5d00a7fff547d06ebbb44d43213c", kill_on_drop: false }` [INFO] [stdout] 482aa77341804028f34990bd9574f523d16f5d00a7fff547d06ebbb44d43213c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 948ab5562bb15da10a414144de915743e896c8d6fe6b053b2e720eea4066ec31 [INFO] running `Command { std: "docker" "start" "-a" "948ab5562bb15da10a414144de915743e896c8d6fe6b053b2e720eea4066ec31", 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust_matrix_calc_practice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.96s [INFO] running `Command { std: "docker" "inspect" "948ab5562bb15da10a414144de915743e896c8d6fe6b053b2e720eea4066ec31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948ab5562bb15da10a414144de915743e896c8d6fe6b053b2e720eea4066ec31", kill_on_drop: false }` [INFO] [stdout] 948ab5562bb15da10a414144de915743e896c8d6fe6b053b2e720eea4066ec31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 714db4dbbfeb4074e3d72944fa36322328c69ecda83ef047ac7b58f04df1d58a [INFO] running `Command { std: "docker" "start" "-a" "714db4dbbfeb4074e3d72944fa36322328c69ecda83ef047ac7b58f04df1d58a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_matrix_calc_practice-84164b346db09e96) [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" "714db4dbbfeb4074e3d72944fa36322328c69ecda83ef047ac7b58f04df1d58a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "714db4dbbfeb4074e3d72944fa36322328c69ecda83ef047ac7b58f04df1d58a", kill_on_drop: false }` [INFO] [stdout] 714db4dbbfeb4074e3d72944fa36322328c69ecda83ef047ac7b58f04df1d58a