[INFO] updating cached repository https://github.com/andrewdavidmackenzie/mandelbrot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 156ccacdb66c2dfb48603bc1ba1b82e17ce07059 [INFO] testing andrewdavidmackenzie/mandelbrot against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewdavidmackenzie%2Fmandelbrot" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewdavidmackenzie/mandelbrot on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/andrewdavidmackenzie/mandelbrot [INFO] finished tweaking git repo https://github.com/andrewdavidmackenzie/mandelbrot [INFO] tweaked toml for git repo https://github.com/andrewdavidmackenzie/mandelbrot written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/andrewdavidmackenzie/mandelbrot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ae62bfb31c79581f6699107b98802a2d2f0278be55e1d98638fc4aeb02eff29 [INFO] running `"docker" "start" "-a" "8ae62bfb31c79581f6699107b98802a2d2f0278be55e1d98638fc4aeb02eff29"` [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling lzw v0.9.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling gif v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling dir-diff v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling rayon v0.9.0 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling png v0.4.3 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling image v0.6.1 [INFO] [stderr] Compiling mandlebrot v3.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.30s [INFO] running `"docker" "inspect" "8ae62bfb31c79581f6699107b98802a2d2f0278be55e1d98638fc4aeb02eff29"` [INFO] running `"docker" "rm" "-f" "8ae62bfb31c79581f6699107b98802a2d2f0278be55e1d98638fc4aeb02eff29"` [INFO] [stdout] 8ae62bfb31c79581f6699107b98802a2d2f0278be55e1d98638fc4aeb02eff29 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ed23f0f7c022f67029d34e74bfada1efd6d5e33a14490f3cea5f43a40329369 [INFO] running `"docker" "start" "-a" "9ed23f0f7c022f67029d34e74bfada1efd6d5e33a14490f3cea5f43a40329369"` [INFO] [stderr] Compiling mandlebrot v3.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.44s [INFO] running `"docker" "inspect" "9ed23f0f7c022f67029d34e74bfada1efd6d5e33a14490f3cea5f43a40329369"` [INFO] running `"docker" "rm" "-f" "9ed23f0f7c022f67029d34e74bfada1efd6d5e33a14490f3cea5f43a40329369"` [INFO] [stdout] 9ed23f0f7c022f67029d34e74bfada1efd6d5e33a14490f3cea5f43a40329369 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01670c6ef0f67e612665359655bcad070ba429f2d9cfb8695ea68371547d4c33 [INFO] running `"docker" "start" "-a" "01670c6ef0f67e612665359655bcad070ba429f2d9cfb8695ea68371547d4c33"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mandlebrot-7fcab5fee44c1444 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::compare_gold_masters ... ignored [INFO] [stdout] test tests::bench_escapes ... ok [INFO] [stdout] test tests::test_pixel_to_point ... ok [INFO] [stdout] test tests::test_parse_pair ... ok [INFO] [stdout] test tests::test_parse_complex ... ok [INFO] [stdout] test tests::bench_render_threaded_1000_by_1000 ... ok [INFO] [stdout] test tests::bench_render_100_by_100 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "01670c6ef0f67e612665359655bcad070ba429f2d9cfb8695ea68371547d4c33"` [INFO] running `"docker" "rm" "-f" "01670c6ef0f67e612665359655bcad070ba429f2d9cfb8695ea68371547d4c33"` [INFO] [stdout] 01670c6ef0f67e612665359655bcad070ba429f2d9cfb8695ea68371547d4c33