[INFO] fetching crate ftd-rt 0.1.5...
[INFO] testing ftd-rt-0.1.5 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate ftd-rt 0.1.5 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate ftd-rt 0.1.5
[INFO] finished tweaking crates.io crate ftd-rt 0.1.5
[INFO] tweaked toml for crates.io crate ftd-rt 0.1.5 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ftd-rt 0.1.5 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 131950bb575a885eabf43c01428c0de6dd4d721a8e69949fd126f3647f215931
[INFO] running `Command { std: "docker" "start" "-a" "131950bb575a885eabf43c01428c0de6dd4d721a8e69949fd126f3647f215931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131950bb575a885eabf43c01428c0de6dd4d721a8e69949fd126f3647f215931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "131950bb575a885eabf43c01428c0de6dd4d721a8e69949fd126f3647f215931", kill_on_drop: false }`
[INFO] [stdout] 131950bb575a885eabf43c01428c0de6dd4d721a8e69949fd126f3647f215931
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ff4be7de587cfa6e5f34ec9985a136607c190e2b1ad5d969b1bd8198e4d5e23
[INFO] running `Command { std: "docker" "start" "-a" "2ff4be7de587cfa6e5f34ec9985a136607c190e2b1ad5d969b1bd8198e4d5e23", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ftd-rt v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:261:29
[INFO] [stdout]     |
[INFO] [stdout] 261 |             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                             ^                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 261 -             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout] 261 +             Self::Row(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:262:31
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 262 -             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout] 262 +             Self::Scene(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:263:30
[INFO] [stdout]     |
[INFO] [stdout] 263 |             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 263 -             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout] 263 +             Self::Text(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:264:35
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout] 264 +             Self::TextBlock(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:265:30
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 265 -             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout] 265 +             Self::Code(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:266:31
[INFO] [stdout]     |
[INFO] [stdout] 266 |             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 266 -             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout] 266 +             Self::Image(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout] 267 +             Self::Column(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:268:32
[INFO] [stdout]     |
[INFO] [stdout] 268 |             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 268 -             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout] 268 +             Self::IFrame(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:269:31
[INFO] [stdout]     |
[INFO] [stdout] 269 |             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 269 -             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout] 269 +             Self::Input(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:270:33
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 270 -             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout] 270 +             Self::Integer(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:271:33
[INFO] [stdout]     |
[INFO] [stdout] 271 |             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 271 -             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout] 271 +             Self::Boolean(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:272:33
[INFO] [stdout]     |
[INFO] [stdout] 272 |             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 272 -             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout] 272 +             Self::Decimal(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1158:35
[INFO] [stdout]      |
[INFO] [stdout] 1158 |         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout]      |                                   ^                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1158 -         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout] 1158 +         ftd_rt::Anchor::Parent => "absolute".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1159:35
[INFO] [stdout]      |
[INFO] [stdout] 1159 |         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout]      |                                   ^                   ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1159 -         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout] 1159 +         ftd_rt::Anchor::Window => "fixed".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/ui.rs:1315:36
[INFO] [stdout]      |
[INFO] [stdout] 1315 |                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout]      |                                    ^                                                       ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1315 -                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout] 1315 +                 .unwrap_or_else(|| self.children.is_empty() && is_container_children_empty),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ui.rs:363:67
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   parameters: std::array::IntoIter::new([(
[INFO] [stdout]     |                                                         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
[INFO] running `Command { std: "docker" "inspect" "2ff4be7de587cfa6e5f34ec9985a136607c190e2b1ad5d969b1bd8198e4d5e23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ff4be7de587cfa6e5f34ec9985a136607c190e2b1ad5d969b1bd8198e4d5e23", kill_on_drop: false }`
[INFO] [stdout] 2ff4be7de587cfa6e5f34ec9985a136607c190e2b1ad5d969b1bd8198e4d5e23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84aad4b30c89769d46e6092c673a489a4b5f0e2df4d0f2ef868ace81466d0bb7
[INFO] running `Command { std: "docker" "start" "-a" "84aad4b30c89769d46e6092c673a489a4b5f0e2df4d0f2ef868ace81466d0bb7", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:261:29
[INFO] [stdout]     |
[INFO] [stdout] 261 |             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                             ^                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 261 -             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout] 261 +             Self::Row(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:262:31
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 262 -             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout] 262 +             Self::Scene(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:263:30
[INFO] [stdout]     |
[INFO] [stdout] 263 |             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 263 -             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout] 263 +             Self::Text(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:264:35
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout] 264 +             Self::TextBlock(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:265:30
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 265 -             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout] 265 +             Self::Code(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:266:31
[INFO] [stdout]     |
[INFO] [stdout] 266 |             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 266 -             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout] 266 +             Self::Image(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout] 267 +             Self::Column(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:268:32
[INFO] [stdout]     |
[INFO] [stdout] 268 |             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 268 -             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout] 268 +             Self::IFrame(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:269:31
[INFO] [stdout]     |
[INFO] [stdout] 269 |             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 269 -             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout] 269 +             Self::Input(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:270:33
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 270 -             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout] 270 +             Self::Integer(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:271:33
[INFO] [stdout]     |
[INFO] [stdout] 271 |             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 271 -             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout] 271 +             Self::Boolean(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ftd-rt v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:272:33
[INFO] [stdout]     |
[INFO] [stdout] 272 |             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 272 -             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout] 272 +             Self::Decimal(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1158:35
[INFO] [stdout]      |
[INFO] [stdout] 1158 |         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout]      |                                   ^                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1158 -         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout] 1158 +         ftd_rt::Anchor::Parent => "absolute".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1159:35
[INFO] [stdout]      |
[INFO] [stdout] 1159 |         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout]      |                                   ^                   ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1159 -         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout] 1159 +         ftd_rt::Anchor::Window => "fixed".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/ui.rs:1315:36
[INFO] [stdout]      |
[INFO] [stdout] 1315 |                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout]      |                                    ^                                                       ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1315 -                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout] 1315 +                 .unwrap_or_else(|| self.children.is_empty() && is_container_children_empty),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ui.rs:363:67
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   parameters: std::array::IntoIter::new([(
[INFO] [stdout]     |                                                         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:261:29
[INFO] [stdout]     |
[INFO] [stdout] 261 |             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                             ^                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 261 -             Self::Row(i) => (i.to_node(doc_id)),
[INFO] [stdout] 261 +             Self::Row(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:262:31
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 262 -             Self::Scene(i) => (i.to_node(doc_id)),
[INFO] [stdout] 262 +             Self::Scene(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:263:30
[INFO] [stdout]     |
[INFO] [stdout] 263 |             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 263 -             Self::Text(i) => (i.to_node(doc_id)),
[INFO] [stdout] 263 +             Self::Text(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:264:35
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                   ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -             Self::TextBlock(i) => (i.to_node(doc_id)),
[INFO] [stdout] 264 +             Self::TextBlock(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:265:30
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 265 -             Self::Code(i) => (i.to_node(doc_id)),
[INFO] [stdout] 265 +             Self::Code(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:266:31
[INFO] [stdout]     |
[INFO] [stdout] 266 |             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 266 -             Self::Image(i) => (i.to_node(doc_id)),
[INFO] [stdout] 266 +             Self::Image(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -             Self::Column(i) => (i.to_node(doc_id)),
[INFO] [stdout] 267 +             Self::Column(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:268:32
[INFO] [stdout]     |
[INFO] [stdout] 268 |             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 268 -             Self::IFrame(i) => (i.to_node(doc_id)),
[INFO] [stdout] 268 +             Self::IFrame(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:269:31
[INFO] [stdout]     |
[INFO] [stdout] 269 |             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                               ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 269 -             Self::Input(i) => (i.to_node(doc_id)),
[INFO] [stdout] 269 +             Self::Input(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:270:33
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 270 -             Self::Integer(i) => (i.to_node(doc_id)),
[INFO] [stdout] 270 +             Self::Integer(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:271:33
[INFO] [stdout]     |
[INFO] [stdout] 271 |             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 271 -             Self::Boolean(i) => (i.to_node(doc_id)),
[INFO] [stdout] 271 +             Self::Boolean(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/html.rs:272:33
[INFO] [stdout]     |
[INFO] [stdout] 272 |             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout]     |                                 ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 272 -             Self::Decimal(i) => (i.to_node(doc_id)),
[INFO] [stdout] 272 +             Self::Decimal(i) => i.to_node(doc_id),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1158:35
[INFO] [stdout]      |
[INFO] [stdout] 1158 |         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout]      |                                   ^                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1158 -         ftd_rt::Anchor::Parent => ("absolute".to_string()),
[INFO] [stdout] 1158 +         ftd_rt::Anchor::Parent => "absolute".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]     --> src/html.rs:1159:35
[INFO] [stdout]      |
[INFO] [stdout] 1159 |         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout]      |                                   ^                   ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1159 -         ftd_rt::Anchor::Window => ("fixed".to_string()),
[INFO] [stdout] 1159 +         ftd_rt::Anchor::Window => "fixed".to_string(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]     --> src/ui.rs:1315:36
[INFO] [stdout]      |
[INFO] [stdout] 1315 |                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout]      |                                    ^                                                       ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1315 -                 .unwrap_or_else(|| (self.children.is_empty() && is_container_children_empty)),
[INFO] [stdout] 1315 +                 .unwrap_or_else(|| self.children.is_empty() && is_container_children_empty),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ui.rs:363:67
[INFO] [stdout]     |
[INFO] [stdout] 363 | ...                   parameters: std::array::IntoIter::new([(
[INFO] [stdout]     |                                                         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]    --> src/lib.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |         assert_eq!(super::get_name("fn", "fn foo").unwrap(), "foo")
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^---------------- argument #3 of type `&str` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/lib.rs:67:8
[INFO] [stdout]     |
[INFO] [stdout]  67 | pub fn get_name<'a, 'b>(prefix: &'a str, s: &'b str, doc_id: &str) -> ftd_rt::Result<&'b str> {
[INFO] [stdout]     |        ^^^^^^^^                                      ------------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 143 |         assert_eq!(super::get_name("fn", "fn foo", /* &str */).unwrap(), "foo")
[INFO] [stdout]     |                                                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ftd-rt` (lib test) due to 1 previous error; 16 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "84aad4b30c89769d46e6092c673a489a4b5f0e2df4d0f2ef868ace81466d0bb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84aad4b30c89769d46e6092c673a489a4b5f0e2df4d0f2ef868ace81466d0bb7", kill_on_drop: false }`
[INFO] [stdout] 84aad4b30c89769d46e6092c673a489a4b5f0e2df4d0f2ef868ace81466d0bb7
