[INFO] fetching crate csv-async 1.3.1...
[INFO] testing csv-async-1.3.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate csv-async 1.3.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate csv-async 1.3.1
[INFO] finished tweaking crates.io crate csv-async 1.3.1
[INFO] tweaked toml for crates.io crate csv-async 1.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate csv-async 1.3.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 90 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f237edf97b3582874b767b9915b73b5f41b56ec8f191445187ef8978387df95
[INFO] running `Command { std: "docker" "start" "-a" "0f237edf97b3582874b767b9915b73b5f41b56ec8f191445187ef8978387df95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f237edf97b3582874b767b9915b73b5f41b56ec8f191445187ef8978387df95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f237edf97b3582874b767b9915b73b5f41b56ec8f191445187ef8978387df95", kill_on_drop: false }`
[INFO] [stdout] 0f237edf97b3582874b767b9915b73b5f41b56ec8f191445187ef8978387df95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47d9ff4b40b8dc9c12c44ebb18fd29cd37d44bffc83f12b647092e7dd651cb64
[INFO] running `Command { std: "docker" "start" "-a" "47d9ff4b40b8dc9c12c44ebb18fd29cd37d44bffc83f12b647092e7dd651cb64", kill_on_drop: false }`
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling csv-async v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:793:1
[INFO] [stdout]     |
[INFO] [stdout] 793 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:763:1
[INFO] [stdout]     |
[INFO] [stdout] 763 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:544:5
[INFO] [stdout]     |
[INFO] [stdout] 544 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:522:5
[INFO] [stdout]     |
[INFO] [stdout] 522 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/deserializer.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]  --> src/serializer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/byte_record.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn iter(&self) -> ByteRecordIter {
[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] 177 |     pub fn iter(&self) -> ByteRecordIter<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string_record.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:194:20
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<'_, R> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<'_, R> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
[INFO] running `Command { std: "docker" "inspect" "47d9ff4b40b8dc9c12c44ebb18fd29cd37d44bffc83f12b647092e7dd651cb64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47d9ff4b40b8dc9c12c44ebb18fd29cd37d44bffc83f12b647092e7dd651cb64", kill_on_drop: false }`
[INFO] [stdout] 47d9ff4b40b8dc9c12c44ebb18fd29cd37d44bffc83f12b647092e7dd651cb64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dcc8d2dbd5fd16aaf289f32ce8c62cb57f0f691f32fa416fa119042afa24a3e7
[INFO] running `Command { std: "docker" "start" "-a" "dcc8d2dbd5fd16aaf289f32ce8c62cb57f0f691f32fa416fa119042afa24a3e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling csv-async v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:793:1
[INFO] [stdout]     |
[INFO] [stdout] 793 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:763:1
[INFO] [stdout]     |
[INFO] [stdout] 763 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:544:5
[INFO] [stdout]     |
[INFO] [stdout] 544 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:522:5
[INFO] [stdout]     |
[INFO] [stdout] 522 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/deserializer.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]  --> src/serializer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/byte_record.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn iter(&self) -> ByteRecordIter {
[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] 177 |     pub fn iter(&self) -> ByteRecordIter<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string_record.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:194:20
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<'_, R> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<'_, R> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/lib.rs:386:23
[INFO] [stdout]     |
[INFO] [stdout] 386 |             #[cfg(not(tarpaulin))]
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:793:1
[INFO] [stdout]     |
[INFO] [stdout] 793 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:763:1
[INFO] [stdout]     |
[INFO] [stdout] 763 | serde_if_integer128! {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         serde_if_integer128! {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:376:5
[INFO] [stdout]     |
[INFO] [stdout] 376 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:964:5
[INFO] [stdout]     |
[INFO] [stdout] 964 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/serializer.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:544:5
[INFO] [stdout]     |
[INFO] [stdout] 544 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:522:5
[INFO] [stdout]     |
[INFO] [stdout] 522 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]     --> src/serializer.rs:1144:5
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     serde_if_integer128! {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:873:5
[INFO] [stdout]     |
[INFO] [stdout] 873 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/async_writers/mwtr_serde.rs:420:5
[INFO] [stdout]     |
[INFO] [stdout] 420 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]   --> src/deserializer.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/deserializer.rs:812:39
[INFO] [stdout]     |
[INFO] [stdout] 812 |     use serde::{de::DeserializeOwned, serde_if_integer128, Deserialize};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]  --> src/serializer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/serializer.rs:819:17
[INFO] [stdout]     |
[INFO] [stdout] 819 |     use serde::{serde_if_integer128, Serialize};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]          
[INFO] [stdout]    --> src/async_writers/mwtr_serde.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |     use serde::{serde_if_integer128, Serialize};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/byte_record.rs:177:17
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn iter(&self) -> ByteRecordIter {
[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] 177 |     pub fn iter(&self) -> ByteRecordIter<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/string_record.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> StringRecordIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:194:20
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn records(&mut self) -> StringRecordsStream<'_, R> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/async_readers/ardr_futures.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<'_, R> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.10s
[INFO] running `Command { std: "docker" "inspect" "dcc8d2dbd5fd16aaf289f32ce8c62cb57f0f691f32fa416fa119042afa24a3e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcc8d2dbd5fd16aaf289f32ce8c62cb57f0f691f32fa416fa119042afa24a3e7", kill_on_drop: false }`
[INFO] [stdout] dcc8d2dbd5fd16aaf289f32ce8c62cb57f0f691f32fa416fa119042afa24a3e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9a2ef1adb8fe55336575a0d4df39690eca008d304c8a83329fbe761764c9bd32
[INFO] running `Command { std: "docker" "start" "-a" "9a2ef1adb8fe55336575a0d4df39690eca008d304c8a83329fbe761764c9bd32", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:793:1
[INFO] [stderr]     |
[INFO] [stderr] 793 | serde_if_integer128! {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:763:1
[INFO] [stderr]     |
[INFO] [stderr] 763 | serde_if_integer128! {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:220:9
[INFO] [stderr]     |
[INFO] [stderr] 220 |         serde_if_integer128! {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:314:9
[INFO] [stderr]     |
[INFO] [stderr] 314 |         serde_if_integer128! {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:383:5
[INFO] [stderr]     |
[INFO] [stderr] 383 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:376:5
[INFO] [stderr]     |
[INFO] [stderr] 376 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]   --> src/serializer.rs:92:5
[INFO] [stderr]    |
[INFO] [stderr] 92 |     serde_if_integer128! {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]   --> src/serializer.rs:66:5
[INFO] [stderr]    |
[INFO] [stderr] 66 |     serde_if_integer128! {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/serializer.rs:544:5
[INFO] [stderr]     |
[INFO] [stderr] 544 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/serializer.rs:522:5
[INFO] [stderr]     |
[INFO] [stderr] 522 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]   --> src/deserializer.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | use serde::serde_if_integer128;
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]  --> src/serializer.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | use serde::serde_if_integer128;
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/byte_record.rs:177:17
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub fn iter(&self) -> ByteRecordIter {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub fn iter(&self) -> ByteRecordIter<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/string_record.rs:229:17
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn iter(&self) -> StringRecordIter {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn iter(&self) -> StringRecordIter<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/async_readers/ardr_futures.rs:194:20
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub fn records(&mut self) -> StringRecordsStream<R> {
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub fn records(&mut self) -> StringRecordsStream<'_, R> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/async_readers/ardr_futures.rs:266:25
[INFO] [stderr]     |
[INFO] [stderr] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<R> {
[INFO] [stderr]     |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 266 |     pub fn byte_records(&mut self) -> ByteRecordsStream<'_, R> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `csv-async` (lib) generated 16 warnings (run `cargo fix --lib -p csv-async` to apply 4 suggestions)
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]    --> src/lib.rs:386:23
[INFO] [stderr]     |
[INFO] [stderr] 386 |             #[cfg(not(tarpaulin))]
[INFO] [stderr]     |                       ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:964:5
[INFO] [stderr]     |
[INFO] [stderr] 964 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]     --> src/serializer.rs:1144:5
[INFO] [stderr]      |
[INFO] [stderr] 1144 |     serde_if_integer128! {
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/serializer.rs:873:5
[INFO] [stderr]     |
[INFO] [stderr] 873 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/async_writers/mwtr_serde.rs:420:5
[INFO] [stderr]     |
[INFO] [stderr] 420 |     serde_if_integer128! {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]   --> src/deserializer.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | use serde::serde_if_integer128;
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/deserializer.rs:812:39
[INFO] [stderr]     |
[INFO] [stderr] 812 |     use serde::{de::DeserializeOwned, serde_if_integer128, Deserialize};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]  --> src/serializer.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | use serde::serde_if_integer128;
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/serializer.rs:819:17
[INFO] [stderr]     |
[INFO] [stderr] 819 |     use serde::{serde_if_integer128, Serialize};
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `tests::_::_serde::serde_if_integer128`: 
[INFO] [stderr]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stderr]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stderr]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stderr]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stderr]          integers are always supported.
[INFO] [stderr]          
[INFO] [stderr]    --> src/async_writers/mwtr_serde.rs:270:17
[INFO] [stderr]     |
[INFO] [stderr] 270 |     use serde::{serde_if_integer128, Serialize};
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `csv-async` (lib test) generated 24 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/csv_async-b81344024b351e71)
[INFO] [stdout] 
[INFO] [stdout] running 176 tests
[INFO] [stdout] test async_readers::ades_futures::tests::read_trimmed_header ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_trimed_header_invalid_utf8 ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::positions_no_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::no_headers_on_empty_data ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_no_headers_before ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::headers_on_empty_data ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_trimmed_records ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::behavior_on_io_errors ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_byte_record ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_headers_invalid_utf8 ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::no_headers_on_empty_data_after_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_unequal_ok ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_unequal_fails ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_unequal_continue ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_trimmed_records_and_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::read_record_no_headers_after ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::seek ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::positions_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::seek_headers_after ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::seek_headers_no_actual_seek ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::positions_headers ... ok
[INFO] [stdout] test async_readers::ades_futures::tests::seek_headers_before_after ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_byte_record ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_headers ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::behavior_on_io_errors ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::positions_no_headers ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::seek ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::no_headers_on_empty_data ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_unequal_fails ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::headers_on_empty_data ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::rewind ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::no_headers_on_empty_data_after_headers ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_unequal_ok ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_trimed_header_invalid_utf8 ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_no_headers_before ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_unequal_continue ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::one_byte_record ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::seek_headers_after ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::seek_headers_no_actual_seek ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::full_buffer_should_not_flush_underlying ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_headers_invalid_utf8 ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_trimmed_header ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_record_no_headers_after ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_trimmed_records_and_headers ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::read_trimmed_records ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::one_empty_record ... ok
[INFO] [stdout] test async_readers::ardr_futures::tests::seek_headers_before_after ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::one_empty_record ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::raw_two_empty_records ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::two_empty_records ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::unequal_records_bad ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::raw_one_byte_record ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::raw_unequal_records_bad ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::unequal_records_ok ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::one_record ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::raw_unequal_records_ok ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::raw_one_empty_record ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::one_string_record ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::one_byte_record ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::one_record ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_enum ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::write_field ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_no_headers_128 ... ok
[INFO] [stdout] test byte_record::tests::empty_field_2 ... ok
[INFO] [stdout] test byte_record::tests::empty_record ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_struct ... ok
[INFO] [stdout] test byte_record::tests::empty_surround_1 ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_tuple ... ok
[INFO] [stdout] test byte_record::tests::empty_field_1 ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_no_headers ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_vec ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::serialize_with_headers ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::unequal_records_bad ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::unequal_records_ok ... ok
[INFO] [stdout] test async_writers::awtr_futures::tests::one_string_record ... ok
[INFO] [stdout] test byte_record::tests::empty_surround_2 ... ok
[INFO] [stdout] test byte_record::tests::iter ... ok
[INFO] [stdout] test byte_record::tests::iter_forward_and_reverse ... ok
[INFO] [stdout] test byte_record::tests::iter_reverse ... ok
[INFO] [stdout] test byte_record::tests::record_1 ... ok
[INFO] [stdout] test byte_record::tests::record_2 ... ok
[INFO] [stdout] test byte_record::tests::trim_back ... ok
[INFO] [stdout] test byte_record::tests::trim_does_not_panic_on_empty_records_1 ... ok
[INFO] [stdout] test byte_record::tests::trim_both ... ok
[INFO] [stdout] test byte_record::tests::trim_does_not_panic_on_empty_records_2 ... ok
[INFO] [stdout] test byte_record::tests::trim_does_not_panic_on_empty_records_3 ... ok
[INFO] [stdout] test byte_record::tests::eq_record_len ... ok
[INFO] [stdout] test byte_record::tests::eq_field_boundaries ... ok
[INFO] [stdout] test byte_record::tests::trim_whitespace_only ... ok
[INFO] [stdout] test byte_record::tests::trim_front ... ok
[INFO] [stdout] test async_writers::mwtr_serde::tests::two_empty_records ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_1 ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_2 ... ok
[INFO] [stdout] test byte_record::tests::utf8_clear_ok ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_4 ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_5 ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_3 ... ok
[INFO] [stdout] test deserializer::tests::adjacent_fixed_arrays ... ok
[INFO] [stdout] test deserializer::tests::bytes ... ok
[INFO] [stdout] test deserializer::tests::enum_label_simple_tagged ... ok
[INFO] [stdout] test byte_record::tests::utf8_error_6 ... ok
[INFO] [stdout] test deserializer::tests::enum_untagged ... ok
[INFO] [stdout] test deserializer::tests::flatten ... ok
[INFO] [stdout] test deserializer::tests::borrowed ... ok
[INFO] [stdout] test deserializer::tests::map_no_headers ... ok
[INFO] [stdout] test deserializer::tests::map_headers ... ok
[INFO] [stdout] test deserializer::tests::no_chars ... ok
[INFO] [stdout] test deserializer::tests::mixed_hex_seq ... ok
[INFO] [stdout] test deserializer::tests::no_fields ... ok
[INFO] [stdout] test deserializer::tests::bad_hex_seq ... ok
[INFO] [stdout] test deserializer::tests::borrowed_map ... ok
[INFO] [stdout] test deserializer::tests::one_field ... ok
[INFO] [stdout] test deserializer::tests::borrowed_map_bytes ... ok
[INFO] [stdout] test deserializer::tests::one_field_128 ... ok
[INFO] [stdout] test deserializer::tests::one_char ... ok
[INFO] [stdout] test deserializer::tests::option_empty_field ... ok
[INFO] [stdout] test deserializer::tests::simple_seq ... ok
[INFO] [stdout] test deserializer::tests::seq_in_struct_tail ... ok
[INFO] [stdout] test deserializer::tests::simple_hex_seq ... ok
[INFO] [stdout] test deserializer::tests::two_fields ... ok
[INFO] [stdout] test deserializer::tests::two_fields_too_few ... ok
[INFO] [stdout] test deserializer::tests::two_fields_too_many ... ok
[INFO] [stdout] test deserializer::tests::with_header_unknown ... ok
[INFO] [stdout] test deserializer::tests::with_header ... ok
[INFO] [stdout] test deserializer::tests::with_header_empty ... ok
[INFO] [stdout] test serializer::tests::char ... ok
[INFO] [stdout] test deserializer::tests::with_header_empty_ok ... ok
[INFO] [stdout] test serializer::tests::enum_struct_variant ... ok
[INFO] [stdout] test serializer::tests::enum_newtypes ... ok
[INFO] [stdout] test deserializer::tests::with_header_missing ... ok
[INFO] [stdout] test deserializer::tests::with_header_missing_ok ... ok
[INFO] [stdout] test deserializer::tests::with_header_no_fields ... ok
[INFO] [stdout] test serializer::tests::bool ... ok
[INFO] [stdout] test deserializer::tests::partially_invalid_utf8 ... ok
[INFO] [stdout] test deserializer::tests::seq_in_struct ... ok
[INFO] [stdout] test deserializer::tests::without_header ... ok
[INFO] [stdout] test deserializer::tests::too_many_chars ... ok
[INFO] [stdout] test serializer::tests::enum_units ... ok
[INFO] [stdout] test serializer::tests::float ... ok
[INFO] [stdout] test serializer::tests::float_nan ... ok
[INFO] [stdout] test serializer::tests::integer_i128 ... ok
[INFO] [stdout] test serializer::tests::integer ... ok
[INFO] [stdout] test serializer::tests::integer_u128 ... ok
[INFO] [stdout] test serializer::tests::option ... ok
[INFO] [stdout] test serializer::tests::struct_headers ... ok
[INFO] [stdout] test serializer::tests::struct_headers_inside_nested_tuple_seq ... ok
[INFO] [stdout] test serializer::tests::struct_headers_inside_tuple ... ok
[INFO] [stdout] test serializer::tests::struct_headers_inside_tuple_scalar_after ... ok
[INFO] [stdout] test serializer::tests::bytes ... ok
[INFO] [stdout] test serializer::tests::struct_headers_inside_tuple_scalar_before ... ok
[INFO] [stdout] test serializer::tests::struct_no_headers ... ok
[INFO] [stdout] test serializer::tests::struct_no_headers_128 ... ok
[INFO] [stdout] test serializer::tests::tuple_struct ... ok
[INFO] [stdout] test serializer::tests::struct_newtype ... ok
[INFO] [stdout] test serializer::tests::struct_unit ... ok
[INFO] [stdout] test string_record::tests::eq_field_boundaries ... ok
[INFO] [stdout] test serializer::tests::tuple_variant ... ok
[INFO] [stdout] test serializer::tests::tuple ... ok
[INFO] [stdout] test string_record::tests::trim_does_not_panic_on_empty_records_2 ... ok
[INFO] [stdout] test string_record::tests::trim_both ... ok
[INFO] [stdout] test string_record::tests::trim_does_not_panic_on_empty_records_1 ... ok
[INFO] [stdout] test serializer::tests::seq ... ok
[INFO] [stdout] test string_record::tests::eq_record_len ... ok
[INFO] [stdout] test serializer::tests::struct_headers_nested_seq ... ok
[INFO] [stdout] test string_record::tests::trim_back ... ok
[INFO] [stdout] test serializer::tests::str ... ok
[INFO] [stdout] test serializer::tests::unit ... ok
[INFO] [stdout] test string_record::tests::trim_does_not_panic_on_empty_records_3 ... ok
[INFO] [stdout] test string_record::tests::trim_front ... ok
[INFO] [stdout] test serializer::tests::struct_headers_inside_seq ... ok
[INFO] [stdout] test serializer::tests::struct_headers_nested ... ok
[INFO] [stdout] test string_record::tests::trim_whitespace_only ... ok
[INFO] [stdout] test tests::test_on_files ... FAILED
[INFO] [stdout] test tests::test_on_files_serde ... FAILED
[INFO] [stdout] test tests::test_on_files_serde_send ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_on_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_on_files' (214) panicked at src/lib.rs:273:50:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce8c3436de2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ce8c3436de2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ce8c344dd4a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ce8c344dd4a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5ce8c343bde6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce8c343bde6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ce8c34148ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ce8c34148ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ce8c342ecf9 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ce8c3317d4e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ce8c3317d4e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce8c342ef62 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ce8c342ef62 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ce8c34149b8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ce8c3409b29 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ce8c341580d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ce8c344e4dc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce8c344e252 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ce8c325f65e - <core[27de1724e4349be2]::result::Result<(), std[3b51380354919863]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5ce8c325f65e - csv_async[eefd8f4f73a05dc]::tests::test_on_files
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:273:50
[INFO] [stdout]   22:     0x5ce8c3242f47 - csv_async[eefd8f4f73a05dc]::tests::test_on_files::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:270:23
[INFO] [stdout]   23:     0x5ce8c3136736 - <csv_async[eefd8f4f73a05dc]::tests::test_on_files::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ce8c330c0fb - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce8c330c0fb - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ce8c331895a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ce8c331895a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ce8c3313f04 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ce8c3313f04 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5ce8c331b452 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ce8c331b452 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5ce8c331b452 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ce8c343664f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5ce8c343664f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x786247941aa4 - <unknown>
[INFO] [stdout]   45:     0x7862479cea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_on_files_serde stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_on_files_serde' (215) panicked at src/lib.rs:346:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce8c3436de2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ce8c3436de2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ce8c344dd4a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ce8c344dd4a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5ce8c343bde6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce8c343bde6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ce8c34148ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ce8c34148ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ce8c342ecf9 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ce8c3317d4e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ce8c3317d4e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce8c342ef62 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ce8c342ef62 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ce8c34149b8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ce8c3409b29 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ce8c341580d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ce8c344e4dc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce8c344e252 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ce8c32600ce - <core[27de1724e4349be2]::result::Result<(), std[3b51380354919863]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5ce8c32600ce - csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:346:58
[INFO] [stdout]   22:     0x5ce8c3243ba7 - csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:343:37
[INFO] [stdout]   23:     0x5ce8c3136776 - <csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ce8c330c0fb - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce8c330c0fb - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ce8c331895a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ce8c331895a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ce8c3313f04 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ce8c3313f04 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5ce8c331b452 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ce8c331b452 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5ce8c331b452 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ce8c343664f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5ce8c343664f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x786247941aa4 - <unknown>
[INFO] [stdout]   45:     0x7862479cea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_on_files_serde_send stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_on_files_serde_send' (216) panicked at src/lib.rs:390:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce8c3436de2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce8c3436de2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ce8c3436de2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ce8c344dd4a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ce8c344dd4a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5ce8c343bde6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce8c343bde6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ce8c34148ff - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ce8c34148ff - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ce8c342ecf9 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ce8c3317d4e - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5ce8c3317d4e - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce8c342ef62 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5ce8c342ef62 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ce8c34149b8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ce8c3409b29 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ce8c341580d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ce8c344e4dc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce8c344e252 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ce8c3260b3e - <core[27de1724e4349be2]::result::Result<(), std[3b51380354919863]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5ce8c3260b3e - csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde_send
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:390:58
[INFO] [stdout]   22:     0x5ce8c3243bd7 - csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde_send::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:387:42
[INFO] [stdout]   23:     0x5ce8c31367b6 - <csv_async[eefd8f4f73a05dc]::tests::test_on_files_serde_send::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ce8c330c0fb - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce8c330c0fb - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ce8c331895a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ce8c331895a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ce8c331895a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ce8c331895a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ce8c3313f04 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ce8c3313f04 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5ce8c331b452 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ce8c331b452 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ce8c331b452 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ce8c331b452 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5ce8c331b452 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ce8c343664f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5ce8c343664f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x786247941aa4 - <unknown>
[INFO] [stdout]   45:     0x7862479cea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_on_files
[INFO] [stdout]     tests::test_on_files_serde
[INFO] [stdout]     tests::test_on_files_serde_send
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 173 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "9a2ef1adb8fe55336575a0d4df39690eca008d304c8a83329fbe761764c9bd32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a2ef1adb8fe55336575a0d4df39690eca008d304c8a83329fbe761764c9bd32", kill_on_drop: false }`
[INFO] [stdout] 9a2ef1adb8fe55336575a0d4df39690eca008d304c8a83329fbe761764c9bd32
