[INFO] cloning repository https://github.com/luke-zhu/noria-luke-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luke-zhu/noria-luke-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluke-zhu%2Fnoria-luke-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluke-zhu%2Fnoria-luke-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbb34eaf41153939a4ac9b3600a06e38a2fc8e8b
[INFO] testing luke-zhu/noria-luke-demo against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluke-zhu%2Fnoria-luke-demo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luke-zhu/noria-luke-demo
[INFO] finished tweaking git repo https://github.com/luke-zhu/noria-luke-demo
[INFO] tweaked toml for git repo https://github.com/luke-zhu/noria-luke-demo written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luke-zhu/noria-luke-demo on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luke-zhu/noria-luke-demo 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" "+1.99.0-beta.1" "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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a
[INFO] running `Command { std: "docker" "start" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a", 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" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling futures v0.1.29
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.3
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]    Compiling smallvec v0.6.10
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling serde v1.0.100
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling memoffset v0.5.1
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling arrayvec v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling owning_ref v0.4.0
[INFO] [stderr]    Compiling iovec v0.1.2
[INFO] [stderr]    Compiling num_cpus v1.10.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling lock_api v0.1.5
[INFO] [stderr]    Compiling yansi v0.4.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling pear_codegen v0.1.2
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling crossbeam-queue v0.1.2
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr] error: failed to run custom build command for `pear_codegen v0.1.2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/release/build/pear_codegen-55141b740a354abc/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: Pear requires a nightly or dev version of Rust.
[INFO] [stderr]   Installed version is: 1.99.0-beta.1 (2026-08-17). Minimum required: 1.31.0-nightly (2018-10-05).
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1000) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pear_codegen-0.1.2/build.rs:31:13:
[INFO] [stderr]   Aborting compilation due to incompatible compiler.
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5820a6659dc1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x5820a666b49a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x5820a665de9c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x5820a663d2e6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x5820a6655bd1 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x5820a6655d8b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x5820a663c94c - std[104cf6e2632825ea]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stderr]      7:     0x5820a6635e69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stderr]      8:     0x5820a663378b - std[104cf6e2632825ea]::panicking::begin_panic::<&str>
[INFO] [stderr]      9:     0x5820a661ddd9 - build_script_build[7b95c67914204167]::main
[INFO] [stderr]     10:     0x5820a661e903 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     11:     0x5820a661d506 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     12:     0x5820a661d519 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     13:     0x5820a6655009 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     14:     0x5820a661d4a1 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     15:     0x5820a661e975 - main
[INFO] [stderr]     16:     0x707d4c0ec601 - <unknown>
[INFO] [stderr]     17:     0x707d4c0ec718 - __libc_start_main
[INFO] [stderr]     18:     0x5820a661d1d5 - _start
[INFO] [stderr]     19:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a", kill_on_drop: false }`
[INFO] [stdout] 14270b41b09174e12ac8b27e10bb8322a7aaa925eda1fbb80f4924efdda02a6a
