[INFO] cloning repository https://github.com/alexlatif/rutils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexlatif/rutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlatif%2Frutils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlatif%2Frutils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] baebb3b7175b8f3f26f60e4a8ed4c149f1a9baee [INFO] testing alexlatif/rutils against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlatif%2Frutils" "/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/alexlatif/rutils on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexlatif/rutils [INFO] finished tweaking git repo https://github.com/alexlatif/rutils [INFO] tweaked toml for git repo https://github.com/alexlatif/rutils written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/alexlatif/rutils 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" "+beta-2025-04-13" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 764b4b0973aa76db5869b4d4e3e368f77c5b2629cd737dc65963b8936bdd0afd [INFO] running `Command { std: "docker" "start" "-a" "764b4b0973aa76db5869b4d4e3e368f77c5b2629cd737dc65963b8936bdd0afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "764b4b0973aa76db5869b4d4e3e368f77c5b2629cd737dc65963b8936bdd0afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "764b4b0973aa76db5869b4d4e3e368f77c5b2629cd737dc65963b8936bdd0afd", kill_on_drop: false }` [INFO] [stdout] 764b4b0973aa76db5869b4d4e3e368f77c5b2629cd737dc65963b8936bdd0afd [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f8072e05a3bc14ff17b3b9dd9d6ae2113944824e5f4db9fda6054d4ac278ee3 [INFO] running `Command { std: "docker" "start" "-a" "8f8072e05a3bc14ff17b3b9dd9d6ae2113944824e5f4db9fda6054d4ac278ee3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.165 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling outref v0.5.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling base64-simd v0.8.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling aws-types v1.3.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling ecdsa v0.14.8 [INFO] [stderr] Compiling k8s-openapi v0.22.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling p256 v0.11.1 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling aws-smithy-xml v0.60.9 [INFO] [stderr] Compiling rustls-native-certs v0.7.1 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling rstest_macros v0.21.0 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling foldhash v0.1.3 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling tar v0.4.41 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling error-stack v0.5.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling tempfile v3.11.0 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling sysinfo v0.32.1 [INFO] [stderr] Compiling tokio v1.39.1 [INFO] [stderr] Compiling pin-project v0.4.30 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling opentelemetry v0.24.0 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling futures_codec v0.4.1 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling rstest v0.21.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling aws-smithy-async v1.2.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling jsonpath-rust v0.5.1 [INFO] [stderr] Compiling opentelemetry_sdk v0.24.1 [INFO] [stderr] Compiling aws-smithy-types v1.2.8 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling podman-api-stubs v0.9.0 [INFO] [stderr] Compiling aws-smithy-runtime-api v1.7.2 [INFO] [stderr] Compiling aws-smithy-eventstream v0.60.5 [INFO] [stderr] Compiling aws-smithy-json v0.60.7 [INFO] [stderr] Compiling aws-smithy-query v0.60.7 [INFO] [stderr] Compiling tracing-opentelemetry v0.25.0 [INFO] [stderr] Compiling aws-smithy-http v0.60.11 [INFO] [stderr] Compiling aws-credential-types v1.2.1 [INFO] [stderr] Compiling aws-sigv4 v1.2.5 [INFO] [stderr] Compiling aws-smithy-checksums v0.60.13 [INFO] [stderr] Compiling redis v0.25.4 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling hyper-timeout v0.5.1 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyperlocal v0.8.0 [INFO] [stderr] Compiling aws-smithy-runtime v1.7.3 [INFO] [stderr] Compiling containers-api v0.8.0 [INFO] [stderr] Compiling kube-core v0.93.1 [INFO] [stderr] Compiling podman-api v0.10.0 [INFO] [stderr] Compiling aws-runtime v1.4.3 [INFO] [stderr] Compiling kube-client v0.93.1 [INFO] [stderr] Compiling aws-sdk-ssooidc v1.49.0 [INFO] [stderr] Compiling aws-sdk-sso v1.48.0 [INFO] [stderr] Compiling aws-sdk-sts v1.48.0 [INFO] [stderr] Compiling aws-sdk-s3 v1.59.0 [INFO] [stderr] Compiling aws-config v1.5.9 [INFO] [stderr] Compiling kube v0.93.1 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `meta::region::RegionProviderChain` [INFO] [stdout] --> src/data_utils/data_utils_s3.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use aws_config::{meta::region::RegionProviderChain, BehaviorVersion}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aws_sdk_s3::config::Region` [INFO] [stdout] --> src/data_utils/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use aws_sdk_s3::config::Region; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Level`, `Span`, and `span` [INFO] [stdout] --> src/redis_tracing.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | use tracing::{span, Level, Span}; [INFO] [stdout] | ^^^^ ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub async fn publish(&self, channel: &str, message: &str) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish(channel, message).await?; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish::<_, _, ()>(channel, message).await?; [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | pub async fn flushdb(&self) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:170:31 [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async(&mut conn).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async::<_, ()>(&mut conn).await?; [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::Write` [INFO] [stdout] --> src/redis_tracing.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s [INFO] running `Command { std: "docker" "inspect" "8f8072e05a3bc14ff17b3b9dd9d6ae2113944824e5f4db9fda6054d4ac278ee3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f8072e05a3bc14ff17b3b9dd9d6ae2113944824e5f4db9fda6054d4ac278ee3", kill_on_drop: false }` [INFO] [stdout] 8f8072e05a3bc14ff17b3b9dd9d6ae2113944824e5f4db9fda6054d4ac278ee3 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36692a8ee58f5d22024f4915671faf4465b136e0f7e929e0d6125b542b4b658c [INFO] running `Command { std: "docker" "start" "-a" "36692a8ee58f5d22024f4915671faf4465b136e0f7e929e0d6125b542b4b658c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling sdd v3.0.4 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling serial_test_derive v3.1.1 [INFO] [stdout] warning: unused import: `meta::region::RegionProviderChain` [INFO] [stdout] --> src/data_utils/data_utils_s3.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use aws_config::{meta::region::RegionProviderChain, BehaviorVersion}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aws_sdk_s3::config::Region` [INFO] [stdout] --> src/data_utils/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use aws_sdk_s3::config::Region; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Level`, `Span`, and `span` [INFO] [stdout] --> src/redis_tracing.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | use tracing::{span, Level, Span}; [INFO] [stdout] | ^^^^ ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub async fn publish(&self, channel: &str, message: &str) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish(channel, message).await?; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish::<_, _, ()>(channel, message).await?; [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | pub async fn flushdb(&self) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:170:31 [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async(&mut conn).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async::<_, ()>(&mut conn).await?; [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::Write` [INFO] [stdout] --> src/redis_tracing.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling scc v2.2.4 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling serial_test v3.1.1 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling toml_edit v0.22.16 [INFO] [stderr] Compiling toml v0.8.15 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `meta::region::RegionProviderChain` [INFO] [stdout] --> src/data_utils/data_utils_s3.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use aws_config::{meta::region::RegionProviderChain, BehaviorVersion}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aws_sdk_s3::config::Region` [INFO] [stdout] --> src/data_utils/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use aws_sdk_s3::config::Region; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Level` and `Span` [INFO] [stdout] --> src/redis_tracing.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | use tracing::{span, Level, Span}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | pub async fn publish(&self, channel: &str, message: &str) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish(channel, message).await?; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 131 | conn.publish::<_, _, ()>(channel, message).await?; [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_manager.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | pub async fn flushdb(&self) -> Result<(), RedisError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_manager.rs:170:31 [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async(&mut conn).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 170 | redis::cmd("FLUSHDB").query_async::<_, ()>(&mut conn).await?; [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::Write` [INFO] [stdout] --> src/redis_tracing.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `logger` [INFO] [stdout] --> src/redis_tracing.rs:359:9 [INFO] [stdout] | [INFO] [stdout] 359 | let logger = prepare_global_logging("test".to_string(), manager.clone())?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_logger` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `service_logs` [INFO] [stdout] --> src/redis_tracing.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | let service_logs = viewer.view_logs_by_service_name("test", "serviceA").await?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_service_logs` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 38.15s [INFO] running `Command { std: "docker" "inspect" "36692a8ee58f5d22024f4915671faf4465b136e0f7e929e0d6125b542b4b658c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36692a8ee58f5d22024f4915671faf4465b136e0f7e929e0d6125b542b4b658c", kill_on_drop: false }` [INFO] [stdout] 36692a8ee58f5d22024f4915671faf4465b136e0f7e929e0d6125b542b4b658c [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e43cd8a53e18c3b339dc1ed7315bb51407d71db288df89a934dddef78fbbabd [INFO] running `Command { std: "docker" "start" "-a" "7e43cd8a53e18c3b339dc1ed7315bb51407d71db288df89a934dddef78fbbabd", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `meta::region::RegionProviderChain` [INFO] [stderr] --> src/data_utils/data_utils_s3.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use aws_config::{meta::region::RegionProviderChain, BehaviorVersion}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `aws_sdk_s3::config::Region` [INFO] [stderr] --> src/data_utils/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use aws_sdk_s3::config::Region; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Level`, `Span`, and `span` [INFO] [stderr] --> src/redis_tracing.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use tracing::{span, Level, Span}; [INFO] [stderr] | ^^^^ ^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: this function depends on never type fallback being `()` [INFO] [stderr] --> src/redis_manager.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | pub async fn publish(&self, channel: &str, message: &str) -> Result<(), RedisError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = help: specify the types explicitly [INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stderr] --> src/redis_manager.rs:131:14 [INFO] [stderr] | [INFO] [stderr] 131 | conn.publish(channel, message).await?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stderr] help: use `()` annotations to avoid fallback changes [INFO] [stderr] | [INFO] [stderr] 131 | conn.publish::<_, _, ()>(channel, message).await?; [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] warning: this function depends on never type fallback being `()` [INFO] [stderr] --> src/redis_manager.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | pub async fn flushdb(&self) -> Result<(), RedisError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = help: specify the types explicitly [INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stderr] --> src/redis_manager.rs:170:31 [INFO] [stderr] | [INFO] [stderr] 170 | redis::cmd("FLUSHDB").query_async(&mut conn).await?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: use `()` annotations to avoid fallback changes [INFO] [stderr] | [INFO] [stderr] 170 | redis::cmd("FLUSHDB").query_async::<_, ()>(&mut conn).await?; [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Write` [INFO] [stderr] --> src/redis_tracing.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `utils` (lib) generated 6 warnings (run `cargo fix --lib -p utils` to apply 5 suggestions) [INFO] [stderr] warning: unused imports: `Level` and `Span` [INFO] [stderr] --> src/redis_tracing.rs:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | use tracing::{span, Level, Span}; [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `logger` [INFO] [stderr] --> src/redis_tracing.rs:359:9 [INFO] [stderr] | [INFO] [stderr] 359 | let logger = prepare_global_logging("test".to_string(), manager.clone())?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_logger` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `service_logs` [INFO] [stderr] --> src/redis_tracing.rs:418:9 [INFO] [stderr] | [INFO] [stderr] 418 | let service_logs = viewer.view_logs_by_service_name("test", "serviceA").await?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_service_logs` [INFO] [stderr] [INFO] [stderr] warning: `utils` (lib test) generated 8 warnings (5 duplicates) (run `cargo fix --lib -p utils --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/utils-7e81bc4387e8b886) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test errors::tests::test_error_propagation ... ok [INFO] [stdout] test errors::macros::tests::panic_on_err ... ok [INFO] [stdout] test errors::macros::tests::panic_on_err_async ... ok [INFO] [stdout] test data_utils::tests::test_s3 ... FAILED [INFO] [stdout] test redis_tracing::test_tracing_and_logging ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- data_utils::tests::test_s3 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'data_utils::tests::test_s3' panicked at src/data_utils/mod.rs:69:14: [INFO] [stdout] Failed to load config: Error { tag: Tag::Default, profile: Some(Profile(Uncased { string: "default" })), metadata: None, path: [], kind: MissingField("aws_s3"), prev: None } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x568b9e8988b2 - std::backtrace_rs::backtrace::libunwind::trace::h97da83aab53f337d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x568b9e8988b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h07d9fad959b0b0c4 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x568b9e8988b2 - std::sys::backtrace::_print_fmt::h73b6844d523a91e6 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x568b9e8988b2 - ::fmt::had50d3dbab4f9a49 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x568b9e8c4fe3 - core::fmt::rt::Argument::fmt::h96dc2668ac588484 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/rt.rs:184:76 [INFO] [stdout] 5: 0x568b9e8c4fe3 - core::fmt::write::h3c068850dd3fcd11 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/fmt/mod.rs:1480:21 [INFO] [stdout] 6: 0x568b9e894cc3 - std::io::default_write_fmt::h9f5cac5e26eafb82 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x568b9e894cc3 - std::io::Write::write_fmt::h9be88ac981c80255 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/io/mod.rs:1914:13 [INFO] [stdout] 8: 0x568b9e898702 - std::sys::backtrace::BacktraceLock::print::h160d33c700b1accf [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x568b9e899c9c - std::panicking::default_hook::{{closure}}::hdccf862335980e92 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:300:22 [INFO] [stdout] 10: 0x568b9e899af2 - std::panicking::default_hook::h92ea296b4f4c5d78 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x568b9d51df04 - as core::ops::function::Fn>::call::h58e2cb0c3aa8f900 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x568b9d51df04 - test::test_main::{{closure}}::h068e739b3ff3ace9 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x568b9e89a713 - as core::ops::function::Fn>::call::h4dc3b8e0d98a0945 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x568b9e89a713 - std::panicking::rust_panic_with_hook::h53eb519a340d7090 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x568b9e89a3ea - std::panicking::begin_panic_handler::{{closure}}::h1b012222d781940d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x568b9e898da9 - std::sys::backtrace::__rust_end_short_backtrace::hb1c00a6a74936045 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x568b9e89a07d - __rustc[3fad54a3e94379e3]::rust_begin_unwind [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x568b9d3e49d0 - core::panicking::panic_fmt::h5646b0c12be1dead [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x568b9d3e4ec6 - core::result::unwrap_failed::hc06d646aff6e2a9a [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/result.rs:1704:5 [INFO] [stdout] 20: 0x568b9d4b789d - core::result::Result::expect::h830c157691d8517e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/result.rs:1061:23 [INFO] [stdout] 21: 0x568b9d493a4e - utils::data_utils::tests::s3_store::{{closure}}::hd84317ab07979f58 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:66:20 [INFO] [stdout] 22: 0x568b9d4934cb - utils::data_utils::tests::s3_store::get::{{closure}}::h88e0156681312d02 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:60:5 [INFO] [stdout] 23: 0x568b9d49372b - utils::data_utils::tests::s3_store::default::{{closure}}::hfaed1967fbb125e8 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:60:5 [INFO] [stdout] 24: 0x568b9d49435b - utils::data_utils::tests::test_s3::{{closure}}::test_s3::{{closure}}::hc6e293e591001935 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:80:40 [INFO] [stdout] 25: 0x568b9d494083 - utils::data_utils::tests::test_s3::{{closure}}::hb7f1159dfe5253d6 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:5 [INFO] [stdout] 26: 0x568b9d4bda42 - as core::future::future::Future>::poll::h457c709e7d06ca27 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/future/future.rs:124:9 [INFO] [stdout] 27: 0x568b9d4bdcbd - as core::future::future::Future>::poll::hd2c3cbfd025cce3e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/future/future.rs:124:9 [INFO] [stdout] 28: 0x568b9d41f20f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h08a27bd0742f2363 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:57 [INFO] [stdout] 29: 0x568b9d41ede5 - tokio::runtime::coop::with_budget::h564a829bbced5c1a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 30: 0x568b9d41ede5 - tokio::runtime::coop::budget::h3a6bc407eb99f1e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 31: 0x568b9d41ede5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h6f4f1acadb91e591 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 32: 0x568b9d418d40 - tokio::runtime::scheduler::current_thread::Context::enter::h218d0976aad5ac9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 33: 0x568b9d41c4cc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h1f065c8edd29a58d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:36 [INFO] [stdout] 34: 0x568b9d41c114 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hfa34e542700a4841 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 35: 0x568b9d48f71b - tokio::runtime::context::scoped::Scoped::set::h649a366d6775405b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 36: 0x568b9d450639 - tokio::runtime::context::set_scheduler::{{closure}}::hcc1493b66b3e3f5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:26 [INFO] [stdout] 37: 0x568b9d496dd2 - std::thread::local::LocalKey::try_with::h839c85c8b6de1b9f [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/local.rs:311:12 [INFO] [stdout] 38: 0x568b9d495ade - std::thread::local::LocalKey::with::h5437865a56d97873 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/local.rs:275:15 [INFO] [stdout] 39: 0x568b9d45040d - tokio::runtime::context::set_scheduler::h05557859a2bf0c3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:9 [INFO] [stdout] 40: 0x568b9d41be40 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hd017c7ca0fdaf8b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 41: 0x568b9d41c1e3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha7a2d470e91fab1e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:19 [INFO] [stdout] 42: 0x568b9d41808c - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hfe2e2da1641a0e1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:28 [INFO] [stdout] 43: 0x568b9d3fbc78 - tokio::runtime::context::runtime::enter_runtime::h95fb87577b550968 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 44: 0x568b9d416db1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h368c4cddc4b692b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 45: 0x568b9d47c1fa - tokio::runtime::runtime::Runtime::block_on_inner::h7e468c4ae33b7cb6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:47 [INFO] [stdout] 46: 0x568b9d47c685 - tokio::runtime::runtime::Runtime::block_on::h540f7adb048fc498 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:335:13 [INFO] [stdout] 47: 0x568b9d493e8f - utils::data_utils::tests::test_s3::hefd7d16f0e0ae7c2 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:5 [INFO] [stdout] 48: 0x568b9d493d17 - utils::data_utils::tests::test_s3::{{closure}}::h3af0589a65b7b4b0 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:14 [INFO] [stdout] 49: 0x568b9d3e5aa6 - core::ops::function::FnOnce::call_once::h067d5922617b6ac9 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 50: 0x568b9d52385b - core::ops::function::FnOnce::call_once::h36fc4a9de3ab6dc6 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 51: 0x568b9d52385b - test::__rust_begin_short_backtrace::ha0a98bb69b358a31 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:638:18 [INFO] [stdout] 52: 0x568b9d52284f - test::run_test_in_process::{{closure}}::h8c178d13fba0a588 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:60 [INFO] [stdout] 53: 0x568b9d52284f - as core::ops::function::FnOnce<()>>::call_once::hcf9a13e44c998160 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 54: 0x568b9d52284f - std::panicking::try::do_call::h4af5be696220e430 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 55: 0x568b9d52284f - std::panicking::try::hbf49a526ff439d5e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 56: 0x568b9d52284f - std::panic::catch_unwind::h73db1b343ad1c705 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 57: 0x568b9d52284f - test::run_test_in_process::hef059ed743ea6437 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:27 [INFO] [stdout] 58: 0x568b9d52284f - test::run_test::{{closure}}::h9508bce7fbf1ad82 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:582:43 [INFO] [stdout] 59: 0x568b9d4e6fa4 - test::run_test::{{closure}}::h70f94fa995999514 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:612:41 [INFO] [stdout] 60: 0x568b9d4e6fa4 - std::sys::backtrace::__rust_begin_short_backtrace::hfc7043e7c8324aca [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 61: 0x568b9d4ea89a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h599c966db81290c0 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 62: 0x568b9d4ea89a - as core::ops::function::FnOnce<()>>::call_once::h499078bec004bb56 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 63: 0x568b9d4ea89a - std::panicking::try::do_call::h336d5bb945571c50 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 64: 0x568b9d4ea89a - std::panicking::try::hea8a9a2c11807957 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 65: 0x568b9d4ea89a - std::panic::catch_unwind::hc46631a6d929f68d [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 66: 0x568b9d4ea89a - std::thread::Builder::spawn_unchecked_::{{closure}}::he5729da5506c58d1 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 67: 0x568b9d4ea89a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b7f1215a4f7e46f [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 68: 0x568b9e89c8db - as core::ops::function::FnOnce>::call_once::h5e2c5a5b1d7d1d9c [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 69: 0x568b9e89c8db - as core::ops::function::FnOnce>::call_once::hc50cd23acd01680e [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 70: 0x568b9e89c8db - std::sys::pal::unix::thread::Thread::new::thread_start::hb3d0e19f380baa62 [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 71: 0x77ce75b1aaa4 - [INFO] [stdout] 72: 0x77ce75ba7a34 - clone [INFO] [stdout] 73: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- redis_tracing::test_tracing_and_logging stdout ---- [INFO] [stdout] Error: AnyErr [INFO] [stdout] ├╴at src/redis_tracing.rs:357:29 [INFO] [stdout] │ [INFO] [stdout] ╰─▶ Connection refused (os error 111) [INFO] [stdout] ├╴at src/redis_tracing.rs:357:29 [INFO] [stdout] ╰╴backtrace (1) [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] [INFO] [stdout] backtrace no. 1 [INFO] [stdout] 0: error_stack::report::Report::from_frame [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.5.0/src/report.rs:314:30 [INFO] [stdout] 1: error_stack::report::Report::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.5.0/src/report.rs:294:9 [INFO] [stdout] 2: as error_stack::result::ResultExt>::change_context [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.5.0/src/result.rs:169:31 [INFO] [stdout] 3: utils::redis_tracing::test_tracing_and_logging::{{closure}} [INFO] [stdout] at ./src/redis_tracing.rs:357:5 [INFO] [stdout] 4: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/future/future.rs:124:9 [INFO] [stdout] 5: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/future/future.rs:124:9 [INFO] [stdout] 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:57 [INFO] [stdout] 7: tokio::runtime::coop::with_budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 8: tokio::runtime::coop::budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 10: tokio::runtime::scheduler::current_thread::Context::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:36 [INFO] [stdout] 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 13: tokio::runtime::context::scoped::Scoped::set [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 14: tokio::runtime::context::set_scheduler::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:26 [INFO] [stdout] 15: std::thread::local::LocalKey::try_with [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/local.rs:311:12 [INFO] [stdout] 16: std::thread::local::LocalKey::with [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/local.rs:275:15 [INFO] [stdout] 17: tokio::runtime::context::set_scheduler [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:9 [INFO] [stdout] 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:19 [INFO] [stdout] 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:28 [INFO] [stdout] 21: tokio::runtime::context::runtime::enter_runtime [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 22: tokio::runtime::scheduler::current_thread::CurrentThread::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 23: tokio::runtime::runtime::Runtime::block_on_inner [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:47 [INFO] [stdout] 24: tokio::runtime::runtime::Runtime::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:335:13 [INFO] [stdout] 25: utils::redis_tracing::test_tracing_and_logging [INFO] [stdout] at ./src/redis_tracing.rs:432:5 [INFO] [stdout] 26: utils::redis_tracing::test_tracing_and_logging::{{closure}} [INFO] [stdout] at ./src/redis_tracing.rs:351:40 [INFO] [stdout] 27: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 28: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 29: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:638:18 [INFO] [stdout] 30: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:60 [INFO] [stdout] 31: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 32: std::panicking::try::do_call [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 33: std::panicking::try [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 34: std::panic::catch_unwind [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 35: test::run_test_in_process [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:661:27 [INFO] [stdout] 36: test::run_test::{{closure}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:582:43 [INFO] [stdout] 37: test::run_test::{{closure}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/test/src/lib.rs:612:41 [INFO] [stdout] 38: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 40: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 41: std::panicking::try::do_call [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:589:40 [INFO] [stdout] 42: std::panicking::try [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panicking.rs:552:19 [INFO] [stdout] 43: std::panic::catch_unwind [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/panic.rs:359:14 [INFO] [stdout] 44: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 45: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 47: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 48: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stdout] 49: [INFO] [stdout] 50: clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] data_utils::tests::test_s3 [INFO] [stdout] redis_tracing::test_tracing_and_logging [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "7e43cd8a53e18c3b339dc1ed7315bb51407d71db288df89a934dddef78fbbabd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e43cd8a53e18c3b339dc1ed7315bb51407d71db288df89a934dddef78fbbabd", kill_on_drop: false }` [INFO] [stdout] 7e43cd8a53e18c3b339dc1ed7315bb51407d71db288df89a934dddef78fbbabd