[INFO] cloning repository https://github.com/bazeltools/bazelfe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bazeltools/bazelfe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazeltools%2Fbazelfe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazeltools%2Fbazelfe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb289f98e06d666e7b7968b44deff7d1ee432b92
[INFO] testing bazeltools/bazelfe against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazeltools%2Fbazelfe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bazeltools/bazelfe
[INFO] finished tweaking git repo https://github.com/bazeltools/bazelfe
[INFO] tweaked toml for git repo https://github.com/bazeltools/bazelfe written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bazeltools/bazelfe on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bazeltools/bazelfe 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/bazelfe-bazel-wrapper/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/bazelfe-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bab7aaead81ed0f8455961671a98cfc1f146e5b0b3e2020c05e8d4ef33b3c103
[INFO] running `Command { std: "docker" "start" "-a" "bab7aaead81ed0f8455961671a98cfc1f146e5b0b3e2020c05e8d4ef33b3c103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bab7aaead81ed0f8455961671a98cfc1f146e5b0b3e2020c05e8d4ef33b3c103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bab7aaead81ed0f8455961671a98cfc1f146e5b0b3e2020c05e8d4ef33b3c103", kill_on_drop: false }`
[INFO] [stdout] bab7aaead81ed0f8455961671a98cfc1f146e5b0b3e2020c05e8d4ef33b3c103
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae2fa3944b6f749101de643ff746acc97a854b2d2ed6cf29b36c8bbb77b0a8f0
[INFO] running `Command { std: "docker" "start" "-a" "ae2fa3944b6f749101de643ff746acc97a854b2d2ed6cf29b36c8bbb77b0a8f0", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-bazel-wrapper/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.12
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling deranged v0.5.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling rustls v0.21.11
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling serde_core v1.0.227
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling bytes-utils v0.1.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling rustix v1.0.1
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling prettyplease v0.2.12
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling openssl-src v300.3.1+3.3.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling vergen v8.3.2
[INFO] [stderr]    Compiling axum-core v0.3.3
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling axum v0.6.12
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling ring v0.17.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling aws-types v0.56.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling aws-smithy-types v0.56.1
[INFO] [stderr]    Compiling zstd-sys v2.0.7+zstd.1.5.4
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.56.1
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling rustix v0.37.25
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling event-listener v5.0.0
[INFO] [stderr]    Compiling aws-smithy-json v0.56.1
[INFO] [stderr]    Compiling crc32c v0.6.3
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling erased-serde v0.3.24
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling xmlparser v0.13.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling serde_derive v1.0.227
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling is-terminal v0.4.6
[INFO] [stderr]    Compiling aws-smithy-xml v0.56.1
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling bstr v1.8.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling aws-smithy-query v0.56.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling ctrlc v3.5.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bazelfe-core v0.1.0 (/opt/rustwide/workdir/bazelfe-core)
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling errno v0.2.8
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling prost-build v0.12.1
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling exec v0.3.1
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling shellwords v1.1.0
[INFO] [stderr]    Compiling bzl-remote-core v0.1.0 (/opt/rustwide/workdir/bzl-remote-core)
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling xml-rs v0.8.22
[INFO] [stderr]    Compiling ptyprocess v0.5.0
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling dynfmt v0.1.5
[INFO] [stderr]    Compiling sysinfo v0.37.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling bazelfe-protos v0.1.0 (/opt/rustwide/workdir/bazelfe-protos)
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling aws-smithy-async v0.56.1
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling aws-credential-types v0.56.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling redis v0.25.4
[INFO] [stderr]    Compiling aws-smithy-http v0.56.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.1
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling aws-smithy-http-tower v0.56.1
[INFO] [stderr]    Compiling aws-smithy-runtime-api v0.56.1
[INFO] [stderr]    Compiling aws-sigv4 v0.56.1
[INFO] [stderr]    Compiling aws-smithy-checksums v0.56.1
[INFO] [stderr]    Compiling aws-smithy-client v0.56.1
[INFO] [stderr]    Compiling aws-smithy-runtime v0.56.1
[INFO] [stderr]    Compiling aws-http v0.56.1
[INFO] [stderr]    Compiling aws-runtime v0.56.1
[INFO] [stderr]    Compiling tonic v0.10.2
[INFO] [stderr]    Compiling aws-sdk-sso v0.30.0
[INFO] [stderr]    Compiling aws-sdk-sts v0.30.0
[INFO] [stderr]    Compiling aws-sdk-s3 v0.34.0
[INFO] [stderr]    Compiling aws-config v0.56.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling bazelfe-bazel-wrapper v0.1.0 (/opt/rustwide/workdir/bazelfe-bazel-wrapper)
[INFO] [stdout] warning: struct `UnixStream` is never constructed
[INFO] [stdout]   --> bazelfe-bazel-wrapper/src/tokioext/unix.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct UnixStream(pub tokio::net::UnixStream);
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     async fn kv_put(&self, key: &[u8], value: &[u8]) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set(key, value).await?;
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set::<_, _, ()>(key, value).await?;
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 | /     async fn ac_put(
[INFO] [stdout] 188 | |         &self,
[INFO] [stdout] 189 | |         digest: &execution::Digest,
[INFO] [stdout] 190 | |         action_result: &execution::ActionResult,
[INFO] [stdout] 191 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:198:14
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |              ^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set::<_, _, ()>(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | /     async fn redis_cas_note_exists(
[INFO] [stdout] 205 | |         &self,
[INFO] [stdout] 206 | |         digest: &execution::Digest,
[INFO] [stdout] 207 | |         best_effort: bool,
[INFO] [stdout] 208 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async(&mut connection)
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                             +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 | /     async fn redis_cas_put(
[INFO] [stdout] 374 | |         &self,
[INFO] [stdout] 375 | |         digest: &execution::Digest,
[INFO] [stdout] 376 | |         data: &[u8],
[INFO] [stdout] 377 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:385:14
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async(&mut connection)
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                         +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bazelfe-core/src/index_table/index_table_value.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<IndexTableValueEntry> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<'_, IndexTableValueEntry> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]   --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bzl-remote-core v0.1.0 (/opt/rustwide/workdir/bzl-remote-core), redis v0.25.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ae2fa3944b6f749101de643ff746acc97a854b2d2ed6cf29b36c8bbb77b0a8f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae2fa3944b6f749101de643ff746acc97a854b2d2ed6cf29b36c8bbb77b0a8f0", kill_on_drop: false }`
[INFO] [stdout] ae2fa3944b6f749101de643ff746acc97a854b2d2ed6cf29b36c8bbb77b0a8f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abb9ae5bb8606953e545c2fd566d94a402d661302ee2f7e07df8290ac57749b1
[INFO] running `Command { std: "docker" "start" "-a" "abb9ae5bb8606953e545c2fd566d94a402d661302ee2f7e07df8290ac57749b1", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-bazel-wrapper/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stdout] warning: struct `UnixStream` is never constructed
[INFO] [stdout]   --> bazelfe-bazel-wrapper/src/tokioext/unix.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct UnixStream(pub tokio::net::UnixStream);
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bazelfe-protos v0.1.0 (/opt/rustwide/workdir/bazelfe-protos)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bazelfe-core/src/index_table/index_table_value.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<IndexTableValueEntry> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<'_, IndexTableValueEntry> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     async fn kv_put(&self, key: &[u8], value: &[u8]) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set(key, value).await?;
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set::<_, _, ()>(key, value).await?;
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 | /     async fn ac_put(
[INFO] [stdout] 188 | |         &self,
[INFO] [stdout] 189 | |         digest: &execution::Digest,
[INFO] [stdout] 190 | |         action_result: &execution::ActionResult,
[INFO] [stdout] 191 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:198:14
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |              ^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set::<_, _, ()>(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | /     async fn redis_cas_note_exists(
[INFO] [stdout] 205 | |         &self,
[INFO] [stdout] 206 | |         digest: &execution::Digest,
[INFO] [stdout] 207 | |         best_effort: bool,
[INFO] [stdout] 208 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async(&mut connection)
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                             +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 | /     async fn redis_cas_put(
[INFO] [stdout] 374 | |         &self,
[INFO] [stdout] 375 | |         digest: &execution::Digest,
[INFO] [stdout] 376 | |         data: &[u8],
[INFO] [stdout] 377 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:385:14
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async(&mut connection)
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                         +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]   --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pinky-swear v6.2.1
[INFO] [stderr]    Compiling bazelfe-bazel-wrapper v0.1.0 (/opt/rustwide/workdir/bazelfe-bazel-wrapper)
[INFO] [stderr]    Compiling bzl-remote-core v0.1.0 (/opt/rustwide/workdir/bzl-remote-core)
[INFO] [stderr]    Compiling bazelfe-core v0.1.0 (/opt/rustwide/workdir/bazelfe-core)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     async fn kv_put(&self, key: &[u8], value: &[u8]) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set(key, value).await?;
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 154 |         connection.set::<_, _, ()>(key, value).await?;
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 | /     async fn ac_put(
[INFO] [stdout] 188 | |         &self,
[INFO] [stdout] 189 | |         digest: &execution::Digest,
[INFO] [stdout] 190 | |         action_result: &execution::ActionResult,
[INFO] [stdout] 191 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:198:14
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |              ^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 198 |             .set::<_, _, ()>(hash_bytes, action_result.encode_to_vec())
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | /     async fn redis_cas_note_exists(
[INFO] [stdout] 205 | |         &self,
[INFO] [stdout] 206 | |         digest: &execution::Digest,
[INFO] [stdout] 207 | |         best_effort: bool,
[INFO] [stdout] 208 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async(&mut connection)
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                             +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 | /     async fn redis_cas_put(
[INFO] [stdout] 374 | |         &self,
[INFO] [stdout] 375 | |         digest: &execution::Digest,
[INFO] [stdout] 376 | |         data: &[u8],
[INFO] [stdout] 377 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:385:14
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async(&mut connection)
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 385 |             .query_async::<_, ()>(&mut connection)
[INFO] [stdout]     |                         +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bazelfe-core/src/index_table/index_table_value.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<IndexTableValueEntry> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn iter(&self) -> std::slice::Iter<'_, IndexTableValueEntry> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]   --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:381:20
[INFO] [stdout]     |
[INFO] [stdout] 381 |     struct DevSled(TempDir, sled::Db, TempDir);
[INFO] [stdout]     |            ------- ^^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 381 -     struct DevSled(TempDir, sled::Db, TempDir);
[INFO] [stdout] 381 +     struct DevSled((), sled::Db, TempDir);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     struct DevSled(TempDir, sled::Db);
[INFO] [stdout]    |            ------- ^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 68 -     struct DevSled(TempDir, sled::Db);
[INFO] [stdout] 68 +     struct DevSled((), sled::Db);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteWrapper` is never constructed
[INFO] [stdout]  --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | struct ByteWrapper(Vec<u8>);
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |     struct DevSled(TempDir, sled::Db);
[INFO] [stdout]    |            ------- ^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 42 -     struct DevSled(TempDir, sled::Db);
[INFO] [stdout] 42 +     struct DevSled((), sled::Db);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.77s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bzl-remote-core v0.1.0 (/opt/rustwide/workdir/bzl-remote-core), redis v0.25.4
[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" "abb9ae5bb8606953e545c2fd566d94a402d661302ee2f7e07df8290ac57749b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb9ae5bb8606953e545c2fd566d94a402d661302ee2f7e07df8290ac57749b1", kill_on_drop: false }`
[INFO] [stdout] abb9ae5bb8606953e545c2fd566d94a402d661302ee2f7e07df8290ac57749b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 12a48ad3cd78b5a49e9d996d08348fb97ac2128d40e39ba8fc85592675a6da85
[INFO] running `Command { std: "docker" "start" "-a" "12a48ad3cd78b5a49e9d996d08348fb97ac2128d40e39ba8fc85592675a6da85", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-bazel-wrapper/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/bazelfe-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tui` dependency)
[INFO] [stderr] warning: struct `UnixStream` is never constructed
[INFO] [stderr]   --> bazelfe-bazel-wrapper/src/tokioext/unix.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct UnixStream(pub tokio::net::UnixStream);
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bazelfe-bazel-wrapper` (lib) generated 1 warning
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> bazelfe-core/src/index_table/index_table_value.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn iter(&self) -> std::slice::Iter<IndexTableValueEntry> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn iter(&self) -> std::slice::Iter<'_, IndexTableValueEntry> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:144:5
[INFO] [stderr]     |
[INFO] [stderr] 144 |     async fn kv_put(&self, key: &[u8], value: &[u8]) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:154:20
[INFO] [stderr]     |
[INFO] [stderr] 154 |         connection.set(key, value).await?;
[INFO] [stderr]     |                    ^^^
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 154 |         connection.set::<_, _, ()>(key, value).await?;
[INFO] [stderr]     |                       ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 187 | /     async fn ac_put(
[INFO] [stderr] 188 | |         &self,
[INFO] [stderr] 189 | |         digest: &execution::Digest,
[INFO] [stderr] 190 | |         action_result: &execution::ActionResult,
[INFO] [stderr] 191 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:198:14
[INFO] [stderr]     |
[INFO] [stderr] 198 |             .set(hash_bytes, action_result.encode_to_vec())
[INFO] [stderr]     |              ^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 198 |             .set::<_, _, ()>(hash_bytes, action_result.encode_to_vec())
[INFO] [stderr]     |                 ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 | /     async fn redis_cas_note_exists(
[INFO] [stderr] 205 | |         &self,
[INFO] [stderr] 206 | |         digest: &execution::Digest,
[INFO] [stderr] 207 | |         best_effort: bool,
[INFO] [stderr] 208 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:221:18
[INFO] [stderr]     |
[INFO] [stderr] 221 |                 .query_async(&mut connection)
[INFO] [stderr]     |                  ^^^^^^^^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 221 |                 .query_async::<_, ()>(&mut connection)
[INFO] [stderr]     |                             +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:373:5
[INFO] [stderr]     |
[INFO] [stderr] 373 | /     async fn redis_cas_put(
[INFO] [stderr] 374 | |         &self,
[INFO] [stderr] 375 | |         digest: &execution::Digest,
[INFO] [stderr] 376 | |         data: &[u8],
[INFO] [stderr] 377 | |     ) -> Result<(), StorageBackendError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/cloud_backend/mod.rs:385:14
[INFO] [stderr]     |
[INFO] [stderr] 385 |             .query_async(&mut connection)
[INFO] [stderr]     |              ^^^^^^^^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 385 |             .query_async::<_, ()>(&mut connection)
[INFO] [stderr]     |                         +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ByteWrapper` is never constructed
[INFO] [stderr]   --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct ByteWrapper(Vec<u8>);
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ByteWrapper` is never constructed
[INFO] [stderr]  --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | struct ByteWrapper(Vec<u8>);
[INFO] [stderr]   |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ByteWrapper` is never constructed
[INFO] [stderr]  --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | struct ByteWrapper(Vec<u8>);
[INFO] [stderr]   |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> bzl-remote-core/src/storage_backend/local_disk_backend/content_addressable_store.rs:381:20
[INFO] [stderr]     |
[INFO] [stderr] 381 |     struct DevSled(TempDir, sled::Db, TempDir);
[INFO] [stderr]     |            ------- ^^^^^^^
[INFO] [stderr]     |            |
[INFO] [stderr]     |            field in this struct
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 381 -     struct DevSled(TempDir, sled::Db, TempDir);
[INFO] [stderr] 381 +     struct DevSled((), sled::Db, TempDir);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> bzl-remote-core/src/storage_backend/local_disk_backend/action_cache.rs:68:20
[INFO] [stderr]    |
[INFO] [stderr] 68 |     struct DevSled(TempDir, sled::Db);
[INFO] [stderr]    |            ------- ^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 68 -     struct DevSled(TempDir, sled::Db);
[INFO] [stderr] 68 +     struct DevSled((), sled::Db);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> bzl-remote-core/src/storage_backend/local_disk_backend/kv_store.rs:42:20
[INFO] [stderr]    |
[INFO] [stderr] 42 |     struct DevSled(TempDir, sled::Db);
[INFO] [stderr]    |            ------- ^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 42 -     struct DevSled(TempDir, sled::Db);
[INFO] [stderr] 42 +     struct DevSled((), sled::Db);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `bazelfe-core` (lib) generated 1 warning (run `cargo fix --lib -p bazelfe-core` to apply 1 suggestion)
[INFO] [stderr] warning: `bzl-remote-core` (lib) generated 7 warnings (run `cargo fix --lib -p bzl-remote-core` to apply 4 suggestions)
[INFO] [stderr] warning: `bazelfe-core` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `bzl-remote-core` (lib test) generated 10 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bzl-remote-core v0.1.0 (/opt/rustwide/workdir/bzl-remote-core), redis v0.25.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bazelfe_bazel_wrapper-02c834e8ba83193b)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test bazel_command_line_parser::tests::test_simple_no_args ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::parse_bazel_command_line_3 ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::parse_bazel_command_line_4 ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::parse_bazel_command_line_1 ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::test_some_args ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::test_more_args ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::parse_bazel_command_line_2 ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::unknown_arg_for_action ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::parse_bazel_command_line_5 ... ok
[INFO] [stdout] test bep::build_events::hydrated_stream::tests::test_no_history ... ok
[INFO] [stdout] test bep::build_events::hydrated_stream::tests::state_resets_on_new_build ... ok
[INFO] [stdout] test bazel_command_line_parser::tests::unknown_arg_for_startup ... ok
[INFO] [stdout] test bep::build_events::hydrated_stream::tests::test_with_files ... ok
[INFO] [stdout] test bep::build_events::hydrated_stream::tests::test_with_history ... ok
[INFO] [stdout] test bep::build_events::build_event_server::tests::test_no_op_build_stream ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bazelfe_core-361d787261615c37)
[INFO] [stdout] 
[INFO] [stdout] running 107 tests
[INFO] [stdout] test bazel_runner::command_line_rewriter_action::tests::test_rewrite_empty_test_to_fail ... ok
[INFO] [stdout] test bazel_runner::command_line_rewriter_action::tests::test_passthrough_args ... ok
[INFO] [stdout] test bazel_runner::command_line_rewriter_action::tests::test_rewrite_empty_test ... ok
[INFO] [stdout] test bep_junit::failed_action::tests::test_generate_struct_from_failed_action ... ok
[INFO] [stdout] test bep_junit::junit_xml_error_writer::tests::test_failure_with_control_serialization ... ok
[INFO] [stdout] test bep_junit::tests::test_external_label_to_expected_path ... ok
[INFO] [stdout] test config::command_line_rewriter::tests::empty_config ... ok
[INFO] [stdout] test bep_junit::test_results_ops::tests::test_extract_errors ... ok
[INFO] [stdout] test config::command_line_rewriter::tests::without_command_specified ... ok
[INFO] [stdout] test config::command_line_rewriter::tests::with_command_specified ... ok
[INFO] [stdout] test bep_junit::junit_xml_error_writer::tests::test_testsuites_serialization ... ok
[INFO] [stdout] test config::error_processor::tests::test_simple_parse ... ok
[INFO] [stdout] test config::indexer_config::tests::with_command_specified ... ok
[INFO] [stdout] test config::command_line_rewriter::tests::type_with_no_config_options ... ok
[INFO] [stdout] test config::tests::test_simple_parse ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_access::tests::test_not_a_member_of_package_error ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_on_import_line ... ok
[INFO] [stdout] test bep_junit::tests::test_internal_label_to_expected_path ... ok
[INFO] [stdout] test bep_junit::junit_xml_error_writer::tests::test_failure_serialization ... ok
[INFO] [stdout] test config::daemon_config::tests::empty_config ... ok
[INFO] [stdout] test config::base_config::tests::test_simple_parse ... ok
[INFO] [stdout] test config::base_config::tests::test_empty_parse ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_symbol_with_matching_import ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_error_non_import ... ok
[INFO] [stdout] test config::daemon_config::tests::with_communication_path_specified ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_error_class_symbol_with_matching_import ... ok
[INFO] [stdout] test error_extraction::java::error_does_not_represent_a_declared_type::tests::test_sample_input ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_error ... ok
[INFO] [stdout] test error_extraction::java::error_package_does_not_exist::tests::test_not_a_member_of_package_inner_class ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_error_class_symbol ... ok
[INFO] [stdout] test error_extraction::java::error_package_does_not_exist::tests::test_not_a_member_of_package_error_with_no_file_parse_import ... ok
[INFO] [stdout] test config::daemon_config::tests::with_command_specified ... ok
[INFO] [stdout] test error_extraction::java::error_package_does_not_exist::tests::test_not_a_member_of_package_error_with_import ... ok
[INFO] [stdout] test error_extraction::java::error_package_does_not_exist::tests::test_not_a_member_of_package_error ... ok
[INFO] [stdout] test error_extraction::java::error_indirect_dependency::tests::test_not_a_member_of_package_error ... ok
[INFO] [stdout] test error_extraction::java::error_cannot_find_symbol::tests::test_not_a_member_of_package_error_class_symbol_with_wildcard_import ... ok
[INFO] [stdout] test error_extraction::scala::error_object_not_found::tests::test_object_not_found_error ... ok
[INFO] [stdout] test error_extraction::scala::error_object_not_found::tests::test_object_not_found_with_imports ... ok
[INFO] [stdout] test error_extraction::scala::error_symbol_is_missing_from_classpath::tests::test_symbol_is_missing_from_classpath_error_no_file ... ok
[INFO] [stdout] test error_extraction::scala::error_symbol_is_missing_from_classpath::tests::test_term_is_missing_from_classpath_error ... ok
[INFO] [stdout] test error_extraction::scala::error_value_not_found::tests::test_value_not_found_error ... ok
[INFO] [stdout] test error_extraction::scala::error_symbol_is_missing_from_classpath::tests::test_symbol_is_missing_from_classpath_error ... ok
[INFO] [stdout] test error_extraction::scala::error_value_not_found::tests::test_type_not_found_error ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_action_failure_error::tests::test_extract_dependency_isnt_used ... ok
[INFO] [stdout] test error_extraction::scala::error_symbol_type_missing_from_classpath::tests::test_symbol_type_missing_from_classpath_error ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_rule_does_not_exist ... ok
[INFO] [stdout] test error_extraction::scala::error_is_not_a_member_of_package::tests::test_not_a_member_of_package_error_2 ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_target_does_not_exist ... ok
[INFO] [stdout] test error_extraction::scala::error_is_not_a_member_of_package::tests::test_not_a_member_of_package_error ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_rule_does_not_exist_macro ... ok
[INFO] [stdout] test error_extraction::scala::error_is_not_a_member_of_package::tests::test_not_a_member_of_package_error_3 ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_target_not_declared_in_package_no_suggest_replace ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_target_not_declared_in_package ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_build_file_not_found ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_external_build_not_found ... ok
[INFO] [stdout] test error_extraction::scala::error_is_not_a_member_of_generic::tests::test_not_a_member_of_class ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_added_cycle_in_dependency_graph ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_is_potentially_valid_target_forbidden_by_type ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_is_potentially_valid_target ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_output_error_paths ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_target_not_visible ... ok
[INFO] [stdout] test index_table::expand_target_to_guesses::tests::test_guess_for_class_name ... ok
[INFO] [stdout] test index_table::expand_target_to_guesses::tests::test_guess_for_class_start_with_class_name ... ok
[INFO] [stdout] test index_table::expand_target_to_guesses::tests::test_guess_for_class_name_too_short ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_added_cycle_in_dependency_graph_with_state ... ok
[INFO] [stdout] test index_table::expand_target_to_guesses::tests::test_guess_for_class_name_too_short_post_strip ... ok
[INFO] [stdout] test index_table::expand_target_to_guesses::tests::test_guess_for_class_name_strip_class_name ... ok
[INFO] [stdout] test index_table::index_table_value::tests::test_build_from_unsorted_list ... ok
[INFO] [stdout] test index_table::index_table_value::tests::test_blank_entry ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_user_defined_actions::tests::test_apply_candidates ... ok
[INFO] [stdout] test index_table::index_table_value::tests::test_lookup_by_value ... ok
[INFO] [stdout] test index_table::tests::updating_index ... ok
[INFO] [stdout] test label_utils::tests::test_class_name_to_prefixes ... ok
[INFO] [stdout] test label_utils::tests::test_sanitize_label ... ok
[INFO] [stdout] test source_dependencies::java::tests::parse_header_line ... ok
[INFO] [stdout] test label_utils::tests::test_expand_candidate_import_requests ... ok
[INFO] [stdout] test source_dependencies::java::tests::parse_header_line_with_comments ... ok
[INFO] [stdout] test label_utils::tests::test_prepare_class_import_requests ... ok
[INFO] [stdout] test index_table::index_table_value::tests::test_update_or_add_entry ... ok
[INFO] [stdout] test index_table::tests::test_round_trip_table ... ok
[INFO] [stdout] test source_dependencies::java::tests::parse_multiple_lines_input ... ok
[INFO] [stdout] test index_table::tests::test_adding_entries_to_blacklist ... ok
[INFO] [stdout] test source_dependencies::java::tests::parse_simple_input ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_build_abort_errors::tests::test_extract_target_not_declared_in_package_suggest_replace ... ok
[INFO] [stdout] test source_dependencies::java::tests::test_underscores ... ok
[INFO] [stdout] test source_dependencies::scala::tests::parse_header_line ... ok
[INFO] [stdout] test source_dependencies::scala::tests::parse_header_line_with_comments ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_inner_process_missing_dependency_errors ... ok
[INFO] [stdout] test source_dependencies::java::tests::test_wildcard ... ok
[INFO] [stdout] test source_dependencies::scala::tests::parse_multiple_lines_input ... ok
[INFO] [stdout] test source_dependencies::scala::tests::parse_simple_input ... ok
[INFO] [stdout] test source_dependencies::scala::tests::sub_sections ... ok
[INFO] [stdout] test source_dependencies::java::tests::test_import_static ... ok
[INFO] [stdout] test source_dependencies::scala::tests::test_backticks ... ok
[INFO] [stdout] test source_dependencies::scala::tests::test_alias ... ok
[INFO] [stdout] test source_dependencies::scala::tests::test_tuple_extractor ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_path_to_import_requests ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_generate_all_action_requests ... ok
[INFO] [stdout] test source_dependencies::scala::tests::test_underscores ... ok
[INFO] [stdout] test source_dependencies::scala::tests::test_wildcard ... ok
[INFO] [stdout] test zip_parse::tests::dump_missing_zip_contents ... ok
[INFO] [stdout] test zip_parse::tests::dump_zip_contents ... ok
[INFO] [stdout] test zip_parse::tests::sanitize_file_name_to_class_name ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_user_defined_actions::tests::test_regex_parsing ... ok
[INFO] [stdout] test hydrated_stream_processors::process_bazel_failures::process_missing_dependency_errors::tests::test_process_missing_dependency_errors ... ok
[INFO] [stdout] test bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite ... FAILED
[INFO] [stdout] test bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite' (41) panicked at bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:366:50:
[INFO] [stdout] should be able to make a tempdir: Custom { kind: ReadOnlyFilesystem, error: PathError { path: "/opt/rustwide/workdir/bazelfe-core/./.tmpXH8ojV", err: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } } }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d3b2696892 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d3b2696892 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d3b2696892 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x60d3b2696892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x60d3b26aa23f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x60d3b26aa23f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x60d3b2662571 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d3b2662571 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x60d3b266f242 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x60d3b267430f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x60d3b26741a1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x60d3b21dfa7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x60d3b21dfa7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d3b2674a7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x60d3b2674a7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x60d3b267482a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x60d3b266f379 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x60d3b2655b1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x60d3b26b5390 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x60d3b26b4576 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x60d3b1fe1a72 - core::result::Result<T,E>::expect::habe8d5691bc758ef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x60d3b1fd8e48 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite::{{closure}}::h2b22ee76445f38b4
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:366:50
[INFO] [stdout]   22:     0x60d3b201f5e2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h39e10c95242429da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x60d3b201f83d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9f3e877bb8a448f8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60d3b1fed4bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h02d598cb0dfe7aba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   25:     0x60d3b1fed26b - tokio::task::coop::with_budget::h2d7687e21d46e802
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x60d3b1fed26b - tokio::task::coop::budget::h22b6bcb3e8d9293d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x60d3b1fed26b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9cf8ea567f3436a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   28:     0x60d3b1fea8a0 - tokio::runtime::scheduler::current_thread::Context::enter::h86aaf77ca1260a58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x60d3b1fec92d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2b465f59e8704bbb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   30:     0x60d3b1febb64 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h5fe71203b318424f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   31:     0x60d3b1fb48fb - tokio::runtime::context::scoped::Scoped<T>::set::hb7a7839cd71be3e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x60d3b20518f9 - tokio::runtime::context::set_scheduler::{{closure}}::h2c32f17b10b27dfd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x60d3b20adee2 - std::thread::local::LocalKey<T>::try_with::h3987c76e9d35a770
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x60d3b20ada8e - std::thread::local::LocalKey<T>::with::h9bdb7285f4900d59
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x60d3b205182d - tokio::runtime::context::set_scheduler::h11e6a1047a3e3e90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x60d3b1feb4d0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h96416981ce19aed7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   37:     0x60d3b1febbe3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h47a66aa686b12a11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   38:     0x60d3b1fe9950 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hfc2a48177492f0e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x60d3b1fcae70 - tokio::runtime::context::runtime::enter_runtime::ha918615f114ac2e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x60d3b1fe9311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hafad2ab28447f853
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x60d3b20b1c84 - tokio::runtime::runtime::Runtime::block_on_inner::h09c5f22f332b0754
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x60d3b20b1f57 - tokio::runtime::runtime::Runtime::block_on::h232eef019e3d2e2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x60d3b1fd8cc3 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite::h28839e6c48b14921
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:400:19
[INFO] [stdout]   44:     0x60d3b1fd9bb7 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite::{{closure}}::hd8102201bc4ab864
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:365:39
[INFO] [stdout]   45:     0x60d3b1fa22c6 - core::ops::function::FnOnce::call_once::h60cfdc84f00787cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60d3b21df83b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60d3b21df83b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x60d3b21f54a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x60d3b21f54a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x60d3b21f54a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x60d3b21f54a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x60d3b21f54a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60d3b21f54a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x60d3b21f54a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x60d3b21cbc94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x60d3b21cbc94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x60d3b21cf55a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x60d3b21cf55a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x60d3b21cf55a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x60d3b21cf55a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x60d3b21cf55a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60d3b21cf55a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x60d3b21cf55a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60d3b266a4df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   65:     0x60d3b266a4df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   66:     0x732e51d56aa4 - <unknown>
[INFO] [stdout]   67:     0x732e51de3a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite' (45) panicked at bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:324:50:
[INFO] [stdout] should be able to make a tempdir: Custom { kind: ReadOnlyFilesystem, error: PathError { path: "/opt/rustwide/workdir/bazelfe-core/./.tmpyg2YQq", err: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } } }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d3b2696892 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d3b2696892 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d3b2696892 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x60d3b2696892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x60d3b26aa23f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x60d3b26aa23f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x60d3b2662571 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d3b2662571 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x60d3b266f242 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x60d3b267430f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x60d3b26741a1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x60d3b21dfa7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x60d3b21dfa7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d3b2674a7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x60d3b2674a7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x60d3b267482a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x60d3b266f379 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x60d3b2655b1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x60d3b26b5390 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x60d3b26b4576 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x60d3b1fe1a72 - core::result::Result<T,E>::expect::habe8d5691bc758ef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x60d3b1fd7e28 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite::{{closure}}::h9f95af3f2e3ce3fa
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:324:50
[INFO] [stdout]   22:     0x60d3b201f5e2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h39e10c95242429da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x60d3b201f83d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9f3e877bb8a448f8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60d3b1fed4bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h02d598cb0dfe7aba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   25:     0x60d3b1fed26b - tokio::task::coop::with_budget::h2d7687e21d46e802
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x60d3b1fed26b - tokio::task::coop::budget::h22b6bcb3e8d9293d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x60d3b1fed26b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9cf8ea567f3436a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   28:     0x60d3b1fea8a0 - tokio::runtime::scheduler::current_thread::Context::enter::h86aaf77ca1260a58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x60d3b1fec92d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2b465f59e8704bbb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   30:     0x60d3b1febb64 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h5fe71203b318424f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   31:     0x60d3b1fb48fb - tokio::runtime::context::scoped::Scoped<T>::set::hb7a7839cd71be3e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x60d3b20518f9 - tokio::runtime::context::set_scheduler::{{closure}}::h2c32f17b10b27dfd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x60d3b20adee2 - std::thread::local::LocalKey<T>::try_with::h3987c76e9d35a770
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x60d3b20ada8e - std::thread::local::LocalKey<T>::with::h9bdb7285f4900d59
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x60d3b205182d - tokio::runtime::context::set_scheduler::h11e6a1047a3e3e90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x60d3b1feb4d0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h96416981ce19aed7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   37:     0x60d3b1febbe3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h47a66aa686b12a11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   38:     0x60d3b1fe9950 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hfc2a48177492f0e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x60d3b1fcae70 - tokio::runtime::context::runtime::enter_runtime::ha918615f114ac2e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x60d3b1fe9311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hafad2ab28447f853
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x60d3b20b1c84 - tokio::runtime::runtime::Runtime::block_on_inner::h09c5f22f332b0754
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x60d3b20b1f57 - tokio::runtime::runtime::Runtime::block_on::h232eef019e3d2e2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x60d3b1fd7c73 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite::h6e71f4be8a2b078d
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:358:19
[INFO] [stdout]   44:     0x60d3b1fd7d07 - bazelfe_core::bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite::{{closure}}::h861b9a07b7313342
[INFO] [stdout]                                at /opt/rustwide/workdir/bazelfe-core/src/bazel_runner/command_line_rewriter_action.rs:323:38
[INFO] [stdout]   45:     0x60d3b1fa2856 - core::ops::function::FnOnce::call_once::h6f35b6ca4b38cc32
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60d3b21df83b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60d3b21df83b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x60d3b21f54a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x60d3b21f54a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x60d3b21f54a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x60d3b21f54a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x60d3b21f54a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60d3b21f54a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x60d3b21f54a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x60d3b21cbc94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x60d3b21cbc94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x60d3b21cf55a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x60d3b21cf55a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x60d3b21cf55a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x60d3b21cf55a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x60d3b21cf55a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60d3b21cf55a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x60d3b21cf55a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60d3b266a4df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   65:     0x60d3b266a4df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   66:     0x732e51d56aa4 - <unknown>
[INFO] [stdout]   67:     0x732e51de3a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bazel_runner::command_line_rewriter_action::tests::test_build_file_rewrite
[INFO] [stdout]     bazel_runner::command_line_rewriter_action::tests::test_test_file_rewrite
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 105 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p bazelfe-core --lib`
[INFO] running `Command { std: "docker" "inspect" "12a48ad3cd78b5a49e9d996d08348fb97ac2128d40e39ba8fc85592675a6da85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12a48ad3cd78b5a49e9d996d08348fb97ac2128d40e39ba8fc85592675a6da85", kill_on_drop: false }`
[INFO] [stdout] 12a48ad3cd78b5a49e9d996d08348fb97ac2128d40e39ba8fc85592675a6da85
