[INFO] cloning repository https://github.com/Junxix/raytracer-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Junxix/raytracer-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunxix%2Fraytracer-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunxix%2Fraytracer-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 851085d55edb04c286f67524cf9398fcaed91e54 [INFO] testing Junxix/raytracer-2021 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%2FJunxix%2Fraytracer-2021" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Junxix/raytracer-2021 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] removed /workspace/builds/worker-5/source/rust-toolchain [INFO] started tweaking git repo https://github.com/Junxix/raytracer-2021 [INFO] finished tweaking git repo https://github.com/Junxix/raytracer-2021 [INFO] tweaked toml for git repo https://github.com/Junxix/raytracer-2021 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Junxix/raytracer-2021 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2022-04-10" "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] 0dd3ce88f051118a5c7a50964ad121ebe86cd61c636014ad20b4d9d81db94ab2 [INFO] running `Command { std: "docker" "start" "-a" "0dd3ce88f051118a5c7a50964ad121ebe86cd61c636014ad20b4d9d81db94ab2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dd3ce88f051118a5c7a50964ad121ebe86cd61c636014ad20b4d9d81db94ab2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd3ce88f051118a5c7a50964ad121ebe86cd61c636014ad20b4d9d81db94ab2", kill_on_drop: false }` [INFO] [stdout] 0dd3ce88f051118a5c7a50964ad121ebe86cd61c636014ad20b4d9d81db94ab2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2022-04-10" "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] bca0c9acaad7616410e83dc0a5b1860180e7c1cbdf020ec1823c9105abceab8f [INFO] running `Command { std: "docker" "start" "-a" "bca0c9acaad7616410e83dc0a5b1860180e7c1cbdf020ec1823c9105abceab8f", kill_on_drop: false }` [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling stb_image v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling rulinalg v0.4.2 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling imageproc v0.21.0 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir/raytracer) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.98s [INFO] running `Command { std: "docker" "inspect" "bca0c9acaad7616410e83dc0a5b1860180e7c1cbdf020ec1823c9105abceab8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bca0c9acaad7616410e83dc0a5b1860180e7c1cbdf020ec1823c9105abceab8f", kill_on_drop: false }` [INFO] [stdout] bca0c9acaad7616410e83dc0a5b1860180e7c1cbdf020ec1823c9105abceab8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2022-04-10" "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] cbb5d251fecf630a39847f4ad24120c58d8f3ca701bc1da077f796e27ab2f978 [INFO] running `Command { std: "docker" "start" "-a" "cbb5d251fecf630a39847f4ad24120c58d8f3ca701bc1da077f796e27ab2f978", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir/raytracer) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.99s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/raytracer-471c55c77580d1ca) [INFO] running `Command { std: "docker" "inspect" "cbb5d251fecf630a39847f4ad24120c58d8f3ca701bc1da077f796e27ab2f978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbb5d251fecf630a39847f4ad24120c58d8f3ca701bc1da077f796e27ab2f978", kill_on_drop: false }` [INFO] [stdout] cbb5d251fecf630a39847f4ad24120c58d8f3ca701bc1da077f796e27ab2f978 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2538d6812e4eb0f2c21a1cdb669b3f2a6e52c47730ce259d865ccdafff1a2f26 [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" "2538d6812e4eb0f2c21a1cdb669b3f2a6e52c47730ce259d865ccdafff1a2f26", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/raytracer-471c55c77580d1ca) [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" "2538d6812e4eb0f2c21a1cdb669b3f2a6e52c47730ce259d865ccdafff1a2f26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2538d6812e4eb0f2c21a1cdb669b3f2a6e52c47730ce259d865ccdafff1a2f26", kill_on_drop: false }` [INFO] [stdout] 2538d6812e4eb0f2c21a1cdb669b3f2a6e52c47730ce259d865ccdafff1a2f26