[INFO] cloning repository https://github.com/BurNiinTRee/brainfucks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurNiinTRee/brainfucks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2Fbrainfucks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2Fbrainfucks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2c6acaddb8e727ed2462072f6d9de9a2c8407ce [INFO] checking BurNiinTRee/brainfucks against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2Fbrainfucks" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BurNiinTRee/brainfucks on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BurNiinTRee/brainfucks [INFO] finished tweaking git repo https://github.com/BurNiinTRee/brainfucks [INFO] tweaked toml for git repo https://github.com/BurNiinTRee/brainfucks written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/BurNiinTRee/brainfucks already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--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-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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9de3eb604fc996e409a2fd3bc9f4558ed8b5d2c9aa8a9d05263476ac9bc1d2c4 [INFO] running `Command { std: "docker" "start" "-a" "9de3eb604fc996e409a2fd3bc9f4558ed8b5d2c9aa8a9d05263476ac9bc1d2c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9de3eb604fc996e409a2fd3bc9f4558ed8b5d2c9aa8a9d05263476ac9bc1d2c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9de3eb604fc996e409a2fd3bc9f4558ed8b5d2c9aa8a9d05263476ac9bc1d2c4", kill_on_drop: false }` [INFO] [stdout] 9de3eb604fc996e409a2fd3bc9f4558ed8b5d2c9aa8a9d05263476ac9bc1d2c4 [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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b689deaeda036cda2f1a09e89de2dc8e3e5cbf30808b06b9af8f3ffb1055092f [INFO] running `Command { std: "docker" "start" "-a" "b689deaeda036cda2f1a09e89de2dc8e3e5cbf30808b06b9af8f3ffb1055092f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cranelift-codegen-shared v0.66.0 [INFO] [stderr] Compiling cranelift-entity v0.66.0 [INFO] [stderr] Compiling target-lexicon v0.10.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking parser v0.1.0 (/opt/rustwide/workdir/parser) [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking hashbrown v0.9.0 [INFO] [stderr] Checking interpreter v0.1.0 (/opt/rustwide/workdir/interpreter) [INFO] [stderr] Checking comp2c v0.1.0 (/opt/rustwide/workdir/comp2c) [INFO] [stderr] Compiling cranelift-codegen-meta v0.66.0 [INFO] [stderr] Checking cranelift-bforest v0.66.0 [INFO] [stderr] Checking regalloc v0.0.27 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking object v0.20.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Compiling cranelift-codegen v0.66.0 [INFO] [stderr] Checking cranelift-frontend v0.66.0 [INFO] [stderr] Checking cranelift-module v0.66.0 [INFO] [stderr] Checking cranelift-object v0.66.0 [INFO] [stderr] Checking cranelift v0.66.0 [INFO] [stderr] Checking craneliftcomp v0.1.0 (/opt/rustwide/workdir/craneliftcomp) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.77s [INFO] running `Command { std: "docker" "inspect" "b689deaeda036cda2f1a09e89de2dc8e3e5cbf30808b06b9af8f3ffb1055092f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b689deaeda036cda2f1a09e89de2dc8e3e5cbf30808b06b9af8f3ffb1055092f", kill_on_drop: false }` [INFO] [stdout] b689deaeda036cda2f1a09e89de2dc8e3e5cbf30808b06b9af8f3ffb1055092f