[INFO] cloning repository https://github.com/aQaTL/share_it [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aQaTL/share_it" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaQaTL%2Fshare_it", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaQaTL%2Fshare_it'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b051aeaa2d9d768819aa8393d90633bc59b67f1 [INFO] checking aQaTL/share_it against master#0599f3403366d9c57f0625e6de3af214b5042a90 for pr-87710 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaQaTL%2Fshare_it" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aQaTL/share_it on toolchain 0599f3403366d9c57f0625e6de3af214b5042a90 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-15/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/aQaTL/share_it [INFO] finished tweaking git repo https://github.com/aQaTL/share_it [INFO] tweaked toml for git repo https://github.com/aQaTL/share_it written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/aQaTL/share_it already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 604c414fc9797ed4e47c134996a59dacaba4741b0ac4d34c6ae0580b094f6656 [INFO] running `Command { std: "docker" "start" "-a" "604c414fc9797ed4e47c134996a59dacaba4741b0ac4d34c6ae0580b094f6656", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "604c414fc9797ed4e47c134996a59dacaba4741b0ac4d34c6ae0580b094f6656", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "604c414fc9797ed4e47c134996a59dacaba4741b0ac4d34c6ae0580b094f6656", kill_on_drop: false }` [INFO] [stdout] 604c414fc9797ed4e47c134996a59dacaba4741b0ac4d34c6ae0580b094f6656 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fadfa6f622df904d5df2e5ed44b89dcdbef091cb645f62abd2c990c27e00c504 [INFO] running `Command { std: "docker" "start" "-a" "fadfa6f622df904d5df2e5ed44b89dcdbef091cb645f62abd2c990c27e00c504", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling zstd-safe v3.1.0+zstd.1.4.9 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking askama_escape v0.10.1 [INFO] [stderr] Checking yansi v0.5.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking http-range v0.1.4 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling tokio v1.8.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking tinyvec v1.2.0 [INFO] [stderr] Checking actix-utils v3.0.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Checking systemd-socket-activation v0.1.0 (https://github.com/aQaTL/systemd-socket-activation?branch=master#9a79a915) [INFO] [stderr] Checking sha-1 v0.9.6 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Compiling share_it v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking actix-service v2.0.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling jobserver v0.1.22 [INFO] [stderr] error: failed to run custom build command for `share_it v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/share_it-d77a6f6fa6773c99/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=frontend [INFO] [stderr] [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fadfa6f622df904d5df2e5ed44b89dcdbef091cb645f62abd2c990c27e00c504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fadfa6f622df904d5df2e5ed44b89dcdbef091cb645f62abd2c990c27e00c504", kill_on_drop: false }` [INFO] [stdout] fadfa6f622df904d5df2e5ed44b89dcdbef091cb645f62abd2c990c27e00c504