[INFO] cloning repository https://github.com/dragly/visula [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dragly/visula" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragly%2Fvisula", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragly%2Fvisula'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdb273875c4e9caab123f9d79247c28ee1d47865 [INFO] checking dragly/visula against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragly%2Fvisula" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dragly/visula on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dragly/visula [INFO] finished tweaking git repo https://github.com/dragly/visula [INFO] tweaked toml for git repo https://github.com/dragly/visula written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/dragly/visula already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "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] c76ce773fac0118010e8d7b27f56328a5c33d0b7041d2e2f6a8f1e28af24e5cc [INFO] running `Command { std: "docker" "start" "-a" "c76ce773fac0118010e8d7b27f56328a5c33d0b7041d2e2f6a8f1e28af24e5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c76ce773fac0118010e8d7b27f56328a5c33d0b7041d2e2f6a8f1e28af24e5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c76ce773fac0118010e8d7b27f56328a5c33d0b7041d2e2f6a8f1e28af24e5cc", kill_on_drop: false }` [INFO] [stdout] c76ce773fac0118010e8d7b27f56328a5c33d0b7041d2e2f6a8f1e28af24e5cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37a4378e1ee3fab75cd25a1f708b5cc19394e429df92ecd7e8368bae6cd1d673 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "37a4378e1ee3fab75cd25a1f708b5cc19394e429df92ecd7e8368bae6cd1d673", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.69 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling smallvec v1.5.1 [INFO] [stderr] Compiling ahash v0.4.6 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Checking glow v0.6.1 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling wasm-bindgen v0.2.69 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Compiling inplace_it v0.3.2 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling netcdf-sys v0.3.4 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Checking object v0.22.0 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling visula v0.1.0 (/opt/rustwide/workdir/visula) [INFO] [stderr] Compiling khronos-egl v2.1.1 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling wgpu-core v0.6.0 (https://github.com/gfx-rs/wgpu?rev=2d87fd9067e6600beea494f83aa27955b0c8e100#2d87fd90) [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking khronos v0.1.2 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] error: failed to run custom build command for `visula v0.1.0 (/opt/rustwide/workdir/visula)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/visula-e12d47c8401012cc/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=src/shader.vert [INFO] [stderr] cargo:rerun-if-changed=src/shader.frag [INFO] [stderr] cargo:rerun-if-changed=src/mesh.vert [INFO] [stderr] cargo:rerun-if-changed=src/mesh.frag [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "37a4378e1ee3fab75cd25a1f708b5cc19394e429df92ecd7e8368bae6cd1d673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37a4378e1ee3fab75cd25a1f708b5cc19394e429df92ecd7e8368bae6cd1d673", kill_on_drop: false }` [INFO] [stdout] 37a4378e1ee3fab75cd25a1f708b5cc19394e429df92ecd7e8368bae6cd1d673