[INFO] cloning repository https://github.com/juliuskreutz/catppuccin-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/juliuskreutz/catppuccin-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuliuskreutz%2Fcatppuccin-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuliuskreutz%2Fcatppuccin-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf93275dbf371d365df60bb4500843bd9cf136b7 [INFO] checking juliuskreutz/catppuccin-rs against master#336209eef13882bd1e211b24779584cb7ef911eb for pr-129249 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuliuskreutz%2Fcatppuccin-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/juliuskreutz/catppuccin-rs on toolchain 336209eef13882bd1e211b24779584cb7ef911eb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/juliuskreutz/catppuccin-rs [INFO] removed 1 missing examples [INFO] finished tweaking git repo https://github.com/juliuskreutz/catppuccin-rs [INFO] tweaked toml for git repo https://github.com/juliuskreutz/catppuccin-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/juliuskreutz/catppuccin-rs 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" "+336209eef13882bd1e211b24779584cb7ef911eb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af02fc23567183999b008f96e62a3b810a1443652ddfe78beca29353379ef0eb [INFO] running `Command { std: "docker" "start" "-a" "af02fc23567183999b008f96e62a3b810a1443652ddfe78beca29353379ef0eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af02fc23567183999b008f96e62a3b810a1443652ddfe78beca29353379ef0eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af02fc23567183999b008f96e62a3b810a1443652ddfe78beca29353379ef0eb", kill_on_drop: false }` [INFO] [stdout] af02fc23567183999b008f96e62a3b810a1443652ddfe78beca29353379ef0eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d393cabea9b9f23e59234d46146b392295720d45c7b3a0a69207a3f3600fe3e [INFO] running `Command { std: "docker" "start" "-a" "1d393cabea9b9f23e59234d46146b392295720d45c7b3a0a69207a3f3600fe3e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling rustls-pki-types v1.2.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rustls v0.22.2 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling prettyplease v0.2.16 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling webpki-roots v0.26.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling case v1.0.0 [INFO] [stderr] Compiling hoot v0.1.3 [INFO] [stderr] Checking strum v0.26.1 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling indexmap v2.2.2 [INFO] [stderr] Compiling rustls-webpki v0.102.2 [INFO] [stderr] Compiling hootbin v0.1.1 [INFO] [stderr] Compiling ureq v2.9.5 [INFO] [stderr] Compiling catppuccin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `catppuccin v0.1.0 (/opt/rustwide/workdir)` [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/catppuccin-2a59b2da2ec34186/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at build.rs:53:55: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Transport(Transport { kind: Dns, message: Some("resolve dns name 'raw.githubusercontent.com:443'"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("raw.githubusercontent.com")), port: None, path: "/catppuccin/palette/v1.0.3/palette.json", query: None, fragment: None }), source: Some(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }) }) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5e4051a2b95a - std::backtrace_rs::backtrace::libunwind::trace::h71ee8fa147086d13 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5e4051a2b95a - std::backtrace_rs::backtrace::trace_unsynchronized::h7af3fd44c7ec3272 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5e4051a2b95a - std::sys::backtrace::_print_fmt::hc692ce0ccb282507 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5e4051a2b95a - ::fmt::h9e0e132f9b226ecb [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5e4051a51fa3 - core::fmt::rt::Argument::fmt::h887584144058832a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5e4051a51fa3 - core::fmt::write::h21dcc258670bc84a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x5e4051a27b23 - std::io::Write::write_fmt::h8dddd224eba17c9a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x5e4051a2b7a2 - std::sys::backtrace::BacktraceLock::print::h74bb0c83790fe932 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5e4051a2c810 - std::panicking::default_hook::{{closure}}::h6c669ccb103537d3 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x5e4051a2c5f0 - std::panicking::default_hook::hc44a73b0e344e454 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x5e4051a2cff2 - std::panicking::rust_panic_with_hook::hf37a9c81542e266e [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:828:13 [INFO] [stderr] 11: 0x5e4051a2cd7a - std::panicking::begin_panic_handler::{{closure}}::hc44a502ce86a9bf9 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:701:13 [INFO] [stderr] 12: 0x5e4051a2be69 - std::sys::backtrace::__rust_end_short_backtrace::h4c1c34384dd8c315 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5e4051a2ca0d - rust_begin_unwind [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:692:5 [INFO] [stderr] 14: 0x5e4051a4fb50 - core::panicking::panic_fmt::h884ad9d841f9207f [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5e4051a4ffc6 - core::result::unwrap_failed::h7863898ba7628650 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x5e4051661b65 - build_script_build::main::h19b4d35858d70450 [INFO] [stderr] 17: 0x5e4051686983 - core::ops::function::FnOnce::call_once::hd9d5798da0841f72 [INFO] [stderr] 18: 0x5e4051679fc6 - std::sys::backtrace::__rust_begin_short_backtrace::h4469d2ce10c2728c [INFO] [stderr] 19: 0x5e4051679f69 - std::rt::lang_start::{{closure}}::h970ebd7cb3ca0847 [INFO] [stderr] 20: 0x5e4051a23c27 - core::ops::function::impls:: for &F>::call_once::h2d0b91e90121792d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x5e4051a23c27 - std::panicking::try::do_call::h71b76b5ff07d3004 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:584:40 [INFO] [stderr] 22: 0x5e4051a23c27 - std::panicking::try::ha6aa59962011c48f [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:547:19 [INFO] [stderr] 23: 0x5e4051a23c27 - std::panic::catch_unwind::h6415617c614f6d6b [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panic.rs:358:14 [INFO] [stderr] 24: 0x5e4051a23c27 - std::rt::lang_start_internal::{{closure}}::h98fbfb96fa4c7bea [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/rt.rs:174:48 [INFO] [stderr] 25: 0x5e4051a23c27 - std::panicking::try::do_call::h16214a0297ed55d3 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:584:40 [INFO] [stderr] 26: 0x5e4051a23c27 - std::panicking::try::h198c5e026d1a175d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:547:19 [INFO] [stderr] 27: 0x5e4051a23c27 - std::panic::catch_unwind::h6f16c09a3c83ec1d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panic.rs:358:14 [INFO] [stderr] 28: 0x5e4051a23c27 - std::rt::lang_start_internal::h3c6261a8a1ecef58 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/rt.rs:174:20 [INFO] [stderr] 29: 0x5e4051679f47 - std::rt::lang_start::h462bc75ea2839da1 [INFO] [stderr] 30: 0x5e4051678165 - main [INFO] [stderr] 31: 0x7632de08fd90 - [INFO] [stderr] 32: 0x7632de08fe40 - __libc_start_main [INFO] [stderr] 33: 0x5e405164a3e5 - _start [INFO] [stderr] 34: 0x0 - [INFO] running `Command { std: "docker" "inspect" "1d393cabea9b9f23e59234d46146b392295720d45c7b3a0a69207a3f3600fe3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d393cabea9b9f23e59234d46146b392295720d45c7b3a0a69207a3f3600fe3e", kill_on_drop: false }` [INFO] [stdout] 1d393cabea9b9f23e59234d46146b392295720d45c7b3a0a69207a3f3600fe3e