[INFO] cloning repository https://github.com/jdu/elan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdu/elan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdu%2Felan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdu%2Felan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 332bee141eb54fdd3c322b8bf3b0553222b528e5 [INFO] checking jdu/elan against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdu%2Felan" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jdu/elan [INFO] finished tweaking git repo https://github.com/jdu/elan [INFO] tweaked toml for git repo https://github.com/jdu/elan written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jdu/elan on toolchain 65b20a97de33e9e59992793a144aef2950c48c76 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jdu/elan 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e [INFO] running `Command { std: "docker" "start" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking bytes v1.12.0 [INFO] [stderr] Checking memchr v2.8.2 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Checking socket2 v0.6.4 [INFO] [stderr] Checking hashbrown v0.17.1 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking http v1.4.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling zerocopy v0.8.52 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Checking zeroize v1.9.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking ipnet v2.12.0 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking siphasher v1.0.3 [INFO] [stderr] Compiling aws-lc-rs v1.17.0 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Checking phf_shared v0.12.1 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling rustls v0.23.41 [INFO] [stderr] Checking phf v0.12.1 [INFO] [stderr] Checking writeable v0.6.3 [INFO] [stderr] Checking litemap v0.8.2 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking rustls-native-certs v0.8.4 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking unicode-segmentation v1.13.3 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Checking bitflags v2.13.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Checking twox-hash v2.1.2 [INFO] [stderr] Checking lz4_flex v0.13.1 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Compiling aws-lc-sys v0.41.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.117 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling flatbuffers v25.12.19 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking lexical-util v1.0.7 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling openssl v0.10.81 [INFO] [stderr] Compiling anyhow v1.0.103 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Checking lexical-parse-integer v1.0.6 [INFO] [stderr] Checking lexical-write-integer v1.0.6 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking lexical-parse-float v1.0.6 [INFO] [stderr] Checking lexical-write-float v1.0.6 [INFO] [stderr] Checking lexical-core v1.0.6 [INFO] [stderr] Checking comfy-table v7.2.2 [INFO] [stderr] Compiling stacker v0.1.24 [INFO] [stderr] Checking zlib-rs v0.6.4 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling zerocopy-derive v0.8.52 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Checking arrow-schema v58.3.0 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking h2 v0.4.15 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking arrow-buffer v58.3.0 [INFO] [stderr] Compiling ar_archive_writer v0.5.2 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Checking arrow-data v58.3.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling psm v0.1.31 [INFO] [stderr] Checking regex v1.12.4 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking alloc-stdlib v0.2.4 [INFO] [stderr] Checking chacha20 v0.10.1 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking rand v0.10.1 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking brotli-decompressor v5.0.3 [INFO] [stderr] Checking hyper v1.10.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking quick-xml v0.39.4 [INFO] [stderr] Compiling recursive-proc-macro-impl v0.1.1 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking uuid v1.23.4 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking arrow-array v58.3.0 [INFO] [stderr] Checking integer-encoding v3.0.4 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking thrift v0.17.0 [INFO] [stderr] Checking recursive v0.1.1 [INFO] [stderr] Checking brotli v8.0.4 [INFO] [stderr] Compiling sqlparser_derive v0.5.0 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking sqlparser v0.61.0 [INFO] [stderr] Checking datafusion-doc v53.1.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Checking petgraph v0.8.3 [INFO] [stderr] Checking arrow-select v58.3.0 [INFO] [stderr] Checking arrow-arith v58.3.0 [INFO] [stderr] Checking arrow-row v58.3.0 [INFO] [stderr] Checking arrow-ipc v58.3.0 [INFO] [stderr] Checking arrow-ord v58.3.0 [INFO] [stderr] Checking arrow-string v58.3.0 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking arrow-cast v58.3.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Compiling datafusion-macros v53.1.0 [INFO] [stderr] Checking dashmap v6.2.1 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Checking constant_time_eq v0.4.2 [INFO] [stderr] Checking arrow-json v58.3.0 [INFO] [stderr] Checking arrow-csv v58.3.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Checking arrayvec v0.7.7 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Compiling liblzma-sys v0.4.7 [INFO] [stderr] Checking arrow v58.3.0 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Checking libbz2-rs-sys v0.2.5 [INFO] [stderr] Checking datafusion-common-runtime v53.1.0 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Checking compression-core v0.4.32 [INFO] [stderr] Compiling prost-derive v0.14.4 [INFO] [stderr] Checking time-core v0.1.9 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking bzip2 v0.6.1 [INFO] [stderr] Checking num-conv v0.2.2 [INFO] [stderr] Compiling pin-project-internal v1.1.13 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Checking time v0.3.51 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Checking bytes-utils v0.1.4 [INFO] [stderr] Checking pin-project v1.1.13 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Checking aws-smithy-async v1.2.14 [INFO] [stderr] Compiling aws-smithy-runtime-api-macros v1.0.0 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling pulldown-cmark v0.13.4 [INFO] [stderr] Compiling prost v0.14.4 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling prost-types v0.14.4 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Checking aws-smithy-types v1.5.0 [INFO] [stderr] Checking hybrid-array v0.4.13 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking aws-smithy-runtime-api v1.12.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Compiling pulldown-cmark-to-cmark v22.0.0 [INFO] [stderr] Compiling bigdecimal v0.4.10 [INFO] [stderr] Checking ctutils v0.4.2 [INFO] [stderr] Checking block-buffer v0.12.1 [INFO] [stderr] Checking crypto-common v0.2.2 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Checking rand v0.8.6 [INFO] [stderr] Checking liblzma v0.4.7 [INFO] [stderr] Checking compression-codecs v0.4.38 [INFO] [stderr] Compiling prost-build v0.14.4 [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking async-compression v0.4.42 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Checking digest v0.11.3 [INFO] [stderr] Compiling elan-common v0.1.0 (/opt/rustwide/workdir/crates/elan-common) [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Checking aws-smithy-schema v0.1.0 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Compiling axum-macros v0.5.1 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking axum v0.7.9 [INFO] [stderr] Checking aws-credential-types v1.2.14 [INFO] [stderr] Checking aws-smithy-http v0.63.6 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling aws-types v1.3.16 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Checking axum v0.8.9 [INFO] [stderr] Checking sha2 v0.11.0 [INFO] [stderr] Checking hmac v0.13.0 [INFO] [stderr] Checking aws-smithy-observability v0.2.6 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Checking aws-sigv4 v1.4.5 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling regress v0.10.5 [INFO] [stderr] Checking tonic v0.12.3 [INFO] [stderr] Compiling pbjson-build v0.8.0 [INFO] [stderr] Compiling os_pipe v1.2.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling sigchld v0.2.4 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking aws-smithy-json v0.62.7 [INFO] [stderr] Checking arc-swap v1.9.2 [INFO] [stderr] Compiling serde_tokenstream v0.2.3 [INFO] [stderr] Compiling typenum v1.20.1 [INFO] [stderr] Checking regex-lite v0.1.9 [INFO] [stderr] Compiling typify-impl v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling shared_child v1.1.1 [INFO] [stderr] Compiling tonic-build v0.14.6 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Checking xmlparser v0.13.6 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling winnow v1.0.3 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking aws-smithy-query v0.60.15 [INFO] [stderr] Checking aws-smithy-xml v0.60.15 [INFO] [stderr] Compiling tonic-prost-build v0.14.6 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling duct v0.13.7 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking tonic v0.14.6 [INFO] [stderr] Compiling pbjson-types v0.8.0 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Compiling toml_edit v0.25.12+spec-1.1.0 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking yaml-rust2 v0.8.1 [INFO] [stderr] Compiling typify-macro v0.5.0 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking tonic-prost v0.14.6 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking rust-ini v0.20.0 [INFO] [stderr] Compiling typify v0.5.0 [INFO] [stderr] Compiling substrait v0.62.2 [INFO] [stderr] Compiling sasl2-sys v0.1.22+2.1.28 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Compiling ballista-core v53.0.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Checking pbjson v0.8.0 [INFO] [stderr] Compiling libmimalloc-sys v0.1.49 [INFO] [stderr] Compiling libz-sys v1.1.29 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Checking config v0.14.1 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Compiling rustls-webpki v0.103.13 [INFO] [stderr] Checking arrow-flight v58.3.0 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.8 [INFO] [stderr] Checking md-5 v0.11.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Checking symlink v0.1.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling crc-catalog v2.5.0 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Checking tracing-appender v0.2.5 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling num_enum_derive v0.7.6 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling rdkafka-sys v4.10.0+2.12.1 [INFO] [stderr] Checking console v0.16.3 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Compiling ballista-scheduler v53.0.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking insta v1.48.0 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Checking mimalloc v0.1.52 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking num_enum v0.7.6 [INFO] [stderr] Checking sysinfo v0.38.4 [INFO] [stderr] Checking memory-stats v1.2.0 [INFO] [stderr] Checking bytesize v2.4.0 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Checking compact_str v0.8.2 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking tui-textarea v0.7.0 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking hyper-rustls v0.27.9 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking aws-smithy-http-client v1.1.13 [INFO] [stderr] Checking aws-smithy-runtime v1.11.3 [INFO] [stderr] Checking object_store v0.13.2 [INFO] [stderr] Checking elan-tui v0.1.0 (/opt/rustwide/workdir/crates/elan-tui) [INFO] [stdout] warning: unused imports: `EventStream`, `Event`, `KeyCode`, `KeyEvent`, and `KeyModifiers` [INFO] [stdout] --> crates/elan-tui/src/app.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | use crossterm::event::{Event, EventStream, KeyCode, KeyEvent, KeyModifiers}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NamespaceInfo` [INFO] [stdout] --> crates/elan-tui/src/app.rs:9:48 [INFO] [stdout] | [INFO] [stdout] 9 | use elan_common::types::api::{CatalogResponse, NamespaceInfo, QueryResponse}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Line` and `Tabs` [INFO] [stdout] --> crates/elan-tui/src/app.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | widgets::{Block, Borders, Cell, List, ListItem, Paragraph, Row, Table, Tabs}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> crates/elan-tui/src/app.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StreamExt` [INFO] [stdout] --> crates/elan-tui/src/client/central.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio_stream::{Stream, StreamExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tracing::error` [INFO] [stdout] --> crates/elan-tui/src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use tracing::error; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EventStream`, `Event`, `KeyCode`, `KeyEvent`, and `KeyModifiers` [INFO] [stdout] --> crates/elan-tui/src/app.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | use crossterm::event::{Event, EventStream, KeyCode, KeyEvent, KeyModifiers}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NamespaceInfo` [INFO] [stdout] --> crates/elan-tui/src/app.rs:9:48 [INFO] [stdout] | [INFO] [stdout] 9 | use elan_common::types::api::{CatalogResponse, NamespaceInfo, QueryResponse}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Line` and `Tabs` [INFO] [stdout] --> crates/elan-tui/src/app.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | text::{Line, Span}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | widgets::{Block, Borders, Cell, List, ListItem, Paragraph, Row, Table, Tabs}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> crates/elan-tui/src/app.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StreamExt` [INFO] [stdout] --> crates/elan-tui/src/client/central.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio_stream::{Stream, StreamExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tracing::error` [INFO] [stdout] --> crates/elan-tui/src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use tracing::error; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `ratatui::widgets::Table::<'a>::highlight_style`: use `Table::row_highlight_style` instead [INFO] [stdout] --> crates/elan-tui/src/app.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | .highlight_style(Style::default().bg(Color::DarkGray)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures::StreamExt` [INFO] [stdout] --> crates/elan-tui/src/app.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use futures::StreamExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `central_url` [INFO] [stdout] --> crates/elan-tui/src/app.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(query_url: String, central_url: Option, username: String) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_central_url` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `ratatui::widgets::Table::<'a>::highlight_style`: use `Table::row_highlight_style` instead [INFO] [stdout] --> crates/elan-tui/src/app.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | .highlight_style(Style::default().bg(Color::DarkGray)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures::StreamExt` [INFO] [stdout] --> crates/elan-tui/src/app.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use futures::StreamExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `central_url` [INFO] [stdout] --> crates/elan-tui/src/app.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(query_url: String, central_url: Option, username: String) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_central_url` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `central_client` is never read [INFO] [stdout] --> crates/elan-tui/src/app.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct App { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 45 | pub central_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `central_client` is never read [INFO] [stdout] --> crates/elan-tui/src/app.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct App { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 45 | pub central_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking aws-runtime v1.7.5 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking aws-sdk-sts v1.107.0 [INFO] [stderr] Checking aws-sdk-ssooidc v1.104.0 [INFO] [stderr] Checking parquet v58.3.0 [INFO] [stderr] Checking aws-sdk-sso v1.102.0 [INFO] [stderr] Checking aws-config v1.8.18 [INFO] [stderr] Checking datafusion-common v53.1.0 [INFO] [stderr] Checking datafusion-expr-common v53.1.0 [INFO] [stderr] Checking datafusion-proto-common v53.1.0 [INFO] [stderr] Checking datafusion-physical-expr-common v53.1.0 [INFO] [stderr] Checking datafusion-functions-window-common v53.1.0 [INFO] [stderr] Checking datafusion-functions-aggregate-common v53.1.0 [INFO] [stderr] Checking datafusion-expr v53.1.0 [INFO] [stderr] Checking datafusion-physical-expr v53.1.0 [INFO] [stderr] Checking datafusion-execution v53.1.0 [INFO] [stderr] Checking datafusion-functions v53.1.0 [INFO] [stderr] Checking rdkafka v0.36.2 [INFO] [stderr] Checking datafusion-functions-aggregate v53.1.0 [INFO] [stderr] Checking datafusion-functions-window v53.1.0 [INFO] [stderr] Checking datafusion-optimizer v53.1.0 [INFO] [stderr] Checking elan-audit v0.1.0 (/opt/rustwide/workdir/crates/elan-audit) [INFO] [stderr] Checking datafusion-physical-plan v53.1.0 [INFO] [stderr] Checking datafusion-physical-expr-adapter v53.1.0 [INFO] [stderr] Checking datafusion-functions-nested v53.1.0 [INFO] [stderr] Checking datafusion-sql v53.1.0 [INFO] [stderr] Checking datafusion-session v53.1.0 [INFO] [stderr] Checking datafusion-datasource v53.1.0 [INFO] [stderr] Checking datafusion-catalog v53.1.0 [INFO] [stderr] Checking datafusion-pruning v53.1.0 [INFO] [stderr] Checking datafusion-datasource-arrow v53.1.0 [INFO] [stderr] Checking datafusion-datasource-json v53.1.0 [INFO] [stderr] Checking datafusion-datasource-csv v53.1.0 [INFO] [stderr] Checking datafusion-datasource-parquet v53.1.0 [INFO] [stderr] Checking datafusion-physical-optimizer v53.1.0 [INFO] [stderr] Checking datafusion-catalog-listing v53.1.0 [INFO] [stderr] Checking datafusion-functions-table v53.1.0 [INFO] [stderr] Checking datafusion v53.1.0 [INFO] [stderr] Checking datafusion-proto v53.1.0 [INFO] [stderr] Checking datafusion-substrait v53.1.0 [INFO] [stderr] Checking elan-iam v0.1.0 (/opt/rustwide/workdir/crates/elan-iam) [INFO] [stderr] Checking elan-coordinator v0.1.0 (/opt/rustwide/workdir/crates/elan-coordinator) [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> crates/elan-coordinator/src/heartbeat.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | use tracing::{error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> crates/elan-coordinator/src/heartbeat.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | use tracing::{error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking elan-central v0.1.0 (/opt/rustwide/workdir/crates/elan-central) [INFO] [stdout] warning: unused import: `prost_types::Timestamp` [INFO] [stdout] --> crates/elan-central/src/grpc/coordinator_svc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use prost_types::Timestamp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost_types::Timestamp` [INFO] [stdout] --> crates/elan-central/src/grpc/coordinator_svc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use prost_types::Timestamp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `interval` [INFO] [stdout] --> crates/elan-coordinator/src/heartbeat.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | let interval = Duration::from_secs(15); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interval` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> crates/elan-coordinator/src/config.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 78 | Parquet { [INFO] [stdout] | ------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 82 | description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DatasetConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `password` is never read [INFO] [stdout] --> crates/elan-coordinator/src/config.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 93 | Postgres { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 103 | password: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DatasetConfig` 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: unused variable: `interval` [INFO] [stdout] --> crates/elan-coordinator/src/heartbeat.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | let interval = Duration::from_secs(15); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interval` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> crates/elan-coordinator/src/config.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 78 | Parquet { [INFO] [stdout] | ------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 82 | description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DatasetConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `password` is never read [INFO] [stdout] --> crates/elan-coordinator/src/config.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 93 | Postgres { [INFO] [stdout] | -------- field in this variant [INFO] [stdout] ... [INFO] [stdout] 103 | password: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DatasetConfig` 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: unused variable: `occurred_at` [INFO] [stdout] --> crates/elan-central/src/grpc/audit_svc.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for (id, event_type, occurred_at, source_service, user_id, session_id, payload_json) in [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occurred_at` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> crates/elan-central/src/grpc/audit_svc.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | let payload = serde_json::json!({ "raw": &event.payload_json }); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occurred_at` [INFO] [stdout] --> crates/elan-central/src/grpc/audit_svc.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for (id, event_type, occurred_at, source_service, user_id, session_id, payload_json) in [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_occurred_at` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> crates/elan-central/src/grpc/audit_svc.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | let payload = serde_json::json!({ "raw": &event.payload_json }); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `mark_coordinator_dead` is never used [INFO] [stdout] --> crates/elan-central/src/db/catalog_store.rs:196:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl CatalogStore { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 196 | pub async fn mark_coordinator_dead(&self, coordinator_id: &str) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `mark_coordinator_dead` is never used [INFO] [stdout] --> crates/elan-central/src/db/catalog_store.rs:196:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl CatalogStore { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 196 | pub async fn mark_coordinator_dead(&self, coordinator_id: &str) -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ballista-executor v53.0.0 [INFO] [stderr] Checking ballista v53.0.0 [INFO] [stderr] Checking elan-executor v0.1.0 (/opt/rustwide/workdir/crates/elan-executor) [INFO] [stderr] Checking elan-query v0.1.0 (/opt/rustwide/workdir/crates/elan-query) [INFO] [stdout] warning: unused import: `ListDatasetsRequest` [INFO] [stdout] --> crates/elan-query/src/catalog/provider.rs:18:51 [INFO] [stdout] | [INFO] [stdout] 18 | catalog_service_client::CatalogServiceClient, ListDatasetsRequest, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::runtime::Handle` [INFO] [stdout] --> crates/elan-query/src/catalog/provider.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use tokio::runtime::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ElanCatalogProvider` and `ElanSchemaProvider` [INFO] [stdout] --> crates/elan-query/src/catalog/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub use provider::{ElanCatalogProvider, ElanSchemaProvider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `table::ElanTableProvider` [INFO] [stdout] --> crates/elan-query/src/catalog/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub use table::ElanTableProvider; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Extension` [INFO] [stdout] --> crates/elan-query/src/http/query.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | extract::{Extension, State}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ListDatasetsRequest` [INFO] [stdout] --> crates/elan-query/src/catalog/provider.rs:18:51 [INFO] [stdout] | [INFO] [stdout] 18 | catalog_service_client::CatalogServiceClient, ListDatasetsRequest, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::runtime::Handle` [INFO] [stdout] --> crates/elan-query/src/catalog/provider.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use tokio::runtime::Handle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ElanCatalogProvider` and `ElanSchemaProvider` [INFO] [stdout] --> crates/elan-query/src/catalog/mod.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub use provider::{ElanCatalogProvider, ElanSchemaProvider}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `table::ElanTableProvider` [INFO] [stdout] --> crates/elan-query/src/catalog/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub use table::ElanTableProvider; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Extension` [INFO] [stdout] --> crates/elan-query/src/http/query.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | extract::{Extension, State}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `headers` [INFO] [stdout] --> crates/elan-executor/src/sql_service.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | headers: HeaderMap, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `AuthClient` is never constructed [INFO] [stdout] --> crates/elan-executor/src/auth.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct AuthClient { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `check` are never used [INFO] [stdout] --> crates/elan-executor/src/auth.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl AuthClient { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 17 | /// Create a client pointed at the given coordinator base URL. [INFO] [stdout] 18 | pub fn new(coordinator_url: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub async fn check(&self, dataset: &str, caller: &str) -> anyhow::Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `coordinator_url` is never read [INFO] [stdout] --> crates/elan-executor/src/config.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct ExecutorConfig { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub coordinator_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExecutorConfig` 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: unused variable: `headers` [INFO] [stdout] --> crates/elan-executor/src/sql_service.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | headers: HeaderMap, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `AuthClient` is never constructed [INFO] [stdout] --> crates/elan-executor/src/auth.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct AuthClient { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `check` are never used [INFO] [stdout] --> crates/elan-executor/src/auth.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl AuthClient { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 17 | /// Create a client pointed at the given coordinator base URL. [INFO] [stdout] 18 | pub fn new(coordinator_url: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub async fn check(&self, dataset: &str, caller: &str) -> anyhow::Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `coordinator_url` is never read [INFO] [stdout] --> crates/elan-executor/src/config.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct ExecutorConfig { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub coordinator_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExecutorConfig` 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: fields `kafka_brokers` and `iam_refresh_secs` are never read [INFO] [stdout] --> crates/elan-query/src/config.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct QueryConfig { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 13 | pub kafka_brokers: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | pub instance_name: String, [INFO] [stdout] 15 | pub iam_refresh_secs: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `router` is never used [INFO] [stdout] --> crates/elan-query/src/http/health.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn router() -> Router { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `health` is never used [INFO] [stdout] --> crates/elan-query/src/http/health.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | async fn health() -> Json { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `iam_engine` is never used [INFO] [stdout] --> crates/elan-query/src/session.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 50 | impl SessionFactory { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 158 | pub fn iam_engine(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `kafka_brokers` and `iam_refresh_secs` are never read [INFO] [stdout] --> crates/elan-query/src/config.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct QueryConfig { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 13 | pub kafka_brokers: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | pub instance_name: String, [INFO] [stdout] 15 | pub iam_refresh_secs: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `router` is never used [INFO] [stdout] --> crates/elan-query/src/http/health.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn router() -> Router { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `health` is never used [INFO] [stdout] --> crates/elan-query/src/http/health.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | async fn health() -> Json { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `iam_engine` is never used [INFO] [stdout] --> crates/elan-query/src/session.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 50 | impl SessionFactory { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 158 | pub fn iam_engine(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 40s [INFO] running `Command { std: "docker" "inspect" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e", kill_on_drop: false }` [INFO] [stdout] 34b152742c8237fcb5567102cd62396d6f685759f8935ad4fbe9f6d1aa855f1e