[INFO] cloning repository https://github.com/michaeltrannhan/cg-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaeltrannhan/cg-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaeltrannhan%2Fcg-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaeltrannhan%2Fcg-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 53ef77f49de1580c3432eb741b95aa27a37975ac
[INFO] testing michaeltrannhan/cg-rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaeltrannhan%2Fcg-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/michaeltrannhan/cg-rust
[INFO] finished tweaking git repo https://github.com/michaeltrannhan/cg-rust
[INFO] tweaked toml for git repo https://github.com/michaeltrannhan/cg-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michaeltrannhan/cg-rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michaeltrannhan/cg-rust 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13
[INFO] running `Command { std: "docker" "start" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13", 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" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.10
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling tree-sitter v0.26.11
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bstr v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling globset v0.4.19
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling inotify v0.11.4
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling ignore v0.4.29
[INFO] [stderr]    Compiling crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling tree-sitter-language-pack v1.12.5
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: Downloading parser sources from https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 2s (attempt 2/6)
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 4s (attempt 3/6)
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 8s (attempt 4/6)
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 16s (attempt 5/6)
[INFO] [stderr] warning: tree-sitter-language-pack@1.12.5: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 32s (attempt 6/6)
[INFO] [stderr] error: failed to run custom build command for `tree-sitter-language-pack v1.12.5`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/tree-sitter-language-pack-0d8b945c3104442f/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=TSLP_LANGUAGES
[INFO] [stderr]   cargo:rerun-if-env-changed=PROJECT_ROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=TSLP_LINK_MODE
[INFO] [stderr]   cargo:rerun-if-env-changed=TSLP_WASM_MAX_PARSER_BYTES
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-language-pack-1.12.5/language_definitions.json
[INFO] [stderr]   cargo:rerun-if-env-changed=TSLP_OFFLINE
[INFO] [stderr]   cargo:rerun-if-env-changed=TSLP_SOURCE_BUNDLE_URL
[INFO] [stderr]   cargo:warning=Downloading parser sources from https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst
[INFO] [stderr]   cargo:warning=GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 2s (attempt 2/6)
[INFO] [stderr]   cargo:warning=GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 4s (attempt 3/6)
[INFO] [stderr]   cargo:warning=GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 8s (attempt 4/6)
[INFO] [stderr]   cargo:warning=GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 16s (attempt 5/6)
[INFO] [stderr]   cargo:warning=GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution; retrying in 32s (attempt 6/6)
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2052) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-language-pack-1.12.5/build.rs:1128:9:
[INFO] [stderr]   Failed to download parser sources from https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: GET https://github.com/xberg-io/tree-sitter-language-pack/releases/download/v1.12.5/parser-sources-1.12.5.tar.zst: io: failed to lookup address information: Temporary failure in name resolution. Set TSLP_OFFLINE=1 to skip, or ensure network access and that v1.12.5 is published with a parser-sources-1.12.5.tar.zst asset.
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5eb7fbf05ac1 - <unknown>
[INFO] [stderr]      1:     0x5eb7fbf1e48a - <unknown>
[INFO] [stderr]      2:     0x5eb7fbf0ca6c - <unknown>
[INFO] [stderr]      3:     0x5eb7fbedcba6 - <unknown>
[INFO] [stderr]      4:     0x5eb7fbefbc81 - <unknown>
[INFO] [stderr]      5:     0x5eb7fbefbfab - <unknown>
[INFO] [stderr]      6:     0x5eb7fbedcc52 - <unknown>
[INFO] [stderr]      7:     0x5eb7fbed4d39 - <unknown>
[INFO] [stderr]      8:     0x5eb7fbeddccd - <unknown>
[INFO] [stderr]      9:     0x5eb7fbf1ebfc - <unknown>
[INFO] [stderr]     10:     0x5eb7fbaa21dc - <unknown>
[INFO] [stderr]     11:     0x5eb7fbabedcb - <unknown>
[INFO] [stderr]     12:     0x5eb7fbaaa66c - <unknown>
[INFO] [stderr]     13:     0x5eb7fbab4769 - <unknown>
[INFO] [stderr]     14:     0x5eb7fbac6e03 - <unknown>
[INFO] [stderr]     15:     0x5eb7fbac921e - <unknown>
[INFO] [stderr]     16:     0x5eb7fbacac29 - <unknown>
[INFO] [stderr]     17:     0x5eb7fbefaf39 - <unknown>
[INFO] [stderr]     18:     0x5eb7fbac9211 - <unknown>
[INFO] [stderr]     19:     0x5eb7fbab65c5 - <unknown>
[INFO] [stderr]     20:     0x702e81ca1601 - <unknown>
[INFO] [stderr]     21:     0x702e81ca1718 - __libc_start_main
[INFO] [stderr]     22:     0x5eb7fba8b165 - <unknown>
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13", kill_on_drop: false }`
[INFO] [stdout] 27ba820a97a7f73c4a022ff38b3901c17a9c388db68907006d46b407c04f0c13
