[INFO] fetching crate vulkan_rs 1.0.62... [INFO] checking vulkan_rs-1.0.62 against master#a874956d940ecb3ed524b6176a171219ac4787ea for pr-76104 [INFO] extracting crate vulkan_rs 1.0.62 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate vulkan_rs 1.0.62 on toolchain a874956d940ecb3ed524b6176a171219ac4787ea [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vulkan_rs 1.0.62 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate vulkan_rs 1.0.62 [INFO] tweaked toml for crates.io crate vulkan_rs 1.0.62 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-6/source/examples/utils.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c525f84104c6fe01133e47d54a20b5714c67653c7d926e1bd473878c8db98cd [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" "2c525f84104c6fe01133e47d54a20b5714c67653c7d926e1bd473878c8db98cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c525f84104c6fe01133e47d54a20b5714c67653c7d926e1bd473878c8db98cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c525f84104c6fe01133e47d54a20b5714c67653c7d926e1bd473878c8db98cd", kill_on_drop: false }` [INFO] [stdout] 2c525f84104c6fe01133e47d54a20b5714c67653c7d926e1bd473878c8db98cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ef09e8a15a6251b5cd0159ac17075c8d218c88e9c1587e9a43283d5944e9706 [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" "6ef09e8a15a6251b5cd0159ac17075c8d218c88e9c1587e9a43283d5944e9706", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/utils.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling wayland-scanner v0.8.7 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling wayland-client v0.8.7 [INFO] [stderr] Compiling vulkan_rs_generator v0.1.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling shaderc v0.2.0 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] error: failed to run custom build command for `shaderc v0.2.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/shaderc-db366dfc09b56141/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] fatal: could not create leading directories of '/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-0.2.0/target/native-shaderc': Read-only file system [INFO] [stderr] thread 'main' panicked at 'git clone shaderc failed', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-0.2.0/build/build.rs:42:13 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560ed3baaa90 - std::backtrace_rs::backtrace::libunwind::trace::h14e81b0c16b543a7 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x560ed3baaa90 - std::backtrace_rs::backtrace::trace_unsynchronized::hc9e39e172835ff32 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x560ed3baaa90 - std::sys_common::backtrace::_print_fmt::h31994df1c8c77b8f [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x560ed3baaa90 - ::fmt::he74e98acff43ec99 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x560ed3bc9dec - core::fmt::write::h1857a60b204f1b6a [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/fmt/mod.rs:1080 [INFO] [stderr] 5: 0x560ed3ba7487 - std::io::Write::write_fmt::hea6289e6649ff508 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/io/mod.rs:1517 [INFO] [stderr] 6: 0x560ed3bad240 - std::sys_common::backtrace::_print::h8cc65937fea24014 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x560ed3bad240 - std::sys_common::backtrace::print::hff6a0ebb96535e34 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x560ed3bad240 - std::panicking::default_hook::{{closure}}::h71b9700c5dda1b1d [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:208 [INFO] [stderr] 9: 0x560ed3bacf8c - std::panicking::default_hook::h0c46e634c06c69b6 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:227 [INFO] [stderr] 10: 0x560ed3bad8a3 - std::panicking::rust_panic_with_hook::he52576a0c2093334 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:577 [INFO] [stderr] 11: 0x560ed3bad479 - std::panicking::begin_panic_handler::{{closure}}::h411c800b810762b2 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:484 [INFO] [stderr] 12: 0x560ed3baaf1c - std::sys_common::backtrace::__rust_end_short_backtrace::ha657a272019e6aad [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x560ed3bad439 - rust_begin_unwind [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:483 [INFO] [stderr] 14: 0x560ed3bad3eb - std::panicking::begin_panic_fmt::h8679424505ca4cf5 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:437 [INFO] [stderr] 15: 0x560ed3b30276 - build_script_build::git_clone_or_update::h6368c70908be286e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-0.2.0/build/build.rs:42 [INFO] [stderr] 16: 0x560ed3b3076d - build_script_build::main::h2dc856dcac7e68c3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-0.2.0/build/build.rs:89 [INFO] [stderr] 17: 0x560ed3b30b7b - core::ops::function::FnOnce::call_once::h4cd8666fe0024405 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:227 [INFO] [stderr] 18: 0x560ed3b2fcfe - std::sys_common::backtrace::__rust_begin_short_backtrace::h528576f86713d152 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 19: 0x560ed3b2fb11 - std::rt::lang_start::{{closure}}::h11c1ceeb949d331e [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:66 [INFO] [stderr] 20: 0x560ed3badca1 - core::ops::function::impls:: for &F>::call_once::h009d20b8a620bf60 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:259 [INFO] [stderr] 21: 0x560ed3badca1 - std::panicking::try::do_call::h09431c39e2107c90 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:381 [INFO] [stderr] 22: 0x560ed3badca1 - std::panicking::try::he27cf60b958af343 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:345 [INFO] [stderr] 23: 0x560ed3badca1 - std::panic::catch_unwind::h7b646b0041dc5591 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panic.rs:382 [INFO] [stderr] 24: 0x560ed3badca1 - std::rt::lang_start_internal::hdad6c98af1e4747e [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:51 [INFO] [stderr] 25: 0x560ed3b2fae7 - std::rt::lang_start::hc50bc2f078d43cf7 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:65 [INFO] [stderr] 26: 0x560ed3b30b1a - main [INFO] [stderr] 27: 0x7f35c0f8c0b3 - __libc_start_main [INFO] [stderr] 28: 0x560ed3b2f0ce - _start [INFO] [stderr] 29: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6ef09e8a15a6251b5cd0159ac17075c8d218c88e9c1587e9a43283d5944e9706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ef09e8a15a6251b5cd0159ac17075c8d218c88e9c1587e9a43283d5944e9706", kill_on_drop: false }` [INFO] [stdout] 6ef09e8a15a6251b5cd0159ac17075c8d218c88e9c1587e9a43283d5944e9706