[INFO] fetching crate byond_fn 0.5.1...
[INFO] checking byond_fn-0.5.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate byond_fn 0.5.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate byond_fn 0.5.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate byond_fn 0.5.1
[INFO] finished tweaking crates.io crate byond_fn 0.5.1
[INFO] tweaked toml for crates.io crate byond_fn 0.5.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byond_fn_impl v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 066e4710ed68604691465d232186a7b7c20157d7659f3b2d5171154c4dc7eb9e
[INFO] running `Command { std: "docker" "start" "-a" "066e4710ed68604691465d232186a7b7c20157d7659f3b2d5171154c4dc7eb9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "066e4710ed68604691465d232186a7b7c20157d7659f3b2d5171154c4dc7eb9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "066e4710ed68604691465d232186a7b7c20157d7659f3b2d5171154c4dc7eb9e", kill_on_drop: false }`
[INFO] [stdout] 066e4710ed68604691465d232186a7b7c20157d7659f3b2d5171154c4dc7eb9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1592aa3281a79144b41863054612fef5ce78f7575ed2ab91908d577979c0b55
[INFO] running `Command { std: "docker" "start" "-a" "b1592aa3281a79144b41863054612fef5ce78f7575ed2ab91908d577979c0b55", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling byond_fn_impl v0.4.0
[INFO] [stderr]     Checking byond_fn v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: 
[INFO] [stdout]        You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout]        Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout]            - common 32-bit targets are `i686-pc-windows-msvc` and `i686-unknown-linux-gnu`
[INFO] [stdout]            - You likely need `cross` to compile for 32 bit on linux.
[INFO] [stdout]            - If you are sure you want to do this, you can enable the `allow_other_arch` feature
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / compile_error!(
[INFO] [stdout] 33 | |     r#"
[INFO] [stdout] 34 | | You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout] 35 | | Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | | "#
[INFO] [stdout] 40 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: 
[INFO] [stdout]        You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout]        Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout]            - common 32-bit targets are `i686-pc-windows-msvc` and `i686-unknown-linux-gnu`
[INFO] [stdout]            - You likely need `cross` to compile for 32 bit on linux.
[INFO] [stdout]            - If you are sure you want to do this, you can enable the `allow_other_arch` feature
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / compile_error!(
[INFO] [stdout] 33 | |     r#"
[INFO] [stdout] 34 | | You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout] 35 | | Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | | "#
[INFO] [stdout] 40 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byond_fn` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `byond_fn` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "b1592aa3281a79144b41863054612fef5ce78f7575ed2ab91908d577979c0b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1592aa3281a79144b41863054612fef5ce78f7575ed2ab91908d577979c0b55", kill_on_drop: false }`
[INFO] [stdout] b1592aa3281a79144b41863054612fef5ce78f7575ed2ab91908d577979c0b55
[INFO] checking byond_fn-0.5.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate byond_fn 0.5.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate byond_fn 0.5.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate byond_fn 0.5.1
[INFO] finished tweaking crates.io crate byond_fn 0.5.1
[INFO] tweaked toml for crates.io crate byond_fn 0.5.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 388a738415f408acf8b525db7be0c44d8bcd738831ae384e3b0c89b99a28135e
[INFO] running `Command { std: "docker" "start" "-a" "388a738415f408acf8b525db7be0c44d8bcd738831ae384e3b0c89b99a28135e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "388a738415f408acf8b525db7be0c44d8bcd738831ae384e3b0c89b99a28135e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "388a738415f408acf8b525db7be0c44d8bcd738831ae384e3b0c89b99a28135e", kill_on_drop: false }`
[INFO] [stdout] 388a738415f408acf8b525db7be0c44d8bcd738831ae384e3b0c89b99a28135e
[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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] beec98fb4741da2369249b83803b50e13d9b6948dab6833871f52aa3fe49535b
[INFO] running `Command { std: "docker" "start" "-a" "beec98fb4741da2369249b83803b50e13d9b6948dab6833871f52aa3fe49535b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling byond_fn_impl v0.4.0
[INFO] [stderr]     Checking byond_fn v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: 
[INFO] [stdout]        You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout]        Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout]            - common 32-bit targets are `i686-pc-windows-msvc` and `i686-unknown-linux-gnu`
[INFO] [stdout]            - You likely need `cross` to compile for 32 bit on linux.
[INFO] [stdout]            - If you are sure you want to do this, you can enable the `allow_other_arch` feature
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / compile_error!(
[INFO] [stdout] 33 | |     r#"
[INFO] [stdout] 34 | | You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout] 35 | | Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | | "#
[INFO] [stdout] 40 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: 
[INFO] [stdout]        You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout]        Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout]            - common 32-bit targets are `i686-pc-windows-msvc` and `i686-unknown-linux-gnu`
[INFO] [stdout]            - You likely need `cross` to compile for 32 bit on linux.
[INFO] [stdout]            - If you are sure you want to do this, you can enable the `allow_other_arch` feature
[INFO] [stdout]   --> src/lib.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / compile_error!(
[INFO] [stdout] 33 | |     r#"
[INFO] [stdout] 34 | | You are attempting to compile this crate for a non-32-bit architecture.
[INFO] [stdout] 35 | | Standard BYOND is 32-bit only, and requires a 32 bit target to properly link.
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | | "#
[INFO] [stdout] 40 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byond_fn` (lib) due to 2 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `byond_fn` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "beec98fb4741da2369249b83803b50e13d9b6948dab6833871f52aa3fe49535b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beec98fb4741da2369249b83803b50e13d9b6948dab6833871f52aa3fe49535b", kill_on_drop: false }`
[INFO] [stdout] beec98fb4741da2369249b83803b50e13d9b6948dab6833871f52aa3fe49535b
