[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.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasukiaaa%2Frust_matrix_calc_practice" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asukiaaa/rust_matrix_calc_practice on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-8/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.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded matrixmultiply v0.1.14 [INFO] [stderr] Downloaded itertools v0.7.4 [INFO] [stderr] Downloaded num-complex v0.1.41 [INFO] [stderr] Downloaded ndarray v0.10.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] 751021e659427729a70eade737683ce931bfe81bb4aab1c5474d1a91c9c691eb [INFO] running `Command { std: "docker" "start" "-a" "751021e659427729a70eade737683ce931bfe81bb4aab1c5474d1a91c9c691eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "751021e659427729a70eade737683ce931bfe81bb4aab1c5474d1a91c9c691eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "751021e659427729a70eade737683ce931bfe81bb4aab1c5474d1a91c9c691eb", kill_on_drop: false }` [INFO] [stdout] 751021e659427729a70eade737683ce931bfe81bb4aab1c5474d1a91c9c691eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 304096eb9ee33bcca1db7fdbb4a7c907df31007b1c4b28267df421b04bfc67d5 [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" "304096eb9ee33bcca1db7fdbb4a7c907df31007b1c4b28267df421b04bfc67d5", kill_on_drop: false }` [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Compiling ndarray v0.10.13 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling num-traits v0.1.41 [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 10.00s [INFO] running `Command { std: "docker" "inspect" "304096eb9ee33bcca1db7fdbb4a7c907df31007b1c4b28267df421b04bfc67d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "304096eb9ee33bcca1db7fdbb4a7c907df31007b1c4b28267df421b04bfc67d5", kill_on_drop: false }` [INFO] [stdout] 304096eb9ee33bcca1db7fdbb4a7c907df31007b1c4b28267df421b04bfc67d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--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] 4bf320dfbdd3d823aea607af7f67337a89ff8e172736181d269a11b2d448c763 [INFO] running `Command { std: "docker" "start" "-a" "4bf320dfbdd3d823aea607af7f67337a89ff8e172736181d269a11b2d448c763", kill_on_drop: false }` [INFO] [stderr] Compiling rust_matrix_calc_practice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "4bf320dfbdd3d823aea607af7f67337a89ff8e172736181d269a11b2d448c763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bf320dfbdd3d823aea607af7f67337a89ff8e172736181d269a11b2d448c763", kill_on_drop: false }` [INFO] [stdout] 4bf320dfbdd3d823aea607af7f67337a89ff8e172736181d269a11b2d448c763 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 55a2416fe2d60816f57cd276d0d41adc7682191b758d7c93983d41f2cd2dafa2 [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" "55a2416fe2d60816f57cd276d0d41adc7682191b758d7c93983d41f2cd2dafa2", 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-fda4084e7636ba4a) [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" "55a2416fe2d60816f57cd276d0d41adc7682191b758d7c93983d41f2cd2dafa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55a2416fe2d60816f57cd276d0d41adc7682191b758d7c93983d41f2cd2dafa2", kill_on_drop: false }` [INFO] [stdout] 55a2416fe2d60816f57cd276d0d41adc7682191b758d7c93983d41f2cd2dafa2