[INFO] cloning repository https://github.com/espieux/rust_flappy_bird [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/espieux/rust_flappy_bird" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1ae2a46f548ca6b850f25654985ceee45f81a20 [INFO] checking espieux/rust_flappy_bird against master#8f359beca4e58bc3ae795a666301a8f47023044c for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 8f359beca4e58bc3ae795a666301a8f47023044c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f359beca4e58bc3ae795a666301a8f47023044c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f359beca4e58bc3ae795a666301a8f47023044c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8f359beca4e58bc3ae795a666301a8f47023044c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2da2cd32a39a039980cbe2e249ffc54e382e8d72d73013e533002269a2fe47a [INFO] running `Command { std: "docker" "start" "-a" "d2da2cd32a39a039980cbe2e249ffc54e382e8d72d73013e533002269a2fe47a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2da2cd32a39a039980cbe2e249ffc54e382e8d72d73013e533002269a2fe47a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2da2cd32a39a039980cbe2e249ffc54e382e8d72d73013e533002269a2fe47a", kill_on_drop: false }` [INFO] [stdout] d2da2cd32a39a039980cbe2e249ffc54e382e8d72d73013e533002269a2fe47a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8f359beca4e58bc3ae795a666301a8f47023044c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bf9e267fe444a20af82492c1f71618ed5bf5ca95ed0383aada24ed2c346e953 [INFO] running `Command { std: "docker" "start" "-a" "4bf9e267fe444a20af82492c1f71618ed5bf5ca95ed0383aada24ed2c346e953", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.90 [INFO] [stderr] Compiling bumpalo v3.14.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.90 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.90 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.90 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.90 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaAv8uH7" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4bf9e267fe444a20af82492c1f71618ed5bf5ca95ed0383aada24ed2c346e953", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bf9e267fe444a20af82492c1f71618ed5bf5ca95ed0383aada24ed2c346e953", kill_on_drop: false }` [INFO] [stdout] 4bf9e267fe444a20af82492c1f71618ed5bf5ca95ed0383aada24ed2c346e953 [INFO] checking espieux/rust_flappy_bird against try#7ee76453dd3eae6de6c1351f26482bed63b01beb for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 7ee76453dd3eae6de6c1351f26482bed63b01beb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba0600aa1aad89a0ebf863337aa7c9160e093c745f2e146dcbd5db03dceed558 [INFO] running `Command { std: "docker" "start" "-a" "ba0600aa1aad89a0ebf863337aa7c9160e093c745f2e146dcbd5db03dceed558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba0600aa1aad89a0ebf863337aa7c9160e093c745f2e146dcbd5db03dceed558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba0600aa1aad89a0ebf863337aa7c9160e093c745f2e146dcbd5db03dceed558", kill_on_drop: false }` [INFO] [stdout] ba0600aa1aad89a0ebf863337aa7c9160e093c745f2e146dcbd5db03dceed558 [INFO] checking espieux/rust_flappy_bird against try#7ee76453dd3eae6de6c1351f26482bed63b01beb for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 7ee76453dd3eae6de6c1351f26482bed63b01beb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c328cac8c4a40dcd948ace731118e82e0ab57873ce78b4aac63390fd2534978 [INFO] running `Command { std: "docker" "start" "-a" "3c328cac8c4a40dcd948ace731118e82e0ab57873ce78b4aac63390fd2534978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c328cac8c4a40dcd948ace731118e82e0ab57873ce78b4aac63390fd2534978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c328cac8c4a40dcd948ace731118e82e0ab57873ce78b4aac63390fd2534978", kill_on_drop: false }` [INFO] [stdout] 3c328cac8c4a40dcd948ace731118e82e0ab57873ce78b4aac63390fd2534978 [INFO] checking espieux/rust_flappy_bird against try#7ee76453dd3eae6de6c1351f26482bed63b01beb for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 7ee76453dd3eae6de6c1351f26482bed63b01beb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f11eb0e4bd6a4497a765981287e572fe712ad0fe6cd55c135c21a83f141aa204 [INFO] running `Command { std: "docker" "start" "-a" "f11eb0e4bd6a4497a765981287e572fe712ad0fe6cd55c135c21a83f141aa204", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f11eb0e4bd6a4497a765981287e572fe712ad0fe6cd55c135c21a83f141aa204", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f11eb0e4bd6a4497a765981287e572fe712ad0fe6cd55c135c21a83f141aa204", kill_on_drop: false }` [INFO] [stdout] f11eb0e4bd6a4497a765981287e572fe712ad0fe6cd55c135c21a83f141aa204 [INFO] checking espieux/rust_flappy_bird against try#7ee76453dd3eae6de6c1351f26482bed63b01beb for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 7ee76453dd3eae6de6c1351f26482bed63b01beb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d00ecd788af5df7b6380b8d0ac64410db262b5149235e37fe4da5f8e02e6e42 [INFO] running `Command { std: "docker" "start" "-a" "8d00ecd788af5df7b6380b8d0ac64410db262b5149235e37fe4da5f8e02e6e42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d00ecd788af5df7b6380b8d0ac64410db262b5149235e37fe4da5f8e02e6e42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d00ecd788af5df7b6380b8d0ac64410db262b5149235e37fe4da5f8e02e6e42", kill_on_drop: false }` [INFO] [stdout] 8d00ecd788af5df7b6380b8d0ac64410db262b5149235e37fe4da5f8e02e6e42 [INFO] checking espieux/rust_flappy_bird against try#7ee76453dd3eae6de6c1351f26482bed63b01beb for pr-121545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fespieux%2Frust_flappy_bird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/espieux/rust_flappy_bird on toolchain 7ee76453dd3eae6de6c1351f26482bed63b01beb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] finished tweaking git repo https://github.com/espieux/rust_flappy_bird [INFO] tweaked toml for git repo https://github.com/espieux/rust_flappy_bird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/espieux/rust_flappy_bird already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7ee76453dd3eae6de6c1351f26482bed63b01beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eaa58a6ebf3507e11ff79487af1fb7521fa52851bea7cf155b82eb277e27a050 [INFO] running `Command { std: "docker" "start" "-a" "eaa58a6ebf3507e11ff79487af1fb7521fa52851bea7cf155b82eb277e27a050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaa58a6ebf3507e11ff79487af1fb7521fa52851bea7cf155b82eb277e27a050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaa58a6ebf3507e11ff79487af1fb7521fa52851bea7cf155b82eb277e27a050", kill_on_drop: false }` [INFO] [stdout] eaa58a6ebf3507e11ff79487af1fb7521fa52851bea7cf155b82eb277e27a050 [ERROR] this task or one of its parent failed! [ERROR] command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.