[INFO] cloning repository https://github.com/EdenEast/repo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EdenEast/repo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdenEast%2Frepo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdenEast%2Frepo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e84e14f4a3948a01505e4cdb1f529ae52b42e5e5
[INFO] checking EdenEast/repo against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdenEast%2Frepo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EdenEast/repo
[INFO] finished tweaking git repo https://github.com/EdenEast/repo
[INFO] tweaked toml for git repo https://github.com/EdenEast/repo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EdenEast/repo on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EdenEast/repo 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" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b76137c93fed7bb2fdde5bab7886c974330c320f7241d8bf4513cea4d445d783
[INFO] running `Command { std: "docker" "start" "-a" "b76137c93fed7bb2fdde5bab7886c974330c320f7241d8bf4513cea4d445d783", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b76137c93fed7bb2fdde5bab7886c974330c320f7241d8bf4513cea4d445d783", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b76137c93fed7bb2fdde5bab7886c974330c320f7241d8bf4513cea4d445d783", kill_on_drop: false }`
[INFO] [stdout] b76137c93fed7bb2fdde5bab7886c974330c320f7241d8bf4513cea4d445d783
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06f4c1326e56db0cabbe9be3224e125ca86d5f2503a2935c8d456acf689ebf1d
[INFO] running `Command { std: "docker" "start" "-a" "06f4c1326e56db0cabbe9be3224e125ca86d5f2503a2935c8d456acf689ebf1d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling io-lifetimes v1.0.9
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstream v0.6.12
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling rustix v0.36.11
[INFO] [stderr]    Compiling rustix v0.37.4
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.3.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]     Checking dirs-sys v0.4.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling roff v0.2.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking is-terminal v0.4.5
[INFO] [stderr]     Checking console v0.15.5
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling openssl-sys v0.9.83
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling libgit2-sys v0.16.2+1.7.2
[INFO] [stderr]     Checking tempfile v3.5.0
[INFO] [stderr]     Checking dirs v5.0.0
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]     Checking winnow v0.6.2
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking dialoguer v0.10.3
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking shellexpand v3.1.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling pest v2.5.6
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling clap_mangen v0.2.20
[INFO] [stderr]    Compiling repo-cli v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling pest_meta v2.5.6
[INFO] [stderr] error: failed to run custom build command for `repo-cli v0.1.3 (/opt/rustwide/workdir)`
[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/repo-cli-45c103daa78225d4/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "06f4c1326e56db0cabbe9be3224e125ca86d5f2503a2935c8d456acf689ebf1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06f4c1326e56db0cabbe9be3224e125ca86d5f2503a2935c8d456acf689ebf1d", kill_on_drop: false }`
[INFO] [stdout] 06f4c1326e56db0cabbe9be3224e125ca86d5f2503a2935c8d456acf689ebf1d
