01KRPJSBWM9230NS9Q0TDJTSMK: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KRPJSZH350RYV1TDGRVPB29E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T19:47:11.670Zjob assigned to worker 01KRPJT5XR6CNVCAAZJDFNH8H9 [factory aws, i-05575bfcd93314c6a] (queued for 47 s)
 
22026-05-15T19:47:18.052Zstarting task 0: "setup"
32026-05-15T19:47:18.056Z++ uname -s
42026-05-15T19:47:18.059Z+ kern=SunOS
52026-05-15T19:47:18.059Z+ build_user=build
62026-05-15T19:47:18.059Z+ build_uid=12345
72026-05-15T19:47:18.059Z+ work_dir=/work
82026-05-15T19:47:18.059Z+ input_dir=/input
92026-05-15T19:47:18.059Z+ [[ 0 == 12345 ]]
102026-05-15T19:47:18.059Z+ case "$kern" in
112026-05-15T19:47:18.059Z+ groupadd -g 12345 build
122026-05-15T19:47:18.062Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T19:47:20.067Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T19:47:20.177Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T19:47:20.187Z+ home_fs=zfs
162026-05-15T19:47:20.187Z+ [[ zfs == autofs ]]
172026-05-15T19:47:20.187Z+ mkdir -p /home/build
182026-05-15T19:47:20.187Z+ chown build:build /home/build /work
192026-05-15T19:47:22.180Z+ chmod 0700 /home/build /work
202026-05-15T19:47:22.186Zprocess exited: duration 4132 ms, exit code 0
 
212026-05-15T19:47:22.192Zstarting task 1: "rust-toolchain"
222026-05-15T19:47:22.196Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T19:47:22.196Z * rust toolchain channel = "1.94.0"
242026-05-15T19:47:22.196Z * rust toolchain profile = "default"
252026-05-15T19:47:22.196Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-15T19:47:22.196Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T19:47:22.196Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T19:47:22.199Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T19:47:22.199Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T19:47:22.329Zinfo: downloading installer
312026-05-15T19:47:23.623Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T19:47:23.623Zwarn: /home/build/.rustup/settings.toml
332026-05-15T19:47:23.623Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T19:47:23.623Zwarn: instead of the one inferred from the default host triple.
352026-05-15T19:47:23.635Zinfo: profile set to default
362026-05-15T19:47:23.635Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T19:47:23.638Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T19:47:23.774Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T19:47:23.778Zinfo: downloading 6 components
402026-05-15T19:47:37.911Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T19:47:37.911Z
422026-05-15T19:47:37.940Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T19:47:37.940Z
442026-05-15T19:47:37.940Z
452026-05-15T19:47:37.940ZRust is installed now. Great!
462026-05-15T19:47:37.940Z
472026-05-15T19:47:37.940ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T19:47:37.940Zenvironment variable. This has not been done automatically.
492026-05-15T19:47:37.940Z
502026-05-15T19:47:37.940ZTo configure your current shell, you need to source
512026-05-15T19:47:37.940Zthe corresponding env file under $HOME/.cargo.
522026-05-15T19:47:37.940Z
532026-05-15T19:47:37.940ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T19:47:37.944Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T19:47:37.944Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T19:47:37.944Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T19:47:37.944Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T19:47:37.945Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T19:47:37.945Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T19:47:37.945Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T19:47:37.945Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T19:47:38.026Z+ rustup --version
632026-05-15T19:47:38.035Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T19:47:38.037Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T19:47:38.056Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T19:47:38.059Z+ cargo --version
672026-05-15T19:47:38.072Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T19:47:38.075Z+ rustc --version
692026-05-15T19:47:38.094Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T19:47:38.097Zprocess exited: duration 15904 ms, exit code 0
 
712026-05-15T19:47:38.104Zstarting task 2: "authentication"
722026-05-15T19:47:38.118Zprocess exited: duration 15 ms, exit code 0
 
732026-05-15T19:47:38.124Zstarting task 3: "clone repository"
742026-05-15T19:47:38.127Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T19:47:38.129Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T19:47:38.156ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T19:47:48.099Z+ cd /work/oxidecomputer/omicron
782026-05-15T19:47:48.099Z+ git fetch origin 6bf79e8ede6c1967761b07883800088e68909ecd
792026-05-15T19:47:48.366ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T19:47:48.366Z * branch 6bf79e8ede6c1967761b07883800088e68909ecd -> FETCH_HEAD
812026-05-15T19:47:48.376Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-15T19:47:48.379Z++ git branch --show-current
832026-05-15T19:47:48.381Z+ current=main
842026-05-15T19:47:48.381Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-15T19:47:48.382Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6bf79e8ede6c1967761b07883800088e68909ecd
862026-05-15T19:47:48.385Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-15T19:47:48.614ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-15T19:47:48.616Z+ git reset --hard 6bf79e8ede6c1967761b07883800088e68909ecd
892026-05-15T19:47:48.632ZHEAD is now at 6bf79e8ed Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-15T19:47:48.635Zprocess exited: duration 10508 ms, exit code 0
 
