[INFO] fetching crate waking-git-core 0.1.2...
[INFO] testing waking-git-core-0.1.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate waking-git-core 0.1.2 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate waking-git-core 0.1.2
[INFO] finished tweaking crates.io crate waking-git-core 0.1.2
[INFO] tweaked toml for crates.io crate waking-git-core 0.1.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate waking-git-core 0.1.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 233 packages to latest compatible versions
[INFO] [stderr]       Adding axum v0.6.20 (available: v0.8.6)
[INFO] [stderr]       Adding git2 v0.15.0 (available: v0.20.2)
[INFO] [stderr]       Adding simple_logger v4.3.3 (available: v5.0.0)
[INFO] [stderr]       Adding tree-sitter v0.20.9 (available: v0.20.10)
[INFO] [stderr]       Adding tree-sitter-cpp v0.20.1 (available: v0.20.5)
[INFO] [stderr]       Adding tree-sitter-java v0.20.0 (available: v0.20.2)
[INFO] [stderr]       Adding tree-sitter-javascript v0.20.0 (available: v0.20.4)
[INFO] [stderr]       Adding tree-sitter-python v0.20.2 (available: v0.20.4)
[INFO] [stderr]       Adding tree-sitter-rust v0.20.3 (available: v0.20.4)
[INFO] [stderr]       Adding tree-sitter-typescript v0.20.1 (available: v0.20.5)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2548caba1c3ecfa7150135a51599bdf226769eda17be84b611211a11b45048b
[INFO] running `Command { std: "docker" "start" "-a" "b2548caba1c3ecfa7150135a51599bdf226769eda17be84b611211a11b45048b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2548caba1c3ecfa7150135a51599bdf226769eda17be84b611211a11b45048b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2548caba1c3ecfa7150135a51599bdf226769eda17be84b611211a11b45048b", kill_on_drop: false }`
[INFO] [stdout] b2548caba1c3ecfa7150135a51599bdf226769eda17be84b611211a11b45048b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84f53cafd1e79182e030fd7128499d89b2965f68bf4526219f724c66c106b5dd
[INFO] running `Command { std: "docker" "start" "-a" "84f53cafd1e79182e030fd7128499d89b2965f68bf4526219f724c66c106b5dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling tree-sitter v0.20.9
[INFO] [stderr]    Compiling tree-sitter-javascript v0.20.0
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling tree-sitter-cpp v0.20.1
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling tree-sitter-java v0.20.0
[INFO] [stderr]    Compiling tree-sitter-preproc v0.20.1
[INFO] [stderr]    Compiling tree-sitter-python v0.20.2
[INFO] [stderr]    Compiling tree-sitter-ccomment v0.20.1
[INFO] [stderr]    Compiling tree-sitter-rust v0.20.3
[INFO] [stderr]    Compiling tree-sitter-typescript v0.20.1
[INFO] [stderr]    Compiling libgit2-sys v0.14.2+1.5.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tree-sitter-mozjs v0.20.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling simple_logger v4.3.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tree-sitter-mozcpp v0.20.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling rust-code-analysis v0.0.25
[INFO] [stderr]    Compiling git2 v0.15.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-code-analysis-0.0.25/src/macros.rs:42:9
[INFO] [stdout]     |
[INFO] [stdout]  42 |           $name::language()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ expected `tree_sitter::Language`, found a different `tree_sitter::Language`
[INFO] [stdout] ...
[INFO] [stdout] 264 |                   fn get_language() -> Language {
[INFO] [stdout]     |                                        -------- expected `tree_sitter::Language` because of return type
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-code-analysis-0.0.25/src/langs.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / mk_langs!(
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `tree_sitter` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.20.9/binding_rust/lib.rs:43:1
[INFO] [stdout]     |
[INFO] [stdout]  43 | pub struct Language(*const ffi::TSLanguage);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this is the expected type `tree_sitter::Language`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.10/binding_rust/lib.rs:63:1
[INFO] [stdout]     |
[INFO] [stdout]  63 | pub struct Language(*const ffi::TSLanguage);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this is the found type `tree_sitter::Language`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-code-analysis-0.0.25/src/node.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tree_sitter::Node as OtherNode;
[INFO] [stdout]     |     ----------- one version of crate `tree_sitter` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-code-analysis-0.0.25/src/langs.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |         tree_sitter_rust,
[INFO] [stdout]     |         ---------------- one version of crate `tree_sitter` used here, as a dependency of crate `tree_sitter_rust`
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: this error originates in the macro `get_language` which comes from the expansion of the macro `mk_langs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-code-analysis` (lib) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "84f53cafd1e79182e030fd7128499d89b2965f68bf4526219f724c66c106b5dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84f53cafd1e79182e030fd7128499d89b2965f68bf4526219f724c66c106b5dd", kill_on_drop: false }`
[INFO] [stdout] 84f53cafd1e79182e030fd7128499d89b2965f68bf4526219f724c66c106b5dd
