[INFO] cloning repository https://github.com/arnau/aquarium
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arnau/aquarium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farnau%2Faquarium", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farnau%2Faquarium'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be59c5910aa5747d9d6555ceaeb945f06e72a1ea
[INFO] checking arnau/aquarium against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farnau%2Faquarium" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/arnau/aquarium
[INFO] finished tweaking git repo https://github.com/arnau/aquarium
[INFO] tweaked toml for git repo https://github.com/arnau/aquarium written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/arnau/aquarium on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/arnau/aquarium already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--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]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_spanned v0.6.4
[INFO] [stderr]   Downloaded temp_testdir v0.2.3
[INFO] [stderr]   Downloaded slug v0.1.5
[INFO] [stderr]   Downloaded serde_yaml v0.9.27
[INFO] [stderr]   Downloaded diligent-date-parser v0.1.4
[INFO] [stderr]   Downloaded termcolor v1.4.0
[INFO] [stderr]   Downloaded atom_syndication v0.12.2
[INFO] [stderr]   Downloaded env_logger v0.10.1
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.9
[INFO] [stderr]   Downloaded toml v0.8.8
[INFO] [stderr]   Downloaded rss v2.0.6
[INFO] [stderr]   Downloaded zerocopy v0.7.30
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.3
[INFO] [stderr]   Downloaded rusqlite v0.30.0
[INFO] [stderr]   Downloaded winnow v0.5.26
[INFO] [stderr]   Downloaded deunicode v1.4.1
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2df8d9eaededd6746540f0521e740170a5456da02167563e95266f2b8dffd6c0
[INFO] running `Command { std: "docker" "start" "-a" "2df8d9eaededd6746540f0521e740170a5456da02167563e95266f2b8dffd6c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2df8d9eaededd6746540f0521e740170a5456da02167563e95266f2b8dffd6c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2df8d9eaededd6746540f0521e740170a5456da02167563e95266f2b8dffd6c0", kill_on_drop: false }`
[INFO] [stdout] 2df8d9eaededd6746540f0521e740170a5456da02167563e95266f2b8dffd6c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 558e6d147917c248cf67a7b4176029a4bc708dd2b3c8003259ba5e855be625c3
[INFO] running `Command { std: "docker" "start" "-a" "558e6d147917c248cf67a7b4176029a4bc708dd2b3c8003259ba5e855be625c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking zerocopy v0.7.30
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking winnow v0.5.26
[INFO] [stderr]     Checking anstream v0.6.5
[INFO] [stderr]    Compiling pulldown-cmark v0.9.3
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking clap_builder v4.4.11
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking deunicode v1.4.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.9
[INFO] [stderr]     Checking slug v0.1.5
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking temp_testdir v0.2.3
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking clap v4.4.11
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking env_logger v0.10.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_spanned v0.6.4
[INFO] [stderr]     Checking serde_json v1.0.108
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking serde_yaml v0.9.27
[INFO] [stderr]     Checking toml_edit v0.21.0
[INFO] [stderr]     Checking diligent-date-parser v0.1.4
[INFO] [stderr]     Checking atom_syndication v0.12.2
[INFO] [stderr]     Checking rss v2.0.6
[INFO] [stderr]     Checking toml v0.8.8
[INFO] [stderr]     Checking rusqlite v0.30.0
[INFO] [stderr]     Checking aquarium v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]    --> src/markdown/processor.rs:709:13
[INFO] [stdout]     |
[INFO] [stdout] 709 |         let text = r#"```csv target=table
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected`
[INFO] [stdout]    --> src/markdown/processor.rs:713:13
[INFO] [stdout]     |
[INFO] [stdout] 713 |         let expected = r#"<div class="table-wrapper from-csv">
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cache/mod.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn transaction(&mut self) -> Result<Transaction> {
[INFO] [stdout]    |                        ^^^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn transaction(&mut self) -> Result<Transaction<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cache/mod.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn transaction(&mut self) -> Result<Transaction> {
[INFO] [stdout]    |                        ^^^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn transaction(&mut self) -> Result<Transaction<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
[INFO] running `Command { std: "docker" "inspect" "558e6d147917c248cf67a7b4176029a4bc708dd2b3c8003259ba5e855be625c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "558e6d147917c248cf67a7b4176029a4bc708dd2b3c8003259ba5e855be625c3", kill_on_drop: false }`
[INFO] [stdout] 558e6d147917c248cf67a7b4176029a4bc708dd2b3c8003259ba5e855be625c3
