[INFO] cloning repository https://github.com/Abdirrahman/RustSnake-on-the-Web [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abdirrahman/RustSnake-on-the-Web" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdirrahman%2FRustSnake-on-the-Web", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdirrahman%2FRustSnake-on-the-Web'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4ae2ac1064b38305d35ada47b21e686dd68259b [INFO] checking Abdirrahman/RustSnake-on-the-Web against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbdirrahman%2FRustSnake-on-the-Web" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] [stderr] Updating files: 83% (1244/1494) Updating files: 84% (1255/1494) Updating files: 85% (1270/1494) Updating files: 86% (1285/1494) Updating files: 87% (1300/1494) Updating files: 88% (1315/1494) Updating files: 89% (1330/1494) Updating files: 90% (1345/1494) Updating files: 91% (1360/1494) Updating files: 92% (1375/1494) Updating files: 93% (1390/1494) Updating files: 94% (1405/1494) Updating files: 95% (1420/1494) Updating files: 96% (1435/1494) Updating files: 97% (1450/1494) Updating files: 98% (1465/1494) Updating files: 99% (1480/1494) Updating files: 100% (1494/1494) Updating files: 100% (1494/1494), done. [INFO] validating manifest of git repo https://github.com/Abdirrahman/RustSnake-on-the-Web on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Abdirrahman/RustSnake-on-the-Web [INFO] finished tweaking git repo https://github.com/Abdirrahman/RustSnake-on-the-Web [INFO] tweaked toml for git repo https://github.com/Abdirrahman/RustSnake-on-the-Web written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Abdirrahman/RustSnake-on-the-Web already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37e0f01a5707693506e465a3fe2cbed237f15105108fffe1dfd6ce745890bdee [INFO] running `Command { std: "docker" "start" "-a" "37e0f01a5707693506e465a3fe2cbed237f15105108fffe1dfd6ce745890bdee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37e0f01a5707693506e465a3fe2cbed237f15105108fffe1dfd6ce745890bdee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37e0f01a5707693506e465a3fe2cbed237f15105108fffe1dfd6ce745890bdee", kill_on_drop: false }` [INFO] [stdout] 37e0f01a5707693506e465a3fe2cbed237f15105108fffe1dfd6ce745890bdee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec528464cf46b3e830efff6ed2356b4d93ceb1a5b2ea7d57824e298a7c7770ca [INFO] running `Command { std: "docker" "start" "-a" "ec528464cf46b3e830efff6ed2356b4d93ceb1a5b2ea7d57824e298a7c7770ca", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Checking rustsgame v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.22s [INFO] running `Command { std: "docker" "inspect" "ec528464cf46b3e830efff6ed2356b4d93ceb1a5b2ea7d57824e298a7c7770ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec528464cf46b3e830efff6ed2356b4d93ceb1a5b2ea7d57824e298a7c7770ca", kill_on_drop: false }` [INFO] [stdout] ec528464cf46b3e830efff6ed2356b4d93ceb1a5b2ea7d57824e298a7c7770ca