[INFO] cloning repository https://github.com/mogenson/gba-uart-echo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mogenson/gba-uart-echo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmogenson%2Fgba-uart-echo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmogenson%2Fgba-uart-echo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0764b490fc4b3396e04c23028a741b41c7b4022d
[INFO] checking mogenson/gba-uart-echo against try#78c81ee3917a99dcff6e2e6822800f0492c415c3 for pr-148967
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmogenson%2Fgba-uart-echo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/mogenson/gba-uart-echo
[INFO] finished tweaking git repo https://github.com/mogenson/gba-uart-echo
[INFO] tweaked toml for git repo https://github.com/mogenson/gba-uart-echo written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mogenson/gba-uart-echo on toolchain 78c81ee3917a99dcff6e2e6822800f0492c415c3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mogenson/gba-uart-echo 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" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/rust-console/gba`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gba-proc-macro v0.5.0
[INFO] [stderr]   Downloaded voladdress v0.3.0
[INFO] [stderr]   Downloaded voladdress v0.2.5
[INFO] [stderr]   Downloaded panic-abort v0.3.2
[INFO] [stderr]   Downloaded gba-proc-macro v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b06641da35fe1df4c84ca6cfd22c13ba6491f4ef0b8e5207ab9a2975ea2c0123
[INFO] running `Command { std: "docker" "start" "-a" "b06641da35fe1df4c84ca6cfd22c13ba6491f4ef0b8e5207ab9a2975ea2c0123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b06641da35fe1df4c84ca6cfd22c13ba6491f4ef0b8e5207ab9a2975ea2c0123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b06641da35fe1df4c84ca6cfd22c13ba6491f4ef0b8e5207ab9a2975ea2c0123", kill_on_drop: false }`
[INFO] [stdout] b06641da35fe1df4c84ca6cfd22c13ba6491f4ef0b8e5207ab9a2975ea2c0123
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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_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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+78c81ee3917a99dcff6e2e6822800f0492c415c3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb6fdb5bf579103bf35ba8f87040f24233222a432e4a87b661a2f974180b2f87
[INFO] running `Command { std: "docker" "start" "-a" "bb6fdb5bf579103bf35ba8f87040f24233222a432e4a87b661a2f974180b2f87", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling gba-uart-echo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking panic-abort v0.3.2
[INFO] [stderr]     Checking voladdress v0.3.0
[INFO] [stderr]     Checking voladdress v0.2.5
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/voladdress-0.2.5/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_fn)]
[INFO] [stdout]   |            ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.54.0; see <https://github.com/rust-lang/rust/pull/85109> for more information
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/voladdress-0.3.0/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_fn, const_generics)]
[INFO] [stdout]   |            ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.54.0; see <https://github.com/rust-lang/rust/pull/85109> for more information
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/voladdress-0.3.0/src/lib.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_fn, const_generics)]
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.56.0; see <https://github.com/rust-lang/rust/pull/88369> for more information
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr] error: could not compile `voladdress` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `voladdress` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "bb6fdb5bf579103bf35ba8f87040f24233222a432e4a87b661a2f974180b2f87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb6fdb5bf579103bf35ba8f87040f24233222a432e4a87b661a2f974180b2f87", kill_on_drop: false }`
[INFO] [stdout] bb6fdb5bf579103bf35ba8f87040f24233222a432e4a87b661a2f974180b2f87
