[INFO] cloning repository https://github.com/vctandrade/remote-control [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vctandrade/remote-control" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvctandrade%2Fremote-control", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvctandrade%2Fremote-control'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 926b7f43e50b33523a3946503cb1d2b0dd739cc8 [INFO] checking vctandrade/remote-control against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvctandrade%2Fremote-control" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vctandrade/remote-control on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vctandrade/remote-control [INFO] finished tweaking git repo https://github.com/vctandrade/remote-control [INFO] tweaked toml for git repo https://github.com/vctandrade/remote-control written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/vctandrade/remote-control already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9743faa0134c3e1d470b8613cd0c7f9dc725463996e8e3a3c48c21f03a453dd3 [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" "9743faa0134c3e1d470b8613cd0c7f9dc725463996e8e3a3c48c21f03a453dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9743faa0134c3e1d470b8613cd0c7f9dc725463996e8e3a3c48c21f03a453dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9743faa0134c3e1d470b8613cd0c7f9dc725463996e8e3a3c48c21f03a453dd3", kill_on_drop: false }` [INFO] [stdout] 9743faa0134c3e1d470b8613cd0c7f9dc725463996e8e3a3c48c21f03a453dd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9be78725c89ea6b4508a0f7d6b8d74555c9c25ff2f536142c62010ba5f48012e [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" "9be78725c89ea6b4508a0f7d6b8d74555c9c25ff2f536142c62010ba5f48012e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking smallvec v1.3.0 [INFO] [stderr] Checking local_ipaddress v0.1.3 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling enigo v0.0.14 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Compiling rust-embed-utils v5.0.0 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking tungstenite v0.10.1 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling rust-embed-impl v5.5.1 [INFO] [stderr] Checking rust-embed v5.5.1 [INFO] [stderr] Checking tokio v0.2.17 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking tokio-tungstenite v0.10.1 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking hyper v0.13.4 [INFO] [stderr] Checking warp v0.2.2 [INFO] [stderr] Checking remote-control v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/main.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(RustEmbed)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/frontend/dist' does not exist. cwd: '/opt/rustwide/workdir' [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/main.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(RustEmbed)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/frontend/dist' does not exist. cwd: '/opt/rustwide/workdir' [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Asset` in the current scope [INFO] [stdout] --> src/main.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 11 | struct Asset; [INFO] [stdout] | ------------- function or associated item `get` not found for this [INFO] [stdout] ... [INFO] [stdout] 78 | let asset = Asset::get(path).ok_or_else(warp::reject::not_found)?; [INFO] [stdout] | ^^^ function or associated item not found in `Asset` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `SliceIndex` [INFO] [stdout] candidate #2: `RustEmbed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Asset` in the current scope [INFO] [stdout] --> src/main.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 11 | struct Asset; [INFO] [stdout] | ------------- function or associated item `get` not found for this [INFO] [stdout] ... [INFO] [stdout] 78 | let asset = Asset::get(path).ok_or_else(warp::reject::not_found)?; [INFO] [stdout] | ^^^ function or associated item not found in `Asset` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `SliceIndex` [INFO] [stdout] candidate #2: `RustEmbed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `remote-control` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9be78725c89ea6b4508a0f7d6b8d74555c9c25ff2f536142c62010ba5f48012e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9be78725c89ea6b4508a0f7d6b8d74555c9c25ff2f536142c62010ba5f48012e", kill_on_drop: false }` [INFO] [stdout] 9be78725c89ea6b4508a0f7d6b8d74555c9c25ff2f536142c62010ba5f48012e