[INFO] cloning repository https://github.com/UE2020/DeclineFormer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UE2020/DeclineFormer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUE2020%2FDeclineFormer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUE2020%2FDeclineFormer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 769173d95be95bd7e6e73caebb770b3263966e59
[INFO] checking UE2020/DeclineFormer against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUE2020%2FDeclineFormer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/UE2020/DeclineFormer on toolchain 1f5783cbeb5da8b38566d718631d016891e9c912
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/UE2020/DeclineFormer
[INFO] finished tweaking git repo https://github.com/UE2020/DeclineFormer
[INFO] tweaked toml for git repo https://github.com/UE2020/DeclineFormer written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/UE2020/DeclineFormer 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" "+1f5783cbeb5da8b38566d718631d016891e9c912" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded monostate-impl v0.1.11
[INFO] [stderr]   Downloaded monostate v0.1.11
[INFO] [stderr]   Downloaded torch-sys v0.14.0
[INFO] [stderr]   Downloaded tokenizers v0.15.1
[INFO] [stderr]   Downloaded tch v0.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9cbf04c80869bc5429e1ff39793225d9171973d9a11c913dd95356559072f320
[INFO] running `Command { std: "docker" "start" "-a" "9cbf04c80869bc5429e1ff39793225d9171973d9a11c913dd95356559072f320", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cbf04c80869bc5429e1ff39793225d9171973d9a11c913dd95356559072f320", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cbf04c80869bc5429e1ff39793225d9171973d9a11c913dd95356559072f320", kill_on_drop: false }`
[INFO] [stdout] 9cbf04c80869bc5429e1ff39793225d9171973d9a11c913dd95356559072f320
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb4093bd19e3ed9480d970990de5271bea559af4b08ccbe802493772c37b9161
[INFO] running `Command { std: "docker" "start" "-a" "cb4093bd19e3ed9480d970990de5271bea559af4b08ccbe802493772c37b9161", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling serde_json v1.0.112
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling webpki-roots v0.25.3
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling time v0.3.31
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]    Compiling aes v0.8.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking clap_builder v4.4.18
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling tch v0.14.0
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.0
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]     Checking unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking half v2.3.1
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking macro_rules_attribute v0.2.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking rayon-cond v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling monostate-impl v0.1.11
[INFO] [stderr]     Checking tensorboard-proto v0.5.7
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]     Checking clap v4.4.18
[INFO] [stderr]     Checking tensorboard-rs v0.5.9
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking onig v6.4.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking monostate v0.1.11
[INFO] [stderr]     Checking spm_precompiled v0.1.4
[INFO] [stderr]     Checking safetensors v0.3.3
[INFO] [stderr]     Checking tokenizers v0.15.1
[INFO] [stderr]    Compiling ureq v2.9.1
[INFO] [stderr]    Compiling torch-sys v0.14.0
[INFO] [stderr] error: failed to run custom build command for `torch-sys v0.14.0`
[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/torch-sys-32f06fa183792a96/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBTORCH_USE_PYTORCH
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBTORCH
[INFO] [stderr]   cargo:rerun-if-env-changed=TORCH_CUDA_VERSION
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcpu.zip: Dns Failed: resolve dns name 'download.pytorch.org:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] 
[INFO] [stderr]   Caused by:
[INFO] [stderr]       failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] 
[INFO] [stderr]   Stack backtrace:
[INFO] [stderr]      0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stderr]      1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stderr]      2: build_script_build::download
[INFO] [stderr]      3: build_script_build::SystemInfo::prepare_libtorch_dir
[INFO] [stderr]      4: build_script_build::SystemInfo::new
[INFO] [stderr]      5: build_script_build::main
[INFO] [stderr]      6: core::ops::function::FnOnce::call_once
[INFO] [stderr]      7: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stderr]      8: std::rt::lang_start::{{closure}}
[INFO] [stderr]      9: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/core/src/ops/function.rs:284:21
[INFO] [stderr]     10: std::panicking::catch_unwind::do_call
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panicking.rs:589:40
[INFO] [stderr]     11: std::panicking::catch_unwind
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panicking.rs:552:19
[INFO] [stderr]     12: std::panic::catch_unwind
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panic.rs:359:14
[INFO] [stderr]     13: std::rt::lang_start_internal::{{closure}}
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/rt.rs:175:24
[INFO] [stderr]     14: std::panicking::catch_unwind::do_call
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panicking.rs:589:40
[INFO] [stderr]     15: std::panicking::catch_unwind
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panicking.rs:552:19
[INFO] [stderr]     16: std::panic::catch_unwind
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/panic.rs:359:14
[INFO] [stderr]     17: std::rt::lang_start_internal
[INFO] [stderr]                at /rustc/1f5783cbeb5da8b38566d718631d016891e9c912/library/std/src/rt.rs:171:5
[INFO] [stderr]     18: std::rt::lang_start
[INFO] [stderr]     19: main
[INFO] [stderr]     20: <unknown>
[INFO] [stderr]     21: __libc_start_main
[INFO] [stderr]     22: _start
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cb4093bd19e3ed9480d970990de5271bea559af4b08ccbe802493772c37b9161", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb4093bd19e3ed9480d970990de5271bea559af4b08ccbe802493772c37b9161", kill_on_drop: false }`
[INFO] [stdout] cb4093bd19e3ed9480d970990de5271bea559af4b08ccbe802493772c37b9161
