[INFO] cloning repository https://github.com/danrees/wumpus [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danrees/wumpus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanrees%2Fwumpus"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanrees%2Fwumpus'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1e94ae9180041abdc8c80010212fe54cbd0e5d72 [INFO] testing danrees/wumpus against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanrees%2Fwumpus" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danrees/wumpus on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/danrees/wumpus [INFO] finished tweaking git repo https://github.com/danrees/wumpus [INFO] tweaked toml for git repo https://github.com/danrees/wumpus written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/danrees/wumpus already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (yew) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.yew.yew [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9a1ca6f93942b7ec8a0a6d9b0432c3cb657efa6a24db497c108decddbf57ac3f [INFO] running `"docker" "start" "-a" "9a1ca6f93942b7ec8a0a6d9b0432c3cb657efa6a24db497c108decddbf57ac3f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (yew) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.yew.yew [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling yew v0.9.2 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling yew-macro v0.9.2 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling http v0.1.19 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling hunt-the-wumpus v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::components::controls::Controls` [INFO] [stderr] --> src/lib.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use self::components::controls::Controls; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `components::controls::Props: yew::Properties` is not satisfied [INFO] [stderr] --> src/components/controls.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | type Properties = Props; [INFO] [stderr] | ^^^^^ the trait `yew::Properties` is not implemented for `components::controls::Props` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.9.2/src/html/mod.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | type Properties: Properties; [INFO] [stderr] | ---------- required by this bound in `yew::Component` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `hunt-the-wumpus`. [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 `"docker" "inspect" "9a1ca6f93942b7ec8a0a6d9b0432c3cb657efa6a24db497c108decddbf57ac3f"` [INFO] running `"docker" "rm" "-f" "9a1ca6f93942b7ec8a0a6d9b0432c3cb657efa6a24db497c108decddbf57ac3f"` [INFO] [stdout] 9a1ca6f93942b7ec8a0a6d9b0432c3cb657efa6a24db497c108decddbf57ac3f