[INFO] cloning repository https://github.com/geoffreycopin/chip8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geoffreycopin/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffreycopin%2Fchip8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffreycopin%2Fchip8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b873ea95101fd02a25461da205de3ba9d3ac79ec [INFO] checking geoffreycopin/chip8 against master#6526e5c772f2da07db745c94ca6bb0a591a39ba4 for pr-80920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeoffreycopin%2Fchip8" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 60% (329/547) Checking out files: 61% (334/547) Checking out files: 62% (340/547) Checking out files: 63% (345/547) Checking out files: 64% (351/547) Checking out files: 65% (356/547) Checking out files: 66% (362/547) Checking out files: 67% (367/547) Checking out files: 68% (372/547) Checking out files: 69% (378/547) Checking out files: 70% (383/547) Checking out files: 71% (389/547) Checking out files: 72% (394/547) Checking out files: 73% (400/547) Checking out files: 74% (405/547) Checking out files: 75% (411/547) Checking out files: 76% (416/547) Checking out files: 77% (422/547) Checking out files: 78% (427/547) Checking out files: 79% (433/547) Checking out files: 80% (438/547) Checking out files: 80% (439/547) Checking out files: 81% (444/547) Checking out files: 82% (449/547) Checking out files: 83% (455/547) Checking out files: 84% (460/547) Checking out files: 85% (465/547) Checking out files: 86% (471/547) Checking out files: 87% (476/547) Checking out files: 88% (482/547) Checking out files: 89% (487/547) Checking out files: 90% (493/547) Checking out files: 91% (498/547) Checking out files: 92% (504/547) Checking out files: 93% (509/547) Checking out files: 94% (515/547) Checking out files: 95% (520/547) Checking out files: 96% (526/547) Checking out files: 97% (531/547) Checking out files: 98% (537/547) Checking out files: 99% (542/547) Checking out files: 100% (547/547) Checking out files: 100% (547/547), done. [INFO] validating manifest of git repo https://github.com/geoffreycopin/chip8 on toolchain 6526e5c772f2da07db745c94ca6bb0a591a39ba4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6526e5c772f2da07db745c94ca6bb0a591a39ba4" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/geoffreycopin/chip8 [INFO] finished tweaking git repo https://github.com/geoffreycopin/chip8 [INFO] tweaked toml for git repo https://github.com/geoffreycopin/chip8 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/geoffreycopin/chip8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6526e5c772f2da07db745c94ca6bb0a591a39ba4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+6526e5c772f2da07db745c94ca6bb0a591a39ba4" "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] 697ace234c27a349deb3f39c5939ce5a3fafd4b589502efbd0d8aacab345ea27 [INFO] running `Command { std: "docker" "start" "-a" "697ace234c27a349deb3f39c5939ce5a3fafd4b589502efbd0d8aacab345ea27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "697ace234c27a349deb3f39c5939ce5a3fafd4b589502efbd0d8aacab345ea27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "697ace234c27a349deb3f39c5939ce5a3fafd4b589502efbd0d8aacab345ea27", kill_on_drop: false }` [INFO] [stdout] 697ace234c27a349deb3f39c5939ce5a3fafd4b589502efbd0d8aacab345ea27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+6526e5c772f2da07db745c94ca6bb0a591a39ba4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd62b2a468eb28754348b4cc24dd0fadec0cd3fdcc12e1926909f4f0872f9b10 [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" "dd62b2a468eb28754348b4cc24dd0fadec0cd3fdcc12e1926909f4f0872f9b10", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Checking rand_core v0.2.1 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking rand v0.5.3 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Checking chip8_emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.39s [INFO] running `Command { std: "docker" "inspect" "dd62b2a468eb28754348b4cc24dd0fadec0cd3fdcc12e1926909f4f0872f9b10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd62b2a468eb28754348b4cc24dd0fadec0cd3fdcc12e1926909f4f0872f9b10", kill_on_drop: false }` [INFO] [stdout] dd62b2a468eb28754348b4cc24dd0fadec0cd3fdcc12e1926909f4f0872f9b10