[INFO] cloning repository https://github.com/emeryc/mancala [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emeryc/mancala" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeryc%2Fmancala", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeryc%2Fmancala'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76460a0064bd208fd2a0423c63a32c8e88f1aad2 [INFO] testing emeryc/mancala against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femeryc%2Fmancala" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emeryc/mancala on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emeryc/mancala [INFO] finished tweaking git repo https://github.com/emeryc/mancala [INFO] tweaked toml for git repo https://github.com/emeryc/mancala written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/emeryc/mancala already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-2/source/web/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-2/source/Cargo.toml [INFO] [stderr] warning: /workspace/builds/worker-2/source/web/Cargo.toml: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded compare v0.1.0 [INFO] [stderr] Downloaded thiserror v1.0.11 [INFO] [stderr] Downloaded thiserror-impl v1.0.11 [INFO] [stderr] Downloaded wasm-bindgen-test v0.2.50 [INFO] [stderr] Downloaded wasm-bindgen-test-macro v0.2.50 [INFO] [stderr] Downloaded yew-macro v0.13.0 [INFO] [stderr] Downloaded rustyline v6.0.0 [INFO] [stderr] Downloaded yew v0.13.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] 742d9ef8d1af7636fc90d520503c6a9470364ef9a15190eed391b320e02a426b [INFO] running `Command { std: "docker" "start" "-a" "742d9ef8d1af7636fc90d520503c6a9470364ef9a15190eed391b320e02a426b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "742d9ef8d1af7636fc90d520503c6a9470364ef9a15190eed391b320e02a426b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "742d9ef8d1af7636fc90d520503c6a9470364ef9a15190eed391b320e02a426b", kill_on_drop: false }` [INFO] [stdout] 742d9ef8d1af7636fc90d520503c6a9470364ef9a15190eed391b320e02a426b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b3aa84ab04d330143999975780f9ca690705c3ac42d18c28d2b5a7ec78938ae [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" "4b3aa84ab04d330143999975780f9ca690705c3ac42d18c28d2b5a7ec78938ae", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/web/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] warning: /opt/rustwide/workdir/web/Cargo.toml: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.58 [INFO] [stderr] Compiling bumpalo v3.2.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.58 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Compiling sourcefile v0.1.4 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling compare v0.1.0 [INFO] [stderr] Compiling yew v0.13.0 [INFO] [stderr] Compiling cfg-match v0.2.1 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling weedle v0.10.0 [INFO] [stderr] Compiling mancala v0.1.0 (/opt/rustwide/workdir/mancala) [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rustyline v6.0.0 [INFO] [stderr] Compiling cli v0.1.0 (/opt/rustwide/workdir/cli) [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.58 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-webidl v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.58 [INFO] [stderr] Compiling yew-macro v0.13.0 [INFO] [stderr] Compiling thiserror v1.0.11 [INFO] [stderr] Compiling web-sys v0.3.35 [INFO] [stderr] Compiling js-sys v0.3.35 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling web_client v0.1.0 (/opt/rustwide/workdir/web) [INFO] [stdout] warning: unused import: `MancalaError` [INFO] [stdout] --> web/src/components/board.rs:1:54 [INFO] [stdout] | [INFO] [stdout] 1 | use mancala::{ayoayo::Ayoayo, board::Cup, GameState, MancalaError, Player}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> web/src/components/board.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IntervalService` [INFO] [stdout] --> web/src/components/board.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use yew::services::{IntervalService, Task}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Msg` [INFO] [stdout] --> web/src/components/mod.rs:4:33 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) use self::app::{App, Msg}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wasm_bindgen` [INFO] [stdout] --> web/src/components/mod.rs:6:29 [INFO] [stdout] | [INFO] [stdout] 6 | use wasm_bindgen::prelude::{wasm_bindgen, JsValue}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `job` in initializer of `Board` [INFO] [stdout] --> web/src/components/board.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | Board { [INFO] [stdout] | ^^^^^ missing `job` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `web_client` due to 2 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4b3aa84ab04d330143999975780f9ca690705c3ac42d18c28d2b5a7ec78938ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b3aa84ab04d330143999975780f9ca690705c3ac42d18c28d2b5a7ec78938ae", kill_on_drop: false }` [INFO] [stdout] 4b3aa84ab04d330143999975780f9ca690705c3ac42d18c28d2b5a7ec78938ae