[INFO] cloning repository https://github.com/Zenithsiz/zsw [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zenithsiz/zsw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Fzsw", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Fzsw'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 80e0e861db3ef78d2c52e6262713609208ac8ebb [INFO] documenting Zenithsiz/zsw against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Fzsw" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Zenithsiz/zsw on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Zenithsiz/zsw [INFO] finished tweaking git repo https://github.com/Zenithsiz/zsw [INFO] tweaked toml for git repo https://github.com/Zenithsiz/zsw written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Zenithsiz/zsw already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4c078ce64108b8e17b8051f85e9f51417e1e01a17e2109ffa75a84392cd12227 [INFO] running `Command { std: "docker" "start" "-a" "4c078ce64108b8e17b8051f85e9f51417e1e01a17e2109ffa75a84392cd12227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c078ce64108b8e17b8051f85e9f51417e1e01a17e2109ffa75a84392cd12227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c078ce64108b8e17b8051f85e9f51417e1e01a17e2109ffa75a84392cd12227", kill_on_drop: false }` [INFO] [stdout] 4c078ce64108b8e17b8051f85e9f51417e1e01a17e2109ffa75a84392cd12227 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 926fe883919eb95d3352a772e24c2a1f51064d810c950e09fcd2f739f8edf2fc [INFO] running `Command { std: "docker" "start" "-a" "926fe883919eb95d3352a772e24c2a1f51064d810c950e09fcd2f739f8edf2fc", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Checking fixedbitset v0.4.1 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling winit v0.26.1 [INFO] [stderr] Checking emath v0.16.0 [INFO] [stderr] Checking atomic_refcell v0.1.8 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Checking libloading v0.7.3 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tracing-core v0.1.24 [INFO] [stderr] Checking gpu-descriptor-types v0.1.1 [INFO] [stderr] Checking gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.3 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking gif v0.11.3 [INFO] [stderr] Compiling wgpu-core v0.12.2 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Checking crossbeam-utils v0.8.8 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking ash v0.34.0+1.2.203 [INFO] [stderr] Checking ab_glyph v0.2.15 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking thread-id v4.0.0 [INFO] [stderr] Checking parking_lot_core v0.8.5 [INFO] [stderr] Checking khronos-egl v4.1.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking which v4.2.5 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking gpu-alloc v0.5.3 [INFO] [stderr] Checking futures-channel v0.3.21 [INFO] [stderr] Checking x11-dl v2.19.1 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking wayland-sys v0.29.4 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking mio v0.8.2 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Checking ahash v0.7.6 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling wayland-scanner v0.29.4 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking epaint v0.16.0 [INFO] [stderr] Checking fern v0.6.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Checking crossbeam v0.8.1 [INFO] [stderr] Checking gpu-descriptor v0.2.2 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Checking egui v0.16.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling wayland-client v0.29.4 [INFO] [stderr] Compiling wayland-protocols v0.29.4 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking epi v0.16.0 [INFO] [stderr] Checking wayland-commons v0.29.4 [INFO] [stderr] Checking calloop v0.9.3 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking wayland-cursor v0.29.4 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling bytemuck_derive v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Compiling duplicate v0.4.0 [INFO] [stderr] error: could not compile `ash` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ash-0.34.0+1.2.203/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' -C metadata=8b8c7dae2c51fa73 -C extra-filename=-8b8c7dae2c51fa73 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-4574604c6c6ffcc6.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "926fe883919eb95d3352a772e24c2a1f51064d810c950e09fcd2f739f8edf2fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "926fe883919eb95d3352a772e24c2a1f51064d810c950e09fcd2f739f8edf2fc", kill_on_drop: false }` [INFO] [stdout] 926fe883919eb95d3352a772e24c2a1f51064d810c950e09fcd2f739f8edf2fc