[INFO] cloning repository https://github.com/etok414/simple_nn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/etok414/simple_nn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetok414%2Fsimple_nn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetok414%2Fsimple_nn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 225d3d0a81cd1bb185a126806b745eb932bfe5ba [INFO] testing etok414/simple_nn against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetok414%2Fsimple_nn" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/etok414/simple_nn on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/etok414/simple_nn [INFO] finished tweaking git repo https://github.com/etok414/simple_nn [INFO] tweaked toml for git repo https://github.com/etok414/simple_nn written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/etok414/simple_nn already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04f84be46bdb30971f22360aff5192b47916eef33845496201e6b6dc53d9adfa [INFO] running `Command { std: "docker" "start" "-a" "04f84be46bdb30971f22360aff5192b47916eef33845496201e6b6dc53d9adfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04f84be46bdb30971f22360aff5192b47916eef33845496201e6b6dc53d9adfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04f84be46bdb30971f22360aff5192b47916eef33845496201e6b6dc53d9adfa", kill_on_drop: false }` [INFO] [stdout] 04f84be46bdb30971f22360aff5192b47916eef33845496201e6b6dc53d9adfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5942faf5c1d2417575ade45f6eaaad2a5879411bdcde56f67a4e9b63ff036a73 [INFO] running `Command { std: "docker" "start" "-a" "5942faf5c1d2417575ade45f6eaaad2a5879411bdcde56f67a4e9b63ff036a73", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling vulkano v0.14.0 [INFO] [stderr] Compiling piston-float v0.3.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling half v1.3.0 [INFO] [stderr] Compiling vk-sys v0.4.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling instant v0.1.1 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling conrod_winit v0.67.0 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling notosans v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling piston-viewport v0.5.0 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling shaderc-sys v0.6.1 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling daggy v0.5.0 [INFO] [stderr] Compiling daggy v0.6.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling palette_derive v0.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling getrandom v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling conrod_derive v0.67.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling euclid v0.20.1 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling pennereq v0.3.0 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] error: could not compile `nix` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name nix /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/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 -C metadata=aa54d6d79aa71121 -C extra-filename=-aa54d6d79aa71121 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-95dbd6b1c1e7a457.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-96a462c5444e48f6.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `num-derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name num_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=ad7ac151b46a1fb6 -C extra-filename=-ad7ac151b46a1fb6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6f61508a3296ace.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2efd40e621c93118.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-abb6e2c0e6565889.rlib --extern proc_macro --cap-lints allow --cap-lints=warn --cfg has_i128` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `x11-dl` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name x11_dl /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.3/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 -C metadata=35c2d7009a7bd2f3 -C extra-filename=-35c2d7009a7bd2f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-96a462c5444e48f6.rmeta --cap-lints allow --cap-lints=warn -l dl` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rand` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rand /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/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="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' -C metadata=0dec4d2329831e7f -C extra-filename=-0dec4d2329831e7f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-96a462c5444e48f6.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-1c8ebb8f9899f361.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rmeta --extern rand_hc=/opt/rustwide/target/debug/deps/librand_hc-714c82d8096c6ceb.rmeta --extern rand_isaac=/opt/rustwide/target/debug/deps/librand_isaac-39c5c607c4a69ce5.rmeta --extern rand_jitter=/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rmeta --extern rand_os=/opt/rustwide/target/debug/deps/librand_os-de71f283499d1ce2.rmeta --extern rand_pcg=/opt/rustwide/target/debug/deps/librand_pcg-a9756d397c3121a4.rmeta --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-06e217ad92df2bfc.rmeta --cap-lints allow --cap-lints=warn --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `serde_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=4ac4b26d829e27e1 -C extra-filename=-4ac4b26d829e27e1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6f61508a3296ace.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2efd40e621c93118.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-abb6e2c0e6565889.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rayon-core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rayon_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.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 -C metadata=f478e3ab333eb531 -C extra-filename=-f478e3ab333eb531 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-cd4d8ae0df6284bc.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-b95dc5d0446c6748.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-30dc69ede17d5499.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-66c0173664dfd7cc.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `conrod_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name conrod_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_derive-0.67.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=209aa32fa475a0c3 -C extra-filename=-209aa32fa475a0c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6f61508a3296ace.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2efd40e621c93118.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-abb6e2c0e6565889.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `num-integer` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name num_integer /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/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="std"' -C metadata=9881aea213b7175d -C extra-filename=-9881aea213b7175d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-ee7be1221856e2e1.rmeta --cap-lints allow --cap-lints=warn --cfg has_i128` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `ordered-float` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ordered_float /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2/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="std"' -C metadata=888691e6ffb22ec6 -C extra-filename=-888691e6ffb22ec6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-ee7be1221856e2e1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `approx` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name approx /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/approx-0.3.2/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 -C metadata=278d4a1d9af38306 -C extra-filename=-278d4a1d9af38306 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-ee7be1221856e2e1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `num-complex` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name num_complex /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3/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="std"' -C metadata=621e95d36f443a55 -C extra-filename=-621e95d36f443a55 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-ee7be1221856e2e1.rmeta --cap-lints allow --cap-lints=warn --cfg has_i128` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `euclid` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name euclid /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.20.1/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 -C metadata=e90a122de8bc503e -C extra-filename=-e90a122de8bc503e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-ee7be1221856e2e1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rand_chacha` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rand_chacha --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.1/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="std"' -C metadata=102cbf7c255f488f -C extra-filename=-102cbf7c255f488f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern c2_chacha=/opt/rustwide/target/debug/deps/libc2_chacha-b9d25c9770310197.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-741852e7d7cb1b3c.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `vulkano` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name vulkano /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.14.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 -C metadata=065d8ba92921eedd -C extra-filename=-065d8ba92921eedd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam=/opt/rustwide/target/debug/deps/libcrossbeam-c6478bd92054bc78.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-54b4c2085518ddf8.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rmeta --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-57e18cf211bd4861.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rmeta --extern vk_sys=/opt/rustwide/target/debug/deps/libvk_sys-36321ddf761e9cd1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rayon` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rayon /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.1.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 -C metadata=eaafedafdb8913a4 -C extra-filename=-eaafedafdb8913a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-cd4d8ae0df6284bc.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-cc6a3ee3b2aa998f.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-f478e3ab333eb531.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `wayland-commons` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wayland_commons /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.21.13/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="native_lib"' --cfg 'feature="wayland-sys"' -C metadata=39a739e9aef98871 -C extra-filename=-39a739e9aef98871 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-aa54d6d79aa71121.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-e2e9a1a50c9ca5aa.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-975a50ec6944bac8/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5942faf5c1d2417575ade45f6eaaad2a5879411bdcde56f67a4e9b63ff036a73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5942faf5c1d2417575ade45f6eaaad2a5879411bdcde56f67a4e9b63ff036a73", kill_on_drop: false }` [INFO] [stdout] 5942faf5c1d2417575ade45f6eaaad2a5879411bdcde56f67a4e9b63ff036a73