[INFO] cloning repository https://github.com/henninglive/gamma-correction-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/henninglive/gamma-correction-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenninglive%2Fgamma-correction-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenninglive%2Fgamma-correction-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c84077afdaa5f09d02b03b5c72372186c56dcd9a [INFO] testing henninglive/gamma-correction-demo against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenninglive%2Fgamma-correction-demo" "/workspace/builds/worker-78/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-78/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/henninglive/gamma-correction-demo 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/henninglive/gamma-correction-demo [INFO] finished tweaking git repo https://github.com/henninglive/gamma-correction-demo [INFO] tweaked toml for git repo https://github.com/henninglive/gamma-correction-demo written to /workspace/builds/worker-78/source/Cargo.toml [INFO] crate git repo https://github.com/henninglive/gamma-correction-demo 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-traits v0.1.35 [INFO] [stderr] Downloaded libc v0.2.15 [INFO] [stderr] Downloaded num v0.1.35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28f828119cf982220867df8fa254d6f7e648c2477b128db9afd1a069dc76693e [INFO] running `Command { std: "docker" "start" "-a" "28f828119cf982220867df8fa254d6f7e648c2477b128db9afd1a069dc76693e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28f828119cf982220867df8fa254d6f7e648c2477b128db9afd1a069dc76693e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28f828119cf982220867df8fa254d6f7e648c2477b128db9afd1a069dc76693e", kill_on_drop: false }` [INFO] [stdout] 28f828119cf982220867df8fa254d6f7e648c2477b128db9afd1a069dc76693e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9857983542e19aa174b424aee0488edeb2d84538334744d554855789890d4154 [INFO] running `Command { std: "docker" "start" "-a" "9857983542e19aa174b424aee0488edeb2d84538334744d554855789890d4154", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.1.35 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling libc v0.2.15 [INFO] [stderr] Compiling lazy_static v0.2.1 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling num v0.1.35 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling gamma-correction-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.72s [INFO] running `Command { std: "docker" "inspect" "9857983542e19aa174b424aee0488edeb2d84538334744d554855789890d4154", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9857983542e19aa174b424aee0488edeb2d84538334744d554855789890d4154", kill_on_drop: false }` [INFO] [stdout] 9857983542e19aa174b424aee0488edeb2d84538334744d554855789890d4154 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74d02062ba384c8fed96a505219b8d7829cac7e2a1b0c4cf4bfa0feeee263d62 [INFO] running `Command { std: "docker" "start" "-a" "74d02062ba384c8fed96a505219b8d7829cac7e2a1b0c4cf4bfa0feeee263d62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gamma-correction-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4m 27s [INFO] running `Command { std: "docker" "inspect" "74d02062ba384c8fed96a505219b8d7829cac7e2a1b0c4cf4bfa0feeee263d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74d02062ba384c8fed96a505219b8d7829cac7e2a1b0c4cf4bfa0feeee263d62", kill_on_drop: false }` [INFO] [stdout] 74d02062ba384c8fed96a505219b8d7829cac7e2a1b0c4cf4bfa0feeee263d62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1c7206765b725d3f9dd0a15058065e3ad505a49c23857dbfa61e5886b079fd6 [INFO] running `Command { std: "docker" "start" "-a" "c1c7206765b725d3f9dd0a15058065e3ad505a49c23857dbfa61e5886b079fd6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.74s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gamma_correction_demo-8a7ff5ab6a4749e3) [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" "c1c7206765b725d3f9dd0a15058065e3ad505a49c23857dbfa61e5886b079fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c7206765b725d3f9dd0a15058065e3ad505a49c23857dbfa61e5886b079fd6", kill_on_drop: false }` [INFO] [stdout] c1c7206765b725d3f9dd0a15058065e3ad505a49c23857dbfa61e5886b079fd6