[INFO] fetching crate ftd-rt 0.1.5...
[INFO] checking ftd-rt-0.1.5 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ftd-rt 0.1.5 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ftd-rt 0.1.5 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6fe5ef7bf3b07a77945e9b04eb7b738d0f39c8a9b160e7df45aa9f2d3f665732
[INFO] running `Command { std: "docker" "start" "-a" "6fe5ef7bf3b07a77945e9b04eb7b738d0f39c8a9b160e7df45aa9f2d3f665732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fe5ef7bf3b07a77945e9b04eb7b738d0f39c8a9b160e7df45aa9f2d3f665732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fe5ef7bf3b07a77945e9b04eb7b738d0f39c8a9b160e7df45aa9f2d3f665732", kill_on_drop: false }`
[INFO] [stdout] 6fe5ef7bf3b07a77945e9b04eb7b738d0f39c8a9b160e7df45aa9f2d3f665732
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99aa055422ddcc8688f00eb0088965b87b920e149c7d63ad4a2b7b1b50de3384
[INFO] running `Command { std: "docker" "start" "-a" "99aa055422ddcc8688f00eb0088965b87b920e149c7d63ad4a2b7b1b50de3384", kill_on_drop: false }`
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking 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)]` 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: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)]` 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: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: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: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 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: 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: 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]     |                    ^^^^^^^^^^^^^^^---------------- an argument 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] error: aborting due to 1 previous error; 15 warnings emitted
[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 2 previous errors; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "99aa055422ddcc8688f00eb0088965b87b920e149c7d63ad4a2b7b1b50de3384", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99aa055422ddcc8688f00eb0088965b87b920e149c7d63ad4a2b7b1b50de3384", kill_on_drop: false }`
[INFO] [stdout] 99aa055422ddcc8688f00eb0088965b87b920e149c7d63ad4a2b7b1b50de3384
