[INFO] cloning repository https://github.com/manpat/boat-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manpat/boat-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Fboat-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Fboat-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7392f40448240f4852cd2de5b66d6b6968d4130a
[INFO] testing manpat/boat-rs 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%2Fmanpat%2Fboat-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/manpat/boat-rs
[INFO] finished tweaking git repo https://github.com/manpat/boat-rs
[INFO] tweaked toml for git repo https://github.com/manpat/boat-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manpat/boat-rs 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/manpat/boat-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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `boat` (manifest) generated 1 warning
[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] ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c
[INFO] running `Command { std: "docker" "start" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c", 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" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c" "/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" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c", 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" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `boat` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.34
[INFO] [stderr]    Compiling boat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-traits v0.1.41
[INFO] [stderr]    Compiling rand v0.4.1
[INFO] [stderr]    Compiling rand v0.3.20
[INFO] [stderr] error: failed to run custom build command for `boat v0.1.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/boat-13211fc883c5060d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (106) panicked at build.rs:65:40:
[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:     0x583709e4e0e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x583709e5ec6a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x583709e51a7c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x583709e37d86 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x583709e4a751 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x583709e4a90b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x583709e37e32 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x583709e30b49 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x583709e3862d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x583709e5f39c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x583709e5f172 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stderr]     11:     0x583709e25972 - build_script_build[397a10b45bad9755]::main
[INFO] [stderr]     12:     0x583709e26c5b - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     13:     0x583709e24c56 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     14:     0x583709e252a9 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     15:     0x583709e49eb9 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     16:     0x583709e24ac1 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     17:     0x583709e26e35 - main
[INFO] [stderr]     18:     0x7d653174f601 - <unknown>
[INFO] [stderr]     19:     0x7d653174f718 - __libc_start_main
[INFO] [stderr]     20:     0x583709e23825 - _start
[INFO] [stderr]     21:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c", kill_on_drop: false }`
[INFO] [stdout] ddbd7aabe1d441340f93de64ffaf1ebf869fe2311d0953fa3becbe3b7a274c8c
