[INFO] updating cached repository https://github.com/DukeFerdinand/recipes-wasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31217fa86ae42b2bcff6d45b6c4efac7f5db2c21 [INFO] checking DukeFerdinand/recipes-wasm against master#4fb54ed484e2239a3e9eff3be17df00d2a162be3 for pr-73345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDukeFerdinand%2Frecipes-wasm" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DukeFerdinand/recipes-wasm on toolchain 4fb54ed484e2239a3e9eff3be17df00d2a162be3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DukeFerdinand/recipes-wasm [INFO] finished tweaking git repo https://github.com/DukeFerdinand/recipes-wasm [INFO] tweaked toml for git repo https://github.com/DukeFerdinand/recipes-wasm written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/DukeFerdinand/recipes-wasm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 361a425038c7480565c713cb4bbee8caeb3e1b1d7c5f95df6e10d995a5e4661d [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" "361a425038c7480565c713cb4bbee8caeb3e1b1d7c5f95df6e10d995a5e4661d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "361a425038c7480565c713cb4bbee8caeb3e1b1d7c5f95df6e10d995a5e4661d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "361a425038c7480565c713cb4bbee8caeb3e1b1d7c5f95df6e10d995a5e4661d", kill_on_drop: false }` [INFO] [stdout] 361a425038c7480565c713cb4bbee8caeb3e1b1d7c5f95df6e10d995a5e4661d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 154bfe8456a47fed26fcf1211253e468f55cafe7b6fb9a1bbf54fb6061ac67b0 [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" "154bfe8456a47fed26fcf1211253e468f55cafe7b6fb9a1bbf54fb6061ac67b0", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Compiling yew v0.10.0 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling yew-macro v0.10.0 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking http v0.1.20 [INFO] [stderr] Checking yew-router-route-parser v0.7.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling yew-router-macro v0.7.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking serde_json v1.0.42 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Checking yew-router v0.7.0 [INFO] [stderr] Checking recipes-web v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Html` [INFO] [stdout] --> src/main.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | html, services::ConsoleService, worker::Bridge, Callback, Component, ComponentLink, Html, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Html` [INFO] [stdout] --> src/components/mod.rs:2:43 [INFO] [stdout] | [INFO] [stdout] 2 | use yew::{html, Component, ComponentLink, Html, ShouldRender}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RouterState` [INFO] [stdout] --> src/components/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | router::{Router, RouterState}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Properties` [INFO] [stdout] --> src/components/single_use/hero_search.rs:1:49 [INFO] [stdout] | [INFO] [stdout] 1 | use yew::{html, Component, ComponentLink, Html, Properties, ShouldRender}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Html` [INFO] [stdout] --> src/main.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | html, services::ConsoleService, worker::Bridge, Callback, Component, ComponentLink, Html, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Html` [INFO] [stdout] --> src/components/mod.rs:2:43 [INFO] [stdout] | [INFO] [stdout] 2 | use yew::{html, Component, ComponentLink, Html, ShouldRender}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RouterState` [INFO] [stdout] --> src/components/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | router::{Router, RouterState}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Properties` [INFO] [stdout] --> src/components/single_use/hero_search.rs:1:49 [INFO] [stdout] | [INFO] [stdout] 1 | use yew::{html, Component, ComponentLink, Html, Properties, ShouldRender}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/main.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | Msg::SetState(res) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/store/mod.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | Msg::ContextMsg(res) => {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/store/mod.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | Actions::GetLatest(count) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/components/home.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `store` [INFO] [stdout] --> src/components/home.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | store: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ReceiveRecipes` [INFO] [stdout] --> src/components/home.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | ReceiveRecipes(store::Response), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/store/recipe_handlers.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/store/mod.rs:8:3 [INFO] [stdout] | [INFO] [stdout] 8 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `api` [INFO] [stdout] --> src/store/mod.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | api: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FetchRecipes` [INFO] [stdout] --> src/store/mod.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | FetchRecipes(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AppState` [INFO] [stdout] --> src/main.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | struct AppState { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/main.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | Msg::SetState(res) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/store/mod.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | Msg::ContextMsg(res) => {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/store/mod.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | Actions::GetLatest(count) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/components/home.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `store` [INFO] [stdout] --> src/components/home.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | store: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ReceiveRecipes` [INFO] [stdout] --> src/components/home.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | ReceiveRecipes(store::Response), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/store/recipe_handlers.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/store/mod.rs:8:3 [INFO] [stdout] | [INFO] [stdout] 8 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `api` [INFO] [stdout] --> src/store/mod.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | api: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FetchRecipes` [INFO] [stdout] --> src/store/mod.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | FetchRecipes(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fetch` [INFO] [stdout] --> src/main.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | fetch: FetchService, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AppState` [INFO] [stdout] --> src/main.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | struct AppState { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 16s [INFO] running `Command { std: "docker" "inspect" "154bfe8456a47fed26fcf1211253e468f55cafe7b6fb9a1bbf54fb6061ac67b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "154bfe8456a47fed26fcf1211253e468f55cafe7b6fb9a1bbf54fb6061ac67b0", kill_on_drop: false }` [INFO] [stdout] 154bfe8456a47fed26fcf1211253e468f55cafe7b6fb9a1bbf54fb6061ac67b0