[INFO] cloning repository https://github.com/dhilst/tlpengine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dhilst/tlpengine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhilst%2Ftlpengine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhilst%2Ftlpengine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 918c61af4ca00cffc10525415c077523b7c46211
[INFO] checking dhilst/tlpengine against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhilst%2Ftlpengine" "/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/dhilst/tlpengine
[INFO] finished tweaking git repo https://github.com/dhilst/tlpengine
[INFO] tweaked toml for git repo https://github.com/dhilst/tlpengine written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dhilst/tlpengine on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dhilst/tlpengine 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58
[INFO] running `Command { std: "docker" "start" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58", 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" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58", 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" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.126
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking varisat-formula v0.2.2
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking varisat-internal-proof v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking vec_mut_scan v0.3.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling varisat v0.2.2
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]    Compiling z3-sys v0.11.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.126
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking z3 v0.20.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling partial_ref_derive v0.3.3
[INFO] [stderr]     Checking partial_ref v0.3.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling varisat-internal-macros v0.2.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.126
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking varisat-dimacs v0.2.2
[INFO] [stderr]     Checking varisat-checker v0.2.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking harness v0.1.0 (/opt/rustwide/workdir/ci)
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.126
[INFO] [stderr]     Checking js-sys v0.3.103
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.76
[INFO] [stderr] warning: varisat@0.2.2: drat-trim proof checker not found, some tests will be disabled: No such file or directory (os error 2)
[INFO] [stderr] warning: varisat@0.2.2: rate proof checker not found, some tests will be disabled: No such file or directory (os error 2)
[INFO] [stderr] error: could not compile `varisat` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name varisat --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/varisat-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=822ec9e6de94416a -C extra-filename=-496802e28b40d171 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-88b36daaacafc31f.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-9981568595f32b7f.rmeta --extern leb128=/opt/rustwide/target/debug/deps/libleb128-a545922a0cb7bb88.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-a469ce83c9b0fe3a.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-1c322bd0603f72c0.rmeta --extern partial_ref=/opt/rustwide/target/debug/deps/libpartial_ref-fc2cf5d1dff6ba11.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-59ad630e9e58123f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-699d6456a219a50d.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-de124187e4975ccf.rmeta --extern varisat_checker=/opt/rustwide/target/debug/deps/libvarisat_checker-77e9f12a6028dd22.rmeta --extern varisat_dimacs=/opt/rustwide/target/debug/deps/libvarisat_dimacs-f5b17c85c80b6660.rmeta --extern varisat_formula=/opt/rustwide/target/debug/deps/libvarisat_formula-0c77b8dfb4cf13db.rmeta --extern varisat_internal_macros=/opt/rustwide/target/debug/deps/libvarisat_internal_macros-2eb76f6b679d46d8.so --extern varisat_internal_proof=/opt/rustwide/target/debug/deps/libvarisat_internal_proof-36c59c06572eb596.rmeta --extern vec_mut_scan=/opt/rustwide/target/debug/deps/libvec_mut_scan-d6d45d62d21371cd.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58", kill_on_drop: false }`
[INFO] [stdout] 1d19000c785d527c1e65b559e33ce7d04bea92b5f06468f884f1b4fbcd867d58
