[INFO] cloning repository https://github.com/jprochazk/learn-wgpu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jprochazk/learn-wgpu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjprochazk%2Flearn-wgpu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjprochazk%2Flearn-wgpu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b26186e5b4a749e851935077a08769c21dbdae2e [INFO] testing jprochazk/learn-wgpu against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjprochazk%2Flearn-wgpu" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jprochazk/learn-wgpu on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jprochazk/learn-wgpu [INFO] finished tweaking git repo https://github.com/jprochazk/learn-wgpu [INFO] tweaked toml for git repo https://github.com/jprochazk/learn-wgpu written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/jprochazk/learn-wgpu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db3dcd88ee1fb992ef5ef25fcdbe56dfb018d46d95c464e67aecc102cebe3652 [INFO] running `Command { std: "docker" "start" "-a" "db3dcd88ee1fb992ef5ef25fcdbe56dfb018d46d95c464e67aecc102cebe3652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db3dcd88ee1fb992ef5ef25fcdbe56dfb018d46d95c464e67aecc102cebe3652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3dcd88ee1fb992ef5ef25fcdbe56dfb018d46d95c464e67aecc102cebe3652", kill_on_drop: false }` [INFO] [stdout] db3dcd88ee1fb992ef5ef25fcdbe56dfb018d46d95c464e67aecc102cebe3652 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d711c80f4f46dab41a8df8a65322c7e0f67ceb9e41bb4541a8e2f7b2bf98811 [INFO] running `Command { std: "docker" "start" "-a" "0d711c80f4f46dab41a8df8a65322c7e0f67ceb9e41bb4541a8e2f7b2bf98811", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling syn v1.0.83 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling profiling v1.0.4 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling glow v0.11.1 [INFO] [stderr] Compiling inplace_it v0.3.3 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling winit v0.25.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling pollster v0.2.4 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling wgpu-types v0.11.0 [INFO] [stderr] Compiling ash v0.33.3+1.2.191 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling wgpu-core v0.11.3 [INFO] [stderr] Compiling gpu-alloc v0.5.2 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling wgpu-book v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] error: failed to run custom build command for `wgpu-book v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wgpu-book-68dfb1c9f249a5c3/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=res/* [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Error: Read-only file system (os error 30) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0d711c80f4f46dab41a8df8a65322c7e0f67ceb9e41bb4541a8e2f7b2bf98811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d711c80f4f46dab41a8df8a65322c7e0f67ceb9e41bb4541a8e2f7b2bf98811", kill_on_drop: false }` [INFO] [stdout] 0d711c80f4f46dab41a8df8a65322c7e0f67ceb9e41bb4541a8e2f7b2bf98811