[INFO] cloning repository https://github.com/agausmann/crowdpaint [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agausmann/crowdpaint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fcrowdpaint", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fcrowdpaint'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65f47a7ba5f52baf9720c8054a17fc10c98fc395 [INFO] checking agausmann/crowdpaint against master#9503ea19edbf01b9435e80e17d60ce1b88390116 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fcrowdpaint" "/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/agausmann/crowdpaint on toolchain 9503ea19edbf01b9435e80e17d60ce1b88390116 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agausmann/crowdpaint [INFO] finished tweaking git repo https://github.com/agausmann/crowdpaint [INFO] tweaked toml for git repo https://github.com/agausmann/crowdpaint written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/agausmann/crowdpaint already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "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-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b36322ca4318f36843eb0c699f90cc9a67c7bf3b2c7f0926710efdf34be5830 [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" "5b36322ca4318f36843eb0c699f90cc9a67c7bf3b2c7f0926710efdf34be5830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b36322ca4318f36843eb0c699f90cc9a67c7bf3b2c7f0926710efdf34be5830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b36322ca4318f36843eb0c699f90cc9a67c7bf3b2c7f0926710efdf34be5830", kill_on_drop: false }` [INFO] [stdout] 5b36322ca4318f36843eb0c699f90cc9a67c7bf3b2c7f0926710efdf34be5830 [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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b51b768908346a25327b98897c910d88b50c338dd21f3ddd4d629a5efeebc0f [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" "7b51b768908346a25327b98897c910d88b50c338dd21f3ddd4d629a5efeebc0f", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking futures-core v0.3.7 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking futures-io v0.3.7 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking tinyvec v0.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling http-types v2.7.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking humantime v2.0.1 [INFO] [stderr] Checking route-recognizer v0.2.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling tokio v0.3.3 [INFO] [stderr] Checking async-lock v2.3.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking futures-task v0.3.7 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Compiling crowdpaint-server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] error: failed to run custom build command for `crowdpaint-server v0.1.0 (/opt/rustwide/workdir/server)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/crowdpaint-server-a9ee8ded61d21718/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=frontend [INFO] [stderr] cargo:rerun-if-changed=frontend/Cargo.toml [INFO] [stderr] cargo:rerun-if-changed=frontend/x.sh [INFO] [stderr] cargo:rerun-if-changed=frontend/static [INFO] [stderr] cargo:rerun-if-changed=frontend/static/index.html [INFO] [stderr] cargo:rerun-if-changed=frontend/src [INFO] [stderr] cargo:rerun-if-changed=frontend/src/lib.rs [INFO] [stderr] cargo:rerun-if-changed=frontend/.gitignore [INFO] [stderr] cargo:rerun-if-changed=frontend/Cargo.lock [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] ./x.sh: 2: wasm-pack: not found [INFO] [stderr] cp: cannot create regular file 'out/': Not a directory [INFO] [stderr] thread 'main' panicked at 'Command failed with exit code Some(1)', server/build.rs:17:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x558a10b42b60 - std::backtrace_rs::backtrace::libunwind::trace::hb4de9797f80b7b8c [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x558a10b42b60 - std::backtrace_rs::backtrace::trace_unsynchronized::h59566d0bd20efff7 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x558a10b42b60 - std::sys_common::backtrace::_print_fmt::hcfa5ce6be50275d4 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x558a10b42b60 - ::fmt::hd8c307a38b9bab04 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x558a10b5e5fc - core::fmt::write::h3868db8542c90941 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/core/src/fmt/mod.rs:1096:17 [INFO] [stderr] 5: 0x558a10b3ffe2 - std::io::Write::write_fmt::hab90295d5a0f197d [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/io/mod.rs:1568:15 [INFO] [stderr] 6: 0x558a10b44905 - std::sys_common::backtrace::_print::h19224910b8700cf1 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x558a10b44905 - std::sys_common::backtrace::print::h25dedfa68c5fb84a [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x558a10b44905 - std::panicking::default_hook::{{closure}}::h12c5765653a72a42 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x558a10b443b3 - std::panicking::default_hook::he65cee71c4209f0c [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x558a10b450a1 - std::panicking::rust_panic_with_hook::h01a674d863fe0d8a [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x558a10b44be7 - std::panicking::begin_panic_handler::{{closure}}::h9b9fecf185178864 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x558a10b42ffc - std::sys_common::backtrace::__rust_end_short_backtrace::h57be46a42dc7f24b [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x558a10b44b49 - rust_begin_unwind [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x558a10b44afb - std::panicking::begin_panic_fmt::h12277576db89392f [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:435:5 [INFO] [stderr] 15: 0x558a10b0b730 - build_script_build::main::h104a7322c85cf3a9 [INFO] [stderr] at /opt/rustwide/workdir/server/build.rs:17:5 [INFO] [stderr] 16: 0x558a10b0cbeb - core::ops::function::FnOnce::call_once::h6f9a5cded6dfa980 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 17: 0x558a10b0c21e - std::sys_common::backtrace::__rust_begin_short_backtrace::hafdb69009e064d72 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 18: 0x558a10b09c21 - std::rt::lang_start::{{closure}}::h38a727b390c113e3 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/rt.rs:66:18 [INFO] [stderr] 19: 0x558a10b454c7 - core::ops::function::impls:: for &F>::call_once::h2c4fd7d4128112a8 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 20: 0x558a10b454c7 - std::panicking::try::do_call::h41fb7dbbbe7bece6 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:379:40 [INFO] [stderr] 21: 0x558a10b454c7 - std::panicking::try::hd38008ccba72bce1 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panicking.rs:343:19 [INFO] [stderr] 22: 0x558a10b454c7 - std::panic::catch_unwind::h057e765cd60f2d13 [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/panic.rs:431:14 [INFO] [stderr] 23: 0x558a10b454c7 - std::rt::lang_start_internal::hdb9d0b9d2cdcda8b [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/rt.rs:51:25 [INFO] [stderr] 24: 0x558a10b09bf7 - std::rt::lang_start::ha04e4d0222dd3f0d [INFO] [stderr] at /rustc/9503ea19edbf01b9435e80e17d60ce1b88390116/library/std/src/rt.rs:65:5 [INFO] [stderr] 25: 0x558a10b0bb7a - main [INFO] [stderr] 26: 0x7fc435ec10b3 - __libc_start_main [INFO] [stderr] 27: 0x558a10b080ce - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7b51b768908346a25327b98897c910d88b50c338dd21f3ddd4d629a5efeebc0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b51b768908346a25327b98897c910d88b50c338dd21f3ddd4d629a5efeebc0f", kill_on_drop: false }` [INFO] [stdout] 7b51b768908346a25327b98897c910d88b50c338dd21f3ddd4d629a5efeebc0f