[INFO] cloning repository https://github.com/ElliotB256/imaging_diffusion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ElliotB256/imaging_diffusion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotB256%2Fimaging_diffusion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotB256%2Fimaging_diffusion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf88fe274098f53258f51e98a648ca5dfd1aeed5 [INFO] testing ElliotB256/imaging_diffusion against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElliotB256%2Fimaging_diffusion" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ElliotB256/imaging_diffusion on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ElliotB256/imaging_diffusion [INFO] finished tweaking git repo https://github.com/ElliotB256/imaging_diffusion [INFO] tweaked toml for git repo https://github.com/ElliotB256/imaging_diffusion written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/ElliotB256/imaging_diffusion already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efdfad6f21534e30693dc71702b0fb1c17a0d4e0fd9caafa05bdf3b6d4bcd9a2 [INFO] running `Command { std: "docker" "start" "-a" "efdfad6f21534e30693dc71702b0fb1c17a0d4e0fd9caafa05bdf3b6d4bcd9a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efdfad6f21534e30693dc71702b0fb1c17a0d4e0fd9caafa05bdf3b6d4bcd9a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efdfad6f21534e30693dc71702b0fb1c17a0d4e0fd9caafa05bdf3b6d4bcd9a2", kill_on_drop: false }` [INFO] [stdout] efdfad6f21534e30693dc71702b0fb1c17a0d4e0fd9caafa05bdf3b6d4bcd9a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c986d1b78c65d2d293ed20a01f78932e43d8bc9123d80d88ee59c5473e456151 [INFO] running `Command { std: "docker" "start" "-a" "c986d1b78c65d2d293ed20a01f78932e43d8bc9123d80d88ee59c5473e456151", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling crossbeam-queue v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling hdf5-types v0.8.1 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling ascii v1.0.0 [INFO] [stderr] Compiling hdf5 v0.8.1 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling wide v0.7.3 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling tynm v0.1.6 [INFO] [stderr] Compiling rand_distr v0.4.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling hibitset v0.6.3 [INFO] [stderr] Compiling shred v0.12.0 [INFO] [stderr] Compiling hdf5-sys v0.8.1 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling hdf5-derive v0.8.1 [INFO] [stderr] Compiling atomecs-derive v0.1.0 [INFO] [stderr] Compiling specs v0.17.0 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling simba v0.6.0 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling nalgebra v0.29.0 [INFO] [stderr] Compiling atomecs v0.6.0 [INFO] [stderr] Compiling imaging_diffusion v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 34s [INFO] running `Command { std: "docker" "inspect" "c986d1b78c65d2d293ed20a01f78932e43d8bc9123d80d88ee59c5473e456151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c986d1b78c65d2d293ed20a01f78932e43d8bc9123d80d88ee59c5473e456151", kill_on_drop: false }` [INFO] [stdout] c986d1b78c65d2d293ed20a01f78932e43d8bc9123d80d88ee59c5473e456151 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e68b148d3f8939b996a4f0656b3880c0ac454a903f1a8d27e475c82f14aa167 [INFO] running `Command { std: "docker" "start" "-a" "9e68b148d3f8939b996a4f0656b3880c0ac454a903f1a8d27e475c82f14aa167", kill_on_drop: false }` [INFO] [stderr] Compiling imaging_diffusion v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "9e68b148d3f8939b996a4f0656b3880c0ac454a903f1a8d27e475c82f14aa167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e68b148d3f8939b996a4f0656b3880c0ac454a903f1a8d27e475c82f14aa167", kill_on_drop: false }` [INFO] [stdout] 9e68b148d3f8939b996a4f0656b3880c0ac454a903f1a8d27e475c82f14aa167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f46261d95db807c627a2723aa2a1772fd56a2e457e8d8501a891cbfa1b6f61c6 [INFO] running `Command { std: "docker" "start" "-a" "f46261d95db807c627a2723aa2a1772fd56a2e457e8d8501a891cbfa1b6f61c6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.99s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/imaging_diffusion-1afc4af1da1c8c0b) [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 (/opt/rustwide/target/debug/deps/imaging_diffusion-5f49522772366c7d) [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] Doc-tests imaging_diffusion [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" "f46261d95db807c627a2723aa2a1772fd56a2e457e8d8501a891cbfa1b6f61c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f46261d95db807c627a2723aa2a1772fd56a2e457e8d8501a891cbfa1b6f61c6", kill_on_drop: false }` [INFO] [stdout] f46261d95db807c627a2723aa2a1772fd56a2e457e8d8501a891cbfa1b6f61c6