[INFO] fetching crate autoschematic 0.3.0... [INFO] testing autoschematic-0.3.0 against try#0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 for pr-137122-1 [INFO] extracting crate autoschematic 0.3.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate autoschematic 0.3.0 [INFO] finished tweaking crates.io crate autoschematic 0.3.0 [INFO] tweaked toml for crates.io crate autoschematic 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate autoschematic 0.3.0 on toolchain 0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate autoschematic 0.3.0 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" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 622a32baaa5e08d88777f57f6b5722a4350d19e49015646859e9d06107dadc75 [INFO] running `Command { std: "docker" "start" "-a" "622a32baaa5e08d88777f57f6b5722a4350d19e49015646859e9d06107dadc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "622a32baaa5e08d88777f57f6b5722a4350d19e49015646859e9d06107dadc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "622a32baaa5e08d88777f57f6b5722a4350d19e49015646859e9d06107dadc75", kill_on_drop: false }` [INFO] [stdout] 622a32baaa5e08d88777f57f6b5722a4350d19e49015646859e9d06107dadc75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bba8c8055e9d486cd586ad38e10efad37bd68e250df9f95a62c5f7d593c999e [INFO] running `Command { std: "docker" "start" "-a" "5bba8c8055e9d486cd586ad38e10efad37bd68e250df9f95a62c5f7d593c999e", kill_on_drop: false }` [INFO] [stderr] warning: autoschematic v0.3.0 (/opt/rustwide/workdir) ignoring invalid dependency `autoschematic-cli` which is missing a lib target [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling miniz_oxide v0.8.3 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling pyo3-build-config v0.24.0 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.2.12 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling aws-lc-rs v1.12.2 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling cmake v0.1.53 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.2 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling openssl-sys v0.9.105 [INFO] [stderr] Compiling aws-lc-sys v0.25.1 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling libz-sys v1.1.21 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling zerocopy v0.8.16 [INFO] [stderr] Compiling openssl v0.10.70 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rustls v0.23.22 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling base64 v0.20.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling native-tls v0.2.13 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling pyo3-ffi v0.24.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.24.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling bstr v1.11.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling async-trait v0.1.86 [INFO] [stderr] Compiling pin-project-internal v1.1.9 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling pin-project v1.1.9 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling pest v2.7.15 [INFO] [stderr] Compiling opentelemetry v0.26.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling educe v0.5.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling opentelemetry_sdk v0.26.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling blake3 v0.3.8 [INFO] [stderr] Compiling libgit2-sys v0.18.0+1.9.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling webpki-roots v0.26.8 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling winnow v0.7.6 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling serdect v0.2.0 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling actix-server v2.5.0 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-serde v0.9.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling askama_parser v0.13.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling basic-toml v0.1.9 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tracing-opentelemetry v0.27.0 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling fid-rs v0.2.0 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling snafu-derive v0.8.5 [INFO] [stderr] Compiling tarpc-plugins v0.14.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling file-lock v2.1.11 [INFO] [stderr] Compiling pyo3 v0.24.0 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.11.0 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling deunicode v1.6.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling iri-string v0.7.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling autoschematic-core v0.3.0 [INFO] [stderr] Compiling opentelemetry-semantic-conventions v0.16.0 [INFO] [stderr] Compiling clap_builder v4.5.27 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling tarpc v0.36.0 [INFO] [stderr] Compiling jsonwebtoken v9.3.0 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling askama_derive v0.13.0 [INFO] [stderr] Compiling actix-http v3.9.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling snafu v0.8.5 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling louds-rs v0.7.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Compiling hdrhistogram v7.5.4 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling clap_derive v4.5.28 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling tower-http v0.6.2 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling pyo3-macros v0.24.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling unindent v0.2.3 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling askama v0.13.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling async-session v3.0.0 [INFO] [stderr] Compiling chacha20poly1305 v0.10.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling uuid v1.14.0 [INFO] [stderr] Compiling actix-web v4.9.0 [INFO] [stderr] Compiling trie-rs v0.4.2 [INFO] [stderr] Compiling k256 v0.13.4 [INFO] [stderr] Compiling ron v0.10.1 [INFO] [stderr] Compiling coz v0.1.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling clap v4.5.28 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling console-api v0.8.1 [INFO] [stderr] Compiling console-subscriber v0.4.1 [INFO] [stderr] Compiling actix-session v0.10.1 [INFO] [stderr] Compiling actix-files v0.6.6 [INFO] [stderr] Compiling actix-ws v0.3.0 [INFO] [stderr] Compiling git2 v0.20.0 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling octocrab v0.44.0 [INFO] [stderr] Compiling reqwest v0.12.12 [INFO] [stderr] Compiling autoschematic v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Rng` and `distr::Alphanumeric` [INFO] [stdout] --> src/agent/test_agent.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{distr::Alphanumeric, Rng}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `git2::Repository` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use git2::Repository; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/agent/test_agent.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | mod fuzz_test; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `rng` and `seq::SliceRandom` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | use rand::{distr::Alphanumeric, rng, seq::SliceRandom, Rng}; [INFO] [stdout] | ^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/agent/test_agent.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | mod fuzz_test; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `clear_prefix_keep_outputs`, `clear_prefix`, and `create_comment` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | agent::util::{create_comment, wait_for_comment_types}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | util::{clear_prefix, clear_prefix_keep_outputs, copy_dir_all}, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/agent/test_agent.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | mod fuzz_test; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | 'fuzz_state: for state in &fuzz_config.states { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `checkout_new_branch`, `git_commit_and_push`, and `github_util::create_pull_request` [INFO] [stdout] --> src/agent/test_agent.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | git_util::{checkout_new_branch, clone_repo, git_commit_and_push}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | github_util::create_pull_request, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wait_for_comment_types` [INFO] [stdout] --> src/agent/test_agent.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | util::{drain_inbox, wait_for_comment_types}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/binary_cache.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_cache::BinaryCache` [INFO] [stdout] --> src/binary_cache.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | use crate::binary_cache::BinaryCache; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `connector_util::build_out_path` [INFO] [stdout] --> src/changeset.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | connector_util::build_out_path, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bail` [INFO] [stdout] --> src/changeset/plan.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use anyhow::{bail, Context}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/changeset/solver.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | 'output: for output in &report.reads_outputs { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stdout] --> src/changeset/util.rs:6:71 [INFO] [stdout] | [INFO] [stdout] 6 | Cred, FetchOptions, ObjectType, Oid, RemoteCallbacks, Repository, SubmoduleUpdateOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `types::PyFunction` [INFO] [stdout] --> src/connector/python.rs:25:51 [INFO] [stdout] | [INFO] [stdout] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stdout] --> src/git_util.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | SubmoduleUpdateOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `k256::pkcs8::der::Any` [INFO] [stdout] --> src/git_util.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use k256::pkcs8::der::Any; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cmp::Ordering` [INFO] [stdout] --> src/object.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{cmp::Ordering, path::PathBuf}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/main.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | .map(|key| base64::decode(key).expect("Invalid SESSION_KEY format")) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | let rand_suffix: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/connector/sandbox.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | let socket_s: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/connector/sandbox.rs:85:36 [INFO] [stdout] | [INFO] [stdout] 85 | let dump_s: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | let pubkey_string = base64::decode(pubkey_string_base64)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:72:39 [INFO] [stdout] | [INFO] [stdout] 72 | ephemeral_pubkey: base64::encode(ephemeral_pubkey.as_bytes()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:73:27 [INFO] [stdout] | [INFO] [stdout] 73 | salt: base64::encode(salt), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | nonce: base64::encode(nonce), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | ciphertext: base64::encode(ciphertext), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:82:38 [INFO] [stdout] | [INFO] [stdout] 82 | let privkey_string = base64::decode(privkey_string_base64)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | base64::decode(&secret.ephemeral_pubkey)?.as_slice(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | let salt = base64::decode(&secret.salt)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | let nonce = base64::decode(&secret.nonce)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | base64::decode(&secret.ciphertext)?.as_slice(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore/ondisk.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(base64::encode(pub_bytes)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore/ondisk.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | Ok(base64::encode(pub_bytes)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 52 | / loop { [INFO] [stdout] 53 | | let rand_suffix: String = rand::thread_rng() [INFO] [stdout] 54 | | .sample_iter(&Alphanumeric) [INFO] [stdout] 55 | | .take(20) [INFO] [stdout] ... | [INFO] [stdout] 172 | | pull_with_rebase(&repo_path, "main", &self.token)?; [INFO] [stdout] 173 | | } [INFO] [stdout] | |_________- any code following this expression is unreachable [INFO] [stdout] 174 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut fuzz_config: FuzzConfig = [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:63:28 [INFO] [stdout] | [INFO] [stdout] 63 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix_filter` [INFO] [stdout] --> src/agent/test_agent/util.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | prefix_filter: &str, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `connector_filter` [INFO] [stdout] --> src/agent/test_agent/util.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | connector_filter: &str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connector_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> src/agent.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | let (client, token) = credentials::octocrab_installation_client( [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dummy_send` [INFO] [stdout] --> src/agent.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | let (dummy_send, registry_broadcast) = tokio::sync::broadcast::channel(64); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dummy_send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `broadcast_handle` [INFO] [stdout] --> src/agent.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | let broadcast_handle: tokio::task::JoinHandle> = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_broadcast_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/agent.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error_registry_key` [INFO] [stdout] --> src/agent.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | let error_registry_key = registry_key.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error_registry_key` [INFO] [stdout] --> src/agent.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | let error_registry_key = registry_key.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/agent.rs:127:43 [INFO] [stdout] | [INFO] [stdout] 127 | ... 'attempt: for i in [0..max_attempts] { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `backtrace` [INFO] [stdout] --> src/agent.rs:136:75 [INFO] [stdout] | [INFO] [stdout] 136 | ... Err(octocrab::Error::GitHub { source, backtrace }) => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `backtrace: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg` [INFO] [stdout] --> src/agent.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | Ok(msg) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_msg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent.rs:188:21 [INFO] [stdout] | [INFO] [stdout] 188 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/bundle.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subpath` [INFO] [stdout] --> src/changeset/apply.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | subpath: Option, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subpath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `read_outputs` [INFO] [stdout] --> src/changeset/apply.rs:120:55 [INFO] [stdout] | [INFO] [stdout] 120 | ... VirtToPhyOutput::Deferred(read_outputs) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_read_outputs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repo` [INFO] [stdout] --> src/changeset/plan.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | repo: &Repository, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diff_objects` [INFO] [stdout] --> src/changeset/plan.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | let diff_objects = self.get_modified_objects()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/changeset/plan.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/plan.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | ... Err(e) => {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/plan.rs:117:33 [INFO] [stdout] | [INFO] [stdout] 117 | ... Err(e) => break, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diff_objects` [INFO] [stdout] --> src/changeset/pull_state.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | let diff_objects = self.get_modified_objects()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/changeset/pull_state.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/pull_state.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | ... Err(e) => {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/pull_state.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | ... Err(e) => break, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `owner` [INFO] [stdout] --> src/changeset_cache.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_owner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repo` [INFO] [stdout] --> src/changeset_cache.rs:94:47 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `head_sha` [INFO] [stdout] --> src/changeset_cache.rs:94:61 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_sha` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/changeset_cache.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | let cache = self.cache.lock().await; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pid` is never read [INFO] [stdout] --> src/connector/sandbox.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | let mut pid: Option = None; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pid` is never read [INFO] [stdout] --> src/connector/sandbox.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let mut pid: Option = None; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stdout_thread` [INFO] [stdout] --> src/connector/sandbox.rs:376:9 [INFO] [stdout] | [INFO] [stdout] 376 | let stdout_thread = tokio::task::spawn_blocking(move || { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stdout_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stderr_thread` [INFO] [stdout] --> src/connector/sandbox.rs:404:9 [INFO] [stdout] | [INFO] [stdout] 404 | let stderr_thread = tokio::task::spawn_blocking(move || { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stderr_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `keystore` [INFO] [stdout] --> src/connector.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | let Some(keystore) = KEYSTORE.get() else { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keystore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | let (owner, repo, installation_id) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:184:32 [INFO] [stdout] | [INFO] [stdout] 184 | if let Some((access_token, github_username)) = has_valid_session(&session).await? { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/dashboard/routes.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | let context = tera::Context::new(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session` [INFO] [stdout] --> src/dashboard/routes.rs:325:15 [INFO] [stdout] | [INFO] [stdout] 325 | let (res, session, stream) = actix_ws::handle(&req, stream)?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/dashboard/routes.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | let stream = stream [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/dashboard/routes.rs:478:5 [INFO] [stdout] | [INFO] [stdout] 478 | req: HttpRequest, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_token` [INFO] [stdout] --> src/dashboard/routes.rs:483:15 [INFO] [stdout] | [INFO] [stdout] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:483:29 [INFO] [stdout] | [INFO] [stdout] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/dashboard/routes.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | req: HttpRequest, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_token` [INFO] [stdout] --> src/dashboard/routes.rs:514:15 [INFO] [stdout] | [INFO] [stdout] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:514:29 [INFO] [stdout] | [INFO] [stdout] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:518:23 [INFO] [stdout] | [INFO] [stdout] 518 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:548:23 [INFO] [stdout] | [INFO] [stdout] 548 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/dashboard/routes.rs:566:13 [INFO] [stdout] | [INFO] [stdout] 566 | let stream = stream [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dashboard/routes.rs:582:29 [INFO] [stdout] | [INFO] [stdout] 582 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/dashboard/api_util.rs:230:24 [INFO] [stdout] | [INFO] [stdout] 230 | Ok(config) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dashboard/api_util.rs:217:31 [INFO] [stdout] | [INFO] [stdout] 217 | .map_err(|e| {}) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/event_handlers.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | for (key, entry) in entries.into_iter() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/event_handlers.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | ... prefix, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/event_handlers.rs:637:29 [INFO] [stdout] | [INFO] [stdout] 637 | ... prefix, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. [INFO] [stdout] --> src/tracestore.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | repo.runs.remove(run_key); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Connector` [INFO] [stdout] --> src/changeset.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | connector::{Connector, OutputMap}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prelude` [INFO] [stdout] --> src/connector/python.rs:25:39 [INFO] [stdout] | [INFO] [stdout] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment_id` [INFO] [stdout] --> src/agent/message.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | let comment_id = payload.comment.id; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment_url` [INFO] [stdout] --> src/agent/message.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | let comment_url = &payload.comment.html_url; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chwd` [INFO] [stdout] --> src/agent/python_agent.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent/python_agent.rs:199:67 [INFO] [stdout] | [INFO] [stdout] 199 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chwd` [INFO] [stdout] --> src/agent/test_agent.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/agent/test_agent.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | let prefix = if self.prefix.is_absolute() { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent/test_agent.rs:99:67 [INFO] [stdout] | [INFO] [stdout] 99 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/changeset.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/changeset.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/connector/sandbox.rs:456:21 [INFO] [stdout] | [INFO] [stdout] 456 | if let Some(handle) = &self.read_thread { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `commit` [INFO] [stdout] --> src/git_util.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | let commit = repository.commit(Some("HEAD"), &sig, &sig, &message, &tree, &[&parent_commit])?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_commit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/keystore/ondisk.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/keystore/ondisk.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/tracestore.rs:211:13 [INFO] [stdout] | [INFO] [stdout] 211 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/util.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | let res = init_pyo3_with_venv(venv_dir); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dashboard_app` is never used [INFO] [stdout] --> src/main.rs:227:4 [INFO] [stdout] | [INFO] [stdout] 227 | fn dashboard_app() -> actix_web::Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `root` is never used [INFO] [stdout] --> src/main.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | async fn root() -> impl Responder { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `AgentRegistryInbox` is never used [INFO] [stdout] --> src/agent.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | pub type AgentRegistryInbox = Receiver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `subscribe_agent_state` is never used [INFO] [stdout] --> src/agent.rs:326:14 [INFO] [stdout] | [INFO] [stdout] 326 | pub async fn subscribe_agent_state( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pull_state` is never used [INFO] [stdout] --> src/agent/python_agent/util.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 7 | impl PythonAgent { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 8 | pub async fn pull_state( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `import`, `import_overwrite`, and `plan_apply_import_complete` are never used [INFO] [stdout] --> src/agent/test_agent/util.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 9 | impl TestAgent { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | pub async fn import( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub async fn import_overwrite( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub async fn plan_apply_import_complete( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `copy_file` is never used [INFO] [stdout] --> src/binary_cache.rs:124:4 [INFO] [stdout] | [INFO] [stdout] 124 | fn copy_file(out_path: &Path, rx: Receiver>) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BundleOutput` is never constructed [INFO] [stdout] --> src/bundle.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct BundleOutput { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Bundle` is never used [INFO] [stdout] --> src/bundle.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub trait Bundle: Send + Sync { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bundle_init` is never used [INFO] [stdout] --> src/bundle.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn bundle_init( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `base_ref` is never read [INFO] [stdout] --> src/changeset.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct ChangeSet { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 62 | pub base_ref: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `solve_plan_report_set_schedule` is never used [INFO] [stdout] --> src/changeset/solver.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn solve_plan_report_set_schedule(mut report_set: PlanReportSet) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `connector_name`, `prefix`, and `phy_addr` are never read [INFO] [stdout] --> src/changeset/types.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct ApplyReport { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 40 | pub connector_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | pub prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 42 | pub virt_addr: PathBuf, [INFO] [stdout] 43 | pub phy_addr: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `add_reaction_standalone` is never used [INFO] [stdout] --> src/changeset/util.rs:253:14 [INFO] [stdout] | [INFO] [stdout] 253 | pub async fn add_reaction_standalone( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove` is never used [INFO] [stdout] --> src/changeset_cache.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 21 | impl ChangeSetCache { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_output` is never used [INFO] [stdout] --> src/connector/python.rs:77:4 [INFO] [stdout] | [INFO] [stdout] 77 | fn read_output(path: &str) -> PyResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonResourceAddress` is never constructed [INFO] [stdout] --> src/connector/python.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub struct PythonResourceAddress(PathBuf); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonResource` is never constructed [INFO] [stdout] --> src/connector/python.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct PythonResource(String); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonConnectorOp` is never constructed [INFO] [stdout] --> src/connector/python.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct PythonConnectorOp(String); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `launch_server_sandboxed` is never used [INFO] [stdout] --> src/connector/sandbox.rs:189:14 [INFO] [stdout] | [INFO] [stdout] 189 | pub async fn launch_server_sandboxed( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seal_new_secrets_from_folder` is never used [INFO] [stdout] --> src/connector/sandbox.rs:489:4 [INFO] [stdout] | [INFO] [stdout] 489 | fn seal_new_secrets_from_folder( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dashboard_list` is never used [INFO] [stdout] --> src/dashboard/routes.rs:245:14 [INFO] [stdout] | [INFO] [stdout] 245 | pub async fn dashboard_list(session: Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `repo_runs_subscribe` is never used [INFO] [stdout] --> src/dashboard/routes.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | async fn repo_runs_subscribe( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `agent_state_subscribe` is never used [INFO] [stdout] --> src/dashboard/routes.rs:536:14 [INFO] [stdout] | [INFO] [stdout] 536 | pub async fn agent_state_subscribe( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_pr_info` is never used [INFO] [stdout] --> src/dashboard/api_util.rs:112:14 [INFO] [stdout] | [INFO] [stdout] 112 | pub async fn get_pr_info( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_installations` is never used [INFO] [stdout] --> src/dashboard/api_util.rs:149:14 [INFO] [stdout] | [INFO] [stdout] 149 | pub async fn get_installations(jwt: &SecretBox) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `InvalidKeystoreString`, `InvalidLockString`, `InvalidHeaderValue`, and `RepoLocked` are never constructed [INFO] [stdout] --> src/error.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum AutoschematicServerErrorType { [INFO] [stdout] | ---------------------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 12 | InvalidKeystoreString(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | InvalidLockString(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | InvalidHeaderValue(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | [INFO] [stdout] 32 | RepoLocked(String), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AutoschematicServerErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_comment` is never used [INFO] [stdout] --> src/github_util.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | pub async fn create_comment( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GithubJwtClaims` is never constructed [INFO] [stdout] --> src/github_util.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | struct GithubJwtClaims { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_jwt` is never used [INFO] [stdout] --> src/github_util.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn create_jwt() -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `sign`, `verify`, `delete_keypair`, and `seal_secret` are never used [INFO] [stdout] --> src/keystore.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait KeyStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | -------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 33 | fn sign(&self, id: &str, payload: &str) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | fn verify(&self, id: &str, payload: &str) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fn delete_keypair(&self, id: &str) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | [INFO] [stdout] 45 | fn seal_secret(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `try_lock` is never used [INFO] [stdout] --> src/repolock.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait RepoLockStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] 13 | fn new(path: &Path) -> Result where Self: Sized; [INFO] [stdout] 14 | fn try_lock(&self, path: &Path) -> Result>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RepoLock` is never used [INFO] [stdout] --> src/repolock.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait RepoLock { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir` is never read [INFO] [stdout] --> src/repolock/ondisk.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct OnDiskLockStore { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 12 | dir: PathBuf [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OnDiskLockStore` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OnDiskLock` is never constructed [INFO] [stdout] --> src/repolock/ondisk.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OnDiskLock { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prefix` is never read [INFO] [stdout] --> src/template.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct PlanErrorTemplate { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 38 | pub prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `deferred_count` is never read [INFO] [stdout] --> src/template.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub struct PlanDeferralLoopTemplate { [INFO] [stdout] | ------------------------ field in this struct [INFO] [stdout] 55 | pub failure_emoji: &'static str, [INFO] [stdout] 56 | pub deferred_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExplainErrorTemplate` is never constructed [INFO] [stdout] --> src/template.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | pub struct ExplainErrorTemplate { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ConnectorStdout` is never constructed [INFO] [stdout] --> src/template.rs:167:12 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct ConnectorStdout { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Owner` is never used [INFO] [stdout] --> src/tracestore.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | type Owner = String; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Repo` is never used [INFO] [stdout] --> src/tracestore.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | type Repo = String; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `PullRequest` is never used [INFO] [stdout] --> src/tracestore.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | type PullRequest = u64; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `run_sender` is never read [INFO] [stdout] --> src/tracestore.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct RepoData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 31 | runs: IndexMap, [INFO] [stdout] 32 | run_sender: Sender, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RepoData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `time_started` is never read [INFO] [stdout] --> src/tracestore.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct RunData { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 37 | #[serde(skip)] [INFO] [stdout] 38 | pub time_started: Instant, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RunData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `list_repos`, `list_runs`, `subscribe_runs`, and `delete_run` are never used [INFO] [stdout] --> src/tracestore.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub trait TraceStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | ---------- methods in this trait [INFO] [stdout] 62 | async fn list_repos(&self) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 63 | async fn list_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 64 | async fn list_runs_for_pr(&self, repo_key: &RepoKey, pr: u64) -> anyhow::Result>; [INFO] [stdout] 65 | async fn subscribe_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 66 | async fn get_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result; [INFO] [stdout] 67 | async fn delete_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result<()>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `hold_flock_nonblocking` is never used [INFO] [stdout] --> src/util.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn hold_flock_nonblocking(path: &Path) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clear_prefix` is never used [INFO] [stdout] --> src/util.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | pub async fn clear_prefix(prefix: &Path) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clear_prefix_keep_outputs` is never used [INFO] [stdout] --> src/util.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | pub async fn clear_prefix_keep_outputs(prefix: &Path) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s [INFO] running `Command { std: "docker" "inspect" "5bba8c8055e9d486cd586ad38e10efad37bd68e250df9f95a62c5f7d593c999e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bba8c8055e9d486cd586ad38e10efad37bd68e250df9f95a62c5f7d593c999e", kill_on_drop: false }` [INFO] [stdout] 5bba8c8055e9d486cd586ad38e10efad37bd68e250df9f95a62c5f7d593c999e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78791bfd6a2f4ce8d72e836f201753a2845480b9468c37c457404c232d31be62 [INFO] running `Command { std: "docker" "start" "-a" "78791bfd6a2f4ce8d72e836f201753a2845480b9468c37c457404c232d31be62", kill_on_drop: false }` [INFO] [stderr] warning: autoschematic v0.3.0 (/opt/rustwide/workdir) ignoring invalid dependency `autoschematic-cli` which is missing a lib target [INFO] [stderr] Compiling autoschematic v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Rng` and `distr::Alphanumeric` [INFO] [stdout] --> src/agent/test_agent.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{distr::Alphanumeric, Rng}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `git2::Repository` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use git2::Repository; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `rng` and `seq::SliceRandom` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | use rand::{distr::Alphanumeric, rng, seq::SliceRandom, Rng}; [INFO] [stdout] | ^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `clear_prefix_keep_outputs`, `clear_prefix`, and `create_comment` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | agent::util::{create_comment, wait_for_comment_types}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | util::{clear_prefix, clear_prefix_keep_outputs, copy_dir_all}, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | 'fuzz_state: for state in &fuzz_config.states { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `checkout_new_branch`, `git_commit_and_push`, and `github_util::create_pull_request` [INFO] [stdout] --> src/agent/test_agent.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | git_util::{checkout_new_branch, clone_repo, git_commit_and_push}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | github_util::create_pull_request, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wait_for_comment_types` [INFO] [stdout] --> src/agent/test_agent.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | util::{drain_inbox, wait_for_comment_types}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `connector_util::build_out_path` [INFO] [stdout] --> src/changeset.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | connector_util::build_out_path, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bail` [INFO] [stdout] --> src/changeset/plan.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use anyhow::{bail, Context}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/changeset/solver.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | 'output: for output in &report.reads_outputs { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stdout] --> src/changeset/util.rs:6:71 [INFO] [stdout] | [INFO] [stdout] 6 | Cred, FetchOptions, ObjectType, Oid, RemoteCallbacks, Repository, SubmoduleUpdateOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `types::PyFunction` [INFO] [stdout] --> src/connector/python.rs:25:51 [INFO] [stdout] | [INFO] [stdout] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stdout] --> src/git_util.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | SubmoduleUpdateOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `k256::pkcs8::der::Any` [INFO] [stdout] --> src/git_util.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use k256::pkcs8::der::Any; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cmp::Ordering` [INFO] [stdout] --> src/object.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{cmp::Ordering, path::PathBuf}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/object.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/main.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | .map(|key| base64::decode(key).expect("Invalid SESSION_KEY format")) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | let rand_suffix: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/connector/sandbox.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | let socket_s: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stdout] --> src/connector/sandbox.rs:85:36 [INFO] [stdout] | [INFO] [stdout] 85 | let dump_s: String = rand::thread_rng() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | let pubkey_string = base64::decode(pubkey_string_base64)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:72:39 [INFO] [stdout] | [INFO] [stdout] 72 | ephemeral_pubkey: base64::encode(ephemeral_pubkey.as_bytes()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:73:27 [INFO] [stdout] | [INFO] [stdout] 73 | salt: base64::encode(salt), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 74 | nonce: base64::encode(nonce), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | ciphertext: base64::encode(ciphertext), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:82:38 [INFO] [stdout] | [INFO] [stdout] 82 | let privkey_string = base64::decode(privkey_string_base64)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | base64::decode(&secret.ephemeral_pubkey)?.as_slice(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | let salt = base64::decode(&secret.salt)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | let nonce = base64::decode(&secret.nonce)?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stdout] --> src/keystore.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | base64::decode(&secret.ciphertext)?.as_slice(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore/ondisk.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(base64::encode(pub_bytes)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stdout] --> src/keystore/ondisk.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | Ok(base64::encode(pub_bytes)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/python_agent/util.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 52 | / loop { [INFO] [stdout] 53 | | let rand_suffix: String = rand::thread_rng() [INFO] [stdout] 54 | | .sample_iter(&Alphanumeric) [INFO] [stdout] 55 | | .take(20) [INFO] [stdout] ... | [INFO] [stdout] 172 | | pull_with_rebase(&repo_path, "main", &self.token)?; [INFO] [stdout] 173 | | } [INFO] [stdout] | |_________- any code following this expression is unreachable [INFO] [stdout] 174 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/agent/test_agent/fuzz_test.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut fuzz_config: FuzzConfig = [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:63:28 [INFO] [stdout] | [INFO] [stdout] 63 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix_filter` [INFO] [stdout] --> src/agent/test_agent/util.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | prefix_filter: &str, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `connector_filter` [INFO] [stdout] --> src/agent/test_agent/util.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | connector_filter: &str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connector_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment` [INFO] [stdout] --> src/agent/test_agent/util.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> src/agent.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | let (client, token) = credentials::octocrab_installation_client( [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dummy_send` [INFO] [stdout] --> src/agent.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | let (dummy_send, registry_broadcast) = tokio::sync::broadcast::channel(64); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dummy_send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `broadcast_handle` [INFO] [stdout] --> src/agent.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | let broadcast_handle: tokio::task::JoinHandle> = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_broadcast_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/agent.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error_registry_key` [INFO] [stdout] --> src/agent.rs:234:17 [INFO] [stdout] | [INFO] [stdout] 234 | let error_registry_key = registry_key.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error_registry_key` [INFO] [stdout] --> src/agent.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | let error_registry_key = registry_key.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/agent.rs:127:43 [INFO] [stdout] | [INFO] [stdout] 127 | ... 'attempt: for i in [0..max_attempts] { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `backtrace` [INFO] [stdout] --> src/agent.rs:136:75 [INFO] [stdout] | [INFO] [stdout] 136 | ... Err(octocrab::Error::GitHub { source, backtrace }) => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `backtrace: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg` [INFO] [stdout] --> src/agent.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | Ok(msg) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_msg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent.rs:188:21 [INFO] [stdout] | [INFO] [stdout] 188 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/bundle.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subpath` [INFO] [stdout] --> src/changeset/apply.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | subpath: Option, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subpath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `read_outputs` [INFO] [stdout] --> src/changeset/apply.rs:120:55 [INFO] [stdout] | [INFO] [stdout] 120 | ... VirtToPhyOutput::Deferred(read_outputs) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_read_outputs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repo` [INFO] [stdout] --> src/changeset/plan.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | repo: &Repository, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diff_objects` [INFO] [stdout] --> src/changeset/plan.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | let diff_objects = self.get_modified_objects()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/changeset/plan.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/plan.rs:113:41 [INFO] [stdout] | [INFO] [stdout] 113 | ... Err(e) => {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/plan.rs:117:33 [INFO] [stdout] | [INFO] [stdout] 117 | ... Err(e) => break, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diff_objects` [INFO] [stdout] --> src/changeset/pull_state.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | let diff_objects = self.get_modified_objects()?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/changeset/pull_state.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/pull_state.rs:109:41 [INFO] [stdout] | [INFO] [stdout] 109 | ... Err(e) => {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/changeset/pull_state.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | ... Err(e) => break, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `owner` [INFO] [stdout] --> src/changeset_cache.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_owner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repo` [INFO] [stdout] --> src/changeset_cache.rs:94:47 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `head_sha` [INFO] [stdout] --> src/changeset_cache.rs:94:61 [INFO] [stdout] | [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_sha` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cache` [INFO] [stdout] --> src/changeset_cache.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | let cache = self.cache.lock().await; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pid` is never read [INFO] [stdout] --> src/connector/sandbox.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | let mut pid: Option = None; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `pid` is never read [INFO] [stdout] --> src/connector/sandbox.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let mut pid: Option = None; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stdout_thread` [INFO] [stdout] --> src/connector/sandbox.rs:376:9 [INFO] [stdout] | [INFO] [stdout] 376 | let stdout_thread = tokio::task::spawn_blocking(move || { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stdout_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stderr_thread` [INFO] [stdout] --> src/connector/sandbox.rs:404:9 [INFO] [stdout] | [INFO] [stdout] 404 | let stderr_thread = tokio::task::spawn_blocking(move || { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stderr_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `keystore` [INFO] [stdout] --> src/connector.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | let Some(keystore) = KEYSTORE.get() else { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keystore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | let (owner, repo, installation_id) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:184:32 [INFO] [stdout] | [INFO] [stdout] 184 | if let Some((access_token, github_username)) = has_valid_session(&session).await? { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/dashboard/routes.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | let context = tera::Context::new(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session` [INFO] [stdout] --> src/dashboard/routes.rs:325:15 [INFO] [stdout] | [INFO] [stdout] 325 | let (res, session, stream) = actix_ws::handle(&req, stream)?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/dashboard/routes.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | let stream = stream [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/dashboard/routes.rs:478:5 [INFO] [stdout] | [INFO] [stdout] 478 | req: HttpRequest, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_token` [INFO] [stdout] --> src/dashboard/routes.rs:483:15 [INFO] [stdout] | [INFO] [stdout] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:483:29 [INFO] [stdout] | [INFO] [stdout] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/dashboard/routes.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | req: HttpRequest, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `access_token` [INFO] [stdout] --> src/dashboard/routes.rs:514:15 [INFO] [stdout] | [INFO] [stdout] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `github_username` [INFO] [stdout] --> src/dashboard/routes.rs:514:29 [INFO] [stdout] | [INFO] [stdout] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:518:23 [INFO] [stdout] | [INFO] [stdout] 518 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `installation_id` [INFO] [stdout] --> src/dashboard/routes.rs:548:23 [INFO] [stdout] | [INFO] [stdout] 548 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> src/dashboard/routes.rs:566:13 [INFO] [stdout] | [INFO] [stdout] 566 | let stream = stream [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dashboard/routes.rs:582:29 [INFO] [stdout] | [INFO] [stdout] 582 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/dashboard/api_util.rs:230:24 [INFO] [stdout] | [INFO] [stdout] 230 | Ok(config) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dashboard/api_util.rs:217:31 [INFO] [stdout] | [INFO] [stdout] 217 | .map_err(|e| {}) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/event_handlers.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | for (key, entry) in entries.into_iter() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/event_handlers.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | ... prefix, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/event_handlers.rs:637:29 [INFO] [stdout] | [INFO] [stdout] 637 | ... prefix, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. [INFO] [stdout] --> src/tracestore.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | repo.runs.remove(run_key); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Connector` [INFO] [stdout] --> src/changeset.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | connector::{Connector, OutputMap}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prelude` [INFO] [stdout] --> src/connector/python.rs:25:39 [INFO] [stdout] | [INFO] [stdout] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment_id` [INFO] [stdout] --> src/agent/message.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | let comment_id = payload.comment.id; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comment_url` [INFO] [stdout] --> src/agent/message.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | let comment_url = &payload.comment.html_url; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chwd` [INFO] [stdout] --> src/agent/python_agent.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent/python_agent.rs:199:67 [INFO] [stdout] | [INFO] [stdout] 199 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chwd` [INFO] [stdout] --> src/agent/test_agent.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/agent/test_agent.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | let prefix = if self.prefix.is_absolute() { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/agent/test_agent.rs:99:67 [INFO] [stdout] | [INFO] [stdout] 99 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/changeset.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prefix` [INFO] [stdout] --> src/changeset.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | prefix: &Path, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/connector/sandbox.rs:456:21 [INFO] [stdout] | [INFO] [stdout] 456 | if let Some(handle) = &self.read_thread { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `commit` [INFO] [stdout] --> src/git_util.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | let commit = repository.commit(Some("HEAD"), &sig, &sig, &message, &tree, &[&parent_commit])?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_commit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/keystore/ondisk.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/keystore/ondisk.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reader_handle` [INFO] [stdout] --> src/tracestore.rs:211:13 [INFO] [stdout] | [INFO] [stdout] 211 | let reader_handle = tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> src/util.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | let res = init_pyo3_with_venv(venv_dir); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dashboard_app` is never used [INFO] [stdout] --> src/main.rs:227:4 [INFO] [stdout] | [INFO] [stdout] 227 | fn dashboard_app() -> actix_web::Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `root` is never used [INFO] [stdout] --> src/main.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | async fn root() -> impl Responder { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `AgentRegistryInbox` is never used [INFO] [stdout] --> src/agent.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | pub type AgentRegistryInbox = Receiver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `subscribe_agent_state` is never used [INFO] [stdout] --> src/agent.rs:326:14 [INFO] [stdout] | [INFO] [stdout] 326 | pub async fn subscribe_agent_state( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pull_state` is never used [INFO] [stdout] --> src/agent/python_agent/util.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 7 | impl PythonAgent { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 8 | pub async fn pull_state( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `import`, `import_overwrite`, and `plan_apply_import_complete` are never used [INFO] [stdout] --> src/agent/test_agent/util.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 9 | impl TestAgent { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | pub async fn import( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub async fn import_overwrite( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub async fn plan_apply_import_complete( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `copy_file` is never used [INFO] [stdout] --> src/binary_cache.rs:124:4 [INFO] [stdout] | [INFO] [stdout] 124 | fn copy_file(out_path: &Path, rx: Receiver>) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BundleOutput` is never constructed [INFO] [stdout] --> src/bundle.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct BundleOutput { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Bundle` is never used [INFO] [stdout] --> src/bundle.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub trait Bundle: Send + Sync { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bundle_init` is never used [INFO] [stdout] --> src/bundle.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn bundle_init( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `base_ref` is never read [INFO] [stdout] --> src/changeset.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct ChangeSet { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 62 | pub base_ref: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `solve_plan_report_set_schedule` is never used [INFO] [stdout] --> src/changeset/solver.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn solve_plan_report_set_schedule(mut report_set: PlanReportSet) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `connector_name`, `prefix`, and `phy_addr` are never read [INFO] [stdout] --> src/changeset/types.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct ApplyReport { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 40 | pub connector_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | pub prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 42 | pub virt_addr: PathBuf, [INFO] [stdout] 43 | pub phy_addr: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `add_reaction_standalone` is never used [INFO] [stdout] --> src/changeset/util.rs:253:14 [INFO] [stdout] | [INFO] [stdout] 253 | pub async fn add_reaction_standalone( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `remove` is never used [INFO] [stdout] --> src/changeset_cache.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 21 | impl ChangeSetCache { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_output` is never used [INFO] [stdout] --> src/connector/python.rs:77:4 [INFO] [stdout] | [INFO] [stdout] 77 | fn read_output(path: &str) -> PyResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonResourceAddress` is never constructed [INFO] [stdout] --> src/connector/python.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub struct PythonResourceAddress(PathBuf); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonResource` is never constructed [INFO] [stdout] --> src/connector/python.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct PythonResource(String); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PythonConnectorOp` is never constructed [INFO] [stdout] --> src/connector/python.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct PythonConnectorOp(String); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `launch_server_sandboxed` is never used [INFO] [stdout] --> src/connector/sandbox.rs:189:14 [INFO] [stdout] | [INFO] [stdout] 189 | pub async fn launch_server_sandboxed( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `seal_new_secrets_from_folder` is never used [INFO] [stdout] --> src/connector/sandbox.rs:489:4 [INFO] [stdout] | [INFO] [stdout] 489 | fn seal_new_secrets_from_folder( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dashboard_list` is never used [INFO] [stdout] --> src/dashboard/routes.rs:245:14 [INFO] [stdout] | [INFO] [stdout] 245 | pub async fn dashboard_list(session: Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `repo_runs_subscribe` is never used [INFO] [stdout] --> src/dashboard/routes.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | async fn repo_runs_subscribe( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `agent_state_subscribe` is never used [INFO] [stdout] --> src/dashboard/routes.rs:536:14 [INFO] [stdout] | [INFO] [stdout] 536 | pub async fn agent_state_subscribe( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_pr_info` is never used [INFO] [stdout] --> src/dashboard/api_util.rs:112:14 [INFO] [stdout] | [INFO] [stdout] 112 | pub async fn get_pr_info( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_installations` is never used [INFO] [stdout] --> src/dashboard/api_util.rs:149:14 [INFO] [stdout] | [INFO] [stdout] 149 | pub async fn get_installations(jwt: &SecretBox) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `InvalidKeystoreString`, `InvalidLockString`, `InvalidHeaderValue`, and `RepoLocked` are never constructed [INFO] [stdout] --> src/error.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum AutoschematicServerErrorType { [INFO] [stdout] | ---------------------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 12 | InvalidKeystoreString(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | InvalidLockString(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | InvalidHeaderValue(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | [INFO] [stdout] 32 | RepoLocked(String), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AutoschematicServerErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_comment` is never used [INFO] [stdout] --> src/github_util.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | pub async fn create_comment( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GithubJwtClaims` is never constructed [INFO] [stdout] --> src/github_util.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | struct GithubJwtClaims { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_jwt` is never used [INFO] [stdout] --> src/github_util.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn create_jwt() -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `sign`, `verify`, `delete_keypair`, and `seal_secret` are never used [INFO] [stdout] --> src/keystore.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait KeyStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | -------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 33 | fn sign(&self, id: &str, payload: &str) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | fn verify(&self, id: &str, payload: &str) -> Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fn delete_keypair(&self, id: &str) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | [INFO] [stdout] 45 | fn seal_secret(&self, id: &str, payload: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `try_lock` is never used [INFO] [stdout] --> src/repolock.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait RepoLockStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] 13 | fn new(path: &Path) -> Result where Self: Sized; [INFO] [stdout] 14 | fn try_lock(&self, path: &Path) -> Result>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RepoLock` is never used [INFO] [stdout] --> src/repolock.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait RepoLock { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir` is never read [INFO] [stdout] --> src/repolock/ondisk.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct OnDiskLockStore { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 12 | dir: PathBuf [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OnDiskLockStore` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OnDiskLock` is never constructed [INFO] [stdout] --> src/repolock/ondisk.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OnDiskLock { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prefix` is never read [INFO] [stdout] --> src/template.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct PlanErrorTemplate { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 38 | pub prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `deferred_count` is never read [INFO] [stdout] --> src/template.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub struct PlanDeferralLoopTemplate { [INFO] [stdout] | ------------------------ field in this struct [INFO] [stdout] 55 | pub failure_emoji: &'static str, [INFO] [stdout] 56 | pub deferred_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExplainErrorTemplate` is never constructed [INFO] [stdout] --> src/template.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | pub struct ExplainErrorTemplate { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ConnectorStdout` is never constructed [INFO] [stdout] --> src/template.rs:167:12 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct ConnectorStdout { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Owner` is never used [INFO] [stdout] --> src/tracestore.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | type Owner = String; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Repo` is never used [INFO] [stdout] --> src/tracestore.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | type Repo = String; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `PullRequest` is never used [INFO] [stdout] --> src/tracestore.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | type PullRequest = u64; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `run_sender` is never read [INFO] [stdout] --> src/tracestore.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct RepoData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 31 | runs: IndexMap, [INFO] [stdout] 32 | run_sender: Sender, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RepoData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `time_started` is never read [INFO] [stdout] --> src/tracestore.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct RunData { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 37 | #[serde(skip)] [INFO] [stdout] 38 | pub time_started: Instant, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RunData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `list_repos`, `list_runs`, `subscribe_runs`, and `delete_run` are never used [INFO] [stdout] --> src/tracestore.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub trait TraceStore: Send + Sync + std::fmt::Debug { [INFO] [stdout] | ---------- methods in this trait [INFO] [stdout] 62 | async fn list_repos(&self) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 63 | async fn list_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 64 | async fn list_runs_for_pr(&self, repo_key: &RepoKey, pr: u64) -> anyhow::Result>; [INFO] [stdout] 65 | async fn subscribe_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 66 | async fn get_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result; [INFO] [stdout] 67 | async fn delete_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result<()>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `hold_flock_nonblocking` is never used [INFO] [stdout] --> src/util.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn hold_flock_nonblocking(path: &Path) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clear_prefix` is never used [INFO] [stdout] --> src/util.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | pub async fn clear_prefix(prefix: &Path) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clear_prefix_keep_outputs` is never used [INFO] [stdout] --> src/util.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | pub async fn clear_prefix_keep_outputs(prefix: &Path) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.30s [INFO] running `Command { std: "docker" "inspect" "78791bfd6a2f4ce8d72e836f201753a2845480b9468c37c457404c232d31be62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78791bfd6a2f4ce8d72e836f201753a2845480b9468c37c457404c232d31be62", kill_on_drop: false }` [INFO] [stdout] 78791bfd6a2f4ce8d72e836f201753a2845480b9468c37c457404c232d31be62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b2818824ba18f7fab879f24dc05dd5e43b36d545188aeb18afe42ec076d0e487 [INFO] running `Command { std: "docker" "start" "-a" "b2818824ba18f7fab879f24dc05dd5e43b36d545188aeb18afe42ec076d0e487", kill_on_drop: false }` [INFO] [stderr] warning: autoschematic v0.3.0 (/opt/rustwide/workdir) ignoring invalid dependency `autoschematic-cli` which is missing a lib target [INFO] [stderr] warning: unused imports: `Rng` and `distr::Alphanumeric` [INFO] [stderr] --> src/agent/test_agent.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use rand::{distr::Alphanumeric, Rng}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `git2::Repository` [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use git2::Repository; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `rng` and `seq::SliceRandom` [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::{distr::Alphanumeric, rng, seq::SliceRandom, Rng}; [INFO] [stderr] | ^^^ ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `clear_prefix_keep_outputs`, `clear_prefix`, and `create_comment` [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:12:19 [INFO] [stderr] | [INFO] [stderr] 12 | agent::util::{create_comment, wait_for_comment_types}, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 18 | util::{clear_prefix, clear_prefix_keep_outputs, copy_dir_all}, [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:98:13 [INFO] [stderr] | [INFO] [stderr] 98 | 'fuzz_state: for state in &fuzz_config.states { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `checkout_new_branch`, `git_commit_and_push`, and `github_util::create_pull_request` [INFO] [stderr] --> src/agent/test_agent.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | git_util::{checkout_new_branch, clone_repo, git_commit_and_push}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 22 | github_util::create_pull_request, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `wait_for_comment_types` [INFO] [stderr] --> src/agent/test_agent.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | util::{drain_inbox, wait_for_comment_types}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `connector_util::build_out_path` [INFO] [stderr] --> src/changeset.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | connector_util::build_out_path, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `bail` [INFO] [stderr] --> src/changeset/plan.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | use anyhow::{bail, Context}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/changeset/solver.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | 'output: for output in &report.reads_outputs { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stderr] --> src/changeset/util.rs:6:71 [INFO] [stderr] | [INFO] [stderr] 6 | Cred, FetchOptions, ObjectType, Oid, RemoteCallbacks, Repository, SubmoduleUpdateOptions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `types::PyFunction` [INFO] [stderr] --> src/connector/python.rs:25:51 [INFO] [stderr] | [INFO] [stderr] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SubmoduleUpdateOptions` [INFO] [stderr] --> src/git_util.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | SubmoduleUpdateOptions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `k256::pkcs8::der::Any` [INFO] [stderr] --> src/git_util.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use k256::pkcs8::der::Any; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cmp::Ordering` [INFO] [stderr] --> src/object.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{cmp::Ordering, path::PathBuf}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/object.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/main.rs:121:28 [INFO] [stderr] | [INFO] [stderr] 121 | .map(|key| base64::decode(key).expect("Invalid SESSION_KEY format")) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | let rand_suffix: String = rand::thread_rng() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stderr] --> src/connector/sandbox.rs:66:38 [INFO] [stderr] | [INFO] [stderr] 66 | let socket_s: String = rand::thread_rng() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `rand::thread_rng`: renamed to `rng` [INFO] [stderr] --> src/connector/sandbox.rs:85:36 [INFO] [stderr] | [INFO] [stderr] 85 | let dump_s: String = rand::thread_rng() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | let pubkey_string = base64::decode(pubkey_string_base64)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore.rs:72:39 [INFO] [stderr] | [INFO] [stderr] 72 | ephemeral_pubkey: base64::encode(ephemeral_pubkey.as_bytes()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore.rs:73:27 [INFO] [stderr] | [INFO] [stderr] 73 | salt: base64::encode(salt), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore.rs:74:28 [INFO] [stderr] | [INFO] [stderr] 74 | nonce: base64::encode(nonce), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | ciphertext: base64::encode(ciphertext), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:82:38 [INFO] [stderr] | [INFO] [stderr] 82 | let privkey_string = base64::decode(privkey_string_base64)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | base64::decode(&secret.ephemeral_pubkey)?.as_slice(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | let salt = base64::decode(&secret.salt)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:98:29 [INFO] [stderr] | [INFO] [stderr] 98 | let nonce = base64::decode(&secret.nonce)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::decode`: Use Engine::decode [INFO] [stderr] --> src/keystore.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | base64::decode(&secret.ciphertext)?.as_slice(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore/ondisk.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | Ok(base64::encode(pub_bytes)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `base64::encode`: Use Engine::encode [INFO] [stderr] --> src/keystore/ondisk.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | Ok(base64::encode(pub_bytes)) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/python_agent/util.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/python_agent/util.rs:59:28 [INFO] [stderr] | [INFO] [stderr] 59 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/python_agent/util.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 52 | / loop { [INFO] [stderr] 53 | | let rand_suffix: String = rand::thread_rng() [INFO] [stderr] 54 | | .sample_iter(&Alphanumeric) [INFO] [stderr] 55 | | .take(20) [INFO] [stderr] ... | [INFO] [stderr] 172 | | pull_with_rebase(&repo_path, "main", &self.token)?; [INFO] [stderr] 173 | | } [INFO] [stderr] | |_________- any code following this expression is unreachable [INFO] [stderr] 174 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/agent/test_agent/fuzz_test.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let mut fuzz_config: FuzzConfig = [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/test_agent/util.rs:29:28 [INFO] [stderr] | [INFO] [stderr] 29 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/test_agent/util.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix_filter` [INFO] [stderr] --> src/agent/test_agent/util.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | prefix_filter: &str, [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix_filter` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `connector_filter` [INFO] [stderr] --> src/agent/test_agent/util.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | connector_filter: &str, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connector_filter` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/test_agent/util.rs:97:28 [INFO] [stderr] | [INFO] [stderr] 97 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/test_agent/util.rs:127:28 [INFO] [stderr] | [INFO] [stderr] 127 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment` [INFO] [stderr] --> src/agent/test_agent/util.rs:157:28 [INFO] [stderr] | [INFO] [stderr] 157 | let (comment_type, comment) = wait_for_comment_types( [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `token` [INFO] [stderr] --> src/agent.rs:73:18 [INFO] [stderr] | [INFO] [stderr] 73 | let (client, token) = credentials::octocrab_installation_client( [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dummy_send` [INFO] [stderr] --> src/agent.rs:101:10 [INFO] [stderr] | [INFO] [stderr] 101 | let (dummy_send, registry_broadcast) = tokio::sync::broadcast::channel(64); [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dummy_send` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `broadcast_handle` [INFO] [stderr] --> src/agent.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | let broadcast_handle: tokio::task::JoinHandle> = tokio::spawn(async move { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_broadcast_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader_handle` [INFO] [stderr] --> src/agent.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | let reader_handle = tokio::spawn(async move { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `error_registry_key` [INFO] [stderr] --> src/agent.rs:234:17 [INFO] [stderr] | [INFO] [stderr] 234 | let error_registry_key = registry_key.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `error_registry_key` [INFO] [stderr] --> src/agent.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | let error_registry_key = registry_key.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_registry_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/agent.rs:127:43 [INFO] [stderr] | [INFO] [stderr] 127 | ... 'attempt: for i in [0..max_attempts] { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `backtrace` [INFO] [stderr] --> src/agent.rs:136:75 [INFO] [stderr] | [INFO] [stderr] 136 | ... Err(octocrab::Error::GitHub { source, backtrace }) => { [INFO] [stderr] | ^^^^^^^^^ help: try ignoring the field: `backtrace: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `msg` [INFO] [stderr] --> src/agent.rs:185:20 [INFO] [stderr] | [INFO] [stderr] 185 | Ok(msg) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_msg` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/agent.rs:188:21 [INFO] [stderr] | [INFO] [stderr] 188 | Err(e) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/bundle.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | prefix: &Path, [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `subpath` [INFO] [stderr] --> src/changeset/apply.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | subpath: Option, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subpath` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `read_outputs` [INFO] [stderr] --> src/changeset/apply.rs:120:55 [INFO] [stderr] | [INFO] [stderr] 120 | ... VirtToPhyOutput::Deferred(read_outputs) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_read_outputs` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repo` [INFO] [stderr] --> src/changeset/plan.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | repo: &Repository, [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `diff_objects` [INFO] [stderr] --> src/changeset/plan.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | let diff_objects = self.get_modified_objects()?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader_handle` [INFO] [stderr] --> src/changeset/plan.rs:106:21 [INFO] [stderr] | [INFO] [stderr] 106 | let reader_handle = tokio::spawn(async move { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/changeset/plan.rs:113:41 [INFO] [stderr] | [INFO] [stderr] 113 | ... Err(e) => {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/changeset/plan.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | ... Err(e) => break, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `diff_objects` [INFO] [stderr] --> src/changeset/pull_state.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | let diff_objects = self.get_modified_objects()?; [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diff_objects` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader_handle` [INFO] [stderr] --> src/changeset/pull_state.rs:102:21 [INFO] [stderr] | [INFO] [stderr] 102 | let reader_handle = tokio::spawn(async move { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/changeset/pull_state.rs:109:41 [INFO] [stderr] | [INFO] [stderr] 109 | ... Err(e) => {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/changeset/pull_state.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | ... Err(e) => break, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `owner` [INFO] [stderr] --> src/changeset_cache.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_owner` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repo` [INFO] [stderr] --> src/changeset_cache.rs:94:47 [INFO] [stderr] | [INFO] [stderr] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `head_sha` [INFO] [stderr] --> src/changeset_cache.rs:94:61 [INFO] [stderr] | [INFO] [stderr] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_sha` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cache` [INFO] [stderr] --> src/changeset_cache.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | let cache = self.cache.lock().await; [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_cache` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `pid` is never read [INFO] [stderr] --> src/connector/sandbox.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | let mut pid: Option = None; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `pid` is never read [INFO] [stderr] --> src/connector/sandbox.rs:266:13 [INFO] [stderr] | [INFO] [stderr] 266 | let mut pid: Option = None; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stdout_thread` [INFO] [stderr] --> src/connector/sandbox.rs:376:9 [INFO] [stderr] | [INFO] [stderr] 376 | let stdout_thread = tokio::task::spawn_blocking(move || { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stdout_thread` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stderr_thread` [INFO] [stderr] --> src/connector/sandbox.rs:404:9 [INFO] [stderr] | [INFO] [stderr] 404 | let stderr_thread = tokio::task::spawn_blocking(move || { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stderr_thread` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `keystore` [INFO] [stderr] --> src/connector.rs:133:30 [INFO] [stderr] | [INFO] [stderr] 133 | let Some(keystore) = KEYSTORE.get() else { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keystore` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `github_username` [INFO] [stderr] --> src/dashboard/routes.rs:110:29 [INFO] [stderr] | [INFO] [stderr] 110 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `installation_id` [INFO] [stderr] --> src/dashboard/routes.rs:182:23 [INFO] [stderr] | [INFO] [stderr] 182 | let (owner, repo, installation_id) = param.into_inner(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `github_username` [INFO] [stderr] --> src/dashboard/routes.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | if let Some((access_token, github_username)) = has_valid_session(&session).await? { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/dashboard/routes.rs:186:13 [INFO] [stderr] | [INFO] [stderr] 186 | let context = tera::Context::new(); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `session` [INFO] [stderr] --> src/dashboard/routes.rs:325:15 [INFO] [stderr] | [INFO] [stderr] 325 | let (res, session, stream) = actix_ws::handle(&req, stream)?; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stream` [INFO] [stderr] --> src/dashboard/routes.rs:326:9 [INFO] [stderr] | [INFO] [stderr] 326 | let stream = stream [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/dashboard/routes.rs:478:5 [INFO] [stderr] | [INFO] [stderr] 478 | req: HttpRequest, [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `access_token` [INFO] [stderr] --> src/dashboard/routes.rs:483:15 [INFO] [stderr] | [INFO] [stderr] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `github_username` [INFO] [stderr] --> src/dashboard/routes.rs:483:29 [INFO] [stderr] | [INFO] [stderr] 483 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/dashboard/routes.rs:509:5 [INFO] [stderr] | [INFO] [stderr] 509 | req: HttpRequest, [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `access_token` [INFO] [stderr] --> src/dashboard/routes.rs:514:15 [INFO] [stderr] | [INFO] [stderr] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_access_token` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `github_username` [INFO] [stderr] --> src/dashboard/routes.rs:514:29 [INFO] [stderr] | [INFO] [stderr] 514 | let Some((access_token, github_username)) = has_valid_session(&session).await? else { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_github_username` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `installation_id` [INFO] [stderr] --> src/dashboard/routes.rs:518:23 [INFO] [stderr] | [INFO] [stderr] 518 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `installation_id` [INFO] [stderr] --> src/dashboard/routes.rs:548:23 [INFO] [stderr] | [INFO] [stderr] 548 | let (owner, repo, installation_id, prefix, agent_name) = param.into_inner(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_installation_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `stream` [INFO] [stderr] --> src/dashboard/routes.rs:566:13 [INFO] [stderr] | [INFO] [stderr] 566 | let stream = stream [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/dashboard/routes.rs:582:29 [INFO] [stderr] | [INFO] [stderr] 582 | Err(e) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/dashboard/api_util.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | Ok(config) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/dashboard/api_util.rs:217:31 [INFO] [stderr] | [INFO] [stderr] 217 | .map_err(|e| {}) [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/event_handlers.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | for (key, entry) in entries.into_iter() { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/event_handlers.rs:439:29 [INFO] [stderr] | [INFO] [stderr] 439 | ... prefix, [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/event_handlers.rs:637:29 [INFO] [stderr] | [INFO] [stderr] 637 | ... prefix, [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `prefix: _` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. [INFO] [stderr] --> src/tracestore.rs:154:19 [INFO] [stderr] | [INFO] [stderr] 154 | repo.runs.remove(run_key); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Connector` [INFO] [stderr] --> src/changeset.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | connector::{Connector, OutputMap}, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `prelude` [INFO] [stderr] --> src/connector/python.rs:25:39 [INFO] [stderr] | [INFO] [stderr] 25 | use pyo3::{exceptions::PyLookupError, prelude::*, types::PyFunction}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment_id` [INFO] [stderr] --> src/agent/message.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | let comment_id = payload.comment.id; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `comment_url` [INFO] [stderr] --> src/agent/message.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | let comment_url = &payload.comment.html_url; [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_comment_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `chwd` [INFO] [stderr] --> src/agent/python_agent.rs:247:13 [INFO] [stderr] | [INFO] [stderr] 247 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/agent/python_agent.rs:199:67 [INFO] [stderr] | [INFO] [stderr] 199 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `chwd` [INFO] [stderr] --> src/agent/test_agent.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | let chwd = ChangeWorkingDirectory::change(&repo_path)?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_chwd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/agent/test_agent.rs:183:13 [INFO] [stderr] | [INFO] [stderr] 183 | let prefix = if self.prefix.is_absolute() { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/agent/test_agent.rs:99:67 [INFO] [stderr] | [INFO] [stderr] 99 | let _ = drain_inbox(&mut self.inbox).await.map_err(async |e| { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/changeset.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | prefix: &Path, [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prefix` [INFO] [stderr] --> src/changeset.rs:387:9 [INFO] [stderr] | [INFO] [stderr] 387 | prefix: &Path, [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `handle` [INFO] [stderr] --> src/connector/sandbox.rs:456:21 [INFO] [stderr] | [INFO] [stderr] 456 | if let Some(handle) = &self.read_thread { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `commit` [INFO] [stderr] --> src/git_util.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | let commit = repository.commit(Some("HEAD"), &sig, &sig, &message, &tree, &[&parent_commit])?; [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_commit` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/keystore/ondisk.rs:91:22 [INFO] [stderr] | [INFO] [stderr] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `payload` [INFO] [stderr] --> src/keystore/ondisk.rs:91:32 [INFO] [stderr] | [INFO] [stderr] 91 | fn verify(&self, id: &str, payload: &str) -> Result { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reader_handle` [INFO] [stderr] --> src/tracestore.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | let reader_handle = tokio::spawn(async move { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/util.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | let res = init_pyo3_with_venv(venv_dir); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] [INFO] [stderr] warning: function `dashboard_app` is never used [INFO] [stderr] --> src/main.rs:227:4 [INFO] [stderr] | [INFO] [stderr] 227 | fn dashboard_app() -> actix_web::Result { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `root` is never used [INFO] [stderr] --> src/main.rs:233:10 [INFO] [stderr] | [INFO] [stderr] 233 | async fn root() -> impl Responder { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `AgentRegistryInbox` is never used [INFO] [stderr] --> src/agent.rs:33:10 [INFO] [stderr] | [INFO] [stderr] 33 | pub type AgentRegistryInbox = Receiver; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `subscribe_agent_state` is never used [INFO] [stderr] --> src/agent.rs:326:14 [INFO] [stderr] | [INFO] [stderr] 326 | pub async fn subscribe_agent_state( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `pull_state` is never used [INFO] [stderr] --> src/agent/python_agent/util.rs:8:18 [INFO] [stderr] | [INFO] [stderr] 7 | impl PythonAgent { [INFO] [stderr] | ---------------- method in this implementation [INFO] [stderr] 8 | pub async fn pull_state( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `import`, `import_overwrite`, and `plan_apply_import_complete` are never used [INFO] [stderr] --> src/agent/test_agent/util.rs:108:18 [INFO] [stderr] | [INFO] [stderr] 9 | impl TestAgent { [INFO] [stderr] | -------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 108 | pub async fn import( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 138 | pub async fn import_overwrite( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 168 | pub async fn plan_apply_import_complete( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `copy_file` is never used [INFO] [stderr] --> src/binary_cache.rs:124:4 [INFO] [stderr] | [INFO] [stderr] 124 | fn copy_file(out_path: &Path, rx: Receiver>) -> anyhow::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `BundleOutput` is never constructed [INFO] [stderr] --> src/bundle.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct BundleOutput { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `Bundle` is never used [INFO] [stderr] --> src/bundle.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | pub trait Bundle: Send + Sync { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `bundle_init` is never used [INFO] [stderr] --> src/bundle.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | pub async fn bundle_init( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `base_ref` is never read [INFO] [stderr] --> src/changeset.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct ChangeSet { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 62 | pub base_ref: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `solve_plan_report_set_schedule` is never used [INFO] [stderr] --> src/changeset/solver.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn solve_plan_report_set_schedule(mut report_set: PlanReportSet) -> anyhow::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `connector_name`, `prefix`, and `phy_addr` are never read [INFO] [stderr] --> src/changeset/types.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub struct ApplyReport { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 40 | pub connector_name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 41 | pub prefix: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 42 | pub virt_addr: PathBuf, [INFO] [stderr] 43 | pub phy_addr: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `add_reaction_standalone` is never used [INFO] [stderr] --> src/changeset/util.rs:253:14 [INFO] [stderr] | [INFO] [stderr] 253 | pub async fn add_reaction_standalone( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `remove` is never used [INFO] [stderr] --> src/changeset_cache.rs:94:18 [INFO] [stderr] | [INFO] [stderr] 21 | impl ChangeSetCache { [INFO] [stderr] | ------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 94 | pub async fn remove(&self, owner: String, repo: String, head_sha: String) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `read_output` is never used [INFO] [stderr] --> src/connector/python.rs:77:4 [INFO] [stderr] | [INFO] [stderr] 77 | fn read_output(path: &str) -> PyResult { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `PythonResourceAddress` is never constructed [INFO] [stderr] --> src/connector/python.rs:107:12 [INFO] [stderr] | [INFO] [stderr] 107 | pub struct PythonResourceAddress(PathBuf); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `PythonResource` is never constructed [INFO] [stderr] --> src/connector/python.rs:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | pub struct PythonResource(String); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `PythonConnectorOp` is never constructed [INFO] [stderr] --> src/connector/python.rs:109:12 [INFO] [stderr] | [INFO] [stderr] 109 | pub struct PythonConnectorOp(String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `launch_server_sandboxed` is never used [INFO] [stderr] --> src/connector/sandbox.rs:189:14 [INFO] [stderr] | [INFO] [stderr] 189 | pub async fn launch_server_sandboxed( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `seal_new_secrets_from_folder` is never used [INFO] [stderr] --> src/connector/sandbox.rs:489:4 [INFO] [stderr] | [INFO] [stderr] 489 | fn seal_new_secrets_from_folder( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `dashboard_list` is never used [INFO] [stderr] --> src/dashboard/routes.rs:245:14 [INFO] [stderr] | [INFO] [stderr] 245 | pub async fn dashboard_list(session: Session) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `repo_runs_subscribe` is never used [INFO] [stderr] --> src/dashboard/routes.rs:321:10 [INFO] [stderr] | [INFO] [stderr] 321 | async fn repo_runs_subscribe( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `agent_state_subscribe` is never used [INFO] [stderr] --> src/dashboard/routes.rs:536:14 [INFO] [stderr] | [INFO] [stderr] 536 | pub async fn agent_state_subscribe( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get_pr_info` is never used [INFO] [stderr] --> src/dashboard/api_util.rs:112:14 [INFO] [stderr] | [INFO] [stderr] 112 | pub async fn get_pr_info( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get_installations` is never used [INFO] [stderr] --> src/dashboard/api_util.rs:149:14 [INFO] [stderr] | [INFO] [stderr] 149 | pub async fn get_installations(jwt: &SecretBox) -> anyhow::Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variants `InvalidKeystoreString`, `InvalidLockString`, `InvalidHeaderValue`, and `RepoLocked` are never constructed [INFO] [stderr] --> src/error.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum AutoschematicServerErrorType { [INFO] [stderr] | ---------------------------- variants in this enum [INFO] [stderr] ... [INFO] [stderr] 12 | InvalidKeystoreString(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 15 | InvalidLockString(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 30 | InvalidHeaderValue(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 31 | [INFO] [stderr] 32 | RepoLocked(String), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AutoschematicServerErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: function `create_comment` is never used [INFO] [stderr] --> src/github_util.rs:30:14 [INFO] [stderr] | [INFO] [stderr] 30 | pub async fn create_comment( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `GithubJwtClaims` is never constructed [INFO] [stderr] --> src/github_util.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | struct GithubJwtClaims { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `create_jwt` is never used [INFO] [stderr] --> src/github_util.rs:52:8 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn create_jwt() -> anyhow::Result> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `sign`, `verify`, `delete_keypair`, and `seal_secret` are never used [INFO] [stderr] --> src/keystore.rs:33:8 [INFO] [stderr] | [INFO] [stderr] 23 | pub trait KeyStore: Send + Sync + std::fmt::Debug { [INFO] [stderr] | -------- methods in this trait [INFO] [stderr] ... [INFO] [stderr] 33 | fn sign(&self, id: &str, payload: &str) -> Result; [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 40 | fn verify(&self, id: &str, payload: &str) -> Result; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | fn delete_keypair(&self, id: &str) -> Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 44 | [INFO] [stderr] 45 | fn seal_secret(&self, id: &str, payload: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `try_lock` is never used [INFO] [stderr] --> src/repolock.rs:14:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub trait RepoLockStore: Send + Sync + std::fmt::Debug { [INFO] [stderr] | ------------- method in this trait [INFO] [stderr] 13 | fn new(path: &Path) -> Result where Self: Sized; [INFO] [stderr] 14 | fn try_lock(&self, path: &Path) -> Result>; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `RepoLock` is never used [INFO] [stderr] --> src/repolock.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | pub trait RepoLock { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `dir` is never read [INFO] [stderr] --> src/repolock/ondisk.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct OnDiskLockStore { [INFO] [stderr] | --------------- field in this struct [INFO] [stderr] 12 | dir: PathBuf [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `OnDiskLockStore` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `OnDiskLock` is never constructed [INFO] [stderr] --> src/repolock/ondisk.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct OnDiskLock { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `prefix` is never read [INFO] [stderr] --> src/template.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 37 | pub struct PlanErrorTemplate { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] 38 | pub prefix: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `deferred_count` is never read [INFO] [stderr] --> src/template.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub struct PlanDeferralLoopTemplate { [INFO] [stderr] | ------------------------ field in this struct [INFO] [stderr] 55 | pub failure_emoji: &'static str, [INFO] [stderr] 56 | pub deferred_count: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ExplainErrorTemplate` is never constructed [INFO] [stderr] --> src/template.rs:151:12 [INFO] [stderr] | [INFO] [stderr] 151 | pub struct ExplainErrorTemplate { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ConnectorStdout` is never constructed [INFO] [stderr] --> src/template.rs:167:12 [INFO] [stderr] | [INFO] [stderr] 167 | pub struct ConnectorStdout { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `Owner` is never used [INFO] [stderr] --> src/tracestore.rs:13:6 [INFO] [stderr] | [INFO] [stderr] 13 | type Owner = String; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `Repo` is never used [INFO] [stderr] --> src/tracestore.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | type Repo = String; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `PullRequest` is never used [INFO] [stderr] --> src/tracestore.rs:15:6 [INFO] [stderr] | [INFO] [stderr] 15 | type PullRequest = u64; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `run_sender` is never read [INFO] [stderr] --> src/tracestore.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub struct RepoData { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 31 | runs: IndexMap, [INFO] [stderr] 32 | run_sender: Sender, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RepoData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `time_started` is never read [INFO] [stderr] --> src/tracestore.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub struct RunData { [INFO] [stderr] | ------- field in this struct [INFO] [stderr] 37 | #[serde(skip)] [INFO] [stderr] 38 | pub time_started: Instant, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RunData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: methods `list_repos`, `list_runs`, `subscribe_runs`, and `delete_run` are never used [INFO] [stderr] --> src/tracestore.rs:62:14 [INFO] [stderr] | [INFO] [stderr] 61 | pub trait TraceStore: Send + Sync + std::fmt::Debug { [INFO] [stderr] | ---------- methods in this trait [INFO] [stderr] 62 | async fn list_repos(&self) -> anyhow::Result>; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 63 | async fn list_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 64 | async fn list_runs_for_pr(&self, repo_key: &RepoKey, pr: u64) -> anyhow::Result>; [INFO] [stderr] 65 | async fn subscribe_runs(&self, repo_key: &RepoKey) -> anyhow::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 66 | async fn get_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result; [INFO] [stderr] 67 | async fn delete_run(&self, repo_key: &RepoKey, run_key: &RunKey) -> anyhow::Result<()>; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `hold_flock_nonblocking` is never used [INFO] [stderr] --> src/util.rs:49:8 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn hold_flock_nonblocking(path: &Path) -> anyhow::Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `clear_prefix` is never used [INFO] [stderr] --> src/util.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | pub async fn clear_prefix(prefix: &Path) -> anyhow::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `clear_prefix_keep_outputs` is never used [INFO] [stderr] --> src/util.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | pub async fn clear_prefix_keep_outputs(prefix: &Path) -> anyhow::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `autoschematic` (bin "autoschematic-server" test) generated 162 warnings (run `cargo fix --bin "autoschematic-server" --tests` to apply 15 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/autoschematic_server-93be594595edf1d0) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test glob::tests::test_addr_matches_filter_exact_match ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_no_match ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_prefix_match ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_parent_prefix_match ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_wildcard_match ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_wildcard_at_start ... ok [INFO] [stdout] test glob::tests::test_addr_matches_filter_wildcard_mismatch ... ok [INFO] [stdout] test url_builder::tests::create_google_url ... ok [INFO] [stdout] test url_builder::tests::test_set_port ... ok [INFO] [stdout] test url_builder::tests::test_set_protocol ... ok [INFO] [stdout] test url_builder::tests::create_url_with_params ... ok [INFO] [stdout] test url_builder::tests::create_url_with_ports_routes_and_params ... ok [INFO] [stdout] test url_builder::tests::create_url_without_port ... ok [INFO] [stdout] test url_builder::tests::create_url_without_port_and_multiple_params ... ok [INFO] [stdout] test url_builder::tests::create_url_with_routes ... ok [INFO] [stdout] test url_builder::tests::test_set_host ... ok [INFO] [stdout] test url_builder::tests::create_url_without_port_and_params ... ok [INFO] [stdout] test object::tests::test_sort_objects_by_apply_order ... FAILED [INFO] [stdout] test binary_cache::tests::test_download_gz ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- object::tests::test_sort_objects_by_apply_order stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'object::tests::test_sort_objects_by_apply_order' panicked at src/object.rs:173:13: [INFO] [stdout] Created/Modified objects not sorted correctly: "x/y/z/file11.rs" should come after "x/y/file9.rs" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x60c41ef2af82 - std::backtrace_rs::backtrace::libunwind::trace::h5edb72cc539d8d33 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x60c41ef2af82 - std::backtrace_rs::backtrace::trace_unsynchronized::h73d186ef976c5ae2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x60c41ef2af82 - std::sys::backtrace::_print_fmt::h4410012d384fde01 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x60c41ef2af82 - ::fmt::h281a579a27d691d5 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x60c41ef55123 - core::fmt::rt::Argument::fmt::h4c31bb6a3f4e4ed6 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x60c41ef55123 - core::fmt::write::hd1f1283e971fbb36 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/fmt/mod.rs:1465:25 [INFO] [stdout] 6: 0x60c41ef26cd3 - std::io::default_write_fmt::h6d6cb3ff48bb6394 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x60c41ef26cd3 - std::io::Write::write_fmt::h976b7a346c630898 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x60c41ef2add2 - std::sys::backtrace::BacktraceLock::print::h7cc2f8a0b7549773 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x60c41ef2cf5c - std::panicking::default_hook::{{closure}}::hc18f11ca3cc980d1 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x60c41ef2cdb2 - std::panicking::default_hook::h5207cd5928e5a9d2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x60c41e7bebd4 - as core::ops::function::Fn>::call::h53735dbb2fff5e8e [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x60c41e7bebd4 - test::test_main_with_exit_callback::{{closure}}::h8629ce54f7c62158 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x60c41ef2da3b - as core::ops::function::Fn>::call::hdd01dfa4f5d59fd2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x60c41ef2da3b - std::panicking::rust_panic_with_hook::he2975323910480e2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x60c41ef2d70a - std::panicking::begin_panic_handler::{{closure}}::hf6a73f8f68d2901d [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x60c41ef2b489 - std::sys::backtrace::__rust_end_short_backtrace::h91c7517b8fba4182 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x60c41ef2d39d - __rustc[c30fa7112bbf6ac0]::rust_begin_unwind [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x60c41ef52ac0 - core::panicking::panic_fmt::h1dc18eebb9b6550e [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60c41e737d1b - autoschematic_server::object::tests::test_sort_objects_by_apply_order::h7c943c2eb38c2177 [INFO] [stdout] at /opt/rustwide/workdir/src/object.rs:173:13 [INFO] [stdout] 20: 0x60c41e735f77 - autoschematic_server::object::tests::test_sort_objects_by_apply_order::{{closure}}::h60b0cebc6cdd8544 [INFO] [stdout] at /opt/rustwide/workdir/src/object.rs:82:42 [INFO] [stdout] 21: 0x60c41e74c426 - core::ops::function::FnOnce::call_once::h6d4138aa4b868825 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x60c41e7c42cb - core::ops::function::FnOnce::call_once::hdd80366119caeff9 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x60c41e7c42cb - test::__rust_begin_short_backtrace::h60798cb0fdc462bd [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:648:18 [INFO] [stdout] 24: 0x60c41e7c354e - test::run_test_in_process::{{closure}}::h81bd62fe0ddb1cae [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:671:74 [INFO] [stdout] 25: 0x60c41e7c354e - as core::ops::function::FnOnce<()>>::call_once::h6ee6466477e4c0dc [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 26: 0x60c41e7c354e - std::panicking::catch_unwind::do_call::h01a79315147a2ca1 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:589:40 [INFO] [stdout] 27: 0x60c41e7c354e - std::panicking::catch_unwind::h831c87e90ef4f2d8 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:552:19 [INFO] [stdout] 28: 0x60c41e7c354e - std::panic::catch_unwind::h50e9876bcbc7c37f [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panic.rs:359:14 [INFO] [stdout] 29: 0x60c41e7c354e - test::run_test_in_process::hd57ee4367ef533b2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:671:27 [INFO] [stdout] 30: 0x60c41e7c354e - test::run_test::{{closure}}::hd180abfe8d10b90d [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:592:43 [INFO] [stdout] 31: 0x60c41e787144 - test::run_test::{{closure}}::hadea4433d10ac366 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:622:41 [INFO] [stdout] 32: 0x60c41e787144 - std::sys::backtrace::__rust_begin_short_backtrace::hb136c48ddd0ced72 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 33: 0x60c41e78aa3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h9e392173a704e81a [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 34: 0x60c41e78aa3a - as core::ops::function::FnOnce<()>>::call_once::h858a87db574d2ff4 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 35: 0x60c41e78aa3a - std::panicking::catch_unwind::do_call::hff7ec4d4a59ca346 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:589:40 [INFO] [stdout] 36: 0x60c41e78aa3a - std::panicking::catch_unwind::h74378fed914955a4 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:552:19 [INFO] [stdout] 37: 0x60c41e78aa3a - std::panic::catch_unwind::hd644e75c809e87ce [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panic.rs:359:14 [INFO] [stdout] 38: 0x60c41e78aa3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5c4ce65e6ea67c65 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 39: 0x60c41e78aa3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h2c391219c93831ae [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x60c41ef30e97 - as core::ops::function::FnOnce>::call_once::ha02f1268c87bf8cb [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 41: 0x60c41ef30e97 - as core::ops::function::FnOnce>::call_once::ha9964535c0565e6a [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 42: 0x60c41ef30e97 - std::sys::pal::unix::thread::Thread::new::thread_start::hd6a2768613f757f7 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/pal/unix/thread.rs:97:17 [INFO] [stdout] 43: 0x716dff0f7aa4 - [INFO] [stdout] 44: 0x716dff184a34 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- binary_cache::tests::test_download_gz stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'binary_cache::tests::test_download_gz' panicked at src/binary_cache.rs:192:9: [INFO] [stdout] assertion failed: res.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x60c41ef2af82 - std::backtrace_rs::backtrace::libunwind::trace::h5edb72cc539d8d33 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x60c41ef2af82 - std::backtrace_rs::backtrace::trace_unsynchronized::h73d186ef976c5ae2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x60c41ef2af82 - std::sys::backtrace::_print_fmt::h4410012d384fde01 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x60c41ef2af82 - ::fmt::h281a579a27d691d5 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x60c41ef55123 - core::fmt::rt::Argument::fmt::h4c31bb6a3f4e4ed6 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x60c41ef55123 - core::fmt::write::hd1f1283e971fbb36 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/fmt/mod.rs:1465:25 [INFO] [stdout] 6: 0x60c41ef26cd3 - std::io::default_write_fmt::h6d6cb3ff48bb6394 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x60c41ef26cd3 - std::io::Write::write_fmt::h976b7a346c630898 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x60c41ef2add2 - std::sys::backtrace::BacktraceLock::print::h7cc2f8a0b7549773 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x60c41ef2cf5c - std::panicking::default_hook::{{closure}}::hc18f11ca3cc980d1 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x60c41ef2cdb2 - std::panicking::default_hook::h5207cd5928e5a9d2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x60c41e7bebd4 - as core::ops::function::Fn>::call::h53735dbb2fff5e8e [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x60c41e7bebd4 - test::test_main_with_exit_callback::{{closure}}::h8629ce54f7c62158 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x60c41ef2da3b - as core::ops::function::Fn>::call::hdd01dfa4f5d59fd2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x60c41ef2da3b - std::panicking::rust_panic_with_hook::he2975323910480e2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x60c41ef2d6d6 - std::panicking::begin_panic_handler::{{closure}}::hf6a73f8f68d2901d [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x60c41ef2b489 - std::sys::backtrace::__rust_end_short_backtrace::h91c7517b8fba4182 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x60c41ef2d39d - __rustc[c30fa7112bbf6ac0]::rust_begin_unwind [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x60c41ef52ac0 - core::panicking::panic_fmt::h1dc18eebb9b6550e [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60c41ef52b2c - core::panicking::panic::hb3f66b32c184812d [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x60c41e763b99 - autoschematic_server::binary_cache::tests::test_download_gz::{{closure}}::hb86ea2c283d71985 [INFO] [stdout] at /opt/rustwide/workdir/src/binary_cache.rs:192:9 [INFO] [stdout] 21: 0x60c41e762ed2 - as core::future::future::Future>::poll::h8147b9255a460000 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/future/future.rs:124:9 [INFO] [stdout] 22: 0x60c41e762e0d - as core::future::future::Future>::poll::h20cb2606da72eed7 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x60c41e70f36f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2733720dbb70a14f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73 [INFO] [stdout] 24: 0x60c41e70f2c5 - tokio::runtime::coop::with_budget::hf4c615a7d21bcb19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 25: 0x60c41e70f2c5 - tokio::runtime::coop::budget::h54393462b409e50f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 26: 0x60c41e70f2c5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h977837a8b90fd15f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25 [INFO] [stdout] 27: 0x60c41e70c3a0 - tokio::runtime::scheduler::current_thread::Context::enter::h7b145bd613cabefe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19 [INFO] [stdout] 28: 0x60c41e70e788 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h99abcf31f6b213de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44 [INFO] [stdout] 29: 0x60c41e70d954 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hc73f6a864be87940 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68 [INFO] [stdout] 30: 0x60c41e761b9b - tokio::runtime::context::scoped::Scoped::set::h85115eec1b75e342 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x60c41e757889 - tokio::runtime::context::set_scheduler::{{closure}}::hdf774fb7d7e6b2fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38 [INFO] [stdout] 32: 0x60c41e769b82 - std::thread::local::LocalKey::try_with::h930db8298fa88e47 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 33: 0x60c41e7690ee - std::thread::local::LocalKey::with::h5fa47b7fac6e1bfa [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 34: 0x60c41e7577fd - tokio::runtime::context::set_scheduler::ha8ec9c2d23f29291 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17 [INFO] [stdout] 35: 0x60c41e70d2e0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h2f7675f049835c39 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27 [INFO] [stdout] 36: 0x60c41e70d9e3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf9bfe3bd671745e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24 [INFO] [stdout] 37: 0x60c41e70b65c - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h2c6f0de0be447f31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33 [INFO] [stdout] 38: 0x60c41e734c68 - tokio::runtime::context::runtime::enter_runtime::h27684d7b6017d7cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x60c41e70b411 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hba4c0a0a2897a522 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9 [INFO] [stdout] 40: 0x60c41e703164 - tokio::runtime::runtime::Runtime::block_on_inner::hc979444067c75ec5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 41: 0x60c41e703437 - tokio::runtime::runtime::Runtime::block_on::h5c399734b209816b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 42: 0x60c41e763512 - autoschematic_server::binary_cache::tests::test_download_gz::ha1e53b32bafce4a1 [INFO] [stdout] at /opt/rustwide/workdir/src/binary_cache.rs:194:148 [INFO] [stdout] 43: 0x60c41e763387 - autoschematic_server::binary_cache::tests::test_download_gz::{{closure}}::h57bd14ef61ec32f4 [INFO] [stdout] at /opt/rustwide/workdir/src/binary_cache.rs:172:32 [INFO] [stdout] 44: 0x60c41e74c636 - core::ops::function::FnOnce::call_once::hadd9c427ff308863 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x60c41e7c42cb - core::ops::function::FnOnce::call_once::hdd80366119caeff9 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x60c41e7c42cb - test::__rust_begin_short_backtrace::h60798cb0fdc462bd [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:648:18 [INFO] [stdout] 47: 0x60c41e7c354e - test::run_test_in_process::{{closure}}::h81bd62fe0ddb1cae [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:671:74 [INFO] [stdout] 48: 0x60c41e7c354e - as core::ops::function::FnOnce<()>>::call_once::h6ee6466477e4c0dc [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x60c41e7c354e - std::panicking::catch_unwind::do_call::h01a79315147a2ca1 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:589:40 [INFO] [stdout] 50: 0x60c41e7c354e - std::panicking::catch_unwind::h831c87e90ef4f2d8 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:552:19 [INFO] [stdout] 51: 0x60c41e7c354e - std::panic::catch_unwind::h50e9876bcbc7c37f [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panic.rs:359:14 [INFO] [stdout] 52: 0x60c41e7c354e - test::run_test_in_process::hd57ee4367ef533b2 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:671:27 [INFO] [stdout] 53: 0x60c41e7c354e - test::run_test::{{closure}}::hd180abfe8d10b90d [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:592:43 [INFO] [stdout] 54: 0x60c41e787144 - test::run_test::{{closure}}::hadea4433d10ac366 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/test/src/lib.rs:622:41 [INFO] [stdout] 55: 0x60c41e787144 - std::sys::backtrace::__rust_begin_short_backtrace::hb136c48ddd0ced72 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 56: 0x60c41e78aa3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h9e392173a704e81a [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 57: 0x60c41e78aa3a - as core::ops::function::FnOnce<()>>::call_once::h858a87db574d2ff4 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x60c41e78aa3a - std::panicking::catch_unwind::do_call::hff7ec4d4a59ca346 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:589:40 [INFO] [stdout] 59: 0x60c41e78aa3a - std::panicking::catch_unwind::h74378fed914955a4 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panicking.rs:552:19 [INFO] [stdout] 60: 0x60c41e78aa3a - std::panic::catch_unwind::hd644e75c809e87ce [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/panic.rs:359:14 [INFO] [stdout] 61: 0x60c41e78aa3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5c4ce65e6ea67c65 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 62: 0x60c41e78aa3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h2c391219c93831ae [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x60c41ef30e97 - as core::ops::function::FnOnce>::call_once::ha02f1268c87bf8cb [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 64: 0x60c41ef30e97 - as core::ops::function::FnOnce>::call_once::ha9964535c0565e6a [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 65: 0x60c41ef30e97 - std::sys::pal::unix::thread::Thread::new::thread_start::hd6a2768613f757f7 [INFO] [stdout] at /rustc/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/library/std/src/sys/pal/unix/thread.rs:97:17 [INFO] [stdout] 66: 0x716dff0f7aa4 - [INFO] [stdout] 67: 0x716dff184a34 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] binary_cache::tests::test_download_gz [INFO] [stdout] object::tests::test_sort_objects_by_apply_order [INFO] [stdout] [INFO] [stdout] test result: FAILED. 17 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin autoschematic-server` [INFO] running `Command { std: "docker" "inspect" "b2818824ba18f7fab879f24dc05dd5e43b36d545188aeb18afe42ec076d0e487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2818824ba18f7fab879f24dc05dd5e43b36d545188aeb18afe42ec076d0e487", kill_on_drop: false }` [INFO] [stdout] b2818824ba18f7fab879f24dc05dd5e43b36d545188aeb18afe42ec076d0e487