[INFO] cloning repository https://github.com/martin12333/zorse-lang--drop--busybox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martin12333/zorse-lang--drop--busybox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartin12333%2Fzorse-lang--drop--busybox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartin12333%2Fzorse-lang--drop--busybox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2b42009112e1b39df09e676be8b561abe1b4d0a
[INFO] testing martin12333/zorse-lang--drop--busybox 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%2Fmartin12333%2Fzorse-lang--drop--busybox" "/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/martin12333/zorse-lang--drop--busybox
[INFO] finished tweaking git repo https://github.com/martin12333/zorse-lang--drop--busybox
[INFO] tweaked toml for git repo https://github.com/martin12333/zorse-lang--drop--busybox written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martin12333/zorse-lang--drop--busybox 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/martin12333/zorse-lang--drop--busybox 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] 0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b
[INFO] running `Command { std: "docker" "start" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b", 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" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b" "/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" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b", 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" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b" "/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.50
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling better_scoped_tls v0.1.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling unicode-id v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling swc_ecma_ast v0.96.1
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling swc_atoms v0.4.33
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling lexical v6.1.1
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling filetime v0.2.19
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling path-clean v0.1.0
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling argparse v0.2.2
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling drop v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `drop v1.0.0 (/opt/rustwide/workdir)`
[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/drop-908257190d650d02/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/quickjs
[INFO] [stderr]   cargo:rerun-if-changed=src/modules_js
[INFO] [stderr]   cargo:rerun-if-changed=build/libquickjs.a
[INFO] [stderr]   cargo:rustc-link-search=native=build
[INFO] [stderr]   cargo:rustc-link-lib=quickjs
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1858) panicked at build.rs:13:49:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5e466ea457e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x5e466ea576ba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x5e466ea496cc - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x5e466ea2ec76 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x5e466ea41bc1 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x5e466ea41d7b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x5e466ea2ed22 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x5e466ea27a49 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x5e466ea2f51d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x5e466ea57dec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x5e466ea57bc2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stderr]     11:     0x5e466e9f939a - build_script_build[9a0064011d35335b]::main
[INFO] [stderr]     12:     0x5e466e9fb173 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     13:     0x5e466e9f8cd6 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     14:     0x5e466e9f9229 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     15:     0x5e466ea41329 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     16:     0x5e466e9f8ab1 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     17:     0x5e466e9fb535 - main
[INFO] [stderr]     18:     0x7486062b1601 - <unknown>
[INFO] [stderr]     19:     0x7486062b1718 - __libc_start_main
[INFO] [stderr]     20:     0x5e466e9f85d5 - _start
[INFO] [stderr]     21:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b", kill_on_drop: false }`
[INFO] [stdout] 0d79fa042297da78975598b8bbbaa9dcfd867b9bae387189c81a831f73dc311b
