[INFO] cloning repository https://github.com/vojtaroyce/roycecode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vojtaroyce/roycecode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvojtaroyce%2Froycecode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvojtaroyce%2Froycecode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 16564d23eee65b96bb15d30ec971b35d1e68bb5a
[INFO] checking vojtaroyce/roycecode against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvojtaroyce%2Froycecode" "/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/vojtaroyce/roycecode
[INFO] finished tweaking git repo https://github.com/vojtaroyce/roycecode
[INFO] tweaked toml for git repo https://github.com/vojtaroyce/roycecode written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vojtaroyce/roycecode 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/vojtaroyce/roycecode 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] 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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb
[INFO] running `Command { std: "docker" "start" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb", 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" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb", 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" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling tree-sitter v0.26.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.0
[INFO] [stderr]    Compiling tree-sitter-json v0.23.0
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-yaml v0.7.2
[INFO] [stderr]    Compiling tree-sitter-bash v0.25.1
[INFO] [stderr]    Compiling tree-sitter-hcl v1.1.0
[INFO] [stderr]    Compiling tree-sitter-solidity v1.2.13
[INFO] [stderr]    Compiling tree-sitter-swift v0.7.1
[INFO] [stderr]    Compiling tree-sitter-nix v0.3.0
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]    Compiling tree-sitter-css v0.25.0
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-c v0.24.1
[INFO] [stderr]    Compiling tree-sitter-scala v0.25.0
[INFO] [stderr]    Compiling tree-sitter-kotlin-sg v0.4.0
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-php v0.24.2
[INFO] [stderr]    Compiling tree-sitter-haskell v0.23.1
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]    Compiling tree-sitter-lua v0.5.0
[INFO] [stderr]    Compiling tree-sitter-elixir v0.3.5
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling rmcp v1.2.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling rmcp-macros v1.2.0
[INFO] [stderr]     Checking ast-grep-core v0.42.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking sarif_rust v0.3.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking ast-grep-language v0.42.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking roycecode v0.1.0 (/opt/rustwide/workdir/rust/crates/roycecode)
[INFO] [stderr] error: could not compile `roycecode` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name roycecode --edition=2021 rust/crates/roycecode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f495fa6075735c -C extra-filename=-9ae31f3b5b5a5013 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ast_grep_language=/opt/rustwide/target/debug/deps/libast_grep_language-25ef42f7d82a42ad.rmeta --extern globset=/opt/rustwide/target/debug/deps/libglobset-6dd4d13b7d99a20d.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-e0feb07dc6f2eb70.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-02292f9d242c9ee7.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6b43441520015870.rmeta --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-7d51cf14666eded7.rmeta --extern sarif_rust=/opt/rustwide/target/debug/deps/libsarif_rust-2dadd52d7aa0d7ff.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-24fdb062a4d5f8a1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-02fad437dadf681f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6ab564ecaa9f9e16.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-827a4a8f872d637a.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ad52c6772f40635e.rmeta --extern tree_sitter=/opt/rustwide/target/debug/deps/libtree_sitter-5d02c85f3ced36ca.rmeta --extern tree_sitter_javascript=/opt/rustwide/target/debug/deps/libtree_sitter_javascript-d48cd6521209e20a.rmeta --extern tree_sitter_php=/opt/rustwide/target/debug/deps/libtree_sitter_php-52eda377e352bb31.rmeta --extern tree_sitter_python=/opt/rustwide/target/debug/deps/libtree_sitter_python-d8ec3c718d7178a1.rmeta --extern tree_sitter_ruby=/opt/rustwide/target/debug/deps/libtree_sitter_ruby-1e7b4fb7af3bbac2.rmeta --extern tree_sitter_rust=/opt/rustwide/target/debug/deps/libtree_sitter_rust-0bfcb2258a89bdc7.rmeta --extern tree_sitter_typescript=/opt/rustwide/target/debug/deps/libtree_sitter_typescript-7436021f830c55d9.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-1278d11b181efceb.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/tree-sitter-7326435aa946be2c/out -L native=/opt/rustwide/target/debug/build/tree-sitter-bash-b37d80e14b5fed64/out -L native=/opt/rustwide/target/debug/build/tree-sitter-c-ff6b762bc07a4ab8/out -L native=/opt/rustwide/target/debug/build/tree-sitter-c-sharp-0c243543c28aea36/out -L native=/opt/rustwide/target/debug/build/tree-sitter-cpp-e683a70cfaecde5e/out -L native=/opt/rustwide/target/debug/build/tree-sitter-css-d323ab67f59a4bdd/out -L native=/opt/rustwide/target/debug/build/tree-sitter-elixir-dfbaf9fdfd52ab98/out -L native=/opt/rustwide/target/debug/build/tree-sitter-go-591aaf2c9fbefe44/out -L native=/opt/rustwide/target/debug/build/tree-sitter-haskell-87021793cf717b84/out -L native=/opt/rustwide/target/debug/build/tree-sitter-hcl-9bb38e0de7598cb9/out -L native=/opt/rustwide/target/debug/build/tree-sitter-html-56875f4c892400f6/out -L native=/opt/rustwide/target/debug/build/tree-sitter-java-58e45852d3d5a61a/out -L native=/opt/rustwide/target/debug/build/tree-sitter-javascript-aa0cd4c92614cbaa/out -L native=/opt/rustwide/target/debug/build/tree-sitter-json-2276e8a184b7bb41/out -L native=/opt/rustwide/target/debug/build/tree-sitter-kotlin-sg-84a4e5a8689841c8/out -L native=/opt/rustwide/target/debug/build/tree-sitter-lua-cd92cdf7ea6deb57/out -L native=/opt/rustwide/target/debug/build/tree-sitter-nix-b14c1b86675841ec/out -L native=/opt/rustwide/target/debug/build/tree-sitter-php-2ff2d49cb85bee93/out -L native=/opt/rustwide/target/debug/build/tree-sitter-python-5a75bae5c2e704f2/out -L native=/opt/rustwide/target/debug/build/tree-sitter-ruby-bedc02bd600e212a/out -L native=/opt/rustwide/target/debug/build/tree-sitter-rust-220a37f8c481ea9b/out -L native=/opt/rustwide/target/debug/build/tree-sitter-scala-79e28fbcf34ac2f9/out -L native=/opt/rustwide/target/debug/build/tree-sitter-solidity-44d29041369111f5/out -L native=/opt/rustwide/target/debug/build/tree-sitter-swift-c88de24bbb84ac99/out -L native=/opt/rustwide/target/debug/build/tree-sitter-typescript-b4f041c86bffb6da/out -L native=/opt/rustwide/target/debug/build/tree-sitter-yaml-c1b084c2de080bf2/out -L native=/opt/rustwide/target/debug/build/ring-e15e748380ccd181/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb", kill_on_drop: false }`
[INFO] [stdout] f1a7ee5f64ac4ba5e832f76ca8039fdc15f9bcd3ca30f3f086ae3858d0be7abb
