[INFO] fetching crate armour 0.15.6...
[INFO] checking armour-0.15.6 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate armour 0.15.6 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate armour 0.15.6 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate armour 0.15.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate armour 0.15.6
[INFO] tweaked toml for crates.io crate armour 0.15.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate armour 0.15.6 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 41f2276828ea91076da646a70d5e8d0a426b25033a0d2758fdcae812e0f3d97d
[INFO] running `Command { std: "docker" "start" "-a" "41f2276828ea91076da646a70d5e8d0a426b25033a0d2758fdcae812e0f3d97d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41f2276828ea91076da646a70d5e8d0a426b25033a0d2758fdcae812e0f3d97d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41f2276828ea91076da646a70d5e8d0a426b25033a0d2758fdcae812e0f3d97d", kill_on_drop: false }`
[INFO] [stdout] 41f2276828ea91076da646a70d5e8d0a426b25033a0d2758fdcae812e0f3d97d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f79e52aafc98f9a0f48626fe0db155fe8b48f4540612e7fb6fb27ea0bc38033
[INFO] running `Command { std: "docker" "start" "-a" "9f79e52aafc98f9a0f48626fe0db155fe8b48f4540612e7fb6fb27ea0bc38033", kill_on_drop: false }`
[INFO] [stderr] warning: invalid feature `specta` in required-features of target `gen_types`: `specta` is not present in [features] section
[INFO] [stderr]    Compiling serde v1.0.213
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling zstd-safe v6.0.6
[INFO] [stderr]    Compiling serde_derive v1.0.213
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling zerocopy v0.8.7
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking anstyle v1.0.9
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]     Checking zstd v0.12.4
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking shared-local-state v0.1.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking cache-advisor v1.0.16
[INFO] [stderr]     Checking ebr v0.2.13
[INFO] [stderr]    Compiling rapira-derive v0.9.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.7
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking sdd v3.0.4
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking pagetable v0.4.6
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking compile-fmt v0.1.0
[INFO] [stderr]     Checking fault-injection v1.0.10
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking scc v2.2.4
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.13
[INFO] [stderr]     Checking const-decoder v0.4.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking async-broadcast v0.7.1
[INFO] [stderr]     Checking crossbeam-skiplist v0.1.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking data-encoding-macro v0.1.15
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking blowfish_rs v0.1.0
[INFO] [stderr]     Checking clap v4.5.20
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking xxhash-rust v0.8.12
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking harsh v0.2.2
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking brsl2 v0.7.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling armour-derive v0.8.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking stack-map v1.0.5
[INFO] [stderr]     Checking serde_json v1.0.132
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking concurrent-map v5.0.37
[INFO] [stderr]     Checking inline-array v0.1.13
[INFO] [stderr]     Checking sled v1.0.0-alpha.124
[INFO] [stderr]     Checking rapira v0.9.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking sqids v0.4.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking armour v0.15.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: environment variable `APP_ID_KEY_TEST` not defined at compile time
[INFO] [stdout]  --> examples/ids.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | const_hasher!(test_key, "TEST");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("APP_ID_KEY_TEST")` to read the variable at run time
[INFO] [stdout]   = note: this error originates in the macro `env` which comes from the expansion of the macro `const_hasher` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `armour` (example "ids") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9f79e52aafc98f9a0f48626fe0db155fe8b48f4540612e7fb6fb27ea0bc38033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f79e52aafc98f9a0f48626fe0db155fe8b48f4540612e7fb6fb27ea0bc38033", kill_on_drop: false }`
[INFO] [stdout] 9f79e52aafc98f9a0f48626fe0db155fe8b48f4540612e7fb6fb27ea0bc38033
