[INFO] cloning repository https://github.com/almond-project/almond [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/almond-project/almond" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmond-project%2Falmond", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmond-project%2Falmond'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e62b02a6892f14cc57201b75fe1871c69815dd5 [INFO] checking almond-project/almond against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmond-project%2Falmond" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/almond-project/almond [INFO] finished tweaking git repo https://github.com/almond-project/almond [INFO] tweaked toml for git repo https://github.com/almond-project/almond written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/almond-project/almond on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/almond-project/almond 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" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5 [INFO] running `Command { std: "docker" "start" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking memchr v2.8.1 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling zerocopy v0.8.49 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Checking sdd v3.0.10 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Compiling erased-serde v0.4.10 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling dtor-proc-macro v0.0.6 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Checking scc v2.4.0 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking dtor v0.1.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling libafl_bolts v0.15.4 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking log v0.4.30 [INFO] [stderr] Compiling ctor-proc-macro v0.0.7 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling which v8.0.2 [INFO] [stderr] Checking konst_macro_rules v0.2.19 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking ctor v0.6.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking konst v0.2.20 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Compiling cc v1.2.63 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling libafl v0.15.4 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking tuple_list v0.1.3 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking siphasher v1.0.3 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking hostname v0.4.2 [INFO] [stderr] Checking uds v0.4.2 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking typewit v1.15.2 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling arbitrary-int v1.3.0 [INFO] [stderr] Checking const_format v0.2.36 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling almond-cc v0.1.0 (/opt/rustwide/workdir/crates/almond-cc) [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(target_vendor = "apple")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(misleading_cfg_in_build_script)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(target_vendor = "apple")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(not(target_vendor = "apple"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(not(target_vendor = "apple"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(target_vendor = "apple")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg(target_vendor = "apple")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(any(target_os = "solaris", target_os = "illumos"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(not(any(target_vendor = "apple", target_os = "solaris", target_os = "illumos")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> crates/almond-cc/build.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | if cfg!(windows) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use cargo environment variables if possible: `std::env::var("CARGO_CFG_WINDOWS").is_ok()` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking const_panic v0.2.15 [INFO] [stderr] error: could not compile `almond-cc` (build script) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5", kill_on_drop: false }` [INFO] [stdout] 7d1600ed27eb037d79577c39615304e5225e262079ab6329d0d5c12ded5828f5