[INFO] cloning repository https://github.com/b1naryth1ef/dcs-ts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/b1naryth1ef/dcs-ts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fb1naryth1ef%2Fdcs-ts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fb1naryth1ef%2Fdcs-ts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe3238bfb2fb89d1d24be52bfedafa6f81100486
[INFO] testing b1naryth1ef/dcs-ts 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%2Fb1naryth1ef%2Fdcs-ts" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/b1naryth1ef/dcs-ts
[INFO] finished tweaking git repo https://github.com/b1naryth1ef/dcs-ts
[INFO] tweaked toml for git repo https://github.com/b1naryth1ef/dcs-ts written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/b1naryth1ef/dcs-ts 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/b1naryth1ef/dcs-ts 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4
[INFO] running `Command { std: "docker" "start" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4", 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" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4" "/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" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4", 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" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.106
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling fslock v0.1.8
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]    Compiling v8 v0.38.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.8.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.19
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling futures-io v0.3.19
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr] error: failed to run custom build command for `v8 v0.38.1`
[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/v8-612e3d8c26cba569/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/binding.cc
[INFO] [stderr]   cargo:rerun-if-env-changed=CCACHE
[INFO] [stderr]   cargo:rerun-if-env-changed=CLANG_BASE_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=DENO_TRYBUILD
[INFO] [stderr]   cargo:rerun-if-env-changed=DOCS_RS
[INFO] [stderr]   cargo:rerun-if-env-changed=GENERATE_COMPDB
[INFO] [stderr]   cargo:rerun-if-env-changed=GN
[INFO] [stderr]   cargo:rerun-if-env-changed=GN_ARGS
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST
[INFO] [stderr]   cargo:rerun-if-env-changed=NINJA
[INFO] [stderr]   cargo:rerun-if-env-changed=OUT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=RUSTY_V8_ARCHIVE
[INFO] [stderr]   cargo:rerun-if-env-changed=RUSTY_V8_MIRROR
[INFO] [stderr]   cargo:rerun-if-env-changed=SCCACHE
[INFO] [stderr]   cargo:rerun-if-env-changed=V8_FORCE_DEBUG
[INFO] [stderr]   cargo:rerun-if-env-changed=V8_FROM_SOURCE
[INFO] [stderr]   download lockfile: "/opt/rustwide/target/release/build/lib_download.fslock"
[INFO] [stderr]   static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.38.1/librusty_v8_release_x86_64-unknown-linux-gnu.a
[INFO] [stderr]   cargo:rustc-link-search=/opt/rustwide/target/release/gn_out/obj
[INFO] [stderr]   Downloading https://github.com/denoland/rusty_v8/releases/download/v0.38.1/librusty_v8_release_x86_64-unknown-linux-gnu.a
[INFO] [stderr]   Python downloader failed, trying with curl.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1413) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v8-0.38.1/build.rs:378:3:
[INFO] [stderr]   assertion failed: status.success()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5fd7a2b79cd1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x5fd7a2b8d26a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x5fd7a2b7f5ec - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x5fd7a2b59596 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x5fd7a2b74381 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x5fd7a2b7453b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x5fd7a2b59674 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x5fd7a2b51d69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x5fd7a2b59efd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x5fd7a2b8d99c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x5fd7a2b8d962 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stderr]     11:     0x5fd7a2b3be21 - build_script_build[7847a0a658e4ef26]::download_file
[INFO] [stderr]     12:     0x5fd7a2b3f388 - build_script_build[7847a0a658e4ef26]::download_static_lib_binaries
[INFO] [stderr]     13:     0x5fd7a2b40838 - build_script_build[7847a0a658e4ef26]::main
[INFO] [stderr]     14:     0x5fd7a2b36233 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     15:     0x5fd7a2b33576 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     16:     0x5fd7a2b33ab9 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     17:     0x5fd7a2b73749 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     18:     0x5fd7a2b32601 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     19:     0x5fd7a2b442a5 - main
[INFO] [stderr]     20:     0x79d432717601 - <unknown>
[INFO] [stderr]     21:     0x79d432717718 - __libc_start_main
[INFO] [stderr]     22:     0x5fd7a2b269a5 - _start
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4", kill_on_drop: false }`
[INFO] [stdout] 331ea3b16c9cba265d41458c3370444377d34e431d9a90b73f95716745a54fe4
