[INFO] cloning repository https://github.com/r4gus/cuddly-guacamole
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/r4gus/cuddly-guacamole" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr4gus%2Fcuddly-guacamole", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr4gus%2Fcuddly-guacamole'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75c8ad64a4d7a221ba33491068b1ed7e0fec504a
[INFO] testing r4gus/cuddly-guacamole against beta-2022-04-10 for beta-1.61-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr4gus%2Fcuddly-guacamole" "/workspace/builds/worker-22/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/r4gus/cuddly-guacamole on toolchain beta-2022-04-10
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/r4gus/cuddly-guacamole
[INFO] finished tweaking git repo https://github.com/r4gus/cuddly-guacamole
[INFO] tweaked toml for git repo https://github.com/r4gus/cuddly-guacamole written to /workspace/builds/worker-22/source/Cargo.toml
[INFO] crate git repo https://github.com/r4gus/cuddly-guacamole already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b07e358f8f568842157e2a9aacd197d6abe9f9ede9418ae0642c971952ab957c
[INFO] running `Command { std: "docker" "start" "-a" "b07e358f8f568842157e2a9aacd197d6abe9f9ede9418ae0642c971952ab957c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b07e358f8f568842157e2a9aacd197d6abe9f9ede9418ae0642c971952ab957c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b07e358f8f568842157e2a9aacd197d6abe9f9ede9418ae0642c971952ab957c", kill_on_drop: false }`
[INFO] [stdout] b07e358f8f568842157e2a9aacd197d6abe9f9ede9418ae0642c971952ab957c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90bd665075096c191736158e0bf385e2521a7572a3a705af8e0541300d23468e
[INFO] running `Command { std: "docker" "start" "-a" "90bd665075096c191736158e0bf385e2521a7572a3a705af8e0541300d23468e", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling proc-macro2 v1.0.29
[INFO] [stderr] Compiling syn v1.0.77
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr] Compiling bumpalo v3.7.1
[INFO] [stderr] Compiling wasm-bindgen v0.2.78
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Compiling libc v0.2.103
[INFO] [stderr] Compiling anyhow v1.0.44
[INFO] [stderr] Compiling serde_json v1.0.68
[INFO] [stderr] Compiling boolinator v2.4.0
[INFO] [stderr] Compiling hashbrown v0.11.2
[INFO] [stderr] Compiling yew v0.18.0
[INFO] [stderr] Compiling bytes v1.1.0
[INFO] [stderr] Compiling cfg-match v0.2.1
[INFO] [stderr] Compiling anymap v0.12.1
[INFO] [stderr] Compiling slab v0.4.4
[INFO] [stderr] Compiling indexmap v1.7.0
[INFO] [stderr] Compiling http v0.2.5
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Compiling getrandom v0.2.3
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78
[INFO] [stderr] Compiling thiserror-impl v1.0.29
[INFO] [stderr] Compiling yew-macro v0.18.0
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78
[INFO] [stderr] Compiling thiserror v1.0.29
[INFO] [stderr] Compiling js-sys v0.3.55
[INFO] [stderr] Compiling console_error_panic_hook v0.1.6
[INFO] [stderr] Compiling web-sys v0.3.55
[INFO] [stderr] Compiling wasm-bindgen-futures v0.4.28
[INFO] [stderr] Compiling bincode v1.3.3
[INFO] [stderr] Compiling uuid v0.8.2
[INFO] [stderr] Compiling gloo-events v0.1.1
[INFO] [stderr] Compiling gloo-console-timer v0.1.0
[INFO] [stderr] Compiling gloo-timers v0.2.1
[INFO] [stderr] Compiling gloo-file v0.1.0
[INFO] [stderr] Compiling gloo v0.2.1
[INFO] [stdout] warning: unused import: `Element`
[INFO] [stdout] --> src/nodegraph.rs:5:40
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, Element};
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling yates v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `yew::utils::document`
[INFO] [stdout] --> src/nodegraph.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use yew::utils::document;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `SvgGraphicsElement`, `SvgMatrix`
[INFO] [stdout] --> src/node.rs:5:20
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, SvgMatrix};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::nodegraph::NodeGraph`
[INFO] [stdout] --> src/node.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::nodegraph::NodeGraph;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/nodegraph.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] 125 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/node.rs:158:13
[INFO] [stdout] |
[INFO] [stdout] 158 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:94:30
[INFO] [stdout] |
[INFO] [stdout] 94 | for (id, n) in self.selected.iter() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:108:22
[INFO] [stdout] |
[INFO] [stdout] 108 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:119:22
[INFO] [stdout] |
[INFO] [stdout] 119 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:145:50
[INFO] [stdout] |
[INFO] [stdout] 145 | { for self.selected.iter().map(|(id, n)| html! {
{ n.id} }) }
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:148:51
[INFO] [stdout] |
[INFO] [stdout] 148 | { for self.nodes.iter().map(|(id, n)| {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `offset`
[INFO] [stdout] --> src/node.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | offset: Position,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `AddOne`
[INFO] [stdout] --> src/main.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | AddOne,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `link`
[INFO] [stdout] --> src/main.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | link: ComponentLink,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "90bd665075096c191736158e0bf385e2521a7572a3a705af8e0541300d23468e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90bd665075096c191736158e0bf385e2521a7572a3a705af8e0541300d23468e", kill_on_drop: false }`
[INFO] [stdout] 90bd665075096c191736158e0bf385e2521a7572a3a705af8e0541300d23468e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1259d024a3d78eae5f687d831f4ef4097174d35f6cef84cae959284b4967abdc
[INFO] running `Command { std: "docker" "start" "-a" "1259d024a3d78eae5f687d831f4ef4097174d35f6cef84cae959284b4967abdc", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `Element`
[INFO] [stdout] --> src/nodegraph.rs:5:40
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, Element};
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew::utils::document`
[INFO] [stdout] --> src/nodegraph.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use yew::utils::document;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `SvgGraphicsElement`, `SvgMatrix`
[INFO] [stdout] --> src/node.rs:5:20
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, SvgMatrix};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::nodegraph::NodeGraph`
[INFO] [stdout] --> src/node.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::nodegraph::NodeGraph;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/nodegraph.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] 125 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/node.rs:158:13
[INFO] [stdout] |
[INFO] [stdout] 158 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:94:30
[INFO] [stdout] |
[INFO] [stdout] 94 | for (id, n) in self.selected.iter() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:108:22
[INFO] [stdout] |
[INFO] [stdout] 108 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:119:22
[INFO] [stdout] |
[INFO] [stdout] 119 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:145:50
[INFO] [stdout] |
[INFO] [stdout] 145 | { for self.selected.iter().map(|(id, n)| html! { { n.id} }) }
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:148:51
[INFO] [stdout] |
[INFO] [stdout] 148 | { for self.nodes.iter().map(|(id, n)| {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `offset`
[INFO] [stdout] --> src/node.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | offset: Position,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling yates v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Element`
[INFO] [stdout] --> src/nodegraph.rs:5:40
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, Element};
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew::utils::document`
[INFO] [stdout] --> src/nodegraph.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use yew::utils::document;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `SvgGraphicsElement`, `SvgMatrix`
[INFO] [stdout] --> src/node.rs:5:20
[INFO] [stdout] |
[INFO] [stdout] 5 | use yew::web_sys::{SvgGraphicsElement, SvgMatrix};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::nodegraph::NodeGraph`
[INFO] [stdout] --> src/node.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::nodegraph::NodeGraph;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant is never constructed: `AddOne`
[INFO] [stdout] --> src/main.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | AddOne,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `link`
[INFO] [stdout] --> src/main.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | link: ComponentLink,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/nodegraph.rs:125:13
[INFO] [stdout] |
[INFO] [stdout] 125 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout] --> src/node.rs:158:13
[INFO] [stdout] |
[INFO] [stdout] 158 | _ => false
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:94:30
[INFO] [stdout] |
[INFO] [stdout] 94 | for (id, n) in self.selected.iter() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:108:22
[INFO] [stdout] |
[INFO] [stdout] 108 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:119:22
[INFO] [stdout] |
[INFO] [stdout] 119 | for (id, n) in self.selected.iter_mut() {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:145:50
[INFO] [stdout] |
[INFO] [stdout] 145 | { for self.selected.iter().map(|(id, n)| html! { { n.id} }) }
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout] --> src/nodegraph.rs:148:51
[INFO] [stdout] |
[INFO] [stdout] 148 | { for self.nodes.iter().map(|(id, n)| {
[INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `offset`
[INFO] [stdout] --> src/node.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | offset: Position,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.15s
[INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/yates-3af83662c071aeb8)
[INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/yates-fe6bf578707f3a37)
[INFO] running `Command { std: "docker" "inspect" "1259d024a3d78eae5f687d831f4ef4097174d35f6cef84cae959284b4967abdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1259d024a3d78eae5f687d831f4ef4097174d35f6cef84cae959284b4967abdc", kill_on_drop: false }`
[INFO] [stdout] 1259d024a3d78eae5f687d831f4ef4097174d35f6cef84cae959284b4967abdc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e7b2a40cb3e508d943d48f1696336990559a7572176a47e03fb5d7ce9bd5053b
[INFO] running `Command { std: "docker" "start" "-a" "e7b2a40cb3e508d943d48f1696336990559a7572176a47e03fb5d7ce9bd5053b", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: unused import: `Element`
[INFO] [stderr] --> src/nodegraph.rs:5:40
[INFO] [stderr] |
[INFO] [stderr] 5 | use yew::web_sys::{SvgGraphicsElement, Element};
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `yew::utils::document`
[INFO] [stderr] --> src/nodegraph.rs:6:5
[INFO] [stderr] |
[INFO] [stderr] 6 | use yew::utils::document;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unused imports: `SvgGraphicsElement`, `SvgMatrix`
[INFO] [stderr] --> src/node.rs:5:20
[INFO] [stderr] |
[INFO] [stderr] 5 | use yew::web_sys::{SvgGraphicsElement, SvgMatrix};
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `crate::nodegraph::NodeGraph`
[INFO] [stderr] --> src/node.rs:6:5
[INFO] [stderr] |
[INFO] [stderr] 6 | use crate::nodegraph::NodeGraph;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr] --> src/nodegraph.rs:125:13
[INFO] [stderr] |
[INFO] [stderr] 125 | _ => false
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr] --> src/node.rs:158:13
[INFO] [stderr] |
[INFO] [stderr] 158 | _ => false
[INFO] [stderr] | ^
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr] --> src/nodegraph.rs:94:30
[INFO] [stderr] |
[INFO] [stderr] 94 | for (id, n) in self.selected.iter() {
[INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr] --> src/nodegraph.rs:108:22
[INFO] [stderr] |
[INFO] [stderr] 108 | for (id, n) in self.selected.iter_mut() {
[INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr] --> src/nodegraph.rs:119:22
[INFO] [stderr] |
[INFO] [stderr] 119 | for (id, n) in self.selected.iter_mut() {
[INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr] --> src/nodegraph.rs:145:50
[INFO] [stderr] |
[INFO] [stderr] 145 | { for self.selected.iter().map(|(id, n)| html! { { n.id} }) }
[INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr] --> src/nodegraph.rs:148:51
[INFO] [stderr] |
[INFO] [stderr] 148 | { for self.nodes.iter().map(|(id, n)| {
[INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `offset`
[INFO] [stderr] --> src/node.rs:75:5
[INFO] [stderr] |
[INFO] [stderr] 75 | offset: Position,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `yates` (lib) generated 12 warnings
[INFO] [stderr] warning: `yates` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr] warning: variant is never constructed: `AddOne`
[INFO] [stderr] --> src/main.rs:5:5
[INFO] [stderr] |
[INFO] [stderr] 5 | AddOne,
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `link`
[INFO] [stderr] --> src/main.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | link: ComponentLink,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `yates` (bin "yates" test) generated 2 warnings
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yates-3af83662c071aeb8)
[INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/yates-fe6bf578707f3a37)
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Doc-tests yates
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "e7b2a40cb3e508d943d48f1696336990559a7572176a47e03fb5d7ce9bd5053b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7b2a40cb3e508d943d48f1696336990559a7572176a47e03fb5d7ce9bd5053b", kill_on_drop: false }`
[INFO] [stdout] e7b2a40cb3e508d943d48f1696336990559a7572176a47e03fb5d7ce9bd5053b