[INFO] cloning repository https://github.com/jppittman/core-term [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jppittman/core-term" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae1fb474313656e84223303ba84d38977ce8000a [INFO] checking jppittman/core-term against try#901d6c1c62d7c61e05469e996c297476078ee06b for pr-157082 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/jppittman/core-term [INFO] finished tweaking git repo https://github.com/jppittman/core-term [INFO] tweaked toml for git repo https://github.com/jppittman/core-term written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jppittman/core-term on toolchain 901d6c1c62d7c61e05469e996c297476078ee06b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jppittman/core-term 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" "+901d6c1c62d7c61e05469e996c297476078ee06b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59 [INFO] running `Command { std: "docker" "start" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59", 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" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59", 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" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling pixelflow-core v0.1.0 (/opt/rustwide/workdir/pixelflow-core) [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling pixelflow-ir v0.1.0 (/opt/rustwide/workdir/pixelflow-ir) [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling actor-scheduler-macros v0.1.0 (/opt/rustwide/workdir/actor-scheduler-macros) [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking actor-scheduler v0.1.0 (/opt/rustwide/workdir/actor-scheduler) [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling pixelflow-runtime v0.1.0 (/opt/rustwide/workdir/pixelflow-runtime) [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking clap v4.5.53 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling pixelflow-search v0.1.0 (/opt/rustwide/workdir/pixelflow-search) [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking proptest v1.9.0 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking litemap v0.8.1 [INFO] [stderr] Checking writeable v0.6.2 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Compiling core-term v0.1.0 (/opt/rustwide/workdir/core-term) [INFO] [stderr] warning: core-term@0.1.0: Building with X11 display driver [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling pixelflow-compiler v0.1.0 (/opt/rustwide/workdir/pixelflow-compiler) [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling test-log-macros v0.2.17 [INFO] [stderr] Checking comma v1.0.0 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking test-log v0.2.17 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking rexpect v0.6.1 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking ureq v2.12.1 [INFO] [stderr] Checking pixelflow-graphics v0.1.0 (/opt/rustwide/workdir/pixelflow-graphics) [INFO] [stderr] Checking pixelflow-pipeline v0.1.0 (/opt/rustwide/workdir/pixelflow-pipeline) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] Checking pixelflow-ml v0.1.0 (/opt/rustwide/workdir/pixelflow-ml) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] pixelflow: optimization model weights unavailable (Incompatible ExprNnue format "vers". Expected 'TRID' (shared trunk). Old formats (TRIB, TRIA, TRI5-TRI9) require retrain.); falling back to default cost model (run `git lfs pull` for learned weights) [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 3m 49s [INFO] running `Command { std: "docker" "inspect" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59", kill_on_drop: false }` [INFO] [stdout] 6e55d661bd20d6f1be114f0d7a35ba6cf71ca1cf6854af34602fb28787a2bc59