[INFO] cloning repository https://github.com/jamesyfyp/workspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesyfyp/workspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesyfyp%2Fworkspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesyfyp%2Fworkspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a79868f75dda408e3af39dc599bb12121367bbc
[INFO] testing jamesyfyp/workspace 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%2Fjamesyfyp%2Fworkspace" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jamesyfyp/workspace
[INFO] finished tweaking git repo https://github.com/jamesyfyp/workspace
[INFO] tweaked toml for git repo https://github.com/jamesyfyp/workspace written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jamesyfyp/workspace 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/jamesyfyp/workspace 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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5
[INFO] running `Command { std: "docker" "start" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5", 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" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5" "/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" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5", 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" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5" "/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.82
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling camino v1.1.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.63
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling generational-box v0.5.1
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.6
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]    Compiling event-listener v5.3.0
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling enumset_derive v0.8.1
[INFO] [stderr]    Compiling postgres-types v0.2.6
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling piper v0.2.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling enumset v1.1.3
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling dioxus-core v0.5.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling interprocess-docfix v1.2.2
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling euclid v0.22.9
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling tokio-postgres v0.7.10
[INFO] [stderr]    Compiling blocking v1.6.0
[INFO] [stderr]    Compiling ructe v0.17.0
[INFO] [stderr]    Compiling krates v0.16.10
[INFO] [stderr]    Compiling dioxus-html v0.5.1
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling internment v0.7.5
[INFO] [stderr]    Compiling spinning v0.1.0
[INFO] [stderr]    Compiling to_method v1.1.0
[INFO] [stderr]    Compiling intmap v0.7.1
[INFO] [stderr]    Compiling deadpool-postgres v0.12.1
[INFO] [stderr]    Compiling dioxus-rsx v0.5.1
[INFO] [stderr]    Compiling web-assets v0.1.0 (/opt/rustwide/workdir/crates/web-assets)
[INFO] [stderr]    Compiling dioxus-signals v0.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling cornucopia_client_core v0.4.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling constcat v0.3.1
[INFO] [stderr]    Compiling dioxus-debug-cell v0.1.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling db v0.1.0 (/opt/rustwide/workdir/crates/db)
[INFO] [stderr]    Compiling dioxus v0.5.1
[INFO] [stderr] error: failed to run custom build command for `db v0.1.0 (/opt/rustwide/workdir/crates/db)`
[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/db-44f1f836ddceffc5/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2950) panicked at crates/db/build.rs:16:46:
[INFO] [stderr]   called `Option::unwrap()` on a `None` value
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x57198bac2e91 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x57198bad3e6a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x57198bac6b3c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x57198baa6386 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x57198babee01 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x57198babefbb - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x57198baa6464 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x57198ba9ef59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x57198baa6c2d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x57198bad459c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x57198bad4562 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stderr]     11:     0x57198bad4319 - core[7c831bd917ebf35f]::option::unwrap_failed
[INFO] [stderr]     12:     0x57198ba926fb - build_script_build[2e11c9d1c41cbeb7]::cornucopia
[INFO] [stderr]     13:     0x57198ba92b76 - build_script_build[2e11c9d1c41cbeb7]::main
[INFO] [stderr]     14:     0x57198ba94063 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     15:     0x57198ba922de - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     16:     0x57198ba92559 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     17:     0x57198babe239 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     18:     0x57198ba91b71 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     19:     0x57198ba940a5 - main
[INFO] [stderr]     20:     0x71aa92324601 - <unknown>
[INFO] [stderr]     21:     0x71aa92324718 - __libc_start_main
[INFO] [stderr]     22:     0x57198ba91395 - _start
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5", kill_on_drop: false }`
[INFO] [stdout] f53e3a2c834c5aa9920a07f603c6e99444d7c371edb30b3c19b4061cc69f61e5
