[INFO] cloning repository https://github.com/ritalin/tolerant-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritalin/tolerant-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritalin%2Ftolerant-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritalin%2Ftolerant-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 73d5da05a83daa453b13a45dea1c2e5835ea72c9 [INFO] checking ritalin/tolerant-parser against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritalin%2Ftolerant-parser" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ritalin/tolerant-parser [INFO] finished tweaking git repo https://github.com/ritalin/tolerant-parser [INFO] tweaked toml for git repo https://github.com/ritalin/tolerant-parser written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ritalin/tolerant-parser on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ritalin/tolerant-parser 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bfe1003933b30003609ec82f04ef523628d03ed1b9aca16b89f45e8520f0199a [INFO] running `Command { std: "docker" "start" "-a" "bfe1003933b30003609ec82f04ef523628d03ed1b9aca16b89f45e8520f0199a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bfe1003933b30003609ec82f04ef523628d03ed1b9aca16b89f45e8520f0199a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfe1003933b30003609ec82f04ef523628d03ed1b9aca16b89f45e8520f0199a", kill_on_drop: false }` [INFO] [stdout] bfe1003933b30003609ec82f04ef523628d03ed1b9aca16b89f45e8520f0199a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc6432acb9d93aa43b0f76aa042bddeea598f40de12b850c078197fe80026053 [INFO] running `Command { std: "docker" "start" "-a" "bc6432acb9d93aa43b0f76aa042bddeea598f40de12b850c078197fe80026053", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling wasmparser v0.230.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling prettyplease v0.2.32 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling wasm-encoder v0.230.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling leb128fmt v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling wit-bindgen-rust v0.42.1 [INFO] [stderr] Compiling wit-bindgen-rust-macro v0.42.1 [INFO] [stderr] Compiling wit-bindgen-rt v0.42.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking text-size v1.1.1 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking countme v3.0.1 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking cactus v1.0.7 [INFO] [stderr] Checking rowan v0.16.1 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling cranelift-srcgen v0.122.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cranelift-assembler-x64-meta v0.122.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling cranelift-isle v0.122.0 [INFO] [stderr] Compiling cranelift-bitset v0.122.0 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking bumpalo v3.19.0 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling cranelift-codegen-shared v0.122.0 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cranelift-assembler-x64 v0.122.0 [INFO] [stderr] Compiling sqlite-engine v0.2.0 (/opt/rustwide/workdir/crates/sqlite/sqlite-engine) [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling io-lifetimes v2.0.4 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling pulley-macros v35.0.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling wasmtime-internal-versioned-export-macros v35.0.0 [INFO] [stderr] Compiling pulley-interpreter v35.0.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Checking wasmtime-internal-math v35.0.0 [INFO] [stderr] error: failed to run custom build command for `sqlite-engine v0.2.0 (/opt/rustwide/workdir/crates/sqlite/sqlite-engine)` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_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/debug/build/sqlite-engine-de80ac5bb96fd874/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: No such file or directory (os error 2) [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::error:: for anyhow::Error>::from [INFO] [stderr] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stderr] 2: build_script_build::main [INFO] [stderr] 3: core::ops::function::FnOnce::call_once [INFO] [stderr] 4: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stderr] 5: std::rt::lang_start::{{closure}} [INFO] [stderr] 6: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 7: std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panicking.rs:590:40 [INFO] [stderr] 8: std::panicking::catch_unwind [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panicking.rs:553:19 [INFO] [stderr] 9: std::panic::catch_unwind [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panic.rs:359:14 [INFO] [stderr] 10: std::rt::lang_start_internal::{{closure}} [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/rt.rs:175:24 [INFO] [stderr] 11: std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panicking.rs:590:40 [INFO] [stderr] 12: std::panicking::catch_unwind [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panicking.rs:553:19 [INFO] [stderr] 13: std::panic::catch_unwind [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/panic.rs:359:14 [INFO] [stderr] 14: std::rt::lang_start_internal [INFO] [stderr] at /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/std/src/rt.rs:171:5 [INFO] [stderr] 15: std::rt::lang_start [INFO] [stderr] 16: main [INFO] [stderr] 17: [INFO] [stderr] 18: __libc_start_main [INFO] [stderr] 19: _start [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bc6432acb9d93aa43b0f76aa042bddeea598f40de12b850c078197fe80026053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc6432acb9d93aa43b0f76aa042bddeea598f40de12b850c078197fe80026053", kill_on_drop: false }` [INFO] [stdout] bc6432acb9d93aa43b0f76aa042bddeea598f40de12b850c078197fe80026053