[INFO] cloning repository https://github.com/obiwanus/gl-tester [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/obiwanus/gl-tester" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobiwanus%2Fgl-tester", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobiwanus%2Fgl-tester'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a81294c1e371ea72a9978f8a48907ecbd351a8c9 [INFO] building obiwanus/gl-tester against master#44f415c1d617ebc7b931a243b7b321ef8a6ca47c for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobiwanus%2Fgl-tester" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/obiwanus/gl-tester on toolchain 44f415c1d617ebc7b931a243b7b321ef8a6ca47c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/obiwanus/gl-tester [INFO] finished tweaking git repo https://github.com/obiwanus/gl-tester [INFO] tweaked toml for git repo https://github.com/obiwanus/gl-tester written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/obiwanus/gl-tester 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" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc5f34a07ec42aad4e270246aaee757b253ed2ada4da3fa1bff31a049e22aff7 [INFO] running `Command { std: "docker" "start" "-a" "dc5f34a07ec42aad4e270246aaee757b253ed2ada4da3fa1bff31a049e22aff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc5f34a07ec42aad4e270246aaee757b253ed2ada4da3fa1bff31a049e22aff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc5f34a07ec42aad4e270246aaee757b253ed2ada4da3fa1bff31a049e22aff7", kill_on_drop: false }` [INFO] [stdout] dc5f34a07ec42aad4e270246aaee757b253ed2ada4da3fa1bff31a049e22aff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0fabc318f83abeb12d990f96448627373056d7357c27d0f2cb5435322e680f9 [INFO] running `Command { std: "docker" "start" "-a" "a0fabc318f83abeb12d990f96448627373056d7357c27d0f2cb5435322e680f9", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling wayland-sys v0.28.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling wayland-scanner v0.28.5 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling wayland-client v0.28.5 [INFO] [stderr] Compiling wayland-protocols v0.28.5 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling winit v0.25.0 [INFO] [stderr] Compiling mio-misc v1.2.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling wayland-commons v0.28.5 [INFO] [stderr] Compiling wayland-cursor v0.28.5 [INFO] [stderr] Compiling wayland-egl v0.28.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling glutin v0.27.0 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libwayland_protocols-cd5a190be37efda6.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-protocols` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `glutin` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/44f415c1d617ebc7b931a243b7b321ef8a6ca47c/bin/rustc --crate-name glutin --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glutin-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="glutin_glx_sys"' --cfg 'feature="wayland"' --cfg 'feature="wayland-client"' --cfg 'feature="wayland-egl"' --cfg 'feature="x11"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "glutin_glx_sys", "serde", "wayland", "wayland-client", "wayland-egl", "x11"))' -C metadata=12e8e3f27d78cd32 -C extra-filename=-dba680b423452b4b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glutin_egl_sys=/opt/rustwide/target/debug/deps/libglutin_egl_sys-fdb168de7257e510.rmeta --extern glutin_glx_sys=/opt/rustwide/target/debug/deps/libglutin_glx_sys-d316d6cad4fa77ac.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-ba6d9ac4e4243af3.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-3db60ea92da405c4.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-37071c70264f7b89.rmeta --extern osmesa_sys=/opt/rustwide/target/debug/deps/libosmesa_sys-4eaa9342afc6396c.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9a1144ccc03208bf.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-827926394ebfd43c.rmeta --extern wayland_egl=/opt/rustwide/target/debug/deps/libwayland_egl-cba83b2fd316310d.rmeta --extern winit=/opt/rustwide/target/debug/deps/libwinit-71bd0de3d6bed01f.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `winit` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/44f415c1d617ebc7b931a243b7b321ef8a6ca47c/bin/rustc --crate-name winit --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mio"' --cfg 'feature="mio-misc"' --cfg 'feature="parking_lot"' --cfg 'feature="percent-encoding"' --cfg 'feature="sctk"' --cfg 'feature="wayland"' --cfg 'feature="wayland-client"' --cfg 'feature="x11"' --cfg 'feature="x11-dl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mint", "mio", "mio-misc", "parking_lot", "percent-encoding", "sctk", "serde", "std_web", "stdweb", "wasm-bindgen", "wayland", "wayland-client", "web-sys", "web_sys", "x11", "x11-dl"))' -C metadata=a7415dd4245ad419 -C extra-filename=-71bd0de3d6bed01f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-8fcb3a19b90e1d12.rmeta --extern instant=/opt/rustwide/target/debug/deps/libinstant-c1606028aa4c4bf9.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-ba6d9ac4e4243af3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-875518e7e6147f29.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-37071c70264f7b89.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-0b7a67cf54373004.rmeta --extern mio_misc=/opt/rustwide/target/debug/deps/libmio_misc-82df02e8df8fb419.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9a1144ccc03208bf.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-772c90a786b3ee34.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/deps/libraw_window_handle-b5c39887fc71efd5.rmeta --extern sctk=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-517de7e1683f0a60.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-827926394ebfd43c.rmeta --extern x11_dl=/opt/rustwide/target/debug/deps/libx11_dl-bd4cb6cd81def53b.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "a0fabc318f83abeb12d990f96448627373056d7357c27d0f2cb5435322e680f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0fabc318f83abeb12d990f96448627373056d7357c27d0f2cb5435322e680f9", kill_on_drop: false }` [INFO] [stdout] a0fabc318f83abeb12d990f96448627373056d7357c27d0f2cb5435322e680f9