[INFO] fetching crate parquet-format-async-temp 0.3.1...
[INFO] testing parquet-format-async-temp-0.3.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate parquet-format-async-temp 0.3.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate parquet-format-async-temp 0.3.1
[INFO] finished tweaking crates.io crate parquet-format-async-temp 0.3.1
[INFO] tweaked toml for crates.io crate parquet-format-async-temp 0.3.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate parquet-format-async-temp 0.3.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding integer-encoding v3.0.4 (available: v4.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccb2028a56b34a95eb21723c1d74132c244c0f3e79fa9efb88f5e56a65048837
[INFO] running `Command { std: "docker" "start" "-a" "ccb2028a56b34a95eb21723c1d74132c244c0f3e79fa9efb88f5e56a65048837", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccb2028a56b34a95eb21723c1d74132c244c0f3e79fa9efb88f5e56a65048837", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccb2028a56b34a95eb21723c1d74132c244c0f3e79fa9efb88f5e56a65048837", kill_on_drop: false }`
[INFO] [stdout] ccb2028a56b34a95eb21723c1d74132c244c0f3e79fa9efb88f5e56a65048837
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86db38267a1810d7da40cad5c9f33bc3d4a5887603ea9a346a304d31f4546faa
[INFO] running `Command { std: "docker" "start" "-a" "86db38267a1810d7da40cad5c9f33bc3d4a5887603ea9a346a304d31f4546faa", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling parquet-format-async-temp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
[INFO] running `Command { std: "docker" "inspect" "86db38267a1810d7da40cad5c9f33bc3d4a5887603ea9a346a304d31f4546faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86db38267a1810d7da40cad5c9f33bc3d4a5887603ea9a346a304d31f4546faa", kill_on_drop: false }`
[INFO] [stdout] 86db38267a1810d7da40cad5c9f33bc3d4a5887603ea9a346a304d31f4546faa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c51f71f031b9eeb19230c98c44dda6e7238c92006a8c1e4c77aaeee4eae3c37
[INFO] running `Command { std: "docker" "start" "-a" "0c51f71f031b9eeb19230c98c44dda6e7238c92006a8c1e4c77aaeee4eae3c37", kill_on_drop: false }`
[INFO] [stderr]    Compiling parquet-format-async-temp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.90s
[INFO] running `Command { std: "docker" "inspect" "0c51f71f031b9eeb19230c98c44dda6e7238c92006a8c1e4c77aaeee4eae3c37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c51f71f031b9eeb19230c98c44dda6e7238c92006a8c1e4c77aaeee4eae3c37", kill_on_drop: false }`
[INFO] [stdout] 0c51f71f031b9eeb19230c98c44dda6e7238c92006a8c1e4c77aaeee4eae3c37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cfcc40dd919eba7c961f119693aa9c953902c89ba209582451246014835aeb8b
[INFO] running `Command { std: "docker" "start" "-a" "cfcc40dd919eba7c961f119693aa9c953902c89ba209582451246014835aeb8b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parquet_format_async_temp-0bbe248fa59a4ac5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests parquet_format_async_temp
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactInputProtocol (line 40) - compile ... FAILED
[INFO] [stdout] test src/thrift/protocol/mod.rs - thrift::protocol (line 24) - compile ... FAILED
[INFO] [stdout] test src/thrift/protocol/mod.rs - thrift::protocol::TOutputProtocol (line 246) - compile ... FAILED
[INFO] [stdout] test src/thrift/protocol/mod.rs - thrift::protocol (line 43) - compile ... FAILED
[INFO] [stdout] test src/thrift/protocol/mod.rs - thrift::protocol::TInputProtocol (line 97) - compile ... FAILED
[INFO] [stdout] test src/thrift/errors.rs - thrift::errors::Error (line 106) ... FAILED
[INFO] [stdout] test src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactOutputProtocol (line 321) - compile ... FAILED
[INFO] [stdout] test src/thrift/errors.rs - thrift::errors::Error (line 135) ... FAILED
[INFO] [stdout] test src/thrift/errors.rs - thrift::errors::Error (line 61) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactInputProtocol (line 40) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/compact.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use thrift::protocol::{TCompactInputProtocol, TInputProtocol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/compact.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | use thrift::transport::TTcpChannel;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/protocol/mod.rs - thrift::protocol (line 24) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use thrift::protocol::{TBinaryInputProtocol, TInputProtocol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use thrift::transport::TTcpChannel;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/protocol/mod.rs - thrift::protocol::TOutputProtocol (line 246) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/protocol/mod.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 | use thrift::protocol::{TBinaryOutputProtocol, TFieldIdentifier, TOutputProtocol, TType};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/protocol/mod.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | use thrift::transport::TTcpChannel;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/protocol/mod.rs - thrift::protocol (line 43) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use thrift::protocol::{TBinaryOutputProtocol, TFieldIdentifier, TOutputProtocol, TType};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | use thrift::transport::TTcpChannel;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/protocol/mod.rs - thrift::protocol::TInputProtocol (line 97) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 | use thrift::protocol::{TBinaryInputProtocol, TInputProtocol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/protocol/mod.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 | use thrift::transport::TTcpChannel;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/errors.rs - thrift::errors::Error (line 106) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `thrift`
[INFO] [stdout]    --> src/thrift/errors.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 | use thrift::{ApplicationError, ApplicationErrorKind};
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]     |
[INFO] [stdout] 107 | use parquet_format_async_temp::thrift::{ApplicationError, ApplicationErrorKind};
[INFO] [stdout]     |     +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:111:3
[INFO] [stdout]     |
[INFO] [stdout] 111 |   thrift::Error::from("This is an error")
[INFO] [stdout]     |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -   thrift::Error::from("This is an error")
[INFO] [stdout] 111 +   Error::from("This is an error")
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 |   thrift::Error::Application(
[INFO] [stdout]     |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout] 106 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 116 -   thrift::Error::Application(
[INFO] [stdout] 116 +   Error::Application(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | let err0: thrift::Result<()> = Err(
[INFO] [stdout]     |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:115:11
[INFO] [stdout]     |
[INFO] [stdout] 115 | let err1: thrift::Result<()> = Err(
[INFO] [stdout]     |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactOutputProtocol (line 321) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/protocol/compact.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 | use thrift::protocol::{TCompactOutputProtocol, TOutputProtocol};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/protocol/compact.rs:323:5
[INFO] [stdout]     |
[INFO] [stdout] 323 | use thrift::transport::TTcpChannel;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/errors.rs - thrift::errors::Error (line 135) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 153 |     thrift::Error::User(Box::new(e))
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 153 -     thrift::Error::User(Box::new(e))
[INFO] [stdout] 153 +     Error::User(Box::new(e))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:166:3
[INFO] [stdout]     |
[INFO] [stdout] 166 |   thrift::Error::from(Xception { error_code: Some(1), message: None })
[INFO] [stdout]     |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout] 135 + use core::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 166 -   thrift::Error::from(Xception { error_code: Some(1), message: None })
[INFO] [stdout] 166 +   Error::from(Xception { error_code: Some(1), message: None })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 | impl From<Xception> for thrift::Error {
[INFO] [stdout]     |                         ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]    --> src/thrift/errors.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | let err: thrift::Result<()> = Err(
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/thrift/errors.rs - thrift::errors::Error (line 61) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `thrift`
[INFO] [stdout]   --> src/thrift/errors.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use thrift::{TransportError, TransportErrorKind};
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 62 | use parquet_format_async_temp::thrift::{TransportError, TransportErrorKind};
[INFO] [stdout]    |     +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 |   thrift::Error::Transport(
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 66 -   thrift::Error::Transport(
[INFO] [stdout] 66 +   Error::Transport(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:76:3
[INFO] [stdout]    |
[INFO] [stdout] 76 |   thrift::Error::from(
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -   thrift::Error::from(
[INFO] [stdout] 76 +   Error::from(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:86:3
[INFO] [stdout]    |
[INFO] [stdout] 86 |   thrift::Error::Transport(
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 61 + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 86 -   thrift::Error::Transport(
[INFO] [stdout] 86 +   Error::Transport(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:97:3
[INFO] [stdout]    |
[INFO] [stdout] 97 |   thrift::new_transport_error(
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 | let err0: thrift::Result<()> = Err(
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | let err1: thrift::Result<()> = Err(
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | let err2: thrift::Result<()> = Err(
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `thrift` in this scope
[INFO] [stdout]   --> src/thrift/errors.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | let err3: thrift::Result<()> = Err(
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `thrift`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `thrift`, use `cargo add thrift` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/thrift/errors.rs - thrift::errors::Error (line 106)
[INFO] [stdout]     src/thrift/errors.rs - thrift::errors::Error (line 135)
[INFO] [stdout]     src/thrift/errors.rs - thrift::errors::Error (line 61)
[INFO] [stdout]     src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactInputProtocol (line 40)
[INFO] [stdout]     src/thrift/protocol/compact.rs - thrift::protocol::compact::TCompactOutputProtocol (line 321)
[INFO] [stdout]     src/thrift/protocol/mod.rs - thrift::protocol (line 24)
[INFO] [stdout]     src/thrift/protocol/mod.rs - thrift::protocol (line 43)
[INFO] [stdout]     src/thrift/protocol/mod.rs - thrift::protocol::TInputProtocol (line 97)
[INFO] [stdout]     src/thrift/protocol/mod.rs - thrift::protocol::TOutputProtocol (line 246)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cfcc40dd919eba7c961f119693aa9c953902c89ba209582451246014835aeb8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfcc40dd919eba7c961f119693aa9c953902c89ba209582451246014835aeb8b", kill_on_drop: false }`
[INFO] [stdout] cfcc40dd919eba7c961f119693aa9c953902c89ba209582451246014835aeb8b
