[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 try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlatif%2Frutils" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [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-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/alexlatif/rutils on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ba4daf3f06260a4fbbea932ffb539b3253d599687c0a508b717d42356420969 [INFO] running `Command { std: "docker" "start" "-a" "6ba4daf3f06260a4fbbea932ffb539b3253d599687c0a508b717d42356420969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ba4daf3f06260a4fbbea932ffb539b3253d599687c0a508b717d42356420969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ba4daf3f06260a4fbbea932ffb539b3253d599687c0a508b717d42356420969", kill_on_drop: false }` [INFO] [stdout] 6ba4daf3f06260a4fbbea932ffb539b3253d599687c0a508b717d42356420969 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64580fcec4e1e16416d469c6be0020b29c04418061d21ce3b82af976b4f6d3b7 [INFO] running `Command { std: "docker" "start" "-a" "64580fcec4e1e16416d469c6be0020b29c04418061d21ce3b82af976b4f6d3b7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.165 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling outref v0.5.1 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling base64-simd v0.8.0 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling aws-types v1.3.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling k8s-openapi v0.22.0 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling rustls-native-certs v0.7.1 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling rstest_macros v0.21.0 [INFO] [stderr] Compiling aws-smithy-xml v0.60.9 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling ecdsa v0.14.8 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling foldhash v0.1.3 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling p256 v0.11.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [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 relative-path v1.9.3 [INFO] [stderr] Compiling bytes v0.5.6 [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 ipnet v2.9.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling tempfile v3.11.0 [INFO] [stderr] Compiling tar v0.4.41 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [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 tokio v1.39.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling sysinfo v0.32.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling opentelemetry v0.24.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling pin-project v0.4.30 [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 rstest v0.21.0 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling pest_derive v2.7.11 [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 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 chrono v0.4.38 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [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 jsonpath-rust v0.5.1 [INFO] [stderr] Compiling opentelemetry_sdk v0.24.1 [INFO] [stderr] Compiling podman-api-stubs v0.9.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 tracing-opentelemetry v0.25.0 [INFO] [stderr] Compiling redis v0.25.4 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling hyper-timeout v0.5.1 [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 containers-api v0.8.0 [INFO] [stderr] Compiling aws-smithy-runtime v1.7.3 [INFO] [stderr] Compiling aws-runtime v1.4.3 [INFO] [stderr] Compiling kube-core v0.93.1 [INFO] [stderr] Compiling podman-api v0.10.0 [INFO] [stderr] Compiling kube-client v0.93.1 [INFO] [stderr] Compiling aws-sdk-sso v1.48.0 [INFO] [stderr] Compiling aws-sdk-ssooidc v1.49.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 3m 18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "64580fcec4e1e16416d469c6be0020b29c04418061d21ce3b82af976b4f6d3b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64580fcec4e1e16416d469c6be0020b29c04418061d21ce3b82af976b4f6d3b7", kill_on_drop: false }` [INFO] [stdout] 64580fcec4e1e16416d469c6be0020b29c04418061d21ce3b82af976b4f6d3b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ae48fb4829364f9840d70eca28faebe0298ec3e92dc899d7bdaad38df476fc1 [INFO] running `Command { std: "docker" "start" "-a" "2ae48fb4829364f9840d70eca28faebe0298ec3e92dc899d7bdaad38df476fc1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling uncased v0.9.10 [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 toml_edit v0.22.16 [INFO] [stderr] Compiling scc v2.2.4 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling serial_test v3.1.1 [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 16.77s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "2ae48fb4829364f9840d70eca28faebe0298ec3e92dc899d7bdaad38df476fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ae48fb4829364f9840d70eca28faebe0298ec3e92dc899d7bdaad38df476fc1", kill_on_drop: false }` [INFO] [stdout] 2ae48fb4829364f9840d70eca28faebe0298ec3e92dc899d7bdaad38df476fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e5a9f5ebd67fa0754ae6a2676faaede9e8ece37104a33aa914bd2317525f710 [INFO] running `Command { std: "docker" "start" "-a" "0e5a9f5ebd67fa0754ae6a2676faaede9e8ece37104a33aa914bd2317525f710", 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.69s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/utils-8d4f587d746ed060) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test data_utils::tests::test_s3 ... FAILED [INFO] [stdout] test redis_tracing::test_tracing_and_logging ... FAILED [INFO] [stdout] test errors::macros::tests::panic_on_err_async ... ok [INFO] [stdout] test errors::tests::test_error_propagation ... ok [INFO] [stdout] test errors::macros::tests::panic_on_err ... ok [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' (25) 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: 0x61ceb8ede742 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x61ceb8ede742 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x61ceb8ede742 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x61ceb8ede742 - ::fmt::h4ee3a75aa71a2c45 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x61ceb8f056cf - core::fmt::rt::Argument::fmt::h6f1564705cd089af [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x61ceb8f056cf - core::fmt::write::h21ca93b65a7c281a [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x61ceb8ec9ff3 - std::io::default_write_fmt::h6f3360f4711e9130 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x61ceb8ec9ff3 - std::io::Write::write_fmt::hf4539125c0e0bc30 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x61ceb8eded92 - std::sys::backtrace::BacktraceLock::print::h58d5d73f9e953cf1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x61ceb8ec837c - std::panicking::default_hook::{{closure}}::h1457fbe47c9457d1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x61ceb8ec81ee - std::panicking::default_hook::hccb5e73b206c0830 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x61ceb7b8843e - as core::ops::function::Fn>::call::h04940a86aa899793 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x61ceb7b8843e - test::test_main_with_exit_callback::{{closure}}::hca6cc295403b83e8 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x61ceb8ec9153 - as core::ops::function::Fn>::call::h9d85285925beb538 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x61ceb8ec9153 - std::panicking::panic_with_hook::h3190ecc6229cdd29 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x61ceb8edeb9a - std::panicking::panic_handler::{{closure}}::ha1f1b769bc2bb40c [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x61ceb8edeaf9 - std::sys::backtrace::__rust_end_short_backtrace::h5f9cf66f19c2a172 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x61ceb8ec8dad - __rustc[a93bd50104b99ad4]::rust_begin_unwind [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x61ceb8f10d00 - core::panicking::panic_fmt::hc70c3c83f13c1375 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x61ceb8f128f6 - core::result::unwrap_failed::ha809bf80017a514a [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x61ceb7b2f45d - core::result::Result::expect::ha5a4dcca244ce673 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/result.rs:1175:23 [INFO] [stdout] 21: 0x61ceb7ab23fa - utils::data_utils::tests::s3_store::{{closure}}::h7fad3640607c59b3 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:69:14 [INFO] [stdout] 22: 0x61ceb7ab3acc - utils::data_utils::tests::s3_store::get::{{closure}}::h34bd34cba3cab3e8 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:60:5 [INFO] [stdout] 23: 0x61ceb7ab3d3c - utils::data_utils::tests::s3_store::default::{{closure}}::h74068bc1208ab6b2 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:60:5 [INFO] [stdout] 24: 0x61ceb7ab627b - utils::data_utils::tests::test_s3::{{closure}}::test_s3::{{closure}}::hfb8a9189f0aeef85 [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:80:40 [INFO] [stdout] 25: 0x61ceb7ab5081 - utils::data_utils::tests::test_s3::{{closure}}::h1df0a66226a47b1c [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:5 [INFO] [stdout] 26: 0x61ceb7a9d2b2 - as core::future::future::Future>::poll::h0b6626aad8d2f47d [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 27: 0x61ceb7a9d14d - as core::future::future::Future>::poll::haef9e8480b70be83 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 28: 0x61ceb7b6c3cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h3e6348e32d9f25b2 [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:73 [INFO] [stdout] 29: 0x61ceb7b6c31b - tokio::runtime::coop::with_budget::h6a32bb9591e562f8 [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: 0x61ceb7b6c31b - tokio::runtime::coop::budget::h0b4f777cd23bcb26 [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: 0x61ceb7b6c31b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2facfd121ab79860 [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: 0x61ceb7b6a8d0 - tokio::runtime::scheduler::current_thread::Context::enter::h2ffa54b478ce0893 [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: 0x61ceb7b6c6b0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hbabb023451e46f76 [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:44 [INFO] [stdout] 34: 0x61ceb7b714b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h1fb87bfeb3ecfb72 [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: 0x61ceb7b5a85b - tokio::runtime::context::scoped::Scoped::set::h87e1d38d9ec6b085 [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: 0x61ceb7b042a9 - tokio::runtime::context::set_scheduler::{{closure}}::h8fb089d53951c96c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38 [INFO] [stdout] 37: 0x61ceb7ae5322 - std::thread::local::LocalKey::try_with::hdb0c61beda2bba25 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 38: 0x61ceb7ae6d4e - std::thread::local::LocalKey::with::he208950c1f0540dc [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 39: 0x61ceb7b03ced - tokio::runtime::context::set_scheduler::hce96afeca6f61375 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17 [INFO] [stdout] 40: 0x61ceb7b6bce0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h9191d74eb9d50758 [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: 0x61ceb7b71533 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h8e2ab871513d587e [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:24 [INFO] [stdout] 42: 0x61ceb7b71e13 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h1f6b188acffad1c3 [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:33 [INFO] [stdout] 43: 0x61ceb7aee520 - tokio::runtime::context::runtime::enter_runtime::h779e1e168e155019 [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: 0x61ceb7b6efe1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h4813f2b201189795 [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: 0x61ceb7ae378a - tokio::runtime::runtime::Runtime::block_on_inner::hd9b66b1e27ee8fc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52 [INFO] [stdout] 46: 0x61ceb7ae34e5 - tokio::runtime::runtime::Runtime::block_on::he4d3ee7a6ff7d8e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:335:18 [INFO] [stdout] 47: 0x61ceb7ab3881 - utils::data_utils::tests::test_s3::h46d67228023a589a [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:5 [INFO] [stdout] 48: 0x61ceb7ab5787 - utils::data_utils::tests::test_s3::{{closure}}::h0a6ff1d5916e7e2a [INFO] [stdout] at /opt/rustwide/workdir/src/data_utils/mod.rs:77:14 [INFO] [stdout] 49: 0x61ceb7b4e0f6 - core::ops::function::FnOnce::call_once::hb3aad478a15acc34 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 50: 0x61ceb7b894bb - core::ops::function::FnOnce::call_once::h70d190c46966003b [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 51: 0x61ceb7b894bb - test::__rust_begin_short_backtrace::hb077ccaabb17d2ec [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:663:18 [INFO] [stdout] 52: 0x61ceb7b87125 - test::run_test_in_process::{{closure}}::hd73eeb633a1507bd [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:74 [INFO] [stdout] 53: 0x61ceb7b87125 - as core::ops::function::FnOnce<()>>::call_once::h033c82756fc9d192 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 54: 0x61ceb7b87125 - std::panicking::catch_unwind::do_call::h734b44e243d34585 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 55: 0x61ceb7b87125 - std::panicking::catch_unwind::h5e85417122517fb1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 56: 0x61ceb7b87125 - std::panic::catch_unwind::h0900e58a82a7d188 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 57: 0x61ceb7b87125 - test::run_test_in_process::h27721efd62ae77d0 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:27 [INFO] [stdout] 58: 0x61ceb7b87125 - test::run_test::{{closure}}::h8b1264838cc597aa [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:607:43 [INFO] [stdout] 59: 0x61ceb7bae034 - test::run_test::{{closure}}::h6ecb96835e2eae4f [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:637:41 [INFO] [stdout] 60: 0x61ceb7bae034 - std::sys::backtrace::__rust_begin_short_backtrace::h098f38ee82a820a7 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 61: 0x61ceb7b94c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h042592f748f5e369 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 62: 0x61ceb7b94c4a - as core::ops::function::FnOnce<()>>::call_once::h134fe7f3a2d9ec8d [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 63: 0x61ceb7b94c4a - std::panicking::catch_unwind::do_call::heb87d604f60aee16 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 64: 0x61ceb7b94c4a - std::panicking::catch_unwind::h2203a0f553b89fd7 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 65: 0x61ceb7b94c4a - std::panic::catch_unwind::h4d383e0b0e25d838 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 66: 0x61ceb7b94c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::h76cbdd4635cfd58b [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 67: 0x61ceb7b94c4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::he72e066680f5e267 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 68: 0x61ceb8eb240f - as core::ops::function::FnOnce>::call_once::h1b9c6fea2cbefc68 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 69: 0x61ceb8eb240f - std::sys::pal::unix::thread::Thread::new::thread_start::h92caa992bc760789 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 70: 0x79b524311aa4 - [INFO] [stdout] 71: 0x79b52439ea34 - clone [INFO] [stdout] 72: 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 with 38 frames (1) [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] [INFO] [stdout] backtrace no. 1 [INFO] [stdout] 0: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 1: core::bool::::then [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/bool.rs:62:24 [INFO] [stdout] 2: 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:311:14 [INFO] [stdout] 3: 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] 4: 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] 5: utils::redis_tracing::test_tracing_and_logging::{{closure}} [INFO] [stdout] at ./src/redis_tracing.rs:357:29 [INFO] [stdout] 6: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 7: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 8: 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:73 [INFO] [stdout] 9: 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] 10: 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] 11: 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] 12: 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] 13: 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:44 [INFO] [stdout] 14: 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] 15: 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] 16: 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:38 [INFO] [stdout] 17: std::thread::local::LocalKey::try_with [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 18: std::thread::local::LocalKey::with [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 19: 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:17 [INFO] [stdout] 20: 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] 21: 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:24 [INFO] [stdout] 22: 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:33 [INFO] [stdout] 23: 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] 24: 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] 25: 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:52 [INFO] [stdout] 26: 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:18 [INFO] [stdout] 27: utils::redis_tracing::test_tracing_and_logging [INFO] [stdout] at ./src/redis_tracing.rs:432:7 [INFO] [stdout] 28: utils::redis_tracing::test_tracing_and_logging::{{closure}} [INFO] [stdout] at ./src/redis_tracing.rs:351:40 [INFO] [stdout] 29: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 31: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:663:18 [INFO] [stdout] 32: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:74 [INFO] [stdout] 33: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: std::panicking::catch_unwind [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: std::panic::catch_unwind [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: test::run_test_in_process [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:27 [INFO] [stdout] 38: test::run_test::{{closure}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:607:43 [INFO] [stdout] 39: test::run_test::{{closure}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:637:41 [INFO] [stdout] 40: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 41: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 42: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 43: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 44: std::panicking::catch_unwind [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 45: std::panic::catch_unwind [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 46: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 47: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 48: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 49: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 50: [INFO] [stdout] 51: 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.19s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "0e5a9f5ebd67fa0754ae6a2676faaede9e8ece37104a33aa914bd2317525f710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5a9f5ebd67fa0754ae6a2676faaede9e8ece37104a33aa914bd2317525f710", kill_on_drop: false }` [INFO] [stdout] 0e5a9f5ebd67fa0754ae6a2676faaede9e8ece37104a33aa914bd2317525f710