912026-05-15T19:47:48.641Zstarting task 4: "build"
922026-05-15T19:47:48.645Z+ source .github/buildomat/ci-env.sh
932026-05-15T19:47:48.645Z++ export CARGO_TERM_COLOR=always
942026-05-15T19:47:48.645Z++ CARGO_TERM_COLOR=always
952026-05-15T19:47:48.645Z+ cargo --version
962026-05-15T19:47:48.655Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T19:47:48.658Z+ rustc --version
982026-05-15T19:47:48.678Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T19:47:48.681Z+ source ./env.sh
1002026-05-15T19:47:48.681Z++ OLD_SHELL_OPTS=ehxB
1012026-05-15T19:47:48.681Z++ set -o xtrace
1022026-05-15T19:47:48.683Z++++ dirname ./env.sh
1032026-05-15T19:47:48.686Z+++ readlink -f .
1042026-05-15T19:47:48.686Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-15T19:47:48.686Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-15T19:47:48.686Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-15T19:47:48.686Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-15T19:47:48.686Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-15T19:47:48.687Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-15T19:47:48.687Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-15T19:47:48.690Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-15T19:47:48.690Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-15T19:47:48.690Z++ case $OLD_SHELL_OPTS in
1142026-05-15T19:47:48.690Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-15T19:47:48.690Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-15T19:47:48.690Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-15T19:47:48.690Z+ banner prerequisites
1182026-05-15T19:47:48.690Z
1192026-05-15T19:47:48.690Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-15T19:47:48.690Z # # # # # # # # # # # # # # #
1212026-05-15T19:47:48.690Z # # # # ##### # # ##### # # # # # #### #
1222026-05-15T19:47:48.690Z ##### ##### # ##### # # # # # # # # #
1232026-05-15T19:47:48.690Z # # # # # # # # # # # # # # #
1242026-05-15T19:47:48.690Z # # # ###### # # ###### ### # #### # #### #
1252026-05-15T19:47:48.690Z
1262026-05-15T19:47:48.690Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-15T19:47:50.065Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-15T19:47:50.122Z Startup: Caching catalogs ... Done
1292026-05-15T19:47:50.326ZPlanning: Solver setup ... Done (0.172s)
1302026-05-15T19:47:50.341ZPlanning: Running solver ... Done (0.016s)
1312026-05-15T19:47:50.346ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-15T19:47:50.359ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-15T19:47:50.374ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-15T19:47:50.387ZPlanning: Package planning ... Done (0.013s)
1352026-05-15T19:47:50.390ZPlanning: Merging actions ... Done (0.001s)
1362026-05-15T19:47:50.575ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-15T19:47:50.578ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-15T19:47:51.396ZPlanning: Evaluating mediators ... Done (0.820s)
1392026-05-15T19:47:51.399ZPlanning: Planning completed in 1.26 seconds
1402026-05-15T19:47:51.405Z Packages to install: 2
1412026-05-15T19:47:51.408Z Estimated space available: 156.10 GB
1422026-05-15T19:47:51.408ZEstimated space to be consumed: 19.74 MB
1432026-05-15T19:47:51.408Z Create boot environment: No
1442026-05-15T19:47:51.408ZCreate backup boot environment: No
1452026-05-15T19:47:51.408Z Rebuild boot archive: No
1462026-05-15T19:47:51.408Z
1472026-05-15T19:47:51.408ZChanged packages:
1482026-05-15T19:47:51.408Zhelios
1492026-05-15T19:47:51.409Z developer/build-essential
1502026-05-15T19:47:51.409Z None -> 11-3.0
1512026-05-15T19:47:51.409Z library/libxmlsec1
1522026-05-15T19:47:51.409Z None -> 1.2.35-3.0
1532026-05-15T19:47:51.431Z
1542026-05-15T19:47:51.431ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-15T19:47:52.101ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1562026-05-15T19:47:52.158Z Actions: 1/268 actions (Installing new actions)
1572026-05-15T19:47:52.195Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-15T19:47:52.200ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-15T19:47:52.200ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-15T19:47:52.215ZFinalize: Updating image state ... Done (0.015s)
1612026-05-15T19:47:54.609ZFinalize: Creating fast lookup database ... Done (2.373s)
1622026-05-15T19:47:54.678ZFinalize: Reading search index ... Done (0.012s)
1632026-05-15T19:47:54.681ZFinalize: Updating search index ... Done (0.000s)
1642026-05-15T19:47:54.763ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-15T19:47:55.062ZPlanning: Evaluating mediator changes ... Done
1662026-05-15T19:47:55.167ZPlanning: Checking for conflicting actions ... Done
1672026-05-15T19:47:55.170ZPlanning: Consolidating action changes ... Done
1682026-05-15T19:47:55.327ZPlanning: Evaluating mediators ... Done
1692026-05-15T19:47:55.330ZPlanning: Planning completed in 0.27 seconds
1702026-05-15T19:47:55.350Z Mediators to change: 2
1712026-05-15T19:47:55.350Z Create boot environment: No
1722026-05-15T19:47:55.350ZCreate backup boot environment: No
1732026-05-15T19:47:55.414ZFinalize: Updating package state database ... Done
1742026-05-15T19:47:55.414ZFinalize: Updating package cache ... Done
1752026-05-15T19:47:55.424ZFinalize: Updating image state ... Done
1762026-05-15T19:47:57.380ZFinalize: Creating fast lookup database ... Done
1772026-05-15T19:47:57.441ZFinalize: Reading search index ... Done
1782026-05-15T19:47:57.444ZFinalize: Updating search index ... Done
1792026-05-15T19:47:57.541ZFinalize: Updating package cache ... Done
1802026-05-15T19:47:57.830ZPlanning: Evaluating mediator changes ... Done
1812026-05-15T19:47:57.935ZPlanning: Checking for conflicting actions ... Done
1822026-05-15T19:47:57.938ZPlanning: Consolidating action changes ... Done
1832026-05-15T19:47:58.096ZPlanning: Evaluating mediators ... Done
1842026-05-15T19:47:58.098ZPlanning: Planning completed in 0.27 seconds
1852026-05-15T19:47:58.117Z Mediators to change: 1
1862026-05-15T19:47:58.118Z Create boot environment: No
1872026-05-15T19:47:58.118ZCreate backup boot environment: No
1882026-05-15T19:47:58.168ZFinalize: Updating package state database ... Done
1892026-05-15T19:47:58.168ZFinalize: Updating package cache ... Done
1902026-05-15T19:47:58.177ZFinalize: Updating image state ... Done
1912026-05-15T19:48:00.128ZFinalize: Creating fast lookup database ... Done
1922026-05-15T19:48:00.191ZFinalize: Reading search index ... Done
1932026-05-15T19:48:00.197ZFinalize: Updating search index ... Done
1942026-05-15T19:48:00.258ZFinalize: Updating package cache ... Done
1952026-05-15T19:48:00.572ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-15T19:48:00.572Zapache system 2.4 system
1972026-05-15T19:48:00.572Zclang system 15 system
1982026-05-15T19:48:00.572Zcsh system system illumos
1992026-05-15T19:48:00.572Zctags system system illumos
2002026-05-15T19:48:00.572Zfile vendor vendor darwinsys
2012026-05-15T19:48:00.572Zfile system system illumos
2022026-05-15T19:48:00.572Zgcc vendor 14 vendor
2032026-05-15T19:48:00.572Zgcc system 13 system
2042026-05-15T19:48:00.572Zgcc system 10 system
2052026-05-15T19:48:00.572Zgo system 1.25 system
2062026-05-15T19:48:00.572Zllvm system 15 system
2072026-05-15T19:48:00.572Zmariadb system 11.4 system
2082026-05-15T19:48:00.572Zmta vendor vendor dma
2092026-05-15T19:48:00.572Zopenjdk system 17 system
2102026-05-15T19:48:00.572Zopenjdk system 11 system
2112026-05-15T19:48:00.572Zopenssl vendor 3 vendor
2122026-05-15T19:48:00.572Zperl system 5.40 system
2132026-05-15T19:48:00.572Zpostgresql system 18 system
2142026-05-15T19:48:00.572Zpostgresql system 17 system
2152026-05-15T19:48:00.572Zpython vendor 3 vendor
2162026-05-15T19:48:00.572Zpython system 2 system
2172026-05-15T19:48:00.572Zpython3 vendor 3.13 vendor
2182026-05-15T19:48:00.572Zruby system 3.4 system
2192026-05-15T19:48:00.572Zruby system 3.0 system
2202026-05-15T19:48:00.572Zwords vendor vendor american-english
2212026-05-15T19:48:00.572Zwords system system australian-english
2222026-05-15T19:48:00.572Zwords system system british-english
2232026-05-15T19:48:00.573Zwords system system canadian-english
2242026-05-15T19:48:00.573Zwords system system french
2252026-05-15T19:48:00.573Zwords system system italian
2262026-05-15T19:48:00.573Zwords system system ngerman
2272026-05-15T19:48:00.573Zwords system system ogerman
2282026-05-15T19:48:00.573Zwords system system spanish
2292026-05-15T19:48:00.829ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-15T19:48:00.829Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-15T19:48:01.101ZFMRI IFO
2322026-05-15T19:48:01.101Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-15T19:48:01.101Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-15T19:48:01.101Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-15T19:48:01.101Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-15T19:48:01.101Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-15T19:48:01.101Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-15T19:48:01.101Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-15T19:48:01.101Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-15T19:48:01.101Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-15T19:48:01.353Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-15T19:48:01.637Z Updating crates.io index
2432026-05-15T19:48:01.640Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-15T19:48:01.933Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-15T19:48:02.810Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-15T19:48:03.653Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-15T19:48:04.678Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-15T19:48:05.233Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-15T19:48:06.562Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-15T19:48:07.310Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-15T19:48:07.802Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-15T19:48:08.613Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-15T19:48:09.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-15T19:48:09.588Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-15T19:48:09.893Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-15T19:48:11.020Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-15T19:48:11.502Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-15T19:48:11.727Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-15T19:48:12.079Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-15T19:48:12.454Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-15T19:48:12.852Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-15T19:48:13.176Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-15T19:48:13.409Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-15T19:48:13.670Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-15T19:48:14.086Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-15T19:48:14.505Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-15T19:48:15.124Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-15T19:48:15.480Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-15T19:48:15.849Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-15T19:48:17.264Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-15T19:48:18.004Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-15T19:48:18.520Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-15T19:48:19.040Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-15T19:48:19.308Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-15T19:48:19.745Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-15T19:48:20.016Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-15T19:48:20.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-15T19:48:20.903Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-15T19:48:21.166Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-15T19:48:21.409Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-15T19:48:21.780Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-15T19:48:33.617Z Downloading crates ...
2832026-05-15T19:48:33.682Z Downloaded proc-macro-error-attr v1.0.4
2842026-05-15T19:48:33.684Z Downloaded textwrap v0.16.2
2852026-05-15T19:48:33.687Z Downloaded thiserror v2.0.18
2862026-05-15T19:48:33.690Z Downloaded terminal_size v0.4.3
2872026-05-15T19:48:33.693Z Downloaded cargo-platform v0.2.0
2882026-05-15T19:48:33.693Z Downloaded unicode-xid v0.2.6
2892026-05-15T19:48:33.693Z Downloaded camino v1.2.2
2902026-05-15T19:48:33.695Z Downloaded zerofrom-derive v0.1.6
2912026-05-15T19:48:33.695Z Downloaded usdt v0.5.0
2922026-05-15T19:48:33.698Z Downloaded pest_derive v2.8.6
2932026-05-15T19:48:33.698Z Downloaded erased-serde v0.4.9
2942026-05-15T19:48:33.701Z Downloaded utf8parse v0.2.2
2952026-05-15T19:48:33.701Z Downloaded typeid v1.0.3
2962026-05-15T19:48:33.701Z Downloaded usdt-attr-macro v0.5.0
2972026-05-15T19:48:33.701Z Downloaded thread-id v4.2.2
2982026-05-15T19:48:33.703Z Downloaded cargo-util-schemas v0.8.2
2992026-05-15T19:48:33.703Z Downloaded bitflags v2.11.0
3002026-05-15T19:48:33.706Z Downloaded errno v0.3.14
3012026-05-15T19:48:33.709Z Downloaded cfg-if v1.0.4
3022026-05-15T19:48:33.709Z Downloaded toml_write v0.1.2
3032026-05-15T19:48:33.709Z Downloaded cargo_toml v0.21.0
3042026-05-15T19:48:33.711Z Downloaded yoke-derive v0.8.1
3052026-05-15T19:48:33.711Z Downloaded version_check v0.9.5
3062026-05-15T19:48:33.712Z Downloaded usdt-macro v0.5.0
3072026-05-15T19:48:33.712Z Downloaded toml_datetime v0.6.11
3082026-05-15T19:48:33.714Z Downloaded zerofrom v0.1.6
3092026-05-15T19:48:33.714Z Downloaded cargo_metadata v0.21.0
3102026-05-15T19:48:33.714Z Downloaded utf8_iter v1.0.4
3112026-05-15T19:48:33.714Z Downloaded bytecount v0.6.9
3122026-05-15T19:48:33.717Z Downloaded block-buffer v0.10.4
3132026-05-15T19:48:33.717Z Downloaded anstream v0.6.21
3142026-05-15T19:48:33.720Z Downloaded fnv v1.0.7
3152026-05-15T19:48:33.720Z Downloaded anstyle-query v1.1.5
3162026-05-15T19:48:33.720Z Downloaded camino-tempfile v1.4.1
3172026-05-15T19:48:33.720Z Downloaded autocfg v1.5.0
3182026-05-15T19:48:33.723Z Downloaded unicode-linebreak v0.1.5
3192026-05-15T19:48:33.723Z Downloaded smawk v0.3.2
3202026-05-15T19:48:33.723Z Downloaded cpufeatures v0.2.17
3212026-05-15T19:48:33.725Z Downloaded clap v4.5.60
3222026-05-15T19:48:33.729Z Downloaded zerovec-derive v0.11.2
3232026-05-15T19:48:33.744Z Downloaded thiserror v1.0.69
3242026-05-15T19:48:33.744Z Downloaded tinystr v0.8.2
3252026-05-15T19:48:33.744Z Downloaded smallvec v1.15.1
3262026-05-15T19:48:33.744Z Downloaded yoke v0.8.1
3272026-05-15T19:48:33.744Z Downloaded zmij v1.0.21
3282026-05-15T19:48:33.744Z Downloaded thiserror-impl v1.0.69
3292026-05-15T19:48:33.744Z Downloaded memmap v0.7.0
3302026-05-15T19:48:33.744Z Downloaded usdt-impl v0.5.0
3312026-05-15T19:48:33.744Z Downloaded thiserror-impl v2.0.18
3322026-05-15T19:48:33.744Z Downloaded zerocopy-derive v0.7.35
3332026-05-15T19:48:33.747Z Downloaded ucd-trie v0.1.7
3342026-05-15T19:48:33.747Z Downloaded pretty-hex v0.4.1
3352026-05-15T19:48:33.748Z Downloaded macaddr v1.0.1
3362026-05-15T19:48:33.748Z Downloaded itoa v1.0.17
3372026-05-15T19:48:33.751Z Downloaded form_urlencoded v1.2.2
3382026-05-15T19:48:33.751Z Downloaded generic-array v0.14.7
3392026-05-15T19:48:33.751Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-15T19:48:33.751Z Downloaded fastrand v2.3.0
3412026-05-15T19:48:33.755Z Downloaded crypto-common v0.1.7
3422026-05-15T19:48:33.755Z Downloaded writeable v0.6.2
3432026-05-15T19:48:33.755Z Downloaded clap_derive v4.5.55
3442026-05-15T19:48:33.755Z Downloaded unicode-ident v1.0.24
3452026-05-15T19:48:33.758Z Downloaded typenum v1.19.0
3462026-05-15T19:48:33.758Z Downloaded idna_adapter v1.2.1
3472026-05-15T19:48:33.761Z Downloaded dof v0.3.0
3482026-05-15T19:48:33.761Z Downloaded potential_utf v0.1.4
3492026-05-15T19:48:33.761Z Downloaded heck v0.4.1
3502026-05-15T19:48:33.761Z Downloaded toml v0.8.23
3512026-05-15T19:48:33.764Z Downloaded clap_lex v1.0.0
3522026-05-15T19:48:33.764Z Downloaded strsim v0.11.1
3532026-05-15T19:48:33.764Z Downloaded serde-value v0.7.0
3542026-05-15T19:48:33.764Z Downloaded digest v0.10.7
3552026-05-15T19:48:33.764Z Downloaded byteorder v1.5.0
3562026-05-15T19:48:33.767Z Downloaded equivalent v1.0.2
3572026-05-15T19:48:33.769Z Downloaded colorchoice v1.0.4
3582026-05-15T19:48:33.772Z Downloaded tabled_derive v0.7.0
3592026-05-15T19:48:33.774Z Downloaded serde-untagged v0.1.9
3602026-05-15T19:48:33.777Z Downloaded anstyle v1.0.13
3612026-05-15T19:48:33.777Z Downloaded toml_edit v0.22.27
3622026-05-15T19:48:33.780Z Downloaded zerotrie v0.2.3
3632026-05-15T19:48:33.780Z Downloaded swrite v0.1.0
3642026-05-15T19:48:33.783Z Downloaded heck v0.5.0
3652026-05-15T19:48:33.783Z Downloaded url v2.5.8
3662026-05-15T19:48:33.785Z Downloaded plain v0.2.3
3672026-05-15T19:48:33.786Z Downloaded ordered-float v2.10.1
3682026-05-15T19:48:33.788Z Downloaded percent-encoding v2.3.2
3692026-05-15T19:48:33.791Z Downloaded zerovec v0.11.5
3702026-05-15T19:48:33.794Z Downloaded stable_deref_trait v1.2.1
3712026-05-15T19:48:33.797Z Downloaded scroll_derive v0.12.1
3722026-05-15T19:48:33.797Z Downloaded dtrace-parser v0.2.0
3732026-05-15T19:48:33.800Z Downloaded zerocopy v0.7.35
3742026-05-15T19:48:33.806Z Downloaded quote v1.0.45
3752026-05-15T19:48:33.808Z Downloaded winnow v0.7.14
3762026-05-15T19:48:33.812Z Downloaded displaydoc v0.2.5
3772026-05-15T19:48:33.814Z Downloaded icu_properties v2.1.2
3782026-05-15T19:48:33.817Z Downloaded serde_spanned v0.6.9
3792026-05-15T19:48:33.817Z Downloaded icu_locale_core v2.1.1
3802026-05-15T19:48:33.820Z Downloaded unicode-width v0.2.0
3812026-05-15T19:48:33.822Z Downloaded scroll v0.12.0
3822026-05-15T19:48:33.825Z Downloaded unicode-width v0.1.14
3832026-05-15T19:48:33.827Z Downloaded synstructure v0.13.2
3842026-05-15T19:48:33.828Z Downloaded sha2 v0.10.9
3852026-05-15T19:48:33.830Z Downloaded serde_tokenstream v0.2.3
3862026-05-15T19:48:33.830Z Downloaded proc-macro-error v1.0.4
3872026-05-15T19:48:33.833Z Downloaded icu_normalizer_data v2.1.1
3882026-05-15T19:48:33.833Z Downloaded anstyle-parse v0.2.7
3892026-05-15T19:48:33.836Z Downloaded anyhow v1.0.102
3902026-05-15T19:48:33.838Z Downloaded litemap v0.8.1
3912026-05-15T19:48:33.841Z Downloaded once_cell v1.21.3
3922026-05-15T19:48:33.855Z Downloaded fs-err v3.3.0
3932026-05-15T19:48:33.858Z Downloaded semver v1.0.28
3942026-05-15T19:48:33.865Z Downloaded papergrid v0.11.0
3952026-05-15T19:48:33.868Z Downloaded getrandom v0.4.1
3962026-05-15T19:48:33.870Z Downloaded num-traits v0.2.19
3972026-05-15T19:48:33.874Z Downloaded serde_core v1.0.228
3982026-05-15T19:48:33.877Z Downloaded icu_provider v2.1.1
3992026-05-15T19:48:33.877Z Downloaded log v0.4.29
4002026-05-15T19:48:33.880Z Downloaded proc-macro2 v1.0.106
4012026-05-15T19:48:33.884Z Downloaded tempfile v3.25.0
4022026-05-15T19:48:33.887Z Downloaded pest_meta v2.8.6
4032026-05-15T19:48:33.890Z Downloaded pest_generator v2.8.6
4042026-05-15T19:48:33.893Z Downloaded serde_derive v1.0.228
4052026-05-15T19:48:33.906Z Downloaded serde v1.0.228
4062026-05-15T19:48:33.910Z Downloaded icu_collections v2.1.1
4072026-05-15T19:48:33.914Z Downloaded pest v2.8.6
4082026-05-15T19:48:33.917Z Downloaded icu_normalizer v2.1.1
4092026-05-15T19:48:33.928Z Downloaded indexmap v2.14.0
4102026-05-15T19:48:33.931Z Downloaded memchr v2.8.0
4112026-05-15T19:48:33.958Z Downloaded icu_properties_data v2.1.2
4122026-05-15T19:48:33.963Z Downloaded hashbrown v0.17.0
4132026-05-15T19:48:33.966Z Downloaded idna v1.1.0
4142026-05-15T19:48:33.971Z Downloaded clap_builder v4.5.60
4152026-05-15T19:48:33.975Z Downloaded serde_json v1.0.149
4162026-05-15T19:48:33.980Z Downloaded goblin v0.8.2
4172026-05-15T19:48:33.983Z Downloaded tabled v0.15.0
4182026-05-15T19:48:33.990Z Downloaded syn v1.0.109
4192026-05-15T19:48:34.003Z Downloaded syn v2.0.117
4202026-05-15T19:48:34.017Z Downloaded rustix v1.1.3
4212026-05-15T19:48:34.044Z Downloaded libc v0.2.185
4222026-05-15T19:48:34.111Z Compiling proc-macro2 v1.0.106
4232026-05-15T19:48:34.112Z Compiling unicode-ident v1.0.24
4242026-05-15T19:48:34.112Z Compiling quote v1.0.45
4252026-05-15T19:48:34.114Z Compiling serde_core v1.0.228
4262026-05-15T19:48:34.115Z Compiling libc v0.2.185
4272026-05-15T19:48:34.115Z Compiling version_check v0.9.5
4282026-05-15T19:48:34.115Z Compiling memchr v2.8.0
4292026-05-15T19:48:34.115Z Compiling serde v1.0.228
4302026-05-15T19:48:34.451Z Compiling stable_deref_trait v1.2.1
4312026-05-15T19:48:34.524Z Compiling zmij v1.0.21
4322026-05-15T19:48:34.684Z Compiling itoa v1.0.17
4332026-05-15T19:48:34.700Z Compiling thiserror v1.0.69
4342026-05-15T19:48:34.860Z Compiling ucd-trie v0.1.7
4352026-05-15T19:48:34.974Z Compiling autocfg v1.5.0
4362026-05-15T19:48:35.074Z Compiling pest v2.8.6
4372026-05-15T19:48:35.089Z Compiling litemap v0.8.1
4382026-05-15T19:48:35.103Z Compiling writeable v0.6.2
4392026-05-15T19:48:35.313Z Compiling rustix v1.1.3
4402026-05-15T19:48:35.417Z Compiling icu_properties_data v2.1.2
4412026-05-15T19:48:35.540Z Compiling syn v2.0.117
4422026-05-15T19:48:35.610Z Compiling byteorder v1.5.0
4432026-05-15T19:48:35.626Z Compiling icu_normalizer_data v2.1.1
4442026-05-15T19:48:35.703Z Compiling errno v0.3.14
4452026-05-15T19:48:35.824Z Compiling bitflags v2.11.0
4462026-05-15T19:48:35.839Z Compiling serde_json v1.0.149
4472026-05-15T19:48:35.927Z Compiling num-traits v0.2.19
4482026-05-15T19:48:36.053Z Compiling hashbrown v0.17.0
4492026-05-15T19:48:36.114Z Compiling equivalent v1.0.2
4502026-05-15T19:48:36.207Z Compiling pest_meta v2.8.6
4512026-05-15T19:48:36.257Z Compiling smallvec v1.15.1
4522026-05-15T19:48:36.367Z Compiling typeid v1.0.3
4532026-05-15T19:48:36.603Z Compiling indexmap v2.14.0
4542026-05-15T19:48:36.622Z Compiling thread-id v4.2.2
4552026-05-15T19:48:36.659Z Compiling usdt-impl v0.5.0
4562026-05-15T19:48:36.679Z Compiling proc-macro-error-attr v1.0.4
4572026-05-15T19:48:36.704Z Compiling erased-serde v0.4.9
4582026-05-15T19:48:36.863Z Compiling toml_write v0.1.2
4592026-05-15T19:48:36.866Z Compiling winnow v0.7.14
4602026-05-15T19:48:37.037Z Compiling syn v1.0.109
4612026-05-15T19:48:37.324Z Compiling proc-macro-error v1.0.4
4622026-05-15T19:48:37.386Z Compiling utf8_iter v1.0.4
4632026-05-15T19:48:37.525Z Compiling camino v1.2.2
4642026-05-15T19:48:37.551Z Compiling thiserror v2.0.18
4652026-05-15T19:48:37.837Z Compiling getrandom v0.4.1
4662026-05-15T19:48:37.850Z Compiling utf8parse v0.2.2
4672026-05-15T19:48:37.865Z Compiling log v0.4.29
4682026-05-15T19:48:37.879Z Compiling percent-encoding v2.3.2
4692026-05-15T19:48:37.961Z Compiling plain v0.2.3
4702026-05-15T19:48:37.978Z Compiling anstyle-parse v0.2.7
4712026-05-15T19:48:38.047Z Compiling form_urlencoded v1.2.2
4722026-05-15T19:48:38.127Z Compiling synstructure v0.13.2
4732026-05-15T19:48:38.165Z Compiling pest_generator v2.8.6
4742026-05-15T19:48:38.203Z Compiling ordered-float v2.10.1
4752026-05-15T19:48:38.341Z Compiling terminal_size v0.4.3
4762026-05-15T19:48:38.482Z Compiling pretty-hex v0.4.1
4772026-05-15T19:48:38.620Z Compiling is_terminal_polyfill v1.70.2
4782026-05-15T19:48:38.669Z Compiling cfg-if v1.0.4
4792026-05-15T19:48:38.706Z Compiling colorchoice v1.0.4
4802026-05-15T19:48:38.721Z Compiling anstyle v1.0.13
4812026-05-15T19:48:38.724Z Compiling anstyle-query v1.1.5
4822026-05-15T19:48:38.819Z Compiling serde-untagged v0.1.9
4832026-05-15T19:48:38.862Z Compiling semver v1.0.28
4842026-05-15T19:48:38.916Z Compiling anstream v0.6.21
4852026-05-15T19:48:38.941Z Compiling fs-err v3.3.0
4862026-05-15T19:48:39.060Z Compiling fnv v1.0.7
4872026-05-15T19:48:39.126Z Compiling strsim v0.11.1
4882026-05-15T19:48:39.161Z Compiling clap_lex v1.0.0
4892026-05-15T19:48:39.179Z Compiling heck v0.5.0
4902026-05-15T19:48:39.216Z Compiling unicode-xid v0.2.6
4912026-05-15T19:48:39.230Z Compiling bytecount v0.6.9
4922026-05-15T19:48:39.339Z Compiling unicode-width v0.1.14
4932026-05-15T19:48:39.383Z Compiling fastrand v2.3.0
4942026-05-15T19:48:39.411Z Compiling anyhow v1.0.102
4952026-05-15T19:48:39.464Z Compiling once_cell v1.21.3
4962026-05-15T19:48:39.608Z Compiling heck v0.4.1
4972026-05-15T19:48:39.642Z Compiling tempfile v3.25.0
4982026-05-15T19:48:39.662Z Compiling papergrid v0.11.0
4992026-05-15T19:48:39.678Z Compiling clap_builder v4.5.60
5002026-05-15T19:48:39.844Z Compiling serde_derive v1.0.228
5012026-05-15T19:48:39.921Z Compiling zerofrom-derive v0.1.6
5022026-05-15T19:48:39.937Z Compiling yoke-derive v0.8.1
5032026-05-15T19:48:40.011Z Compiling zerovec-derive v0.11.2
5042026-05-15T19:48:40.319Z Compiling displaydoc v0.2.5
5052026-05-15T19:48:41.069Z Compiling thiserror-impl v1.0.69
5062026-05-15T19:48:41.099Z Compiling zerocopy-derive v0.7.35
5072026-05-15T19:48:41.127Z Compiling pest_derive v2.8.6
5082026-05-15T19:48:41.155Z Compiling scroll_derive v0.12.1
5092026-05-15T19:48:41.357Z Compiling zerofrom v0.1.6
5102026-05-15T19:48:41.492Z Compiling yoke v0.8.1
5112026-05-15T19:48:41.547Z Compiling thiserror-impl v2.0.18
5122026-05-15T19:48:41.684Z Compiling zerovec v0.11.5
5132026-05-15T19:48:41.821Z Compiling zerotrie v0.2.3
5142026-05-15T19:48:41.951Z Compiling zerocopy v0.7.35
5152026-05-15T19:48:42.120Z Compiling scroll v0.12.0
5162026-05-15T19:48:42.186Z Compiling tinystr v0.8.2
5172026-05-15T19:48:42.391Z Compiling icu_locale_core v2.1.1
5182026-05-15T19:48:42.394Z Compiling potential_utf v0.1.4
5192026-05-15T19:48:42.429Z Compiling dtrace-parser v0.2.0
5202026-05-15T19:48:42.496Z Compiling goblin v0.8.2
5212026-05-15T19:48:42.573Z Compiling icu_collections v2.1.1
5222026-05-15T19:48:42.731Z Compiling tabled_derive v0.7.0
5232026-05-15T19:48:42.777Z Compiling clap_derive v4.5.55
5242026-05-15T19:48:43.066Z Compiling icu_provider v2.1.1
5252026-05-15T19:48:43.277Z Compiling icu_normalizer v2.1.1
5262026-05-15T19:48:43.295Z Compiling icu_properties v2.1.2
5272026-05-15T19:48:43.295Z Compiling serde_spanned v0.6.9
5282026-05-15T19:48:43.347Z Compiling toml_datetime v0.6.11
5292026-05-15T19:48:43.384Z Compiling dof v0.3.0
5302026-05-15T19:48:43.462Z Compiling serde_tokenstream v0.2.3
5312026-05-15T19:48:43.629Z Compiling toml_edit v0.22.27
5322026-05-15T19:48:43.644Z Compiling serde-value v0.7.0
5332026-05-15T19:48:43.778Z Compiling cargo-platform v0.2.0
5342026-05-15T19:48:43.827Z Compiling memmap v0.7.0
5352026-05-15T19:48:44.005Z Compiling smawk v0.3.2
5362026-05-15T19:48:44.020Z Compiling unicode-width v0.2.0
5372026-05-15T19:48:44.061Z Compiling unicode-linebreak v0.1.5
5382026-05-15T19:48:44.144Z Compiling tabled v0.15.0
5392026-05-15T19:48:44.292Z Compiling idna_adapter v1.2.1
5402026-05-15T19:48:44.310Z Compiling textwrap v0.16.2
5412026-05-15T19:48:44.388Z Compiling usdt-attr-macro v0.5.0
5422026-05-15T19:48:44.412Z Compiling idna v1.1.0
5432026-05-15T19:48:44.436Z Compiling usdt-macro v0.5.0
5442026-05-15T19:48:44.530Z Compiling clap v4.5.60
5452026-05-15T19:48:44.617Z Compiling macaddr v1.0.1
5462026-05-15T19:48:44.761Z Compiling url v2.5.8
5472026-05-15T19:48:45.048Z Compiling toml v0.8.23
5482026-05-15T19:48:45.489Z Compiling cargo-util-schemas v0.8.2
5492026-05-15T19:48:45.565Z Compiling cargo_toml v0.21.0
5502026-05-15T19:48:45.581Z Compiling camino-tempfile v1.4.1
5512026-05-15T19:48:45.734Z Compiling usdt v0.5.0
5522026-05-15T19:48:45.816Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-15T19:48:45.973Z Compiling swrite v0.1.0
5542026-05-15T19:48:46.407Z Compiling cargo_metadata v0.21.0
5552026-05-15T19:48:47.334Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-15T19:48:49.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.19s
5572026-05-15T19:48:49.612Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-15T19:48:50.180Z Downloading crates ...
5592026-05-15T19:48:50.280Z Downloaded bcrypt-pbkdf v0.10.0
5602026-05-15T19:48:50.283Z Downloaded atomicwrites v0.4.4
5612026-05-15T19:48:50.289Z Downloaded backon v1.6.0
5622026-05-15T19:48:50.294Z Downloaded cfg_aliases v0.1.1
5632026-05-15T19:48:50.297Z Downloaded cargo-platform v0.1.9
5642026-05-15T19:48:50.297Z Downloaded bitfield-macros v0.19.4
5652026-05-15T19:48:50.297Z Downloaded crc-catalog v2.4.0
5662026-05-15T19:48:50.299Z Downloaded derive_builder_macro v0.20.2
5672026-05-15T19:48:50.299Z Downloaded critical-section v1.2.0
5682026-05-15T19:48:50.302Z Downloaded defmt v0.3.100
5692026-05-15T19:48:50.302Z Downloaded darling_macro v0.23.0
5702026-05-15T19:48:50.302Z Downloaded adler2 v2.0.1
5712026-05-15T19:48:50.305Z Downloaded base16ct v0.2.0
5722026-05-15T19:48:50.305Z Downloaded block-padding v0.3.3
5732026-05-15T19:48:50.308Z Downloaded darling_macro v0.21.3
5742026-05-15T19:48:50.308Z Downloaded async-recursion v1.1.1
5752026-05-15T19:48:50.311Z Downloaded flagset v0.4.7
5762026-05-15T19:48:50.314Z Downloaded crc8 v0.1.1
5772026-05-15T19:48:50.314Z Downloaded darling_core v0.20.11
5782026-05-15T19:48:50.317Z Downloaded csv-core v0.1.13
5792026-05-15T19:48:50.319Z Downloaded assert_matches v1.5.0
5802026-05-15T19:48:50.319Z Downloaded ena v0.14.4
5812026-05-15T19:48:50.322Z Downloaded data-encoding v2.10.0
5822026-05-15T19:48:50.322Z Downloaded darling v0.20.11
5832026-05-15T19:48:50.325Z Downloaded bitfield-struct v0.6.2
5842026-05-15T19:48:50.327Z Downloaded dof v0.4.0
5852026-05-15T19:48:50.327Z Downloaded derive_more-impl v2.1.1
5862026-05-15T19:48:50.330Z Downloaded cbc v0.1.2
5872026-05-15T19:48:50.333Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-05-15T19:48:50.333Z Downloaded getrandom v0.3.4
5892026-05-15T19:48:50.335Z Downloaded daft v0.1.5
5902026-05-15T19:48:50.338Z Downloaded buf-list v1.1.2
5912026-05-15T19:48:50.338Z Downloaded embedded-io v0.6.1
5922026-05-15T19:48:50.341Z Downloaded derive_builder v0.20.2
5932026-05-15T19:48:50.344Z Downloaded des v0.8.1
5942026-05-15T19:48:50.346Z Downloaded constant_time_eq v0.4.2
5952026-05-15T19:48:50.346Z Downloaded dropshot-api-manager-types v0.7.1
5962026-05-15T19:48:50.346Z Downloaded embedded-io v0.4.0
5972026-05-15T19:48:50.350Z Downloaded backoff v0.4.0
5982026-05-15T19:48:50.350Z Downloaded dropshot_endpoint v0.17.0
5992026-05-15T19:48:50.353Z Downloaded dirs-next v2.0.0
6002026-05-15T19:48:50.353Z Downloaded bit-vec v0.6.3
6012026-05-15T19:48:50.356Z Downloaded fixedbitset v0.5.7
6022026-05-15T19:48:50.356Z Downloaded compression-core v0.4.31
6032026-05-15T19:48:50.356Z Downloaded cobs v0.3.0
6042026-05-15T19:48:50.359Z Downloaded bb8 v0.8.6
6052026-05-15T19:48:50.359Z Downloaded crossterm v0.28.1
6062026-05-15T19:48:50.362Z Downloaded fd-lock v4.0.4
6072026-05-15T19:48:50.365Z Downloaded dunce v1.0.5
6082026-05-15T19:48:50.365Z Downloaded downcast-rs v2.0.2
6092026-05-15T19:48:50.365Z Downloaded crucible-workspace-hack v0.1.0
6102026-05-15T19:48:50.365Z Downloaded dyn-clone v1.0.20
6112026-05-15T19:48:50.368Z Downloaded cpufeatures v0.3.0
6122026-05-15T19:48:50.368Z Downloaded fixedbitset v0.4.2
6132026-05-15T19:48:50.368Z Downloaded dtrace-parser v0.3.0
6142026-05-15T19:48:50.371Z Downloaded cmake v0.1.57
6152026-05-15T19:48:50.371Z Downloaded defmt v1.0.1
6162026-05-15T19:48:50.373Z Downloaded bitfield v0.19.4
6172026-05-15T19:48:50.376Z Downloaded document-features v0.2.12
6182026-05-15T19:48:50.376Z Downloaded endian-type v0.1.2
6192026-05-15T19:48:50.376Z Downloaded arrayref v0.3.9
6202026-05-15T19:48:50.379Z Downloaded cstr-argument v0.1.2
6212026-05-15T19:48:50.379Z Downloaded dsl_auto_type v0.2.0
6222026-05-15T19:48:50.379Z Downloaded crc v3.4.0
6232026-05-15T19:48:50.381Z Downloaded cookie v0.18.1
6242026-05-15T19:48:50.381Z Downloaded castaway v0.2.4
6252026-05-15T19:48:50.384Z Downloaded convert_case v0.4.0
6262026-05-15T19:48:50.384Z Downloaded bit-set v0.5.3
6272026-05-15T19:48:50.384Z Downloaded derive_builder_core v0.20.2
6282026-05-15T19:48:50.387Z Downloaded crypto-bigint v0.5.5
6292026-05-15T19:48:50.389Z Downloaded foreign-types v0.5.0
6302026-05-15T19:48:50.392Z Downloaded difflib v0.4.0
6312026-05-15T19:48:50.392Z Downloaded env_filter v1.0.0
6322026-05-15T19:48:50.392Z Downloaded dirs-sys-next v0.1.2
6332026-05-15T19:48:50.395Z Downloaded ciborium-io v0.2.2
6342026-05-15T19:48:50.395Z Downloaded base64ct v1.8.3
6352026-05-15T19:48:50.397Z Downloaded futures-sink v0.3.32
6362026-05-15T19:48:50.397Z Downloaded foreign-types v0.3.2
6372026-05-15T19:48:50.400Z Downloaded defmt-parser v1.0.0
6382026-05-15T19:48:50.400Z Downloaded aead v0.5.2
6392026-05-15T19:48:50.400Z Downloaded async-trait v0.1.89
6402026-05-15T19:48:50.403Z Downloaded console v0.15.11
6412026-05-15T19:48:50.406Z Downloaded gethostname v0.5.0
6422026-05-15T19:48:50.406Z Downloaded foreign-types-shared v0.3.1
6432026-05-15T19:48:50.406Z Downloaded foreign-types-macros v0.2.3
6442026-05-15T19:48:50.408Z Downloaded cfg_aliases v0.2.1
6452026-05-15T19:48:50.408Z Downloaded atty v0.2.14
6462026-05-15T19:48:50.408Z Downloaded array-init v0.0.4
6472026-05-15T19:48:50.409Z Downloaded foreign-types-shared v0.1.1
6482026-05-15T19:48:50.411Z Downloaded fxhash v0.2.1
6492026-05-15T19:48:50.411Z Downloaded futures-macro v0.3.32
6502026-05-15T19:48:50.411Z Downloaded futures-io v0.3.32
6512026-05-15T19:48:50.411Z Downloaded git-stub v1.0.0
6522026-05-15T19:48:50.414Z Downloaded defmt-macros v1.0.1
6532026-05-15T19:48:50.414Z Downloaded funty v2.0.0
6542026-05-15T19:48:50.417Z Downloaded ecdsa v0.16.9
6552026-05-15T19:48:50.417Z Downloaded crossbeam-epoch v0.9.18
6562026-05-15T19:48:50.419Z Downloaded crc32fast v1.5.0
6572026-05-15T19:48:50.420Z Downloaded async-stream-impl v0.3.6
6582026-05-15T19:48:50.420Z Downloaded async-stream v0.3.6
6592026-05-15T19:48:50.422Z Downloaded curve25519-dalek-derive v0.1.1
6602026-05-15T19:48:50.422Z Downloaded const_format_proc_macros v0.2.34
6612026-05-15T19:48:50.425Z Downloaded display-error-chain v0.2.2
6622026-05-15T19:48:50.425Z Downloaded crunchy v0.2.4
6632026-05-15T19:48:50.425Z Downloaded enum-as-inner v0.6.1
6642026-05-15T19:48:50.428Z Downloaded chacha20 v0.9.1
6652026-05-15T19:48:50.428Z Downloaded bit-vec v0.8.0
6662026-05-15T19:48:50.430Z Downloaded float-ord v0.3.2
6672026-05-15T19:48:50.430Z Downloaded cipher v0.4.4
6682026-05-15T19:48:50.430Z Downloaded ahash v0.8.12
6692026-05-15T19:48:50.433Z Downloaded ascii-canvas v3.0.0
6702026-05-15T19:48:50.433Z Downloaded bit-set v0.8.0
6712026-05-15T19:48:50.436Z Downloaded debug-ignore v1.0.5
6722026-05-15T19:48:50.436Z Downloaded ghash v0.5.1
6732026-05-15T19:48:50.439Z Downloaded hex-literal v0.4.1
6742026-05-15T19:48:50.439Z Downloaded cexpr v0.6.0
6752026-05-15T19:48:50.439Z Downloaded float-cmp v0.10.0
6762026-05-15T19:48:50.441Z Downloaded darling_macro v0.20.11
6772026-05-15T19:48:50.441Z Downloaded base64 v0.22.1
6782026-05-15T19:48:50.444Z Downloaded headers-core v0.3.0
6792026-05-15T19:48:50.444Z Downloaded bitflags v1.3.2
6802026-05-15T19:48:50.447Z Downloaded futures-core v0.3.32
6812026-05-15T19:48:50.447Z Downloaded ciborium-ll v0.2.2
6822026-05-15T19:48:50.447Z Downloaded futures-executor v0.3.32
6832026-05-15T19:48:50.450Z Downloaded fallible-iterator v0.2.0
6842026-05-15T19:48:50.450Z Downloaded cassowary v0.3.0
6852026-05-15T19:48:50.450Z Downloaded hostname v0.3.1
6862026-05-15T19:48:50.453Z Downloaded http-body v1.0.1
6872026-05-15T19:48:50.453Z Downloaded ctr v0.9.2
6882026-05-15T19:48:50.456Z Downloaded hostname v0.4.2
6892026-05-15T19:48:50.456Z Downloaded foldhash v0.2.0
6902026-05-15T19:48:50.456Z Downloaded home v0.5.12
6912026-05-15T19:48:50.458Z Downloaded http-range v0.1.5
6922026-05-15T19:48:50.458Z Downloaded bcs v0.1.6
6932026-05-15T19:48:50.458Z Downloaded atomic-waker v1.1.2
6942026-05-15T19:48:50.462Z Downloaded erased-serde v0.3.31
6952026-05-15T19:48:50.463Z Downloaded compression-codecs v0.4.37
6962026-05-15T19:48:50.465Z Downloaded hex v0.4.3
6972026-05-15T19:48:50.465Z Downloaded convert_case v0.10.0
6982026-05-15T19:48:50.465Z Downloaded cargo_metadata v0.19.2
6992026-05-15T19:48:50.468Z Downloaded byte-wrapper v0.1.0
7002026-05-15T19:48:50.468Z Downloaded diff v0.1.13
7012026-05-15T19:48:50.471Z Downloaded futures-task v0.3.32
7022026-05-15T19:48:50.471Z Downloaded fs_extra v1.3.0
7032026-05-15T19:48:50.474Z Downloaded hash32 v0.3.1
7042026-05-15T19:48:50.474Z Downloaded illumos-nvpair v0.3.0
7052026-05-15T19:48:50.476Z Downloaded foldhash v0.1.5
7062026-05-15T19:48:50.476Z Downloaded corncobs v0.1.4
7072026-05-15T19:48:50.479Z Downloaded allocator-api2 v0.2.21
7082026-05-15T19:48:50.479Z Downloaded hubpack v0.1.2
7092026-05-15T19:48:50.479Z Downloaded darling v0.21.3
7102026-05-15T19:48:50.483Z Downloaded hubpack_derive v0.1.1
7112026-05-15T19:48:50.485Z Downloaded arrayvec v0.7.6
7122026-05-15T19:48:50.485Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-15T19:48:50.488Z Downloaded indoc v1.0.9
7142026-05-15T19:48:50.488Z Downloaded arc-swap v1.8.2
7152026-05-15T19:48:50.491Z Downloaded internet-checksum v0.2.1
7162026-05-15T19:48:50.491Z Downloaded instant v0.1.13
7172026-05-15T19:48:50.494Z Downloaded instability v0.3.11
7182026-05-15T19:48:50.494Z Downloaded group v0.13.0
7192026-05-15T19:48:50.494Z Downloaded globwalk v0.9.1
7202026-05-15T19:48:50.497Z Downloaded derive_more v2.1.1
7212026-05-15T19:48:50.501Z Downloaded inout v0.1.4
7222026-05-15T19:48:50.504Z Downloaded filetime v0.2.27
7232026-05-15T19:48:50.504Z Downloaded is_ci v1.2.0
7242026-05-15T19:48:50.507Z Downloaded ff v0.13.1
7252026-05-15T19:48:50.507Z Downloaded daft-derive v0.1.5
7262026-05-15T19:48:50.511Z Downloaded is-terminal v0.4.17
7272026-05-15T19:48:50.511Z Downloaded blake2 v0.10.6
7282026-05-15T19:48:50.513Z Downloaded glob v0.3.3
7292026-05-15T19:48:50.513Z Downloaded cookie_store v0.22.1
7302026-05-15T19:48:50.514Z Downloaded camino-tempfile-ext v0.3.3
7312026-05-15T19:48:50.516Z Downloaded hyper-tls v0.6.0
7322026-05-15T19:48:50.516Z Downloaded http-body-util v0.1.3
7332026-05-15T19:48:50.516Z Downloaded highway v1.3.0
7342026-05-15T19:48:50.519Z Downloaded colored v2.2.0
7352026-05-15T19:48:50.521Z Downloaded kstat-rs v0.2.4
7362026-05-15T19:48:50.522Z Downloaded deranged v0.5.8
7372026-05-15T19:48:50.522Z Downloaded lazy_static v1.5.0
7382026-05-15T19:48:50.524Z Downloaded keccak v0.1.6
7392026-05-15T19:48:50.524Z Downloaded crossbeam-utils v0.8.21
7402026-05-15T19:48:50.527Z Downloaded git-stub-vcs v0.1.0
7412026-05-15T19:48:50.527Z Downloaded lalrpop-util v0.19.12
7422026-05-15T19:48:50.527Z Downloaded colored v3.1.1
7432026-05-15T19:48:50.530Z Downloaded bzip2 v0.4.4
7442026-05-15T19:48:50.533Z Downloaded bzip2 v0.6.1
7452026-05-15T19:48:50.533Z Downloaded humantime v2.3.0
7462026-05-15T19:48:50.533Z Downloaded ed25519-dalek v2.2.0
7472026-05-15T19:48:50.536Z Downloaded darling v0.23.0
7482026-05-15T19:48:50.539Z Downloaded libscf-sys v1.1.0
7492026-05-15T19:48:50.539Z Downloaded crc-any v2.5.0
7502026-05-15T19:48:50.541Z Downloaded const-oid v0.9.6
7512026-05-15T19:48:50.544Z Downloaded globset v0.4.18
7522026-05-15T19:48:50.544Z Downloaded fs-err v2.11.0
7532026-05-15T19:48:50.544Z Downloaded hyper-staticfile v0.10.1
7542026-05-15T19:48:50.546Z Downloaded md5 v0.7.0
7552026-05-15T19:48:50.547Z Downloaded httpdate v1.0.3
7562026-05-15T19:48:50.549Z Downloaded maybe-uninit v2.0.0
7572026-05-15T19:48:50.549Z Downloaded match_cfg v0.1.0
7582026-05-15T19:48:50.549Z Downloaded lru-slab v0.1.2
7592026-05-15T19:48:50.549Z Downloaded lru v0.12.5
7602026-05-15T19:48:50.552Z Downloaded linked-hash-map v0.5.6
7612026-05-15T19:48:50.552Z Downloaded impl-trait-for-tuples v0.2.3
7622026-05-15T19:48:50.555Z Downloaded console v0.16.2
7632026-05-15T19:48:50.555Z Downloaded maplit v1.0.2
7642026-05-15T19:48:50.555Z Downloaded mime v0.3.17
7652026-05-15T19:48:50.558Z Downloaded memoffset v0.9.1
7662026-05-15T19:48:50.558Z Downloaded managed v0.8.0
7672026-05-15T19:48:50.558Z Downloaded lzss v0.8.2
7682026-05-15T19:48:50.560Z Downloaded indent_write v2.2.0
7692026-05-15T19:48:50.560Z Downloaded lru-cache v0.1.2
7702026-05-15T19:48:50.560Z Downloaded md-5 v0.10.6
7712026-05-15T19:48:50.565Z Downloaded indoc v2.0.7
7722026-05-15T19:48:50.565Z Downloaded newtype_derive v0.1.6
7732026-05-15T19:48:50.568Z Downloaded newtype-uuid-macros v0.1.0
7742026-05-15T19:48:50.568Z Downloaded crossbeam-deque v0.8.6
7752026-05-15T19:48:50.568Z Downloaded ingot-types v0.1.2
7762026-05-15T19:48:50.568Z Downloaded ingot v0.1.1
7772026-05-15T19:48:50.568Z Downloaded multimap v0.10.1
7782026-05-15T19:48:50.571Z Downloaded futures-channel v0.3.32
7792026-05-15T19:48:50.571Z Downloaded ipnetwork v0.21.1
7802026-05-15T19:48:50.574Z Downloaded ipnet v2.11.0
7812026-05-15T19:48:50.574Z Downloaded const_format v0.2.35
7822026-05-15T19:48:50.577Z Downloaded newline-converter v0.3.0
7832026-05-15T19:48:50.577Z Downloaded dropshot_endpoint v0.16.7
7842026-05-15T19:48:50.579Z Downloaded jobserver v0.1.34
7852026-05-15T19:48:50.579Z Downloaded getrandom v0.2.17
7862026-05-15T19:48:50.582Z Downloaded half v1.8.3
7872026-05-15T19:48:50.582Z Downloaded chacha20 v0.10.0
7882026-05-15T19:48:50.585Z Downloaded nibble_vec v0.1.0
7892026-05-15T19:48:50.585Z Downloaded new_debug_unreachable v1.0.6
7902026-05-15T19:48:50.589Z Downloaded fatfs v0.3.6
7912026-05-15T19:48:50.589Z Downloaded drift v0.1.4
7922026-05-15T19:48:50.593Z Downloaded num-conv v0.2.0
7932026-05-15T19:48:50.596Z Downloaded elliptic-curve v0.13.8
7942026-05-15T19:48:50.600Z Downloaded num v0.4.3
7952026-05-15T19:48:50.600Z Downloaded num_enum_derive v0.5.11
7962026-05-15T19:48:50.600Z Downloaded num-derive v0.3.3
7972026-05-15T19:48:50.603Z Downloaded num-iter v0.1.45
7982026-05-15T19:48:50.603Z Downloaded num-derive v0.4.2
7992026-05-15T19:48:50.603Z Downloaded normalize-line-endings v0.3.0
8002026-05-15T19:48:50.603Z Downloaded nonempty v0.12.0
8012026-05-15T19:48:50.603Z Downloaded openssl-macros v0.1.1
8022026-05-15T19:48:50.606Z Downloaded opaque-debug v0.3.1
8032026-05-15T19:48:50.606Z Downloaded nodrop v0.1.14
8042026-05-15T19:48:50.606Z Downloaded libsw-core v0.3.2
8052026-05-15T19:48:50.606Z Downloaded olpc-cjson v0.1.4
8062026-05-15T19:48:50.609Z Downloaded libloading v0.8.9
8072026-05-15T19:48:50.609Z Downloaded libefi-sys v0.1.0
8082026-05-15T19:48:50.611Z Downloaded iana-time-zone v0.1.65
8092026-05-15T19:48:50.611Z Downloaded openssl-probe v0.2.1
8102026-05-15T19:48:50.614Z Downloaded base64 v0.21.7
8112026-05-15T19:48:50.617Z Downloaded lock_api v0.4.14
8122026-05-15T19:48:50.617Z Downloaded hyper-rustls v0.27.7
8132026-05-15T19:48:50.619Z Downloaded httparse v1.10.1
8142026-05-15T19:48:50.622Z Downloaded oso-derive v0.27.3
8152026-05-15T19:48:50.622Z Downloaded async-compression v0.4.41
8162026-05-15T19:48:50.625Z Downloaded openssl-probe v0.1.6
8172026-05-15T19:48:50.625Z Downloaded num_threads v0.1.7
8182026-05-15T19:48:50.643Z Downloaded parse-display v0.10.0
8192026-05-15T19:48:50.643Z Downloaded linear-map v1.2.0
8202026-05-15T19:48:50.643Z Downloaded packed_struct_codegen v0.10.1
8212026-05-15T19:48:50.643Z Downloaded ingot-macros v0.1.1
8222026-05-15T19:48:50.643Z Downloaded futures v0.3.32
8232026-05-15T19:48:50.643Z Downloaded nanorand v0.7.0
8242026-05-15T19:48:50.643Z Downloaded compact_str v0.8.1
8252026-05-15T19:48:50.643Z Downloaded chacha20poly1305 v0.10.1
8262026-05-15T19:48:50.643Z Downloaded derive-where v1.6.0
8272026-05-15T19:48:50.643Z Downloaded parse-size v1.1.0
8282026-05-15T19:48:50.644Z Downloaded hmac v0.12.1
8292026-05-15T19:48:50.644Z Downloaded diesel-dtrace v0.5.0
8302026-05-15T19:48:50.646Z Downloaded peg-runtime v0.8.5
8312026-05-15T19:48:50.646Z Downloaded env_logger v0.11.9
8322026-05-15T19:48:50.646Z Downloaded either v1.15.0
8332026-05-15T19:48:50.647Z Downloaded newtype-uuid v1.3.2
8342026-05-15T19:48:50.650Z Downloaded phf_shared v0.12.1
8352026-05-15T19:48:50.650Z Downloaded ar_archive_writer v0.5.1
8362026-05-15T19:48:50.654Z Downloaded phf_shared v0.11.3
8372026-05-15T19:48:50.654Z Downloaded multer v3.1.0
8382026-05-15T19:48:50.654Z Downloaded ed25519 v2.2.3
8392026-05-15T19:48:50.657Z Downloaded flume v0.11.1
8402026-05-15T19:48:50.657Z Downloaded native-tls v0.2.18
8412026-05-15T19:48:50.660Z Downloaded darling_core v0.23.0
8422026-05-15T19:48:50.663Z Downloaded pbkdf2 v0.12.2
8432026-05-15T19:48:50.663Z Downloaded pbkdf2 v0.11.0
8442026-05-15T19:48:50.663Z Downloaded pin-utils v0.1.0
8452026-05-15T19:48:50.666Z Downloaded nu-ansi-term v0.50.3
8462026-05-15T19:48:50.666Z Downloaded path-slash v0.1.5
8472026-05-15T19:48:50.666Z Downloaded der_derive v0.7.3
8482026-05-15T19:48:50.669Z Downloaded find-msvc-tools v0.1.9
8492026-05-15T19:48:50.669Z Downloaded num_enum v0.7.5
8502026-05-15T19:48:50.671Z Downloaded phf_shared v0.13.1
8512026-05-15T19:48:50.674Z Downloaded num_enum v0.5.11
8522026-05-15T19:48:50.677Z Downloaded num-rational v0.4.2
8532026-05-15T19:48:50.691Z Downloaded predicates-tree v1.0.13
8542026-05-15T19:48:50.693Z Downloaded precomputed-hash v0.1.1
8552026-05-15T19:48:50.693Z Downloaded half v2.7.1
8562026-05-15T19:48:50.696Z Downloaded predicates-core v1.0.10
8572026-05-15T19:48:50.696Z Downloaded packed_struct v0.10.1
8582026-05-15T19:48:50.696Z Downloaded oxnet v0.1.4
8592026-05-15T19:48:50.699Z Downloaded oxide-tokio-rt v0.1.4
8602026-05-15T19:48:50.699Z Downloaded progenitor-client v0.11.2
8612026-05-15T19:48:50.702Z Downloaded proc-macro-crate v3.4.0
8622026-05-15T19:48:50.702Z Downloaded proc-macro-crate v1.3.1
8632026-05-15T19:48:50.702Z Downloaded heapless v0.8.0
8642026-05-15T19:48:50.705Z Downloaded owo-colors v4.3.0
8652026-05-15T19:48:50.705Z Downloaded paste v1.0.15
8662026-05-15T19:48:50.707Z Downloaded password-hash v0.5.0
8672026-05-15T19:48:50.710Z Downloaded password-hash v0.4.2
8682026-05-15T19:48:50.710Z Downloaded parse-display-derive v0.10.0
8692026-05-15T19:48:50.710Z Downloaded aes v0.8.4
8702026-05-15T19:48:50.713Z Downloaded progenitor-client v0.10.0
8712026-05-15T19:48:50.713Z Downloaded progenitor-macro v0.11.2
8722026-05-15T19:48:50.715Z Downloaded derive_more v0.99.20
8732026-05-15T19:48:50.718Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-05-15T19:48:50.718Z Downloaded phf v0.12.1
8752026-05-15T19:48:50.718Z Downloaded progenitor-macro v0.14.0
8762026-05-15T19:48:50.721Z Downloaded quick-error v1.2.3
8772026-05-15T19:48:50.721Z Downloaded psl-types v2.0.11
8782026-05-15T19:48:50.721Z Downloaded parking_lot_core v0.8.6
8792026-05-15T19:48:50.724Z Downloaded pem-rfc7468 v0.7.0
8802026-05-15T19:48:50.724Z Downloaded peg v0.8.5
8812026-05-15T19:48:50.727Z Downloaded cc v1.2.56
8822026-05-15T19:48:50.729Z Downloaded pem v3.0.6
8832026-05-15T19:48:50.729Z Downloaded libbz2-rs-sys v0.2.2
8842026-05-15T19:48:50.732Z Downloaded crossterm v0.29.0
8852026-05-15T19:48:50.734Z Downloaded radium v0.7.0
8862026-05-15T19:48:50.734Z Downloaded progenitor-macro v0.10.0
8872026-05-15T19:48:50.738Z Downloaded pkcs8 v0.10.2
8882026-05-15T19:48:50.738Z Downloaded phf v0.13.1
8892026-05-15T19:48:50.741Z Downloaded rand_chacha v0.3.1
8902026-05-15T19:48:50.741Z Downloaded postgres-protocol v0.6.10
8912026-05-15T19:48:50.744Z Downloaded pkg-config v0.3.32
8922026-05-15T19:48:50.744Z Downloaded pin-project-lite v0.2.17
8932026-05-15T19:48:50.746Z Downloaded ppv-lite86 v0.2.21
8942026-05-15T19:48:50.749Z Downloaded heapless v0.7.17
8952026-05-15T19:48:50.752Z Downloaded powerfmt v0.2.0
8962026-05-15T19:48:50.752Z Downloaded rand_xorshift v0.4.0
8972026-05-15T19:48:50.752Z Downloaded poly1305 v0.8.0
8982026-05-15T19:48:50.755Z Downloaded memmap2 v0.9.10
8992026-05-15T19:48:50.758Z Downloaded omicron-zone-package v0.12.2
9002026-05-15T19:48:50.758Z Downloaded litrs v1.0.0
9012026-05-15T19:48:50.761Z Downloaded pin-project-internal v1.1.11
9022026-05-15T19:48:50.761Z Downloaded progenitor-extras v0.2.0
9032026-05-15T19:48:50.763Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-05-15T19:48:50.763Z Downloaded recursive v0.1.1
9052026-05-15T19:48:50.763Z Downloaded progenitor-client v0.14.0
9062026-05-15T19:48:50.766Z Downloaded progenitor-client v0.13.0
9072026-05-15T19:48:50.766Z Downloaded predicates v3.1.4
9082026-05-15T19:48:50.769Z Downloaded primeorder v0.13.6
9092026-05-15T19:48:50.769Z Downloaded peg-macros v0.8.5
9102026-05-15T19:48:50.769Z Downloaded parking_lot_core v0.9.12
9112026-05-15T19:48:50.772Z Downloaded bumpalo v3.20.2
9122026-05-15T19:48:50.774Z Downloaded num-integer v0.1.46
9132026-05-15T19:48:50.774Z Downloaded progenitor v0.10.0
9142026-05-15T19:48:50.774Z Downloaded psm v0.1.30
9152026-05-15T19:48:50.777Z Downloaded ref-cast-impl v1.0.25
9162026-05-15T19:48:50.777Z Downloaded progenitor-macro v0.13.0
9172026-05-15T19:48:50.779Z Downloaded progenitor v0.14.0
9182026-05-15T19:48:50.779Z Downloaded rfc6979 v0.4.0
9192026-05-15T19:48:50.779Z Downloaded progenitor v0.13.0
9202026-05-15T19:48:50.783Z Downloaded bytes v1.11.1
9212026-05-15T19:48:50.785Z Downloaded parking_lot v0.11.2
9222026-05-15T19:48:50.785Z Downloaded crossbeam-channel v0.5.15
9232026-05-15T19:48:50.788Z Downloaded progenitor v0.11.2
9242026-05-15T19:48:50.788Z Downloaded proc-macro-error2 v2.0.1
9252026-05-15T19:48:50.791Z Downloaded expectorate v1.2.0
9262026-05-15T19:48:50.794Z Downloaded aho-corasick v1.1.4
9272026-05-15T19:48:50.796Z Downloaded num_enum_derive v0.7.5
9282026-05-15T19:48:50.796Z Downloaded indicatif v0.18.4
9292026-05-15T19:48:50.799Z Downloaded russh-cryptovec v0.7.3
9302026-05-15T19:48:50.801Z Downloaded rtoolbox v0.0.3
9312026-05-15T19:48:50.801Z Downloaded num-complex v0.4.6
9322026-05-15T19:48:50.802Z Downloaded postgres-types v0.2.12
9332026-05-15T19:48:50.804Z Downloaded pkcs1 v0.7.5
9342026-05-15T19:48:50.807Z Downloaded mime_guess v2.0.5
9352026-05-15T19:48:50.807Z Downloaded rand_chacha v0.9.0
9362026-05-15T19:48:50.809Z Downloaded polyval v0.6.2
9372026-05-15T19:48:50.809Z Downloaded indexmap v1.9.3
9382026-05-15T19:48:50.813Z Downloaded rustc_version v0.4.1
9392026-05-15T19:48:50.813Z Downloaded rustc_version v0.1.7
9402026-05-15T19:48:50.813Z Downloaded rustc-hash v2.1.1
9412026-05-15T19:48:50.816Z Downloaded hickory-resolver v0.24.4
9422026-05-15T19:48:50.816Z Downloaded ignore v0.4.25
9432026-05-15T19:48:50.819Z Downloaded libsw v3.5.0
9442026-05-15T19:48:50.819Z Downloaded ident_case v1.0.1
9452026-05-15T19:48:50.823Z Downloaded rand_seeder v0.4.0
9462026-05-15T19:48:50.823Z Downloaded rand_core v0.10.0
9472026-05-15T19:48:50.826Z Downloaded parking_lot v0.12.5
9482026-05-15T19:48:50.826Z Downloaded postcard v1.1.3
9492026-05-15T19:48:50.829Z Downloaded r2d2 v0.8.10
9502026-05-15T19:48:50.829Z Downloaded oso v0.27.3
9512026-05-15T19:48:50.832Z Downloaded headers v0.4.1
9522026-05-15T19:48:50.835Z Downloaded der v0.7.10
9532026-05-15T19:48:50.837Z Downloaded hickory-resolver v0.25.2
9542026-05-15T19:48:50.840Z Downloaded papergrid v0.17.0
9552026-05-15T19:48:50.843Z Downloaded flate2 v1.1.9
9562026-05-15T19:48:50.846Z Downloaded sapling-renderdag v0.1.0
9572026-05-15T19:48:50.846Z Downloaded salsa20 v0.10.2
9582026-05-15T19:48:50.846Z Downloaded darling_core v0.21.3
9592026-05-15T19:48:50.851Z Downloaded same-file v1.0.6
9602026-05-15T19:48:50.853Z Downloaded clang-sys v1.8.1
9612026-05-15T19:48:50.853Z Downloaded scroll_derive v0.13.1
9622026-05-15T19:48:50.853Z Downloaded seq-macro v0.3.6
9632026-05-15T19:48:50.856Z Downloaded scrypt v0.11.0
9642026-05-15T19:48:50.856Z Downloaded scheduled-thread-pool v0.2.7
9652026-05-15T19:48:50.856Z Downloaded ciborium v0.2.2
9662026-05-15T19:48:50.859Z Downloaded cancel-safe-futures v0.1.5
9672026-05-15T19:48:50.861Z Downloaded async-bb8-diesel v0.2.1
9682026-05-15T19:48:50.861Z Downloaded argon2 v0.5.3
9692026-05-15T19:48:50.864Z Downloaded blowfish v0.9.1
9702026-05-15T19:48:50.864Z Downloaded hash32 v0.2.1
9712026-05-15T19:48:50.864Z Downloaded derive-ex v0.1.8
9722026-05-15T19:48:50.869Z Downloaded secrecy v0.8.0
9732026-05-15T19:48:50.872Z Downloaded resolv-conf v0.7.6
9742026-05-15T19:48:50.872Z Downloaded secrecy v0.10.3
9752026-05-15T19:48:50.875Z Downloaded serde_plain v1.0.2
9762026-05-15T19:48:50.877Z Downloaded pin-project v1.1.11
9772026-05-15T19:48:50.882Z Downloaded shell-words v1.1.1
9782026-05-15T19:48:50.885Z Downloaded serde_urlencoded v0.7.1
9792026-05-15T19:48:50.885Z Downloaded sha1 v0.10.6
9802026-05-15T19:48:50.888Z Downloaded rand_core v0.6.4
9812026-05-15T19:48:50.888Z Downloaded http v1.4.0
9822026-05-15T19:48:50.890Z Downloaded hickory-server v0.25.2
9832026-05-15T19:48:50.893Z Downloaded prefix-trie v0.7.0
9842026-05-15T19:48:50.893Z Downloaded rustls-pemfile v1.0.4
9852026-05-15T19:48:50.896Z Downloaded aes-gcm v0.10.3
9862026-05-15T19:48:50.898Z Downloaded serde_spanned v1.0.4
9872026-05-15T19:48:50.898Z Downloaded rustls-pemfile v2.2.0
9882026-05-15T19:48:50.901Z Downloaded signal-hook-tokio v0.3.1
9892026-05-15T19:48:50.901Z Downloaded signature v2.2.0
9902026-05-15T19:48:50.901Z Downloaded serde_repr v0.1.20
9912026-05-15T19:48:50.904Z Downloaded quinn-udp v0.5.14
9922026-05-15T19:48:50.904Z Downloaded siphasher v1.0.2
9932026-05-15T19:48:50.907Z Downloaded p256 v0.13.2
9942026-05-15T19:48:50.907Z Downloaded ref-cast v1.0.25
9952026-05-15T19:48:50.909Z Downloaded rand_core v0.9.5
9962026-05-15T19:48:50.909Z Downloaded openssl-sys v0.9.115
9972026-05-15T19:48:50.912Z Downloaded serde_bytes v0.11.19
9982026-05-15T19:48:50.915Z Downloaded slog-bunyan v2.5.0
9992026-05-15T19:48:50.915Z Downloaded sigpipe v0.1.3
10002026-05-15T19:48:50.917Z Downloaded scopeguard v1.2.0
10012026-05-15T19:48:50.918Z Downloaded rustversion v1.0.22
10022026-05-15T19:48:50.918Z Downloaded serde-big-array v0.5.1
10032026-05-15T19:48:50.921Z Downloaded semver v0.1.20
10042026-05-15T19:48:50.921Z Downloaded miniz_oxide v0.8.9
10052026-05-15T19:48:50.924Z Downloaded jiff-static v0.2.21
10062026-05-15T19:48:50.924Z Downloaded schemars_derive v0.8.22
10072026-05-15T19:48:50.924Z Downloaded dropshot-api-manager v0.7.1
10082026-05-15T19:48:50.927Z Downloaded minimal-lexical v0.2.1
10092026-05-15T19:48:50.929Z Downloaded progenitor-impl v0.10.0
10102026-05-15T19:48:50.932Z Downloaded progenitor-impl v0.11.2
10112026-05-15T19:48:50.932Z Downloaded pkcs5 v0.7.1
10122026-05-15T19:48:50.935Z Downloaded sec1 v0.7.3
10132026-05-15T19:48:50.939Z Downloaded slog-envlogger v2.2.0
10142026-05-15T19:48:50.942Z Downloaded hyper-util v0.1.20
10152026-05-15T19:48:50.945Z Downloaded serde_derive_internals v0.29.1
10162026-05-15T19:48:50.948Z Downloaded serde-hex v0.1.0
10172026-05-15T19:48:50.953Z Downloaded russh-keys v0.45.0
10182026-05-15T19:48:50.957Z Downloaded hashbrown v0.12.3
10192026-05-15T19:48:50.963Z Downloaded progenitor-impl v0.14.0
10202026-05-15T19:48:50.966Z Downloaded signal-hook-mio v0.2.5
10212026-05-15T19:48:50.968Z Downloaded signal-hook-registry v1.4.8
10222026-05-15T19:48:50.969Z Downloaded rustls-native-certs v0.8.3
10232026-05-15T19:48:50.971Z Downloaded ssh-encoding v0.2.0
10242026-05-15T19:48:50.971Z Downloaded ssh-cipher v0.2.0
10252026-05-15T19:48:50.974Z Downloaded sqlparser_derive v0.5.0
10262026-05-15T19:48:50.974Z Downloaded shlex v1.3.0
10272026-05-15T19:48:50.974Z Downloaded diesel_derives v2.3.7
10282026-05-15T19:48:50.977Z Downloaded rustls-pki-types v1.14.0
10292026-05-15T19:48:50.980Z Downloaded prettyplease v0.2.37
10302026-05-15T19:48:50.982Z Downloaded rcgen v0.12.1
10312026-05-15T19:48:50.985Z Downloaded itertools v0.10.5
10322026-05-15T19:48:50.989Z Downloaded rusty-fork v0.3.1
10332026-05-15T19:48:50.989Z Downloaded structmeta v0.3.0
10342026-05-15T19:48:50.992Z Downloaded slog-dtrace v0.3.0
10352026-05-15T19:48:50.992Z Downloaded strum v0.27.2
10362026-05-15T19:48:50.992Z Downloaded structmeta-derive v0.3.0
10372026-05-15T19:48:50.992Z Downloaded strip-ansi-escapes v0.2.1
10382026-05-15T19:48:50.995Z Downloaded sync_wrapper v1.0.2
10392026-05-15T19:48:50.995Z Downloaded subtle v2.6.1
10402026-05-15T19:48:50.995Z Downloaded strum v0.26.3
10412026-05-15T19:48:50.995Z Downloaded slog-async v2.8.0
10422026-05-15T19:48:50.999Z Downloaded supports-color v3.0.2
10432026-05-15T19:48:50.999Z Downloaded sct v0.7.1
10442026-05-15T19:48:51.004Z Downloaded slab v0.4.12
10452026-05-15T19:48:51.004Z Downloaded simd-adler32 v0.3.8
10462026-05-15T19:48:51.004Z Downloaded hashbrown v0.13.2
10472026-05-15T19:48:51.005Z Downloaded smallvec v0.6.14
10482026-05-15T19:48:51.007Z Downloaded slog-json v2.6.1
10492026-05-15T19:48:51.008Z Downloaded pretty_assertions v1.4.1
10502026-05-15T19:48:51.008Z Downloaded tabwriter v1.4.1
10512026-05-15T19:48:51.011Z Downloaded progenitor-impl v0.13.0
10522026-05-15T19:48:51.011Z Downloaded slog-scope v4.4.1
10532026-05-15T19:48:51.011Z Downloaded sync-ptr v0.1.4
10542026-05-15T19:48:51.015Z Downloaded take_mut v0.2.2
10552026-05-15T19:48:51.018Z Downloaded scroll v0.13.0
10562026-05-15T19:48:51.021Z Downloaded tap v1.0.1
10572026-05-15T19:48:51.021Z Downloaded tagptr v0.2.0
10582026-05-15T19:48:51.021Z Downloaded spki v0.7.3
10592026-05-15T19:48:51.024Z Downloaded snafu-derive v0.8.9
10602026-05-15T19:48:51.024Z Downloaded slog-term v2.9.2
10612026-05-15T19:48:51.028Z Downloaded serde_with_macros v3.17.0
10622026-05-15T19:48:51.034Z Downloaded sqlformat v0.3.5
10632026-05-15T19:48:51.039Z Downloaded ron v0.8.1
10642026-05-15T19:48:51.048Z Downloaded thread-id v5.1.0
10652026-05-15T19:48:51.048Z Downloaded testing_table v0.3.0
10662026-05-15T19:48:51.048Z Downloaded termtree v0.5.1
10672026-05-15T19:48:51.048Z Downloaded smf v0.2.3
10682026-05-15T19:48:51.049Z Downloaded serde_path_to_error v0.1.20
10692026-05-15T19:48:51.054Z Downloaded time-core v0.1.8
10702026-05-15T19:48:51.057Z Downloaded rustls-platform-verifier v0.6.2
10712026-05-15T19:48:51.057Z Downloaded static_assertions v1.1.0
10722026-05-15T19:48:51.057Z Downloaded tokio-macros v2.7.0
10732026-05-15T19:48:51.057Z Downloaded tinyvec_macros v0.1.1
10742026-05-15T19:48:51.057Z Downloaded string_cache v0.8.9
10752026-05-15T19:48:51.069Z Downloaded hashbrown v0.16.1
10762026-05-15T19:48:51.080Z Downloaded strum_macros v0.27.2
10772026-05-15T19:48:51.081Z Downloaded strum_macros v0.26.4
10782026-05-15T19:48:51.081Z Downloaded strum_macros v0.24.3
10792026-05-15T19:48:51.081Z Downloaded stringprep v0.1.5
10802026-05-15T19:48:51.081Z Downloaded schemars v0.8.22
10812026-05-15T19:48:51.081Z Downloaded quinn v0.11.9
10822026-05-15T19:48:51.085Z Downloaded tabled_derive v0.11.0
10832026-05-15T19:48:51.085Z Downloaded slog-stdlog v4.1.1
10842026-05-15T19:48:51.085Z Downloaded rayon-core v1.13.0
10852026-05-15T19:48:51.085Z Downloaded publicsuffix v2.3.0
10862026-05-15T19:48:51.086Z Downloaded rand v0.8.6
10872026-05-15T19:48:51.090Z Downloaded mio v1.2.0
10882026-05-15T19:48:51.090Z Downloaded stacker v0.1.23
10892026-05-15T19:48:51.094Z Downloaded ryu v1.0.23
10902026-05-15T19:48:51.094Z Downloaded spin v0.9.8
10912026-05-15T19:48:51.100Z Downloaded tower-layer v0.3.3
10922026-05-15T19:48:51.100Z Downloaded libxml v0.3.3
10932026-05-15T19:48:51.100Z Downloaded trait-variant v0.1.2
10942026-05-15T19:48:51.105Z Downloaded hashbrown v0.15.5
10952026-05-15T19:48:51.105Z Downloaded signal-hook v0.3.18
10962026-05-15T19:48:51.108Z Downloaded termios v0.3.3
10972026-05-15T19:48:51.111Z Downloaded thiserror-impl-no-std v2.0.2
10982026-05-15T19:48:51.115Z Downloaded nom v7.1.3
10992026-05-15T19:48:51.123Z Downloaded try-lock v0.2.5
11002026-05-15T19:48:51.123Z Downloaded tower-service v0.3.3
11012026-05-15T19:48:51.123Z Downloaded topological-sort v0.2.2
11022026-05-15T19:48:51.123Z Downloaded thread_local v1.1.9
11032026-05-15T19:48:51.123Z Downloaded thiserror-no-std v2.0.2
11042026-05-15T19:48:51.129Z Downloaded similar v2.7.0
11052026-05-15T19:48:51.144Z Downloaded tls_codec_derive v0.4.2
11062026-05-15T19:48:51.144Z Downloaded tls_codec v0.4.2
11072026-05-15T19:48:51.144Z Downloaded tiny-keccak v2.0.2
11082026-05-15T19:48:51.187Z Downloaded slog v2.8.2
11092026-05-15T19:48:51.187Z Downloaded tokio-native-tls v0.3.1
11102026-05-15T19:48:51.187Z Downloaded time-macros v0.2.27
11112026-05-15T19:48:51.187Z Downloaded serde_yaml v0.9.34+deprecated
11122026-05-15T19:48:51.187Z Downloaded iri-string v0.7.10
11132026-05-15T19:48:51.188Z Downloaded unit-prefix v0.5.2
11142026-05-15T19:48:51.188Z Downloaded typify-macro v0.6.2
11152026-05-15T19:48:51.189Z Downloaded untrusted v0.9.0
11162026-05-15T19:48:51.189Z Downloaded unarray v0.1.4
11172026-05-15T19:48:51.189Z Downloaded support-bundle-viewer v0.1.2
11182026-05-15T19:48:51.189Z Downloaded itertools v0.13.0
11192026-05-15T19:48:51.189Z Downloaded serde_cbor v0.11.2
11202026-05-15T19:48:51.189Z Downloaded qorb v0.4.1
11212026-05-15T19:48:51.189Z Downloaded tokio-rustls v0.25.0
11222026-05-15T19:48:51.223Z Downloaded usdt-attr-macro v0.6.0
11232026-05-15T19:48:51.223Z Downloaded universal-hash v0.5.1
11242026-05-15T19:48:51.224Z Downloaded unicode-truncate v1.1.0
11252026-05-15T19:48:51.224Z Downloaded schemars v0.9.0
11262026-05-15T19:48:51.224Z Downloaded utf-8 v0.7.6
11272026-05-15T19:48:51.224Z Downloaded usdt v0.6.0
11282026-05-15T19:48:51.224Z Downloaded rustls-webpki v0.103.9
11292026-05-15T19:48:51.224Z Downloaded void v1.0.2
11302026-05-15T19:48:51.224Z Downloaded hyper v1.8.1
11312026-05-15T19:48:51.224Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-05-15T19:48:51.224Z Downloaded tokio-tungstenite v0.21.0
11332026-05-15T19:48:51.224Z Downloaded untrusted v0.7.1
11342026-05-15T19:48:51.224Z Downloaded term v0.7.0
11352026-05-15T19:48:51.224Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-05-15T19:48:51.224Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-05-15T19:48:51.224Z Downloaded iddqd v0.3.18
11382026-05-15T19:48:51.225Z Downloaded term v1.2.1
11392026-05-15T19:48:51.225Z Downloaded num-bigint-dig v0.8.6
11402026-05-15T19:48:51.225Z Downloaded futures-util v0.3.32
11412026-05-15T19:48:51.225Z Downloaded want v0.3.1
11422026-05-15T19:48:51.225Z Downloaded wait-timeout v0.2.1
11432026-05-15T19:48:51.225Z Downloaded rand v0.9.2
11442026-05-15T19:48:51.225Z Downloaded tokio-dtrace v0.1.1
11452026-05-15T19:48:51.225Z Downloaded waitgroup v0.1.2
11462026-05-15T19:48:51.225Z Downloaded tui-tree-widget v0.23.1
11472026-05-15T19:48:51.225Z Downloaded rsa v0.9.10
11482026-05-15T19:48:51.225Z Downloaded num-bigint v0.4.6
11492026-05-15T19:48:51.244Z Downloaded itertools v0.12.1
11502026-05-15T19:48:51.244Z Downloaded h2 v0.4.13
11512026-05-15T19:48:51.244Z Downloaded unicase v2.9.0
11522026-05-15T19:48:51.244Z Downloaded typify-macro v0.4.3
11532026-05-15T19:48:51.244Z Downloaded socket2 v0.5.10
11542026-05-15T19:48:51.244Z Downloaded xattr v1.6.1
11552026-05-15T19:48:51.244Z Downloaded samael v0.0.19
11562026-05-15T19:48:51.244Z Downloaded xshell-macros v0.2.7
11572026-05-15T19:48:51.244Z Downloaded tokio-rustls v0.24.1
11582026-05-15T19:48:51.244Z Downloaded tokio-rustls v0.26.4
11592026-05-15T19:48:51.244Z Downloaded hkdf v0.12.4
11602026-05-15T19:48:51.250Z Downloaded socket2 v0.6.3
11612026-05-15T19:48:51.250Z Downloaded snafu v0.8.9
11622026-05-15T19:48:51.250Z Downloaded usdt-macro v0.6.0
11632026-05-15T19:48:51.250Z Downloaded zeroize_derive v1.4.3
11642026-05-15T19:48:51.250Z Downloaded tokio-tungstenite v0.23.1
11652026-05-15T19:48:51.250Z Downloaded usdt-impl v0.6.0
11662026-05-15T19:48:51.250Z Downloaded subprocess v0.2.15
11672026-05-15T19:48:51.250Z Downloaded zone_cfg_derive v0.3.1
11682026-05-15T19:48:51.250Z Downloaded zone v0.3.1
11692026-05-15T19:48:51.250Z Downloaded vergen-gitcl v1.0.8
11702026-05-15T19:48:51.250Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-05-15T19:48:51.259Z Downloaded tracing-attributes v0.1.31
11722026-05-15T19:48:51.259Z Downloaded uzers v0.12.2
11732026-05-15T19:48:51.259Z Downloaded schemars v1.2.1
11742026-05-15T19:48:51.280Z Downloaded vsss-rs v3.3.4
11752026-05-15T19:48:51.280Z Downloaded tinyvec v1.10.0
11762026-05-15T19:48:51.280Z Downloaded twox-hash v2.1.2
11772026-05-15T19:48:51.280Z Downloaded test-strategy v0.4.5
11782026-05-15T19:48:51.299Z Downloaded vergen-lib v0.1.6
11792026-05-15T19:48:51.299Z Downloaded libm v0.2.16
11802026-05-15T19:48:51.299Z Downloaded vergen-git2 v1.0.7
11812026-05-15T19:48:51.299Z Downloaded rand v0.10.0
11822026-05-15T19:48:51.299Z Downloaded whoami v2.1.0
11832026-05-15T19:48:51.299Z Downloaded itertools v0.14.0
11842026-05-15T19:48:51.299Z Downloaded walkdir v2.5.0
11852026-05-15T19:48:51.299Z Downloaded p521 v0.13.3
11862026-05-15T19:48:51.314Z Downloaded wyz v0.5.1
11872026-05-15T19:48:51.314Z Downloaded xshell v0.2.7
11882026-05-15T19:48:51.314Z Downloaded vergen v9.0.6
11892026-05-15T19:48:51.315Z Downloaded toml v0.7.8
11902026-05-15T19:48:51.315Z Downloaded tokio-stream v0.1.18
11912026-05-15T19:48:51.326Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-15T19:48:51.326Z Downloaded toml v0.9.12+spec-1.1.0
11932026-05-15T19:48:51.327Z Downloaded zeroize v1.8.2
11942026-05-15T19:48:51.327Z Downloaded tar v0.4.45
11952026-05-15T19:48:51.327Z Downloaded russh v0.45.0
11962026-05-15T19:48:51.327Z Downloaded tungstenite v0.23.0
11972026-05-15T19:48:51.327Z Downloaded tungstenite v0.21.0
11982026-05-15T19:48:51.340Z Downloaded whoami v1.6.1
11992026-05-15T19:48:51.340Z Downloaded aws-lc-rs v1.16.3
12002026-05-15T19:48:51.340Z Downloaded zstd-safe v7.2.4
12012026-05-15T19:48:51.340Z Downloaded typify v0.4.3
12022026-05-15T19:48:51.348Z Downloaded yasna v0.5.2
12032026-05-15T19:48:51.348Z Downloaded unicode-bidi v0.3.18
12042026-05-15T19:48:51.348Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-05-15T19:48:51.357Z Downloaded zstd v0.13.3
12062026-05-15T19:48:51.357Z Downloaded unicode-properties v0.1.4
12072026-05-15T19:48:51.357Z Downloaded tracing-core v0.1.36
12082026-05-15T19:48:51.371Z Downloaded rpassword v7.4.0
12092026-05-15T19:48:51.371Z Downloaded unsafe-libyaml v0.2.11
12102026-05-15T19:48:51.372Z Downloaded bindgen v0.71.1
12112026-05-15T19:48:51.379Z Downloaded steno v0.4.1
12122026-05-15T19:48:51.379Z Downloaded rustyline v14.0.0
12132026-05-15T19:48:51.389Z Downloaded vte v0.14.1
12142026-05-15T19:48:51.389Z Downloaded zerocopy v0.6.6
12152026-05-15T19:48:51.389Z Downloaded bitvec v1.0.1
12162026-05-15T19:48:51.398Z Downloaded uuid v1.23.0
12172026-05-15T19:48:51.398Z Downloaded toml_edit v0.19.15
12182026-05-15T19:48:51.405Z Downloaded typify v0.6.2
12192026-05-15T19:48:51.407Z Downloaded reedline v0.40.0
12202026-05-15T19:48:51.411Z Downloaded blake3 v1.8.3
12212026-05-15T19:48:51.416Z Downloaded yansi v1.0.1
12222026-05-15T19:48:51.428Z Downloaded ssh-key v0.6.7
12232026-05-15T19:48:51.432Z Downloaded zopfli v0.8.3
12242026-05-15T19:48:51.438Z Downloaded reqwest v0.12.28
12252026-05-15T19:48:51.441Z Downloaded tokio-postgres v0.7.16
12262026-05-15T19:48:51.446Z Downloaded regex v1.12.3
12272026-05-15T19:48:51.454Z Downloaded p384 v0.13.1
12282026-05-15T19:48:51.460Z Downloaded unicode_categories v0.1.1
12292026-05-15T19:48:51.465Z Downloaded git2 v0.20.4
12302026-05-15T19:48:51.470Z Downloaded rayon v1.11.0
12312026-05-15T19:48:51.475Z Downloaded tower v0.5.3
12322026-05-15T19:48:51.480Z Downloaded zip v0.6.6
12332026-05-15T19:48:51.482Z Downloaded portable-atomic v1.13.1
12342026-05-15T19:48:51.487Z Downloaded x509-cert v0.2.5
12352026-05-15T19:48:51.498Z Downloaded quick-xml v0.37.5
12362026-05-15T19:48:51.507Z Downloaded reqwest v0.13.2
12372026-05-15T19:48:51.507Z Downloaded chrono v0.4.44
12382026-05-15T19:48:51.508Z Downloaded rustls-webpki v0.101.7
12392026-05-15T19:48:51.519Z Downloaded lalrpop v0.19.12
12402026-05-15T19:48:51.519Z Downloaded moka v0.12.13
12412026-05-15T19:48:51.548Z Downloaded salty v0.3.0
12422026-05-15T19:48:51.548Z Downloaded tokio-util v0.7.18
12432026-05-15T19:48:51.549Z Downloaded typed-path v0.9.3
12442026-05-15T19:48:51.549Z Downloaded unicode-segmentation v1.12.0
12452026-05-15T19:48:51.560Z Downloaded tower-http v0.6.8
12462026-05-15T19:48:51.560Z Downloaded proptest v1.10.0
12472026-05-15T19:48:51.560Z Downloaded zerocopy-derive v0.8.40
12482026-05-15T19:48:51.560Z Downloaded goblin v0.10.5
12492026-05-15T19:48:51.560Z Downloaded petname v2.0.2
12502026-05-15T19:48:51.560Z Downloaded tough v0.22.0
12512026-05-15T19:48:51.569Z Downloaded quinn-proto v0.11.13
12522026-05-15T19:48:51.575Z Downloaded unicode-normalization v0.1.25
12532026-05-15T19:48:51.578Z Downloaded serde_with v3.17.0
12542026-05-15T19:48:51.582Z Downloaded zip v4.6.1
12552026-05-15T19:48:51.600Z Downloaded object v0.30.4
12562026-05-15T19:48:51.607Z Downloaded rustls-webpki v0.102.8
12572026-05-15T19:48:51.617Z Downloaded nix v0.29.0
12582026-05-15T19:48:51.623Z Downloaded nix v0.27.1
12592026-05-15T19:48:51.629Z Downloaded polar-core v0.27.3
12602026-05-15T19:48:51.634Z Downloaded bstr v1.12.1
12612026-05-15T19:48:51.639Z Downloaded radix_trie v0.2.1
12622026-05-15T19:48:51.664Z Downloaded rustls v0.21.12
12632026-05-15T19:48:51.670Z Downloaded hickory-proto v0.26.1
12642026-05-15T19:48:51.676Z Downloaded winnow v0.5.40
12652026-05-15T19:48:51.681Z Downloaded winnow v0.6.26
12662026-05-15T19:48:51.687Z Downloaded openssl v0.10.79
12672026-05-15T19:48:51.691Z Downloaded vcpkg v0.2.15
12682026-05-15T19:48:51.714Z Downloaded nix v0.31.2
12692026-05-15T19:48:51.720Z Downloaded dropshot v0.17.0
12702026-05-15T19:48:51.732Z Downloaded time v0.3.47
12712026-05-15T19:48:51.739Z Downloaded nix v0.28.0
12722026-05-15T19:48:51.745Z Downloaded regress v0.11.1
12732026-05-15T19:48:51.750Z Downloaded smoltcp v0.11.0
12742026-05-15T19:48:51.757Z Downloaded dropshot v0.16.7
12752026-05-15T19:48:51.769Z Downloaded zlib-rs v0.6.2
12762026-05-15T19:48:51.772Z Downloaded rustix v0.38.44
12772026-05-15T19:48:51.784Z Downloaded webpki-roots v1.0.6
12782026-05-15T19:48:51.787Z Downloaded object v0.37.3
12792026-05-15T19:48:51.793Z Downloaded rustls v0.23.37
12802026-05-15T19:48:51.800Z Downloaded zerocopy v0.8.40
12812026-05-15T19:48:51.805Z Downloaded openapiv3 v2.2.0
12822026-05-15T19:48:51.811Z Downloaded diesel v2.3.7
12832026-05-15T19:48:51.823Z Downloaded regress v0.10.5
12842026-05-15T19:48:51.829Z Downloaded regex-syntax v0.8.10
12852026-05-15T19:48:51.833Z Downloaded hickory-proto v0.25.2
12862026-05-15T19:48:51.841Z Downloaded hickory-proto v0.24.4
12872026-05-15T19:48:51.850Z Downloaded rustls v0.22.4
12882026-05-15T19:48:51.858Z Downloaded regex-syntax v0.6.29
12892026-05-15T19:48:51.861Z Downloaded typify-impl v0.6.2
12902026-05-15T19:48:51.870Z Downloaded ratatui v0.29.0
12912026-05-15T19:48:51.881Z Downloaded sled v0.34.7
12922026-05-15T19:48:51.886Z Downloaded tabled v0.20.0
12932026-05-15T19:48:51.897Z Downloaded sqlparser v0.61.0
12942026-05-15T19:48:51.901Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-05-15T19:48:51.908Z Downloaded smoltcp v0.9.1
12962026-05-15T19:48:51.914Z Downloaded curve25519-dalek v4.1.3
12972026-05-15T19:48:51.925Z Downloaded typify-impl v0.4.3
12982026-05-15T19:48:51.934Z Downloaded tracing v0.1.44
12992026-05-15T19:48:51.946Z Downloaded petgraph v0.6.5
13002026-05-15T19:48:51.958Z Downloaded zerocopy-derive v0.6.6
13012026-05-15T19:48:51.963Z Downloaded chrono-tz v0.10.4
13022026-05-15T19:48:51.973Z Downloaded regex-automata v0.4.14
13032026-05-15T19:48:51.982Z Downloaded jiff v0.2.21
13042026-05-15T19:48:52.003Z Downloaded petgraph v0.8.3
13052026-05-15T19:48:52.016Z Downloaded csv v1.4.0
13062026-05-15T19:48:52.027Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-15T19:48:52.038Z Downloaded sha3 v0.10.8
13082026-05-15T19:48:52.045Z Downloaded libz-sys v1.1.24
13092026-05-15T19:48:52.083Z Downloaded tokio v1.52.1
13102026-05-15T19:48:52.110Z Downloaded encoding_rs v0.8.35
13112026-05-15T19:48:52.123Z Downloaded ring v0.17.14
13122026-05-15T19:48:52.161Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-15T19:48:52.658Z Downloaded aws-lc-sys v0.40.0
13142026-05-15T19:48:52.905Z Compiling libc v0.2.185
13152026-05-15T19:48:52.905Z Compiling serde v1.0.228
13162026-05-15T19:48:52.907Z Compiling log v0.4.29
13172026-05-15T19:48:52.907Z Compiling find-msvc-tools v0.1.9
13182026-05-15T19:48:52.907Z Compiling shlex v1.3.0
13192026-05-15T19:48:52.907Z Compiling smallvec v1.15.1
13202026-05-15T19:48:52.907Z Compiling syn v2.0.117
13212026-05-15T19:48:52.907Z Compiling typenum v1.19.0
13222026-05-15T19:48:53.233Z Compiling generic-array v0.14.7
13232026-05-15T19:48:53.280Z Compiling subtle v2.6.1
13242026-05-15T19:48:53.280Z Compiling scopeguard v1.2.0
13252026-05-15T19:48:53.292Z Compiling const-oid v0.9.6
13262026-05-15T19:48:53.389Z Compiling lock_api v0.4.14
13272026-05-15T19:48:53.402Z Compiling serde_json v1.0.149
13282026-05-15T19:48:53.452Z Compiling zerocopy v0.8.40
13292026-05-15T19:48:53.476Z Compiling parking_lot_core v0.9.12
13302026-05-15T19:48:53.606Z Compiling portable-atomic v1.13.1
13312026-05-15T19:48:53.702Z Compiling pin-project-lite v0.2.17
13322026-05-15T19:48:53.814Z Compiling pkg-config v0.3.32
13332026-05-15T19:48:53.881Z Compiling getrandom v0.2.17
13342026-05-15T19:48:53.930Z Compiling jobserver v0.1.34
13352026-05-15T19:48:54.016Z Compiling errno v0.3.14
13362026-05-15T19:48:54.047Z Compiling rand_core v0.6.4
13372026-05-15T19:48:54.127Z Compiling signal-hook-registry v1.4.8
13382026-05-15T19:48:54.311Z Compiling cc v1.2.56
13392026-05-15T19:48:54.311Z Compiling bitflags v2.11.0
13402026-05-15T19:48:54.374Z Compiling futures-core v0.3.32
13412026-05-15T19:48:54.391Z Compiling libm v0.2.16
13422026-05-15T19:48:54.437Z Compiling critical-section v1.2.0
13432026-05-15T19:48:54.518Z Compiling once_cell v1.21.3
13442026-05-15T19:48:54.544Z Compiling parking_lot v0.12.5
13452026-05-15T19:48:54.547Z Compiling mio v1.2.0
13462026-05-15T19:48:54.600Z Compiling num-traits v0.2.19
13472026-05-15T19:48:54.719Z Compiling percent-encoding v2.3.2
13482026-05-15T19:48:54.734Z Compiling socket2 v0.6.3
13492026-05-15T19:48:54.903Z Compiling futures-sink v0.3.32
13502026-05-15T19:48:54.917Z Compiling getrandom v0.4.1
13512026-05-15T19:48:54.938Z Compiling rand_core v0.10.0
13522026-05-15T19:48:55.007Z Compiling futures-channel v0.3.32
13532026-05-15T19:48:55.022Z Compiling slab v0.4.12
13542026-05-15T19:48:55.181Z Compiling futures-task v0.3.32
13552026-05-15T19:48:55.233Z Compiling futures-io v0.3.32
13562026-05-15T19:48:55.318Z Compiling cpufeatures v0.2.17
13572026-05-15T19:48:55.321Z Compiling indexmap v2.14.0
13582026-05-15T19:48:55.378Z Compiling rustversion v1.0.22
13592026-05-15T19:48:55.404Z Compiling getrandom v0.3.4
13602026-05-15T19:48:55.408Z Compiling cmake v0.1.57
13612026-05-15T19:48:55.780Z Compiling form_urlencoded v1.2.2
13622026-05-15T19:48:55.821Z Compiling synstructure v0.13.2
13632026-05-15T19:48:55.923Z Compiling fs_extra v1.3.0
13642026-05-15T19:48:55.926Z Compiling dunce v1.0.5
13652026-05-15T19:48:55.987Z Compiling ident_case v1.0.1
13662026-05-15T19:48:56.034Z Compiling base64ct v1.8.3
13672026-05-15T19:48:56.112Z Compiling flagset v0.4.7
13682026-05-15T19:48:56.198Z Compiling aws-lc-sys v0.40.0
13692026-05-15T19:48:56.244Z Compiling rustix v1.1.3
13702026-05-15T19:48:56.283Z Compiling pem-rfc7468 v0.7.0
13712026-05-15T19:48:56.331Z Compiling iana-time-zone v0.1.65
13722026-05-15T19:48:56.376Z Compiling regex-syntax v0.8.10
13732026-05-15T19:48:56.441Z Compiling rand_core v0.9.5
13742026-05-15T19:48:56.534Z Compiling ring v0.17.14
13752026-05-15T19:48:56.549Z Compiling vcpkg v0.2.15
13762026-05-15T19:48:56.601Z Compiling aws-lc-rs v1.16.3
13772026-05-15T19:48:56.727Z Compiling uuid v1.23.0
13782026-05-15T19:48:56.892Z Compiling rustc_version v0.4.1
13792026-05-15T19:48:57.232Z Compiling tracing-core v0.1.36
13802026-05-15T19:48:57.311Z Compiling openssl-sys v0.9.115
13812026-05-15T19:48:57.453Z Compiling base64 v0.22.1
13822026-05-15T19:48:57.609Z Compiling serde_derive v1.0.228
13832026-05-15T19:48:57.777Z Compiling zeroize_derive v1.4.3
13842026-05-15T19:48:57.791Z Compiling zerofrom-derive v0.1.6
13852026-05-15T19:48:57.836Z Compiling yoke-derive v0.8.1
13862026-05-15T19:48:58.024Z Compiling zerocopy-derive v0.8.40
13872026-05-15T19:48:58.425Z Compiling zeroize v1.8.2
13882026-05-15T19:48:58.803Z Compiling zerovec-derive v0.11.2
13892026-05-15T19:48:59.038Z Compiling displaydoc v0.2.5
13902026-05-15T19:48:59.223Z Compiling crypto-common v0.1.7
13912026-05-15T19:48:59.237Z Compiling zerofrom v0.1.6
13922026-05-15T19:48:59.362Z Compiling yoke v0.8.1
13932026-05-15T19:48:59.376Z Compiling block-buffer v0.10.4
13942026-05-15T19:48:59.539Z Compiling digest v0.10.7
13952026-05-15T19:48:59.542Z Compiling tokio-macros v2.7.0
13962026-05-15T19:48:59.772Z Compiling zerotrie v0.2.3
13972026-05-15T19:48:59.785Z Compiling futures-macro v0.3.32
13982026-05-15T19:48:59.906Z Compiling zerovec v0.11.5
13992026-05-15T19:49:00.058Z Compiling hmac v0.12.1
14002026-05-15T19:49:00.262Z Compiling block-padding v0.3.3
14012026-05-15T19:49:00.285Z Compiling sha2 v0.10.9
14022026-05-15T19:49:00.419Z Compiling tinystr v0.8.2
14032026-05-15T19:49:00.432Z Compiling potential_utf v0.1.4
14042026-05-15T19:49:00.592Z Compiling icu_locale_core v2.1.1
14052026-05-15T19:49:00.617Z Compiling icu_collections v2.1.1
14062026-05-15T19:49:00.630Z Compiling futures-util v0.3.32
14072026-05-15T19:49:01.085Z Compiling bytes v1.11.1
14082026-05-15T19:49:01.098Z Compiling inout v0.1.4
14092026-05-15T19:49:01.204Z Compiling icu_provider v2.1.1
14102026-05-15T19:49:01.266Z Compiling cipher v0.4.4
14112026-05-15T19:49:01.463Z Compiling icu_properties v2.1.2
14122026-05-15T19:49:01.499Z Compiling icu_normalizer v2.1.1
14132026-05-15T19:49:01.528Z Compiling der_derive v0.7.3
14142026-05-15T19:49:01.673Z Compiling tokio v1.52.1
14152026-05-15T19:49:01.698Z Compiling http v1.4.0
14162026-05-15T19:49:02.035Z Compiling chrono v0.4.44
14172026-05-15T19:49:02.474Z Compiling idna_adapter v1.2.1
14182026-05-15T19:49:02.542Z Compiling ppv-lite86 v0.2.21
14192026-05-15T19:49:02.555Z Compiling der v0.7.10
14202026-05-15T19:49:02.583Z Compiling idna v1.1.0
14212026-05-15T19:49:02.604Z Compiling salsa20 v0.10.2
14222026-05-15T19:49:02.737Z Compiling pbkdf2 v0.12.2
14232026-05-15T19:49:02.851Z Compiling url v2.5.8
14242026-05-15T19:49:02.854Z Compiling rustls-pki-types v1.14.0
14252026-05-15T19:49:02.878Z Compiling tracing-attributes v0.1.31
14262026-05-15T19:49:03.210Z Compiling thiserror-impl v2.0.18
14272026-05-15T19:49:03.289Z Compiling scrypt v0.11.0
14282026-05-15T19:49:03.374Z Compiling spki v0.7.3
14292026-05-15T19:49:03.533Z Compiling rand_chacha v0.9.0
14302026-05-15T19:49:03.577Z Compiling http-body v1.0.1
14312026-05-15T19:49:03.626Z Compiling aes v0.8.4
14322026-05-15T19:49:03.714Z Compiling cbc v0.1.2
14332026-05-15T19:49:03.788Z Compiling httparse v1.10.1
14342026-05-15T19:49:03.860Z Compiling untrusted v0.7.1
14352026-05-15T19:49:03.981Z Compiling tinyvec_macros v0.1.1
14362026-05-15T19:49:04.051Z Compiling openssl-probe v0.2.1
14372026-05-15T19:49:04.114Z Compiling untrusted v0.9.0
14382026-05-15T19:49:04.145Z Compiling tracing v0.1.44
14392026-05-15T19:49:04.235Z Compiling tinyvec v1.10.0
14402026-05-15T19:49:04.274Z Compiling pkcs5 v0.7.1
14412026-05-15T19:49:04.402Z Compiling pest_generator v2.8.6
14422026-05-15T19:49:04.506Z Compiling thiserror v2.0.18
14432026-05-15T19:49:04.565Z Compiling rand v0.9.2
14442026-05-15T19:49:04.609Z Compiling serde_derive_internals v0.29.1
14452026-05-15T19:49:04.657Z Compiling aho-corasick v1.1.4
14462026-05-15T19:49:04.735Z Compiling rustls v0.23.37
14472026-05-15T19:49:04.904Z Compiling dyn-clone v1.0.20
14482026-05-15T19:49:05.038Z Compiling atomic-waker v1.1.2
14492026-05-15T19:49:05.081Z Compiling tower-layer v0.3.3
14502026-05-15T19:49:05.179Z Compiling tower-service v0.3.3
14512026-05-15T19:49:05.274Z Compiling try-lock v0.2.5
14522026-05-15T19:49:05.290Z Compiling schemars v0.8.22
14532026-05-15T19:49:05.335Z Compiling tokio-util v0.7.18
14542026-05-15T19:49:05.378Z Compiling want v0.3.1
14552026-05-15T19:49:05.500Z Compiling regex-automata v0.4.14
14562026-05-15T19:49:05.523Z Compiling schemars_derive v0.8.22
14572026-05-15T19:49:05.540Z Compiling pest_derive v2.8.6
14582026-05-15T19:49:05.957Z Compiling pkcs8 v0.10.2
14592026-05-15T19:49:06.261Z Compiling h2 v0.4.13
14602026-05-15T19:49:06.284Z Compiling ipnet v2.11.0
14612026-05-15T19:49:06.348Z Compiling scroll_derive v0.13.1
14622026-05-15T19:49:06.361Z Compiling darling_core v0.20.11
14632026-05-15T19:49:06.747Z Compiling foreign-types-shared v0.1.1
14642026-05-15T19:49:06.775Z Compiling pin-utils v0.1.0
14652026-05-15T19:49:06.834Z Compiling openssl v0.10.79
14662026-05-15T19:49:06.849Z Compiling httpdate v1.0.3
14672026-05-15T19:49:07.056Z Compiling tempfile v3.25.0
14682026-05-15T19:49:07.089Z Compiling foreign-types v0.3.2
14692026-05-15T19:49:07.122Z Compiling scroll v0.13.0
14702026-05-15T19:49:07.259Z Compiling unicode-normalization v0.1.25
14712026-05-15T19:49:07.415Z Compiling openssl-macros v0.1.1
14722026-05-15T19:49:07.705Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-15T19:49:07.782Z Compiling spin v0.9.8
14742026-05-15T19:49:07.795Z Compiling time-core v0.1.8
14752026-05-15T19:49:07.936Z Compiling crc32fast v1.5.0
14762026-05-15T19:49:07.983Z Compiling native-tls v0.2.18
14772026-05-15T19:49:08.080Z Compiling powerfmt v0.2.0
14782026-05-15T19:49:08.182Z Compiling num-conv v0.2.0
14792026-05-15T19:49:08.246Z Compiling deranged v0.5.8
14802026-05-15T19:49:08.315Z Compiling time-macros v0.2.27
14812026-05-15T19:49:08.587Z Compiling darling_macro v0.20.11
14822026-05-15T19:49:09.044Z Compiling darling v0.20.11
14832026-05-15T19:49:09.126Z Compiling hyper v1.8.1
14842026-05-15T19:49:09.198Z Compiling goblin v0.10.5
14852026-05-15T19:49:09.345Z Compiling rustls-native-certs v0.8.3
14862026-05-15T19:49:09.515Z Compiling sync_wrapper v1.0.2
14872026-05-15T19:49:09.621Z Compiling wait-timeout v0.2.1
14882026-05-15T19:49:09.635Z Compiling num_threads v0.1.7
14892026-05-15T19:49:09.725Z Compiling usdt-impl v0.6.0
14902026-05-15T19:49:09.879Z Compiling bit-vec v0.8.0
14912026-05-15T19:49:09.924Z Compiling syn v1.0.109
14922026-05-15T19:49:10.125Z Compiling siphasher v1.0.2
14932026-05-15T19:49:10.141Z Compiling quick-error v1.2.3
14942026-05-15T19:49:10.244Z Compiling hyper-util v0.1.20
14952026-05-15T19:49:10.274Z Compiling crossbeam-utils v0.8.21
14962026-05-15T19:49:10.311Z Compiling simd-adler32 v0.3.8
14972026-05-15T19:49:10.584Z Compiling rusty-fork v0.3.1
14982026-05-15T19:49:10.600Z Compiling bit-set v0.8.0
14992026-05-15T19:49:10.776Z Compiling time v0.3.47
15002026-05-15T19:49:10.902Z Compiling tower v0.5.3
15012026-05-15T19:49:11.023Z Compiling derive_builder_core v0.20.2
15022026-05-15T19:49:11.416Z Compiling dtrace-parser v0.3.0
15032026-05-15T19:49:11.557Z Compiling http-body-util v0.1.3
15042026-05-15T19:49:11.797Z Compiling webpki-roots v1.0.6
15052026-05-15T19:49:11.882Z Compiling signature v2.2.0
15062026-05-15T19:49:11.916Z Compiling dof v0.4.0
15072026-05-15T19:49:11.958Z Compiling scroll_derive v0.12.1
15082026-05-15T19:49:12.056Z Compiling thiserror-impl v1.0.69
15092026-05-15T19:49:12.150Z Compiling heapless v0.7.17
15102026-05-15T19:49:12.326Z Compiling rand_xorshift v0.4.0
15112026-05-15T19:49:12.387Z Compiling slog v2.8.2
15122026-05-15T19:49:12.485Z Compiling darling_core v0.21.3
15132026-05-15T19:49:12.570Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-15T19:49:12.602Z Compiling thread-id v5.1.0
15152026-05-15T19:49:12.685Z Compiling cookie v0.18.1
15162026-05-15T19:49:12.834Z Compiling signal-hook v0.3.18
15172026-05-15T19:49:12.861Z Compiling allocator-api2 v0.2.21
15182026-05-15T19:49:13.000Z Compiling adler2 v2.0.1
15192026-05-15T19:49:13.058Z Compiling zstd-safe v7.2.4
15202026-05-15T19:49:13.129Z Compiling anyhow v1.0.102
15212026-05-15T19:49:13.171Z Compiling iri-string v0.7.10
15222026-05-15T19:49:13.248Z Compiling unicode-bidi v0.3.18
15232026-05-15T19:49:13.286Z Compiling unicode-properties v0.1.4
15242026-05-15T19:49:13.425Z Compiling paste v1.0.15
15252026-05-15T19:49:13.439Z Compiling unarray v0.1.4
15262026-05-15T19:49:13.485Z Compiling ryu v1.0.23
15272026-05-15T19:49:13.543Z Compiling proptest v1.10.0
15282026-05-15T19:49:13.660Z Compiling serde_urlencoded v0.7.1
15292026-05-15T19:49:13.731Z Compiling stringprep v0.1.5
15302026-05-15T19:49:13.899Z Compiling thiserror v1.0.69
15312026-05-15T19:49:13.993Z Compiling miniz_oxide v0.8.9
15322026-05-15T19:49:14.586Z Compiling tower-http v0.6.8
15332026-05-15T19:49:14.642Z Compiling scroll v0.12.0
15342026-05-15T19:49:14.792Z Compiling derive_builder_macro v0.20.2
15352026-05-15T19:49:14.823Z Compiling tokio-native-tls v0.3.1
15362026-05-15T19:49:14.922Z Compiling darling_macro v0.21.3
15372026-05-15T19:49:14.984Z Compiling ipnetwork v0.21.1
15382026-05-15T19:49:15.154Z Compiling bstr v1.12.1
15392026-05-15T19:49:15.263Z Compiling rand_chacha v0.3.1
15402026-05-15T19:49:15.427Z Compiling serde_tokenstream v0.2.3
15412026-05-15T19:49:15.441Z Compiling toml_datetime v0.6.11
15422026-05-15T19:49:15.489Z Compiling erased-serde v0.3.31
15432026-05-15T19:49:15.695Z Compiling serde_spanned v0.6.9
15442026-05-15T19:49:15.736Z Compiling md-5 v0.10.6
15452026-05-15T19:49:15.809Z Compiling pin-project-internal v1.1.11
15462026-05-15T19:49:15.837Z Compiling zerocopy-derive v0.7.35
15472026-05-15T19:49:15.899Z Compiling async-trait v0.1.89
15482026-05-15T19:49:15.983Z Compiling curve25519-dalek v4.1.3
15492026-05-15T19:49:16.075Z Compiling vergen-lib v0.1.6
15502026-05-15T19:49:16.254Z Compiling num-integer v0.1.46
15512026-05-15T19:49:16.314Z Compiling hash32 v0.2.1
15522026-05-15T19:49:16.508Z Compiling ff v0.13.1
15532026-05-15T19:49:16.579Z Compiling memoffset v0.9.1
15542026-05-15T19:49:16.645Z Compiling base16ct v0.2.0
15552026-05-15T19:49:16.693Z Compiling litrs v1.0.0
15562026-05-15T19:49:16.765Z Compiling psl-types v2.0.11
15572026-05-15T19:49:16.823Z Compiling num-bigint-dig v0.8.6
15582026-05-15T19:49:16.891Z Compiling fallible-iterator v0.2.0
15592026-05-15T19:49:16.903Z Compiling cfg_aliases v0.2.1
15602026-05-15T19:49:16.918Z Compiling smoltcp v0.9.1
15612026-05-15T19:49:16.995Z Compiling rustix v0.38.44
15622026-05-15T19:49:17.011Z Compiling ref-cast v1.0.25
15632026-05-15T19:49:17.193Z Compiling zlib-rs v0.6.2
15642026-05-15T19:49:17.193Z Compiling document-features v0.2.12
15652026-05-15T19:49:17.262Z Compiling postgres-protocol v0.6.10
15662026-05-15T19:49:17.373Z Compiling nix v0.31.2
15672026-05-15T19:49:17.407Z Compiling pin-project v1.1.11
15682026-05-15T19:49:17.509Z Compiling publicsuffix v2.3.0
15692026-05-15T19:49:17.732Z Compiling sec1 v0.7.3
15702026-05-15T19:49:17.779Z Compiling zerocopy v0.7.35
15712026-05-15T19:49:17.791Z Compiling group v0.13.0
15722026-05-15T19:49:17.804Z Compiling num-iter v0.1.45
15732026-05-15T19:49:18.038Z Compiling newtype-uuid v1.3.2
15742026-05-15T19:49:18.327Z Compiling rand v0.8.6
15752026-05-15T19:49:18.373Z Compiling darling v0.21.3
15762026-05-15T19:49:18.395Z Compiling derive_builder v0.20.2
15772026-05-15T19:49:18.411Z Compiling oxnet v0.1.4
15782026-05-15T19:49:18.516Z Compiling hyper-tls v0.6.0
15792026-05-15T19:49:18.655Z Compiling goblin v0.8.2
15802026-05-15T19:49:18.756Z Compiling hubpack_derive v0.1.1
15812026-05-15T19:49:19.187Z Compiling phf_shared v0.13.1
15822026-05-15T19:49:19.314Z Compiling lazy_static v1.5.0
15832026-05-15T19:49:19.409Z Compiling regex v1.12.3
15842026-05-15T19:49:19.436Z Compiling futures-executor v0.3.32
15852026-05-15T19:49:19.453Z Compiling cargo-platform v0.1.9
15862026-05-15T19:49:19.623Z Compiling hex v0.4.3
15872026-05-15T19:49:19.691Z Compiling hkdf v0.12.4
15882026-05-15T19:49:19.701Z Compiling crypto-bigint v0.5.5
15892026-05-15T19:49:19.824Z Compiling terminal_size v0.4.3
15902026-05-15T19:49:19.848Z Compiling snafu-derive v0.8.9
15912026-05-15T19:49:19.881Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-15T19:49:19.956Z Compiling daft-derive v0.1.5
15932026-05-15T19:49:20.437Z Compiling flate2 v1.1.9
15942026-05-15T19:49:20.576Z Compiling ref-cast-impl v1.0.25
15952026-05-15T19:49:20.674Z Compiling strum_macros v0.27.2
15962026-05-15T19:49:20.852Z Compiling vergen v9.0.6
15972026-05-15T19:49:21.033Z Compiling fs-err v3.3.0
15982026-05-15T19:49:21.114Z Compiling ahash v0.8.12
15992026-05-15T19:49:21.222Z Compiling encoding_rs v0.8.35
16002026-05-15T19:49:21.319Z Compiling winnow v0.5.40
16012026-05-15T19:49:21.760Z Compiling foldhash v0.2.0
16022026-05-15T19:49:21.861Z Compiling unicode-segmentation v1.12.0
16032026-05-15T19:49:21.979Z Compiling managed v0.8.0
16042026-05-15T19:49:22.135Z Compiling same-file v1.0.6
16052026-05-15T19:49:22.194Z Compiling foldhash v0.1.5
16062026-05-15T19:49:22.244Z Compiling object v0.37.3
16072026-05-15T19:49:22.295Z Compiling mime v0.3.17
16082026-05-15T19:49:22.363Z Compiling bitflags v1.3.2
16092026-05-15T19:49:22.440Z Compiling bumpalo v3.20.2
16102026-05-15T19:49:22.506Z Compiling cpufeatures v0.3.0
16112026-05-15T19:49:22.549Z Compiling libbz2-rs-sys v0.2.2
16122026-05-15T19:49:22.585Z Compiling chacha20 v0.10.0
16132026-05-15T19:49:22.637Z Compiling strum v0.27.2
16142026-05-15T19:49:22.686Z Compiling zopfli v0.8.3
16152026-05-15T19:49:22.709Z Compiling toml_edit v0.19.15
16162026-05-15T19:49:22.775Z Compiling hashbrown v0.15.5
16172026-05-15T19:49:22.895Z Compiling walkdir v2.5.0
16182026-05-15T19:49:23.203Z Compiling bzip2 v0.6.1
16192026-05-15T19:49:23.226Z Compiling clap_builder v4.5.60
16202026-05-15T19:49:23.307Z Compiling hashbrown v0.16.1
16212026-05-15T19:49:23.338Z Compiling snafu v0.8.9
16222026-05-15T19:49:23.586Z Compiling dof v0.3.0
16232026-05-15T19:49:23.655Z Compiling elliptic-curve v0.13.8
16242026-05-15T19:49:23.681Z Compiling daft v0.1.5
16252026-05-15T19:49:23.948Z Compiling cargo_metadata v0.19.2
16262026-05-15T19:49:24.047Z Compiling futures v0.3.32
16272026-05-15T19:49:24.132Z Compiling phf v0.13.1
16282026-05-15T19:49:24.558Z Compiling hubpack v0.1.2
16292026-05-15T19:49:24.652Z Compiling cookie_store v0.22.1
16302026-05-15T19:49:24.771Z Compiling signal-hook-mio v0.2.5
16312026-05-15T19:49:24.887Z Compiling bzip2 v0.4.4
16322026-05-15T19:49:25.119Z Compiling zstd v0.13.3
16332026-05-15T19:49:25.279Z Compiling serde_with_macros v3.17.0
16342026-05-15T19:49:25.363Z Compiling postgres-types v0.2.12
16352026-05-15T19:49:25.417Z Compiling usdt-attr-macro v0.6.0
16362026-05-15T19:49:25.914Z Compiling usdt-macro v0.6.0
16372026-05-15T19:49:26.210Z Compiling globset v0.4.18
16382026-05-15T19:49:26.243Z Compiling dtrace-parser v0.2.0
16392026-05-15T19:49:26.401Z Compiling ed25519 v2.2.3
16402026-05-15T19:49:26.514Z Compiling phf_shared v0.11.3
16412026-05-15T19:49:26.638Z Compiling olpc-cjson v0.1.4
16422026-05-15T19:49:26.697Z Compiling pkcs1 v0.7.5
16432026-05-15T19:49:26.799Z Compiling serde-big-array v0.5.1
16442026-05-15T19:49:26.886Z Compiling serde_plain v1.0.2
16452026-05-15T19:49:26.910Z Compiling rfc6979 v0.4.0
16462026-05-15T19:49:26.941Z Compiling pem v3.0.6
16472026-05-15T19:49:26.983Z Compiling serde_repr v0.1.20
16482026-05-15T19:49:27.029Z Compiling clap_derive v4.5.55
16492026-05-15T19:49:27.073Z Compiling strum_macros v0.26.4
16502026-05-15T19:49:27.093Z Compiling async-recursion v1.1.1
16512026-05-15T19:49:27.258Z Compiling enum-as-inner v0.6.1
16522026-05-15T19:49:27.293Z Compiling float-cmp v0.10.0
16532026-05-15T19:49:27.438Z Compiling thread-id v4.2.2
16542026-05-15T19:49:27.497Z Compiling memmap2 v0.9.10
16552026-05-15T19:49:27.522Z Compiling env_filter v1.0.0
16562026-05-15T19:49:27.710Z Compiling jiff v0.2.21
16572026-05-15T19:49:27.734Z Compiling difflib v0.4.0
16582026-05-15T19:49:27.751Z Compiling normalize-line-endings v0.3.0
16592026-05-15T19:49:27.828Z Compiling fixedbitset v0.5.7
16602026-05-15T19:49:27.845Z Compiling typed-path v0.9.3
16612026-05-15T19:49:28.127Z Compiling new_debug_unreachable v1.0.6
16622026-05-15T19:49:28.204Z Compiling data-encoding v2.10.0
16632026-05-15T19:49:28.291Z Compiling either v1.15.0
16642026-05-15T19:49:28.497Z Compiling static_assertions v1.1.0
16652026-05-15T19:49:28.574Z Compiling rustc-hash v2.1.1
16662026-05-15T19:49:28.702Z Compiling predicates-core v1.0.10
16672026-05-15T19:49:28.773Z Compiling fixedbitset v0.4.2
16682026-05-15T19:49:28.801Z Compiling keccak v0.1.6
16692026-05-15T19:49:28.877Z Compiling whoami v2.1.0
16702026-05-15T19:49:28.891Z Compiling precomputed-hash v0.1.1
16712026-05-15T19:49:28.978Z Compiling string_cache v0.8.9
16722026-05-15T19:49:28.992Z Compiling sha3 v0.10.8
16732026-05-15T19:49:29.069Z Compiling petgraph v0.6.5
16742026-05-15T19:49:29.196Z Compiling tokio-postgres v0.7.16
16752026-05-15T19:49:29.242Z Compiling predicates v3.1.4
16762026-05-15T19:49:29.439Z Compiling strum v0.26.3
16772026-05-15T19:49:29.571Z Compiling clap v4.5.60
16782026-05-15T19:49:29.602Z Compiling iddqd v0.3.18
16792026-05-15T19:49:29.655Z Compiling toml_edit v0.22.27
16802026-05-15T19:49:29.878Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16812026-05-15T19:49:29.881Z Compiling hickory-proto v0.25.2
16822026-05-15T19:49:30.575Z Compiling zip v4.6.1
16832026-05-15T19:49:30.790Z Compiling itertools v0.13.0
16842026-05-15T19:49:31.434Z Compiling petgraph v0.8.3
16852026-05-15T19:49:31.547Z Compiling env_logger v0.11.9
16862026-05-15T19:49:31.880Z Compiling usdt v0.6.0
16872026-05-15T19:49:31.897Z Compiling usdt-impl v0.5.0
16882026-05-15T19:49:32.044Z Compiling ecdsa v0.16.9
16892026-05-15T19:49:32.139Z Compiling rsa v0.9.10
16902026-05-15T19:49:32.433Z Compiling ed25519-dalek v2.2.0
16912026-05-15T19:49:32.457Z Compiling serde_with v3.17.0
16922026-05-15T19:49:32.471Z Compiling crossterm v0.28.1
16932026-05-15T19:49:33.095Z Compiling zip v0.6.6
16942026-05-15T19:49:33.668Z Compiling toml v0.7.8
16952026-05-15T19:49:34.010Z Compiling rand v0.10.0
16962026-05-15T19:49:34.167Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-15T19:49:34.167Z Compiling heck v0.4.1
16982026-05-15T19:49:34.279Z Compiling similar v2.7.0
16992026-05-15T19:49:34.409Z Compiling crossbeam-epoch v0.9.18
17002026-05-15T19:49:34.560Z Compiling tokio-stream v0.1.18
17012026-05-15T19:49:34.736Z Compiling buf-list v1.1.2
17022026-05-15T19:49:34.792Z Compiling x509-cert v0.2.5
17032026-05-15T19:49:34.909Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-15T19:49:35.014Z Compiling openapiv3 v2.2.0
17052026-05-15T19:49:35.028Z Compiling sha1 v0.10.6
17062026-05-15T19:49:35.190Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-05-15T19:49:35.237Z Compiling lalrpop-util v0.19.12
17082026-05-15T19:49:35.260Z Compiling peg-runtime v0.8.5
17092026-05-15T19:49:35.429Z Compiling thread_local v1.1.9
17102026-05-15T19:49:35.453Z Compiling slog-async v2.8.0
17112026-05-15T19:49:35.478Z Compiling crossbeam-channel v0.5.15
17122026-05-15T19:49:35.551Z Compiling filetime v0.2.27
17132026-05-15T19:49:35.679Z Compiling is-terminal v0.4.17
17142026-05-15T19:49:35.735Z Compiling term v1.2.1
17152026-05-15T19:49:35.770Z Compiling xattr v1.6.1
17162026-05-15T19:49:35.784Z Compiling take_mut v0.2.2
17172026-05-15T19:49:35.896Z Compiling tar v0.4.45
17182026-05-15T19:49:36.315Z Compiling slog-term v2.9.2
17192026-05-15T19:49:46.261Z Compiling rustls-webpki v0.103.9
17202026-05-15T19:49:49.011Z Compiling tokio-rustls v0.26.4
17212026-05-15T19:49:49.011Z Compiling rustls-platform-verifier v0.6.2
17222026-05-15T19:49:49.208Z Compiling hyper-rustls v0.27.7
17232026-05-15T19:49:49.404Z Compiling reqwest v0.12.28
17242026-05-15T19:49:49.422Z Compiling reqwest v0.13.2
17252026-05-15T19:49:50.660Z Compiling tough v0.22.0
17262026-05-15T19:49:53.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-15T19:49:53.410Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-15T19:49:56.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17292026-05-15T19:49:56.389Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-15T19:49:56.444ZMay 15 19:49:55.077 INFO Starting download, target: Clickhouse
17312026-05-15T19:49:56.444ZMay 15 19:49:55.078 INFO Starting download, target: Console
17322026-05-15T19:49:56.444ZMay 15 19:49:55.078 INFO Starting download, target: Cockroach
17332026-05-15T19:49:56.444ZMay 15 19:49:55.078 INFO Starting download, target: DendriteStub
17342026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Starting download, target: MaghemiteMgd
17352026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Starting download, target: TransceiverControl
17362026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-05-15T19:49:56.447ZMay 15 19:49:55.078 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-05-15T19:49:56.805ZMay 15 19:49:55.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-15T19:49:57.005ZMay 15 19:49:55.634 INFO Download complete, target: TransceiverControl
17442026-05-15T19:49:57.533ZMay 15 19:49:56.162 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-15T19:49:57.784ZMay 15 19:49:56.409 INFO Download complete, target: Console
17462026-05-15T19:49:57.910ZMay 15 19:49:56.543 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-15T19:49:58.144ZMay 15 19:49:56.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-15T19:49:58.196ZMay 15 19:49:56.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-05-15T19:49:58.592ZMay 15 19:49:57.226 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-05-15T19:49:58.592ZMay 15 19:49:57.226 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-05-15T19:50:00.262ZMay 15 19:49:58.895 INFO Download complete, target: DendriteStub
17522026-05-15T19:50:00.501ZMay 15 19:49:59.130 INFO Download complete, target: MaghemiteMgd
17532026-05-15T19:50:03.154ZMay 15 19:50:01.787 INFO Checking that binary works, target: Cockroach
17542026-05-15T19:50:03.266ZMay 15 19:50:01.900 INFO Download complete, target: Cockroach
17552026-05-15T19:50:04.877ZMay 15 19:50:03.510 INFO Checking that binary works, target: Clickhouse
17562026-05-15T19:50:04.965ZMay 15 19:50:03.599 INFO Download complete, target: Clickhouse
17572026-05-15T19:50:04.980ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-05-15T19:50:04.983Z
17592026-05-15T19:50:04.983Zreal 2:16.288552914
17602026-05-15T19:50:04.983Zuser 6:55.263648076
17612026-05-15T19:50:04.983Zsys 1:22.025838575
17622026-05-15T19:50:04.983Ztrap 0.237412189
17632026-05-15T19:50:04.983Ztflt 0.684924173
17642026-05-15T19:50:04.983Zdflt 0.484637484
17652026-05-15T19:50:04.983Zkflt 0.023873143
17662026-05-15T19:50:04.983Zlock 21:34.439354959
17672026-05-15T19:50:04.983Zslp 21:29.764935310
17682026-05-15T19:50:04.983Zlat 40.039136149
17692026-05-15T19:50:04.983Zstop 1:45.305836964
17702026-05-15T19:50:04.983Z+ banner hack-check
17712026-05-15T19:50:04.983Z
17722026-05-15T19:50:04.983Z # # ## #### # # #### # # ###### #### # #
17732026-05-15T19:50:04.983Z # # # # # # # # # # # # # # # # #
17742026-05-15T19:50:04.983Z ###### # # # #### ##### # ###### ##### # ####
17752026-05-15T19:50:04.983Z # # ###### # # # # # # # # # #
17762026-05-15T19:50:04.983Z # # # # # # # # # # # # # # # # #
17772026-05-15T19:50:04.983Z # # # # #### # # #### # # ###### #### # #
17782026-05-15T19:50:04.984Z
17792026-05-15T19:50:04.984Z+ export CARGO_INCREMENTAL=0
17802026-05-15T19:50:04.984Z+ CARGO_INCREMENTAL=0
17812026-05-15T19:50:04.984Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-05-15T19:50:05.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-05-15T19:50:05.769Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-05-15T19:50:07.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17852026-05-15T19:50:07.722Z Running `target/debug/xtask check-features --ci`
17862026-05-15T19:50:07.749Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-05-15T19:50:07.751Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-05-15T19:50:08.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17892026-05-15T19:50:08.265Z Running `target/debug/xtask download cargo-hack`
17902026-05-15T19:50:09.051Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-05-15T19:50:09.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-05-15T19:50:11.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17932026-05-15T19:50:12.012Z Running `target/debug/xtask-downloader cargo-hack`
17942026-05-15T19:50:12.051ZMay 15 19:50:10.684 INFO Starting download, target: CargoHack
17952026-05-15T19:50:12.054ZMay 15 19:50:10.684 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-05-15T19:50:12.408ZMay 15 19:50:11.042 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-05-15T19:50:12.457ZMay 15 19:50:11.091 INFO Download complete, target: CargoHack
17982026-05-15T19:50:12.460Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-05-15T19:50:12.473Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-05-15T19:50:12.626Zinfo: running `cargo check --bins` on api_identity (1/276)
18012026-05-15T19:50:13.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-15T19:50:13.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-15T19:50:13.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-15T19:50:13.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18052026-05-15T19:50:13.221Z
18062026-05-15T19:50:13.221Zinfo: running `cargo check --bins` on bootstore (2/276)
18072026-05-15T19:50:13.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-15T19:50:13.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-15T19:50:13.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-15T19:50:13.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18112026-05-15T19:50:13.813Z
18122026-05-15T19:50:13.813Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18132026-05-15T19:50:14.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-15T19:50:14.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-15T19:50:14.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-15T19:50:14.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-05-15T19:50:14.397Z
18182026-05-15T19:50:14.397Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18192026-05-15T19:50:14.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-15T19:50:14.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-15T19:50:14.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-15T19:50:14.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18232026-05-15T19:50:14.991Z
18242026-05-15T19:50:14.992Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18252026-05-15T19:50:15.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-15T19:50:15.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-15T19:50:15.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-15T19:50:15.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18292026-05-15T19:50:15.592Z
18302026-05-15T19:50:15.592Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18312026-05-15T19:50:16.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-15T19:50:16.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-15T19:50:16.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-15T19:50:16.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18352026-05-15T19:50:16.194Z
18362026-05-15T19:50:16.194Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18372026-05-15T19:50:16.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-15T19:50:16.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-15T19:50:16.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-15T19:50:16.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18412026-05-15T19:50:16.796Z
18422026-05-15T19:50:16.796Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18432026-05-15T19:50:17.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-15T19:50:17.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-15T19:50:17.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-15T19:50:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-05-15T19:50:17.394Z
18482026-05-15T19:50:17.394Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18492026-05-15T19:50:17.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-15T19:50:17.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-15T19:50:17.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-15T19:50:17.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18532026-05-15T19:50:17.868Z
18542026-05-15T19:50:17.868Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18552026-05-15T19:50:18.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-15T19:50:18.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-15T19:50:18.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-15T19:50:18.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18592026-05-15T19:50:18.345Z
18602026-05-15T19:50:18.345Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18612026-05-15T19:50:18.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-15T19:50:18.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-15T19:50:18.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-15T19:50:18.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18652026-05-15T19:50:18.819Z
18662026-05-15T19:50:18.819Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18672026-05-15T19:50:19.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-15T19:50:19.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-15T19:50:19.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-15T19:50:19.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18712026-05-15T19:50:19.291Z
18722026-05-15T19:50:19.291Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18732026-05-15T19:50:19.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-15T19:50:19.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-15T19:50:19.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-15T19:50:19.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772026-05-15T19:50:19.765Z
18782026-05-15T19:50:19.765Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18792026-05-15T19:50:20.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-15T19:50:20.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-15T19:50:20.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-15T19:50:20.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-05-15T19:50:20.248Z
18842026-05-15T19:50:20.248Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18852026-05-15T19:50:20.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-15T19:50:20.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-15T19:50:20.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-15T19:50:20.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-05-15T19:50:20.718Z
18902026-05-15T19:50:20.718Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18912026-05-15T19:50:21.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-15T19:50:21.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-15T19:50:21.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-15T19:50:21.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-05-15T19:50:21.193Z
18962026-05-15T19:50:21.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18972026-05-15T19:50:21.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-15T19:50:21.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-15T19:50:21.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-15T19:50:21.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-05-15T19:50:21.670Z
19022026-05-15T19:50:21.670Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19032026-05-15T19:50:22.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-15T19:50:22.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-15T19:50:22.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-15T19:50:22.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-05-15T19:50:22.144Z
19082026-05-15T19:50:22.144Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19092026-05-15T19:50:22.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-15T19:50:22.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-15T19:50:22.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-15T19:50:22.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-05-15T19:50:22.618Z
19142026-05-15T19:50:22.618Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19152026-05-15T19:50:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-15T19:50:23.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-15T19:50:23.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-15T19:50:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-05-15T19:50:23.093Z
19202026-05-15T19:50:23.093Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19212026-05-15T19:50:23.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-15T19:50:23.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-15T19:50:23.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-15T19:50:23.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-05-15T19:50:23.570Z
19262026-05-15T19:50:23.570Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19272026-05-15T19:50:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-15T19:50:23.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-15T19:50:23.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-15T19:50:23.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-05-15T19:50:24.046Z
19322026-05-15T19:50:24.046Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19332026-05-15T19:50:24.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-15T19:50:24.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-15T19:50:24.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-15T19:50:24.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-05-15T19:50:24.522Z
19382026-05-15T19:50:24.522Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19392026-05-15T19:50:24.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-15T19:50:24.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-15T19:50:24.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-15T19:50:24.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-05-15T19:50:24.999Z
19442026-05-15T19:50:24.999Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19452026-05-15T19:50:25.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-15T19:50:25.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-15T19:50:25.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-15T19:50:25.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-05-15T19:50:25.478Z
19502026-05-15T19:50:25.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19512026-05-15T19:50:25.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-15T19:50:25.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-15T19:50:25.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-15T19:50:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-05-15T19:50:25.954Z
19562026-05-15T19:50:25.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19572026-05-15T19:50:26.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-15T19:50:26.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-15T19:50:26.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-15T19:50:26.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-05-15T19:50:26.433Z
19622026-05-15T19:50:26.433Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19632026-05-15T19:50:26.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-15T19:50:26.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-15T19:50:26.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-15T19:50:26.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-05-15T19:50:26.907Z
19682026-05-15T19:50:26.907Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19692026-05-15T19:50:27.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-15T19:50:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-15T19:50:27.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-15T19:50:27.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-05-15T19:50:27.386Z
19742026-05-15T19:50:27.386Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19752026-05-15T19:50:27.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-15T19:50:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-15T19:50:27.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-15T19:50:27.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-05-15T19:50:27.859Z
19802026-05-15T19:50:27.859Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19812026-05-15T19:50:28.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-15T19:50:28.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-15T19:50:28.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-15T19:50:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-05-15T19:50:28.332Z
19862026-05-15T19:50:28.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19872026-05-15T19:50:28.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-15T19:50:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-15T19:50:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-15T19:50:28.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-15T19:50:28.801Z
19922026-05-15T19:50:28.801Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19932026-05-15T19:50:29.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-15T19:50:29.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-15T19:50:29.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-15T19:50:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-15T19:50:29.270Z
19982026-05-15T19:50:29.270Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19992026-05-15T19:50:29.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-15T19:50:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-15T19:50:29.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-15T19:50:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-15T19:50:29.739Z
20042026-05-15T19:50:29.739Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20052026-05-15T19:50:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-15T19:50:30.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-15T19:50:30.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-15T19:50:30.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-15T19:50:30.209Z
20102026-05-15T19:50:30.209Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20112026-05-15T19:50:30.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-15T19:50:30.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-15T19:50:30.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-15T19:50:30.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-15T19:50:30.679Z
20162026-05-15T19:50:30.679Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20172026-05-15T19:50:31.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-15T19:50:31.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-15T19:50:31.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-15T19:50:31.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-15T19:50:31.149Z
20222026-05-15T19:50:31.149Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20232026-05-15T19:50:31.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-15T19:50:31.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-15T19:50:31.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-15T19:50:31.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-15T19:50:31.618Z
20282026-05-15T19:50:31.618Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20292026-05-15T19:50:32.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-15T19:50:32.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-15T19:50:32.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-15T19:50:32.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-15T19:50:32.091Z
20342026-05-15T19:50:32.091Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20352026-05-15T19:50:32.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-15T19:50:32.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-15T19:50:32.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-15T19:50:32.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-15T19:50:32.562Z
20402026-05-15T19:50:32.563Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20412026-05-15T19:50:32.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-15T19:50:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-15T19:50:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-15T19:50:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-15T19:50:33.031Z
20462026-05-15T19:50:33.031Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20472026-05-15T19:50:33.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-15T19:50:33.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-15T19:50:33.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-15T19:50:33.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-15T19:50:33.502Z
20522026-05-15T19:50:33.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20532026-05-15T19:50:33.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-15T19:50:33.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-15T19:50:33.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-15T19:50:33.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-05-15T19:50:33.973Z
20582026-05-15T19:50:33.973Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20592026-05-15T19:50:34.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-15T19:50:34.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-15T19:50:34.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-15T19:50:34.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-15T19:50:34.448Z
20642026-05-15T19:50:34.448Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20652026-05-15T19:50:34.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-15T19:50:34.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-15T19:50:34.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-15T19:50:34.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-15T19:50:34.918Z
20702026-05-15T19:50:34.918Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20712026-05-15T19:50:35.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-15T19:50:35.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-15T19:50:35.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-15T19:50:35.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-05-15T19:50:35.392Z
20762026-05-15T19:50:35.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20772026-05-15T19:50:35.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-15T19:50:35.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-15T19:50:35.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-15T19:50:35.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-05-15T19:50:35.862Z
20822026-05-15T19:50:35.862Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20832026-05-15T19:50:36.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-15T19:50:36.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-15T19:50:36.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-15T19:50:36.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-05-15T19:50:36.335Z
20882026-05-15T19:50:36.335Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20892026-05-15T19:50:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-15T19:50:36.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-15T19:50:36.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-15T19:50:36.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20932026-05-15T19:50:36.973Z
20942026-05-15T19:50:36.974Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20952026-05-15T19:50:37.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-15T19:50:37.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-15T19:50:37.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-15T19:50:37.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-05-15T19:50:37.613Z
21002026-05-15T19:50:37.613Zinfo: running `cargo check --bins` on nexus-config (51/276)
21012026-05-15T19:50:38.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-15T19:50:38.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-15T19:50:38.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-15T19:50:38.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-05-15T19:50:38.252Z
21062026-05-15T19:50:38.252Zinfo: running `cargo check --bins` on nexus-types (52/276)
21072026-05-15T19:50:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-15T19:50:38.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-15T19:50:38.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-15T19:50:38.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21112026-05-15T19:50:38.894Z
21122026-05-15T19:50:38.894Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21132026-05-15T19:50:39.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-15T19:50:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-15T19:50:39.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-15T19:50:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21172026-05-15T19:50:39.503Z
21182026-05-15T19:50:39.503Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21192026-05-15T19:50:40.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-15T19:50:40.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-15T19:50:40.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-15T19:50:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21232026-05-15T19:50:40.089Z
21242026-05-15T19:50:40.089Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21252026-05-15T19:50:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-15T19:50:40.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-15T19:50:40.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-15T19:50:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-05-15T19:50:40.698Z
21302026-05-15T19:50:40.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21312026-05-15T19:50:41.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-15T19:50:41.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-15T19:50:41.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-15T19:50:41.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-05-15T19:50:41.306Z
21362026-05-15T19:50:41.306Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21372026-05-15T19:50:41.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-15T19:50:41.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-15T19:50:41.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-15T19:50:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-05-15T19:50:41.912Z
21422026-05-15T19:50:41.913Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21432026-05-15T19:50:42.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-15T19:50:42.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-15T19:50:42.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-15T19:50:42.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-05-15T19:50:42.518Z
21482026-05-15T19:50:42.518Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21492026-05-15T19:50:43.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-15T19:50:43.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-15T19:50:43.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-15T19:50:43.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-05-15T19:50:43.103Z
21542026-05-15T19:50:43.103Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21552026-05-15T19:50:43.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-15T19:50:43.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-15T19:50:43.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-15T19:50:43.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-05-15T19:50:43.690Z
21602026-05-15T19:50:43.690Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21612026-05-15T19:50:44.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-15T19:50:44.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-15T19:50:44.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-15T19:50:44.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-05-15T19:50:44.271Z
21662026-05-15T19:50:44.271Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21672026-05-15T19:50:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-15T19:50:44.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-15T19:50:44.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-15T19:50:44.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-05-15T19:50:44.853Z
21722026-05-15T19:50:44.854Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21732026-05-15T19:50:45.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-15T19:50:45.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-15T19:50:45.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-15T19:50:45.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21772026-05-15T19:50:45.459Z
21782026-05-15T19:50:45.459Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21792026-05-15T19:50:45.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-15T19:50:45.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-15T19:50:45.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-15T19:50:45.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-05-15T19:50:46.064Z
21842026-05-15T19:50:46.064Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21852026-05-15T19:50:46.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-15T19:50:46.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-15T19:50:46.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-15T19:50:46.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-15T19:50:46.651Z
21902026-05-15T19:50:46.651Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21912026-05-15T19:50:47.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-15T19:50:47.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-15T19:50:47.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-15T19:50:47.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21952026-05-15T19:50:47.238Z
21962026-05-15T19:50:47.238Zinfo: running `cargo check --bins` on ereport-types (67/276)
21972026-05-15T19:50:47.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-15T19:50:47.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-15T19:50:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-15T19:50:47.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-05-15T19:50:47.831Z
22022026-05-15T19:50:47.831Zinfo: running `cargo check --bins` on gateway-client (68/276)
22032026-05-15T19:50:48.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-15T19:50:48.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-15T19:50:48.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-15T19:50:48.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-05-15T19:50:48.435Z
22082026-05-15T19:50:48.435Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22092026-05-15T19:50:48.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-15T19:50:48.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-15T19:50:48.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-15T19:50:48.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-05-15T19:50:49.031Z
22142026-05-15T19:50:49.031Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22152026-05-15T19:50:49.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-15T19:50:49.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-15T19:50:49.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-15T19:50:49.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-05-15T19:50:49.630Z
22202026-05-15T19:50:49.630Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22212026-05-15T19:50:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-15T19:50:50.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-15T19:50:50.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-15T19:50:50.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-05-15T19:50:50.228Z
22262026-05-15T19:50:50.228Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22272026-05-15T19:50:50.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-15T19:50:50.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-15T19:50:50.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-15T19:50:50.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-15T19:50:50.821Z
22322026-05-15T19:50:50.821Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22332026-05-15T19:50:51.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-15T19:50:51.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-15T19:50:51.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-15T19:50:51.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-05-15T19:50:51.431Z
22382026-05-15T19:50:51.431Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22392026-05-15T19:50:51.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-15T19:50:51.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-15T19:50:51.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-15T19:50:51.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22432026-05-15T19:50:52.045Z
22442026-05-15T19:50:52.045Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22452026-05-15T19:50:52.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-15T19:50:52.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-15T19:50:52.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-15T19:50:52.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-05-15T19:50:52.627Z
22502026-05-15T19:50:52.628Zinfo: running `cargo check --bins` on oxlog (76/276)
22512026-05-15T19:50:53.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-15T19:50:53.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-15T19:50:53.244Z Checking cfg-if v1.0.4
22542026-05-15T19:50:53.248Z Checking libc v0.2.185
22552026-05-15T19:50:53.248Z Checking serde_core v1.0.228
22562026-05-15T19:50:53.364Z Checking zeroize v1.8.2
22572026-05-15T19:50:53.371Z Checking memchr v2.8.0
22582026-05-15T19:50:53.379Z Checking log v0.4.29
22592026-05-15T19:50:53.389Z Checking smallvec v1.15.1
22602026-05-15T19:50:53.401Z Checking typenum v1.19.0
22612026-05-15T19:50:53.410Z Checking subtle v2.6.1
22622026-05-15T19:50:53.511Z Checking itoa v1.0.17
22632026-05-15T19:50:53.539Z Checking scopeguard v1.2.0
22642026-05-15T19:50:53.556Z Checking stable_deref_trait v1.2.1
22652026-05-15T19:50:53.570Z Checking const-oid v0.9.6
22662026-05-15T19:50:53.631Z Checking zerofrom v0.1.6
22672026-05-15T19:50:53.643Z Checking lock_api v0.4.14
22682026-05-15T19:50:53.655Z Checking pin-project-lite v0.2.17
22692026-05-15T19:50:53.742Z Checking yoke v0.8.1
22702026-05-15T19:50:53.756Z Checking portable-atomic v1.13.1
22712026-05-15T19:50:53.768Z Checking getrandom v0.2.17
22722026-05-15T19:50:53.768Z Checking errno v0.3.14
22732026-05-15T19:50:53.835Z Checking parking_lot_core v0.9.12
22742026-05-15T19:50:53.888Z Checking signal-hook-registry v1.4.8
22752026-05-15T19:50:53.904Z Checking zerovec v0.11.5
22762026-05-15T19:50:53.907Z Checking rand_core v0.6.4
22772026-05-15T19:50:53.925Z Checking generic-array v0.14.7
22782026-05-15T19:50:54.017Z Checking futures-core v0.3.32
22792026-05-15T19:50:54.046Z Checking critical-section v1.2.0
22802026-05-15T19:50:54.083Z Checking parking_lot v0.12.5
22812026-05-15T19:50:54.136Z Checking mio v1.2.0
22822026-05-15T19:50:54.150Z Checking once_cell v1.21.3
22832026-05-15T19:50:54.153Z Checking zerocopy v0.8.40
22842026-05-15T19:50:54.239Z Checking zmij v1.0.21
22852026-05-15T19:50:54.285Z Checking socket2 v0.6.3
22862026-05-15T19:50:54.316Z Checking libm v0.2.16
22872026-05-15T19:50:54.330Z Checking tinystr v0.8.2
22882026-05-15T19:50:54.358Z Checking crypto-common v0.1.7
22892026-05-15T19:50:54.407Z Checking block-buffer v0.10.4
22902026-05-15T19:50:54.480Z Checking percent-encoding v2.3.2
22912026-05-15T19:50:54.491Z Checking writeable v0.6.2
22922026-05-15T19:50:54.502Z Checking litemap v0.8.1
22932026-05-15T19:50:54.529Z Checking equivalent v1.0.2
22942026-05-15T19:50:54.543Z Checking digest v0.10.7
22952026-05-15T19:50:54.611Z Checking potential_utf v0.1.4
22962026-05-15T19:50:54.625Z Checking zerotrie v0.2.3
22972026-05-15T19:50:54.644Z Checking futures-sink v0.3.32
22982026-05-15T19:50:54.669Z Checking icu_locale_core v2.1.1
22992026-05-15T19:50:54.736Z Checking rand_core v0.10.0
23002026-05-15T19:50:54.750Z Checking futures-channel v0.3.32
23012026-05-15T19:50:54.760Z Checking icu_collections v2.1.1
23022026-05-15T19:50:54.833Z Checking serde v1.0.228
23032026-05-15T19:50:54.858Z Checking bitflags v2.11.0
23042026-05-15T19:50:54.877Z Checking serde_json v1.0.149
23052026-05-15T19:50:54.941Z Checking futures-io v0.3.32
23062026-05-15T19:50:55.015Z Checking num-traits v0.2.19
23072026-05-15T19:50:55.034Z Checking slab v0.4.12
23082026-05-15T19:50:55.050Z Checking cpufeatures v0.2.17
23092026-05-15T19:50:55.062Z Checking futures-task v0.3.32
23102026-05-15T19:50:55.121Z Checking getrandom v0.4.1
23112026-05-15T19:50:55.175Z Checking hmac v0.12.1
23122026-05-15T19:50:55.196Z Checking futures-util v0.3.32
23132026-05-15T19:50:55.228Z Checking icu_provider v2.1.1
23142026-05-15T19:50:55.242Z Checking bytes v1.11.1
23152026-05-15T19:50:55.272Z Checking icu_normalizer_data v2.1.1
23162026-05-15T19:50:55.304Z Checking icu_properties_data v2.1.2
23172026-05-15T19:50:55.364Z Checking hashbrown v0.17.0
23182026-05-15T19:50:55.434Z Checking block-padding v0.3.3
23192026-05-15T19:50:55.464Z Checking icu_normalizer v2.1.1
23202026-05-15T19:50:55.546Z Checking icu_properties v2.1.2
23212026-05-15T19:50:55.560Z Checking utf8_iter v1.0.4
23222026-05-15T19:50:55.572Z Checking inout v0.1.4
23232026-05-15T19:50:55.682Z Checking sha2 v0.10.9
23242026-05-15T19:50:55.697Z Checking tokio v1.52.1
23252026-05-15T19:50:55.707Z Checking cipher v0.4.4
23262026-05-15T19:50:55.769Z Checking form_urlencoded v1.2.2
23272026-05-15T19:50:55.811Z Checking indexmap v2.14.0
23282026-05-15T19:50:55.896Z Checking getrandom v0.3.4
23292026-05-15T19:50:55.910Z Checking fnv v1.0.7
23302026-05-15T19:50:55.954Z Checking byteorder v1.5.0
23312026-05-15T19:50:55.999Z Checking base64ct v1.8.3
23322026-05-15T19:50:56.037Z Checking flagset v0.4.7
23332026-05-15T19:50:56.153Z Checking rand_core v0.9.5
23342026-05-15T19:50:56.170Z Checking http v1.4.0
23352026-05-15T19:50:56.232Z Checking pem-rfc7468 v0.7.0
23362026-05-15T19:50:56.330Z Checking regex-syntax v0.8.10
23372026-05-15T19:50:56.359Z Checking salsa20 v0.10.2
23382026-05-15T19:50:56.371Z Checking idna_adapter v1.2.1
23392026-05-15T19:50:56.388Z Checking der v0.7.10
23402026-05-15T19:50:56.487Z Checking idna v1.1.0
23412026-05-15T19:50:56.490Z Checking pbkdf2 v0.12.2
23422026-05-15T19:50:56.607Z Checking uuid v1.23.0
23432026-05-15T19:50:56.724Z Checking rustix v1.1.3
23442026-05-15T19:50:56.739Z Checking url v2.5.8
23452026-05-15T19:50:56.924Z Checking tracing-core v0.1.36
23462026-05-15T19:50:56.937Z Checking ppv-lite86 v0.2.21
23472026-05-15T19:50:57.102Z Checking rustls-pki-types v1.14.0
23482026-05-15T19:50:57.133Z Checking spki v0.7.3
23492026-05-15T19:50:57.178Z Checking base64 v0.22.1
23502026-05-15T19:50:57.225Z Checking iana-time-zone v0.1.65
23512026-05-15T19:50:57.239Z Checking tracing v0.1.44
23522026-05-15T19:50:57.290Z Checking rand_chacha v0.9.0
23532026-05-15T19:50:57.334Z Checking chrono v0.4.44
23542026-05-15T19:50:57.382Z Checking http-body v1.0.1
23552026-05-15T19:50:57.411Z Checking scrypt v0.11.0
23562026-05-15T19:50:57.439Z Checking cbc v0.1.2
23572026-05-15T19:50:57.486Z Checking aes v0.8.4
23582026-05-15T19:50:57.512Z Checking aws-lc-sys v0.40.0
23592026-05-15T19:50:57.546Z Checking untrusted v0.9.0
23602026-05-15T19:50:57.563Z Checking openssl-probe v0.2.1
23612026-05-15T19:50:57.573Z Checking untrusted v0.7.1
23622026-05-15T19:50:57.633Z Checking tinyvec_macros v0.1.1
23632026-05-15T19:50:57.654Z Checking ring v0.17.14
23642026-05-15T19:50:57.669Z Checking rand v0.9.2
23652026-05-15T19:50:57.681Z Checking atomic-waker v1.1.2
23662026-05-15T19:50:57.697Z Checking tinyvec v1.10.0
23672026-05-15T19:50:57.779Z Checking tower-layer v0.3.3
23682026-05-15T19:50:57.876Z Checking pkcs5 v0.7.1
23692026-05-15T19:50:57.928Z Checking try-lock v0.2.5
23702026-05-15T19:50:58.007Z Checking tower-service v0.3.3
23712026-05-15T19:50:58.019Z Checking aws-lc-rs v1.16.3
23722026-05-15T19:50:58.031Z Checking want v0.3.1
23732026-05-15T19:50:58.096Z Checking ipnet v2.11.0
23742026-05-15T19:50:58.127Z Checking pkcs8 v0.10.2
23752026-05-15T19:50:58.130Z Checking httparse v1.10.1
23762026-05-15T19:50:58.150Z Checking aho-corasick v1.1.4
23772026-05-15T19:50:58.183Z Checking pin-utils v0.1.0
23782026-05-15T19:50:58.254Z Checking httpdate v1.0.3
23792026-05-15T19:50:58.304Z Checking plain v0.2.3
23802026-05-15T19:50:58.343Z Checking fastrand v2.3.0
23812026-05-15T19:50:58.356Z Checking foreign-types-shared v0.1.1
23822026-05-15T19:50:58.396Z Checking dyn-clone v1.0.20
23832026-05-15T19:50:58.413Z Checking unicode-normalization v0.1.25
23842026-05-15T19:50:58.432Z Checking foreign-types v0.3.2
23852026-05-15T19:50:58.500Z Checking semver v1.0.28
23862026-05-15T19:50:58.500Z Checking openssl-sys v0.9.115
23872026-05-15T19:50:58.524Z Checking tempfile v3.25.0
23882026-05-15T19:50:58.634Z Checking spin v0.9.8
23892026-05-15T19:50:58.711Z Checking unicode-ident v1.0.24
23902026-05-15T19:50:58.724Z Checking ucd-trie v0.1.7
23912026-05-15T19:50:58.810Z Checking regex-automata v0.4.14
23922026-05-15T19:50:58.823Z Checking proc-macro2 v1.0.106
23932026-05-15T19:50:58.838Z Checking rustls-webpki v0.103.9
23942026-05-15T19:50:58.841Z Checking schemars v0.8.22
23952026-05-15T19:50:58.863Z Checking pest v2.8.6
23962026-05-15T19:50:58.871Z Checking rustls-native-certs v0.8.3
23972026-05-15T19:50:58.893Z Checking openssl v0.10.79
23982026-05-15T19:50:58.910Z Checking tokio-util v0.7.18
23992026-05-15T19:50:58.992Z Checking thiserror v2.0.18
24002026-05-15T19:50:59.096Z Checking sync_wrapper v1.0.2
24012026-05-15T19:50:59.134Z Checking wait-timeout v0.2.1
24022026-05-15T19:50:59.197Z Checking simd-adler32 v0.3.8
24032026-05-15T19:50:59.257Z Checking utf8parse v0.2.2
24042026-05-15T19:50:59.270Z Checking rustls v0.23.37
24052026-05-15T19:50:59.358Z Checking pretty-hex v0.4.1
24062026-05-15T19:50:59.371Z Checking powerfmt v0.2.0
24072026-05-15T19:50:59.476Z Checking anstyle v1.0.13
24082026-05-15T19:50:59.494Z Checking siphasher v1.0.2
24092026-05-15T19:50:59.507Z Checking h2 v0.4.13
24102026-05-15T19:50:59.519Z Checking bit-vec v0.8.0
24112026-05-15T19:50:59.645Z Checking quick-error v1.2.3
24122026-05-15T19:50:59.659Z Checking deranged v0.5.8
24132026-05-15T19:50:59.711Z Checking bit-set v0.8.0
24142026-05-15T19:50:59.745Z Checking rusty-fork v0.3.1
24152026-05-15T19:50:59.855Z Checking anstyle-parse v0.2.7
24162026-05-15T19:50:59.914Z Checking tower v0.5.3
24172026-05-15T19:50:59.914Z Checking quote v1.0.45
24182026-05-15T19:51:00.003Z Compiling newtype-uuid v1.3.2
24192026-05-15T19:51:00.085Z Checking http-body-util v0.1.3
24202026-05-15T19:51:00.184Z Checking webpki-roots v1.0.6
24212026-05-15T19:51:00.311Z Checking crossbeam-utils v0.8.21
24222026-05-15T19:51:00.323Z Checking rand_xorshift v0.4.0
24232026-05-15T19:51:00.335Z Checking crc32fast v1.5.0
24242026-05-15T19:51:00.442Z Checking scroll v0.13.0
24252026-05-15T19:51:00.479Z Checking signature v2.2.0
24262026-05-15T19:51:00.596Z Checking unicode-bidi v0.3.18
24272026-05-15T19:51:00.611Z Checking is_terminal_polyfill v1.70.2
24282026-05-15T19:51:00.633Z Checking adler2 v2.0.1
24292026-05-15T19:51:00.646Z Checking unicode-properties v0.1.4
24302026-05-15T19:51:00.673Z Checking colorchoice v1.0.4
24312026-05-15T19:51:00.698Z Checking num-conv v0.2.0
24322026-05-15T19:51:00.743Z Checking allocator-api2 v0.2.21
24332026-05-15T19:51:00.773Z Checking anstyle-query v1.1.5
24342026-05-15T19:51:00.817Z Checking time-core v0.1.8
24352026-05-15T19:51:00.834Z Checking iri-string v0.7.10
24362026-05-15T19:51:00.864Z Checking ryu v1.0.23
24372026-05-15T19:51:00.900Z Checking num_threads v0.1.7
24382026-05-15T19:51:00.923Z Checking native-tls v0.2.18
24392026-05-15T19:51:00.957Z Checking unarray v0.1.4
24402026-05-15T19:51:00.985Z Checking time v0.3.47
24412026-05-15T19:51:00.999Z Checking serde_urlencoded v0.7.1
24422026-05-15T19:51:01.025Z Checking stringprep v0.1.5
24432026-05-15T19:51:01.058Z Checking proptest v1.10.0
24442026-05-15T19:51:01.096Z Checking tokio-native-tls v0.3.1
24452026-05-15T19:51:01.174Z Checking anstream v0.6.21
24462026-05-15T19:51:01.198Z Checking miniz_oxide v0.8.9
24472026-05-15T19:51:01.252Z Checking goblin v0.10.5
24482026-05-15T19:51:01.371Z Checking crossbeam-epoch v0.9.18
24492026-05-15T19:51:01.544Z Checking bstr v1.12.1
24502026-05-15T19:51:01.595Z Compiling daft v0.1.5
24512026-05-15T19:51:01.638Z Checking tokio-rustls v0.26.4
24522026-05-15T19:51:01.851Z Checking tower-http v0.6.8
24532026-05-15T19:51:01.866Z Checking syn v2.0.117
24542026-05-15T19:51:01.879Z Checking ipnetwork v0.21.1
24552026-05-15T19:51:01.934Z Checking rand_chacha v0.3.1
24562026-05-15T19:51:02.089Z Checking thiserror v1.0.69
24572026-05-15T19:51:02.115Z Checking scroll v0.12.0
24582026-05-15T19:51:02.128Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-05-15T19:51:02.140Z Checking hash32 v0.2.1
24602026-05-15T19:51:02.184Z Checking num-integer v0.1.46
24612026-05-15T19:51:02.226Z Checking hyper v1.8.1
24622026-05-15T19:51:02.239Z Checking toml_datetime v0.6.11
24632026-05-15T19:51:02.288Z Checking serde_spanned v0.6.9
24642026-05-15T19:51:02.340Z Checking md-5 v0.10.6
24652026-05-15T19:51:02.405Z Checking ff v0.13.1
24662026-05-15T19:51:02.420Z Checking psl-types v2.0.11
24672026-05-15T19:51:02.420Z Checking zlib-rs v0.6.2
24682026-05-15T19:51:02.478Z Checking fallible-iterator v0.2.0
24692026-05-15T19:51:02.532Z Checking base16ct v0.2.0
24702026-05-15T19:51:02.545Z Compiling iddqd v0.3.18
24712026-05-15T19:51:02.657Z Checking sec1 v0.7.3
24722026-05-15T19:51:02.744Z Checking postgres-protocol v0.6.10
24732026-05-15T19:51:02.862Z Checking publicsuffix v2.3.0
24742026-05-15T19:51:02.996Z Checking group v0.13.0
24752026-05-15T19:51:03.024Z Checking num-iter v0.1.45
24762026-05-15T19:51:03.058Z Checking goblin v0.8.2
24772026-05-15T19:51:03.114Z Checking hyper-util v0.1.20
24782026-05-15T19:51:03.135Z Checking heapless v0.7.17
24792026-05-15T19:51:03.147Z Checking zstd-safe v7.2.4
24802026-05-15T19:51:03.294Z Checking flate2 v1.1.9
24812026-05-15T19:51:03.311Z Checking rand v0.8.6
24822026-05-15T19:51:03.540Z Checking cookie v0.18.1
24832026-05-15T19:51:03.584Z Checking dof v0.4.0
24842026-05-15T19:51:03.597Z Checking oxnet v0.1.4
24852026-05-15T19:51:03.663Z Checking dtrace-parser v0.3.0
24862026-05-15T19:51:03.767Z Checking phf_shared v0.13.1
24872026-05-15T19:51:03.824Z Checking lazy_static v1.5.0
24882026-05-15T19:51:03.827Z Checking zerocopy v0.7.35
24892026-05-15T19:51:03.903Z Checking pin-project v1.1.11
24902026-05-15T19:51:03.915Z Checking bzip2-sys v0.1.13+1.0.8
24912026-05-15T19:51:03.963Z Checking signal-hook v0.3.18
24922026-05-15T19:51:03.996Z Checking terminal_size v0.4.3
24932026-05-15T19:51:03.999Z Checking futures-executor v0.3.32
24942026-05-15T19:51:04.112Z Checking hkdf v0.12.4
24952026-05-15T19:51:04.128Z Checking hex v0.4.3
24962026-05-15T19:51:04.149Z Checking crypto-bigint v0.5.5
24972026-05-15T19:51:04.152Z Checking thread-id v5.1.0
24982026-05-15T19:51:04.212Z Checking encoding_rs v0.8.35
24992026-05-15T19:51:04.239Z Checking foldhash v0.1.5
25002026-05-15T19:51:04.251Z Checking clap_lex v1.0.0
25012026-05-15T19:51:04.318Z Checking cpufeatures v0.3.0
25022026-05-15T19:51:04.359Z Checking mime v0.3.17
25032026-05-15T19:51:04.376Z Checking same-file v1.0.6
25042026-05-15T19:51:04.379Z Checking hyper-rustls v0.27.7
25052026-05-15T19:51:04.399Z Checking hyper-tls v0.6.0
25062026-05-15T19:51:04.402Z Checking bitflags v1.3.2
25072026-05-15T19:51:04.479Z Checking strsim v0.11.1
25082026-05-15T19:51:04.492Z Checking managed v0.8.0
25092026-05-15T19:51:04.533Z Compiling rayon-core v1.13.0
25102026-05-15T19:51:04.567Z Checking either v1.15.0
25112026-05-15T19:51:04.593Z Checking libbz2-rs-sys v0.2.2
25122026-05-15T19:51:04.642Z Checking bumpalo v3.20.2
25132026-05-15T19:51:04.675Z Checking winnow v0.7.14
25142026-05-15T19:51:04.708Z Checking foldhash v0.2.0
25152026-05-15T19:51:04.750Z Checking winnow v0.5.40
25162026-05-15T19:51:04.843Z Checking zopfli v0.8.3
25172026-05-15T19:51:04.861Z Checking hashbrown v0.16.1
25182026-05-15T19:51:04.949Z Checking dof v0.3.0
25192026-05-15T19:51:04.983Z Checking bzip2 v0.6.1
25202026-05-15T19:51:05.042Z Checking elliptic-curve v0.13.8
25212026-05-15T19:51:05.154Z Checking reqwest v0.12.28
25222026-05-15T19:51:05.168Z Checking smoltcp v0.9.1
25232026-05-15T19:51:05.180Z Checking clap_builder v4.5.60
25242026-05-15T19:51:05.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-05-15T19:51:05.365Z Checking walkdir v2.5.0
25262026-05-15T19:51:05.380Z Checking chacha20 v0.10.0
25272026-05-15T19:51:05.428Z Checking hashbrown v0.15.5
25282026-05-15T19:51:05.526Z Checking usdt-impl v0.6.0
25292026-05-15T19:51:05.594Z Checking signal-hook-mio v0.2.5
25302026-05-15T19:51:05.700Z Checking futures v0.3.32
25312026-05-15T19:51:05.770Z Checking snafu v0.8.9
25322026-05-15T19:51:05.781Z Checking bzip2 v0.4.4
25332026-05-15T19:51:05.813Z Checking phf v0.13.1
25342026-05-15T19:51:05.866Z Checking num-bigint-dig v0.8.6
25352026-05-15T19:51:05.910Z Checking toml_edit v0.19.15
25362026-05-15T19:51:05.943Z Checking cookie_store v0.22.1
25372026-05-15T19:51:05.955Z Checking zstd v0.13.3
25382026-05-15T19:51:06.002Z Checking postgres-types v0.2.12
25392026-05-15T19:51:06.020Z Checking dtrace-parser v0.2.0
25402026-05-15T19:51:06.129Z Checking globset v0.4.18
25412026-05-15T19:51:06.141Z Checking rustls-platform-verifier v0.6.2
25422026-05-15T19:51:06.249Z Checking crossbeam-deque v0.8.6
25432026-05-15T19:51:06.266Z Checking regex v1.12.3
25442026-05-15T19:51:06.278Z Checking ed25519 v2.2.3
25452026-05-15T19:51:06.312Z Checking phf_shared v0.11.3
25462026-05-15T19:51:06.380Z Checking olpc-cjson v0.1.4
25472026-05-15T19:51:06.416Z Checking curve25519-dalek v4.1.3
25482026-05-15T19:51:06.429Z Checking ref-cast v1.0.25
25492026-05-15T19:51:06.452Z Checking strum v0.27.2
25502026-05-15T19:51:06.464Z Checking hubpack v0.1.2
25512026-05-15T19:51:06.512Z Checking memoffset v0.9.1
25522026-05-15T19:51:06.524Z Checking rustix v0.38.44
25532026-05-15T19:51:06.539Z Checking pkcs1 v0.7.5
25542026-05-15T19:51:06.560Z Checking pem v3.0.6
25552026-05-15T19:51:06.589Z Checking float-cmp v0.10.0
25562026-05-15T19:51:06.626Z Checking rfc6979 v0.4.0
25572026-05-15T19:51:06.670Z Checking serde-big-array v0.5.1
25582026-05-15T19:51:06.710Z Checking serde_plain v1.0.2
25592026-05-15T19:51:06.722Z Checking erased-serde v0.3.31
25602026-05-15T19:51:06.740Z Checking thread-id v4.2.2
25612026-05-15T19:51:06.743Z Checking memmap2 v0.9.10
25622026-05-15T19:51:06.801Z Checking env_filter v1.0.0
25632026-05-15T19:51:06.821Z Checking typed-path v0.9.3
25642026-05-15T19:51:06.853Z Checking rustc-hash v2.1.1
25652026-05-15T19:51:06.911Z Checking predicates-core v1.0.10
25662026-05-15T19:51:06.934Z Checking unicode-segmentation v1.12.0
25672026-05-15T19:51:06.946Z Checking toml_write v0.1.2
25682026-05-15T19:51:06.964Z Checking fixedbitset v0.4.2
25692026-05-15T19:51:07.030Z Checking new_debug_unreachable v1.0.6
25702026-05-15T19:51:07.097Z Checking normalize-line-endings v0.3.0
25712026-05-15T19:51:07.109Z Checking static_assertions v1.1.0
25722026-05-15T19:51:07.112Z Checking keccak v0.1.6
25732026-05-15T19:51:07.112Z Checking data-encoding v2.10.0
25742026-05-15T19:51:07.186Z Checking jiff v0.2.21
25752026-05-15T19:51:07.197Z Checking precomputed-hash v0.1.1
25762026-05-15T19:51:07.209Z Checking whoami v2.1.0
25772026-05-15T19:51:07.240Z Checking fixedbitset v0.5.7
25782026-05-15T19:51:07.273Z Checking difflib v0.4.0
25792026-05-15T19:51:07.285Z Checking string_cache v0.8.9
25802026-05-15T19:51:07.313Z Checking crossterm v0.28.1
25812026-05-15T19:51:07.396Z Checking hickory-proto v0.25.2
25822026-05-15T19:51:07.396Z Checking tokio-postgres v0.7.16
25832026-05-15T19:51:07.435Z Checking petgraph v0.8.3
25842026-05-15T19:51:07.447Z Checking sha3 v0.10.8
25852026-05-15T19:51:07.459Z Checking predicates v3.1.4
25862026-05-15T19:51:07.596Z Checking tough v0.22.0
25872026-05-15T19:51:07.649Z Checking similar v2.7.0
25882026-05-15T19:51:07.750Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25892026-05-15T19:51:08.026Z Checking ed25519-dalek v2.2.0
25902026-05-15T19:51:08.028Z Checking toml_edit v0.22.27
25912026-05-15T19:51:08.271Z Checking petgraph v0.6.5
25922026-05-15T19:51:08.648Z Checking slog v2.8.2
25932026-05-15T19:51:08.976Z Checking env_logger v0.11.9
25942026-05-15T19:51:09.089Z Checking toml v0.7.8
25952026-05-15T19:51:09.168Z Checking usdt v0.6.0
25962026-05-15T19:51:09.340Z Checking usdt-impl v0.5.0
25972026-05-15T19:51:09.390Z Checking zip v4.6.1
25982026-05-15T19:51:09.403Z Checking rsa v0.9.10
25992026-05-15T19:51:09.505Z Checking ecdsa v0.16.9
26002026-05-15T19:51:09.592Z Checking nix v0.31.2
26012026-05-15T19:51:09.769Z Checking clap v4.5.60
26022026-05-15T19:51:09.841Z Checking reqwest v0.13.2
26032026-05-15T19:51:09.854Z Checking zip v0.6.6
26042026-05-15T19:51:09.873Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-05-15T19:51:09.959Z Checking rand v0.10.0
26062026-05-15T19:51:09.976Z Checking itertools v0.13.0
26072026-05-15T19:51:09.995Z Checking serde_with v3.17.0
26082026-05-15T19:51:10.176Z Checking strum v0.26.3
26092026-05-15T19:51:10.189Z Checking fs-err v3.3.0
26102026-05-15T19:51:10.200Z Checking ahash v0.8.12
26112026-05-15T19:51:10.293Z Checking object v0.37.3
26122026-05-15T19:51:10.414Z Checking tokio-stream v0.1.18
26132026-05-15T19:51:10.427Z Checking buf-list v1.1.2
26142026-05-15T19:51:10.489Z Checking anyhow v1.0.102
26152026-05-15T19:51:10.611Z Checking camino v1.2.2
26162026-05-15T19:51:10.614Z Checking x509-cert v0.2.5
26172026-05-15T19:51:10.693Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26182026-05-15T19:51:10.709Z Checking openapiv3 v2.2.0
26192026-05-15T19:51:10.802Z Checking sha1 v0.10.6
26202026-05-15T19:51:10.863Z Checking toml_datetime v0.7.5+spec-1.1.0
26212026-05-15T19:51:10.952Z Checking lalrpop-util v0.19.12
26222026-05-15T19:51:10.970Z Checking peg-runtime v0.8.5
26232026-05-15T19:51:11.020Z Checking rayon v1.11.0
26242026-05-15T19:51:11.059Z Checking sigpipe v0.1.3
26252026-05-15T19:51:11.109Z Checking glob v0.3.3
26262026-05-15T19:51:12.511Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26272026-05-15T19:51:12.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
26282026-05-15T19:51:12.963Z
26292026-05-15T19:51:12.963Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26302026-05-15T19:51:13.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-15T19:51:13.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-15T19:51:13.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-15T19:51:13.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26342026-05-15T19:51:13.570Z
26352026-05-15T19:51:13.570Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26362026-05-15T19:51:14.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-15T19:51:14.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-15T19:51:14.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-15T19:51:14.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-15T19:51:14.168Z
26412026-05-15T19:51:14.168Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26422026-05-15T19:51:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-15T19:51:14.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-15T19:51:14.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-15T19:51:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26462026-05-15T19:51:14.780Z
26472026-05-15T19:51:14.780Zinfo: running `cargo check --bins` on oxql-types (80/276)
26482026-05-15T19:51:15.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-15T19:51:15.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-15T19:51:15.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-15T19:51:15.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-15T19:51:15.384Z
26532026-05-15T19:51:15.384Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26542026-05-15T19:51:15.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-15T19:51:15.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-15T19:51:15.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-15T19:51:15.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-05-15T19:51:15.982Z
26592026-05-15T19:51:15.982Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26602026-05-15T19:51:16.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-15T19:51:16.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-15T19:51:16.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-15T19:51:16.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-05-15T19:51:16.581Z
26652026-05-15T19:51:16.581Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26662026-05-15T19:51:17.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-15T19:51:17.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-15T19:51:17.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-15T19:51:17.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26702026-05-15T19:51:17.168Z
26712026-05-15T19:51:17.168Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26722026-05-15T19:51:17.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-15T19:51:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-15T19:51:17.860Z Compiling structmeta-derive v0.3.0
26752026-05-15T19:51:17.979Z Compiling rustls v0.22.4
26762026-05-15T19:51:17.987Z Compiling multer v3.1.0
26772026-05-15T19:51:17.996Z Compiling async-stream-impl v0.3.6
26782026-05-15T19:51:17.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-15T19:51:18.019Z Compiling dropshot v0.17.0
26802026-05-15T19:51:18.032Z Compiling dropshot_endpoint v0.17.0
26812026-05-15T19:51:18.035Z Compiling newtype-uuid-macros v0.1.0
26822026-05-15T19:51:18.157Z Checking newtype-uuid v1.3.2
26832026-05-15T19:51:18.217Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-05-15T19:51:18.280Z Checking rustls-webpki v0.102.8
26852026-05-15T19:51:18.366Z Checking daft v0.1.5
26862026-05-15T19:51:18.382Z Checking thread_local v1.1.9
26872026-05-15T19:51:18.549Z Checking match_cfg v0.1.0
26882026-05-15T19:51:18.573Z Checking compression-core v0.4.31
26892026-05-15T19:51:18.613Z Checking iddqd v0.3.18
26902026-05-15T19:51:18.627Z Checking hostname v0.3.1
26912026-05-15T19:51:18.643Z Checking crossbeam-channel v0.5.15
26922026-05-15T19:51:18.698Z Checking compression-codecs v0.4.37
26932026-05-15T19:51:18.721Z Checking slog-json v2.6.1
26942026-05-15T19:51:18.789Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-05-15T19:51:18.860Z Checking serde_spanned v1.0.4
26962026-05-15T19:51:18.873Z Checking is-terminal v0.4.17
26972026-05-15T19:51:18.965Z Checking term v1.2.1
26982026-05-15T19:51:18.977Z Checking debug-ignore v1.0.5
26992026-05-15T19:51:18.989Z Checking take_mut v0.2.2
27002026-05-15T19:51:18.989Z Checking toml_writer v1.0.6+spec-1.1.0
27012026-05-15T19:51:19.140Z Compiling structmeta v0.3.0
27022026-05-15T19:51:19.146Z Checking slog-bunyan v2.5.0
27032026-05-15T19:51:19.146Z Checking slog-async v2.8.0
27042026-05-15T19:51:19.173Z Checking toml v1.0.6+spec-1.1.0
27052026-05-15T19:51:19.186Z Checking slog-term v2.9.2
27062026-05-15T19:51:19.189Z Checking async-compression v0.4.41
27072026-05-15T19:51:19.243Z Compiling derive-ex v0.1.8
27082026-05-15T19:51:19.259Z Compiling parse-display-derive v0.10.0
27092026-05-15T19:51:19.441Z Checking async-stream v0.3.6
27102026-05-15T19:51:19.453Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-05-15T19:51:19.467Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27122026-05-15T19:51:19.539Z Checking progenitor-client v0.14.0
27132026-05-15T19:51:19.558Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-05-15T19:51:19.700Z Checking waitgroup v0.1.2
27152026-05-15T19:51:19.746Z Checking backon v1.6.0
27162026-05-15T19:51:19.774Z Checking rustls-pemfile v2.2.0
27172026-05-15T19:51:19.788Z Checking serde_path_to_error v0.1.20
27182026-05-15T19:51:19.812Z Checking hostname v0.4.2
27192026-05-15T19:51:19.908Z Checking instant v0.1.13
27202026-05-15T19:51:19.998Z Checking backoff v0.4.0
27212026-05-15T19:51:20.077Z Checking progenitor-extras v0.2.0
27222026-05-15T19:51:20.108Z Checking tokio-rustls v0.25.0
27232026-05-15T19:51:20.144Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-05-15T19:51:20.172Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-05-15T19:51:20.327Z Checking itertools v0.14.0
27262026-05-15T19:51:20.381Z Checking progenitor-client v0.10.0
27272026-05-15T19:51:20.567Z Checking regress v0.10.5
27282026-05-15T19:51:20.579Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27292026-05-15T19:51:20.817Z Checking macaddr v1.0.1
27302026-05-15T19:51:20.934Z Compiling test-strategy v0.4.5
27312026-05-15T19:51:20.948Z Checking parse-display v0.10.0
27322026-05-15T19:51:22.125Z Compiling prettyplease v0.2.37
27332026-05-15T19:51:22.403Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-05-15T19:51:22.580Z Checking num-rational v0.4.2
27352026-05-15T19:51:22.778Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-05-15T19:51:23.145Z Checking num-complex v0.4.6
27372026-05-15T19:51:23.624Z Checking num v0.4.3
27382026-05-15T19:51:23.703Z Compiling usdt-macro v0.5.0
27392026-05-15T19:51:23.766Z Compiling usdt-attr-macro v0.5.0
27402026-05-15T19:51:23.855Z Checking memmap v0.7.0
27412026-05-15T19:51:23.871Z Compiling float-ord v0.3.2
27422026-05-15T19:51:23.988Z Checking unicode-width v0.2.0
27432026-05-15T19:51:23.991Z Compiling convert_case v0.4.0
27442026-05-15T19:51:24.243Z Checking console v0.15.11
27452026-05-15T19:51:24.378Z Compiling derive_more v0.99.20
27462026-05-15T19:51:24.431Z Checking newline-converter v0.3.0
27472026-05-15T19:51:24.526Z Checking atomicwrites v0.4.4
27482026-05-15T19:51:24.538Z Checking usdt v0.5.0
27492026-05-15T19:51:24.551Z Compiling toml v0.8.23
27502026-05-15T19:51:24.657Z Compiling minimal-lexical v0.2.1
27512026-05-15T19:51:24.707Z Checking linked-hash-map v0.5.6
27522026-05-15T19:51:24.881Z Checking lru-cache v0.1.2
27532026-05-15T19:51:24.913Z Compiling nom v7.1.3
27542026-05-15T19:51:25.022Z Checking expectorate v1.2.0
27552026-05-15T19:51:25.536Z Checking camino-tempfile v1.4.1
27562026-05-15T19:51:25.701Z Checking hickory-proto v0.24.4
27572026-05-15T19:51:25.704Z Checking phf_shared v0.12.1
27582026-05-15T19:51:25.860Z Compiling slog-dtrace v0.3.0
27592026-05-15T19:51:25.974Z Compiling chrono-tz v0.10.4
27602026-05-15T19:51:26.057Z Checking heck v0.5.0
27612026-05-15T19:51:26.159Z Checking resolv-conf v0.7.6
27622026-05-15T19:51:26.189Z Compiling const_format_proc_macros v0.2.34
27632026-05-15T19:51:26.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-15T19:51:26.393Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-05-15T19:51:26.418Z Checking phf v0.12.1
27662026-05-15T19:51:26.564Z Checking tokio-dtrace v0.1.1
27672026-05-15T19:51:26.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682026-05-15T19:51:26.773Z Compiling derive-where v1.6.0
27692026-05-15T19:51:27.024Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27702026-05-15T19:51:27.222Z Checking highway v1.3.0
27712026-05-15T19:51:27.458Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-05-15T19:51:27.511Z Checking hickory-resolver v0.24.4
27732026-05-15T19:51:27.735Z Checking const_format v0.2.35
27742026-05-15T19:51:27.906Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-05-15T19:51:27.965Z Checking oxide-tokio-rt v0.1.4
27762026-05-15T19:51:28.112Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-15T19:51:28.134Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-15T19:51:28.230Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-05-15T19:51:28.244Z Checking qorb v0.4.1
27802026-05-15T19:51:28.308Z Checking gethostname v0.5.0
27812026-05-15T19:51:28.344Z Checking bcs v0.1.6
27822026-05-15T19:51:28.403Z Checking termtree v0.5.1
27832026-05-15T19:51:31.691Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27842026-05-15T19:51:34.428Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27852026-05-15T19:51:36.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s
27862026-05-15T19:51:36.785Z
27872026-05-15T19:51:36.785Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27882026-05-15T19:51:37.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-05-15T19:51:37.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-05-15T19:51:37.470Z Compiling ar_archive_writer v0.5.1
27912026-05-15T19:51:37.582Z Compiling stacker v0.1.23
27922026-05-15T19:51:37.585Z Compiling cfg_aliases v0.1.1
27932026-05-15T19:51:37.596Z Compiling convert_case v0.10.0
27942026-05-15T19:51:37.599Z Checking unicode-width v0.1.14
27952026-05-15T19:51:37.610Z Compiling proc-macro-error v1.0.4
27962026-05-15T19:51:37.621Z Checking fd-lock v4.0.4
27972026-05-15T19:51:37.621Z Checking nibble_vec v0.1.0
27982026-05-15T19:51:37.648Z Compiling nix v0.28.0
27992026-05-15T19:51:37.734Z Checking vte v0.14.1
28002026-05-15T19:51:37.750Z Compiling recursive-proc-macro-impl v0.1.1
28012026-05-15T19:51:37.834Z Checking bytecount v0.6.9
28022026-05-15T19:51:37.846Z Checking endian-type v0.1.2
28032026-05-15T19:51:37.885Z Checking strip-ansi-escapes v0.2.1
28042026-05-15T19:51:37.896Z Compiling derive_more-impl v2.1.1
28052026-05-15T19:51:37.912Z Compiling tabled_derive v0.7.0
28062026-05-15T19:51:37.937Z Checking papergrid v0.11.0
28072026-05-15T19:51:37.971Z Checking radix_trie v0.2.1
28082026-05-15T19:51:37.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-05-15T19:51:38.143Z Compiling peg-macros v0.8.5
28102026-05-15T19:51:38.176Z Checking winnow v0.6.26
28112026-05-15T19:51:38.411Z Compiling psm v0.1.30
28122026-05-15T19:51:38.458Z Compiling sqlparser_derive v0.5.0
28132026-05-15T19:51:38.560Z Checking nu-ansi-term v0.50.3
28142026-05-15T19:51:38.691Z Checking derive_more v2.1.1
28152026-05-15T19:51:38.768Z Checking unicode_categories v0.1.1
28162026-05-15T19:51:38.781Z Checking home v0.5.12
28172026-05-15T19:51:38.889Z Checking reedline v0.40.0
28182026-05-15T19:51:38.903Z Checking tabled v0.15.0
28192026-05-15T19:51:38.925Z Checking crossterm v0.29.0
28202026-05-15T19:51:38.938Z Checking rustyline v14.0.0
28212026-05-15T19:51:39.189Z Checking recursive v0.1.1
28222026-05-15T19:51:39.234Z Checking display-error-chain v0.2.2
28232026-05-15T19:51:39.283Z Checking sqlparser v0.61.0
28242026-05-15T19:51:39.309Z Checking sqlformat v0.3.5
28252026-05-15T19:51:39.492Z Checking peg v0.8.5
28262026-05-15T19:51:50.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28272026-05-15T19:51:50.640Z
28282026-05-15T19:51:50.640Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28292026-05-15T19:51:51.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-05-15T19:51:51.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-05-15T19:51:51.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-05-15T19:51:54.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28332026-05-15T19:51:54.974Z
28342026-05-15T19:51:54.974Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28352026-05-15T19:51:55.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-15T19:51:55.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-15T19:51:55.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-15T19:51:58.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28392026-05-15T19:51:58.348Z
28402026-05-15T19:51:58.348Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28412026-05-15T19:51:58.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-15T19:51:58.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-15T19:51:59.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-15T19:52:02.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28452026-05-15T19:52:02.469Z
28462026-05-15T19:52:02.469Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28472026-05-15T19:52:02.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-15T19:52:02.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-15T19:52:03.149Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-15T19:52:06.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28512026-05-15T19:52:06.633Z
28522026-05-15T19:52:06.633Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28532026-05-15T19:52:07.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-15T19:52:07.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-15T19:52:07.311Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-15T19:52:09.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28572026-05-15T19:52:10.119Z
28582026-05-15T19:52:10.119Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28592026-05-15T19:52:10.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-15T19:52:10.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-15T19:52:10.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-15T19:52:13.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28632026-05-15T19:52:13.625Z
28642026-05-15T19:52:13.625Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28652026-05-15T19:52:14.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-15T19:52:14.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-15T19:52:14.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-15T19:52:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28692026-05-15T19:52:17.931Z
28702026-05-15T19:52:17.931Zinfo: running `cargo check --bins` on oximeter (93/276)
28712026-05-15T19:52:18.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-15T19:52:18.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-15T19:52:18.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-05-15T19:52:18.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28752026-05-15T19:52:18.539Z
28762026-05-15T19:52:18.539Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28772026-05-15T19:52:19.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-15T19:52:19.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-15T19:52:19.178Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28802026-05-15T19:52:19.344Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28812026-05-15T19:52:19.348Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28822026-05-15T19:52:19.688Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28832026-05-15T19:52:22.579Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28842026-05-15T19:52:23.787Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28852026-05-15T19:52:23.958Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28862026-05-15T19:52:24.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28872026-05-15T19:52:24.834Z
28882026-05-15T19:52:24.834Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28892026-05-15T19:52:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-15T19:52:25.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-15T19:52:25.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-15T19:52:25.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932026-05-15T19:52:25.439Z
28942026-05-15T19:52:25.439Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28952026-05-15T19:52:25.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-15T19:52:25.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-15T19:52:25.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-15T19:52:25.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28992026-05-15T19:52:26.072Z
29002026-05-15T19:52:26.072Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29012026-05-15T19:52:26.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-15T19:52:26.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-15T19:52:26.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-15T19:52:26.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29052026-05-15T19:52:26.715Z
29062026-05-15T19:52:26.715Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29072026-05-15T19:52:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-15T19:52:27.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-15T19:52:27.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-15T19:52:27.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-05-15T19:52:27.290Z
29122026-05-15T19:52:27.290Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29132026-05-15T19:52:27.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-15T19:52:27.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-15T19:52:27.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-15T19:52:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29172026-05-15T19:52:27.895Z
29182026-05-15T19:52:27.895Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29192026-05-15T19:52:28.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-15T19:52:28.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-15T19:52:28.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-15T19:52:28.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-05-15T19:52:28.507Z
29242026-05-15T19:52:28.507Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29252026-05-15T19:52:29.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-15T19:52:29.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-15T19:52:29.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-15T19:52:29.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-05-15T19:52:29.092Z
29302026-05-15T19:52:29.092Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29312026-05-15T19:52:29.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-15T19:52:29.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-15T19:52:29.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-15T19:52:29.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-15T19:52:29.701Z
29362026-05-15T19:52:29.702Zinfo: running `cargo check --bins` on update-engine (103/276)
29372026-05-15T19:52:30.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-15T19:52:30.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-15T19:52:30.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-15T19:52:30.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29412026-05-15T19:52:30.288Z
29422026-05-15T19:52:30.288Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29432026-05-15T19:52:30.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-15T19:52:30.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-15T19:52:31.009Z Compiling crucible-workspace-hack v0.1.0
29462026-05-15T19:52:31.131Z Checking secrecy v0.10.3
29472026-05-15T19:52:31.137Z Compiling heapless v0.8.0
29482026-05-15T19:52:31.149Z Compiling ingot-macros v0.1.1
29492026-05-15T19:52:31.156Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-05-15T19:52:31.156Z Checking hash32 v0.3.1
29512026-05-15T19:52:31.171Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-05-15T19:52:31.184Z Compiling smoltcp v0.11.0
29532026-05-15T19:52:31.237Z Checking cobs v0.3.0
29542026-05-15T19:52:31.284Z Compiling thiserror-impl-no-std v2.0.2
29552026-05-15T19:52:31.382Z Checking universal-hash v0.5.1
29562026-05-15T19:52:31.389Z Checking half v2.7.1
29572026-05-15T19:52:31.394Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-05-15T19:52:31.536Z Checking ciborium-io v0.2.2
29592026-05-15T19:52:31.552Z Checking opaque-debug v0.3.1
29602026-05-15T19:52:31.621Z Checking poly1305 v0.8.0
29612026-05-15T19:52:31.647Z Checking postcard v1.1.3
29622026-05-15T19:52:31.660Z Compiling proc-macro-crate v3.4.0
29632026-05-15T19:52:31.717Z Checking ciborium-ll v0.2.2
29642026-05-15T19:52:31.904Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29652026-05-15T19:52:31.911Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-05-15T19:52:31.931Z Checking password-hash v0.5.0
29672026-05-15T19:52:32.160Z Checking chacha20 v0.9.1
29682026-05-15T19:52:32.183Z Compiling proc-macro-crate v1.3.1
29692026-05-15T19:52:32.194Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-05-15T19:52:32.194Z Checking blake2 v0.10.6
29712026-05-15T19:52:32.221Z Compiling num_enum_derive v0.7.5
29722026-05-15T19:52:32.356Z Checking aead v0.5.2
29732026-05-15T19:52:32.423Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29742026-05-15T19:52:32.439Z Checking thiserror-no-std v2.0.2
29752026-05-15T19:52:32.443Z Compiling foreign-types-macros v0.2.3
29762026-05-15T19:52:32.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29772026-05-15T19:52:32.529Z Checking foreign-types-shared v0.3.1
29782026-05-15T19:52:32.636Z Compiling num_enum_derive v0.5.11
29792026-05-15T19:52:32.650Z Checking vsss-rs v3.3.4
29802026-05-15T19:52:32.650Z Checking chacha20poly1305 v0.10.1
29812026-05-15T19:52:32.734Z Checking argon2 v0.5.3
29822026-05-15T19:52:32.764Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29832026-05-15T19:52:33.036Z Checking foreign-types v0.5.0
29842026-05-15T19:52:33.078Z Checking ciborium v0.2.2
29852026-05-15T19:52:33.223Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-05-15T19:52:33.247Z Checking tabwriter v1.4.1
29872026-05-15T19:52:33.261Z Checking num_enum v0.7.5
29882026-05-15T19:52:33.374Z Checking byte-wrapper v0.1.0
29892026-05-15T19:52:33.391Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-05-15T19:52:33.497Z Checking cstr-argument v0.1.2
29912026-05-15T19:52:33.512Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29922026-05-15T19:52:33.579Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-05-15T19:52:33.614Z Checking num_enum v0.5.11
29942026-05-15T19:52:33.627Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-05-15T19:52:33.733Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-05-15T19:52:33.747Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-05-15T19:52:33.792Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-05-15T19:52:33.806Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-05-15T19:52:33.820Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-15T19:52:33.925Z Checking ingot-types v0.1.2
30012026-05-15T19:52:33.976Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-05-15T19:52:33.976Z Checking colored v3.1.1
30032026-05-15T19:52:33.976Z Checking indent_write v2.2.0
30042026-05-15T19:52:34.036Z Compiling zone_cfg_derive v0.3.1
30052026-05-15T19:52:34.091Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30062026-05-15T19:52:34.215Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-15T19:52:34.246Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-15T19:52:34.264Z Checking itertools v0.12.1
30092026-05-15T19:52:34.280Z Checking ingot v0.1.1
30102026-05-15T19:52:34.313Z Compiling num-derive v0.4.2
30112026-05-15T19:52:34.363Z Checking swrite v0.1.0
30122026-05-15T19:52:34.422Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-05-15T19:52:34.456Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30142026-05-15T19:52:34.625Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30152026-05-15T19:52:34.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-05-15T19:52:34.764Z Checking dropshot-api-manager-types v0.7.1
30172026-05-15T19:52:34.791Z Checking smf v0.2.3
30182026-05-15T19:52:34.800Z Checking nanorand v0.7.0
30192026-05-15T19:52:34.836Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-05-15T19:52:34.933Z Checking whoami v1.6.1
30212026-05-15T19:52:34.973Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-05-15T19:52:34.983Z Checking flume v0.11.1
30232026-05-15T19:52:35.221Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30242026-05-15T19:52:35.276Z Checking zone v0.3.1
30252026-05-15T19:52:35.868Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-15T19:52:36.850Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30272026-05-15T19:52:37.738Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30282026-05-15T19:52:40.901Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-05-15T19:52:42.987Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-05-15T19:52:47.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
30312026-05-15T19:52:47.348Z
30322026-05-15T19:52:47.348Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30332026-05-15T19:52:47.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-15T19:52:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-15T19:52:47.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-15T19:52:47.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-15T19:52:47.348Z
30382026-05-15T19:52:47.348Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30392026-05-15T19:52:47.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-15T19:52:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-15T19:52:47.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-15T19:52:47.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-15T19:52:47.348Z
30442026-05-15T19:52:47.348Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30452026-05-15T19:52:47.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-15T19:52:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-15T19:52:47.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-15T19:52:47.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-15T19:52:47.349Z
30502026-05-15T19:52:47.349Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30512026-05-15T19:52:47.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-15T19:52:47.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-15T19:52:47.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-15T19:52:47.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30552026-05-15T19:52:47.349Z
30562026-05-15T19:52:47.349Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30572026-05-15T19:52:47.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-15T19:52:47.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-15T19:52:47.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-15T19:52:47.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-15T19:52:47.363Z
30622026-05-15T19:52:47.363Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30632026-05-15T19:52:47.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-15T19:52:47.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-15T19:52:47.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-15T19:52:47.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-15T19:52:47.946Z
30682026-05-15T19:52:47.946Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30692026-05-15T19:52:48.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-15T19:52:48.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-15T19:52:48.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-15T19:52:48.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-05-15T19:52:48.554Z
30742026-05-15T19:52:48.555Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30752026-05-15T19:52:49.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-15T19:52:49.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-15T19:52:49.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-15T19:52:49.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-15T19:52:49.150Z
30802026-05-15T19:52:49.150Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30812026-05-15T19:52:49.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-15T19:52:49.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-15T19:52:49.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-15T19:52:49.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-15T19:52:49.758Z
30862026-05-15T19:52:49.758Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30872026-05-15T19:52:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-15T19:52:50.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-15T19:52:50.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-15T19:52:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-15T19:52:50.367Z
30922026-05-15T19:52:50.367Zinfo: running `cargo check --bins` on installinator-client (115/276)
30932026-05-15T19:52:50.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-15T19:52:50.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-15T19:52:50.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-15T19:52:50.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-05-15T19:52:50.980Z
30982026-05-15T19:52:50.980Zinfo: running `cargo check --bins` on nexus-client (116/276)
30992026-05-15T19:52:51.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-15T19:52:51.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-15T19:52:51.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-15T19:52:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-05-15T19:52:51.628Z
31042026-05-15T19:52:51.628Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31052026-05-15T19:52:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-15T19:52:52.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-15T19:52:52.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-15T19:52:52.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31092026-05-15T19:52:52.273Z
31102026-05-15T19:52:52.273Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31112026-05-15T19:52:52.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-15T19:52:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-15T19:52:52.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-15T19:52:52.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-05-15T19:52:52.866Z
31162026-05-15T19:52:52.866Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31172026-05-15T19:52:53.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-15T19:52:53.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-15T19:52:53.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-15T19:52:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-15T19:52:53.454Z
31222026-05-15T19:52:53.454Zinfo: running `cargo check --bins` on oxide-client (120/276)
31232026-05-15T19:52:53.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-15T19:52:53.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-15T19:52:53.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-15T19:52:53.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-15T19:52:54.050Z
31282026-05-15T19:52:54.050Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31292026-05-15T19:52:54.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-15T19:52:54.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-15T19:52:54.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-15T19:52:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-05-15T19:52:54.662Z
31342026-05-15T19:52:54.662Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31352026-05-15T19:52:55.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-15T19:52:55.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-15T19:52:55.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-15T19:52:55.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31392026-05-15T19:52:55.257Z
31402026-05-15T19:52:55.257Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31412026-05-15T19:52:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-15T19:52:55.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-15T19:52:55.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-15T19:52:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-15T19:52:55.875Z
31462026-05-15T19:52:55.875Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31472026-05-15T19:52:56.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-15T19:52:56.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-15T19:52:56.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-15T19:52:56.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31512026-05-15T19:52:56.507Z
31522026-05-15T19:52:56.507Zinfo: running `cargo check --bins` on installinator-common (125/276)
31532026-05-15T19:52:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-15T19:52:57.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-15T19:52:57.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-15T19:52:57.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-05-15T19:52:57.132Z
31582026-05-15T19:52:57.132Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31592026-05-15T19:52:57.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-15T19:52:57.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-15T19:52:57.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-15T19:52:57.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-15T19:52:57.724Z
31642026-05-15T19:52:57.724Zinfo: running `cargo check --bins` on wicket-common (127/276)
31652026-05-15T19:52:58.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-15T19:52:58.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-15T19:52:58.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-15T19:52:58.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31692026-05-15T19:52:58.345Z
31702026-05-15T19:52:58.345Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31712026-05-15T19:52:58.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-15T19:52:58.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-15T19:52:59.047Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-05-15T19:52:59.161Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-05-15T19:52:59.168Z Checking csv-core v0.1.13
31762026-05-15T19:52:59.176Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-05-15T19:52:59.179Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-05-15T19:52:59.191Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-05-15T19:52:59.203Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-05-15T19:52:59.216Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-05-15T19:52:59.328Z Checking csv v1.4.0
31822026-05-15T19:52:59.356Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-05-15T19:52:59.371Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-05-15T19:52:59.412Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-05-15T19:52:59.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-05-15T19:52:59.669Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-05-15T19:53:00.036Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-05-15T19:53:00.039Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-05-15T19:53:00.382Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-05-15T19:53:06.242Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-05-15T19:53:06.785Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-05-15T19:53:09.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31932026-05-15T19:53:09.344Z
31942026-05-15T19:53:09.344Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31952026-05-15T19:53:09.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-15T19:53:09.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-15T19:53:09.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-15T19:53:09.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31992026-05-15T19:53:09.954Z
32002026-05-15T19:53:09.954Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32012026-05-15T19:53:10.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-15T19:53:10.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-15T19:53:10.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-15T19:53:10.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-05-15T19:53:10.642Z
32062026-05-15T19:53:10.642Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32072026-05-15T19:53:11.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-15T19:53:11.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-15T19:53:11.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-15T19:53:11.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32112026-05-15T19:53:11.341Z
32122026-05-15T19:53:11.341Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32132026-05-15T19:53:11.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-15T19:53:11.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-15T19:53:11.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-15T19:53:11.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32172026-05-15T19:53:11.996Z
32182026-05-15T19:53:11.996Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32192026-05-15T19:53:12.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-15T19:53:12.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-15T19:53:12.773Z Compiling regress v0.11.1
32222026-05-15T19:53:12.914Z Compiling unsafe-libyaml v0.2.11
32232026-05-15T19:53:12.929Z Compiling radium v0.7.0
32242026-05-15T19:53:12.942Z Compiling semver v0.1.20
32252026-05-15T19:53:12.955Z Checking tap v1.0.1
32262026-05-15T19:53:12.958Z Compiling maybe-uninit v2.0.0
32272026-05-15T19:53:12.981Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-05-15T19:53:13.068Z Checking wyz v0.5.1
32292026-05-15T19:53:13.198Z Compiling rustc_version v0.1.7
32302026-05-15T19:53:13.242Z Checking progenitor-client v0.13.0
32312026-05-15T19:53:13.336Z Compiling zerocopy-derive v0.6.6
32322026-05-15T19:53:13.424Z Compiling newtype_derive v0.1.6
32332026-05-15T19:53:13.436Z Compiling serde_yaml v0.9.34+deprecated
32342026-05-15T19:53:13.499Z Checking crc-catalog v2.4.0
32352026-05-15T19:53:13.596Z Checking funty v2.0.0
32362026-05-15T19:53:13.612Z Compiling packed_struct v0.10.1
32372026-05-15T19:53:13.663Z Compiling owo-colors v4.3.0
32382026-05-15T19:53:13.862Z Compiling cancel-safe-futures v0.1.5
32392026-05-15T19:53:13.917Z Checking bitvec v1.0.1
32402026-05-15T19:53:14.099Z Checking crc v3.4.0
32412026-05-15T19:53:14.174Z Checking zerocopy v0.6.6
32422026-05-15T19:53:14.190Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-15T19:53:14.268Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-05-15T19:53:14.340Z Checking typify-impl v0.6.2
32452026-05-15T19:53:14.486Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32462026-05-15T19:53:14.604Z Compiling packed_struct_codegen v0.10.1
32472026-05-15T19:53:14.725Z Checking libsw-core v0.3.2
32482026-05-15T19:53:14.742Z Compiling bitfield-macros v0.19.4
32492026-05-15T19:53:14.876Z Compiling indexmap v1.9.3
32502026-05-15T19:53:14.898Z Checking nodrop v0.1.14
32512026-05-15T19:53:14.997Z Checking array-init v0.0.4
32522026-05-15T19:53:15.095Z Checking libsw v3.5.0
32532026-05-15T19:53:15.234Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-05-15T19:53:15.250Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-05-15T19:53:15.323Z Checking smallvec v0.6.14
32562026-05-15T19:53:15.442Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-05-15T19:53:15.461Z Checking bitfield v0.19.4
32582026-05-15T19:53:15.666Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32592026-05-15T19:53:15.734Z Checking smawk v0.3.2
32602026-05-15T19:53:15.771Z Checking linear-map v1.2.0
32612026-05-15T19:53:15.794Z Checking hashbrown v0.12.3
32622026-05-15T19:53:15.868Z Checking unicode-linebreak v0.1.5
32632026-05-15T19:53:15.883Z Checking base64 v0.21.7
32642026-05-15T19:53:15.942Z Checking tagptr v0.2.0
32652026-05-15T19:53:16.085Z Checking textwrap v0.16.2
32662026-05-15T19:53:16.085Z Checking moka v0.12.13
32672026-05-15T19:53:16.120Z Checking ron v0.8.1
32682026-05-15T19:53:16.140Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-05-15T19:53:16.155Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-05-15T19:53:16.305Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32712026-05-15T19:53:16.320Z Checking steno v0.4.1
32722026-05-15T19:53:16.528Z Checking serde-hex v0.1.0
32732026-05-15T19:53:16.634Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32742026-05-15T19:53:16.722Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-05-15T19:53:16.752Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-05-15T19:53:16.795Z Checking hashbrown v0.13.2
32772026-05-15T19:53:17.106Z Checking crc-any v2.5.0
32782026-05-15T19:53:17.220Z Checking humantime v2.3.0
32792026-05-15T19:53:17.288Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-05-15T19:53:17.304Z Checking object v0.30.4
32812026-05-15T19:53:17.307Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-05-15T19:53:17.402Z Checking hickory-resolver v0.25.2
32832026-05-15T19:53:17.417Z Checking hickory-proto v0.26.1
32842026-05-15T19:53:17.480Z Checking half v1.8.3
32852026-05-15T19:53:17.512Z Checking void v1.0.2
32862026-05-15T19:53:17.620Z Checking utf-8 v0.7.6
32872026-05-15T19:53:17.693Z Checking path-slash v0.1.5
32882026-05-15T19:53:17.761Z Checking tungstenite v0.23.0
32892026-05-15T19:53:17.799Z Checking serde_cbor v0.11.2
32902026-05-15T19:53:18.018Z Checking lzss v0.8.2
32912026-05-15T19:53:18.175Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-05-15T19:53:18.178Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32932026-05-15T19:53:18.204Z Checking nix v0.27.1
32942026-05-15T19:53:18.248Z Checking kstat-rs v0.2.4
32952026-05-15T19:53:18.337Z Checking fxhash v0.2.1
32962026-05-15T19:53:18.420Z Checking serde_bytes v0.11.19
32972026-05-15T19:53:18.441Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-05-15T19:53:18.459Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32992026-05-15T19:53:18.597Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-05-15T19:53:18.705Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-05-15T19:53:18.719Z Checking tokio-tungstenite v0.23.1
33022026-05-15T19:53:18.772Z Checking signal-hook-tokio v0.3.1
33032026-05-15T19:53:18.995Z Compiling typify-macro v0.6.2
33042026-05-15T19:53:19.718Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-05-15T19:53:20.132Z Compiling typify v0.6.2
33062026-05-15T19:53:20.212Z Compiling progenitor-impl v0.13.0
33072026-05-15T19:53:20.213Z Compiling progenitor-impl v0.14.0
33082026-05-15T19:53:20.636Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-05-15T19:53:20.971Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33102026-05-15T19:53:21.827Z Compiling progenitor-macro v0.14.0
33112026-05-15T19:53:21.855Z Compiling progenitor-macro v0.13.0
33122026-05-15T19:53:24.430Z Checking progenitor v0.13.0
33132026-05-15T19:53:24.434Z Checking progenitor v0.14.0
33142026-05-15T19:53:24.567Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33152026-05-15T19:53:24.570Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-05-15T19:53:27.573Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-05-15T19:53:35.261Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-05-15T19:53:41.543Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-05-15T19:53:42.919Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-05-15T19:53:43.442Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-05-15T19:53:45.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s
33222026-05-15T19:53:45.759Z
33232026-05-15T19:53:45.759Zinfo: running `cargo check --bins` on gateway-api (134/276)
33242026-05-15T19:53:46.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-05-15T19:53:46.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-05-15T19:53:46.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-05-15T19:53:46.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-05-15T19:53:46.365Z
33292026-05-15T19:53:46.365Zinfo: running `cargo check --bins` on ipcc (135/276)
33302026-05-15T19:53:46.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-05-15T19:53:46.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-05-15T19:53:46.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-05-15T19:53:46.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-05-15T19:53:46.970Z
33352026-05-15T19:53:46.970Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33362026-05-15T19:53:47.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-05-15T19:53:47.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-05-15T19:53:47.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-05-15T19:53:47.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-05-15T19:53:47.561Z
33412026-05-15T19:53:47.562Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33422026-05-15T19:53:48.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-15T19:53:48.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-15T19:53:48.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-15T19:53:48.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-05-15T19:53:48.165Z
33472026-05-15T19:53:48.165Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33482026-05-15T19:53:48.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-15T19:53:48.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-15T19:53:48.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-15T19:53:48.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-05-15T19:53:48.772Z
33532026-05-15T19:53:48.772Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33542026-05-15T19:53:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-15T19:53:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-15T19:53:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-15T19:53:49.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-05-15T19:53:49.375Z
33592026-05-15T19:53:49.376Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33602026-05-15T19:53:49.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-15T19:53:49.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-15T19:53:49.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-15T19:53:49.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-05-15T19:53:49.978Z
33652026-05-15T19:53:49.978Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33662026-05-15T19:53:50.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-15T19:53:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-15T19:53:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-15T19:53:50.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-05-15T19:53:50.584Z
33712026-05-15T19:53:50.584Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33722026-05-15T19:53:51.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-15T19:53:51.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-15T19:53:51.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-15T19:53:51.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-05-15T19:53:51.189Z
33772026-05-15T19:53:51.189Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33782026-05-15T19:53:51.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-15T19:53:51.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-15T19:53:51.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-15T19:53:51.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-05-15T19:53:51.795Z
33832026-05-15T19:53:51.795Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33842026-05-15T19:53:52.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-15T19:53:52.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-15T19:53:52.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-15T19:53:52.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-05-15T19:53:52.400Z
33892026-05-15T19:53:52.400Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33902026-05-15T19:53:52.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-15T19:53:52.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-15T19:53:52.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-15T19:53:52.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-05-15T19:53:53.009Z
33952026-05-15T19:53:53.009Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33962026-05-15T19:53:53.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-15T19:53:53.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-15T19:53:53.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-15T19:53:53.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-05-15T19:53:53.608Z
34012026-05-15T19:53:53.608Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34022026-05-15T19:53:54.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-15T19:53:54.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-15T19:53:54.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-15T19:53:54.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-05-15T19:53:54.213Z
34072026-05-15T19:53:54.213Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34082026-05-15T19:53:54.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-15T19:53:54.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-15T19:53:54.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-15T19:53:54.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-05-15T19:53:54.821Z
34132026-05-15T19:53:54.821Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34142026-05-15T19:53:55.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-15T19:53:55.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-15T19:53:55.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-15T19:53:55.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-05-15T19:53:55.430Z
34192026-05-15T19:53:55.430Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34202026-05-15T19:53:55.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-15T19:53:55.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-15T19:53:55.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-15T19:53:55.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-05-15T19:53:56.033Z
34252026-05-15T19:53:56.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34262026-05-15T19:53:56.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-15T19:53:56.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-15T19:53:56.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-15T19:53:56.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-05-15T19:53:56.639Z
34312026-05-15T19:53:56.639Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34322026-05-15T19:53:57.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-15T19:53:57.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-15T19:53:57.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-15T19:53:57.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-05-15T19:53:57.247Z
34372026-05-15T19:53:57.247Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34382026-05-15T19:53:57.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-15T19:53:57.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-15T19:53:57.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-15T19:53:57.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-05-15T19:53:57.855Z
34432026-05-15T19:53:57.855Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34442026-05-15T19:53:58.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-15T19:53:58.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-15T19:53:58.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-15T19:53:58.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-05-15T19:53:58.456Z
34492026-05-15T19:53:58.456Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34502026-05-15T19:53:58.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-15T19:53:58.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-15T19:53:58.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-15T19:53:59.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34542026-05-15T19:53:59.098Z
34552026-05-15T19:53:59.098Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34562026-05-15T19:53:59.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-15T19:53:59.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-15T19:53:59.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-15T19:53:59.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-05-15T19:53:59.704Z
34612026-05-15T19:53:59.704Zinfo: running `cargo check --bins` on dns-server (157/276)
34622026-05-15T19:54:00.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-15T19:54:00.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-15T19:54:00.364Z Compiling parking_lot_core v0.8.6
34652026-05-15T19:54:00.364Z Compiling atomicwrites v0.4.4
34662026-05-15T19:54:00.367Z Compiling git-stub v1.0.0
34672026-05-15T19:54:00.367Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34682026-05-15T19:54:00.367Z Checking prefix-trie v0.7.0
34692026-05-15T19:54:00.599Z Compiling git-stub-vcs v0.1.0
34702026-05-15T19:54:00.767Z Checking hickory-server v0.25.2
34712026-05-15T19:54:01.440Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34722026-05-15T19:54:01.460Z Checking parking_lot v0.11.2
34732026-05-15T19:54:01.460Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34742026-05-15T19:54:01.460Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34752026-05-15T19:54:01.460Z Checking sled v0.34.7
34762026-05-15T19:54:02.334Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
34772026-05-15T19:54:02.335Z --> dns-server/src/dns_server.rs:487:12
34782026-05-15T19:54:02.335Z |
34792026-05-15T19:54:02.335Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34802026-05-15T19:54:02.335Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34812026-05-15T19:54:02.335Z |
34822026-05-15T19:54:02.335Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34832026-05-15T19:54:02.335Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34842026-05-15T19:54:02.335Z |
34852026-05-15T19:54:02.335Z 77 | pub struct Record<R: RecordData = RData> {
34862026-05-15T19:54:02.335Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34872026-05-15T19:54:02.335Z |
34882026-05-15T19:54:02.335Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34892026-05-15T19:54:02.335Z |
34902026-05-15T19:54:02.335Z 78 | pub struct Record<R: RecordData = RData> {
34912026-05-15T19:54:02.335Z | ---------------------------------------- this is the found type
34922026-05-15T19:54:02.335Z = help: you can use `cargo tree` to explore your dependency tree
34932026-05-15T19:54:02.335Znote: required by a bound in `MessageResponse`
34942026-05-15T19:54:02.335Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
34952026-05-15T19:54:02.335Z |
34962026-05-15T19:54:02.336Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
34972026-05-15T19:54:02.336Z | --------------- required by a bound in this struct
34982026-05-15T19:54:02.336Z 22 | where
34992026-05-15T19:54:02.336Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35002026-05-15T19:54:02.336Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35012026-05-15T19:54:02.336Z
35022026-05-15T19:54:02.336Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
35032026-05-15T19:54:02.336Z --> dns-server/src/dns_server.rs:487:12
35042026-05-15T19:54:02.336Z |
35052026-05-15T19:54:02.336Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35062026-05-15T19:54:02.336Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35072026-05-15T19:54:02.336Z |
35082026-05-15T19:54:02.336Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35092026-05-15T19:54:02.336Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35102026-05-15T19:54:02.336Z |
35112026-05-15T19:54:02.336Z 77 | pub struct Record<R: RecordData = RData> {
35122026-05-15T19:54:02.336Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35132026-05-15T19:54:02.336Z |
35142026-05-15T19:54:02.336Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35152026-05-15T19:54:02.336Z |
35162026-05-15T19:54:02.336Z 78 | pub struct Record<R: RecordData = RData> {
35172026-05-15T19:54:02.336Z | ---------------------------------------- this is the found type
35182026-05-15T19:54:02.336Z = help: you can use `cargo tree` to explore your dependency tree
35192026-05-15T19:54:02.336Znote: required by a bound in `MessageResponse`
35202026-05-15T19:54:02.336Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
35212026-05-15T19:54:02.337Z |
35222026-05-15T19:54:02.337Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35232026-05-15T19:54:02.337Z | --------------- required by a bound in this struct
35242026-05-15T19:54:02.337Z...
35252026-05-15T19:54:02.337Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35262026-05-15T19:54:02.337Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35272026-05-15T19:54:02.337Z
35282026-05-15T19:54:02.337Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
35292026-05-15T19:54:02.337Z --> dns-server/src/dns_server.rs:487:12
35302026-05-15T19:54:02.337Z |
35312026-05-15T19:54:02.337Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35322026-05-15T19:54:02.337Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35332026-05-15T19:54:02.337Z |
35342026-05-15T19:54:02.337Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35352026-05-15T19:54:02.337Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35362026-05-15T19:54:02.337Z |
35372026-05-15T19:54:02.337Z 77 | pub struct Record<R: RecordData = RData> {
35382026-05-15T19:54:02.337Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35392026-05-15T19:54:02.337Z |
35402026-05-15T19:54:02.337Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35412026-05-15T19:54:02.337Z |
35422026-05-15T19:54:02.337Z 78 | pub struct Record<R: RecordData = RData> {
35432026-05-15T19:54:02.337Z | ---------------------------------------- this is the found type
35442026-05-15T19:54:02.337Z = help: you can use `cargo tree` to explore your dependency tree
35452026-05-15T19:54:02.337Znote: required by a bound in `MessageResponse`
35462026-05-15T19:54:02.337Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
35472026-05-15T19:54:02.338Z |
35482026-05-15T19:54:02.338Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35492026-05-15T19:54:02.338Z | --------------- required by a bound in this struct
35502026-05-15T19:54:02.338Z...
35512026-05-15T19:54:02.338Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35522026-05-15T19:54:02.338Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35532026-05-15T19:54:02.338Z
35542026-05-15T19:54:02.338Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
35552026-05-15T19:54:02.338Z --> dns-server/src/dns_server.rs:487:12
35562026-05-15T19:54:02.338Z |
35572026-05-15T19:54:02.338Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35582026-05-15T19:54:02.338Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35592026-05-15T19:54:02.338Z |
35602026-05-15T19:54:02.338Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35612026-05-15T19:54:02.338Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35622026-05-15T19:54:02.338Z |
35632026-05-15T19:54:02.338Z 77 | pub struct Record<R: RecordData = RData> {
35642026-05-15T19:54:02.338Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35652026-05-15T19:54:02.338Z |
35662026-05-15T19:54:02.338Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35672026-05-15T19:54:02.338Z |
35682026-05-15T19:54:02.338Z 78 | pub struct Record<R: RecordData = RData> {
35692026-05-15T19:54:02.338Z | ---------------------------------------- this is the found type
35702026-05-15T19:54:02.338Z = help: you can use `cargo tree` to explore your dependency tree
35712026-05-15T19:54:02.339Znote: required by a bound in `MessageResponse`
35722026-05-15T19:54:02.339Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
35732026-05-15T19:54:02.339Z |
35742026-05-15T19:54:02.342Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35752026-05-15T19:54:02.342Z | --------------- required by a bound in this struct
35762026-05-15T19:54:02.342Z...
35772026-05-15T19:54:02.342Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35782026-05-15T19:54:02.342Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35792026-05-15T19:54:02.342Z
35802026-05-15T19:54:02.469Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
35812026-05-15T19:54:02.469Z --> dns-server/src/dns_server.rs:161:36
35822026-05-15T19:54:02.469Z |
35832026-05-15T19:54:02.469Z161 | let mr = match MessageRequest::read(&mut dec) {
35842026-05-15T19:54:02.469Z | ^^^^ function or associated item not found in `MessageRequest`
35852026-05-15T19:54:02.469Z |
35862026-05-15T19:54:02.469Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35872026-05-15T19:54:02.469Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
35882026-05-15T19:54:02.469Z |
35892026-05-15T19:54:02.469Z 44 | pub trait BinDecodable<'r>: Sized {
35902026-05-15T19:54:02.469Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
35912026-05-15T19:54:02.469Z |
35922026-05-15T19:54:02.469Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
35932026-05-15T19:54:02.469Z |
35942026-05-15T19:54:02.469Z 45 | pub trait BinDecodable<'r>: Sized {
35952026-05-15T19:54:02.469Z | --------------------------------- this is the trait that was imported
35962026-05-15T19:54:02.469Z = help: you can use `cargo tree` to explore your dependency tree
35972026-05-15T19:54:02.469Z
35982026-05-15T19:54:02.479Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35992026-05-15T19:54:02.479Z --> dns-server/src/dns_server.rs:173:34
36002026-05-15T19:54:02.479Z |
36012026-05-15T19:54:02.479Z173 | let header = Header::response_from_request(mr.header());
36022026-05-15T19:54:02.479Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36032026-05-15T19:54:02.479Z |
36042026-05-15T19:54:02.479Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36052026-05-15T19:54:02.479Z --> dns-server/src/dns_server.rs:173:26
36062026-05-15T19:54:02.479Z |
36072026-05-15T19:54:02.479Z173 | let header = Header::response_from_request(mr.header());
36082026-05-15T19:54:02.479Z | ^^^^^^
36092026-05-15T19:54:02.479Z
36102026-05-15T19:54:02.497Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
36112026-05-15T19:54:02.497Z --> dns-server/src/dns_server.rs:273:30
36122026-05-15T19:54:02.497Z |
36132026-05-15T19:54:02.497Z273 | let mut header = Header::response_from_request(mr.header());
36142026-05-15T19:54:02.497Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36152026-05-15T19:54:02.497Z |
36162026-05-15T19:54:02.497Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36172026-05-15T19:54:02.497Z --> dns-server/src/dns_server.rs:273:22
36182026-05-15T19:54:02.497Z |
36192026-05-15T19:54:02.497Z273 | let mut header = Header::response_from_request(mr.header());
36202026-05-15T19:54:02.497Z | ^^^^^^
36212026-05-15T19:54:02.497Z
36222026-05-15T19:54:02.511Zerror[E0308]: mismatched types
36232026-05-15T19:54:02.512Z --> dns-server/src/dns_server.rs:299:30
36242026-05-15T19:54:02.512Z |
36252026-05-15T19:54:02.512Z299 | let answer = store.query(query)?;
36262026-05-15T19:54:02.512Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
36272026-05-15T19:54:02.512Z | |
36282026-05-15T19:54:02.512Z | arguments to this method are incorrect
36292026-05-15T19:54:02.512Z |
36302026-05-15T19:54:02.512Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36312026-05-15T19:54:02.512Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
36322026-05-15T19:54:02.512Z |
36332026-05-15T19:54:02.512Z 22 | pub struct LowerQuery {
36342026-05-15T19:54:02.512Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36352026-05-15T19:54:02.512Z |
36362026-05-15T19:54:02.512Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
36372026-05-15T19:54:02.512Z |
36382026-05-15T19:54:02.512Z 18 | pub struct LowerQuery {
36392026-05-15T19:54:02.512Z | --------------------- this is the found type
36402026-05-15T19:54:02.512Z = help: you can use `cargo tree` to explore your dependency tree
36412026-05-15T19:54:02.512Znote: method defined here
36422026-05-15T19:54:02.512Z --> dns-server/src/storage.rs:762:19
36432026-05-15T19:54:02.512Z |
36442026-05-15T19:54:02.512Z762 | pub(crate) fn query(
36452026-05-15T19:54:02.512Z | ^^^^^
36462026-05-15T19:54:02.512Z763 | &self,
36472026-05-15T19:54:02.513Z764 | query: &LowerQuery,
36482026-05-15T19:54:02.513Z | ------------------
36492026-05-15T19:54:02.513Z
36502026-05-15T19:54:02.516Zerror[E0308]: mismatched types
36512026-05-15T19:54:02.516Z --> dns-server/src/dns_server.rs:311:55
36522026-05-15T19:54:02.516Z |
36532026-05-15T19:54:02.516Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
36542026-05-15T19:54:02.516Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
36552026-05-15T19:54:02.517Z | |
36562026-05-15T19:54:02.517Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
36572026-05-15T19:54:02.517Z |
36582026-05-15T19:54:02.517Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36592026-05-15T19:54:02.517Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
36602026-05-15T19:54:02.517Z |
36612026-05-15T19:54:02.517Z 33 | pub enum RecordType {
36622026-05-15T19:54:02.517Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
36632026-05-15T19:54:02.517Z |
36642026-05-15T19:54:02.517Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
36652026-05-15T19:54:02.517Z |
36662026-05-15T19:54:02.517Z 33 | pub enum RecordType {
36672026-05-15T19:54:02.517Z | ------------------- this is the found type
36682026-05-15T19:54:02.517Z = help: you can use `cargo tree` to explore your dependency tree
36692026-05-15T19:54:02.517Z
36702026-05-15T19:54:02.529Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
36712026-05-15T19:54:02.529Z --> dns-server/src/dns_server.rs:327:60
36722026-05-15T19:54:02.529Z |
36732026-05-15T19:54:02.529Z327 | .filter(|record| match (query.query_type(), record.data()) {
36742026-05-15T19:54:02.529Z | ^^^^-- help: remove the arguments
36752026-05-15T19:54:02.529Z | |
36762026-05-15T19:54:02.529Z | field, not a method
36772026-05-15T19:54:02.530Z
36782026-05-15T19:54:02.541Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
36792026-05-15T19:54:02.541Z --> dns-server/src/dns_server.rs:348:51
36802026-05-15T19:54:02.541Z |
36812026-05-15T19:54:02.541Z348 | let additionals_target = match record.data() {
36822026-05-15T19:54:02.541Z | ^^^^-- help: remove the arguments
36832026-05-15T19:54:02.541Z | |
36842026-05-15T19:54:02.541Z | field, not a method
36852026-05-15T19:54:02.541Z
36862026-05-15T19:54:02.555Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
36872026-05-15T19:54:02.555Z --> dns-server/src/dns_server.rs:349:45
36882026-05-15T19:54:02.555Z |
36892026-05-15T19:54:02.555Z349 | RData::SRV(srv) => Some(srv.target()),
36902026-05-15T19:54:02.555Z | ^^^^^^-- help: remove the arguments
36912026-05-15T19:54:02.555Z | |
36922026-05-15T19:54:02.555Z | field, not a method
36932026-05-15T19:54:02.555Z
36942026-05-15T19:54:02.559Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
36952026-05-15T19:54:02.559Z --> dns-server/src/dns_server.rs:416:9
36962026-05-15T19:54:02.559Z |
36972026-05-15T19:54:02.559Z414 | let mresp = rb.build(
36982026-05-15T19:54:02.559Z | ----- required by a bound introduced by this call
36992026-05-15T19:54:02.559Z415 | header,
37002026-05-15T19:54:02.559Z416 | response_records.iter().collect::<Vec<&Record>>(),
37012026-05-15T19:54:02.559Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37022026-05-15T19:54:02.559Z |
37032026-05-15T19:54:02.559Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37042026-05-15T19:54:02.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37052026-05-15T19:54:02.560Z |
37062026-05-15T19:54:02.560Z 77 | pub struct Record<R: RecordData = RData> {
37072026-05-15T19:54:02.560Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37082026-05-15T19:54:02.560Z |
37092026-05-15T19:54:02.560Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37102026-05-15T19:54:02.560Z |
37112026-05-15T19:54:02.560Z 78 | pub struct Record<R: RecordData = RData> {
37122026-05-15T19:54:02.560Z | ---------------------------------------- this is the found type
37132026-05-15T19:54:02.560Z = help: you can use `cargo tree` to explore your dependency tree
37142026-05-15T19:54:02.560Znote: the method call chain might not have had the expected associated types
37152026-05-15T19:54:02.560Z --> dns-server/src/dns_server.rs:416:26
37162026-05-15T19:54:02.560Z |
37172026-05-15T19:54:02.560Z411 | response_records: &[Record],
37182026-05-15T19:54:02.560Z | ---------------- this expression has type `&[Record]`
37192026-05-15T19:54:02.560Z...
37202026-05-15T19:54:02.560Z416 | response_records.iter().collect::<Vec<&Record>>(),
37212026-05-15T19:54:02.560Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
37222026-05-15T19:54:02.560Z | |
37232026-05-15T19:54:02.560Z | `IntoIterator::Item` is `&Record` here
37242026-05-15T19:54:02.560Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37252026-05-15T19:54:02.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
37262026-05-15T19:54:02.560Z |
37272026-05-15T19:54:02.560Z129 | pub fn build<'a, A, N, S, D>(
37282026-05-15T19:54:02.560Z | ----- required by a bound in this associated function
37292026-05-15T19:54:02.560Z...
37302026-05-15T19:54:02.560Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
37312026-05-15T19:54:02.560Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37322026-05-15T19:54:02.560Z
37332026-05-15T19:54:02.561Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37342026-05-15T19:54:02.561Z --> dns-server/src/dns_server.rs:414:20
37352026-05-15T19:54:02.561Z |
37362026-05-15T19:54:02.565Z414 | let mresp = rb.build(
37372026-05-15T19:54:02.565Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37382026-05-15T19:54:02.565Z |
37392026-05-15T19:54:02.565Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37402026-05-15T19:54:02.565Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37412026-05-15T19:54:02.565Z |
37422026-05-15T19:54:02.565Z 77 | pub struct Record<R: RecordData = RData> {
37432026-05-15T19:54:02.565Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37442026-05-15T19:54:02.565Z |
37452026-05-15T19:54:02.565Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37462026-05-15T19:54:02.565Z |
37472026-05-15T19:54:02.565Z 78 | pub struct Record<R: RecordData = RData> {
37482026-05-15T19:54:02.565Z | ---------------------------------------- this is the found type
37492026-05-15T19:54:02.565Z = help: you can use `cargo tree` to explore your dependency tree
37502026-05-15T19:54:02.565Znote: required by a bound in `MessageResponse`
37512026-05-15T19:54:02.565Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
37522026-05-15T19:54:02.565Z |
37532026-05-15T19:54:02.565Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37542026-05-15T19:54:02.565Z | --------------- required by a bound in this struct
37552026-05-15T19:54:02.565Z 22 | where
37562026-05-15T19:54:02.565Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37572026-05-15T19:54:02.565Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37582026-05-15T19:54:02.565Z
37592026-05-15T19:54:02.566Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
37602026-05-15T19:54:02.566Z --> dns-server/src/dns_server.rs:419:9
37612026-05-15T19:54:02.566Z |
37622026-05-15T19:54:02.566Z414 | let mresp = rb.build(
37632026-05-15T19:54:02.566Z | ----- required by a bound introduced by this call
37642026-05-15T19:54:02.566Z...
37652026-05-15T19:54:02.566Z419 | additional_records,
37662026-05-15T19:54:02.566Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37672026-05-15T19:54:02.566Z |
37682026-05-15T19:54:02.566Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37692026-05-15T19:54:02.566Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37702026-05-15T19:54:02.566Z |
37712026-05-15T19:54:02.566Z 77 | pub struct Record<R: RecordData = RData> {
37722026-05-15T19:54:02.566Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37732026-05-15T19:54:02.566Z |
37742026-05-15T19:54:02.566Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37752026-05-15T19:54:02.566Z |
37762026-05-15T19:54:02.566Z 78 | pub struct Record<R: RecordData = RData> {
37772026-05-15T19:54:02.566Z | ---------------------------------------- this is the found type
37782026-05-15T19:54:02.566Z = help: you can use `cargo tree` to explore your dependency tree
37792026-05-15T19:54:02.566Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37802026-05-15T19:54:02.566Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
37812026-05-15T19:54:02.566Z |
37822026-05-15T19:54:02.566Z129 | pub fn build<'a, A, N, S, D>(
37832026-05-15T19:54:02.566Z | ----- required by a bound in this associated function
37842026-05-15T19:54:02.566Z...
37852026-05-15T19:54:02.566Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
37862026-05-15T19:54:02.566Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37872026-05-15T19:54:02.566Z
37882026-05-15T19:54:02.566Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37892026-05-15T19:54:02.566Z --> dns-server/src/dns_server.rs:414:20
37902026-05-15T19:54:02.566Z |
37912026-05-15T19:54:02.566Z414 | let mresp = rb.build(
37922026-05-15T19:54:02.566Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37932026-05-15T19:54:02.566Z |
37942026-05-15T19:54:02.566Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37952026-05-15T19:54:02.567Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37962026-05-15T19:54:02.567Z |
37972026-05-15T19:54:02.567Z 77 | pub struct Record<R: RecordData = RData> {
37982026-05-15T19:54:02.567Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37992026-05-15T19:54:02.567Z |
38002026-05-15T19:54:02.567Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38012026-05-15T19:54:02.567Z |
38022026-05-15T19:54:02.567Z 78 | pub struct Record<R: RecordData = RData> {
38032026-05-15T19:54:02.567Z | ---------------------------------------- this is the found type
38042026-05-15T19:54:02.567Z = help: you can use `cargo tree` to explore your dependency tree
38052026-05-15T19:54:02.567Znote: required by a bound in `MessageResponse`
38062026-05-15T19:54:02.567Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
38072026-05-15T19:54:02.567Z |
38082026-05-15T19:54:02.567Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38092026-05-15T19:54:02.567Z | --------------- required by a bound in this struct
38102026-05-15T19:54:02.567Z...
38112026-05-15T19:54:02.567Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38122026-05-15T19:54:02.567Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38132026-05-15T19:54:02.567Z
38142026-05-15T19:54:02.567Zerror[E0308]: mismatched types
38152026-05-15T19:54:02.567Z --> dns-server/src/dns_server.rs:415:9
38162026-05-15T19:54:02.567Z |
38172026-05-15T19:54:02.567Z414 | let mresp = rb.build(
38182026-05-15T19:54:02.567Z | ----- arguments to this method are incorrect
38192026-05-15T19:54:02.567Z415 | header,
38202026-05-15T19:54:02.567Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
38212026-05-15T19:54:02.567Z |
38222026-05-15T19:54:02.567Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38232026-05-15T19:54:02.567Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38242026-05-15T19:54:02.567Z |
38252026-05-15T19:54:02.567Z 57 | pub struct Header {
38262026-05-15T19:54:02.567Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38272026-05-15T19:54:02.567Z |
38282026-05-15T19:54:02.567Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38292026-05-15T19:54:02.567Z |
38302026-05-15T19:54:02.567Z 57 | pub struct Header {
38312026-05-15T19:54:02.567Z | ----------------- this is the found type
38322026-05-15T19:54:02.567Z = help: you can use `cargo tree` to explore your dependency tree
38332026-05-15T19:54:02.567Znote: method defined here
38342026-05-15T19:54:02.567Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
38352026-05-15T19:54:02.568Z |
38362026-05-15T19:54:02.572Z129 | pub fn build<'a, A, N, S, D>(
38372026-05-15T19:54:02.572Z | ^^^^^
38382026-05-15T19:54:02.572Z
38392026-05-15T19:54:02.572Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38402026-05-15T19:54:02.572Z --> dns-server/src/dns_server.rs:422:31
38412026-05-15T19:54:02.572Z |
38422026-05-15T19:54:02.572Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38432026-05-15T19:54:02.572Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38442026-05-15T19:54:02.572Z | |
38452026-05-15T19:54:02.572Z | required by a bound introduced by this call
38462026-05-15T19:54:02.572Z |
38472026-05-15T19:54:02.572Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38482026-05-15T19:54:02.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38492026-05-15T19:54:02.572Z |
38502026-05-15T19:54:02.572Z 78 | pub struct Record<R: RecordData = RData> {
38512026-05-15T19:54:02.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38522026-05-15T19:54:02.572Z |
38532026-05-15T19:54:02.572Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38542026-05-15T19:54:02.572Z |
38552026-05-15T19:54:02.572Z 77 | pub struct Record<R: RecordData = RData> {
38562026-05-15T19:54:02.572Z | ---------------------------------------- this is the found type
38572026-05-15T19:54:02.572Z = help: you can use `cargo tree` to explore your dependency tree
38582026-05-15T19:54:02.572Znote: required by a bound in `encode_and_send`
38592026-05-15T19:54:02.572Z --> dns-server/src/dns_server.rs:492:27
38602026-05-15T19:54:02.572Z |
38612026-05-15T19:54:02.572Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38622026-05-15T19:54:02.572Z | --------------- required by a bound in this function
38632026-05-15T19:54:02.572Z...
38642026-05-15T19:54:02.573Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38652026-05-15T19:54:02.573Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38662026-05-15T19:54:02.573Z
38672026-05-15T19:54:02.573Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38682026-05-15T19:54:02.573Z --> dns-server/src/dns_server.rs:422:31
38692026-05-15T19:54:02.573Z |
38702026-05-15T19:54:02.573Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38712026-05-15T19:54:02.573Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38722026-05-15T19:54:02.573Z |
38732026-05-15T19:54:02.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38742026-05-15T19:54:02.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38752026-05-15T19:54:02.573Z |
38762026-05-15T19:54:02.573Z 77 | pub struct Record<R: RecordData = RData> {
38772026-05-15T19:54:02.573Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38782026-05-15T19:54:02.573Z |
38792026-05-15T19:54:02.573Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38802026-05-15T19:54:02.573Z |
38812026-05-15T19:54:02.573Z 78 | pub struct Record<R: RecordData = RData> {
38822026-05-15T19:54:02.573Z | ---------------------------------------- this is the found type
38832026-05-15T19:54:02.573Z = help: you can use `cargo tree` to explore your dependency tree
38842026-05-15T19:54:02.573Znote: required by a bound in `MessageResponse`
38852026-05-15T19:54:02.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38862026-05-15T19:54:02.573Z |
38872026-05-15T19:54:02.573Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38882026-05-15T19:54:02.573Z | --------------- required by a bound in this struct
38892026-05-15T19:54:02.573Z 22 | where
38902026-05-15T19:54:02.573Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38912026-05-15T19:54:02.573Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38922026-05-15T19:54:02.573Z
38932026-05-15T19:54:02.573Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38942026-05-15T19:54:02.573Z --> dns-server/src/dns_server.rs:422:31
38952026-05-15T19:54:02.573Z |
38962026-05-15T19:54:02.573Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38972026-05-15T19:54:02.573Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38982026-05-15T19:54:02.573Z |
38992026-05-15T19:54:02.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39002026-05-15T19:54:02.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39012026-05-15T19:54:02.574Z |
39022026-05-15T19:54:02.574Z 77 | pub struct Record<R: RecordData = RData> {
39032026-05-15T19:54:02.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39042026-05-15T19:54:02.574Z |
39052026-05-15T19:54:02.574Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39062026-05-15T19:54:02.574Z |
39072026-05-15T19:54:02.574Z 78 | pub struct Record<R: RecordData = RData> {
39082026-05-15T19:54:02.574Z | ---------------------------------------- this is the found type
39092026-05-15T19:54:02.574Z = help: you can use `cargo tree` to explore your dependency tree
39102026-05-15T19:54:02.574Znote: required by a bound in `MessageResponse`
39112026-05-15T19:54:02.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39122026-05-15T19:54:02.574Z |
39132026-05-15T19:54:02.574Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39142026-05-15T19:54:02.574Z | --------------- required by a bound in this struct
39152026-05-15T19:54:02.574Z...
39162026-05-15T19:54:02.574Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39172026-05-15T19:54:02.574Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39182026-05-15T19:54:02.574Z
39192026-05-15T19:54:02.574Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39202026-05-15T19:54:02.574Z --> dns-server/src/dns_server.rs:422:5
39212026-05-15T19:54:02.574Z |
39222026-05-15T19:54:02.574Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39232026-05-15T19:54:02.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39242026-05-15T19:54:02.574Z |
39252026-05-15T19:54:02.574Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39262026-05-15T19:54:02.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39272026-05-15T19:54:02.574Z |
39282026-05-15T19:54:02.574Z 78 | pub struct Record<R: RecordData = RData> {
39292026-05-15T19:54:02.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39302026-05-15T19:54:02.574Z |
39312026-05-15T19:54:02.574Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39322026-05-15T19:54:02.574Z |
39332026-05-15T19:54:02.574Z 77 | pub struct Record<R: RecordData = RData> {
39342026-05-15T19:54:02.574Z | ---------------------------------------- this is the found type
39352026-05-15T19:54:02.574Z = help: you can use `cargo tree` to explore your dependency tree
39362026-05-15T19:54:02.579Znote: required by a bound in `encode_and_send`
39372026-05-15T19:54:02.579Z --> dns-server/src/dns_server.rs:492:27
39382026-05-15T19:54:02.580Z |
39392026-05-15T19:54:02.580Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39402026-05-15T19:54:02.580Z | --------------- required by a bound in this function
39412026-05-15T19:54:02.580Z...
39422026-05-15T19:54:02.580Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39432026-05-15T19:54:02.580Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39442026-05-15T19:54:02.580Z
39452026-05-15T19:54:02.580Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39462026-05-15T19:54:02.580Z --> dns-server/src/dns_server.rs:422:49
39472026-05-15T19:54:02.580Z |
39482026-05-15T19:54:02.580Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39492026-05-15T19:54:02.580Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39502026-05-15T19:54:02.581Z |
39512026-05-15T19:54:02.581Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39522026-05-15T19:54:02.581Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39532026-05-15T19:54:02.581Z |
39542026-05-15T19:54:02.581Z 78 | pub struct Record<R: RecordData = RData> {
39552026-05-15T19:54:02.581Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39562026-05-15T19:54:02.581Z |
39572026-05-15T19:54:02.581Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39582026-05-15T19:54:02.581Z |
39592026-05-15T19:54:02.581Z 77 | pub struct Record<R: RecordData = RData> {
39602026-05-15T19:54:02.581Z | ---------------------------------------- this is the found type
39612026-05-15T19:54:02.581Z = help: you can use `cargo tree` to explore your dependency tree
39622026-05-15T19:54:02.581Znote: required by a bound in `encode_and_send`
39632026-05-15T19:54:02.581Z --> dns-server/src/dns_server.rs:492:27
39642026-05-15T19:54:02.581Z |
39652026-05-15T19:54:02.581Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39662026-05-15T19:54:02.581Z | --------------- required by a bound in this function
39672026-05-15T19:54:02.581Z...
39682026-05-15T19:54:02.581Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39692026-05-15T19:54:02.582Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39702026-05-15T19:54:02.582Z
39712026-05-15T19:54:02.582Zerror[E0308]: arguments to this method are incorrect
39722026-05-15T19:54:02.582Z --> dns-server/src/dns_server.rs:438:33
39732026-05-15T19:54:02.582Z |
39742026-05-15T19:54:02.582Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
39752026-05-15T19:54:02.582Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
39762026-05-15T19:54:02.582Z | |
39772026-05-15T19:54:02.582Z | expected `&Header`, found `&&Header`
39782026-05-15T19:54:02.582Z |
39792026-05-15T19:54:02.582Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
39802026-05-15T19:54:02.582Z found reference `&&hickory_proto::op::Header`
39812026-05-15T19:54:02.582Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39822026-05-15T19:54:02.582Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
39832026-05-15T19:54:02.582Z |
39842026-05-15T19:54:02.582Z 67 | pub enum ResponseCode {
39852026-05-15T19:54:02.582Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39862026-05-15T19:54:02.582Z |
39872026-05-15T19:54:02.582Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
39882026-05-15T19:54:02.582Z |
39892026-05-15T19:54:02.582Z 67 | pub enum ResponseCode {
39902026-05-15T19:54:02.582Z | --------------------- this is the found type
39912026-05-15T19:54:02.582Z = help: you can use `cargo tree` to explore your dependency tree
39922026-05-15T19:54:02.582Znote: method defined here
39932026-05-15T19:54:02.582Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
39942026-05-15T19:54:02.582Z |
39952026-05-15T19:54:02.582Z190 | pub fn error_msg<'a>(
39962026-05-15T19:54:02.582Z | ^^^^^^^^^
39972026-05-15T19:54:02.582Z
39982026-05-15T19:54:02.582Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39992026-05-15T19:54:02.582Z --> dns-server/src/dns_server.rs:457:50
40002026-05-15T19:54:02.582Z |
40012026-05-15T19:54:02.582Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40022026-05-15T19:54:02.582Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40032026-05-15T19:54:02.583Z | |
40042026-05-15T19:54:02.583Z | required by a bound introduced by this call
40052026-05-15T19:54:02.583Z |
40062026-05-15T19:54:02.583Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40072026-05-15T19:54:02.583Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40082026-05-15T19:54:02.583Z |
40092026-05-15T19:54:02.583Z 78 | pub struct Record<R: RecordData = RData> {
40102026-05-15T19:54:02.583Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40112026-05-15T19:54:02.583Z |
40122026-05-15T19:54:02.583Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40132026-05-15T19:54:02.583Z |
40142026-05-15T19:54:02.583Z 77 | pub struct Record<R: RecordData = RData> {
40152026-05-15T19:54:02.583Z | ---------------------------------------- this is the found type
40162026-05-15T19:54:02.583Z = help: you can use `cargo tree` to explore your dependency tree
40172026-05-15T19:54:02.583Znote: required by a bound in `encode_and_send`
40182026-05-15T19:54:02.583Z --> dns-server/src/dns_server.rs:491:23
40192026-05-15T19:54:02.583Z |
40202026-05-15T19:54:02.583Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40212026-05-15T19:54:02.583Z | --------------- required by a bound in this function
40222026-05-15T19:54:02.583Z...
40232026-05-15T19:54:02.583Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40242026-05-15T19:54:02.583Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40252026-05-15T19:54:02.583Z
40262026-05-15T19:54:02.583Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40272026-05-15T19:54:02.583Z --> dns-server/src/dns_server.rs:457:50
40282026-05-15T19:54:02.583Z |
40292026-05-15T19:54:02.583Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40302026-05-15T19:54:02.583Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40312026-05-15T19:54:02.583Z | |
40322026-05-15T19:54:02.583Z | required by a bound introduced by this call
40332026-05-15T19:54:02.583Z |
40342026-05-15T19:54:02.583Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40352026-05-15T19:54:02.584Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40362026-05-15T19:54:02.588Z |
40372026-05-15T19:54:02.588Z 78 | pub struct Record<R: RecordData = RData> {
40382026-05-15T19:54:02.588Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40392026-05-15T19:54:02.588Z |
40402026-05-15T19:54:02.588Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40412026-05-15T19:54:02.588Z |
40422026-05-15T19:54:02.588Z 77 | pub struct Record<R: RecordData = RData> {
40432026-05-15T19:54:02.588Z | ---------------------------------------- this is the found type
40442026-05-15T19:54:02.589Z = help: you can use `cargo tree` to explore your dependency tree
40452026-05-15T19:54:02.589Znote: required by a bound in `encode_and_send`
40462026-05-15T19:54:02.589Z --> dns-server/src/dns_server.rs:492:27
40472026-05-15T19:54:02.589Z |
40482026-05-15T19:54:02.589Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40492026-05-15T19:54:02.589Z | --------------- required by a bound in this function
40502026-05-15T19:54:02.589Z...
40512026-05-15T19:54:02.589Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40522026-05-15T19:54:02.589Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40532026-05-15T19:54:02.589Z
40542026-05-15T19:54:02.589Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40552026-05-15T19:54:02.589Z --> dns-server/src/dns_server.rs:457:50
40562026-05-15T19:54:02.589Z |
40572026-05-15T19:54:02.589Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40582026-05-15T19:54:02.589Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40592026-05-15T19:54:02.589Z | |
40602026-05-15T19:54:02.589Z | required by a bound introduced by this call
40612026-05-15T19:54:02.589Z |
40622026-05-15T19:54:02.589Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40632026-05-15T19:54:02.589Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40642026-05-15T19:54:02.589Z |
40652026-05-15T19:54:02.589Z 78 | pub struct Record<R: RecordData = RData> {
40662026-05-15T19:54:02.589Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40672026-05-15T19:54:02.589Z |
40682026-05-15T19:54:02.590Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40692026-05-15T19:54:02.590Z |
40702026-05-15T19:54:02.590Z 77 | pub struct Record<R: RecordData = RData> {
40712026-05-15T19:54:02.590Z | ---------------------------------------- this is the found type
40722026-05-15T19:54:02.590Z = help: you can use `cargo tree` to explore your dependency tree
40732026-05-15T19:54:02.590Znote: required by a bound in `encode_and_send`
40742026-05-15T19:54:02.590Z --> dns-server/src/dns_server.rs:493:19
40752026-05-15T19:54:02.590Z |
40762026-05-15T19:54:02.590Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40772026-05-15T19:54:02.591Z | --------------- required by a bound in this function
40782026-05-15T19:54:02.591Z...
40792026-05-15T19:54:02.591Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40802026-05-15T19:54:02.591Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40812026-05-15T19:54:02.591Z
40822026-05-15T19:54:02.591Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40832026-05-15T19:54:02.591Z --> dns-server/src/dns_server.rs:457:50
40842026-05-15T19:54:02.591Z |
40852026-05-15T19:54:02.591Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40862026-05-15T19:54:02.591Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40872026-05-15T19:54:02.591Z | |
40882026-05-15T19:54:02.591Z | required by a bound introduced by this call
40892026-05-15T19:54:02.591Z |
40902026-05-15T19:54:02.591Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40912026-05-15T19:54:02.591Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40922026-05-15T19:54:02.591Z |
40932026-05-15T19:54:02.591Z 78 | pub struct Record<R: RecordData = RData> {
40942026-05-15T19:54:02.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40952026-05-15T19:54:02.591Z |
40962026-05-15T19:54:02.591Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40972026-05-15T19:54:02.591Z |
40982026-05-15T19:54:02.591Z 77 | pub struct Record<R: RecordData = RData> {
40992026-05-15T19:54:02.591Z | ---------------------------------------- this is the found type
41002026-05-15T19:54:02.591Z = help: you can use `cargo tree` to explore your dependency tree
41012026-05-15T19:54:02.591Znote: required by a bound in `encode_and_send`
41022026-05-15T19:54:02.591Z --> dns-server/src/dns_server.rs:494:27
41032026-05-15T19:54:02.592Z |
41042026-05-15T19:54:02.592Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41052026-05-15T19:54:02.592Z | --------------- required by a bound in this function
41062026-05-15T19:54:02.592Z...
41072026-05-15T19:54:02.592Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41082026-05-15T19:54:02.592Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41092026-05-15T19:54:02.592Z
41102026-05-15T19:54:02.592Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41112026-05-15T19:54:02.592Z --> dns-server/src/dns_server.rs:457:25
41122026-05-15T19:54:02.592Z |
41132026-05-15T19:54:02.592Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41142026-05-15T19:54:02.592Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41152026-05-15T19:54:02.592Z |
41162026-05-15T19:54:02.592Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41172026-05-15T19:54:02.592Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41182026-05-15T19:54:02.592Z |
41192026-05-15T19:54:02.592Z 78 | pub struct Record<R: RecordData = RData> {
41202026-05-15T19:54:02.592Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41212026-05-15T19:54:02.592Z |
41222026-05-15T19:54:02.592Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41232026-05-15T19:54:02.592Z |
41242026-05-15T19:54:02.592Z 77 | pub struct Record<R: RecordData = RData> {
41252026-05-15T19:54:02.592Z | ---------------------------------------- this is the found type
41262026-05-15T19:54:02.592Z = help: you can use `cargo tree` to explore your dependency tree
41272026-05-15T19:54:02.593Znote: required by a bound in `encode_and_send`
41282026-05-15T19:54:02.593Z --> dns-server/src/dns_server.rs:491:23
41292026-05-15T19:54:02.593Z |
41302026-05-15T19:54:02.593Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41312026-05-15T19:54:02.593Z | --------------- required by a bound in this function
41322026-05-15T19:54:02.593Z...
41332026-05-15T19:54:02.593Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41342026-05-15T19:54:02.593Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41352026-05-15T19:54:02.593Z
41362026-05-15T19:54:02.597Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41372026-05-15T19:54:02.597Z --> dns-server/src/dns_server.rs:457:25
41382026-05-15T19:54:02.597Z |
41392026-05-15T19:54:02.598Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41402026-05-15T19:54:02.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41412026-05-15T19:54:02.598Z |
41422026-05-15T19:54:02.598Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41432026-05-15T19:54:02.598Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41442026-05-15T19:54:02.598Z |
41452026-05-15T19:54:02.598Z 78 | pub struct Record<R: RecordData = RData> {
41462026-05-15T19:54:02.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41472026-05-15T19:54:02.598Z |
41482026-05-15T19:54:02.598Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41492026-05-15T19:54:02.598Z |
41502026-05-15T19:54:02.598Z 77 | pub struct Record<R: RecordData = RData> {
41512026-05-15T19:54:02.598Z | ---------------------------------------- this is the found type
41522026-05-15T19:54:02.598Z = help: you can use `cargo tree` to explore your dependency tree
41532026-05-15T19:54:02.598Znote: required by a bound in `encode_and_send`
41542026-05-15T19:54:02.598Z --> dns-server/src/dns_server.rs:492:27
41552026-05-15T19:54:02.598Z |
41562026-05-15T19:54:02.598Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41572026-05-15T19:54:02.598Z | --------------- required by a bound in this function
41582026-05-15T19:54:02.598Z...
41592026-05-15T19:54:02.598Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41602026-05-15T19:54:02.598Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41612026-05-15T19:54:02.598Z
41622026-05-15T19:54:02.598Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41632026-05-15T19:54:02.598Z --> dns-server/src/dns_server.rs:457:25
41642026-05-15T19:54:02.598Z |
41652026-05-15T19:54:02.598Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41662026-05-15T19:54:02.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41672026-05-15T19:54:02.598Z |
41682026-05-15T19:54:02.598Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41692026-05-15T19:54:02.598Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41702026-05-15T19:54:02.598Z |
41712026-05-15T19:54:02.598Z 78 | pub struct Record<R: RecordData = RData> {
41722026-05-15T19:54:02.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41732026-05-15T19:54:02.598Z |
41742026-05-15T19:54:02.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41752026-05-15T19:54:02.599Z |
41762026-05-15T19:54:02.599Z 77 | pub struct Record<R: RecordData = RData> {
41772026-05-15T19:54:02.599Z | ---------------------------------------- this is the found type
41782026-05-15T19:54:02.599Z = help: you can use `cargo tree` to explore your dependency tree
41792026-05-15T19:54:02.599Znote: required by a bound in `encode_and_send`
41802026-05-15T19:54:02.599Z --> dns-server/src/dns_server.rs:493:19
41812026-05-15T19:54:02.599Z |
41822026-05-15T19:54:02.599Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41832026-05-15T19:54:02.599Z | --------------- required by a bound in this function
41842026-05-15T19:54:02.599Z...
41852026-05-15T19:54:02.599Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41862026-05-15T19:54:02.599Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41872026-05-15T19:54:02.599Z
41882026-05-15T19:54:02.599Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41892026-05-15T19:54:02.599Z --> dns-server/src/dns_server.rs:457:25
41902026-05-15T19:54:02.599Z |
41912026-05-15T19:54:02.599Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41922026-05-15T19:54:02.599Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41932026-05-15T19:54:02.599Z |
41942026-05-15T19:54:02.599Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41952026-05-15T19:54:02.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41962026-05-15T19:54:02.599Z |
41972026-05-15T19:54:02.599Z 78 | pub struct Record<R: RecordData = RData> {
41982026-05-15T19:54:02.599Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41992026-05-15T19:54:02.599Z |
42002026-05-15T19:54:02.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42012026-05-15T19:54:02.599Z |
42022026-05-15T19:54:02.599Z 77 | pub struct Record<R: RecordData = RData> {
42032026-05-15T19:54:02.599Z | ---------------------------------------- this is the found type
42042026-05-15T19:54:02.599Z = help: you can use `cargo tree` to explore your dependency tree
42052026-05-15T19:54:02.599Znote: required by a bound in `encode_and_send`
42062026-05-15T19:54:02.599Z --> dns-server/src/dns_server.rs:494:27
42072026-05-15T19:54:02.599Z |
42082026-05-15T19:54:02.599Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42092026-05-15T19:54:02.599Z | --------------- required by a bound in this function
42102026-05-15T19:54:02.599Z...
42112026-05-15T19:54:02.599Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42122026-05-15T19:54:02.599Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42132026-05-15T19:54:02.600Z
42142026-05-15T19:54:02.600Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42152026-05-15T19:54:02.600Z --> dns-server/src/dns_server.rs:457:69
42162026-05-15T19:54:02.600Z |
42172026-05-15T19:54:02.600Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42182026-05-15T19:54:02.600Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42192026-05-15T19:54:02.600Z |
42202026-05-15T19:54:02.600Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42212026-05-15T19:54:02.600Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42222026-05-15T19:54:02.600Z |
42232026-05-15T19:54:02.600Z 78 | pub struct Record<R: RecordData = RData> {
42242026-05-15T19:54:02.600Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42252026-05-15T19:54:02.600Z |
42262026-05-15T19:54:02.600Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42272026-05-15T19:54:02.600Z |
42282026-05-15T19:54:02.600Z 77 | pub struct Record<R: RecordData = RData> {
42292026-05-15T19:54:02.600Z | ---------------------------------------- this is the found type
42302026-05-15T19:54:02.600Z = help: you can use `cargo tree` to explore your dependency tree
42312026-05-15T19:54:02.600Znote: required by a bound in `encode_and_send`
42322026-05-15T19:54:02.600Z --> dns-server/src/dns_server.rs:491:23
42332026-05-15T19:54:02.600Z |
42342026-05-15T19:54:02.600Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42352026-05-15T19:54:02.600Z | --------------- required by a bound in this function
42362026-05-15T19:54:02.605Z...
42372026-05-15T19:54:02.605Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42382026-05-15T19:54:02.605Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42392026-05-15T19:54:02.605Z
42402026-05-15T19:54:02.605Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42412026-05-15T19:54:02.605Z --> dns-server/src/dns_server.rs:457:69
42422026-05-15T19:54:02.605Z |
42432026-05-15T19:54:02.605Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42442026-05-15T19:54:02.605Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42452026-05-15T19:54:02.605Z |
42462026-05-15T19:54:02.605Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42472026-05-15T19:54:02.605Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42482026-05-15T19:54:02.605Z |
42492026-05-15T19:54:02.605Z 78 | pub struct Record<R: RecordData = RData> {
42502026-05-15T19:54:02.605Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42512026-05-15T19:54:02.605Z |
42522026-05-15T19:54:02.605Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42532026-05-15T19:54:02.605Z |
42542026-05-15T19:54:02.606Z 77 | pub struct Record<R: RecordData = RData> {
42552026-05-15T19:54:02.606Z | ---------------------------------------- this is the found type
42562026-05-15T19:54:02.606Z = help: you can use `cargo tree` to explore your dependency tree
42572026-05-15T19:54:02.606Znote: required by a bound in `encode_and_send`
42582026-05-15T19:54:02.606Z --> dns-server/src/dns_server.rs:492:27
42592026-05-15T19:54:02.606Z |
42602026-05-15T19:54:02.606Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42612026-05-15T19:54:02.606Z | --------------- required by a bound in this function
42622026-05-15T19:54:02.606Z...
42632026-05-15T19:54:02.606Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42642026-05-15T19:54:02.606Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42652026-05-15T19:54:02.606Z
42662026-05-15T19:54:02.606Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42672026-05-15T19:54:02.606Z --> dns-server/src/dns_server.rs:457:69
42682026-05-15T19:54:02.606Z |
42692026-05-15T19:54:02.606Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42702026-05-15T19:54:02.606Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42712026-05-15T19:54:02.606Z |
42722026-05-15T19:54:02.606Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42732026-05-15T19:54:02.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42742026-05-15T19:54:02.606Z |
42752026-05-15T19:54:02.606Z 78 | pub struct Record<R: RecordData = RData> {
42762026-05-15T19:54:02.606Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42772026-05-15T19:54:02.606Z |
42782026-05-15T19:54:02.606Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42792026-05-15T19:54:02.606Z |
42802026-05-15T19:54:02.606Z 77 | pub struct Record<R: RecordData = RData> {
42812026-05-15T19:54:02.606Z | ---------------------------------------- this is the found type
42822026-05-15T19:54:02.606Z = help: you can use `cargo tree` to explore your dependency tree
42832026-05-15T19:54:02.606Znote: required by a bound in `encode_and_send`
42842026-05-15T19:54:02.607Z --> dns-server/src/dns_server.rs:493:19
42852026-05-15T19:54:02.607Z |
42862026-05-15T19:54:02.607Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42872026-05-15T19:54:02.607Z | --------------- required by a bound in this function
42882026-05-15T19:54:02.607Z...
42892026-05-15T19:54:02.607Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42902026-05-15T19:54:02.607Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42912026-05-15T19:54:02.607Z
42922026-05-15T19:54:02.607Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42932026-05-15T19:54:02.607Z --> dns-server/src/dns_server.rs:457:69
42942026-05-15T19:54:02.607Z |
42952026-05-15T19:54:02.607Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42962026-05-15T19:54:02.607Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42972026-05-15T19:54:02.607Z |
42982026-05-15T19:54:02.607Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42992026-05-15T19:54:02.607Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43002026-05-15T19:54:02.607Z |
43012026-05-15T19:54:02.607Z 78 | pub struct Record<R: RecordData = RData> {
43022026-05-15T19:54:02.607Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43032026-05-15T19:54:02.607Z |
43042026-05-15T19:54:02.607Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43052026-05-15T19:54:02.607Z |
43062026-05-15T19:54:02.607Z 77 | pub struct Record<R: RecordData = RData> {
43072026-05-15T19:54:02.607Z | ---------------------------------------- this is the found type
43082026-05-15T19:54:02.607Z = help: you can use `cargo tree` to explore your dependency tree
43092026-05-15T19:54:02.607Znote: required by a bound in `encode_and_send`
43102026-05-15T19:54:02.607Z --> dns-server/src/dns_server.rs:494:27
43112026-05-15T19:54:02.607Z |
43122026-05-15T19:54:02.607Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43132026-05-15T19:54:02.607Z | --------------- required by a bound in this function
43142026-05-15T19:54:02.607Z...
43152026-05-15T19:54:02.607Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43162026-05-15T19:54:02.607Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43172026-05-15T19:54:02.607Z
43182026-05-15T19:54:02.607Zerror[E0308]: arguments to this method are incorrect
43192026-05-15T19:54:02.607Z --> dns-server/src/dns_server.rs:477:20
43202026-05-15T19:54:02.608Z |
43212026-05-15T19:54:02.608Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
43222026-05-15T19:54:02.608Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
43232026-05-15T19:54:02.608Z | |
43242026-05-15T19:54:02.608Z | expected `Header`, found `hickory_proto::op::Header`
43252026-05-15T19:54:02.608Z |
43262026-05-15T19:54:02.608Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43272026-05-15T19:54:02.608Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
43282026-05-15T19:54:02.608Z |
43292026-05-15T19:54:02.608Z 57 | pub struct Header {
43302026-05-15T19:54:02.608Z | ^^^^^^^^^^^^^^^^^ this is the expected type
43312026-05-15T19:54:02.608Z |
43322026-05-15T19:54:02.608Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
43332026-05-15T19:54:02.608Z |
43342026-05-15T19:54:02.608Z 57 | pub struct Header {
43352026-05-15T19:54:02.608Z | ----------------- this is the found type
43362026-05-15T19:54:02.614Z = help: you can use `cargo tree` to explore your dependency tree
43372026-05-15T19:54:02.614Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43382026-05-15T19:54:02.614Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
43392026-05-15T19:54:02.614Z |
43402026-05-15T19:54:02.614Z 67 | pub enum ResponseCode {
43412026-05-15T19:54:02.614Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43422026-05-15T19:54:02.614Z |
43432026-05-15T19:54:02.614Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
43442026-05-15T19:54:02.614Z |
43452026-05-15T19:54:02.614Z 67 | pub enum ResponseCode {
43462026-05-15T19:54:02.614Z | --------------------- this is the found type
43472026-05-15T19:54:02.614Z = help: you can use `cargo tree` to explore your dependency tree
43482026-05-15T19:54:02.614Znote: method defined here
43492026-05-15T19:54:02.614Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
43502026-05-15T19:54:02.614Z |
43512026-05-15T19:54:02.614Z190 | pub fn error_msg<'a>(
43522026-05-15T19:54:02.614Z | ^^^^^^^^^
43532026-05-15T19:54:02.614Z
43542026-05-15T19:54:02.614Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43552026-05-15T19:54:02.614Z --> dns-server/src/dns_server.rs:478:50
43562026-05-15T19:54:02.614Z |
43572026-05-15T19:54:02.615Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43582026-05-15T19:54:02.615Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43592026-05-15T19:54:02.615Z | |
43602026-05-15T19:54:02.615Z | required by a bound introduced by this call
43612026-05-15T19:54:02.615Z |
43622026-05-15T19:54:02.615Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43632026-05-15T19:54:02.615Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43642026-05-15T19:54:02.615Z |
43652026-05-15T19:54:02.615Z 78 | pub struct Record<R: RecordData = RData> {
43662026-05-15T19:54:02.615Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43672026-05-15T19:54:02.615Z |
43682026-05-15T19:54:02.615Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43692026-05-15T19:54:02.615Z |
43702026-05-15T19:54:02.615Z 77 | pub struct Record<R: RecordData = RData> {
43712026-05-15T19:54:02.615Z | ---------------------------------------- this is the found type
43722026-05-15T19:54:02.615Z = help: you can use `cargo tree` to explore your dependency tree
43732026-05-15T19:54:02.615Znote: required by a bound in `encode_and_send`
43742026-05-15T19:54:02.615Z --> dns-server/src/dns_server.rs:491:23
43752026-05-15T19:54:02.615Z |
43762026-05-15T19:54:02.615Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43772026-05-15T19:54:02.615Z | --------------- required by a bound in this function
43782026-05-15T19:54:02.615Z...
43792026-05-15T19:54:02.615Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43802026-05-15T19:54:02.615Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43812026-05-15T19:54:02.615Z
43822026-05-15T19:54:02.615Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43832026-05-15T19:54:02.615Z --> dns-server/src/dns_server.rs:478:50
43842026-05-15T19:54:02.615Z |
43852026-05-15T19:54:02.615Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43862026-05-15T19:54:02.615Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43872026-05-15T19:54:02.615Z | |
43882026-05-15T19:54:02.615Z | required by a bound introduced by this call
43892026-05-15T19:54:02.615Z |
43902026-05-15T19:54:02.615Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43912026-05-15T19:54:02.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43922026-05-15T19:54:02.616Z |
43932026-05-15T19:54:02.616Z 78 | pub struct Record<R: RecordData = RData> {
43942026-05-15T19:54:02.616Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43952026-05-15T19:54:02.616Z |
43962026-05-15T19:54:02.616Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43972026-05-15T19:54:02.616Z |
43982026-05-15T19:54:02.616Z 77 | pub struct Record<R: RecordData = RData> {
43992026-05-15T19:54:02.616Z | ---------------------------------------- this is the found type
44002026-05-15T19:54:02.616Z = help: you can use `cargo tree` to explore your dependency tree
44012026-05-15T19:54:02.616Znote: required by a bound in `encode_and_send`
44022026-05-15T19:54:02.616Z --> dns-server/src/dns_server.rs:492:27
44032026-05-15T19:54:02.616Z |
44042026-05-15T19:54:02.616Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44052026-05-15T19:54:02.616Z | --------------- required by a bound in this function
44062026-05-15T19:54:02.616Z...
44072026-05-15T19:54:02.616Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
44082026-05-15T19:54:02.616Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44092026-05-15T19:54:02.616Z
44102026-05-15T19:54:02.616Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44112026-05-15T19:54:02.616Z --> dns-server/src/dns_server.rs:478:50
44122026-05-15T19:54:02.616Z |
44132026-05-15T19:54:02.616Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44142026-05-15T19:54:02.616Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44152026-05-15T19:54:02.616Z | |
44162026-05-15T19:54:02.616Z | required by a bound introduced by this call
44172026-05-15T19:54:02.616Z |
44182026-05-15T19:54:02.616Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44192026-05-15T19:54:02.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44202026-05-15T19:54:02.616Z |
44212026-05-15T19:54:02.616Z 78 | pub struct Record<R: RecordData = RData> {
44222026-05-15T19:54:02.616Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44232026-05-15T19:54:02.616Z |
44242026-05-15T19:54:02.616Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44252026-05-15T19:54:02.616Z |
44262026-05-15T19:54:02.617Z 77 | pub struct Record<R: RecordData = RData> {
44272026-05-15T19:54:02.617Z | ---------------------------------------- this is the found type
44282026-05-15T19:54:02.617Z = help: you can use `cargo tree` to explore your dependency tree
44292026-05-15T19:54:02.617Znote: required by a bound in `encode_and_send`
44302026-05-15T19:54:02.617Z --> dns-server/src/dns_server.rs:493:19
44312026-05-15T19:54:02.617Z |
44322026-05-15T19:54:02.617Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44332026-05-15T19:54:02.617Z | --------------- required by a bound in this function
44342026-05-15T19:54:02.617Z...
44352026-05-15T19:54:02.617Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44362026-05-15T19:54:02.621Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44372026-05-15T19:54:02.621Z
44382026-05-15T19:54:02.621Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44392026-05-15T19:54:02.621Z --> dns-server/src/dns_server.rs:478:50
44402026-05-15T19:54:02.621Z |
44412026-05-15T19:54:02.621Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44422026-05-15T19:54:02.621Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44432026-05-15T19:54:02.621Z | |
44442026-05-15T19:54:02.621Z | required by a bound introduced by this call
44452026-05-15T19:54:02.621Z |
44462026-05-15T19:54:02.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44472026-05-15T19:54:02.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44482026-05-15T19:54:02.622Z |
44492026-05-15T19:54:02.622Z 78 | pub struct Record<R: RecordData = RData> {
44502026-05-15T19:54:02.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44512026-05-15T19:54:02.622Z |
44522026-05-15T19:54:02.622Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44532026-05-15T19:54:02.622Z |
44542026-05-15T19:54:02.622Z 77 | pub struct Record<R: RecordData = RData> {
44552026-05-15T19:54:02.622Z | ---------------------------------------- this is the found type
44562026-05-15T19:54:02.622Z = help: you can use `cargo tree` to explore your dependency tree
44572026-05-15T19:54:02.622Znote: required by a bound in `encode_and_send`
44582026-05-15T19:54:02.622Z --> dns-server/src/dns_server.rs:494:27
44592026-05-15T19:54:02.622Z |
44602026-05-15T19:54:02.622Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44612026-05-15T19:54:02.622Z | --------------- required by a bound in this function
44622026-05-15T19:54:02.622Z...
44632026-05-15T19:54:02.622Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44642026-05-15T19:54:02.622Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44652026-05-15T19:54:02.622Z
44662026-05-15T19:54:02.622Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44672026-05-15T19:54:02.622Z --> dns-server/src/dns_server.rs:478:25
44682026-05-15T19:54:02.622Z |
44692026-05-15T19:54:02.622Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44702026-05-15T19:54:02.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44712026-05-15T19:54:02.622Z |
44722026-05-15T19:54:02.623Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44732026-05-15T19:54:02.623Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44742026-05-15T19:54:02.623Z |
44752026-05-15T19:54:02.623Z 78 | pub struct Record<R: RecordData = RData> {
44762026-05-15T19:54:02.623Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44772026-05-15T19:54:02.623Z |
44782026-05-15T19:54:02.623Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44792026-05-15T19:54:02.623Z |
44802026-05-15T19:54:02.623Z 77 | pub struct Record<R: RecordData = RData> {
44812026-05-15T19:54:02.623Z | ---------------------------------------- this is the found type
44822026-05-15T19:54:02.623Z = help: you can use `cargo tree` to explore your dependency tree
44832026-05-15T19:54:02.623Znote: required by a bound in `encode_and_send`
44842026-05-15T19:54:02.623Z --> dns-server/src/dns_server.rs:491:23
44852026-05-15T19:54:02.623Z |
44862026-05-15T19:54:02.623Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44872026-05-15T19:54:02.623Z | --------------- required by a bound in this function
44882026-05-15T19:54:02.623Z...
44892026-05-15T19:54:02.623Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44902026-05-15T19:54:02.623Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44912026-05-15T19:54:02.623Z
44922026-05-15T19:54:02.623Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44932026-05-15T19:54:02.623Z --> dns-server/src/dns_server.rs:478:25
44942026-05-15T19:54:02.623Z |
44952026-05-15T19:54:02.623Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44962026-05-15T19:54:02.624Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44972026-05-15T19:54:02.624Z |
44982026-05-15T19:54:02.624Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44992026-05-15T19:54:02.624Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45002026-05-15T19:54:02.624Z |
45012026-05-15T19:54:02.624Z 78 | pub struct Record<R: RecordData = RData> {
45022026-05-15T19:54:02.624Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45032026-05-15T19:54:02.624Z |
45042026-05-15T19:54:02.624Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45052026-05-15T19:54:02.624Z |
45062026-05-15T19:54:02.624Z 77 | pub struct Record<R: RecordData = RData> {
45072026-05-15T19:54:02.624Z | ---------------------------------------- this is the found type
45082026-05-15T19:54:02.624Z = help: you can use `cargo tree` to explore your dependency tree
45092026-05-15T19:54:02.624Znote: required by a bound in `encode_and_send`
45102026-05-15T19:54:02.624Z --> dns-server/src/dns_server.rs:492:27
45112026-05-15T19:54:02.624Z |
45122026-05-15T19:54:02.624Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45132026-05-15T19:54:02.624Z | --------------- required by a bound in this function
45142026-05-15T19:54:02.624Z...
45152026-05-15T19:54:02.624Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45162026-05-15T19:54:02.624Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45172026-05-15T19:54:02.624Z
45182026-05-15T19:54:02.624Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45192026-05-15T19:54:02.624Z --> dns-server/src/dns_server.rs:478:25
45202026-05-15T19:54:02.624Z |
45212026-05-15T19:54:02.624Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45222026-05-15T19:54:02.624Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45232026-05-15T19:54:02.625Z |
45242026-05-15T19:54:02.625Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45252026-05-15T19:54:02.625Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45262026-05-15T19:54:02.625Z |
45272026-05-15T19:54:02.625Z 78 | pub struct Record<R: RecordData = RData> {
45282026-05-15T19:54:02.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45292026-05-15T19:54:02.625Z |
45302026-05-15T19:54:02.625Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45312026-05-15T19:54:02.625Z |
45322026-05-15T19:54:02.625Z 77 | pub struct Record<R: RecordData = RData> {
45332026-05-15T19:54:02.625Z | ---------------------------------------- this is the found type
45342026-05-15T19:54:02.625Z = help: you can use `cargo tree` to explore your dependency tree
45352026-05-15T19:54:02.625Znote: required by a bound in `encode_and_send`
45362026-05-15T19:54:02.631Z --> dns-server/src/dns_server.rs:493:19
45372026-05-15T19:54:02.631Z |
45382026-05-15T19:54:02.631Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45392026-05-15T19:54:02.631Z | --------------- required by a bound in this function
45402026-05-15T19:54:02.631Z...
45412026-05-15T19:54:02.631Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45422026-05-15T19:54:02.631Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45432026-05-15T19:54:02.632Z
45442026-05-15T19:54:02.632Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45452026-05-15T19:54:02.632Z --> dns-server/src/dns_server.rs:478:25
45462026-05-15T19:54:02.632Z |
45472026-05-15T19:54:02.632Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45482026-05-15T19:54:02.632Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45492026-05-15T19:54:02.632Z |
45502026-05-15T19:54:02.632Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45512026-05-15T19:54:02.632Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45522026-05-15T19:54:02.632Z |
45532026-05-15T19:54:02.632Z 78 | pub struct Record<R: RecordData = RData> {
45542026-05-15T19:54:02.632Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45552026-05-15T19:54:02.632Z |
45562026-05-15T19:54:02.632Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45572026-05-15T19:54:02.632Z |
45582026-05-15T19:54:02.632Z 77 | pub struct Record<R: RecordData = RData> {
45592026-05-15T19:54:02.632Z | ---------------------------------------- this is the found type
45602026-05-15T19:54:02.632Z = help: you can use `cargo tree` to explore your dependency tree
45612026-05-15T19:54:02.632Znote: required by a bound in `encode_and_send`
45622026-05-15T19:54:02.632Z --> dns-server/src/dns_server.rs:494:27
45632026-05-15T19:54:02.632Z |
45642026-05-15T19:54:02.632Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45652026-05-15T19:54:02.632Z | --------------- required by a bound in this function
45662026-05-15T19:54:02.632Z...
45672026-05-15T19:54:02.633Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45682026-05-15T19:54:02.633Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45692026-05-15T19:54:02.633Z
45702026-05-15T19:54:02.633Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45712026-05-15T19:54:02.633Z --> dns-server/src/dns_server.rs:478:69
45722026-05-15T19:54:02.633Z |
45732026-05-15T19:54:02.633Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45742026-05-15T19:54:02.633Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45752026-05-15T19:54:02.633Z |
45762026-05-15T19:54:02.633Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45772026-05-15T19:54:02.633Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45782026-05-15T19:54:02.633Z |
45792026-05-15T19:54:02.633Z 78 | pub struct Record<R: RecordData = RData> {
45802026-05-15T19:54:02.633Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45812026-05-15T19:54:02.633Z |
45822026-05-15T19:54:02.633Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45832026-05-15T19:54:02.633Z |
45842026-05-15T19:54:02.633Z 77 | pub struct Record<R: RecordData = RData> {
45852026-05-15T19:54:02.633Z | ---------------------------------------- this is the found type
45862026-05-15T19:54:02.633Z = help: you can use `cargo tree` to explore your dependency tree
45872026-05-15T19:54:02.633Znote: required by a bound in `encode_and_send`
45882026-05-15T19:54:02.633Z --> dns-server/src/dns_server.rs:491:23
45892026-05-15T19:54:02.633Z |
45902026-05-15T19:54:02.633Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45912026-05-15T19:54:02.633Z | --------------- required by a bound in this function
45922026-05-15T19:54:02.633Z...
45932026-05-15T19:54:02.634Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45942026-05-15T19:54:02.634Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45952026-05-15T19:54:02.634Z
45962026-05-15T19:54:02.634Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45972026-05-15T19:54:02.634Z --> dns-server/src/dns_server.rs:478:69
45982026-05-15T19:54:02.634Z |
45992026-05-15T19:54:02.634Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46002026-05-15T19:54:02.634Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46012026-05-15T19:54:02.634Z |
46022026-05-15T19:54:02.634Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46032026-05-15T19:54:02.634Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46042026-05-15T19:54:02.634Z |
46052026-05-15T19:54:02.634Z 78 | pub struct Record<R: RecordData = RData> {
46062026-05-15T19:54:02.634Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46072026-05-15T19:54:02.634Z |
46082026-05-15T19:54:02.634Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46092026-05-15T19:54:02.634Z |
46102026-05-15T19:54:02.634Z 77 | pub struct Record<R: RecordData = RData> {
46112026-05-15T19:54:02.634Z | ---------------------------------------- this is the found type
46122026-05-15T19:54:02.634Z = help: you can use `cargo tree` to explore your dependency tree
46132026-05-15T19:54:02.634Znote: required by a bound in `encode_and_send`
46142026-05-15T19:54:02.634Z --> dns-server/src/dns_server.rs:492:27
46152026-05-15T19:54:02.634Z |
46162026-05-15T19:54:02.634Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46172026-05-15T19:54:02.635Z | --------------- required by a bound in this function
46182026-05-15T19:54:02.635Z...
46192026-05-15T19:54:02.635Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46202026-05-15T19:54:02.635Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46212026-05-15T19:54:02.635Z
46222026-05-15T19:54:02.635Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46232026-05-15T19:54:02.635Z --> dns-server/src/dns_server.rs:478:69
46242026-05-15T19:54:02.635Z |
46252026-05-15T19:54:02.635Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46262026-05-15T19:54:02.635Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46272026-05-15T19:54:02.635Z |
46282026-05-15T19:54:02.635Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46292026-05-15T19:54:02.635Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46302026-05-15T19:54:02.635Z |
46312026-05-15T19:54:02.635Z 78 | pub struct Record<R: RecordData = RData> {
46322026-05-15T19:54:02.635Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46332026-05-15T19:54:02.635Z |
46342026-05-15T19:54:02.635Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46352026-05-15T19:54:02.635Z |
46362026-05-15T19:54:02.640Z 77 | pub struct Record<R: RecordData = RData> {
46372026-05-15T19:54:02.640Z | ---------------------------------------- this is the found type
46382026-05-15T19:54:02.640Z = help: you can use `cargo tree` to explore your dependency tree
46392026-05-15T19:54:02.640Znote: required by a bound in `encode_and_send`
46402026-05-15T19:54:02.640Z --> dns-server/src/dns_server.rs:493:19
46412026-05-15T19:54:02.640Z |
46422026-05-15T19:54:02.640Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46432026-05-15T19:54:02.640Z | --------------- required by a bound in this function
46442026-05-15T19:54:02.640Z...
46452026-05-15T19:54:02.640Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46462026-05-15T19:54:02.640Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46472026-05-15T19:54:02.640Z
46482026-05-15T19:54:02.640Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46492026-05-15T19:54:02.640Z --> dns-server/src/dns_server.rs:478:69
46502026-05-15T19:54:02.640Z |
46512026-05-15T19:54:02.640Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46522026-05-15T19:54:02.640Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46532026-05-15T19:54:02.640Z |
46542026-05-15T19:54:02.640Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46552026-05-15T19:54:02.641Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46562026-05-15T19:54:02.641Z |
46572026-05-15T19:54:02.641Z 78 | pub struct Record<R: RecordData = RData> {
46582026-05-15T19:54:02.641Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46592026-05-15T19:54:02.641Z |
46602026-05-15T19:54:02.641Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46612026-05-15T19:54:02.641Z |
46622026-05-15T19:54:02.641Z 77 | pub struct Record<R: RecordData = RData> {
46632026-05-15T19:54:02.641Z | ---------------------------------------- this is the found type
46642026-05-15T19:54:02.641Z = help: you can use `cargo tree` to explore your dependency tree
46652026-05-15T19:54:02.641Znote: required by a bound in `encode_and_send`
46662026-05-15T19:54:02.641Z --> dns-server/src/dns_server.rs:494:27
46672026-05-15T19:54:02.641Z |
46682026-05-15T19:54:02.642Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46692026-05-15T19:54:02.642Z | --------------- required by a bound in this function
46702026-05-15T19:54:02.642Z...
46712026-05-15T19:54:02.642Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46722026-05-15T19:54:02.642Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46732026-05-15T19:54:02.642Z
46742026-05-15T19:54:02.642Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
46752026-05-15T19:54:02.642Z --> dns-server/src/dns_server.rs:500:14
46762026-05-15T19:54:02.642Z |
46772026-05-15T19:54:02.642Z499 | let _ = mresp
46782026-05-15T19:54:02.642Z | _________________-
46792026-05-15T19:54:02.642Z500 | | .destructive_emit(&mut enc)
46802026-05-15T19:54:02.642Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
46812026-05-15T19:54:02.642Z | |_____________|
46822026-05-15T19:54:02.642Z |
46832026-05-15T19:54:02.642Z |
46842026-05-15T19:54:02.642Z = note: the following trait bounds were not satisfied:
46852026-05-15T19:54:02.642Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46862026-05-15T19:54:02.642Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46872026-05-15T19:54:02.642Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46882026-05-15T19:54:02.642Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46892026-05-15T19:54:02.642Z
46902026-05-15T19:54:02.642Zerror[E0308]: mismatched types
46912026-05-15T19:54:02.642Z --> dns-server/src/dns_server.rs:229:35
46922026-05-15T19:54:02.642Z |
46932026-05-15T19:54:02.642Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
46942026-05-15T19:54:02.642Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46952026-05-15T19:54:02.642Z | |
46962026-05-15T19:54:02.642Z | arguments to this function are incorrect
46972026-05-15T19:54:02.642Z |
46982026-05-15T19:54:02.642Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46992026-05-15T19:54:02.642Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47002026-05-15T19:54:02.642Z |
47012026-05-15T19:54:02.642Z 34 | pub struct Name {
47022026-05-15T19:54:02.642Z | ^^^^^^^^^^^^^^^ this is the expected type
47032026-05-15T19:54:02.643Z |
47042026-05-15T19:54:02.643Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47052026-05-15T19:54:02.643Z |
47062026-05-15T19:54:02.643Z 37 | pub struct Name {
47072026-05-15T19:54:02.643Z | --------------- this is the found type
47082026-05-15T19:54:02.643Z = help: you can use `cargo tree` to explore your dependency tree
47092026-05-15T19:54:02.643Znote: associated function defined here
47102026-05-15T19:54:02.643Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47112026-05-15T19:54:02.643Z |
47122026-05-15T19:54:02.643Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47132026-05-15T19:54:02.643Z | ^^^^^^^^^^
47142026-05-15T19:54:02.643Z
47152026-05-15T19:54:02.643Zerror[E0308]: mismatched types
47162026-05-15T19:54:02.643Z --> dns-server/src/dns_server.rs:233:35
47172026-05-15T19:54:02.643Z |
47182026-05-15T19:54:02.643Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
47192026-05-15T19:54:02.643Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47202026-05-15T19:54:02.643Z | |
47212026-05-15T19:54:02.643Z | arguments to this function are incorrect
47222026-05-15T19:54:02.643Z |
47232026-05-15T19:54:02.643Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47242026-05-15T19:54:02.643Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47252026-05-15T19:54:02.643Z |
47262026-05-15T19:54:02.643Z 34 | pub struct Name {
47272026-05-15T19:54:02.643Z | ^^^^^^^^^^^^^^^ this is the expected type
47282026-05-15T19:54:02.643Z |
47292026-05-15T19:54:02.643Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47302026-05-15T19:54:02.644Z |
47312026-05-15T19:54:02.644Z 37 | pub struct Name {
47322026-05-15T19:54:02.644Z | --------------- this is the found type
47332026-05-15T19:54:02.644Z = help: you can use `cargo tree` to explore your dependency tree
47342026-05-15T19:54:02.644Znote: associated function defined here
47352026-05-15T19:54:02.644Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47362026-05-15T19:54:02.648Z |
47372026-05-15T19:54:02.648Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47382026-05-15T19:54:02.648Z | ^^^^^^^^^^
47392026-05-15T19:54:02.648Z
47402026-05-15T19:54:02.648Zerror[E0308]: mismatched types
47412026-05-15T19:54:02.648Z --> dns-server/src/dns_server.rs:247:60
47422026-05-15T19:54:02.648Z |
47432026-05-15T19:54:02.648Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
47442026-05-15T19:54:02.648Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47452026-05-15T19:54:02.648Z | |
47462026-05-15T19:54:02.649Z | arguments to this function are incorrect
47472026-05-15T19:54:02.649Z |
47482026-05-15T19:54:02.649Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47492026-05-15T19:54:02.649Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47502026-05-15T19:54:02.649Z |
47512026-05-15T19:54:02.649Z 34 | pub struct Name {
47522026-05-15T19:54:02.649Z | ^^^^^^^^^^^^^^^ this is the expected type
47532026-05-15T19:54:02.649Z |
47542026-05-15T19:54:02.649Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47552026-05-15T19:54:02.649Z |
47562026-05-15T19:54:02.649Z 37 | pub struct Name {
47572026-05-15T19:54:02.649Z | --------------- this is the found type
47582026-05-15T19:54:02.649Z = help: you can use `cargo tree` to explore your dependency tree
47592026-05-15T19:54:02.649Znote: associated function defined here
47602026-05-15T19:54:02.649Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
47612026-05-15T19:54:02.649Z |
47622026-05-15T19:54:02.649Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
47632026-05-15T19:54:02.649Z | ^^^
47642026-05-15T19:54:02.649Z
47652026-05-15T19:54:02.649Zerror[E0308]: mismatched types
47662026-05-15T19:54:02.649Z --> dns-server/src/dns_server.rs:245:17
47672026-05-15T19:54:02.649Z |
47682026-05-15T19:54:02.649Z244 | Ok(Record::from_rdata(
47692026-05-15T19:54:02.649Z | ------------------ arguments to this function are incorrect
47702026-05-15T19:54:02.649Z245 | name.clone(),
47712026-05-15T19:54:02.649Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47722026-05-15T19:54:02.649Z |
47732026-05-15T19:54:02.649Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47742026-05-15T19:54:02.649Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47752026-05-15T19:54:02.649Z |
47762026-05-15T19:54:02.649Z 34 | pub struct Name {
47772026-05-15T19:54:02.649Z | ^^^^^^^^^^^^^^^ this is the expected type
47782026-05-15T19:54:02.649Z |
47792026-05-15T19:54:02.649Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47802026-05-15T19:54:02.650Z |
47812026-05-15T19:54:02.650Z 37 | pub struct Name {
47822026-05-15T19:54:02.650Z | --------------- this is the found type
47832026-05-15T19:54:02.650Z = help: you can use `cargo tree` to explore your dependency tree
47842026-05-15T19:54:02.650Znote: associated function defined here
47852026-05-15T19:54:02.650Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47862026-05-15T19:54:02.650Z |
47872026-05-15T19:54:02.650Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47882026-05-15T19:54:02.650Z | ^^^^^^^^^^
47892026-05-15T19:54:02.650Z
47902026-05-15T19:54:02.650Zerror[E0308]: mismatched types
47912026-05-15T19:54:02.651Z --> dns-server/src/dns_server.rs:259:65
47922026-05-15T19:54:02.651Z |
47932026-05-15T19:54:02.651Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47942026-05-15T19:54:02.651Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47952026-05-15T19:54:02.651Z | |
47962026-05-15T19:54:02.651Z | arguments to this struct are incorrect
47972026-05-15T19:54:02.651Z |
47982026-05-15T19:54:02.651Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47992026-05-15T19:54:02.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48002026-05-15T19:54:02.651Z |
48012026-05-15T19:54:02.651Z 34 | pub struct Name {
48022026-05-15T19:54:02.651Z | ^^^^^^^^^^^^^^^ this is the expected type
48032026-05-15T19:54:02.651Z |
48042026-05-15T19:54:02.651Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48052026-05-15T19:54:02.651Z |
48062026-05-15T19:54:02.651Z 37 | pub struct Name {
48072026-05-15T19:54:02.651Z | --------------- this is the found type
48082026-05-15T19:54:02.651Z = help: you can use `cargo tree` to explore your dependency tree
48092026-05-15T19:54:02.651Znote: tuple struct defined here
48102026-05-15T19:54:02.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
48112026-05-15T19:54:02.651Z |
48122026-05-15T19:54:02.651Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
48132026-05-15T19:54:02.651Z | ^^
48142026-05-15T19:54:02.651Z
48152026-05-15T19:54:02.651Zerror[E0308]: mismatched types
48162026-05-15T19:54:02.651Z --> dns-server/src/dns_server.rs:259:35
48172026-05-15T19:54:02.651Z |
48182026-05-15T19:54:02.651Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
48192026-05-15T19:54:02.651Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48202026-05-15T19:54:02.651Z | |
48212026-05-15T19:54:02.651Z | arguments to this function are incorrect
48222026-05-15T19:54:02.651Z |
48232026-05-15T19:54:02.651Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48242026-05-15T19:54:02.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48252026-05-15T19:54:02.651Z |
48262026-05-15T19:54:02.651Z 34 | pub struct Name {
48272026-05-15T19:54:02.651Z | ^^^^^^^^^^^^^^^ this is the expected type
48282026-05-15T19:54:02.651Z |
48292026-05-15T19:54:02.652Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48302026-05-15T19:54:02.652Z |
48312026-05-15T19:54:02.652Z 37 | pub struct Name {
48322026-05-15T19:54:02.652Z | --------------- this is the found type
48332026-05-15T19:54:02.652Z = help: you can use `cargo tree` to explore your dependency tree
48342026-05-15T19:54:02.652Znote: associated function defined here
48352026-05-15T19:54:02.652Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48362026-05-15T19:54:02.656Z |
48372026-05-15T19:54:02.656Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48382026-05-15T19:54:02.656Z | ^^^^^^^^^^
48392026-05-15T19:54:02.656Z
48402026-05-15T19:54:02.656Zerror[E0308]: arguments to this function are incorrect
48412026-05-15T19:54:02.656Z --> dns-server/src/storage.rs:448:43
48422026-05-15T19:54:02.656Z |
48432026-05-15T19:54:02.656Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
48442026-05-15T19:54:02.656Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48452026-05-15T19:54:02.656Z449 | preferred_nameserver,
48462026-05-15T19:54:02.656Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48472026-05-15T19:54:02.656Z450 | rname,
48482026-05-15T19:54:02.656Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48492026-05-15T19:54:02.656Z |
48502026-05-15T19:54:02.657Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48512026-05-15T19:54:02.657Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48522026-05-15T19:54:02.657Z |
48532026-05-15T19:54:02.657Z 34 | pub struct Name {
48542026-05-15T19:54:02.657Z | ^^^^^^^^^^^^^^^ this is the expected type
48552026-05-15T19:54:02.657Z |
48562026-05-15T19:54:02.657Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48572026-05-15T19:54:02.657Z |
48582026-05-15T19:54:02.657Z 37 | pub struct Name {
48592026-05-15T19:54:02.657Z | --------------- this is the found type
48602026-05-15T19:54:02.657Z = help: you can use `cargo tree` to explore your dependency tree
48612026-05-15T19:54:02.657Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48622026-05-15T19:54:02.657Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48632026-05-15T19:54:02.657Z |
48642026-05-15T19:54:02.657Z 34 | pub struct Name {
48652026-05-15T19:54:02.657Z | ^^^^^^^^^^^^^^^ this is the expected type
48662026-05-15T19:54:02.657Z |
48672026-05-15T19:54:02.657Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48682026-05-15T19:54:02.657Z |
48692026-05-15T19:54:02.657Z 37 | pub struct Name {
48702026-05-15T19:54:02.657Z | --------------- this is the found type
48712026-05-15T19:54:02.657Z = help: you can use `cargo tree` to explore your dependency tree
48722026-05-15T19:54:02.657Znote: associated function defined here
48732026-05-15T19:54:02.657Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
48742026-05-15T19:54:02.657Z |
48752026-05-15T19:54:02.657Z154 | pub fn new(
48762026-05-15T19:54:02.657Z | ^^^
48772026-05-15T19:54:02.657Z
48782026-05-15T19:54:02.657Zerror[E0308]: mismatched types
48792026-05-15T19:54:02.658Z --> dns-server/src/storage.rs:446:13
48802026-05-15T19:54:02.658Z |
48812026-05-15T19:54:02.658Z445 | let record = hickory_proto::rr::Record::from_rdata(
48822026-05-15T19:54:02.658Z | ------------------------------------- arguments to this function are incorrect
48832026-05-15T19:54:02.658Z446 | soa_name,
48842026-05-15T19:54:02.658Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48852026-05-15T19:54:02.658Z |
48862026-05-15T19:54:02.658Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48872026-05-15T19:54:02.658Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48882026-05-15T19:54:02.658Z |
48892026-05-15T19:54:02.658Z 34 | pub struct Name {
48902026-05-15T19:54:02.658Z | ^^^^^^^^^^^^^^^ this is the expected type
48912026-05-15T19:54:02.658Z |
48922026-05-15T19:54:02.658Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48932026-05-15T19:54:02.658Z |
48942026-05-15T19:54:02.658Z 37 | pub struct Name {
48952026-05-15T19:54:02.658Z | --------------- this is the found type
48962026-05-15T19:54:02.658Z = help: you can use `cargo tree` to explore your dependency tree
48972026-05-15T19:54:02.658Znote: associated function defined here
48982026-05-15T19:54:02.658Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48992026-05-15T19:54:02.658Z |
49002026-05-15T19:54:02.658Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
49012026-05-15T19:54:02.658Z | ^^^^^^^^^^
49022026-05-15T19:54:02.658Z
49032026-05-15T19:54:02.658Zerror[E0308]: mismatched types
49042026-05-15T19:54:02.658Z --> dns-server/src/storage.rs:768:30
49052026-05-15T19:54:02.658Z |
49062026-05-15T19:54:02.658Z768 | self.query_raw(name, orig_name)
49072026-05-15T19:54:02.658Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
49082026-05-15T19:54:02.658Z | |
49092026-05-15T19:54:02.658Z | arguments to this method are incorrect
49102026-05-15T19:54:02.658Z |
49112026-05-15T19:54:02.659Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49122026-05-15T19:54:02.659Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49132026-05-15T19:54:02.659Z |
49142026-05-15T19:54:02.659Z 37 | pub struct Name {
49152026-05-15T19:54:02.659Z | ^^^^^^^^^^^^^^^ this is the expected type
49162026-05-15T19:54:02.659Z |
49172026-05-15T19:54:02.659Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49182026-05-15T19:54:02.659Z |
49192026-05-15T19:54:02.659Z 34 | pub struct Name {
49202026-05-15T19:54:02.659Z | --------------- this is the found type
49212026-05-15T19:54:02.659Z = help: you can use `cargo tree` to explore your dependency tree
49222026-05-15T19:54:02.659Znote: method defined here
49232026-05-15T19:54:02.659Z --> dns-server/src/storage.rs:780:8
49242026-05-15T19:54:02.659Z |
49252026-05-15T19:54:02.659Z780 | fn query_raw(
49262026-05-15T19:54:02.659Z | ^^^^^^^^^
49272026-05-15T19:54:02.659Z...
49282026-05-15T19:54:02.659Z783 | orig_name: &Name,
49292026-05-15T19:54:02.659Z | ----------------
49302026-05-15T19:54:02.659Z
49312026-05-15T19:54:02.659Zerror[E0308]: mismatched types
49322026-05-15T19:54:02.659Z --> dns-server/src/storage.rs:777:40
49332026-05-15T19:54:02.659Z |
49342026-05-15T19:54:02.659Z777 | self.query_raw(&LowerName::new(name), name)
49352026-05-15T19:54:02.659Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49362026-05-15T19:54:02.663Z | |
49372026-05-15T19:54:02.663Z | arguments to this function are incorrect
49382026-05-15T19:54:02.663Z |
49392026-05-15T19:54:02.663Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49402026-05-15T19:54:02.663Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49412026-05-15T19:54:02.663Z |
49422026-05-15T19:54:02.663Z 34 | pub struct Name {
49432026-05-15T19:54:02.663Z | ^^^^^^^^^^^^^^^ this is the expected type
49442026-05-15T19:54:02.663Z |
49452026-05-15T19:54:02.663Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49462026-05-15T19:54:02.663Z |
49472026-05-15T19:54:02.663Z 37 | pub struct Name {
49482026-05-15T19:54:02.663Z | --------------- this is the found type
49492026-05-15T19:54:02.663Z = help: you can use `cargo tree` to explore your dependency tree
49502026-05-15T19:54:02.663Znote: associated function defined here
49512026-05-15T19:54:02.663Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
49522026-05-15T19:54:02.663Z |
49532026-05-15T19:54:02.664Z 37 | pub fn new(name: &Name) -> Self {
49542026-05-15T19:54:02.664Z | ^^^
49552026-05-15T19:54:02.664Z
49562026-05-15T19:54:02.664Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
49572026-05-15T19:54:02.664Z --> dns-server/src/storage.rs:791:33
49582026-05-15T19:54:02.664Z |
49592026-05-15T19:54:02.664Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
49602026-05-15T19:54:02.664Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
49612026-05-15T19:54:02.664Z |
49622026-05-15T19:54:02.664Zhelp: item with same name found
49632026-05-15T19:54:02.664Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
49642026-05-15T19:54:02.664Z |
49652026-05-15T19:54:02.664Z 28 | pub struct LowerName(Name);
49662026-05-15T19:54:02.664Z | ^^^^^^^^^^^^^^^^^^^^
49672026-05-15T19:54:02.664Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49682026-05-15T19:54:02.664Zhelp: the following other types implement trait `std::convert::From<T>`
49692026-05-15T19:54:02.664Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
49702026-05-15T19:54:02.664Z |
49712026-05-15T19:54:02.664Z240 | impl From<Name> for LowerName {
49722026-05-15T19:54:02.664Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
49732026-05-15T19:54:02.664Z...
49742026-05-15T19:54:02.664Z246 | impl<'a> From<&'a Name> for LowerName {
49752026-05-15T19:54:02.664Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
49762026-05-15T19:54:02.664Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49772026-05-15T19:54:02.664Z = help: you can use `cargo tree` to explore your dependency tree
49782026-05-15T19:54:02.664Z
49792026-05-15T19:54:02.822ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
49802026-05-15T19:54:02.822ZFor more information about an error, try `rustc --explain E0271`.
49812026-05-15T19:54:02.869Zerror: could not compile `dns-server` (lib) due to 60 previous errors
49822026-05-15T19:54:03.067Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101)
49832026-05-15T19:54:03.071ZError: cargo-hack install failed: exit status: 1
49842026-05-15T19:54:03.075Z
49852026-05-15T19:54:03.075Zreal 3:58.085675967
49862026-05-15T19:54:03.075Zuser 6:56.344116203
49872026-05-15T19:54:03.075Zsys 1:55.659895242
49882026-05-15T19:54:03.075Ztrap 0.161021365
49892026-05-15T19:54:03.075Ztflt 0.237578811
49902026-05-15T19:54:03.075Zdflt 0.534196363
49912026-05-15T19:54:03.075Zkflt 0.001668633
49922026-05-15T19:54:03.075Zlock 20:59.075114210
49932026-05-15T19:54:03.075Zslp 29:47.692026935
49942026-05-15T19:54:03.075Zlat 29.784915492
49952026-05-15T19:54:03.075Zstop 1:56.375146113
49962026-05-15T19:54:03.075Zprocess exited: duration 374429 ms, exit code 1
 
49972026-05-15T19:54:03.082Zfound 0 output files