[INFO] cloning repository https://github.com/tdikland/delta-sharing-client-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tdikland/delta-sharing-client-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdikland%2Fdelta-sharing-client-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdikland%2Fdelta-sharing-client-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 79cbe264f028a6ea5bf4dda08366174ed7aaa260
[INFO] testing tdikland/delta-sharing-client-rs against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdikland%2Fdelta-sharing-client-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tdikland/delta-sharing-client-rs on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tdikland/delta-sharing-client-rs
[INFO] finished tweaking git repo https://github.com/tdikland/delta-sharing-client-rs
[INFO] tweaked toml for git repo https://github.com/tdikland/delta-sharing-client-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/tdikland/delta-sharing-client-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3967b5357d6ce111a35946ff17859c54ef3e099e5bb76bc8a658e8bafcdf34bb
[INFO] running `Command { std: "docker" "start" "-a" "3967b5357d6ce111a35946ff17859c54ef3e099e5bb76bc8a658e8bafcdf34bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3967b5357d6ce111a35946ff17859c54ef3e099e5bb76bc8a658e8bafcdf34bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3967b5357d6ce111a35946ff17859c54ef3e099e5bb76bc8a658e8bafcdf34bb", kill_on_drop: false }`
[INFO] [stdout] 3967b5357d6ce111a35946ff17859c54ef3e099e5bb76bc8a658e8bafcdf34bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4823358837b5db0349b2045ebf2c88b2e59129497179c27cce20a5dd2e176db8
[INFO] running `Command { std: "docker" "start" "-a" "4823358837b5db0349b2045ebf2c88b2e59129497179c27cce20a5dd2e176db8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling arrow-schema v49.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling flatbuffers v23.5.26
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling flate2 v1.0.29
[INFO] [stderr]    Compiling lz4_flex v0.11.3
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling delta_kernel v0.0.1 (https://github.com/tdikland/delta-kernel-rs.git?rev=fb8bbf0#fb8bbf0e)
[INFO] [stderr]    Compiling bytemuck v1.15.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling rustls-pki-types v1.5.0
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling roaring v0.10.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling num v0.4.2
[INFO] [stderr]    Compiling arrow-buffer v49.0.0
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling z85 v3.0.5
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling arrow-data v49.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling visibility v0.1.0
[INFO] [stderr]    Compiling delta_kernel_derive v0.0.1 (https://github.com/tdikland/delta-kernel-rs.git?rev=fb8bbf0#fb8bbf0e)
[INFO] [stderr]    Compiling fix-hidden-lifetime-bug-proc_macros v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling fix-hidden-lifetime-bug v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.4.4
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling zstd v0.13.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling arrow-array v49.0.0
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling arrow-select v49.0.0
[INFO] [stderr]    Compiling arrow-arith v49.0.0
[INFO] [stderr]    Compiling arrow-cast v49.0.0
[INFO] [stderr]    Compiling arrow-ord v49.0.0
[INFO] [stderr]    Compiling arrow-ipc v49.0.0
[INFO] [stderr]    Compiling arrow-json v49.0.0
[INFO] [stderr]    Compiling parquet v49.0.0
[INFO] [stderr]    Compiling delta-sharing-client-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:347:45
[INFO] [stdout]     |
[INFO] [stdout] 347 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:363:45
[INFO] [stdout]     |
[INFO] [stdout] 363 |     async fn provide_token(&self) -> Result<&str>;
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:368:45
[INFO] [stdout]     |
[INFO] [stdout] 368 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `Metadata`, and `Protocol`
[INFO] [stdout]  --> src/response/mod.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use delta_kernel::actions::{Add, Metadata, Protocol};
[INFO] [stdout]   |                             ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `UrlExt` is never used
[INFO] [stdout]  --> src/request/mod.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | trait UrlExt<Q> {
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Query` is never used
[INFO] [stdout]   --> src/request/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | trait Query {
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]   --> src/response/mod.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct QueryTableVersionResponse {
[INFO] [stdout]    |            ------------------------- field in this struct
[INFO] [stdout] 87 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableVersionResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, and `metadata` are never read
[INFO] [stdout]   --> src/response/mod.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct QueryTableMetadataResponse {
[INFO] [stdout]    |            -------------------------- fields in this struct
[INFO] [stdout] 92 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 93 |     protocol: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 94 |     metadata: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableMetadataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:99:5
[INFO] [stdout]     |
[INFO] [stdout] 98  | pub struct QueryTableDataResponse {
[INFO] [stdout]     |            ---------------------- fields in this struct
[INFO] [stdout] 99  |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 100 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 101 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 102 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableDataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct QueryTableChangesResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 107 |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 108 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 109 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 110 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableChangesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_parquet`, `is_delta`, `as_parquet`, `as_delta`, `to_parquet`, and `to_delta` are never used
[INFO] [stdout]    --> src/response/mod.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl TableAction {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] 121 |     pub fn is_parquet(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn is_delta(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn as_parquet(&self) -> Option<&ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn as_delta(&self) -> Option<&DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn to_parquet(self) -> Option<ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn to_delta(self) -> Option<DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_protocol`, `is_metadata`, and `is_file` are never used
[INFO] [stdout]   --> src/response/parquet.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ParquetAction {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 15 |     pub fn is_protocol(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn is_metadata(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn is_file(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]    --> src/client.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 | /         match status {
[INFO] [stdout] 338 | |             StatusCode::OK => response
[INFO] [stdout] 339 | |                 .headers()
[INFO] [stdout] 340 | |                 .get("Delta-Table-Version")
[INFO] [stdout] ...   |
[INFO] [stdout] 355 | |         };
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let _ = match status {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
[INFO] running `Command { std: "docker" "inspect" "4823358837b5db0349b2045ebf2c88b2e59129497179c27cce20a5dd2e176db8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4823358837b5db0349b2045ebf2c88b2e59129497179c27cce20a5dd2e176db8", kill_on_drop: false }`
[INFO] [stdout] 4823358837b5db0349b2045ebf2c88b2e59129497179c27cce20a5dd2e176db8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] be32a7fc15587f91f27f2fab7323a2b0656de6e9d5716f050ab57647594b1cfd
[INFO] running `Command { std: "docker" "start" "-a" "be32a7fc15587f91f27f2fab7323a2b0656de6e9d5716f050ab57647594b1cfd", kill_on_drop: false }`
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.4
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling delta-sharing-client-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:347:45
[INFO] [stdout]     |
[INFO] [stdout] 347 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:363:45
[INFO] [stdout]     |
[INFO] [stdout] 363 |     async fn provide_token(&self) -> Result<&str>;
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:368:45
[INFO] [stdout]     |
[INFO] [stdout] 368 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `Metadata`, and `Protocol`
[INFO] [stdout]  --> src/response/mod.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use delta_kernel::actions::{Add, Metadata, Protocol};
[INFO] [stdout]   |                             ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `UrlExt` is never used
[INFO] [stdout]  --> src/request/mod.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | trait UrlExt<Q> {
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Query` is never used
[INFO] [stdout]   --> src/request/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | trait Query {
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]   --> src/response/mod.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct QueryTableVersionResponse {
[INFO] [stdout]    |            ------------------------- field in this struct
[INFO] [stdout] 87 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableVersionResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, and `metadata` are never read
[INFO] [stdout]   --> src/response/mod.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct QueryTableMetadataResponse {
[INFO] [stdout]    |            -------------------------- fields in this struct
[INFO] [stdout] 92 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 93 |     protocol: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 94 |     metadata: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableMetadataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:99:5
[INFO] [stdout]     |
[INFO] [stdout] 98  | pub struct QueryTableDataResponse {
[INFO] [stdout]     |            ---------------------- fields in this struct
[INFO] [stdout] 99  |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 100 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 101 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 102 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableDataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct QueryTableChangesResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 107 |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 108 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 109 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 110 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableChangesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_parquet`, `is_delta`, `as_parquet`, `as_delta`, `to_parquet`, and `to_delta` are never used
[INFO] [stdout]    --> src/response/mod.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl TableAction {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] 121 |     pub fn is_parquet(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn is_delta(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn as_parquet(&self) -> Option<&ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn as_delta(&self) -> Option<&DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn to_parquet(self) -> Option<ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn to_delta(self) -> Option<DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_protocol`, `is_metadata`, and `is_file` are never used
[INFO] [stdout]   --> src/response/parquet.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ParquetAction {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 15 |     pub fn is_protocol(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn is_metadata(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn is_file(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:347:45
[INFO] [stdout]     |
[INFO] [stdout] 347 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:363:45
[INFO] [stdout]     |
[INFO] [stdout] 363 |     async fn provide_token(&self) -> Result<&str>;
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/profile.rs:368:45
[INFO] [stdout]     |
[INFO] [stdout] 368 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stdout]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            lifetime `'life0` declared here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `Metadata`, and `Protocol`
[INFO] [stdout]  --> src/response/mod.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use delta_kernel::actions::{Add, Metadata, Protocol};
[INFO] [stdout]   |                             ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]    --> src/client.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 | /         match status {
[INFO] [stdout] 338 | |             StatusCode::OK => response
[INFO] [stdout] 339 | |                 .headers()
[INFO] [stdout] 340 | |                 .get("Delta-Table-Version")
[INFO] [stdout] ...   |
[INFO] [stdout] 355 | |         };
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let _ = match status {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `UrlExt` is never used
[INFO] [stdout]  --> src/request/mod.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | trait UrlExt<Q> {
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Query` is never used
[INFO] [stdout]   --> src/request/mod.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | trait Query {
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]   --> src/response/mod.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct QueryTableVersionResponse {
[INFO] [stdout]    |            ------------------------- field in this struct
[INFO] [stdout] 87 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableVersionResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, and `metadata` are never read
[INFO] [stdout]   --> src/response/mod.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct QueryTableMetadataResponse {
[INFO] [stdout]    |            -------------------------- fields in this struct
[INFO] [stdout] 92 |     version: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 93 |     protocol: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 94 |     metadata: TableAction,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryTableMetadataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:99:5
[INFO] [stdout]     |
[INFO] [stdout] 98  | pub struct QueryTableDataResponse {
[INFO] [stdout]     |            ---------------------- fields in this struct
[INFO] [stdout] 99  |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 100 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 101 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 102 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableDataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stdout]    --> src/response/mod.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct QueryTableChangesResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 107 |     version: u64,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 108 |     protocol: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 109 |     metadata: TableAction,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 110 |     files: Vec<TableAction>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryTableChangesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_parquet`, `is_delta`, `as_parquet`, `as_delta`, `to_parquet`, and `to_delta` are never used
[INFO] [stdout]    --> src/response/mod.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl TableAction {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] 121 |     pub fn is_parquet(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn is_delta(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn as_parquet(&self) -> Option<&ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn as_delta(&self) -> Option<&DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn to_parquet(self) -> Option<ParquetAction> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn to_delta(self) -> Option<DeltaAction> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_protocol`, `is_metadata`, and `is_file` are never used
[INFO] [stdout]   --> src/response/parquet.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ParquetAction {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 15 |     pub fn is_protocol(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn is_metadata(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn is_file(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]    --> src/client.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 | /         match status {
[INFO] [stdout] 338 | |             StatusCode::OK => response
[INFO] [stdout] 339 | |                 .headers()
[INFO] [stdout] 340 | |                 .get("Delta-Table-Version")
[INFO] [stdout] ...   |
[INFO] [stdout] 355 | |         };
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let _ = match status {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.78s
[INFO] running `Command { std: "docker" "inspect" "be32a7fc15587f91f27f2fab7323a2b0656de6e9d5716f050ab57647594b1cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be32a7fc15587f91f27f2fab7323a2b0656de6e9d5716f050ab57647594b1cfd", kill_on_drop: false }`
[INFO] [stdout] be32a7fc15587f91f27f2fab7323a2b0656de6e9d5716f050ab57647594b1cfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 34c95555457f18f2069014871677143395138f0a8b76b9d4cb52789ad4a7c095
[INFO] running `Command { std: "docker" "start" "-a" "34c95555457f18f2069014871677143395138f0a8b76b9d4cb52789ad4a7c095", kill_on_drop: false }`
[INFO] [stderr] warning: elided lifetime has a name
[INFO] [stderr]    --> src/profile.rs:347:45
[INFO] [stderr]     |
[INFO] [stderr] 347 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stderr]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            lifetime `'life0` declared here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: elided lifetime has a name
[INFO] [stderr]    --> src/profile.rs:363:45
[INFO] [stderr]     |
[INFO] [stderr] 363 |     async fn provide_token(&self) -> Result<&str>;
[INFO] [stderr]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            lifetime `'life0` declared here
[INFO] [stderr] 
[INFO] [stderr] warning: elided lifetime has a name
[INFO] [stderr]    --> src/profile.rs:368:45
[INFO] [stderr]     |
[INFO] [stderr] 368 |     async fn provide_token(&self) -> Result<&str> {
[INFO] [stderr]     |                            -                ^ this elided lifetime gets resolved as `'life0`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            lifetime `'life0` declared here
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Add`, `Metadata`, and `Protocol`
[INFO] [stderr]  --> src/response/mod.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 | use delta_kernel::actions::{Add, Metadata, Protocol};
[INFO] [stderr]   |                             ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `UrlExt` is never used
[INFO] [stderr]  --> src/request/mod.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | trait UrlExt<Q> {
[INFO] [stderr]   |       ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Query` is never used
[INFO] [stderr]   --> src/request/mod.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | trait Query {
[INFO] [stderr]    |       ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `version` is never read
[INFO] [stderr]   --> src/response/mod.rs:87:5
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub struct QueryTableVersionResponse {
[INFO] [stderr]    |            ------------------------- field in this struct
[INFO] [stderr] 87 |     version: u64,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `QueryTableVersionResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `version`, `protocol`, and `metadata` are never read
[INFO] [stderr]   --> src/response/mod.rs:92:5
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub struct QueryTableMetadataResponse {
[INFO] [stderr]    |            -------------------------- fields in this struct
[INFO] [stderr] 92 |     version: u64,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 93 |     protocol: TableAction,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 94 |     metadata: TableAction,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `QueryTableMetadataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stderr]    --> src/response/mod.rs:99:5
[INFO] [stderr]     |
[INFO] [stderr] 98  | pub struct QueryTableDataResponse {
[INFO] [stderr]     |            ---------------------- fields in this struct
[INFO] [stderr] 99  |     version: u64,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 100 |     protocol: TableAction,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 101 |     metadata: TableAction,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 102 |     files: Vec<TableAction>,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `QueryTableDataResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `version`, `protocol`, `metadata`, and `files` are never read
[INFO] [stderr]    --> src/response/mod.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 106 | pub struct QueryTableChangesResponse {
[INFO] [stderr]     |            ------------------------- fields in this struct
[INFO] [stderr] 107 |     version: u64,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 108 |     protocol: TableAction,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 109 |     metadata: TableAction,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 110 |     files: Vec<TableAction>,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `QueryTableChangesResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_parquet`, `is_delta`, `as_parquet`, `as_delta`, `to_parquet`, and `to_delta` are never used
[INFO] [stderr]    --> src/response/mod.rs:121:12
[INFO] [stderr]     |
[INFO] [stderr] 120 | impl TableAction {
[INFO] [stderr]     | ---------------- methods in this implementation
[INFO] [stderr] 121 |     pub fn is_parquet(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 |     pub fn is_delta(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 |     pub fn as_parquet(&self) -> Option<&ParquetAction> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 |     pub fn as_delta(&self) -> Option<&DeltaAction> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 |     pub fn to_parquet(self) -> Option<ParquetAction> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 150 |     pub fn to_delta(self) -> Option<DeltaAction> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_protocol`, `is_metadata`, and `is_file` are never used
[INFO] [stderr]   --> src/response/parquet.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl ParquetAction {
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] 15 |     pub fn is_protocol(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 19 |     pub fn is_metadata(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub fn is_file(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `std::result::Result` that must be used
[INFO] [stderr]    --> src/client.rs:337:9
[INFO] [stderr]     |
[INFO] [stderr] 337 | /         match status {
[INFO] [stderr] 338 | |             StatusCode::OK => response
[INFO] [stderr] 339 | |                 .headers()
[INFO] [stderr] 340 | |                 .get("Delta-Table-Version")
[INFO] [stderr] ...   |
[INFO] [stderr] 355 | |         };
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 337 |         let _ = match status {
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `delta-sharing-client-rs` (lib) generated 13 warnings (run `cargo fix --lib -p delta-sharing-client-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `delta-sharing-client-rs` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/delta_sharing_client_rs-645e6f4901256f0c)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test profile::tests::debug_bearer_token_profile_type ... ok
[INFO] [stdout] test request::pagination::test::advance_pagination_from_start ... ok
[INFO] [stdout] test request::pagination::test::advance_pagination_from_token ... ok
[INFO] [stdout] test request::pagination::test::from_token ... ok
[INFO] [stdout] test request::pagination::test::from_start ... ok
[INFO] [stdout] test request::query::test::default_table_version_query ... ok
[INFO] [stdout] test request::query::test::parse_table_version_query ... ok
[INFO] [stdout] test request::query::test::table_version_query_from_datetime ... ok
[INFO] [stdout] test profile::tests::profile_from_path_v1_bearer_token ... ok
[INFO] [stdout] test request::query::test::table_version_query_to_timestamp ... ok
[INFO] [stdout] test request::pagination::test::add_pagination_to_url ... ok
[INFO] [stdout] test profile::tests::profile_from_path_malformed_endpoint ... FAILED
[INFO] [stdout] test profile::tests::profile_from_path_missing_file ... FAILED
[INFO] [stdout] test profile::tests::profile_from_path_malformed_file ... FAILED
[INFO] [stdout] test profile::tests::fail_without_bearer_token ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- profile::tests::profile_from_path_malformed_endpoint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'profile::tests::profile_from_path_malformed_endpoint' panicked at src/error.rs:91:35:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58151b1a026a - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x58151b1a026a - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x58151b1a026a - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58151b1a026a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58151b1ca1c3 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x58151b1ca1c3 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x58151b19cb33 - std::io::Write::write_fmt::hab1b4cd059a79022
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x58151b1a00b2 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x58151b1a168f - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x58151b1a14a8 - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:322:9
[INFO] [stdout]   10:     0x58151b0d7d13 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb53814c496a4d34
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   11:     0x58151b0d7d13 - test::test_main::{{closure}}::hc0a4963c59427c24
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:134:21
[INFO] [stdout]   12:     0x58151b1a2183 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h591b2225413a77e9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   13:     0x58151b1a2183 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:839:13
[INFO] [stdout]   14:     0x58151b1a1e06 - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:697:13
[INFO] [stdout]   15:     0x58151b1a0769 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   16:     0x58151b1a1acd - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   17:     0x58151b1c8040 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   18:     0x58151b1c80cc - core::panicking::panic::haa3255ea20181a33
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:145:5
[INFO] [stdout]   19:     0x58151b084294 - <delta_sharing_client_rs::error::DeltaSharingError as core::fmt::Display>::fmt::had16b7939402af1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/error.rs:91:35
[INFO] [stdout]   20:     0x58151b080fb3 - <T as alloc::string::SpecToString>::spec_to_string::h390ac90b3713dfb8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2756:9
[INFO] [stdout]   21:     0x58151b080be6 - <T as alloc::string::ToString>::to_string::hb82f0ec58f134f48
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2735:9
[INFO] [stdout]   22:     0x58151b0869bd - delta_sharing_client_rs::profile::tests::profile_from_path_malformed_endpoint::hbbe00a70025c7dde
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:437:17
[INFO] [stdout]   23:     0x58151b086287 - delta_sharing_client_rs::profile::tests::profile_from_path_malformed_endpoint::{{closure}}::h26bf6f10817f6856
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:426:46
[INFO] [stdout]   24:     0x58151b08b336 - core::ops::function::FnOnce::call_once::h80d30b5ff5a91270
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58151b0dd46b - core::ops::function::FnOnce::call_once::he27718dfdd183f43
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x58151b0dd46b - test::__rust_begin_short_backtrace::h4e84902998457a5d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:632:18
[INFO] [stdout]   27:     0x58151b0dc3a3 - test::run_test_in_process::{{closure}}::h7176fd18fc1feca0
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:60
[INFO] [stdout]   28:     0x58151b0dc3a3 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf79cff2a624d8cf7
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x58151b0dc3a3 - std::panicking::try::do_call::h3da0561d9ab99c25
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   30:     0x58151b0dc3a3 - std::panicking::try::h41c9fa508bc61df6
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   31:     0x58151b0dc3a3 - std::panic::catch_unwind::h6b3ff07bb5afad93
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   32:     0x58151b0dc3a3 - test::run_test_in_process::hc7253dd11b39b9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:27
[INFO] [stdout]   33:     0x58151b0dc3a3 - test::run_test::{{closure}}::hfb2007f8649c30bb
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:576:43
[INFO] [stdout]   34:     0x58151b09f485 - test::run_test::{{closure}}::h56a17aa7a282a9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:606:41
[INFO] [stdout]   35:     0x58151b09f485 - std::sys::backtrace::__rust_begin_short_backtrace::hd2d2d2fb8e8c6aac
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4faa3f9db6133423
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x58151b0a2d6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2e855a36a4ea846
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x58151b0a2d6a - std::panicking::try::do_call::h2f73af3616c35465
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   39:     0x58151b0a2d6a - std::panicking::try::hd1660ce9efadef5a
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   40:     0x58151b0a2d6a - std::panic::catch_unwind::h5ee8d7823b8ca744
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   41:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h53c3a1894dce8407
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x58151b0a2d6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h048ce291ad4f62bf
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha52bedf99a3b4981
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   44:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h567748934d80ccf8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   45:     0x58151b1a61ab - std::sys::pal::unix::thread::Thread::new::thread_start::h2d970728ae887adc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/pal/unix/thread.rs:106:17
[INFO] [stdout]   46:     0x733b730f1ac3 - <unknown>
[INFO] [stdout]   47:     0x733b73182a04 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- profile::tests::profile_from_path_missing_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'profile::tests::profile_from_path_missing_file' panicked at src/error.rs:91:35:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58151b1a026a - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x58151b1a026a - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x58151b1a026a - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58151b1a026a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58151b1ca1c3 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x58151b1ca1c3 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x58151b19cb33 - std::io::Write::write_fmt::hab1b4cd059a79022
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x58151b1a00b2 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x58151b1a168f - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x58151b1a14a8 - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:322:9
[INFO] [stdout]   10:     0x58151b0d7d13 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb53814c496a4d34
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   11:     0x58151b0d7d13 - test::test_main::{{closure}}::hc0a4963c59427c24
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:134:21
[INFO] [stdout]   12:     0x58151b1a2183 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h591b2225413a77e9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   13:     0x58151b1a2183 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:839:13
[INFO] [stdout]   14:     0x58151b1a1e06 - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:697:13
[INFO] [stdout]   15:     0x58151b1a0769 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   16:     0x58151b1a1acd - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   17:     0x58151b1c8040 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   18:     0x58151b1c80cc - core::panicking::panic::haa3255ea20181a33
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:145:5
[INFO] [stdout]   19:     0x58151b084294 - <delta_sharing_client_rs::error::DeltaSharingError as core::fmt::Display>::fmt::had16b7939402af1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/error.rs:91:35
[INFO] [stdout]   20:     0x58151b080fb3 - <T as alloc::string::SpecToString>::spec_to_string::h390ac90b3713dfb8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2756:9
[INFO] [stdout]   21:     0x58151b080be6 - <T as alloc::string::ToString>::to_string::hb82f0ec58f134f48
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2735:9
[INFO] [stdout]   22:     0x58151b085a3d - delta_sharing_client_rs::profile::tests::profile_from_path_missing_file::hfaf3ed944e898d0c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:405:17
[INFO] [stdout]   23:     0x58151b085937 - delta_sharing_client_rs::profile::tests::profile_from_path_missing_file::{{closure}}::h3243fdb89dd444c2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:402:40
[INFO] [stdout]   24:     0x58151b08b486 - core::ops::function::FnOnce::call_once::hd21cccc9d8db03d6
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58151b0dd46b - core::ops::function::FnOnce::call_once::he27718dfdd183f43
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x58151b0dd46b - test::__rust_begin_short_backtrace::h4e84902998457a5d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:632:18
[INFO] [stdout]   27:     0x58151b0dc3a3 - test::run_test_in_process::{{closure}}::h7176fd18fc1feca0
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:60
[INFO] [stdout]   28:     0x58151b0dc3a3 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf79cff2a624d8cf7
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x58151b0dc3a3 - std::panicking::try::do_call::h3da0561d9ab99c25
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   30:     0x58151b0dc3a3 - std::panicking::try::h41c9fa508bc61df6
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   31:     0x58151b0dc3a3 - std::panic::catch_unwind::h6b3ff07bb5afad93
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   32:     0x58151b0dc3a3 - test::run_test_in_process::hc7253dd11b39b9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:27
[INFO] [stdout]   33:     0x58151b0dc3a3 - test::run_test::{{closure}}::hfb2007f8649c30bb
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:576:43
[INFO] [stdout]   34:     0x58151b09f485 - test::run_test::{{closure}}::h56a17aa7a282a9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:606:41
[INFO] [stdout]   35:     0x58151b09f485 - std::sys::backtrace::__rust_begin_short_backtrace::hd2d2d2fb8e8c6aac
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4faa3f9db6133423
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x58151b0a2d6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2e855a36a4ea846
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x58151b0a2d6a - std::panicking::try::do_call::h2f73af3616c35465
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   39:     0x58151b0a2d6a - std::panicking::try::hd1660ce9efadef5a
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   40:     0x58151b0a2d6a - std::panic::catch_unwind::h5ee8d7823b8ca744
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   41:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h53c3a1894dce8407
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x58151b0a2d6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h048ce291ad4f62bf
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha52bedf99a3b4981
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   44:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h567748934d80ccf8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   45:     0x58151b1a61ab - std::sys::pal::unix::thread::Thread::new::thread_start::h2d970728ae887adc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/pal/unix/thread.rs:106:17
[INFO] [stdout]   46:     0x733b730f1ac3 - <unknown>
[INFO] [stdout]   47:     0x733b73182a04 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- profile::tests::profile_from_path_malformed_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'profile::tests::profile_from_path_malformed_file' panicked at src/error.rs:91:35:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58151b1a026a - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x58151b1a026a - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x58151b1a026a - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58151b1a026a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58151b1ca1c3 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x58151b1ca1c3 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x58151b19cb33 - std::io::Write::write_fmt::hab1b4cd059a79022
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x58151b1a00b2 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x58151b1a168f - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x58151b1a14a8 - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:322:9
[INFO] [stdout]   10:     0x58151b0d7d13 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb53814c496a4d34
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   11:     0x58151b0d7d13 - test::test_main::{{closure}}::hc0a4963c59427c24
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:134:21
[INFO] [stdout]   12:     0x58151b1a2183 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h591b2225413a77e9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   13:     0x58151b1a2183 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:839:13
[INFO] [stdout]   14:     0x58151b1a1e06 - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:697:13
[INFO] [stdout]   15:     0x58151b1a0769 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   16:     0x58151b1a1acd - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   17:     0x58151b1c8040 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   18:     0x58151b1c80cc - core::panicking::panic::haa3255ea20181a33
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:145:5
[INFO] [stdout]   19:     0x58151b084294 - <delta_sharing_client_rs::error::DeltaSharingError as core::fmt::Display>::fmt::had16b7939402af1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/error.rs:91:35
[INFO] [stdout]   20:     0x58151b080fb3 - <T as alloc::string::SpecToString>::spec_to_string::h390ac90b3713dfb8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2756:9
[INFO] [stdout]   21:     0x58151b080be6 - <T as alloc::string::ToString>::to_string::hb82f0ec58f134f48
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2735:9
[INFO] [stdout]   22:     0x58151b086108 - delta_sharing_client_rs::profile::tests::profile_from_path_malformed_file::he4e594598408b8c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:419:17
[INFO] [stdout]   23:     0x58151b085b87 - delta_sharing_client_rs::profile::tests::profile_from_path_malformed_file::{{closure}}::h10a5c59679428d96
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:412:42
[INFO] [stdout]   24:     0x58151b08b2b6 - core::ops::function::FnOnce::call_once::h7285d517785efd6b
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58151b0dd46b - core::ops::function::FnOnce::call_once::he27718dfdd183f43
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x58151b0dd46b - test::__rust_begin_short_backtrace::h4e84902998457a5d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:632:18
[INFO] [stdout]   27:     0x58151b0dc3a3 - test::run_test_in_process::{{closure}}::h7176fd18fc1feca0
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:60
[INFO] [stdout]   28:     0x58151b0dc3a3 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf79cff2a624d8cf7
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x58151b0dc3a3 - std::panicking::try::do_call::h3da0561d9ab99c25
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   30:     0x58151b0dc3a3 - std::panicking::try::h41c9fa508bc61df6
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   31:     0x58151b0dc3a3 - std::panic::catch_unwind::h6b3ff07bb5afad93
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   32:     0x58151b0dc3a3 - test::run_test_in_process::hc7253dd11b39b9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:27
[INFO] [stdout]   33:     0x58151b0dc3a3 - test::run_test::{{closure}}::hfb2007f8649c30bb
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:576:43
[INFO] [stdout]   34:     0x58151b09f485 - test::run_test::{{closure}}::h56a17aa7a282a9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:606:41
[INFO] [stdout]   35:     0x58151b09f485 - std::sys::backtrace::__rust_begin_short_backtrace::hd2d2d2fb8e8c6aac
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4faa3f9db6133423
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x58151b0a2d6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2e855a36a4ea846
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x58151b0a2d6a - std::panicking::try::do_call::h2f73af3616c35465
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   39:     0x58151b0a2d6a - std::panicking::try::hd1660ce9efadef5a
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   40:     0x58151b0a2d6a - std::panic::catch_unwind::h5ee8d7823b8ca744
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   41:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h53c3a1894dce8407
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x58151b0a2d6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h048ce291ad4f62bf
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha52bedf99a3b4981
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   44:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h567748934d80ccf8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   45:     0x58151b1a61ab - std::sys::pal::unix::thread::Thread::new::thread_start::h2d970728ae887adc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/pal/unix/thread.rs:106:17
[INFO] [stdout]   46:     0x733b730f1ac3 - <unknown>
[INFO] [stdout]   47:     0x733b73182a04 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- profile::tests::fail_without_bearer_token stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'profile::tests::fail_without_bearer_token' panicked at src/error.rs:91:35:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58151b1a026a - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x58151b1a026a - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x58151b1a026a - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58151b1a026a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58151b1ca1c3 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x58151b1ca1c3 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x58151b19cb33 - std::io::Write::write_fmt::hab1b4cd059a79022
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x58151b1a00b2 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x58151b1a168f - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x58151b1a14a8 - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:322:9
[INFO] [stdout]   10:     0x58151b0d7d13 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb53814c496a4d34
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   11:     0x58151b0d7d13 - test::test_main::{{closure}}::hc0a4963c59427c24
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:134:21
[INFO] [stdout]   12:     0x58151b1a2183 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h591b2225413a77e9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9
[INFO] [stdout]   13:     0x58151b1a2183 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:839:13
[INFO] [stdout]   14:     0x58151b1a1e06 - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:697:13
[INFO] [stdout]   15:     0x58151b1a0769 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   16:     0x58151b1a1acd - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   17:     0x58151b1c8040 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   18:     0x58151b1c80cc - core::panicking::panic::haa3255ea20181a33
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:145:5
[INFO] [stdout]   19:     0x58151b084294 - <delta_sharing_client_rs::error::DeltaSharingError as core::fmt::Display>::fmt::had16b7939402af1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/error.rs:91:35
[INFO] [stdout]   20:     0x58151b080fb3 - <T as alloc::string::SpecToString>::spec_to_string::h390ac90b3713dfb8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2756:9
[INFO] [stdout]   21:     0x58151b080be6 - <T as alloc::string::ToString>::to_string::hb82f0ec58f134f48
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/string.rs:2735:9
[INFO] [stdout]   22:     0x58151b087459 - delta_sharing_client_rs::profile::tests::fail_without_bearer_token::h70e20e9c36b7ca20
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:459:13
[INFO] [stdout]   23:     0x58151b086b67 - delta_sharing_client_rs::profile::tests::fail_without_bearer_token::{{closure}}::ha1ead5783c2c9899
[INFO] [stdout]                                at /opt/rustwide/workdir/src/profile.rs:444:35
[INFO] [stdout]   24:     0x58151b08b276 - core::ops::function::FnOnce::call_once::h7095fb2f8d6ce429
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58151b0dd46b - core::ops::function::FnOnce::call_once::he27718dfdd183f43
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x58151b0dd46b - test::__rust_begin_short_backtrace::h4e84902998457a5d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:632:18
[INFO] [stdout]   27:     0x58151b0dc3a3 - test::run_test_in_process::{{closure}}::h7176fd18fc1feca0
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:60
[INFO] [stdout]   28:     0x58151b0dc3a3 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf79cff2a624d8cf7
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x58151b0dc3a3 - std::panicking::try::do_call::h3da0561d9ab99c25
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   30:     0x58151b0dc3a3 - std::panicking::try::h41c9fa508bc61df6
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   31:     0x58151b0dc3a3 - std::panic::catch_unwind::h6b3ff07bb5afad93
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   32:     0x58151b0dc3a3 - test::run_test_in_process::hc7253dd11b39b9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:27
[INFO] [stdout]   33:     0x58151b0dc3a3 - test::run_test::{{closure}}::hfb2007f8649c30bb
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:576:43
[INFO] [stdout]   34:     0x58151b09f485 - test::run_test::{{closure}}::h56a17aa7a282a9f4
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:606:41
[INFO] [stdout]   35:     0x58151b09f485 - std::sys::backtrace::__rust_begin_short_backtrace::hd2d2d2fb8e8c6aac
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4faa3f9db6133423
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x58151b0a2d6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2e855a36a4ea846
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x58151b0a2d6a - std::panicking::try::do_call::h2f73af3616c35465
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   39:     0x58151b0a2d6a - std::panicking::try::hd1660ce9efadef5a
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   40:     0x58151b0a2d6a - std::panic::catch_unwind::h5ee8d7823b8ca744
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   41:     0x58151b0a2d6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h53c3a1894dce8407
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x58151b0a2d6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h048ce291ad4f62bf
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha52bedf99a3b4981
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   44:     0x58151b1a61ab - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h567748934d80ccf8
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9
[INFO] [stdout]   45:     0x58151b1a61ab - std::sys::pal::unix::thread::Thread::new::thread_start::h2d970728ae887adc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/pal/unix/thread.rs:106:17
[INFO] [stdout]   46:     0x733b730f1ac3 - <unknown>
[INFO] [stdout]   47:     0x733b73182a04 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     profile::tests::fail_without_bearer_token
[INFO] [stdout]     profile::tests::profile_from_path_malformed_endpoint
[INFO] [stdout]     profile::tests::profile_from_path_malformed_file
[INFO] [stdout]     profile::tests::profile_from_path_missing_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "34c95555457f18f2069014871677143395138f0a8b76b9d4cb52789ad4a7c095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34c95555457f18f2069014871677143395138f0a8b76b9d4cb52789ad4a7c095", kill_on_drop: false }`
[INFO] [stdout] 34c95555457f18f2069014871677143395138f0a8b76b9d4cb52789ad4a7c095
