01KZ8XHC3ZEFN80KM5ZZ5FF3N7: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZ8XJ26TV4Y3S2Y87TFF5S79

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T12:15:48.024Zjob assigned to worker 01KZ8XJ896HX810RQ6DEASK6YN [factory aws, i-03d59018640a03649] (queued for 58 s)
 
22026-08-05T12:15:55.483Zstarting task 0: "setup"
32026-08-05T12:15:55.487Z++ uname -s
42026-08-05T12:15:55.491Z+ kern=SunOS
52026-08-05T12:15:55.491Z+ build_user=build
62026-08-05T12:15:55.491Z+ build_uid=12345
72026-08-05T12:15:55.491Z+ work_dir=/work
82026-08-05T12:15:55.491Z+ input_dir=/input
92026-08-05T12:15:55.491Z+ [[ 0 == 12345 ]]
102026-08-05T12:15:55.491Z+ case "$kern" in
112026-08-05T12:15:55.491Z+ groupadd -g 12345 build
122026-08-05T12:15:55.494Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T12:15:57.498Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T12:15:57.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T12:15:57.677Z+ home_fs=zfs
162026-08-05T12:15:57.677Z+ [[ zfs == autofs ]]
172026-08-05T12:15:57.677Z+ mkdir -p /home/build
182026-08-05T12:15:57.677Z+ chown build:build /home/build /work
192026-08-05T12:15:59.679Z+ chmod 0700 /home/build /work
202026-08-05T12:15:59.682Zprocess exited: duration 4200 ms, exit code 0
 
212026-08-05T12:15:59.689Zstarting task 1: "rust-toolchain"
222026-08-05T12:15:59.694Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T12:15:59.694Z * rust toolchain channel = "1.97.1"
242026-08-05T12:15:59.694Z * rust toolchain profile = "default"
252026-08-05T12:15:59.694Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T12:15:59.694Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T12:15:59.694Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T12:15:59.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T12:15:59.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T12:15:59.831Zinfo: downloading installer
312026-08-05T12:16:01.212Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T12:16:01.212Zwarn: /home/build/.rustup/settings.toml
332026-08-05T12:16:01.212Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T12:16:01.212Zwarn: instead of the one inferred from the default host triple.
352026-08-05T12:16:01.225Zinfo: profile set to default
362026-08-05T12:16:01.225Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T12:16:01.228Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T12:16:01.357Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T12:16:01.360Zinfo: downloading 6 components
402026-08-05T12:16:15.658Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T12:16:15.658Z
422026-08-05T12:16:15.689Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T12:16:15.689Z
442026-08-05T12:16:15.690Z
452026-08-05T12:16:15.690ZRust is installed now. Great!
462026-08-05T12:16:15.690Z
472026-08-05T12:16:15.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T12:16:15.690Zenvironment variable. This has not been done automatically.
492026-08-05T12:16:15.690Z
502026-08-05T12:16:15.690ZTo configure your current shell, you need to source
512026-08-05T12:16:15.690Zthe corresponding env file under $HOME/.cargo.
522026-08-05T12:16:15.690Z
532026-08-05T12:16:15.690ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T12:16:15.690Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T12:16:15.694Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T12:16:15.694Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T12:16:15.694Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T12:16:15.694Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T12:16:15.694Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T12:16:15.694Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T12:16:15.694Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T12:16:15.791Z+ rustup --version
632026-08-05T12:16:15.797Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T12:16:15.802Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T12:16:15.818Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T12:16:15.821Z+ cargo --version
672026-08-05T12:16:15.830Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T12:16:15.833Z+ rustc --version
692026-08-05T12:16:15.853Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T12:16:15.856Zprocess exited: duration 16166 ms, exit code 0
 
712026-08-05T12:16:15.865Zstarting task 2: "authentication"
722026-08-05T12:16:15.876ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-05T12:16:17.889Zprocess exited: duration 2025 ms, exit code 0
 
742026-08-05T12:16:17.896Zstarting task 3: "clone repository"
752026-08-05T12:16:17.901Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-05T12:16:17.904Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-05T12:16:17.934ZCloning into '/work/oxidecomputer/omicron'...
782026-08-05T12:16:28.142Z+ cd /work/oxidecomputer/omicron
792026-08-05T12:16:28.142Z+ git fetch origin d66e2aacae63609406171c66d379ca5e115ef0bf
802026-08-05T12:16:28.406ZFrom https://github.com/oxidecomputer/omicron
812026-08-05T12:16:28.406Z * branch d66e2aacae63609406171c66d379ca5e115ef0bf -> FETCH_HEAD
822026-08-05T12:16:28.420Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
832026-08-05T12:16:28.423Z++ git branch --show-current
842026-08-05T12:16:28.423Z+ current=main
852026-08-05T12:16:28.423Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
862026-08-05T12:16:28.423Z+ git branch -f renovate/crate-hickory-proto-vulnerability d66e2aacae63609406171c66d379ca5e115ef0bf
872026-08-05T12:16:28.426Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
882026-08-05T12:16:28.681ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
892026-08-05T12:16:28.684Z+ git reset --hard d66e2aacae63609406171c66d379ca5e115ef0bf
902026-08-05T12:16:28.943ZHEAD is now at d66e2aaca Update Rust crate hickory-proto to 0.26.0 [SECURITY]
912026-08-05T12:16:28.946Zprocess exited: duration 11049 ms, exit code 0
 
922026-08-05T12:16:28.953Zstarting task 4: "build"
932026-08-05T12:16:28.959Z+ source .github/buildomat/ci-env.sh
942026-08-05T12:16:28.962Z++ export CARGO_TERM_COLOR=always
952026-08-05T12:16:28.962Z++ CARGO_TERM_COLOR=always
962026-08-05T12:16:28.962Z+++ uname -s
972026-08-05T12:16:28.962Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-05T12:16:28.962Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-05T12:16:28.966Z+ cargo --version
1002026-08-05T12:16:28.974Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-05T12:16:28.977Z+ rustc --version
1022026-08-05T12:16:28.997Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-05T12:16:29.000Z+ WORK=/work
1042026-08-05T12:16:29.000Z+ pfexec mkdir -p /work
1052026-08-05T12:16:29.003Z+ pfexec chown build /work
1062026-08-05T12:16:29.007Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072026-08-05T12:16:30.903Z Startup: Refreshing catalog 'helios' ... Done
1082026-08-05T12:16:31.145Z Startup: Caching catalogs ... Done
1092026-08-05T12:16:32.460ZPlanning: Solver setup ... Done (1.228s)
1102026-08-05T12:16:32.504ZPlanning: Running solver ... Done (0.045s)
1112026-08-05T12:16:32.535ZPlanning: Finding local manifests ... Done (0.003s)
1122026-08-05T12:16:32.546ZPlanning: Fetching manifests: 0/2 0% complete
1132026-08-05T12:16:32.567ZPlanning: Fetching manifests: 2/2 100% complete
1142026-08-05T12:16:32.582ZPlanning: Package planning ... Done (0.014s)
1152026-08-05T12:16:32.585ZPlanning: Merging actions ... Done (0.002s)
1162026-08-05T12:16:32.744ZPlanning: Checking for conflicting actions ... Done (0.160s)
1172026-08-05T12:16:32.748ZPlanning: Consolidating action changes ... Done (0.001s)
1182026-08-05T12:16:33.541ZPlanning: Evaluating mediators ... Done (0.797s)
1192026-08-05T12:16:33.545ZPlanning: Planning completed in 2.37 seconds
1202026-08-05T12:16:33.553Z Packages to install: 2
1212026-08-05T12:16:33.553Z Estimated space available: 156.02 GB
1222026-08-05T12:16:33.553ZEstimated space to be consumed: 56.47 MB
1232026-08-05T12:16:33.553Z Create boot environment: No
1242026-08-05T12:16:33.553ZCreate backup boot environment: No
1252026-08-05T12:16:33.553Z Rebuild boot archive: No
1262026-08-05T12:16:33.553Z
1272026-08-05T12:16:33.553ZChanged packages:
1282026-08-05T12:16:33.553Zhelios
1292026-08-05T12:16:33.556Z developer/build-essential
1302026-08-05T12:16:33.556Z None -> 11-3.0
1312026-08-05T12:16:33.556Z library/libxmlsec1
1322026-08-05T12:16:33.556Z None -> 1.2.35-3.0
1332026-08-05T12:16:33.578Z
1342026-08-05T12:16:33.578ZDownload: 0/214 items 0.0/1.3MB 0% complete
1352026-08-05T12:16:33.648ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1362026-08-05T12:16:33.744Z Actions: 1/268 actions (Installing new actions)
1372026-08-05T12:16:33.780Z Actions: Completed 268 actions in 0.04 seconds.
1382026-08-05T12:16:33.805ZFinalize: Updating package state database ... Done (0.024s)
1392026-08-05T12:16:33.805ZFinalize: Updating package cache ... Done (0.000s)
1402026-08-05T12:16:33.865ZFinalize: Updating image state ... Done (0.059s)
1412026-08-05T12:16:36.850ZFinalize: Creating fast lookup database ... Done (2.944s)
1422026-08-05T12:16:36.923ZFinalize: Reading search index ... Done (0.011s)
1432026-08-05T12:16:36.927ZFinalize: Updating search index ... Done (0.000s)
1442026-08-05T12:16:37.006ZFinalize: Updating package cache ... Done (0.000s)
1452026-08-05T12:16:37.349ZPlanning: Evaluating mediator changes ... Done
1462026-08-05T12:16:37.452ZPlanning: Checking for conflicting actions ... Done
1472026-08-05T12:16:37.457ZPlanning: Consolidating action changes ... Done
1482026-08-05T12:16:37.609ZPlanning: Evaluating mediators ... Done
1492026-08-05T12:16:37.612ZPlanning: Planning completed in 0.26 seconds
1502026-08-05T12:16:37.633Z Mediators to change: 2
1512026-08-05T12:16:37.633Z Create boot environment: No
1522026-08-05T12:16:37.634ZCreate backup boot environment: No
1532026-08-05T12:16:37.690ZFinalize: Updating package state database ... Done
1542026-08-05T12:16:37.690ZFinalize: Updating package cache ... Done
1552026-08-05T12:16:37.729ZFinalize: Updating image state ... Done
1562026-08-05T12:16:39.665ZFinalize: Creating fast lookup database ... Done
1572026-08-05T12:16:39.730ZFinalize: Reading search index ... Done
1582026-08-05T12:16:39.734ZFinalize: Updating search index ... Done
1592026-08-05T12:16:39.831ZFinalize: Updating package cache ... Done
1602026-08-05T12:16:40.118ZPlanning: Evaluating mediator changes ... Done
1612026-08-05T12:16:40.228ZPlanning: Checking for conflicting actions ... Done
1622026-08-05T12:16:40.234ZPlanning: Consolidating action changes ... Done
1632026-08-05T12:16:40.383ZPlanning: Evaluating mediators ... Done
1642026-08-05T12:16:40.386ZPlanning: Planning completed in 0.27 seconds
1652026-08-05T12:16:40.406Z Mediators to change: 1
1662026-08-05T12:16:40.406Z Create boot environment: No
1672026-08-05T12:16:40.406ZCreate backup boot environment: No
1682026-08-05T12:16:40.459ZFinalize: Updating package state database ... Done
1692026-08-05T12:16:40.459ZFinalize: Updating package cache ... Done
1702026-08-05T12:16:40.499ZFinalize: Updating image state ... Done
1712026-08-05T12:16:42.464ZFinalize: Creating fast lookup database ... Done
1722026-08-05T12:16:42.527ZFinalize: Reading search index ... Done
1732026-08-05T12:16:42.530ZFinalize: Updating search index ... Done
1742026-08-05T12:16:42.595ZFinalize: Updating package cache ... Done
1752026-08-05T12:16:42.909ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1762026-08-05T12:16:42.909Zapache system 2.4 system
1772026-08-05T12:16:42.909Zclang system 15 system
1782026-08-05T12:16:42.909Zcsh system system illumos
1792026-08-05T12:16:42.909Zctags system system illumos
1802026-08-05T12:16:42.909Zfile vendor vendor darwinsys
1812026-08-05T12:16:42.909Zfile system system illumos
1822026-08-05T12:16:42.909Zgcc vendor 14 vendor
1832026-08-05T12:16:42.909Zgcc system 13 system
1842026-08-05T12:16:42.909Zgcc system 10 system
1852026-08-05T12:16:42.910Zgo system 1.25 system
1862026-08-05T12:16:42.910Zllvm system 15 system
1872026-08-05T12:16:42.910Zmariadb system 11.4 system
1882026-08-05T12:16:42.910Zmta vendor vendor dma
1892026-08-05T12:16:42.910Zopenjdk system 17 system
1902026-08-05T12:16:42.910Zopenjdk system 11 system
1912026-08-05T12:16:42.910Zopenssl vendor 3 vendor
1922026-08-05T12:16:42.910Zperl system 5.40 system
1932026-08-05T12:16:42.910Zpostgresql system 18 system
1942026-08-05T12:16:42.910Zpostgresql system 17 system
1952026-08-05T12:16:42.910Zpython vendor 3 vendor
1962026-08-05T12:16:42.910Zpython system 2 system
1972026-08-05T12:16:42.910Zpython3 vendor 3.13 vendor
1982026-08-05T12:16:42.910Zruby system 3.4 system
1992026-08-05T12:16:42.910Zruby system 3.0 system
2002026-08-05T12:16:42.910Zwords vendor vendor american-english
2012026-08-05T12:16:42.910Zwords system system australian-english
2022026-08-05T12:16:42.910Zwords system system british-english
2032026-08-05T12:16:42.910Zwords system system canadian-english
2042026-08-05T12:16:42.910Zwords system system french
2052026-08-05T12:16:42.910Zwords system system italian
2062026-08-05T12:16:42.910Zwords system system ngerman
2072026-08-05T12:16:42.912Zwords system system ogerman
2082026-08-05T12:16:42.912Zwords system system spanish
2092026-08-05T12:16:43.169ZPUBLISHER TYPE STATUS P LOCATION
2102026-08-05T12:16:43.169Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2112026-08-05T12:16:43.568ZFMRI IFO
2122026-08-05T12:16:43.568Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2132026-08-05T12:16:43.568Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2142026-08-05T12:16:43.568Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2152026-08-05T12:16:43.568Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2162026-08-05T12:16:43.568Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2172026-08-05T12:16:43.568Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2182026-08-05T12:16:43.568Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2192026-08-05T12:16:43.568Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2202026-08-05T12:16:43.568Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2212026-08-05T12:16:43.875Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-08-05T12:16:44.125Z Updating crates.io index
2232026-08-05T12:16:44.128Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-08-05T12:16:44.356Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-08-05T12:16:44.696Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-05T12:16:45.639Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-05T12:16:46.161Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-05T12:16:47.766Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-05T12:16:48.623Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-05T12:16:48.917Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-05T12:16:49.224Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-05T12:16:50.617Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-05T12:16:50.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-05T12:16:51.182Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2352026-08-05T12:16:51.455Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-05T12:16:51.936Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2372026-08-05T12:16:52.450Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2382026-08-05T12:16:52.721Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-05T12:16:52.926Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-05T12:16:53.194Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-08-05T12:16:53.495Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-08-05T12:16:53.744Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-08-05T12:16:53.957Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-08-05T12:16:54.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-08-05T12:16:54.586Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-08-05T12:16:54.915Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-05T12:16:55.121Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-05T12:16:55.738Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-05T12:16:55.992Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-05T12:16:56.317Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-05T12:16:56.851Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-05T12:16:57.070Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-05T12:16:57.359Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-05T12:16:57.678Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-08-05T12:16:58.087Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-05T12:16:58.336Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-05T12:16:58.606Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-05T12:16:58.888Z Updating git repository `https://github.com/oxidecomputer/tough`
2592026-08-05T12:16:59.482Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-05T12:16:59.782Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-05T12:17:00.000Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-05T12:17:00.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-05T12:17:00.551Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-05T12:17:00.834Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-05T12:17:03.518Z Downloading crates ...
2662026-08-05T12:17:03.568Z Downloaded block-buffer v0.10.4
2672026-08-05T12:17:03.571Z Downloaded anstream v1.0.0
2682026-08-05T12:17:03.577Z Downloaded macaddr v1.0.1
2692026-08-05T12:17:03.577Z Downloaded utf8parse v0.2.2
2702026-08-05T12:17:03.580Z Downloaded bytecount v0.6.9
2712026-08-05T12:17:03.580Z Downloaded version_check v0.9.5
2722026-08-05T12:17:03.580Z Downloaded bitflags v2.11.0
2732026-08-05T12:17:03.584Z Downloaded anyhow v1.0.102
2742026-08-05T12:17:03.584Z Downloaded heck v0.4.1
2752026-08-05T12:17:03.584Z Downloaded memmap v0.7.0
2762026-08-05T12:17:03.587Z Downloaded dof v0.3.0
2772026-08-05T12:17:03.592Z Downloaded generic-array v0.14.7
2782026-08-05T12:17:03.592Z Downloaded fastrand v2.3.0
2792026-08-05T12:17:03.592Z Downloaded is_terminal_polyfill v1.70.2
2802026-08-05T12:17:03.592Z Downloaded colorchoice v1.0.4
2812026-08-05T12:17:03.595Z Downloaded cpufeatures v0.2.17
2822026-08-05T12:17:03.595Z Downloaded winnow v0.7.14
2832026-08-05T12:17:03.600Z Downloaded dtrace-parser v0.2.0
2842026-08-05T12:17:03.600Z Downloaded anstyle-query v1.1.5
2852026-08-05T12:17:03.600Z Downloaded anstyle-parse v1.0.0
2862026-08-05T12:17:03.600Z Downloaded clap_lex v1.0.0
2872026-08-05T12:17:03.605Z Downloaded heck v0.5.0
2882026-08-05T12:17:03.609Z Downloaded cargo-platform v0.3.2
2892026-08-05T12:17:03.609Z Downloaded digest v0.10.7
2902026-08-05T12:17:03.609Z Downloaded cargo_toml v0.21.0
2912026-08-05T12:17:03.613Z Downloaded zmij v1.0.21
2922026-08-05T12:17:03.613Z Downloaded equivalent v1.0.2
2932026-08-05T12:17:03.613Z Downloaded errno v0.3.14
2942026-08-05T12:17:03.616Z Downloaded fnv v1.0.7
2952026-08-05T12:17:03.620Z Downloaded cfg-if v1.0.4
2962026-08-05T12:17:03.624Z Downloaded strsim v0.11.1
2972026-08-05T12:17:03.627Z Downloaded serde_spanned v0.6.9
2982026-08-05T12:17:03.627Z Downloaded swrite v0.1.0
2992026-08-05T12:17:03.631Z Downloaded clap_derive v4.6.1
3002026-08-05T12:17:03.631Z Downloaded crypto-common v0.1.7
3012026-08-05T12:17:03.634Z Downloaded pretty-hex v0.4.1
3022026-08-05T12:17:03.634Z Downloaded scroll_derive v0.12.1
3032026-08-05T12:17:03.638Z Downloaded tabled_derive v0.7.0
3042026-08-05T12:17:03.646Z Downloaded usdt-macro v0.5.0
3052026-08-05T12:17:03.651Z Downloaded byteorder v1.5.0
3062026-08-05T12:17:03.651Z Downloaded autocfg v1.5.0
3072026-08-05T12:17:03.651Z Downloaded itoa v1.0.17
3082026-08-05T12:17:03.655Z Downloaded toml_datetime v0.6.11
3092026-08-05T12:17:03.655Z Downloaded usdt v0.5.0
3102026-08-05T12:17:03.655Z Downloaded usdt-attr-macro v0.5.0
3112026-08-05T12:17:03.660Z Downloaded terminal_size v0.4.3
3122026-08-05T12:17:03.660Z Downloaded proc-macro-error-attr v1.0.4
3132026-08-05T12:17:03.660Z Downloaded smawk v0.3.2
3142026-08-05T12:17:03.663Z Downloaded unicode-linebreak v0.1.5
3152026-08-05T12:17:03.663Z Downloaded toml_write v0.1.2
3162026-08-05T12:17:03.670Z Downloaded plain v0.2.3
3172026-08-05T12:17:03.674Z Downloaded cargo_metadata v0.23.1
3182026-08-05T12:17:03.684Z Downloaded thread-id v4.2.2
3192026-08-05T12:17:03.688Z Downloaded sha2 v0.10.9
3202026-08-05T12:17:03.688Z Downloaded anstyle v1.0.14
3212026-08-05T12:17:03.695Z Downloaded thiserror v2.0.18
3222026-08-05T12:17:03.698Z Downloaded fs-err v3.3.0
3232026-08-05T12:17:03.698Z Downloaded once_cell v1.21.3
3242026-08-05T12:17:03.702Z Downloaded scroll v0.12.0
3252026-08-05T12:17:03.702Z Downloaded thiserror v1.0.69
3262026-08-05T12:17:03.706Z Downloaded camino v1.2.2
3272026-08-05T12:17:03.706Z Downloaded proc-macro-error v1.0.4
3282026-08-05T12:17:03.710Z Downloaded usdt-impl v0.5.0
3292026-08-05T12:17:03.714Z Downloaded quote v1.0.45
3302026-08-05T12:17:03.714Z Downloaded serde_tokenstream v0.2.3
3312026-08-05T12:17:03.723Z Downloaded zerocopy-derive v0.7.35
3322026-08-05T12:17:03.728Z Downloaded toml v0.8.23
3332026-08-05T12:17:03.731Z Downloaded papergrid v0.11.0
3342026-08-05T12:17:03.735Z Downloaded tempfile v3.25.0
3352026-08-05T12:17:03.739Z Downloaded thiserror-impl v2.0.18
3362026-08-05T12:17:03.739Z Downloaded camino-tempfile v1.4.1
3372026-08-05T12:17:03.744Z Downloaded ucd-trie v0.1.7
3382026-08-05T12:17:03.747Z Downloaded semver v1.0.28
3392026-08-05T12:17:03.751Z Downloaded thiserror-impl v1.0.69
3402026-08-05T12:17:03.754Z Downloaded log v0.4.29
3412026-08-05T12:17:03.757Z Downloaded clap v4.6.1
3422026-08-05T12:17:03.761Z Downloaded getrandom v0.4.1
3432026-08-05T12:17:03.764Z Downloaded unicode-ident v1.0.24
3442026-08-05T12:17:03.764Z Downloaded pest_derive v2.8.6
3452026-08-05T12:17:03.767Z Downloaded proc-macro2 v1.0.106
3462026-08-05T12:17:03.770Z Downloaded pest_generator v2.8.6
3472026-08-05T12:17:03.775Z Downloaded serde_derive v1.0.228
3482026-08-05T12:17:03.779Z Downloaded serde_core v1.0.228
3492026-08-05T12:17:03.788Z Downloaded toml_edit v0.22.27
3502026-08-05T12:17:03.802Z Downloaded pest_meta v2.8.6
3512026-08-05T12:17:03.827Z Downloaded textwrap v0.16.2
3522026-08-05T12:17:03.832Z Downloaded serde v1.0.228
3532026-08-05T12:17:03.832Z Downloaded indexmap v2.14.0
3542026-08-05T12:17:03.832Z Downloaded memchr v2.8.0
3552026-08-05T12:17:03.832Z Downloaded typenum v1.20.1
3562026-08-05T12:17:03.843Z Downloaded pest v2.8.6
3572026-08-05T12:17:03.851Z Downloaded zerocopy v0.7.35
3582026-08-05T12:17:03.851Z Downloaded hashbrown v0.17.0
3592026-08-05T12:17:03.861Z Downloaded clap_builder v4.6.0
3602026-08-05T12:17:03.868Z Downloaded goblin v0.8.2
3612026-08-05T12:17:03.874Z Downloaded serde_json v1.0.151
3622026-08-05T12:17:03.891Z Downloaded syn v1.0.109
3632026-08-05T12:17:03.896Z Downloaded tabled v0.15.0
3642026-08-05T12:17:03.914Z Downloaded unicode-width v0.2.0
3652026-08-05T12:17:03.951Z Downloaded unicode-width v0.1.14
3662026-08-05T12:17:03.951Z Downloaded syn v2.0.117
3672026-08-05T12:17:03.963Z Downloaded rustix v1.1.3
3682026-08-05T12:17:03.964Z Downloaded libc v0.2.185
3692026-08-05T12:17:04.021Z Compiling proc-macro2 v1.0.106
3702026-08-05T12:17:04.021Z Compiling quote v1.0.45
3712026-08-05T12:17:04.021Z Compiling unicode-ident v1.0.24
3722026-08-05T12:17:04.037Z Compiling serde_core v1.0.228
3732026-08-05T12:17:04.037Z Compiling libc v0.2.185
3742026-08-05T12:17:04.037Z Compiling version_check v0.9.5
3752026-08-05T12:17:04.037Z Compiling memchr v2.8.0
3762026-08-05T12:17:04.037Z Compiling serde v1.0.228
3772026-08-05T12:17:04.037Z Compiling zmij v1.0.21
3782026-08-05T12:17:04.193Z Compiling itoa v1.0.17
3792026-08-05T12:17:04.196Z Compiling ucd-trie v0.1.7
3802026-08-05T12:17:04.196Z Compiling thiserror v1.0.69
3812026-08-05T12:17:04.196Z Compiling byteorder v1.5.0
3822026-08-05T12:17:04.196Z Compiling rustix v1.1.3
3832026-08-05T12:17:04.479Z Compiling bitflags v2.11.0
3842026-08-05T12:17:04.561Z Compiling serde_json v1.0.151
3852026-08-05T12:17:04.628Z Compiling proc-macro-error-attr v1.0.4
3862026-08-05T12:17:04.653Z Compiling pest v2.8.6
3872026-08-05T12:17:04.777Z Compiling usdt-impl v0.5.0
3882026-08-05T12:17:04.794Z Compiling camino v1.2.2
3892026-08-05T12:17:04.799Z Compiling syn v1.0.109
3902026-08-05T12:17:04.817Z Compiling proc-macro-error v1.0.4
3912026-08-05T12:17:04.943Z Compiling hashbrown v0.17.0
3922026-08-05T12:17:05.013Z Compiling getrandom v0.4.1
3932026-08-05T12:17:05.031Z Compiling log v0.4.29
3942026-08-05T12:17:05.032Z Compiling plain v0.2.3
3952026-08-05T12:17:05.032Z Compiling equivalent v1.0.2
3962026-08-05T12:17:05.032Z Compiling utf8parse v0.2.2
3972026-08-05T12:17:05.119Z Compiling errno v0.3.14
3982026-08-05T12:17:05.135Z Compiling thread-id v4.2.2
3992026-08-05T12:17:05.178Z Compiling anstyle-parse v1.0.0
4002026-08-05T12:17:05.232Z Compiling anstyle v1.0.14
4012026-08-05T12:17:05.232Z Compiling autocfg v1.5.0
4022026-08-05T12:17:05.268Z Compiling toml_write v0.1.2
4032026-08-05T12:17:05.302Z Compiling cfg-if v1.0.4
4042026-08-05T12:17:05.314Z Compiling colorchoice v1.0.4
4052026-08-05T12:17:05.409Z Compiling pretty-hex v0.4.1
4062026-08-05T12:17:05.413Z Compiling thiserror v2.0.18
4072026-08-05T12:17:05.467Z Compiling indexmap v2.14.0
4082026-08-05T12:17:05.470Z Compiling anstyle-query v1.1.5
4092026-08-05T12:17:05.531Z Compiling is_terminal_polyfill v1.70.2
4102026-08-05T12:17:05.535Z Compiling winnow v0.7.14
4112026-08-05T12:17:05.577Z Compiling bytecount v0.6.9
4122026-08-05T12:17:05.628Z Compiling strsim v0.11.1
4132026-08-05T12:17:05.651Z Compiling clap_lex v1.0.0
4142026-08-05T12:17:05.678Z Compiling anstream v1.0.0
4152026-08-05T12:17:05.704Z Compiling syn v2.0.117
4162026-08-05T12:17:05.749Z Compiling fs-err v3.3.0
4172026-08-05T12:17:05.764Z Compiling pest_meta v2.8.6
4182026-08-05T12:17:05.824Z Compiling fnv v1.0.7
4192026-08-05T12:17:05.906Z Compiling heck v0.5.0
4202026-08-05T12:17:05.943Z Compiling unicode-width v0.1.14
4212026-08-05T12:17:05.967Z Compiling once_cell v1.21.3
4222026-08-05T12:17:05.997Z Compiling anyhow v1.0.102
4232026-08-05T12:17:06.018Z Compiling fastrand v2.3.0
4242026-08-05T12:17:06.023Z Compiling heck v0.4.1
4252026-08-05T12:17:06.138Z Compiling terminal_size v0.4.3
4262026-08-05T12:17:06.169Z Compiling memmap v0.7.0
4272026-08-05T12:17:06.185Z Compiling papergrid v0.11.0
4282026-08-05T12:17:06.206Z Compiling unicode-width v0.2.0
4292026-08-05T12:17:06.241Z Compiling clap_builder v4.6.0
4302026-08-05T12:17:06.259Z Compiling tempfile v3.25.0
4312026-08-05T12:17:06.275Z Compiling unicode-linebreak v0.1.5
4322026-08-05T12:17:06.295Z Compiling smawk v0.3.2
4332026-08-05T12:17:06.373Z Compiling swrite v0.1.0
4342026-08-05T12:17:06.484Z Compiling textwrap v0.16.2
4352026-08-05T12:17:06.702Z Compiling cargo-platform v0.3.2
4362026-08-05T12:17:06.708Z Compiling semver v1.0.28
4372026-08-05T12:17:06.930Z Compiling camino-tempfile v1.4.1
4382026-08-05T12:17:07.168Z Compiling tabled_derive v0.7.0
4392026-08-05T12:17:07.847Z Compiling tabled v0.15.0
4402026-08-05T12:17:07.863Z Compiling pest_generator v2.8.6
4412026-08-05T12:17:08.387Z Compiling serde_derive v1.0.228
4422026-08-05T12:17:08.401Z Compiling thiserror-impl v1.0.69
4432026-08-05T12:17:08.401Z Compiling zerocopy-derive v0.7.35
4442026-08-05T12:17:08.401Z Compiling scroll_derive v0.12.1
4452026-08-05T12:17:08.401Z Compiling thiserror-impl v2.0.18
4462026-08-05T12:17:08.402Z Compiling clap_derive v4.6.1
4472026-08-05T12:17:08.462Z Compiling pest_derive v2.8.6
4482026-08-05T12:17:08.962Z Compiling scroll v0.12.0
4492026-08-05T12:17:09.113Z Compiling zerocopy v0.7.35
4502026-08-05T12:17:09.189Z Compiling goblin v0.8.2
4512026-08-05T12:17:09.451Z Compiling dtrace-parser v0.2.0
4522026-08-05T12:17:09.715Z Compiling clap v4.6.1
4532026-08-05T12:17:10.784Z Compiling serde_spanned v0.6.9
4542026-08-05T12:17:10.790Z Compiling toml_datetime v0.6.11
4552026-08-05T12:17:10.790Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-05T12:17:10.790Z Compiling cargo_metadata v0.23.1
4572026-08-05T12:17:10.790Z Compiling macaddr v1.0.1
4582026-08-05T12:17:10.790Z Compiling dof v0.3.0
4592026-08-05T12:17:10.790Z Compiling serde_tokenstream v0.2.3
4602026-08-05T12:17:11.045Z Compiling toml_edit v0.22.27
4612026-08-05T12:17:11.540Z Compiling usdt-attr-macro v0.5.0
4622026-08-05T12:17:11.543Z Compiling usdt-macro v0.5.0
4632026-08-05T12:17:12.129Z Compiling usdt v0.5.0
4642026-08-05T12:17:12.289Z Compiling toml v0.8.23
4652026-08-05T12:17:12.619Z Compiling cargo_toml v0.21.0
4662026-08-05T12:17:13.913Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-05T12:17:16.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.30s
4682026-08-05T12:17:16.228Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-05T12:17:16.748Z Downloading crates ...
4702026-08-05T12:17:16.789Z Downloaded adler2 v2.0.1
4712026-08-05T12:17:16.802Z Downloaded bit-vec v0.8.0
4722026-08-05T12:17:16.816Z Downloaded async-stream-impl v0.3.6
4732026-08-05T12:17:16.825Z Downloaded aead v0.5.2
4742026-08-05T12:17:16.829Z Downloaded convert_case v0.4.0
4752026-08-05T12:17:16.830Z Downloaded bb8 v0.8.6
4762026-08-05T12:17:16.830Z Downloaded foreign-types-shared v0.3.1
4772026-08-05T12:17:16.830Z Downloaded base16ct v0.2.0
4782026-08-05T12:17:16.830Z Downloaded fs_extra v1.3.0
4792026-08-05T12:17:16.834Z Downloaded filetime v0.2.27
4802026-08-05T12:17:16.834Z Downloaded bcrypt-pbkdf v0.11.0
4812026-08-05T12:17:16.834Z Downloaded ascii-canvas v3.0.0
4822026-08-05T12:17:16.834Z Downloaded futures-macro v0.3.32
4832026-08-05T12:17:16.839Z Downloaded arrayvec v0.7.6
4842026-08-05T12:17:16.840Z Downloaded atty v0.2.14
4852026-08-05T12:17:16.840Z Downloaded aead v0.6.1
4862026-08-05T12:17:16.840Z Downloaded backoff v0.4.0
4872026-08-05T12:17:16.840Z Downloaded flagset v0.4.7
4882026-08-05T12:17:16.844Z Downloaded fixedbitset v0.5.7
4892026-08-05T12:17:16.844Z Downloaded globset v0.4.18
4902026-08-05T12:17:16.844Z Downloaded base16ct v1.0.0
4912026-08-05T12:17:16.844Z Downloaded fxhash v0.2.1
4922026-08-05T12:17:16.854Z Downloaded assert_matches v1.5.0
4932026-08-05T12:17:16.854Z Downloaded async-recursion v1.1.1
4942026-08-05T12:17:16.854Z Downloaded foreign-types-shared v0.1.1
4952026-08-05T12:17:16.854Z Downloaded globwalk v0.9.1
4962026-08-05T12:17:16.860Z Downloaded form_urlencoded v1.2.2
4972026-08-05T12:17:16.860Z Downloaded git-stub v1.0.0
4982026-08-05T12:17:16.860Z Downloaded async-stream v0.3.6
4992026-08-05T12:17:16.860Z Downloaded backon v1.6.0
5002026-08-05T12:17:16.860Z Downloaded bitflags v1.3.2
5012026-08-05T12:17:16.860Z Downloaded ghash v0.6.0
5022026-08-05T12:17:16.860Z Downloaded async-trait v0.1.89
5032026-08-05T12:17:16.860Z Downloaded foreign-types v0.5.0
5042026-08-05T12:17:16.860Z Downloaded funty v2.0.0
5052026-08-05T12:17:16.873Z Downloaded array-init v0.0.4
5062026-08-05T12:17:16.878Z Downloaded bit-set v0.5.3
5072026-08-05T12:17:16.878Z Downloaded bit-set v0.8.0
5082026-08-05T12:17:16.878Z Downloaded float-cmp v0.10.0
5092026-08-05T12:17:16.878Z Downloaded fixedbitset v0.4.2
5102026-08-05T12:17:16.878Z Downloaded hash32 v0.2.1
5112026-08-05T12:17:16.884Z Downloaded block-padding v0.4.2
5122026-08-05T12:17:16.884Z Downloaded ciborium-ll v0.2.2
5132026-08-05T12:17:16.884Z Downloaded gethostname v0.5.0
5142026-08-05T12:17:16.901Z Downloaded float-ord v0.3.2
5152026-08-05T12:17:16.901Z Downloaded futures-io v0.3.32
5162026-08-05T12:17:16.902Z Downloaded home v0.5.12
5172026-08-05T12:17:16.902Z Downloaded arrayref v0.3.9
5182026-08-05T12:17:16.902Z Downloaded atomic-waker v1.1.2
5192026-08-05T12:17:16.902Z Downloaded bitfield-struct v0.6.2
5202026-08-05T12:17:16.912Z Downloaded ciborium-io v0.2.2
5212026-08-05T12:17:16.913Z Downloaded foreign-types-macros v0.2.3
5222026-08-05T12:17:16.913Z Downloaded headers-core v0.3.0
5232026-08-05T12:17:16.913Z Downloaded http-body v1.0.1
5242026-08-05T12:17:16.913Z Downloaded hubpack_derive v0.1.1
5252026-08-05T12:17:16.913Z Downloaded hostname v0.3.1
5262026-08-05T12:17:16.913Z Downloaded httpdate v1.0.3
5272026-08-05T12:17:16.913Z Downloaded block-buffer v0.12.1
5282026-08-05T12:17:16.913Z Downloaded cfg_aliases v0.2.1
5292026-08-05T12:17:16.913Z Downloaded anstyle-parse v0.2.7
5302026-08-05T12:17:16.913Z Downloaded base64ct v1.8.3
5312026-08-05T12:17:16.913Z Downloaded bcs v0.1.6
5322026-08-05T12:17:16.913Z Downloaded hubpack v0.1.2
5332026-08-05T12:17:16.913Z Downloaded futures-sink v0.3.32
5342026-08-05T12:17:16.913Z Downloaded erased-serde v0.3.31
5352026-08-05T12:17:16.921Z Downloaded fallible-iterator v0.2.0
5362026-08-05T12:17:16.921Z Downloaded ff v0.13.1
5372026-08-05T12:17:16.921Z Downloaded env_logger v0.11.9
5382026-08-05T12:17:16.921Z Downloaded env_filter v1.0.0
5392026-08-05T12:17:16.921Z Downloaded cobs v0.3.0
5402026-08-05T12:17:16.921Z Downloaded glob v0.3.3
5412026-08-05T12:17:16.922Z Downloaded hash32 v0.3.1
5422026-08-05T12:17:16.922Z Downloaded compression-core v0.4.31
5432026-08-05T12:17:16.927Z Downloaded cfg_aliases v0.1.1
5442026-08-05T12:17:16.927Z Downloaded fd-lock v4.0.4
5452026-08-05T12:17:16.927Z Downloaded bitfield-macros v0.19.4
5462026-08-05T12:17:16.927Z Downloaded castaway v0.2.4
5472026-08-05T12:17:16.927Z Downloaded hostname v0.4.2
5482026-08-05T12:17:16.940Z Downloaded foreign-types v0.3.2
5492026-08-05T12:17:16.940Z Downloaded futures-core v0.3.32
5502026-08-05T12:17:16.940Z Downloaded httparse v1.10.1
5512026-08-05T12:17:16.940Z Downloaded allocator-api2 v0.2.21
5522026-08-05T12:17:16.940Z Downloaded atomicwrites v0.4.4
5532026-08-05T12:17:16.952Z Downloaded group v0.13.0
5542026-08-05T12:17:16.952Z Downloaded half v1.8.3
5552026-08-05T12:17:16.952Z Downloaded iana-time-zone v0.1.65
5562026-08-05T12:17:16.952Z Downloaded hyper-tls v0.6.0
5572026-08-05T12:17:16.952Z Downloaded num-iter v0.1.45
5582026-08-05T12:17:16.952Z Downloaded num_threads v0.1.7
5592026-08-05T12:17:16.952Z Downloaded openssl-probe v0.1.6
5602026-08-05T12:17:16.952Z Downloaded hex-literal v1.1.0
5612026-08-05T12:17:16.967Z Downloaded http-range v0.1.5
5622026-08-05T12:17:16.967Z Downloaded anstream v0.6.21
5632026-08-05T12:17:16.967Z Downloaded bit-vec v0.6.3
5642026-08-05T12:17:16.967Z Downloaded opaque-debug v0.3.1
5652026-08-05T12:17:16.967Z Downloaded oso-derive v0.27.3
5662026-08-05T12:17:16.967Z Downloaded bitfield v0.19.4
5672026-08-05T12:17:16.967Z Downloaded camino-tempfile-ext v0.3.3
5682026-08-05T12:17:16.967Z Downloaded cbc v0.2.1
5692026-08-05T12:17:16.967Z Downloaded chacha20 v0.9.1
5702026-08-05T12:17:16.967Z Downloaded packed_struct_codegen v0.10.1
5712026-08-05T12:17:16.967Z Downloaded cexpr v0.6.0
5722026-08-05T12:17:16.967Z Downloaded bs58 v0.5.1
5732026-08-05T12:17:16.967Z Downloaded parse-size v1.1.0
5742026-08-05T12:17:16.972Z Downloaded peg-runtime v0.8.5
5752026-08-05T12:17:16.972Z Downloaded foldhash v0.2.0
5762026-08-05T12:17:16.972Z Downloaded futures-task v0.3.32
5772026-08-05T12:17:16.972Z Downloaded progenitor-client v0.14.0
5782026-08-05T12:17:16.972Z Downloaded ff v0.14.0
5792026-08-05T12:17:16.972Z Downloaded find-msvc-tools v0.1.9
5802026-08-05T12:17:16.972Z Downloaded foldhash v0.1.5
5812026-08-05T12:17:16.973Z Downloaded fs-err v2.11.0
5822026-08-05T12:17:16.973Z Downloaded group v0.14.0
5832026-08-05T12:17:16.973Z Downloaded rand_xorshift v0.4.0
5842026-08-05T12:17:16.973Z Downloaded phf_shared v0.12.1
5852026-08-05T12:17:16.973Z Downloaded phf_shared v0.13.1
5862026-08-05T12:17:16.973Z Downloaded cipher v0.4.4
5872026-08-05T12:17:16.973Z Downloaded cmake v0.1.57
5882026-08-05T12:17:16.973Z Downloaded compression-codecs v0.4.37
5892026-08-05T12:17:16.988Z Downloaded argon2 v0.5.3
5902026-08-05T12:17:16.988Z Downloaded async-bb8-diesel v0.2.1
5912026-08-05T12:17:16.999Z Downloaded highway v1.3.0
5922026-08-05T12:17:16.999Z Downloaded futures-channel v0.3.32
5932026-08-05T12:17:16.999Z Downloaded num_enum v0.7.6
5942026-08-05T12:17:16.999Z Downloaded cipher v0.5.2
5952026-08-05T12:17:16.999Z Downloaded futures-executor v0.3.32
5962026-08-05T12:17:16.999Z Downloaded hex v0.4.3
5972026-08-05T12:17:16.999Z Downloaded http-body-util v0.1.3
5982026-08-05T12:17:16.999Z Downloaded byte-wrapper v0.1.0
5992026-08-05T12:17:16.999Z Downloaded constant_time_eq v0.4.2
6002026-08-05T12:17:17.010Z Downloaded humantime v2.3.0
6012026-08-05T12:17:17.011Z Downloaded blowfish v0.10.0
6022026-08-05T12:17:17.011Z Downloaded aes v0.9.1
6032026-08-05T12:17:17.011Z Downloaded rustc-hash v2.1.1
6042026-08-05T12:17:17.020Z Downloaded seq-macro v0.3.6
6052026-08-05T12:17:17.020Z Downloaded secrecy v0.10.3
6062026-08-05T12:17:17.020Z Downloaded serde-big-array v0.5.1
6072026-08-05T12:17:17.020Z Downloaded ahash v0.8.12
6082026-08-05T12:17:17.020Z Downloaded blake2 v0.10.6
6092026-08-05T12:17:17.020Z Downloaded cmov v0.5.4
6102026-08-05T12:17:17.020Z Downloaded sha1 v0.11.0
6112026-08-05T12:17:17.020Z Downloaded buf-list v1.1.2
6122026-08-05T12:17:17.027Z Downloaded cassowary v0.3.0
6132026-08-05T12:17:17.027Z Downloaded num-complex v0.4.6
6142026-08-05T12:17:17.027Z Downloaded nu-ansi-term v0.50.3
6152026-08-05T12:17:17.027Z Downloaded packed_struct v0.10.1
6162026-08-05T12:17:17.027Z Downloaded password-hash v0.5.0
6172026-08-05T12:17:17.027Z Downloaded oxide-update-engine v0.1.2
6182026-08-05T12:17:17.027Z Downloaded predicates-core v1.0.10
6192026-08-05T12:17:17.028Z Downloaded hyper-staticfile v0.10.1
6202026-08-05T12:17:17.028Z Downloaded phc v0.6.1
6212026-08-05T12:17:17.028Z Downloaded signature v3.0.0
6222026-08-05T12:17:17.040Z Downloaded sigpipe v0.1.3
6232026-08-05T12:17:17.040Z Downloaded structmeta-derive v0.3.0
6242026-08-05T12:17:17.040Z Downloaded argon2 v0.6.0-rc.8
6252026-08-05T12:17:17.040Z Downloaded colored v3.1.1
6262026-08-05T12:17:17.040Z Downloaded console v0.15.11
6272026-08-05T12:17:17.040Z Downloaded stable_deref_trait v1.2.1
6282026-08-05T12:17:17.040Z Downloaded pkcs8 v0.10.2
6292026-08-05T12:17:17.040Z Downloaded port-file v0.1.0
6302026-08-05T12:17:17.046Z Downloaded progenitor-client v0.13.0
6312026-08-05T12:17:17.046Z Downloaded progenitor-extras v0.2.0
6322026-08-05T12:17:17.046Z Downloaded r2d2 v0.8.10
6332026-08-05T12:17:17.046Z Downloaded rand_seeder v0.4.0
6342026-08-05T12:17:17.046Z Downloaded termtree v0.5.1
6352026-08-05T12:17:17.046Z Downloaded colored v2.2.0
6362026-08-05T12:17:17.046Z Downloaded compact_str v0.8.1
6372026-08-05T12:17:17.046Z Downloaded console v0.16.2
6382026-08-05T12:17:17.046Z Downloaded poly1305 v0.8.0
6392026-08-05T12:17:17.046Z Downloaded base64 v0.22.1
6402026-08-05T12:17:17.061Z Downloaded predicates v3.1.4
6412026-08-05T12:17:17.061Z Downloaded tabwriter v1.4.1
6422026-08-05T12:17:17.062Z Downloaded thread-id v5.1.0
6432026-08-05T12:17:17.071Z Downloaded fatfs v0.3.6
6442026-08-05T12:17:17.071Z Downloaded rpassword v7.5.4
6452026-08-05T12:17:17.071Z Downloaded ciborium v0.2.2
6462026-08-05T12:17:17.071Z Downloaded clang-sys v1.8.1
6472026-08-05T12:17:17.071Z Downloaded const_format_proc_macros v0.2.34
6482026-08-05T12:17:17.071Z Downloaded git-stub-vcs v0.1.0
6492026-08-05T12:17:17.071Z Downloaded proc-macro-error2 v2.0.1
6502026-08-05T12:17:17.071Z Downloaded trait-variant v0.1.2
6512026-08-05T12:17:17.071Z Downloaded universal-hash v0.6.1
6522026-08-05T12:17:17.071Z Downloaded void v1.0.2
6532026-08-05T12:17:17.071Z Downloaded hmac v0.13.0
6542026-08-05T12:17:17.071Z Downloaded bzip2 v0.6.1
6552026-08-05T12:17:17.071Z Downloaded chacha20 v0.10.0
6562026-08-05T12:17:17.087Z Downloaded cancel-safe-futures v0.1.5
6572026-08-05T12:17:17.087Z Downloaded scroll v0.13.0
6582026-08-05T12:17:17.087Z Downloaded simd-adler32 v0.3.8
6592026-08-05T12:17:17.087Z Downloaded utf-8 v0.7.6
6602026-08-05T12:17:17.087Z Downloaded usdt-macro v0.6.0
6612026-08-05T12:17:17.102Z Downloaded crypto-common v0.2.2
6622026-08-05T12:17:17.102Z Downloaded stringprep v0.1.5
6632026-08-05T12:17:17.102Z Downloaded hmac v0.12.1
6642026-08-05T12:17:17.102Z Downloaded darling_macro v0.13.4
6652026-08-05T12:17:17.102Z Downloaded resolv-conf v0.7.6
6662026-08-05T12:17:17.102Z Downloaded semver v0.1.20
6672026-08-05T12:17:17.102Z Downloaded const-oid v0.9.6
6682026-08-05T12:17:17.115Z Downloaded support-bundle-viewer v0.1.2
6692026-08-05T12:17:17.115Z Downloaded zone v0.3.1
6702026-08-05T12:17:17.115Z Downloaded cpufeatures v0.3.0
6712026-08-05T12:17:17.115Z Downloaded cpubits v0.1.1
6722026-08-05T12:17:17.115Z Downloaded crc v3.4.0
6732026-08-05T12:17:17.115Z Downloaded tokio-tungstenite v0.23.1
6742026-08-05T12:17:17.115Z Downloaded base64 v0.21.7
6752026-08-05T12:17:17.115Z Downloaded dsl_auto_type v0.2.0
6762026-08-05T12:17:17.115Z Downloaded smallvec v0.6.14
6772026-08-05T12:17:17.115Z Downloaded ar_archive_writer v0.5.1
6782026-08-05T12:17:17.116Z Downloaded hyper-rustls v0.27.7
6792026-08-05T12:17:17.125Z Downloaded slog-json v2.6.1
6802026-08-05T12:17:17.125Z Downloaded strum_macros v0.26.4
6812026-08-05T12:17:17.125Z Downloaded const-oid v0.10.2
6822026-08-05T12:17:17.125Z Downloaded snafu-derive v0.8.9
6832026-08-05T12:17:17.125Z Downloaded ssh-cipher v0.3.0
6842026-08-05T12:17:17.125Z Downloaded bzip2 v0.4.4
6852026-08-05T12:17:17.125Z Downloaded difflib v0.4.0
6862026-08-05T12:17:17.125Z Downloaded vergen-lib v9.1.0
6872026-08-05T12:17:17.130Z Downloaded getrandom v0.2.17
6882026-08-05T12:17:17.130Z Downloaded getrandom v0.3.4
6892026-08-05T12:17:17.130Z Downloaded vergen-gitcl v1.0.8
6902026-08-05T12:17:17.131Z Downloaded yoke v0.8.1
6912026-08-05T12:17:17.131Z Downloaded salsa20 v0.11.0
6922026-08-05T12:17:17.138Z Downloaded endian-type v0.1.2
6932026-08-05T12:17:17.138Z Downloaded primeorder v0.14.0
6942026-08-05T12:17:17.138Z Downloaded tiny-keccak v2.0.2
6952026-08-05T12:17:17.138Z Downloaded tinystr v0.8.2
6962026-08-05T12:17:17.138Z Downloaded zstd-safe v7.2.4
6972026-08-05T12:17:17.138Z Downloaded instant v0.1.13
6982026-08-05T12:17:17.146Z Downloaded indent_write v2.2.0
6992026-08-05T12:17:17.146Z Downloaded nibble_vec v0.1.0
7002026-08-05T12:17:17.146Z Downloaded time-macros v0.2.27
7012026-08-05T12:17:17.146Z Downloaded maplit v1.0.2
7022026-08-05T12:17:17.146Z Downloaded match_cfg v0.1.0
7032026-08-05T12:17:17.146Z Downloaded multimap v0.10.1
7042026-08-05T12:17:17.146Z Downloaded headers v0.4.1
7052026-08-05T12:17:17.201Z Downloaded csv-core v0.1.13
7062026-08-05T12:17:17.201Z Downloaded ctr v0.10.1
7072026-08-05T12:17:17.201Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7082026-08-05T12:17:17.201Z Downloaded data-encoding v2.10.0
7092026-08-05T12:17:17.201Z Downloaded defmt-macros v1.0.1
7102026-08-05T12:17:17.201Z Downloaded pem v3.0.6
7112026-08-05T12:17:17.201Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7122026-08-05T12:17:17.201Z Downloaded keccak v0.1.6
7132026-08-05T12:17:17.201Z Downloaded writeable v0.6.2
7142026-08-05T12:17:17.201Z Downloaded nodrop v0.1.14
7152026-08-05T12:17:17.201Z Downloaded libscf-sys v1.2.0
7162026-08-05T12:17:17.201Z Downloaded lru v0.12.5
7172026-08-05T12:17:17.201Z Downloaded blake2 v0.11.0-rc.6
7182026-08-05T12:17:17.201Z Downloaded synstructure v0.13.2
7192026-08-05T12:17:17.201Z Downloaded term v0.7.0
7202026-08-05T12:17:17.201Z Downloaded normalize-line-endings v0.3.0
7212026-08-05T12:17:17.201Z Downloaded num v0.4.3
7222026-08-05T12:17:17.201Z Downloaded num_enum_derive v0.5.11
7232026-08-05T12:17:17.201Z Downloaded ctutils v0.4.2
7242026-08-05T12:17:17.201Z Downloaded proc-macro-crate v1.3.1
7252026-08-05T12:17:17.201Z Downloaded chacha20poly1305 v0.10.1
7262026-08-05T12:17:17.201Z Downloaded generic-array v1.4.3
7272026-08-05T12:17:17.201Z Downloaded serde_with_macros v3.21.0
7282026-08-05T12:17:17.201Z Downloaded ron v0.8.1
7292026-08-05T12:17:17.222Z Downloaded twox-hash v2.1.2
7302026-08-05T12:17:17.222Z Downloaded vergen-lib v0.1.6
7312026-08-05T12:17:17.223Z Downloaded progenitor-macro v0.14.0
7322026-08-05T12:17:17.223Z Downloaded recursive-proc-macro-impl v0.1.1
7332026-08-05T12:17:17.223Z Downloaded scopeguard v1.2.0
7342026-08-05T12:17:17.223Z Downloaded digest v0.11.3
7352026-08-05T12:17:17.223Z Downloaded const_format v0.2.35
7362026-08-05T12:17:17.223Z Downloaded ecdsa v0.16.9
7372026-08-05T12:17:17.223Z Downloaded half v2.7.1
7382026-08-05T12:17:17.238Z Downloaded xshell v0.2.7
7392026-08-05T12:17:17.238Z Downloaded heapless v0.8.0
7402026-08-05T12:17:17.238Z Downloaded impl-trait-for-tuples v0.2.3
7412026-08-05T12:17:17.238Z Downloaded ipnetwork v0.21.1
7422026-08-05T12:17:17.238Z Downloaded jobserver v0.1.34
7432026-08-05T12:17:17.238Z Downloaded shell-words v1.1.1
7442026-08-05T12:17:17.238Z Downloaded futures-util v0.3.32
7452026-08-05T12:17:17.238Z Downloaded keccak v0.2.0
7462026-08-05T12:17:17.248Z Downloaded multer v3.1.0
7472026-08-05T12:17:17.248Z Downloaded serde_bytes v0.11.19
7482026-08-05T12:17:17.248Z Downloaded num_enum_derive v0.7.6
7492026-08-05T12:17:17.248Z Downloaded arc-swap v1.8.2
7502026-08-05T12:17:17.248Z Downloaded heapless v0.7.17
7512026-08-05T12:17:17.248Z Downloaded tokio-rustls v0.26.4
7522026-08-05T12:17:17.248Z Downloaded num_enum v0.5.11
7532026-08-05T12:17:17.248Z Downloaded oxide-update-engine-display v0.1.2
7542026-08-05T12:17:17.248Z Downloaded oxnet v0.1.6
7552026-08-05T12:17:17.248Z Downloaded mime_guess v2.0.5
7562026-08-05T12:17:17.248Z Downloaded signature v2.2.0
7572026-08-05T12:17:17.248Z Downloaded slog-bunyan v2.5.0
7582026-08-05T12:17:17.248Z Downloaded supports-color v3.0.2
7592026-08-05T12:17:17.248Z Downloaded strum v0.26.3
7602026-08-05T12:17:17.258Z Downloaded take_mut v0.2.2
7612026-08-05T12:17:17.258Z Downloaded strum v0.27.2
7622026-08-05T12:17:17.258Z Downloaded async-compression v0.4.41
7632026-08-05T12:17:17.258Z Downloaded flume v0.11.1
7642026-08-05T12:17:17.258Z Downloaded parse-display-derive v0.10.0
7652026-08-05T12:17:17.258Z Downloaded hickory-server v0.25.2
7662026-08-05T12:17:17.261Z Downloaded cc v1.2.56
7672026-08-05T12:17:17.261Z Downloaded bytes v1.11.1
7682026-08-05T12:17:17.261Z Downloaded rustls-platform-verifier v0.6.2
7692026-08-05T12:17:17.261Z Downloaded corncobs v0.1.4
7702026-08-05T12:17:17.261Z Downloaded pem-rfc7468 v1.0.0
7712026-08-05T12:17:17.261Z Downloaded tinyvec_macros v0.1.1
7722026-08-05T12:17:17.261Z Downloaded unsafe-libyaml v0.2.11
7732026-08-05T12:17:17.266Z Downloaded tower-service v0.3.3
7742026-08-05T12:17:17.266Z Downloaded utf8_iter v1.0.4
7752026-08-05T12:17:17.266Z Downloaded tower-layer v0.3.3
7762026-08-05T12:17:17.266Z Downloaded unit-prefix v0.5.2
7772026-08-05T12:17:17.266Z Downloaded pkg-config v0.3.32
7782026-08-05T12:17:17.266Z Downloaded tokio-macros v2.7.0
7792026-08-05T12:17:17.275Z Downloaded cookie_store v0.22.1
7802026-08-05T12:17:17.275Z Downloaded hybrid-array v0.4.13
7812026-08-05T12:17:17.275Z Downloaded yoke-derive v0.8.1
7822026-08-05T12:17:17.275Z Downloaded aho-corasick v1.1.4
7832026-08-05T12:17:17.280Z Downloaded rand_core v0.9.5
7842026-08-05T12:17:17.280Z Downloaded progenitor v0.13.0
7852026-08-05T12:17:17.280Z Downloaded rand_core v0.10.0
7862026-08-05T12:17:17.284Z Downloaded xattr v1.6.1
7872026-08-05T12:17:17.284Z Downloaded wait-timeout v0.2.1
7882026-08-05T12:17:17.284Z Downloaded waitgroup v0.1.2
7892026-08-05T12:17:17.292Z Downloaded flate2 v1.1.9
7902026-08-05T12:17:17.292Z Downloaded icu_collections v2.1.1
7912026-08-05T12:17:17.309Z Downloaded diff v0.1.13
7922026-08-05T12:17:17.309Z Downloaded ml-kem v0.3.2
7932026-08-05T12:17:17.320Z Downloaded rustc_version v0.4.1
7942026-08-05T12:17:17.320Z Downloaded rustls-pemfile v2.2.0
7952026-08-05T12:17:17.320Z Downloaded futures v0.3.32
7962026-08-05T12:17:17.320Z Downloaded zone_cfg_derive v0.3.1
7972026-08-05T12:17:17.320Z Downloaded defmt v0.3.100
7982026-08-05T12:17:17.320Z Downloaded shlex v1.3.0
7992026-08-05T12:17:17.320Z Downloaded display-error-chain v0.2.2
8002026-08-05T12:17:17.320Z Downloaded derive_builder_macro v0.20.2
8012026-08-05T12:17:17.321Z Downloaded downcast-rs v2.0.2
8022026-08-05T12:17:17.321Z Downloaded serde_path_to_error v0.1.20
8032026-08-05T12:17:17.321Z Downloaded slog-async v2.8.0
8042026-08-05T12:17:17.321Z Downloaded smf v0.2.3
8052026-08-05T12:17:17.321Z Downloaded sqlformat v0.3.5
8062026-08-05T12:17:17.330Z Downloaded thiserror-no-std v2.0.2
8072026-08-05T12:17:17.330Z Downloaded pbkdf2 v0.13.0
8082026-08-05T12:17:17.330Z Downloaded expectorate v1.2.0
8092026-08-05T12:17:17.330Z Downloaded litemap v0.8.1
8102026-08-05T12:17:17.330Z Downloaded unicode-properties v0.1.4
8112026-08-05T12:17:17.331Z Downloaded string_cache v0.8.9
8122026-08-05T12:17:17.331Z Downloaded termios v0.3.3
8132026-08-05T12:17:17.331Z Downloaded inout v0.2.2
8142026-08-05T12:17:17.331Z Downloaded elliptic-curve v0.14.1
8152026-08-05T12:17:17.338Z Downloaded hashbrown v0.13.2
8162026-08-05T12:17:17.338Z Downloaded hickory-resolver v0.24.4
8172026-08-05T12:17:17.338Z Downloaded poly1305 v0.9.0
8182026-08-05T12:17:17.338Z Downloaded polyval v0.7.1
8192026-08-05T12:17:17.338Z Downloaded illumos-nvpair-sys v0.2.0
8202026-08-05T12:17:17.338Z Downloaded linked-hash-map v0.5.6
8212026-08-05T12:17:17.348Z Downloaded samael v0.0.19
8222026-08-05T12:17:17.348Z Downloaded indexmap v1.9.3
8232026-08-05T12:17:17.348Z Downloaded mime v0.3.17
8242026-08-05T12:17:17.353Z Downloaded hickory-resolver v0.25.2
8252026-08-05T12:17:17.353Z Downloaded walkdir v2.5.0
8262026-08-05T12:17:17.353Z Downloaded lru-slab v0.1.2
8272026-08-05T12:17:17.353Z Downloaded derive-where v1.6.0
8282026-08-05T12:17:17.353Z Downloaded lzss v0.8.2
8292026-08-05T12:17:17.353Z Downloaded new_debug_unreachable v1.0.6
8302026-08-05T12:17:17.353Z Downloaded crossbeam-deque v0.8.6
8312026-08-05T12:17:17.354Z Downloaded derive_builder v0.20.2
8322026-08-05T12:17:17.364Z Downloaded zerovec-derive v0.11.2
8332026-08-05T12:17:17.365Z Downloaded darling v0.13.4
8342026-08-05T12:17:17.365Z Downloaded num-derive v0.4.2
8352026-08-05T12:17:17.365Z Downloaded path-slash v0.1.5
8362026-08-05T12:17:17.365Z Downloaded zstd v0.13.3
8372026-08-05T12:17:17.379Z Downloaded icu_provider v2.1.1
8382026-08-05T12:17:17.379Z Downloaded derive_builder_core v0.20.2
8392026-08-05T12:17:17.379Z Downloaded openssl-probe v0.2.1
8402026-08-05T12:17:17.379Z Downloaded num-conv v0.2.0
8412026-08-05T12:17:17.395Z Downloaded recursive v0.1.1
8422026-08-05T12:17:17.395Z Downloaded proc-macro-crate v3.4.0
8432026-08-05T12:17:17.395Z Downloaded percent-encoding v2.3.2
8442026-08-05T12:17:17.395Z Downloaded russh-util v0.52.0
8452026-08-05T12:17:17.395Z Downloaded same-file v1.0.6
8462026-08-05T12:17:17.395Z Downloaded num-traits v0.2.19
8472026-08-05T12:17:17.395Z Downloaded bumpalo v3.20.2
8482026-08-05T12:17:17.395Z Downloaded ena v0.14.4
8492026-08-05T12:17:17.395Z Downloaded enum-as-inner v0.6.1
8502026-08-05T12:17:17.395Z Downloaded oxide-update-engine-types v0.1.2
8512026-08-05T12:17:17.395Z Downloaded spin v0.9.8
8522026-08-05T12:17:17.395Z Downloaded enum_dispatch v0.3.13
8532026-08-05T12:17:17.406Z Downloaded rand_chacha v0.3.1
8542026-08-05T12:17:17.406Z Downloaded sec1 v0.7.3
8552026-08-05T12:17:17.406Z Downloaded russh-cryptovec v0.62.0
8562026-08-05T12:17:17.406Z Downloaded ingot v0.2.1
8572026-08-05T12:17:17.419Z Downloaded ed25519 v2.2.3
8582026-08-05T12:17:17.419Z Downloaded ipnet v2.11.0
8592026-08-05T12:17:17.419Z Downloaded zerotrie v0.2.3
8602026-08-05T12:17:17.419Z Downloaded pkcs1 v0.8.0-rc.4
8612026-08-05T12:17:17.419Z Downloaded rustls-webpki v0.103.13
8622026-08-05T12:17:17.423Z Downloaded vergen v9.1.0
8632026-08-05T12:17:17.424Z Downloaded libsw-core v0.3.2
8642026-08-05T12:17:17.424Z Downloaded strip-ansi-escapes v0.2.1
8652026-08-05T12:17:17.424Z Downloaded tap v1.0.1
8662026-08-05T12:17:17.424Z Downloaded libefi-sys v0.1.0
8672026-08-05T12:17:17.424Z Downloaded unicode-truncate v1.1.0
8682026-08-05T12:17:17.424Z Downloaded snafu v0.8.9
8692026-08-05T12:17:17.424Z Downloaded pin-project v1.1.11
8702026-08-05T12:17:17.432Z Downloaded time-core v0.1.8
8712026-08-05T12:17:17.442Z Downloaded module-lattice v0.2.3
8722026-08-05T12:17:17.442Z Downloaded typify-macro v0.6.2
8732026-08-05T12:17:17.442Z Downloaded universal-hash v0.5.1
8742026-08-05T12:17:17.442Z Downloaded xshell-macros v0.2.7
8752026-08-05T12:17:17.442Z Downloaded crc-catalog v2.4.0
8762026-08-05T12:17:17.442Z Downloaded schemars v0.8.22
8772026-08-05T12:17:17.446Z Downloaded cstr-argument v0.1.2
8782026-08-05T12:17:17.446Z Downloaded debug-ignore v1.0.5
8792026-08-05T12:17:17.446Z Downloaded rand v0.9.2
8802026-08-05T12:17:17.446Z Downloaded native-tls v0.2.18
8812026-08-05T12:17:17.453Z Downloaded icu_normalizer v2.1.1
8822026-08-05T12:17:17.467Z Downloaded psm v0.1.30
8832026-08-05T12:17:17.475Z Downloaded sec1 v0.8.1
8842026-08-05T12:17:17.475Z Downloaded postgres-protocol v0.6.10
8852026-08-05T12:17:17.475Z Downloaded illumos-nvpair v0.3.0
8862026-08-05T12:17:17.475Z Downloaded darling_macro v0.23.0
8872026-08-05T12:17:17.475Z Downloaded diesel_table_macro_syntax v0.3.0
8882026-08-05T12:17:17.475Z Downloaded scrypt v0.12.0
8892026-08-05T12:17:17.475Z Downloaded hashbrown v0.12.3
8902026-08-05T12:17:17.475Z Downloaded http v1.4.2
8912026-08-05T12:17:17.484Z Downloaded hyper-util v0.1.20
8922026-08-05T12:17:17.484Z Downloaded typed-path v0.9.3
8932026-08-05T12:17:17.484Z Downloaded ed25519-dalek v2.2.0
8942026-08-05T12:17:17.485Z Downloaded spki v0.8.0
8952026-08-05T12:17:17.491Z Downloaded internet-checksum v0.2.1
8962026-08-05T12:17:17.491Z Downloaded memoffset v0.9.1
8972026-08-05T12:17:17.491Z Downloaded tinyvec v1.10.0
8982026-08-05T12:17:17.500Z Downloaded jiff-static v0.2.34
8992026-08-05T12:17:17.500Z Downloaded zerocopy-derive v0.8.40
9002026-08-05T12:17:17.510Z Downloaded aes-gcm v0.11.0
9012026-08-05T12:17:17.510Z Downloaded slog-scope v4.4.1
9022026-08-05T12:17:17.510Z Downloaded strum_macros v0.27.2
9032026-08-05T12:17:17.522Z Downloaded tls_codec v0.4.2
9042026-08-05T12:17:17.522Z Downloaded vergen-git2 v9.1.0
9052026-08-05T12:17:17.522Z Downloaded kem v0.3.0
9062026-08-05T12:17:17.522Z Downloaded openssl-macros v0.1.1
9072026-08-05T12:17:17.522Z Downloaded rtoolbox v0.0.3
9082026-08-05T12:17:17.522Z Downloaded secrecy v0.8.0
9092026-08-05T12:17:17.523Z Downloaded ryu v1.0.23
9102026-08-05T12:17:17.531Z Downloaded defmt v1.0.1
9112026-08-05T12:17:17.531Z Downloaded zerocopy v0.6.6
9122026-08-05T12:17:17.531Z Downloaded zopfli v0.8.3
9132026-08-05T12:17:17.531Z Downloaded darling_core v0.13.4
9142026-08-05T12:17:17.535Z Downloaded oxide-tokio-rt v0.1.4
9152026-08-05T12:17:17.535Z Downloaded usdt-impl v0.6.0
9162026-08-05T12:17:17.537Z Downloaded scroll_derive v0.13.1
9172026-08-05T12:17:17.537Z Downloaded serde_urlencoded v0.7.1
9182026-08-05T12:17:17.542Z Downloaded precomputed-hash v0.1.1
9192026-08-05T12:17:17.542Z Downloaded progenitor-macro v0.13.0
9202026-08-05T12:17:17.542Z Downloaded signal-hook-mio v0.2.5
9212026-08-05T12:17:17.542Z Downloaded ref-cast v1.0.25
9222026-08-05T12:17:17.542Z Downloaded scheduled-thread-pool v0.2.7
9232026-08-05T12:17:17.542Z Downloaded sponge-cursor v0.1.0
9242026-08-05T12:17:17.545Z Downloaded derive_more v0.99.20
9252026-08-05T12:17:17.545Z Downloaded whoami v2.1.0
9262026-08-05T12:17:17.545Z Downloaded rand v0.10.1
9272026-08-05T12:17:17.555Z Downloaded postgres-types v0.2.12
9282026-08-05T12:17:17.559Z Downloaded whoami v1.6.1
9292026-08-05T12:17:17.563Z Downloaded libsw v3.5.0
9302026-08-05T12:17:17.568Z Downloaded lru-cache v0.1.2
9312026-08-05T12:17:17.568Z Downloaded nanorand v0.7.0
9322026-08-05T12:17:17.568Z Downloaded qorb v0.4.1
9332026-08-05T12:17:17.577Z Downloaded toml_edit v0.23.10+spec-1.0.0
9342026-08-05T12:17:17.636Z Downloaded either v1.15.0
9352026-08-05T12:17:17.636Z Downloaded num-integer v0.1.46
9362026-08-05T12:17:17.636Z Downloaded topological-sort v0.2.2
9372026-08-05T12:17:17.654Z Downloaded parking_lot_core v0.8.6
9382026-08-05T12:17:17.654Z Downloaded pin-project-lite v0.2.17
9392026-08-05T12:17:17.654Z Downloaded rand v0.8.6
9402026-08-05T12:17:17.654Z Downloaded olpc-cjson v0.1.4
9412026-08-05T12:17:17.655Z Downloaded tls_codec_derive v0.4.2
9422026-08-05T12:17:17.655Z Downloaded darling_core v0.20.11
9432026-08-05T12:17:17.655Z Downloaded ident_case v1.0.1
9442026-08-05T12:17:17.655Z Downloaded crc8 v0.1.1
9452026-08-05T12:17:17.655Z Downloaded dirs-sys-next v0.1.2
9462026-08-05T12:17:17.655Z Downloaded paste v1.0.15
9472026-08-05T12:17:17.655Z Downloaded inout v0.1.4
9482026-08-05T12:17:17.655Z Downloaded hashbrown v0.16.1
9492026-08-05T12:17:17.655Z Downloaded progenitor-impl v0.14.0
9502026-08-05T12:17:17.655Z Downloaded phf v0.12.1
9512026-08-05T12:17:17.655Z Downloaded rand_chacha v0.9.0
9522026-08-05T12:17:17.655Z Downloaded rfc6979 v0.4.0
9532026-08-05T12:17:17.655Z Downloaded darling_macro v0.20.11
9542026-08-05T12:17:17.655Z Downloaded darling_macro v0.21.3
9552026-08-05T12:17:17.655Z Downloaded signal-hook v0.3.18
9562026-08-05T12:17:17.655Z Downloaded dropshot_endpoint v0.17.1
9572026-08-05T12:17:17.655Z Downloaded embedded-io v0.4.0
9582026-08-05T12:17:17.655Z Downloaded slog-dtrace v0.3.0
9592026-08-05T12:17:17.655Z Downloaded ecdsa v0.17.0
9602026-08-05T12:17:17.655Z Downloaded md-5 v0.10.6
9612026-08-05T12:17:17.655Z Downloaded newtype-uuid-macros v0.1.0
9622026-08-05T12:17:17.671Z Downloaded publicsuffix v2.3.0
9632026-08-05T12:17:17.671Z Downloaded serde_yaml v0.9.34+deprecated
9642026-08-05T12:17:17.671Z Downloaded parse-display v0.10.0
9652026-08-05T12:17:17.671Z Downloaded password-hash v0.6.1
9662026-08-05T12:17:17.671Z Downloaded ingot-macros v0.2.0
9672026-08-05T12:17:17.671Z Downloaded powerfmt v0.2.0
9682026-08-05T12:17:17.671Z Downloaded strum_macros v0.24.3
9692026-08-05T12:17:17.671Z Downloaded serde_spanned v1.1.1
9702026-08-05T12:17:17.671Z Downloaded psl-types v2.0.11
9712026-08-05T12:17:17.671Z Downloaded tracing-attributes v0.1.31
9722026-08-05T12:17:17.681Z Downloaded pkcs1 v0.7.5
9732026-08-05T12:17:17.682Z Downloaded sync_wrapper v1.0.2
9742026-08-05T12:17:17.682Z Downloaded subprocess v0.2.15
9752026-08-05T12:17:17.682Z Downloaded tungstenite v0.21.0
9762026-08-05T12:17:17.682Z Downloaded radium v0.7.0
9772026-08-05T12:17:17.682Z Downloaded zeroize v1.9.0
9782026-08-05T12:17:17.692Z Downloaded ref-cast-impl v1.0.25
9792026-08-05T12:17:17.692Z Downloaded crossbeam-epoch v0.9.18
9802026-08-05T12:17:17.692Z Downloaded dirs-next v2.0.0
9812026-08-05T12:17:17.701Z Downloaded displaydoc v0.2.5
9822026-08-05T12:17:17.701Z Downloaded hashbrown v0.15.5
9832026-08-05T12:17:17.701Z Downloaded der v0.7.10
9842026-08-05T12:17:17.701Z Downloaded pretty_assertions v1.4.1
9852026-08-05T12:17:17.701Z Downloaded p256 v0.14.0
9862026-08-05T12:17:17.711Z Downloaded p384 v0.14.0
9872026-08-05T12:17:17.711Z Downloaded rustls-pki-types v1.14.0
9882026-08-05T12:17:17.711Z Downloaded scuffle v0.1.0
9892026-08-05T12:17:17.711Z Downloaded sha2 v0.11.0
9902026-08-05T12:17:17.720Z Downloaded smallvec v1.15.1
9912026-08-05T12:17:17.720Z Downloaded spki v0.7.3
9922026-08-05T12:17:17.720Z Downloaded curve25519-dalek-derive v0.1.1
9932026-08-05T12:17:17.720Z Downloaded dyn-clone v1.0.20
9942026-08-05T12:17:17.725Z Downloaded untrusted v0.7.1
9952026-08-05T12:17:17.725Z Downloaded tower v0.5.3
9962026-08-05T12:17:17.725Z Downloaded zeroize_derive v1.5.0
9972026-08-05T12:17:17.729Z Downloaded url v2.5.8
9982026-08-05T12:17:17.734Z Downloaded drift v0.2.0
9992026-08-05T12:17:17.744Z Downloaded dof v0.4.0
10002026-08-05T12:17:17.749Z Downloaded primefield v0.14.0
10012026-08-05T12:17:17.749Z Downloaded yasna v0.5.2
10022026-08-05T12:17:17.753Z Downloaded lazy_static v1.5.0
10032026-08-05T12:17:17.762Z Downloaded der v0.8.0
10042026-08-05T12:17:17.768Z Downloaded crc32fast v1.5.0
10052026-08-05T12:17:17.768Z Downloaded darling v0.20.11
10062026-08-05T12:17:17.773Z Downloaded idna_adapter v1.2.1
10072026-08-05T12:17:17.773Z Downloaded sapling-renderdag v0.1.0
10082026-08-05T12:17:17.773Z Downloaded newline-converter v0.3.0
10092026-08-05T12:17:17.773Z Downloaded nonempty v0.12.0
10102026-08-05T12:17:17.773Z Downloaded testing_table v0.3.0
10112026-08-05T12:17:17.779Z Downloaded quick-error v1.2.3
10122026-08-05T12:17:17.779Z Downloaded signal-hook-registry v1.4.8
10132026-08-05T12:17:17.779Z Downloaded slab v0.4.12
10142026-08-05T12:17:17.783Z Downloaded darling_core v0.21.3
10152026-08-05T12:17:17.787Z Downloaded test-strategy v0.4.5
10162026-08-05T12:17:17.848Z Downloaded kstat-rs v0.2.5
10172026-08-05T12:17:17.848Z Downloaded ssh-encoding v0.3.0
10182026-08-05T12:17:17.848Z Downloaded tokio-native-tls v0.3.1
10192026-08-05T12:17:17.848Z Downloaded toml v1.1.2+spec-1.1.0
10202026-08-05T12:17:17.848Z Downloaded uzers v0.12.2
10212026-08-05T12:17:17.848Z Downloaded h2 v0.4.15
10222026-08-05T12:17:17.848Z Downloaded hyper v1.10.1
10232026-08-05T12:17:17.848Z Downloaded regex v1.12.3
10242026-08-05T12:17:17.848Z Downloaded unicode-normalization v0.1.25
10252026-08-05T12:17:17.849Z Downloaded rustc_version v0.1.7
10262026-08-05T12:17:17.849Z Downloaded subtle v2.6.1
10272026-08-05T12:17:17.849Z Downloaded litrs v1.0.0
10282026-08-05T12:17:17.849Z Downloaded icu_normalizer_data v2.1.1
10292026-08-05T12:17:17.849Z Downloaded typify v0.6.2
10302026-08-05T12:17:17.849Z Downloaded ed25519 v3.0.0
10312026-08-05T12:17:17.849Z Downloaded ingot-types v0.2.0
10322026-08-05T12:17:17.849Z Downloaded defmt-parser v1.0.0
10332026-08-05T12:17:17.849Z Downloaded icu_locale_core v2.1.1
10342026-08-05T12:17:17.849Z Downloaded tungstenite v0.23.0
10352026-08-05T12:17:17.865Z Downloaded tar v0.4.46
10362026-08-05T12:17:17.865Z Downloaded vte v0.14.1
10372026-08-05T12:17:17.865Z Downloaded slog-term v2.9.2
10382026-08-05T12:17:17.865Z Downloaded md5 v0.8.0
10392026-08-05T12:17:17.865Z Downloaded wnaf v0.14.0
10402026-08-05T12:17:17.865Z Downloaded hkdf v0.12.4
10412026-08-05T12:17:17.865Z Downloaded hkdf v0.13.0
10422026-08-05T12:17:17.865Z Downloaded salty v0.3.0
10432026-08-05T12:17:17.865Z Downloaded yansi v1.0.1
10442026-08-05T12:17:17.865Z Downloaded itertools v0.13.0
10452026-08-05T12:17:17.865Z Downloaded serdect v0.4.3
10462026-08-05T12:17:17.865Z Downloaded crossbeam-channel v0.5.15
10472026-08-05T12:17:17.876Z Downloaded toml_parser v1.1.2+spec-1.1.0
10482026-08-05T12:17:17.876Z Downloaded linear-map v1.2.0
10492026-08-05T12:17:17.876Z Downloaded lock_api v0.4.14
10502026-08-05T12:17:17.876Z Downloaded serde_with v1.14.0
10512026-08-05T12:17:17.876Z Downloaded owo-colors v4.3.0
10522026-08-05T12:17:17.876Z Downloaded document-features v0.2.12
10532026-08-05T12:17:17.876Z Downloaded prettyplease v0.2.37
10542026-08-05T12:17:17.876Z Downloaded stacker v0.1.23
10552026-08-05T12:17:17.876Z Downloaded des v0.9.0
10562026-08-05T12:17:17.883Z Downloaded progenitor-impl v0.13.0
10572026-08-05T12:17:17.883Z Downloaded thiserror-impl-no-std v2.0.2
10582026-08-05T12:17:17.883Z Downloaded cookie v0.18.1
10592026-08-05T12:17:17.883Z Downloaded term v1.2.1
10602026-08-05T12:17:17.883Z Downloaded derive-ex v0.1.8
10612026-08-05T12:17:17.883Z Downloaded p384 v0.13.1
10622026-08-05T12:17:17.892Z Downloaded predicates-tree v1.0.13
10632026-08-05T12:17:17.892Z Downloaded portable-atomic v1.13.1
10642026-08-05T12:17:17.892Z Downloaded pkcs5 v0.8.1
10652026-08-05T12:17:17.905Z Downloaded rfc6979 v0.6.0
10662026-08-05T12:17:17.905Z Downloaded serde_with_macros v1.5.2
10672026-08-05T12:17:17.905Z Downloaded want v0.3.1
10682026-08-05T12:17:17.905Z Downloaded aws-lc-rs v1.16.3
10692026-08-05T12:17:17.905Z Downloaded strsim v0.10.0
10702026-08-05T12:17:17.905Z Downloaded untrusted v0.9.0
10712026-08-05T12:17:17.905Z Downloaded is_ci v1.2.0
10722026-08-05T12:17:17.921Z Downloaded libloading v0.8.9
10732026-08-05T12:17:17.921Z Downloaded tokio-stream v0.1.18
10742026-08-05T12:17:17.921Z Downloaded unicode-segmentation v1.12.0
10752026-08-05T12:17:17.921Z Downloaded papergrid v0.17.0
10762026-08-05T12:17:17.930Z Downloaded parking_lot v0.11.2
10772026-08-05T12:17:17.930Z Downloaded postcard v1.1.3
10782026-08-05T12:17:17.930Z Downloaded darling v0.23.0
10792026-08-05T12:17:17.930Z Downloaded unicase v2.9.0
10802026-08-05T12:17:17.930Z Downloaded num-rational v0.4.2
10812026-08-05T12:17:17.931Z Downloaded tagptr v0.2.0
10822026-08-05T12:17:17.931Z Downloaded vsss-rs v3.3.4
10832026-08-05T12:17:17.931Z Downloaded rusty-fork v0.3.1
10842026-08-05T12:17:17.931Z Downloaded uuid v1.23.4
10852026-08-05T12:17:17.935Z Downloaded phf_shared v0.11.3
10862026-08-05T12:17:17.935Z Downloaded try-lock v0.2.5
10872026-08-05T12:17:17.935Z Downloaded indicatif v0.18.4
10882026-08-05T12:17:17.946Z Downloaded toml v0.7.8
10892026-08-05T12:17:17.946Z Downloaded serde_plain v1.0.2
10902026-08-05T12:17:17.953Z Downloaded quick-xml v0.37.5
10912026-08-05T12:17:17.953Z Downloaded crc-any v2.5.0
10922026-08-05T12:17:17.954Z Downloaded iri-string v0.7.10
10932026-08-05T12:17:17.954Z Downloaded crossbeam-utils v0.8.21
10942026-08-05T12:17:17.954Z Downloaded rustyline v14.0.0
10952026-08-05T12:17:17.963Z Downloaded crunchy v0.2.4
10962026-08-05T12:17:17.964Z Downloaded pin-project-internal v1.1.11
10972026-08-05T12:17:17.964Z Downloaded indoc v1.0.9
10982026-08-05T12:17:17.969Z Downloaded slog-stdlog v4.1.1
10992026-08-05T12:17:17.969Z Downloaded schemars_derive v0.8.22
11002026-08-05T12:17:17.969Z Downloaded serde-hex v0.1.0
11012026-08-05T12:17:17.969Z Downloaded maybe-uninit v2.0.0
11022026-08-05T12:17:17.969Z Downloaded potential_utf v0.1.4
11032026-08-05T12:17:17.974Z Downloaded unicode-xid v0.2.6
11042026-08-05T12:17:17.974Z Downloaded thread_local v1.1.9
11052026-08-05T12:17:17.974Z Downloaded critical-section v1.2.0
11062026-08-05T12:17:17.974Z Downloaded miniz_oxide v0.8.9
11072026-08-05T12:17:17.974Z Downloaded structmeta v0.3.0
11082026-08-05T12:17:17.979Z Downloaded blake3 v1.8.5
11092026-08-05T12:17:17.986Z Downloaded tower-http v0.6.8
11102026-08-05T12:17:17.994Z Downloaded tokio-util v0.7.18
11112026-08-05T12:17:17.994Z Downloaded memmap2 v0.9.10
11122026-08-05T12:17:18.002Z Downloaded is-terminal v0.4.17
11132026-08-05T12:17:18.002Z Downloaded daft v0.1.7
11142026-08-05T12:17:18.002Z Downloaded instability v0.3.11
11152026-08-05T12:17:18.002Z Downloaded der_derive v0.7.3
11162026-08-05T12:17:18.002Z Downloaded deranged v0.5.8
11172026-08-05T12:17:18.002Z Downloaded dunce v1.0.5
11182026-08-05T12:17:18.007Z Downloaded prefix-trie v0.7.0
11192026-08-05T12:17:18.007Z Downloaded peg-macros v0.8.5
11202026-08-05T12:17:18.007Z Downloaded primeorder v0.13.6
11212026-08-05T12:17:18.007Z Downloaded phf v0.13.1
11222026-08-05T12:17:18.007Z Downloaded static_assertions v1.1.0
11232026-08-05T12:17:18.011Z Downloaded proc-macro-error-attr2 v2.0.0
11242026-08-05T12:17:18.011Z Downloaded rand_core v0.6.4
11252026-08-05T12:17:18.011Z Downloaded sha1 v0.10.6
11262026-08-05T12:17:18.021Z Downloaded rustversion v1.0.22
11272026-08-05T12:17:18.025Z Downloaded sqlparser_derive v0.5.0
11282026-08-05T12:17:18.025Z Downloaded sync-ptr v0.1.4
11292026-08-05T12:17:18.025Z Downloaded usdt-attr-macro v0.6.0
11302026-08-05T12:17:18.025Z Downloaded digest-io v0.1.0
11312026-08-05T12:17:18.025Z Downloaded tabled_derive v0.11.0
11322026-08-05T12:17:18.025Z Downloaded tui-tree-widget v0.23.1
11332026-08-05T12:17:18.025Z Downloaded diesel-dtrace v0.5.0
11342026-08-05T12:17:18.025Z Downloaded sha3 v0.12.0
11352026-08-05T12:17:18.030Z Downloaded signal-hook-tokio v0.3.1
11362026-08-05T12:17:18.030Z Downloaded newtype_derive v0.1.6
11372026-08-05T12:17:18.033Z Downloaded nom v7.1.3
11382026-08-05T12:17:18.036Z Downloaded num-bigint-dig v0.8.6
11392026-08-05T12:17:18.043Z Downloaded git2 v0.20.4
11402026-08-05T12:17:18.052Z Downloaded dropshot-api-manager-types v0.7.2
11412026-08-05T12:17:18.052Z Downloaded managed v0.8.0
11422026-08-05T12:17:18.062Z Downloaded diesel_derives v2.3.7
11432026-08-05T12:17:18.062Z Downloaded usdt v0.6.0
11442026-08-05T12:17:18.062Z Downloaded embedded-io v0.6.1
11452026-08-05T12:17:18.062Z Downloaded serde_repr v0.1.20
11462026-08-05T12:17:18.062Z Downloaded serde_derive_internals v0.29.1
11472026-08-05T12:17:18.067Z Downloaded crucible-workspace-hack v0.1.0
11482026-08-05T12:17:18.067Z Downloaded siphasher v1.0.2
11492026-08-05T12:17:18.067Z Downloaded pem-rfc7468 v0.7.0
11502026-08-05T12:17:18.067Z Downloaded darling_core v0.23.0
11512026-08-05T12:17:18.070Z Downloaded dtrace-parser v0.3.0
11522026-08-05T12:17:18.070Z Downloaded unicode-bidi v0.3.18
11532026-08-05T12:17:18.070Z Downloaded internal-russh-num-bigint v0.5.0
11542026-08-05T12:17:18.075Z Downloaded delegate v0.13.5
11552026-08-05T12:17:18.075Z Downloaded unarray v0.1.4
11562026-08-05T12:17:18.076Z Downloaded slog-envlogger v2.2.0
11572026-08-05T12:17:18.076Z Downloaded rand_pcg v0.10.2
11582026-08-05T12:17:18.083Z Downloaded itertools v0.12.1
11592026-08-05T12:17:18.083Z Downloaded schemars v0.9.0
11602026-08-05T12:17:18.088Z Downloaded toml_edit v0.19.15
11612026-08-05T12:17:18.094Z Downloaded oso v0.27.3
11622026-08-05T12:17:18.100Z Downloaded parking_lot v0.12.5
11632026-08-05T12:17:18.103Z Downloaded progenitor v0.14.0
11642026-08-05T12:17:18.103Z Downloaded lalrpop-util v0.19.12
11652026-08-05T12:17:18.103Z Downloaded wyz v0.5.1
11662026-08-05T12:17:18.103Z Downloaded tokio-test v0.4.5
11672026-08-05T12:17:18.103Z Downloaded zerofrom v0.1.6
11682026-08-05T12:17:18.103Z Downloaded p521 v0.14.0
11692026-08-05T12:17:18.103Z Downloaded crossterm v0.29.0
11702026-08-05T12:17:18.109Z Downloaded tracing-core v0.1.36
11712026-08-05T12:17:18.115Z Downloaded similar v2.7.0
11722026-08-05T12:17:18.115Z Downloaded derive_more-impl v2.1.1
11732026-08-05T12:17:18.119Z Downloaded socket2 v0.5.10
11742026-08-05T12:17:18.119Z Downloaded tokio-dtrace v0.1.1
11752026-08-05T12:17:18.119Z Downloaded toml_writer v1.1.1+spec-1.1.0
11762026-08-05T12:17:18.119Z Downloaded libm v0.2.16
11772026-08-05T12:17:18.122Z Downloaded newtype-uuid v1.3.2
11782026-08-05T12:17:18.122Z Downloaded itertools v0.14.0
11792026-08-05T12:17:18.126Z Downloaded zerofrom-derive v0.1.6
11802026-08-05T12:17:18.126Z Downloaded libxml v0.3.3
11812026-08-05T12:17:18.129Z Downloaded quinn-udp v0.5.14
11822026-08-05T12:17:18.129Z Downloaded rsa v0.9.10
11832026-08-05T12:17:18.133Z Downloaded tough v0.22.0
11842026-08-05T12:17:18.136Z Downloaded zip v0.6.6
11852026-08-05T12:17:18.140Z Downloaded elliptic-curve v0.13.8
11862026-08-05T12:17:18.147Z Downloaded pkcs8 v0.11.0
11872026-08-05T12:17:18.147Z Downloaded tokio-tungstenite v0.21.0
11882026-08-05T12:17:18.147Z Downloaded daft-derive v0.1.7
11892026-08-05T12:17:18.152Z Downloaded rustls-native-certs v0.8.3
11902026-08-05T12:17:18.153Z Downloaded ignore v0.4.25
11912026-08-05T12:17:18.153Z Downloaded schemars v1.2.1
11922026-08-05T12:17:18.157Z Downloaded convert_case v0.10.0
11932026-08-05T12:17:18.160Z Downloaded peg v0.8.5
11942026-08-05T12:17:18.160Z Downloaded ssh-key v0.7.0-rc.11
11952026-08-05T12:17:18.165Z Downloaded openssl-sys v0.9.117
11962026-08-05T12:17:18.168Z Downloaded slog v2.8.2
11972026-08-05T12:17:18.168Z Downloaded iddqd v0.4.2
11982026-08-05T12:17:18.173Z Downloaded itertools v0.10.5
11992026-08-05T12:17:18.176Z Downloaded reqwest v0.12.28
12002026-08-05T12:17:18.180Z Downloaded x509-cert v0.2.5
12012026-08-05T12:17:18.188Z Downloaded ppv-lite86 v0.2.21
12022026-08-05T12:17:18.189Z Downloaded steno v0.4.1
12032026-08-05T12:17:18.194Z Downloaded indoc v2.0.7
12042026-08-05T12:17:18.195Z Downloaded rsa v0.10.0-rc.18
12052026-08-05T12:17:18.195Z Downloaded serde_cbor v0.11.2
12062026-08-05T12:17:18.195Z Downloaded bindgen v0.71.1
12072026-08-05T12:17:18.204Z Downloaded bitvec v1.0.1
12082026-08-05T12:17:18.210Z Downloaded dropshot-api-manager v0.7.2
12092026-08-05T12:17:18.210Z Downloaded darling v0.21.3
12102026-08-05T12:17:18.210Z Downloaded omicron-zone-package v0.12.3
12112026-08-05T12:17:18.214Z Downloaded tokio-postgres v0.7.16
12122026-08-05T12:17:18.214Z Downloaded serde_with v3.21.0
12132026-08-05T12:17:18.221Z Downloaded crypto-bigint v0.5.5
12142026-08-05T12:17:18.226Z Downloaded chrono v0.4.45
12152026-08-05T12:17:18.230Z Downloaded quinn v0.11.11
12162026-08-05T12:17:18.230Z Downloaded rayon-core v1.13.0
12172026-08-05T12:17:18.233Z Downloaded zerovec v0.11.5
12182026-08-05T12:17:18.233Z Downloaded socket2 v0.6.3
12192026-08-05T12:17:18.236Z Downloaded libbz2-rs-sys v0.2.2
12202026-08-05T12:17:18.236Z Downloaded parking_lot_core v0.9.12
12212026-08-05T12:17:18.239Z Downloaded rcgen v0.12.1
12222026-08-05T12:17:18.245Z Downloaded ed25519-dalek v3.0.0
12232026-08-05T12:17:18.254Z Downloaded petname v2.0.2
12242026-08-05T12:17:18.258Z Downloaded num-bigint v0.4.6
12252026-08-05T12:17:18.261Z Downloaded icu_properties v2.1.2
12262026-08-05T12:17:18.261Z Downloaded rayon v1.11.0
12272026-08-05T12:17:18.272Z Downloaded goblin v0.10.5
12282026-08-05T12:17:18.276Z Downloaded derive_more v2.1.1
12292026-08-05T12:17:18.280Z Downloaded hickory-proto v0.26.1
12302026-08-05T12:17:18.284Z Downloaded nom v8.0.0
12312026-08-05T12:17:18.296Z Downloaded minimal-lexical v0.2.1
12322026-08-05T12:17:18.307Z Downloaded winnow v1.0.3
12332026-08-05T12:17:18.318Z Downloaded russh v0.62.4
12342026-08-05T12:17:18.329Z Downloaded unicode_categories v0.1.1
12352026-08-05T12:17:18.336Z Downloaded jiff-core v0.1.0
12362026-08-05T12:17:18.342Z Downloaded itertools v0.15.0
12372026-08-05T12:17:18.342Z Downloaded reedline v0.40.0
12382026-08-05T12:17:18.345Z Downloaded winnow v0.5.40
12392026-08-05T12:17:18.348Z Downloaded lalrpop v0.19.12
12402026-08-05T12:17:18.352Z Downloaded zip v4.6.1
12412026-08-05T12:17:18.355Z Downloaded quinn-proto v0.11.16
12422026-08-05T12:17:18.361Z Downloaded moka v0.12.13
12432026-08-05T12:17:18.369Z Downloaded rawzip v0.4.4
12442026-08-05T12:17:18.373Z Downloaded idna v1.1.0
12452026-08-05T12:17:18.373Z Downloaded mio v1.2.0
12462026-08-05T12:17:18.379Z Downloaded tabled v0.20.0
12472026-08-05T12:17:18.390Z Downloaded crypto-primes v0.7.2
12482026-08-05T12:17:18.394Z Downloaded crypto-bigint v0.7.5
12492026-08-05T12:17:18.413Z Downloaded curve25519-dalek v4.1.3
12502026-08-05T12:17:18.417Z Downloaded smoltcp v0.11.0
12512026-08-05T12:17:18.424Z Downloaded time v0.3.47
12522026-08-05T12:17:18.431Z Downloaded polar-core v0.27.3
12532026-08-05T12:17:18.436Z Downloaded crossterm v0.28.1
12542026-08-05T12:17:18.440Z Downloaded regress v0.10.5
12552026-08-05T12:17:18.470Z Downloaded bstr v1.12.1
12562026-08-05T12:17:18.475Z Downloaded proptest v1.11.0
12572026-08-05T12:17:18.476Z Downloaded reqwest v0.13.2
12582026-08-05T12:17:18.476Z Downloaded zlib-rs v0.6.2
12592026-08-05T12:17:18.476Z Downloaded object v0.30.4
12602026-08-05T12:17:18.476Z Downloaded rustls v0.23.41
12612026-08-05T12:17:18.486Z Downloaded hickory-proto v0.24.4
12622026-08-05T12:17:18.492Z Downloaded regex-syntax v0.6.29
12632026-08-05T12:17:18.492Z Downloaded winnow v0.6.26
12642026-08-05T12:17:18.495Z Downloaded icu_properties_data v2.1.2
12652026-08-05T12:17:18.499Z Downloaded smoltcp v0.9.1
12662026-08-05T12:17:18.503Z Downloaded radix_trie v0.2.1
12672026-08-05T12:17:18.507Z Downloaded hickory-proto v0.25.2
12682026-08-05T12:17:18.515Z Downloaded zerocopy v0.8.40
12692026-08-05T12:17:18.521Z Downloaded regress v0.11.1
12702026-08-05T12:17:18.527Z Downloaded dropshot v0.17.1
12712026-08-05T12:17:18.539Z Downloaded nix v0.27.1
12722026-08-05T12:17:18.547Z Downloaded sqlparser v0.61.0
12732026-08-05T12:17:18.552Z Downloaded curve25519-dalek v5.0.0
12742026-08-05T12:17:18.558Z Downloaded tracing v0.1.44
12752026-08-05T12:17:18.571Z Downloaded object v0.37.3
12762026-08-05T12:17:18.580Z Downloaded vcpkg v0.2.15
12772026-08-05T12:17:18.617Z Downloaded nix v0.31.2
12782026-08-05T12:17:18.629Z Downloaded openapiv3 v2.2.0
12792026-08-05T12:17:18.642Z Downloaded typify-impl v0.6.2
12802026-08-05T12:17:18.652Z Downloaded nix v0.28.0
12812026-08-05T12:17:18.659Z Downloaded openssl v0.10.80
12822026-08-05T12:17:18.665Z Downloaded diesel v2.3.7
12832026-08-05T12:17:18.695Z Downloaded ratatui v0.29.0
12842026-08-05T12:17:18.700Z Downloaded zerocopy-derive v0.6.6
12852026-08-05T12:17:18.706Z Downloaded sha3 v0.11.0
12862026-08-05T12:17:18.720Z Downloaded regex-syntax v0.8.10
12872026-08-05T12:17:18.728Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-08-05T12:17:18.735Z Downloaded petgraph v0.8.3
12892026-08-05T12:17:18.749Z Downloaded rustix v0.38.44
12902026-08-05T12:17:18.763Z Downloaded sled v0.34.7
12912026-08-05T12:17:18.771Z Downloaded sha3 v0.10.8
12922026-08-05T12:17:18.774Z Downloaded tokio v1.52.1
12932026-08-05T12:17:18.796Z Downloaded csv v1.4.0
12942026-08-05T12:17:18.815Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-08-05T12:17:18.820Z Downloaded ring v0.17.14
12962026-08-05T12:17:18.841Z Downloaded regex-automata v0.4.14
12972026-08-05T12:17:18.851Z Downloaded chrono-tz v0.10.4
12982026-08-05T12:17:18.860Z Downloaded petgraph v0.6.5
12992026-08-05T12:17:18.871Z Downloaded jiff v0.2.34
13002026-08-05T12:17:18.925Z Downloaded libz-sys v1.1.24
13012026-08-05T12:17:18.992Z Downloaded encoding_rs v0.8.35
13022026-08-05T12:17:19.081Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-08-05T12:17:19.587Z Downloaded aws-lc-sys v0.40.0
13042026-08-05T12:17:19.850Z Compiling libc v0.2.185
13052026-08-05T12:17:19.850Z Compiling serde_core v1.0.228
13062026-08-05T12:17:19.853Z Compiling serde v1.0.228
13072026-08-05T12:17:19.853Z Compiling log v0.4.29
13082026-08-05T12:17:19.853Z Compiling smallvec v1.15.1
13092026-08-05T12:17:19.853Z Compiling shlex v1.3.0
13102026-08-05T12:17:19.853Z Compiling find-msvc-tools v0.1.9
13112026-08-05T12:17:19.853Z Compiling subtle v2.6.1
13122026-08-05T12:17:20.027Z Compiling scopeguard v1.2.0
13132026-08-05T12:17:20.030Z Compiling typenum v1.20.1
13142026-08-05T12:17:20.030Z Compiling stable_deref_trait v1.2.1
13152026-08-05T12:17:20.030Z Compiling zerocopy v0.8.40
13162026-08-05T12:17:20.039Z Compiling portable-atomic v1.13.1
13172026-08-05T12:17:20.063Z Compiling serde_json v1.0.151
13182026-08-05T12:17:20.075Z Compiling syn v2.0.117
13192026-08-05T12:17:20.086Z Compiling critical-section v1.2.0
13202026-08-05T12:17:20.166Z Compiling lock_api v0.4.14
13212026-08-05T12:17:20.190Z Compiling libm v0.2.16
13222026-08-05T12:17:20.202Z Compiling num-traits v0.2.19
13232026-08-05T12:17:20.217Z Compiling pkg-config v0.3.32
13242026-08-05T12:17:20.232Z Compiling getrandom v0.4.1
13252026-08-05T12:17:20.255Z Compiling generic-array v0.14.7
13262026-08-05T12:17:20.271Z Compiling parking_lot_core v0.9.12
13272026-08-05T12:17:20.304Z Compiling const-oid v0.9.6
13282026-08-05T12:17:20.360Z Compiling pin-project-lite v0.2.17
13292026-08-05T12:17:20.404Z Compiling rand_core v0.10.0
13302026-08-05T12:17:20.431Z Compiling writeable v0.6.2
13312026-08-05T12:17:20.508Z Compiling futures-core v0.3.32
13322026-08-05T12:17:20.551Z Compiling percent-encoding v2.3.2
13332026-08-05T12:17:20.580Z Compiling litemap v0.8.1
13342026-08-05T12:17:20.611Z Compiling icu_normalizer_data v2.1.1
13352026-08-05T12:17:20.611Z Compiling icu_properties_data v2.1.2
13362026-08-05T12:17:20.640Z Compiling getrandom v0.3.4
13372026-08-05T12:17:20.680Z Compiling futures-sink v0.3.32
13382026-08-05T12:17:20.680Z Compiling rustix v1.1.3
13392026-08-05T12:17:20.707Z Compiling slab v0.4.12
13402026-08-05T12:17:20.753Z Compiling futures-task v0.3.32
13412026-08-05T12:17:20.802Z Compiling futures-channel v0.3.32
13422026-08-05T12:17:20.820Z Compiling utf8_iter v1.0.4
13432026-08-05T12:17:20.823Z Compiling futures-io v0.3.32
13442026-08-05T12:17:20.889Z Compiling jobserver v0.1.34
13452026-08-05T12:17:20.902Z Compiling errno v0.3.14
13462026-08-05T12:17:20.906Z Compiling getrandom v0.2.17
13472026-08-05T12:17:20.978Z Compiling mio v1.2.0
13482026-08-05T12:17:21.021Z Compiling socket2 v0.6.3
13492026-08-05T12:17:21.040Z Compiling signal-hook-registry v1.4.8
13502026-08-05T12:17:21.061Z Compiling rand_core v0.6.4
13512026-08-05T12:17:21.083Z Compiling form_urlencoded v1.2.2
13522026-08-05T12:17:21.111Z Compiling cc v1.2.56
13532026-08-05T12:17:21.151Z Compiling once_cell v1.21.3
13542026-08-05T12:17:21.176Z Compiling parking_lot v0.12.5
13552026-08-05T12:17:21.236Z Compiling rustversion v1.0.22
13562026-08-05T12:17:21.261Z Compiling iana-time-zone v0.1.65
13572026-08-05T12:17:21.279Z Compiling base64ct v1.8.3
13582026-08-05T12:17:21.292Z Compiling dunce v1.0.5
13592026-08-05T12:17:21.335Z Compiling fs_extra v1.3.0
13602026-08-05T12:17:21.364Z Compiling ident_case v1.0.1
13612026-08-05T12:17:21.378Z Compiling regex-syntax v0.8.10
13622026-08-05T12:17:21.402Z Compiling flagset v0.4.7
13632026-08-05T12:17:21.449Z Compiling base64 v0.22.1
13642026-08-05T12:17:21.475Z Compiling vcpkg v0.2.15
13652026-08-05T12:17:21.481Z Compiling rand_core v0.9.5
13662026-08-05T12:17:21.494Z Compiling syn v1.0.109
13672026-08-05T12:17:21.549Z Compiling pem-rfc7468 v0.7.0
13682026-08-05T12:17:21.566Z Compiling tracing-core v0.1.36
13692026-08-05T12:17:21.582Z Compiling schemars v0.8.22
13702026-08-05T12:17:21.596Z Compiling cmov v0.5.4
13712026-08-05T12:17:21.625Z Compiling dyn-clone v1.0.20
13722026-08-05T12:17:21.698Z Compiling aws-lc-rs v1.16.3
13732026-08-05T12:17:21.786Z Compiling cpufeatures v0.2.17
13742026-08-05T12:17:21.801Z Compiling ctutils v0.4.2
13752026-08-05T12:17:21.820Z Compiling spin v0.9.8
13762026-08-05T12:17:21.848Z Compiling cmake v0.1.57
13772026-08-05T12:17:21.875Z Compiling openssl-probe v0.2.1
13782026-08-05T12:17:21.889Z Compiling tinyvec_macros v0.1.1
13792026-08-05T12:17:21.901Z Compiling httparse v1.10.1
13802026-08-05T12:17:21.971Z Compiling crc32fast v1.5.0
13812026-08-05T12:17:21.990Z Compiling tinyvec v1.10.0
13822026-08-05T12:17:22.011Z Compiling aho-corasick v1.1.4
13832026-08-05T12:17:22.040Z Compiling tower-service v0.3.3
13842026-08-05T12:17:22.053Z Compiling atomic-waker v1.1.2
13852026-08-05T12:17:22.067Z Compiling tower-layer v0.3.3
13862026-08-05T12:17:22.123Z Compiling untrusted v0.7.1
13872026-08-05T12:17:22.145Z Compiling bitflags v2.11.0
13882026-08-05T12:17:22.206Z Compiling semver v1.0.28
13892026-08-05T12:17:22.244Z Compiling indexmap v2.14.0
13902026-08-05T12:17:22.260Z Compiling uuid v1.23.4
13912026-08-05T12:17:22.276Z Compiling try-lock v0.2.5
13922026-08-05T12:17:22.307Z Compiling radium v0.7.0
13932026-08-05T12:17:22.356Z Compiling simd-adler32 v0.3.8
13942026-08-05T12:17:22.401Z Compiling want v0.3.1
13952026-08-05T12:17:22.405Z Compiling openssl v0.10.80
13962026-08-05T12:17:22.625Z Compiling rustc_version v0.4.1
13972026-08-05T12:17:22.649Z Compiling maybe-uninit v2.0.0
13982026-08-05T12:17:22.667Z Compiling rustls v0.23.41
13992026-08-05T12:17:22.692Z Compiling httpdate v1.0.3
14002026-08-05T12:17:22.715Z Compiling untrusted v0.9.0
14012026-08-05T12:17:22.741Z Compiling tap v1.0.1
14022026-08-05T12:17:22.759Z Compiling aws-lc-sys v0.40.0
14032026-08-05T12:17:22.772Z Compiling openssl-sys v0.9.117
14042026-08-05T12:17:22.853Z Compiling foreign-types-shared v0.1.1
14052026-08-05T12:17:22.870Z Compiling wyz v0.5.1
14062026-08-05T12:17:22.870Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-08-05T12:17:22.936Z Compiling regex-automata v0.4.14
14082026-08-05T12:17:22.965Z Compiling foreign-types v0.3.2
14092026-08-05T12:17:22.986Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-08-05T12:17:23.015Z Compiling synstructure v0.13.2
14112026-08-05T12:17:23.052Z Compiling serde_derive_internals v0.29.1
14122026-08-05T12:17:23.067Z Compiling pest_generator v2.8.6
14132026-08-05T12:17:23.093Z Compiling darling_core v0.20.11
14142026-08-05T12:17:23.175Z Compiling unicode-normalization v0.1.25
14152026-08-05T12:17:23.228Z Compiling num-integer v0.1.46
14162026-08-05T12:17:23.430Z Compiling tempfile v3.25.0
14172026-08-05T12:17:23.479Z Compiling terminal_size v0.4.3
14182026-08-05T12:17:23.648Z Compiling wait-timeout v0.2.1
14192026-08-05T12:17:23.666Z Compiling ahash v0.8.12
14202026-08-05T12:17:23.678Z Compiling time-core v0.1.8
14212026-08-05T12:17:23.682Z Compiling quick-error v1.2.3
14222026-08-05T12:17:23.707Z Compiling num-bigint-dig v0.8.6
14232026-08-05T12:17:23.805Z Compiling native-tls v0.2.18
14242026-08-05T12:17:23.832Z Compiling funty v2.0.0
14252026-08-05T12:17:23.850Z Compiling num-conv v0.2.0
14262026-08-05T12:17:23.864Z Compiling packed_struct v0.10.1
14272026-08-05T12:17:23.868Z Compiling powerfmt v0.2.0
14282026-08-05T12:17:23.894Z Compiling bit-vec v0.8.0
14292026-08-05T12:17:23.905Z Compiling adler2 v2.0.1
14302026-08-05T12:17:23.959Z Compiling rusty-fork v0.3.1
14312026-08-05T12:17:23.992Z Compiling time-macros v0.2.27
14322026-08-05T12:17:24.007Z Compiling miniz_oxide v0.8.9
14332026-08-05T12:17:24.021Z Compiling deranged v0.5.8
14342026-08-05T12:17:24.055Z Compiling clap_builder v4.6.0
14352026-08-05T12:17:24.058Z Compiling num-iter v0.1.45
14362026-08-05T12:17:24.100Z Compiling bit-set v0.8.0
14372026-08-05T12:17:24.177Z Compiling bitvec v1.0.1
14382026-08-05T12:17:24.288Z Compiling lazy_static v1.5.0
14392026-08-05T12:17:24.336Z Compiling rand_xorshift v0.4.0
14402026-08-05T12:17:24.357Z Compiling anstyle-parse v0.2.7
14412026-08-05T12:17:24.401Z Compiling sync_wrapper v1.0.2
14422026-08-05T12:17:24.450Z Compiling indexmap v1.9.3
14432026-08-05T12:17:24.490Z Compiling nodrop v0.1.14
14442026-08-05T12:17:24.518Z Compiling num_threads v0.1.7
14452026-08-05T12:17:24.554Z Compiling paste v1.0.15
14462026-08-05T12:17:24.594Z Compiling crossbeam-utils v0.8.21
14472026-08-05T12:17:24.646Z Compiling unarray v0.1.4
14482026-08-05T12:17:24.665Z Compiling usdt-impl v0.6.0
14492026-08-05T12:17:24.670Z Compiling zlib-rs v0.6.2
14502026-08-05T12:17:24.760Z Compiling siphasher v1.0.2
14512026-08-05T12:17:24.813Z Compiling serde_derive v1.0.228
14522026-08-05T12:17:24.826Z Compiling zeroize_derive v1.5.0
14532026-08-05T12:17:24.881Z Compiling zerocopy-derive v0.8.40
14542026-08-05T12:17:24.906Z Compiling zerofrom-derive v0.1.6
14552026-08-05T12:17:24.974Z Compiling yoke-derive v0.8.1
14562026-08-05T12:17:25.072Z Compiling zerovec-derive v0.11.2
14572026-08-05T12:17:25.109Z Compiling displaydoc v0.2.5
14582026-08-05T12:17:25.128Z Compiling tokio-macros v2.7.0
14592026-08-05T12:17:25.520Z Compiling futures-macro v0.3.32
14602026-08-05T12:17:25.535Z Compiling zeroize v1.9.0
14612026-08-05T12:17:25.776Z Compiling thiserror-impl v2.0.18
14622026-08-05T12:17:25.932Z Compiling der_derive v0.7.3
14632026-08-05T12:17:25.945Z Compiling tracing-attributes v0.1.31
14642026-08-05T12:17:26.095Z Compiling rustls-pki-types v1.14.0
14652026-08-05T12:17:26.236Z Compiling schemars_derive v0.8.22
14662026-08-05T12:17:26.268Z Compiling crypto-common v0.1.7
14672026-08-05T12:17:26.332Z Compiling block-buffer v0.10.4
14682026-08-05T12:17:26.400Z Compiling futures-util v0.3.32
14692026-08-05T12:17:26.416Z Compiling zerofrom v0.1.6
14702026-08-05T12:17:26.446Z Compiling hybrid-array v0.4.13
14712026-08-05T12:17:26.536Z Compiling yoke v0.8.1
14722026-08-05T12:17:26.568Z Compiling digest v0.10.7
14732026-08-05T12:17:26.591Z Compiling scroll_derive v0.13.1
14742026-08-05T12:17:26.745Z Compiling zerovec v0.11.5
14752026-08-05T12:17:26.849Z Compiling zerotrie v0.2.3
14762026-08-05T12:17:26.945Z Compiling der v0.7.10
14772026-08-05T12:17:27.197Z Compiling sha2 v0.10.9
14782026-08-05T12:17:27.250Z Compiling tinystr v0.8.2
14792026-08-05T12:17:27.250Z Compiling potential_utf v0.1.4
14802026-08-05T12:17:27.286Z Compiling thiserror v2.0.18
14812026-08-05T12:17:27.301Z Compiling pest_derive v2.8.6
14822026-08-05T12:17:27.326Z Compiling signature v2.2.0
14832026-08-05T12:17:27.384Z Compiling tracing v0.1.44
14842026-08-05T12:17:27.411Z Compiling icu_collections v2.1.1
14852026-08-05T12:17:27.457Z Compiling icu_locale_core v2.1.1
14862026-08-05T12:17:27.480Z Compiling darling_macro v0.20.11
14872026-08-05T12:17:27.498Z Compiling scroll v0.13.0
14882026-08-05T12:17:27.528Z Compiling thiserror-impl v1.0.69
14892026-08-05T12:17:27.594Z Compiling openssl-macros v0.1.1
14902026-08-05T12:17:27.690Z Compiling hmac v0.12.1
14912026-08-05T12:17:27.820Z Compiling goblin v0.10.5
14922026-08-05T12:17:27.858Z Compiling packed_struct_codegen v0.10.1
14932026-08-05T12:17:27.872Z Compiling clap_derive v4.6.1
14942026-08-05T12:17:27.946Z Compiling spki v0.7.3
14952026-08-05T12:17:28.037Z Compiling bitfield-macros v0.19.4
14962026-08-05T12:17:28.099Z Compiling darling v0.20.11
14972026-08-05T12:17:28.183Z Compiling icu_provider v2.1.1
14982026-08-05T12:17:28.188Z Compiling pkcs8 v0.10.2
14992026-08-05T12:17:28.301Z Compiling zerocopy-derive v0.6.6
15002026-08-05T12:17:28.396Z Compiling crc-catalog v2.4.0
15012026-08-05T12:17:28.452Z Compiling bytes v1.11.1
15022026-08-05T12:17:28.497Z Compiling icu_properties v2.1.2
15032026-08-05T12:17:28.500Z Compiling icu_normalizer v2.1.1
15042026-08-05T12:17:28.513Z Compiling chrono v0.4.45
15052026-08-05T12:17:28.587Z Compiling ipnet v2.11.0
15062026-08-05T12:17:28.810Z Compiling hex v0.4.3
15072026-08-05T12:17:28.841Z Compiling serde_spanned v0.6.9
15082026-08-05T12:17:28.895Z Compiling thiserror v1.0.69
15092026-08-05T12:17:28.997Z Compiling tokio v1.52.1
15102026-08-05T12:17:29.011Z Compiling http v1.4.2
15112026-08-05T12:17:29.028Z Compiling toml_datetime v0.6.11
15122026-08-05T12:17:29.110Z Compiling bitfield v0.19.4
15132026-08-05T12:17:29.110Z Compiling crc v3.4.0
15142026-08-05T12:17:29.126Z Compiling pkcs1 v0.7.5
15152026-08-05T12:17:29.177Z Compiling zerocopy v0.6.6
15162026-08-05T12:17:29.309Z Compiling derive_builder_core v0.20.2
15172026-08-05T12:17:29.331Z Compiling dtrace-parser v0.3.0
15182026-08-05T12:17:29.416Z Compiling idna_adapter v1.2.1
15192026-08-05T12:17:29.521Z Compiling ppv-lite86 v0.2.21
15202026-08-05T12:17:29.535Z Compiling idna v1.1.0
15212026-08-05T12:17:29.657Z Compiling flate2 v1.1.9
15222026-08-05T12:17:29.671Z Compiling block-padding v0.4.2
15232026-08-05T12:17:29.698Z Compiling http-body v1.0.1
15242026-08-05T12:17:29.832Z Compiling rand_chacha v0.9.0
15252026-08-05T12:17:29.850Z Compiling url v2.5.8
15262026-08-05T12:17:29.867Z Compiling rand_chacha v0.3.1
15272026-08-05T12:17:29.874Z Compiling http-body-util v0.1.3
15282026-08-05T12:17:29.952Z Compiling clap v4.6.1
15292026-08-05T12:17:29.981Z Compiling block-buffer v0.12.1
15302026-08-05T12:17:30.045Z Compiling rand v0.9.2
15312026-08-05T12:17:30.084Z Compiling crypto-common v0.2.2
15322026-08-05T12:17:30.103Z Compiling time v0.3.47
15332026-08-05T12:17:30.142Z Compiling rand v0.8.6
15342026-08-05T12:17:30.256Z Compiling structmeta-derive v0.3.0
15352026-08-05T12:17:30.298Z Compiling scroll_derive v0.12.1
15362026-08-05T12:17:30.550Z Compiling array-init v0.0.4
15372026-08-05T12:17:30.660Z Compiling proptest v1.11.0
15382026-08-05T12:17:30.673Z Compiling dof v0.4.0
15392026-08-05T12:17:30.693Z Compiling anstream v0.6.21
15402026-08-05T12:17:30.872Z Compiling smallvec v0.6.14
15412026-08-05T12:17:30.908Z Compiling darling_core v0.23.0
15422026-08-05T12:17:30.960Z Compiling heapless v0.7.17
15432026-08-05T12:17:31.004Z Compiling slog v2.8.2
15442026-08-05T12:17:31.021Z Compiling thread-id v5.1.0
15452026-08-05T12:17:31.088Z Compiling env_filter v1.0.0
15462026-08-05T12:17:31.105Z Compiling cookie v0.18.1
15472026-08-05T12:17:31.145Z Compiling ryu v1.0.23
15482026-08-05T12:17:31.216Z Compiling ipnetwork v0.21.1
15492026-08-05T12:17:31.230Z Compiling anyhow v1.0.102
15502026-08-05T12:17:31.314Z Compiling allocator-api2 v0.2.21
15512026-08-05T12:17:31.329Z Compiling unicode-properties v0.1.4
15522026-08-05T12:17:31.363Z Compiling base64 v0.21.7
15532026-08-05T12:17:31.402Z Compiling zstd-safe v7.2.4
15542026-08-05T12:17:31.551Z Compiling iri-string v0.7.10
15552026-08-05T12:17:31.565Z Compiling winnow v0.5.40
15562026-08-05T12:17:31.615Z Compiling unicode-bidi v0.3.18
15572026-08-05T12:17:31.629Z Compiling signal-hook v0.3.18
15582026-08-05T12:17:31.657Z Compiling hashbrown v0.12.3
15592026-08-05T12:17:31.693Z Compiling ron v0.8.1
15602026-08-05T12:17:31.747Z Compiling oxnet v0.1.6
15612026-08-05T12:17:31.824Z Compiling rsa v0.9.10
15622026-08-05T12:17:31.873Z Compiling structmeta v0.3.0
15632026-08-05T12:17:31.947Z Compiling stringprep v0.1.5
15642026-08-05T12:17:32.167Z Compiling serde_urlencoded v0.7.1
15652026-08-05T12:17:32.183Z Compiling env_logger v0.11.9
15662026-08-05T12:17:32.234Z Compiling serde-hex v0.1.0
15672026-08-05T12:17:32.253Z Compiling scroll v0.12.0
15682026-08-05T12:17:32.436Z Compiling camino v1.2.2
15692026-08-05T12:17:32.504Z Compiling bzip2 v0.4.4
15702026-08-05T12:17:32.566Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15712026-08-05T12:17:32.623Z Compiling derive_builder_macro v0.20.2
15722026-08-05T12:17:32.692Z Compiling inout v0.2.2
15732026-08-05T12:17:32.771Z Compiling hashbrown v0.13.2
15742026-08-05T12:17:32.865Z Compiling tokio-util v0.7.18
15752026-08-05T12:17:32.890Z Compiling tower v0.5.3
15762026-08-05T12:17:33.034Z Compiling toml_edit v0.19.15
15772026-08-05T12:17:33.061Z Compiling tokio-native-tls v0.3.1
15782026-08-05T12:17:33.093Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15792026-08-05T12:17:33.139Z Compiling newtype-uuid v1.3.2
15802026-08-05T12:17:33.148Z Compiling serde_tokenstream v0.2.3
15812026-08-05T12:17:33.256Z Compiling erased-serde v0.3.31
15822026-08-05T12:17:33.293Z Compiling x509-cert v0.2.5
15832026-08-05T12:17:33.306Z Compiling md-5 v0.10.6
15842026-08-05T12:17:33.415Z Compiling tower-http v0.6.8
15852026-08-05T12:17:33.496Z Compiling rustls-native-certs v0.8.3
15862026-08-05T12:17:33.501Z Compiling bstr v1.12.1
15872026-08-05T12:17:33.526Z Compiling pin-project-internal v1.1.11
15882026-08-05T12:17:33.530Z Compiling darling_macro v0.23.0
15892026-08-05T12:17:33.771Z Compiling h2 v0.4.15
15902026-08-05T12:17:33.805Z Compiling zerocopy-derive v0.7.35
15912026-08-05T12:17:33.856Z Compiling async-trait v0.1.89
15922026-08-05T12:17:33.951Z Compiling daft-derive v0.1.7
15932026-08-05T12:17:34.033Z Compiling curve25519-dalek v4.1.3
15942026-08-05T12:17:34.067Z Compiling vergen-lib v9.1.0
15952026-08-05T12:17:34.188Z Compiling hash32 v0.2.1
15962026-08-05T12:17:34.263Z Compiling encoding_rs v0.8.35
15972026-08-05T12:17:34.385Z Compiling memoffset v0.9.1
15982026-08-05T12:17:34.405Z Compiling crc-any v2.5.0
15992026-08-05T12:17:34.632Z Compiling ref-cast v1.0.25
16002026-08-05T12:17:34.682Z Compiling cfg_aliases v0.2.1
16012026-08-05T12:17:34.711Z Compiling rustix v0.38.44
16022026-08-05T12:17:34.767Z Compiling fallible-iterator v0.2.0
16032026-08-05T12:17:34.783Z Compiling mime v0.3.17
16042026-08-05T12:17:34.783Z Compiling smoltcp v0.9.1
16052026-08-05T12:17:34.897Z Compiling psl-types v2.0.11
16062026-08-05T12:17:34.953Z Compiling litrs v1.0.0
16072026-08-05T12:17:34.969Z Compiling nix v0.31.2
16082026-08-05T12:17:34.999Z Compiling daft v0.1.7
16092026-08-05T12:17:35.043Z Compiling publicsuffix v2.3.0
16102026-08-05T12:17:35.062Z Compiling zerocopy v0.7.35
16112026-08-05T12:17:35.069Z Compiling pin-project v1.1.11
16122026-08-05T12:17:35.119Z Compiling postgres-protocol v0.6.10
16132026-08-05T12:17:35.191Z Compiling toml v0.7.8
16142026-08-05T12:17:35.337Z Compiling darling v0.23.0
16152026-08-05T12:17:35.351Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-08-05T12:17:35.381Z Compiling object v0.30.4
16172026-08-05T12:17:35.412Z Compiling derive_builder v0.20.2
16182026-08-05T12:17:35.505Z Compiling document-features v0.2.12
16192026-08-05T12:17:35.570Z Compiling cipher v0.5.2
16202026-08-05T12:17:35.650Z Compiling zip v0.6.6
16212026-08-05T12:17:35.714Z Compiling goblin v0.8.2
16222026-08-05T12:17:35.750Z Compiling derive-ex v0.1.8
16232026-08-05T12:17:35.860Z Compiling futures-executor v0.3.32
16242026-08-05T12:17:35.885Z Compiling hubpack_derive v0.1.1
16252026-08-05T12:17:35.896Z Compiling regex v1.12.3
16262026-08-05T12:17:36.126Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-05T12:17:36.161Z Compiling phf_shared v0.13.1
16282026-08-05T12:17:36.184Z Compiling ref-cast-impl v1.0.25
16292026-08-05T12:17:36.184Z Compiling strum_macros v0.27.2
16302026-08-05T12:17:36.236Z Compiling curve25519-dalek-derive v0.1.1
16312026-08-05T12:17:36.327Z Compiling snafu-derive v0.8.9
16322026-08-05T12:17:36.360Z Compiling vergen v9.1.0
16332026-08-05T12:17:36.386Z Compiling cargo-platform v0.3.2
16342026-08-05T12:17:36.408Z Compiling ff v0.13.1
16352026-08-05T12:17:36.422Z Compiling fs-err v3.3.0
16362026-08-05T12:17:36.565Z Compiling jiff-core v0.1.0
16372026-08-05T12:17:36.581Z Compiling unicode-segmentation v1.12.0
16382026-08-05T12:17:36.629Z Compiling cpufeatures v0.3.0
16392026-08-05T12:17:36.676Z Compiling same-file v1.0.6
16402026-08-05T12:17:36.729Z Compiling foldhash v0.1.5
16412026-08-05T12:17:36.744Z Compiling either v1.15.0
16422026-08-05T12:17:36.870Z Compiling base16ct v0.2.0
16432026-08-05T12:17:36.911Z Compiling bitflags v1.3.2
16442026-08-05T12:17:36.930Z Compiling object v0.37.3
16452026-08-05T12:17:36.981Z Compiling path-slash v0.1.5
16462026-08-05T12:17:37.000Z Compiling hyper v1.10.1
16472026-08-05T12:17:37.020Z Compiling libbz2-rs-sys v0.2.2
16482026-08-05T12:17:37.073Z Compiling foldhash v0.2.0
16492026-08-05T12:17:37.120Z Compiling bumpalo v3.20.2
16502026-08-05T12:17:37.218Z Compiling managed v0.8.0
16512026-08-05T12:17:37.302Z Compiling jiff v0.2.34
16522026-08-05T12:17:37.357Z Compiling zopfli v0.8.3
16532026-08-05T12:17:37.448Z Compiling bzip2 v0.6.1
16542026-08-05T12:17:37.499Z Compiling test-strategy v0.4.5
16552026-08-05T12:17:37.671Z Compiling hashbrown v0.16.1
16562026-08-05T12:17:37.707Z Compiling sec1 v0.7.3
16572026-08-05T12:17:37.754Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16582026-08-05T12:17:38.015Z Compiling dof v0.3.0
16592026-08-05T12:17:38.107Z Compiling hashbrown v0.15.5
16602026-08-05T12:17:38.235Z Compiling hyper-util v0.1.20
16612026-08-05T12:17:38.284Z Compiling snafu v0.8.9
16622026-08-05T12:17:38.302Z Compiling strum v0.27.2
16632026-08-05T12:17:38.358Z Compiling walkdir v2.5.0
16642026-08-05T12:17:38.456Z Compiling chacha20 v0.10.0
16652026-08-05T12:17:38.638Z Compiling cargo_metadata v0.23.1
16662026-08-05T12:17:38.712Z Compiling group v0.13.0
16672026-08-05T12:17:38.744Z Compiling hubpack v0.1.2
16682026-08-05T12:17:38.744Z Compiling phf v0.13.1
16692026-08-05T12:17:38.744Z Compiling cookie_store v0.22.1
16702026-08-05T12:17:38.782Z Compiling signal-hook-mio v0.2.5
16712026-08-05T12:17:38.865Z Compiling futures v0.3.32
16722026-08-05T12:17:39.307Z Compiling zstd v0.13.3
16732026-08-05T12:17:39.311Z Compiling postgres-types v0.2.12
16742026-08-05T12:17:39.311Z Compiling serde_with_macros v3.21.0
16752026-08-05T12:17:39.311Z Compiling globset v0.4.18
16762026-08-05T12:17:39.311Z Compiling usdt-attr-macro v0.6.0
16772026-08-05T12:17:39.311Z Compiling usdt-macro v0.6.0
16782026-08-05T12:17:39.311Z Compiling byte-wrapper v0.1.0
16792026-08-05T12:17:39.326Z Compiling dtrace-parser v0.2.0
16802026-08-05T12:17:39.414Z Compiling serde_plain v1.0.2
16812026-08-05T12:17:39.521Z Compiling serde-big-array v0.5.1
16822026-08-05T12:17:39.633Z Compiling olpc-cjson v0.1.4
16832026-08-05T12:17:39.652Z Compiling ed25519 v2.2.3
16842026-08-05T12:17:39.675Z Compiling hyper-tls v0.6.0
16852026-08-05T12:17:39.790Z Compiling hkdf v0.12.4
16862026-08-05T12:17:39.817Z Compiling crypto-bigint v0.5.5
16872026-08-05T12:17:39.930Z Compiling reqwest v0.12.28
16882026-08-05T12:17:39.990Z Compiling phf_shared v0.11.3
16892026-08-05T12:17:40.072Z Compiling enum-as-inner v0.6.1
16902026-08-05T12:17:40.083Z Compiling strum_macros v0.26.4
16912026-08-05T12:17:40.092Z Compiling async-recursion v1.1.1
16922026-08-05T12:17:40.104Z Compiling serde_repr v0.1.20
16932026-08-05T12:17:40.124Z Compiling float-cmp v0.10.0
16942026-08-05T12:17:40.165Z Compiling pem v3.0.6
16952026-08-05T12:17:40.207Z Compiling thread-id v4.2.2
16962026-08-05T12:17:40.230Z Compiling memmap2 v0.9.10
16972026-08-05T12:17:40.289Z Compiling normalize-line-endings v0.3.0
16982026-08-05T12:17:40.309Z Compiling static_assertions v1.1.0
16992026-08-05T12:17:40.395Z Compiling fixedbitset v0.4.2
17002026-08-05T12:17:40.409Z Compiling data-encoding v2.10.0
17012026-08-05T12:17:40.472Z Compiling keccak v0.1.6
17022026-08-05T12:17:40.493Z Compiling difflib v0.4.0
17032026-08-05T12:17:40.566Z Compiling whoami v2.1.0
17042026-08-05T12:17:40.583Z Compiling winnow v1.0.3
17052026-08-05T12:17:40.632Z Compiling new_debug_unreachable v1.0.6
17062026-08-05T12:17:40.692Z Compiling typed-path v0.9.3
17072026-08-05T12:17:40.720Z Compiling predicates-core v1.0.10
17082026-08-05T12:17:40.781Z Compiling fixedbitset v0.5.7
17092026-08-05T12:17:40.911Z Compiling const-oid v0.10.2
17102026-08-05T12:17:40.959Z Compiling precomputed-hash v0.1.1
17112026-08-05T12:17:40.973Z Compiling toml_edit v0.22.27
17122026-08-05T12:17:40.988Z Compiling petgraph v0.8.3
17132026-08-05T12:17:41.060Z Compiling string_cache v0.8.9
17142026-08-05T12:17:41.060Z Compiling toml_parser v1.1.2+spec-1.1.0
17152026-08-05T12:17:41.107Z Compiling digest v0.11.3
17162026-08-05T12:17:41.148Z Compiling predicates v3.1.4
17172026-08-05T12:17:41.148Z Compiling elliptic-curve v0.13.8
17182026-08-05T12:17:41.160Z Compiling tokio-postgres v0.7.16
17192026-08-05T12:17:41.230Z Compiling hickory-proto v0.25.2
17202026-08-05T12:17:41.313Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17212026-08-05T12:17:41.354Z Compiling sha3 v0.10.8
17222026-08-05T12:17:41.553Z Compiling petgraph v0.6.5
17232026-08-05T12:17:41.728Z Compiling usdt v0.6.0
17242026-08-05T12:17:41.808Z Compiling usdt-impl v0.5.0
17252026-08-05T12:17:41.842Z Compiling serde_with v3.21.0
17262026-08-05T12:17:41.855Z Compiling crossterm v0.28.1
17272026-08-05T12:17:41.873Z Compiling strum v0.26.3
17282026-08-05T12:17:41.915Z Compiling ed25519-dalek v2.2.0
17292026-08-05T12:17:41.969Z Compiling zip v4.6.1
17302026-08-05T12:17:42.035Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17312026-08-05T12:17:42.444Z Compiling rand v0.10.1
17322026-08-05T12:17:42.910Z Compiling iddqd v0.4.2
17332026-08-05T12:17:42.993Z Compiling itertools v0.13.0
17342026-08-05T12:17:43.179Z Compiling itertools v0.15.0
17352026-08-05T12:17:43.210Z Compiling heck v0.4.1
17362026-08-05T12:17:43.336Z Compiling similar v2.7.0
17372026-08-05T12:17:43.412Z Compiling tokio-stream v0.1.18
17382026-08-05T12:17:43.479Z Compiling crossbeam-epoch v0.9.18
17392026-08-05T12:17:43.614Z Compiling buf-list v1.1.2
17402026-08-05T12:17:43.711Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17412026-08-05T12:17:43.727Z Compiling openapiv3 v2.2.0
17422026-08-05T12:17:43.796Z Compiling peg-runtime v0.8.5
17432026-08-05T12:17:43.841Z Compiling lalrpop-util v0.19.12
17442026-08-05T12:17:43.963Z Compiling thread_local v1.1.9
17452026-08-05T12:17:43.969Z Compiling slog-async v2.8.0
17462026-08-05T12:17:44.044Z Compiling crossbeam-channel v0.5.15
17472026-08-05T12:17:44.071Z Compiling filetime v0.2.27
17482026-08-05T12:17:44.101Z Compiling is-terminal v0.4.17
17492026-08-05T12:17:44.194Z Compiling take_mut v0.2.2
17502026-08-05T12:17:44.225Z Compiling xattr v1.6.1
17512026-08-05T12:17:44.233Z Compiling term v1.2.1
17522026-08-05T12:17:44.238Z Compiling camino-tempfile v1.4.1
17532026-08-05T12:17:44.399Z Compiling tar v0.4.46
17542026-08-05T12:17:44.524Z Compiling slog-term v2.9.2
17552026-08-05T12:18:01.917Z Compiling rustls-webpki v0.103.13
17562026-08-05T12:18:05.006Z Compiling tokio-rustls v0.26.4
17572026-08-05T12:18:05.006Z Compiling rustls-platform-verifier v0.6.2
17582026-08-05T12:18:05.006Z Compiling tough v0.22.0
17592026-08-05T12:18:05.071Z Compiling hyper-rustls v0.27.7
17602026-08-05T12:18:05.071Z Compiling reqwest v0.13.2
17612026-08-05T12:18:07.180Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622026-08-05T12:18:07.489Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17632026-08-05T12:18:10.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s
17642026-08-05T12:18:10.528Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17652026-08-05T12:18:10.557ZAug 05 12:18:09.686 INFO Starting download, target: Console
17662026-08-05T12:18:10.557ZAug 05 12:18:09.686 INFO Starting download, target: Clickhouse
17672026-08-05T12:18:10.558ZAug 05 12:18:09.686 INFO Starting download, target: Cockroach
17682026-08-05T12:18:10.558ZAug 05 12:18:09.686 INFO Starting download, target: DendriteStub
17692026-08-05T12:18:10.563ZAug 05 12:18:09.686 INFO Starting download, target: MaghemiteMgd
17702026-08-05T12:18:10.563ZAug 05 12:18:09.686 INFO Starting download, target: MaghemiteDdmd
17712026-08-05T12:18:10.563ZAug 05 12:18:09.686 INFO Starting download, target: TransceiverControl
17722026-08-05T12:18:10.563ZAug 05 12:18:09.686 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17732026-08-05T12:18:10.563ZAug 05 12:18:09.686 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-08-05T12:18:10.564ZAug 05 12:18:09.686 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17752026-08-05T12:18:10.564ZAug 05 12:18:09.686 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-08-05T12:18:10.564ZAug 05 12:18:09.686 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-08-05T12:18:10.564ZAug 05 12:18:09.686 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-08-05T12:18:10.564ZAug 05 12:18:09.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792026-08-05T12:18:11.424ZAug 05 12:18:10.525 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-08-05T12:18:11.638ZAug 05 12:18:10.744 INFO Download complete, target: TransceiverControl
17812026-08-05T12:18:12.396ZAug 05 12:18:11.492 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17822026-08-05T12:18:12.681ZAug 05 12:18:11.754 INFO Download complete, target: Console
17832026-08-05T12:18:13.283ZAug 05 12:18:12.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-08-05T12:18:13.302ZAug 05 12:18:12.399 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17852026-08-05T12:18:13.754ZAug 05 12:18:12.865 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17862026-08-05T12:18:13.809ZAug 05 12:18:12.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17872026-08-05T12:18:14.682ZAug 05 12:18:13.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17882026-08-05T12:18:14.682ZAug 05 12:18:13.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17892026-08-05T12:18:16.050ZAug 05 12:18:15.176 INFO Download complete, target: MaghemiteDdmd
17902026-08-05T12:18:16.060ZAug 05 12:18:15.189 INFO Download complete, target: DendriteStub
17912026-08-05T12:18:16.391ZAug 05 12:18:15.520 INFO Download complete, target: MaghemiteMgd
17922026-08-05T12:18:19.494ZAug 05 12:18:18.621 INFO Checking that binary works, target: Cockroach
17932026-08-05T12:18:19.616ZAug 05 12:18:18.744 INFO Download complete, target: Cockroach
17942026-08-05T12:18:20.181ZAug 05 12:18:19.305 INFO Checking that binary works, target: Clickhouse
17952026-08-05T12:18:20.267ZAug 05 12:18:19.395 INFO Download complete, target: Clickhouse
17962026-08-05T12:18:20.272ZAll prerequisites installed successfully
17972026-08-05T12:18:20.277Z
17982026-08-05T12:18:20.278Zreal 1:51.264108878
17992026-08-05T12:18:20.278Zuser 7:13.724025419
18002026-08-05T12:18:20.278Zsys 1:45.156889814
18012026-08-05T12:18:20.278Ztrap 0.296469386
18022026-08-05T12:18:20.278Ztflt 0.860764919
18032026-08-05T12:18:20.278Zdflt 1.666294036
18042026-08-05T12:18:20.278Zkflt 0.027997819
18052026-08-05T12:18:20.278Zlock 28:08.634499559
18062026-08-05T12:18:20.278Zslp 19:45.505746869
18072026-08-05T12:18:20.278Zlat 28.997159686
18082026-08-05T12:18:20.278Zstop 3:25.666098388
18092026-08-05T12:18:20.278Z+ ptime -m cargo xtask download softnpu
18102026-08-05T12:18:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18112026-08-05T12:18:20.762Z Running `target/debug/xtask download softnpu`
18122026-08-05T12:18:21.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18132026-08-05T12:18:21.637Z Running `target/debug/xtask-downloader softnpu`
18142026-08-05T12:18:21.674ZAug 05 12:18:20.776 INFO Starting download, target: Softnpu
18152026-08-05T12:18:21.674ZAug 05 12:18:20.777 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18162026-08-05T12:18:23.232ZAug 05 12:18:22.245 INFO Download complete, target: Softnpu
18172026-08-05T12:18:23.279Z
18182026-08-05T12:18:23.279Zreal 2.840739519
18192026-08-05T12:18:23.279Zuser 1.345211756
18202026-08-05T12:18:23.279Zsys 0.634563191
18212026-08-05T12:18:23.279Ztrap 0.000769470
18222026-08-05T12:18:23.279Ztflt 0.000336290
18232026-08-05T12:18:23.279Zdflt 0.000222970
18242026-08-05T12:18:23.279Zkflt 0.000000690
18252026-08-05T12:18:23.279Zlock 28.658731264
18262026-08-05T12:18:23.279Zslp 1.315706897
18272026-08-05T12:18:23.279Zlat 0.106259183
18282026-08-05T12:18:23.279Zstop 0.000270090
18292026-08-05T12:18:23.279Z+ export CARGO_INCREMENTAL=0
18302026-08-05T12:18:23.279Z+ CARGO_INCREMENTAL=0
18312026-08-05T12:18:23.279Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18322026-08-05T12:18:24.164Z Compiling proc-macro2 v1.0.106
18332026-08-05T12:18:24.164Z Compiling quote v1.0.45
18342026-08-05T12:18:24.164Z Compiling unicode-ident v1.0.24
18352026-08-05T12:18:24.268Z Compiling libc v0.2.185
18362026-08-05T12:18:24.268Z Compiling serde_core v1.0.228
18372026-08-05T12:18:24.268Z Compiling serde v1.0.228
18382026-08-05T12:18:24.268Z Compiling cfg-if v1.0.4
18392026-08-05T12:18:24.268Z Compiling version_check v0.9.5
18402026-08-05T12:18:24.269Z Compiling autocfg v1.5.0
18412026-08-05T12:18:24.269Z Compiling shlex v1.3.0
18422026-08-05T12:18:24.269Z Compiling find-msvc-tools v0.1.9
18432026-08-05T12:18:24.269Z Compiling memchr v2.8.0
18442026-08-05T12:18:24.269Z Compiling zmij v1.0.21
18452026-08-05T12:18:24.269Z Compiling serde_json v1.0.151
18462026-08-05T12:18:24.387Z Compiling portable-atomic v1.13.1
18472026-08-05T12:18:24.477Z Compiling zerocopy v0.8.40
18482026-08-05T12:18:24.552Z Compiling getrandom v0.4.1
18492026-08-05T12:18:24.685Z Compiling libm v0.2.16
18502026-08-05T12:18:24.856Z Compiling num-traits v0.2.19
18512026-08-05T12:18:24.856Z Compiling parking_lot_core v0.9.12
18522026-08-05T12:18:24.856Z Compiling icu_normalizer_data v2.1.1
18532026-08-05T12:18:24.856Z Compiling generic-array v0.14.7
18542026-08-05T12:18:24.900Z Compiling icu_properties_data v2.1.2
18552026-08-05T12:18:24.900Z Compiling smallvec v1.15.1
18562026-08-05T12:18:24.900Z Compiling itoa v1.0.17
18572026-08-05T12:18:24.933Z Compiling log v0.4.29
18582026-08-05T12:18:24.946Z Compiling pkg-config v0.3.32
18592026-08-05T12:18:24.946Z Compiling subtle v2.6.1
18602026-08-05T12:18:24.991Z Compiling stable_deref_trait v1.2.1
18612026-08-05T12:18:25.019Z Compiling typenum v1.20.1
18622026-08-05T12:18:25.108Z Compiling jobserver v0.1.34
18632026-08-05T12:18:25.130Z Compiling getrandom v0.3.4
18642026-08-05T12:18:25.151Z Compiling errno v0.3.14
18652026-08-05T12:18:25.195Z Compiling scopeguard v1.2.0
18662026-08-05T12:18:25.217Z Compiling thiserror v2.0.18
18672026-08-05T12:18:25.323Z Compiling lock_api v0.4.14
18682026-08-05T12:18:25.332Z Compiling cc v1.2.56
18692026-08-05T12:18:25.332Z Compiling rustix v1.1.3
18702026-08-05T12:18:25.440Z Compiling rand_core v0.10.0
18712026-08-05T12:18:25.451Z Compiling getrandom v0.2.17
18722026-08-05T12:18:25.680Z Compiling syn v2.0.117
18732026-08-05T12:18:25.680Z Compiling heck v0.5.0
18742026-08-05T12:18:25.680Z Compiling equivalent v1.0.2
18752026-08-05T12:18:25.841Z Compiling rand_core v0.6.4
18762026-08-05T12:18:25.841Z Compiling pin-project-lite v0.2.17
18772026-08-05T12:18:25.867Z Compiling syn v1.0.109
18782026-08-05T12:18:25.868Z Compiling critical-section v1.2.0
18792026-08-05T12:18:25.914Z Compiling litemap v0.8.1
18802026-08-05T12:18:25.968Z Compiling schemars v0.8.22
18812026-08-05T12:18:25.968Z Compiling writeable v0.6.2
18822026-08-05T12:18:25.968Z Compiling percent-encoding v2.3.2
18832026-08-05T12:18:25.990Z Compiling hashbrown v0.17.0
18842026-08-05T12:18:26.074Z Compiling cmake v0.1.57
18852026-08-05T12:18:26.125Z Compiling dunce v1.0.5
18862026-08-05T12:18:26.241Z Compiling rustversion v1.0.22
18872026-08-05T12:18:26.241Z Compiling once_cell v1.21.3
18882026-08-05T12:18:26.272Z Compiling fs_extra v1.3.0
18892026-08-05T12:18:26.343Z Compiling byteorder v1.5.0
18902026-08-05T12:18:26.395Z Compiling semver v1.0.28
18912026-08-05T12:18:26.509Z Compiling indexmap v2.14.0
18922026-08-05T12:18:26.599Z Compiling bitflags v2.11.0
18932026-08-05T12:18:26.599Z Compiling strsim v0.11.1
18942026-08-05T12:18:26.599Z Compiling signal-hook-registry v1.4.8
18952026-08-05T12:18:26.738Z Compiling aws-lc-sys v0.40.0
18962026-08-05T12:18:26.765Z Compiling utf8_iter v1.0.4
18972026-08-05T12:18:26.792Z Compiling thiserror v1.0.69
18982026-08-05T12:18:26.819Z Compiling parking_lot v0.12.5
18992026-08-05T12:18:27.063Z Compiling form_urlencoded v1.2.2
19002026-08-05T12:18:27.245Z Compiling socket2 v0.6.3
19012026-08-05T12:18:27.245Z Compiling mio v1.2.0
19022026-08-05T12:18:27.356Z Compiling aws-lc-rs v1.16.3
19032026-08-05T12:18:27.356Z Compiling futures-core v0.3.32
19042026-08-05T12:18:27.357Z Compiling const-oid v0.9.6
19052026-08-05T12:18:27.392Z Compiling httparse v1.10.1
19062026-08-05T12:18:27.497Z Compiling ucd-trie v0.1.7
19072026-08-05T12:18:27.516Z Compiling regex-syntax v0.8.10
19082026-08-05T12:18:27.743Z Compiling crc32fast v1.5.0
19092026-08-05T12:18:27.796Z Compiling fnv v1.0.7
19102026-08-05T12:18:27.811Z Compiling pest v2.8.6
19112026-08-05T12:18:27.879Z Compiling ident_case v1.0.1
19122026-08-05T12:18:27.906Z Compiling vcpkg v0.2.15
19132026-08-05T12:18:28.012Z Compiling iana-time-zone v0.1.65
19142026-08-05T12:18:28.022Z Compiling uuid v1.23.4
19152026-08-05T12:18:28.229Z Compiling rustc_version v0.4.1
19162026-08-05T12:18:28.248Z Compiling futures-sink v0.3.32
19172026-08-05T12:18:28.248Z Compiling rustls v0.23.41
19182026-08-05T12:18:28.284Z Compiling futures-channel v0.3.32
19192026-08-05T12:18:28.451Z Compiling synstructure v0.13.2
19202026-08-05T12:18:28.468Z Compiling serde_derive_internals v0.29.1
19212026-08-05T12:18:28.483Z Compiling openssl-sys v0.9.117
19222026-08-05T12:18:28.615Z Compiling aho-corasick v1.1.4
19232026-08-05T12:18:28.636Z Compiling slab v0.4.12
19242026-08-05T12:18:28.681Z Compiling futures-io v0.3.32
19252026-08-05T12:18:28.727Z Compiling futures-task v0.3.32
19262026-08-05T12:18:28.865Z Compiling pest_meta v2.8.6
19272026-08-05T12:18:28.946Z Compiling radium v0.7.0
19282026-08-05T12:18:29.032Z Compiling plain v0.2.3
19292026-08-05T12:18:29.052Z Compiling time-core v0.1.8
19302026-08-05T12:18:29.052Z Compiling dyn-clone v1.0.20
19312026-08-05T12:18:29.052Z Compiling num-conv v0.2.0
19322026-08-05T12:18:29.103Z Compiling crossbeam-utils v0.8.21
19332026-08-05T12:18:29.175Z Compiling openssl v0.10.80
19342026-08-05T12:18:29.188Z Compiling time-macros v0.2.27
19352026-08-05T12:18:29.188Z Compiling pretty-hex v0.4.1
19362026-08-05T12:18:29.258Z Compiling maybe-uninit v2.0.0
19372026-08-05T12:18:29.356Z Compiling regex-automata v0.4.14
19382026-08-05T12:18:29.366Z Compiling base64 v0.22.1
19392026-08-05T12:18:29.392Z Compiling base64ct v1.8.3
19402026-08-05T12:18:29.436Z Compiling flagset v0.4.7
19412026-08-05T12:18:29.517Z Compiling pest_generator v2.8.6
19422026-08-05T12:18:29.631Z Compiling rand_core v0.9.5
19432026-08-05T12:18:29.649Z Compiling darling_core v0.23.0
19442026-08-05T12:18:29.649Z Compiling pem-rfc7468 v0.7.0
19452026-08-05T12:18:29.649Z Compiling serde_derive v1.0.228
19462026-08-05T12:18:29.649Z Compiling zeroize_derive v1.5.0
19472026-08-05T12:18:29.742Z Compiling zerofrom-derive v0.1.6
19482026-08-05T12:18:29.861Z Compiling yoke-derive v0.8.1
19492026-08-05T12:18:29.861Z Compiling zerocopy-derive v0.8.40
19502026-08-05T12:18:29.892Z Compiling zerovec-derive v0.11.2
19512026-08-05T12:18:29.892Z Compiling displaydoc v0.2.5
19522026-08-05T12:18:29.907Z Compiling tokio-macros v2.7.0
19532026-08-05T12:18:29.917Z Compiling futures-macro v0.3.32
19542026-08-05T12:18:30.131Z Compiling thiserror-impl v2.0.18
19552026-08-05T12:18:30.148Z Compiling schemars_derive v0.8.22
19562026-08-05T12:18:30.167Z Compiling der_derive v0.7.3
19572026-08-05T12:18:30.269Z Compiling zeroize v1.9.0
19582026-08-05T12:18:30.558Z Compiling tracing-attributes v0.1.31
19592026-08-05T12:18:30.602Z Compiling thiserror-impl v1.0.69
19602026-08-05T12:18:30.679Z Compiling pest_derive v2.8.6
19612026-08-05T12:18:30.716Z Compiling futures-util v0.3.32
19622026-08-05T12:18:30.805Z Compiling zerofrom v0.1.6
19632026-08-05T12:18:30.963Z Compiling yoke v0.8.1
19642026-08-05T12:18:31.142Z Compiling crypto-common v0.1.7
19652026-08-05T12:18:31.177Z Compiling zerovec v0.11.5
19662026-08-05T12:18:31.195Z Compiling zerotrie v0.2.3
19672026-08-05T12:18:31.293Z Compiling block-buffer v0.10.4
19682026-08-05T12:18:31.462Z Compiling digest v0.10.7
19692026-08-05T12:18:31.558Z Compiling scroll_derive v0.12.1
19702026-08-05T12:18:31.652Z Compiling scroll_derive v0.13.1
19712026-08-05T12:18:31.680Z Compiling der v0.7.10
19722026-08-05T12:18:31.698Z Compiling openssl-macros v0.1.1
19732026-08-05T12:18:31.731Z Compiling tinystr v0.8.2
19742026-08-05T12:18:31.779Z Compiling potential_utf v0.1.4
19752026-08-05T12:18:31.895Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-08-05T12:18:31.991Z Compiling icu_locale_core v2.1.1
19772026-08-05T12:18:32.066Z Compiling icu_collections v2.1.1
19782026-08-05T12:18:32.218Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19792026-08-05T12:18:32.218Z Compiling ahash v0.8.12
19802026-08-05T12:18:32.350Z Compiling num-bigint-dig v0.8.6
19812026-08-05T12:18:32.549Z Compiling anyhow v1.0.102
19822026-08-05T12:18:32.622Z Compiling packed_struct v0.10.1
19832026-08-05T12:18:32.622Z Compiling native-tls v0.2.18
19842026-08-05T12:18:32.622Z Compiling spki v0.7.3
19852026-08-05T12:18:32.744Z Compiling icu_provider v2.1.1
19862026-08-05T12:18:32.811Z Compiling darling_macro v0.23.0
19872026-08-05T12:18:32.833Z Compiling regex v1.12.3
19882026-08-05T12:18:32.833Z Compiling zerocopy-derive v0.7.35
19892026-08-05T12:18:32.913Z Compiling bytes v1.11.1
19902026-08-05T12:18:33.038Z Compiling chrono v0.4.45
19912026-08-05T12:18:33.038Z Compiling serde_tokenstream v0.2.3
19922026-08-05T12:18:33.071Z Compiling icu_normalizer v2.1.1
19932026-08-05T12:18:33.143Z Compiling icu_properties v2.1.2
19942026-08-05T12:18:33.439Z Compiling tokio v1.52.1
19952026-08-05T12:18:33.627Z Compiling http v1.4.2
19962026-08-05T12:18:33.802Z Compiling slog v2.8.2
19972026-08-05T12:18:34.013Z Compiling idna_adapter v1.2.1
19982026-08-05T12:18:34.056Z Compiling ppv-lite86 v0.2.21
19992026-08-05T12:18:34.217Z Compiling idna v1.1.0
20002026-08-05T12:18:34.369Z Compiling tracing-core v0.1.36
20012026-08-05T12:18:34.404Z Compiling cookie v0.18.1
20022026-08-05T12:18:34.438Z Compiling utf8parse v0.2.2
20032026-08-05T12:18:34.477Z Compiling camino v1.2.2
20042026-08-05T12:18:34.549Z Compiling cpufeatures v0.2.17
20052026-08-05T12:18:34.576Z Compiling url v2.5.8
20062026-08-05T12:18:34.617Z Compiling rand_chacha v0.9.0
20072026-08-05T12:18:34.693Z Compiling darling v0.23.0
20082026-08-05T12:18:34.728Z Compiling toml_datetime v0.6.11
20092026-08-05T12:18:34.753Z Compiling serde_spanned v0.6.9
20102026-08-05T12:18:34.768Z Compiling packed_struct_codegen v0.10.1
20112026-08-05T12:18:34.792Z Compiling tracing v0.1.44
20122026-08-05T12:18:34.969Z Compiling bitfield-macros v0.19.4
20132026-08-05T12:18:34.984Z Compiling clap_derive v4.6.1
20142026-08-05T12:18:34.984Z Compiling zerocopy-derive v0.6.6
20152026-08-05T12:18:35.399Z Compiling indexmap v1.9.3
20162026-08-05T12:18:35.410Z Compiling anstyle v1.0.14
20172026-08-05T12:18:35.599Z Compiling cmov v0.5.4
20182026-08-05T12:18:35.628Z Compiling paste v1.0.15
20192026-08-05T12:18:35.675Z Compiling rand v0.9.2
20202026-08-05T12:18:35.704Z Compiling http-body v1.0.1
20212026-08-05T12:18:35.740Z Compiling pkcs8 v0.10.2
20222026-08-05T12:18:35.830Z Compiling ctutils v0.4.2
20232026-08-05T12:18:35.906Z Compiling rustls-pki-types v1.14.0
20242026-08-05T12:18:36.098Z Compiling spin v0.9.8
20252026-08-05T12:18:36.131Z Compiling usdt-impl v0.5.0
20262026-08-05T12:18:36.131Z Compiling winnow v0.5.40
20272026-08-05T12:18:36.264Z Compiling tinyvec_macros v0.1.1
20282026-08-05T12:18:36.358Z Compiling colorchoice v1.0.4
20292026-08-05T12:18:36.358Z Compiling usdt-impl v0.6.0
20302026-08-05T12:18:36.408Z Compiling anstyle-query v1.1.5
20312026-08-05T12:18:36.408Z Compiling fastrand v2.3.0
20322026-08-05T12:18:36.429Z Compiling is_terminal_polyfill v1.70.2
20332026-08-05T12:18:36.429Z Compiling either v1.15.0
20342026-08-05T12:18:36.429Z Compiling openssl-probe v0.2.1
20352026-08-05T12:18:36.517Z Compiling ref-cast v1.0.25
20362026-08-05T12:18:36.555Z Compiling tinyvec v1.10.0
20372026-08-05T12:18:36.639Z Compiling hybrid-array v0.4.13
20382026-08-05T12:18:36.796Z Compiling sha2 v0.10.9
20392026-08-05T12:18:36.862Z Compiling scroll v0.13.0
20402026-08-05T12:18:36.989Z Compiling scroll v0.12.0
20412026-08-05T12:18:37.054Z Compiling async-trait v0.1.89
20422026-08-05T12:18:37.138Z Compiling heapless v0.7.17
20432026-08-05T12:18:37.240Z Compiling tokio-util v0.7.18
20442026-08-05T12:18:37.736Z Compiling winnow v1.0.3
20452026-08-05T12:18:37.784Z Compiling winnow v0.7.14
20462026-08-05T12:18:37.784Z Compiling toml_edit v0.19.15
20472026-08-05T12:18:37.784Z Compiling rustix v0.38.44
20482026-08-05T12:18:37.784Z Compiling try-lock v0.2.5
20492026-08-05T12:18:37.784Z Compiling litrs v1.0.0
20502026-08-05T12:18:37.784Z Compiling tower-layer v0.3.3
20512026-08-05T12:18:37.784Z Compiling atomic-waker v1.1.2
20522026-08-05T12:18:37.803Z Compiling tower-service v0.3.3
20532026-08-05T12:18:37.828Z Compiling untrusted v0.7.1
20542026-08-05T12:18:37.839Z Compiling signal-hook v0.3.18
20552026-08-05T12:18:37.915Z Compiling zstd-safe v7.2.4
20562026-08-05T12:18:38.015Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-08-05T12:18:38.080Z Compiling document-features v0.2.12
20582026-08-05T12:18:38.080Z Compiling h2 v0.4.15
20592026-08-05T12:18:38.107Z Compiling want v0.3.1
20602026-08-05T12:18:38.195Z Compiling tempfile v3.25.0
20612026-08-05T12:18:38.662Z Compiling goblin v0.8.2
20622026-08-05T12:18:38.699Z Compiling goblin v0.10.5
20632026-08-05T12:18:38.721Z Compiling itertools v0.15.0
20642026-08-05T12:18:38.721Z Compiling anstyle-parse v1.0.0
20652026-08-05T12:18:38.767Z Compiling zerocopy v0.7.35
20662026-08-05T12:18:38.811Z Compiling ipnet v2.11.0
20672026-08-05T12:18:39.036Z Compiling daft-derive v0.1.7
20682026-08-05T12:18:39.373Z Compiling structmeta-derive v0.3.0
20692026-08-05T12:18:39.625Z Compiling ref-cast-impl v1.0.25
20702026-08-05T12:18:39.625Z Compiling curve25519-dalek v4.1.3
20712026-08-05T12:18:39.625Z Compiling darling_core v0.20.11
20722026-08-05T12:18:39.728Z Compiling memoffset v0.9.1
20732026-08-05T12:18:39.728Z Compiling tap v1.0.1
20742026-08-05T12:18:39.728Z Compiling untrusted v0.9.0
20752026-08-05T12:18:40.361Z Compiling foreign-types-shared v0.1.1
20762026-08-05T12:18:40.415Z Compiling simd-adler32 v0.3.8
20772026-08-05T12:18:40.416Z Compiling httpdate v1.0.3
20782026-08-05T12:18:40.416Z Compiling powerfmt v0.2.0
20792026-08-05T12:18:40.416Z Compiling foreign-types v0.3.2
20802026-08-05T12:18:40.416Z Compiling deranged v0.5.8
20812026-08-05T12:18:40.416Z Compiling wyz v0.5.1
20822026-08-05T12:18:40.416Z Compiling anstream v1.0.0
20832026-08-05T12:18:40.416Z Compiling structmeta v0.3.0
20842026-08-05T12:18:40.416Z Compiling unicode-normalization v0.1.25
20852026-08-05T12:18:40.780Z Compiling dtrace-parser v0.2.0
20862026-08-05T12:18:40.780Z Compiling rand_chacha v0.3.1
20872026-08-05T12:18:41.304Z Compiling dof v0.3.0
20882026-08-05T12:18:41.345Z Compiling hex v0.4.3
20892026-08-05T12:18:41.345Z Compiling signature v2.2.0
20902026-08-05T12:18:41.345Z Compiling dtrace-parser v0.3.0
20912026-08-05T12:18:41.345Z Compiling terminal_size v0.4.3
20922026-08-05T12:18:41.345Z Compiling hyper v1.10.1
20932026-08-05T12:18:41.345Z Compiling pin-project-internal v1.1.11
20942026-08-05T12:18:41.345Z Compiling dof v0.4.0
20952026-08-05T12:18:41.345Z Compiling num-integer v0.1.46
20962026-08-05T12:18:41.412Z Compiling darling_macro v0.20.11
20972026-08-05T12:18:41.624Z Compiling thread-id v5.1.0
20982026-08-05T12:18:41.669Z Compiling thread-id v4.2.2
20992026-08-05T12:18:41.755Z Compiling wait-timeout v0.2.1
21002026-08-05T12:18:41.959Z Compiling quick-error v1.2.3
21012026-08-05T12:18:41.959Z Compiling bit-vec v0.8.0
21022026-08-05T12:18:42.013Z Compiling adler2 v2.0.1
21032026-08-05T12:18:42.013Z Compiling clap_lex v1.0.0
21042026-08-05T12:18:42.013Z Compiling cfg_aliases v0.2.1
21052026-08-05T12:18:42.113Z Compiling num_threads v0.1.7
21062026-08-05T12:18:42.171Z Compiling funty v2.0.0
21072026-08-05T12:18:42.234Z Compiling smoltcp v0.9.1
21082026-08-05T12:18:42.247Z Compiling time v0.3.47
21092026-08-05T12:18:42.247Z Compiling clap_builder v4.6.0
21102026-08-05T12:18:42.314Z Compiling nix v0.31.2
21112026-08-05T12:18:42.366Z Compiling hyper-util v0.1.20
21122026-08-05T12:18:42.406Z Compiling miniz_oxide v0.8.9
21132026-08-05T12:18:42.427Z Compiling bit-set v0.8.0
21142026-08-05T12:18:42.428Z Compiling darling v0.20.11
21152026-08-05T12:18:42.517Z Compiling bitvec v1.0.1
21162026-08-05T12:18:42.543Z Compiling rusty-fork v0.3.1
21172026-08-05T12:18:42.680Z Compiling num-iter v0.1.45
21182026-08-05T12:18:42.879Z Compiling rand v0.8.6
21192026-08-05T12:18:42.925Z Compiling lazy_static v1.5.0
21202026-08-05T12:18:43.201Z Compiling ipnetwork v0.21.1
21212026-08-05T12:18:43.251Z Compiling anstyle-parse v0.2.7
21222026-08-05T12:18:43.463Z Compiling hmac v0.12.1
21232026-08-05T12:18:43.483Z Compiling rand_xorshift v0.4.0
21242026-08-05T12:18:43.586Z Compiling curve25519-dalek-derive v0.1.1
21252026-08-05T12:18:43.655Z Compiling sync_wrapper v1.0.2
21262026-08-05T12:18:43.779Z Compiling nodrop v0.1.14
21272026-08-05T12:18:44.051Z Compiling zlib-rs v0.6.2
21282026-08-05T12:18:44.202Z Compiling crc-catalog v2.4.0
21292026-08-05T12:18:44.265Z Compiling siphasher v1.0.2
21302026-08-05T12:18:44.266Z Compiling unarray v0.1.4
21312026-08-05T12:18:44.342Z Compiling proptest v1.11.0
21322026-08-05T12:18:44.409Z Compiling crc v3.4.0
21332026-08-05T12:18:44.665Z Compiling array-init v0.0.4
21342026-08-05T12:18:45.014Z Compiling clap v4.6.1
21352026-08-05T12:18:45.155Z Compiling tower v0.5.3
21362026-08-05T12:18:45.669Z Compiling anstream v0.6.21
21372026-08-05T12:18:45.775Z Compiling smallvec v0.6.14
21382026-08-05T12:18:45.850Z Compiling derive_builder_core v0.20.2
21392026-08-05T12:18:45.923Z Compiling crypto-common v0.2.2
21402026-08-05T12:18:45.950Z Compiling block-buffer v0.12.1
21412026-08-05T12:18:45.970Z Compiling block-padding v0.4.2
21422026-08-05T12:18:46.097Z Compiling flate2 v1.1.9
21432026-08-05T12:18:46.198Z Compiling pkcs1 v0.7.5
21442026-08-05T12:18:46.272Z Compiling http-body-util v0.1.3
21452026-08-05T12:18:46.272Z Compiling zerocopy v0.6.6
21462026-08-05T12:18:46.320Z Compiling bitfield v0.19.4
21472026-08-05T12:18:46.499Z Compiling hubpack_derive v0.1.1
21482026-08-05T12:18:46.582Z Compiling strum_macros v0.27.2
21492026-08-05T12:18:46.621Z Compiling strum_macros v0.26.4
21502026-08-05T12:18:46.621Z Compiling snafu-derive v0.8.9
21512026-08-05T12:18:46.629Z Compiling env_filter v1.0.0
21522026-08-05T12:18:46.675Z Compiling fs-err v3.3.0
21532026-08-05T12:18:46.780Z Compiling hashbrown v0.12.3
21542026-08-05T12:18:46.886Z Compiling unicode-bidi v0.3.18
21552026-08-05T12:18:46.995Z Compiling base64 v0.21.7
21562026-08-05T12:18:47.058Z Compiling object v0.37.3
21572026-08-05T12:18:47.221Z Compiling ryu v1.0.23
21582026-08-05T12:18:47.289Z Compiling iri-string v0.7.10
21592026-08-05T12:18:47.335Z Compiling unicode-segmentation v1.12.0
21602026-08-05T12:18:47.335Z Compiling unicode-properties v0.1.4
21612026-08-05T12:18:47.397Z Compiling allocator-api2 v0.2.21
21622026-08-05T12:18:47.427Z Compiling serde_urlencoded v0.7.1
21632026-08-05T12:18:47.549Z Compiling stringprep v0.1.5
21642026-08-05T12:18:47.746Z Compiling ron v0.8.1
21652026-08-05T12:18:47.931Z Compiling env_logger v0.11.9
21662026-08-05T12:18:48.157Z Compiling derive_builder_macro v0.20.2
21672026-08-05T12:18:48.200Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21682026-08-05T12:18:48.237Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21692026-08-05T12:18:48.237Z Compiling rsa v0.9.10
21702026-08-05T12:18:48.297Z Compiling newtype-uuid v1.3.2
21712026-08-05T12:18:48.355Z Compiling inout v0.2.2
21722026-08-05T12:18:48.422Z Compiling oxnet v0.1.6
21732026-08-05T12:18:48.457Z Compiling serde-hex v0.1.0
21742026-08-05T12:18:48.457Z Compiling tower-http v0.6.8
21752026-08-05T12:18:48.494Z Compiling hashbrown v0.13.2
21762026-08-05T12:18:48.552Z Compiling tokio-native-tls v0.3.1
21772026-08-05T12:18:48.598Z Compiling bzip2 v0.4.4
21782026-08-05T12:18:48.662Z Compiling usdt-attr-macro v0.6.0
21792026-08-05T12:18:48.672Z Compiling usdt-macro v0.6.0
21802026-08-05T12:18:48.736Z Compiling derive-ex v0.1.8
21812026-08-05T12:18:48.929Z Compiling rustls-native-certs v0.8.3
21822026-08-05T12:18:49.097Z Compiling erased-serde v0.3.31
21832026-08-05T12:18:49.222Z Compiling x509-cert v0.2.5
21842026-08-05T12:18:49.352Z Compiling md-5 v0.10.6
21852026-08-05T12:18:49.397Z Compiling bstr v1.12.1
21862026-08-05T12:18:49.443Z Compiling vergen-lib v9.1.0
21872026-08-05T12:18:49.546Z Compiling hash32 v0.2.1
21882026-08-05T12:18:49.675Z Compiling encoding_rs v0.8.35
21892026-08-05T12:18:49.777Z Compiling mime v0.3.17
21902026-08-05T12:18:49.777Z Compiling psl-types v2.0.11
21912026-08-05T12:18:49.980Z Compiling fallible-iterator v0.2.0
21922026-08-05T12:18:50.102Z Compiling cpufeatures v0.3.0
21932026-08-05T12:18:50.124Z Compiling crc-any v2.5.0
21942026-08-05T12:18:50.147Z Compiling publicsuffix v2.3.0
21952026-08-05T12:18:50.282Z Compiling test-strategy v0.4.5
21962026-08-05T12:18:50.346Z Compiling postgres-protocol v0.6.10
21972026-08-05T12:18:50.711Z Compiling object v0.30.4
21982026-08-05T12:18:50.963Z Compiling zip v0.6.6
21992026-08-05T12:18:51.046Z Compiling hyper-tls v0.6.0
22002026-08-05T12:18:51.067Z Compiling derive_builder v0.20.2
22012026-08-05T12:18:51.105Z Compiling daft v0.1.7
22022026-08-05T12:18:51.119Z Compiling cipher v0.5.2
22032026-08-05T12:18:51.164Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22042026-08-05T12:18:51.193Z Compiling heck v0.4.1
22052026-08-05T12:18:51.268Z Compiling phf_shared v0.13.1
22062026-08-05T12:18:51.386Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-08-05T12:18:51.436Z Compiling pin-project v1.1.11
22082026-08-05T12:18:51.478Z Compiling toml v0.7.8
22092026-08-05T12:18:51.606Z Compiling serde_with_macros v3.21.0
22102026-08-05T12:18:51.658Z Compiling futures-executor v0.3.32
22112026-08-05T12:18:51.732Z Compiling async-recursion v1.1.1
22122026-08-05T12:18:51.809Z Compiling enum-as-inner v0.6.1
22132026-08-05T12:18:51.876Z Compiling serde_repr v0.1.20
22142026-08-05T12:18:51.946Z Compiling vergen v9.1.0
22152026-08-05T12:18:52.060Z Compiling ff v0.13.1
22162026-08-05T12:18:52.086Z Compiling cargo-platform v0.3.2
22172026-08-05T12:18:52.255Z Compiling foldhash v0.1.5
22182026-08-05T12:18:52.409Z Compiling libbz2-rs-sys v0.2.2
22192026-08-05T12:18:52.435Z Compiling path-slash v0.1.5
22202026-08-05T12:18:52.484Z Compiling same-file v1.0.6
22212026-08-05T12:18:52.580Z Compiling bitflags v1.3.2
22222026-08-05T12:18:52.628Z Compiling managed v0.8.0
22232026-08-05T12:18:52.659Z Compiling base16ct v0.2.0
22242026-08-05T12:18:52.690Z Compiling bumpalo v3.20.2
22252026-08-05T12:18:52.691Z Compiling foldhash v0.2.0
22262026-08-05T12:18:52.754Z Compiling jiff-core v0.1.0
22272026-08-05T12:18:52.832Z Compiling sec1 v0.7.3
22282026-08-05T12:18:52.918Z Compiling zopfli v0.8.3
22292026-08-05T12:18:52.933Z Compiling hashbrown v0.16.1
22302026-08-05T12:18:52.961Z Compiling bzip2 v0.6.1
22312026-08-05T12:18:52.961Z Compiling chacha20 v0.10.0
22322026-08-05T12:18:53.168Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22332026-08-05T12:18:53.196Z Compiling walkdir v2.5.0
22342026-08-05T12:18:53.456Z Compiling hashbrown v0.15.5
22352026-08-05T12:18:53.469Z Compiling cargo_metadata v0.23.1
22362026-08-05T12:18:53.477Z Compiling jiff v0.2.34
22372026-08-05T12:18:53.512Z Compiling group v0.13.0
22382026-08-05T12:18:53.729Z Compiling futures v0.3.32
22392026-08-05T12:18:54.032Z Compiling snafu v0.8.9
22402026-08-05T12:18:54.158Z Compiling phf v0.13.1
22412026-08-05T12:18:54.277Z Compiling reqwest v0.12.28
22422026-08-05T12:18:54.363Z Compiling signal-hook-mio v0.2.5
22432026-08-05T12:18:54.394Z Compiling cookie_store v0.22.1
22442026-08-05T12:18:54.465Z Compiling postgres-types v0.2.12
22452026-08-05T12:18:54.498Z Compiling zstd v0.13.3
22462026-08-05T12:18:54.648Z Compiling globset v0.4.18
22472026-08-05T12:18:54.722Z Compiling strum v0.27.2
22482026-08-05T12:18:54.832Z Compiling hubpack v0.1.2
22492026-08-05T12:18:54.988Z Compiling phf_shared v0.11.3
22502026-08-05T12:18:55.024Z Compiling hkdf v0.12.4
22512026-08-05T12:18:55.040Z Compiling crossbeam-epoch v0.9.18
22522026-08-05T12:18:55.088Z Compiling byte-wrapper v0.1.0
22532026-08-05T12:18:55.110Z Compiling ed25519 v2.2.3
22542026-08-05T12:18:55.168Z Compiling olpc-cjson v0.1.4
22552026-08-05T12:18:55.407Z Compiling serde-big-array v0.5.1
22562026-08-05T12:18:55.426Z Compiling serde_plain v1.0.2
22572026-08-05T12:18:55.438Z Compiling pem v3.0.6
22582026-08-05T12:18:55.573Z Compiling crypto-bigint v0.5.5
22592026-08-05T12:18:55.649Z Compiling float-cmp v0.10.0
22602026-08-05T12:18:55.711Z Compiling memmap2 v0.9.10
22612026-08-05T12:18:55.741Z Compiling normalize-line-endings v0.3.0
22622026-08-05T12:18:55.760Z Compiling fixedbitset v0.5.7
22632026-08-05T12:18:55.774Z Compiling fixedbitset v0.4.2
22642026-08-05T12:18:55.815Z Compiling keccak v0.1.6
22652026-08-05T12:18:55.862Z Compiling static_assertions v1.1.0
22662026-08-05T12:18:55.943Z Compiling new_debug_unreachable v1.0.6
22672026-08-05T12:18:55.953Z Compiling data-encoding v2.10.0
22682026-08-05T12:18:56.004Z Compiling const-oid v0.10.2
22692026-08-05T12:18:56.037Z Compiling toml_write v0.1.2
22702026-08-05T12:18:56.077Z Compiling difflib v0.4.0
22712026-08-05T12:18:56.191Z Compiling whoami v2.1.0
22722026-08-05T12:18:56.211Z Compiling predicates-core v1.0.10
22732026-08-05T12:18:56.258Z Compiling typed-path v0.9.3
22742026-08-05T12:18:56.413Z Compiling precomputed-hash v0.1.1
22752026-08-05T12:18:56.501Z Compiling elliptic-curve v0.13.8
22762026-08-05T12:18:56.557Z Compiling string_cache v0.8.9
22772026-08-05T12:18:56.572Z Compiling tokio-postgres v0.7.16
22782026-08-05T12:18:56.613Z Compiling predicates v3.1.4
22792026-08-05T12:18:56.629Z Compiling hickory-proto v0.25.2
22802026-08-05T12:18:56.663Z Compiling toml_edit v0.22.27
22812026-08-05T12:18:56.762Z Compiling digest v0.11.3
22822026-08-05T12:18:56.991Z Compiling sha3 v0.10.8
22832026-08-05T12:18:57.000Z Compiling petgraph v0.8.3
22842026-08-05T12:18:57.130Z Compiling petgraph v0.6.5
22852026-08-05T12:18:57.211Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22862026-08-05T12:18:57.288Z Compiling usdt v0.6.0
22872026-08-05T12:18:57.675Z Compiling zip v4.6.1
22882026-08-05T12:18:58.644Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22892026-08-05T12:18:58.713Z Compiling ed25519-dalek v2.2.0
22902026-08-05T12:18:59.045Z Compiling crossterm v0.28.1
22912026-08-05T12:18:59.558Z Compiling iddqd v0.4.2
22922026-08-05T12:18:59.715Z Compiling rand v0.10.1
22932026-08-05T12:18:59.956Z Compiling serde_with v3.21.0
22942026-08-05T12:18:59.993Z Compiling similar v2.7.0
22952026-08-05T12:19:00.191Z Compiling strum v0.26.3
22962026-08-05T12:19:00.503Z Compiling tokio-stream v0.1.18
22972026-08-05T12:19:00.524Z Compiling buf-list v1.1.2
22982026-08-05T12:19:00.653Z Compiling itertools v0.13.0
22992026-08-05T12:19:00.729Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-05T12:19:00.803Z Compiling openapiv3 v2.2.0
23012026-08-05T12:19:01.403Z Compiling lalrpop-util v0.19.12
23022026-08-05T12:19:01.789Z Compiling peg-runtime v0.8.5
23032026-08-05T12:19:19.134Z Compiling rustls-webpki v0.103.13
23042026-08-05T12:19:21.971Z Compiling macaddr v1.0.1
23052026-08-05T12:19:22.012Z Compiling crucible-workspace-hack v0.1.0
23062026-08-05T12:19:22.091Z Compiling rayon-core v1.13.0
23072026-08-05T12:19:22.188Z Compiling secrecy v0.10.3
23082026-08-05T12:19:22.268Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-05T12:19:22.277Z Compiling toml_datetime v0.7.5+spec-1.1.0
23102026-08-05T12:19:22.282Z Compiling heapless v0.8.0
23112026-08-05T12:19:22.393Z Compiling crossbeam-deque v0.8.6
23122026-08-05T12:19:22.428Z Compiling ingot-macros v0.2.0
23132026-08-05T12:19:22.442Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-08-05T12:19:22.515Z Compiling tokio-rustls v0.26.4
23152026-08-05T12:19:22.585Z Compiling rustls-platform-verifier v0.6.2
23162026-08-05T12:19:22.602Z Compiling tough v0.22.0
23172026-08-05T12:19:22.647Z Compiling inout v0.1.4
23182026-08-05T12:19:22.671Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-08-05T12:19:22.790Z Compiling hyper-rustls v0.27.7
23202026-08-05T12:19:22.810Z Compiling hash32 v0.3.1
23212026-08-05T12:19:22.815Z Compiling multer v3.1.0
23222026-08-05T12:19:22.847Z Compiling thread_local v1.1.9
23232026-08-05T12:19:22.860Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-08-05T12:19:22.861Z Compiling match_cfg v0.1.0
23252026-08-05T12:19:22.951Z Compiling slog-async v2.8.0
23262026-08-05T12:19:22.995Z Compiling unicode-width v0.2.0
23272026-08-05T12:19:23.040Z Compiling reqwest v0.13.2
23282026-08-05T12:19:23.104Z Compiling compression-core v0.4.31
23292026-08-05T12:19:23.122Z Compiling smoltcp v0.11.0
23302026-08-05T12:19:23.271Z Compiling compression-codecs v0.4.37
23312026-08-05T12:19:23.287Z Compiling proc-macro-crate v3.4.0
23322026-08-05T12:19:23.330Z Compiling hostname v0.3.1
23332026-08-05T12:19:23.376Z Compiling cipher v0.4.4
23342026-08-05T12:19:23.512Z Compiling atomicwrites v0.4.4
23352026-08-05T12:19:23.645Z Compiling slog-json v2.6.1
23362026-08-05T12:19:23.661Z Compiling crossbeam-channel v0.5.15
23372026-08-05T12:19:23.706Z Compiling half v2.7.1
23382026-08-05T12:19:23.723Z Compiling newtype-uuid-macros v0.1.0
23392026-08-05T12:19:23.817Z Compiling cobs v0.3.0
23402026-08-05T12:19:23.836Z Compiling universal-hash v0.5.1
23412026-08-05T12:19:23.931Z Compiling thiserror-impl-no-std v2.0.2
23422026-08-05T12:19:24.000Z Compiling async-stream-impl v0.3.6
23432026-08-05T12:19:24.088Z Compiling toml_datetime v1.1.1+spec-1.1.0
23442026-08-05T12:19:24.130Z Compiling serde_spanned v1.1.1
23452026-08-05T12:19:24.213Z Compiling is-terminal v0.4.17
23462026-08-05T12:19:24.297Z Compiling proc-macro-error-attr v1.0.4
23472026-08-05T12:19:24.359Z Compiling dropshot v0.17.1
23482026-08-05T12:19:24.487Z Compiling term v1.2.1
23492026-08-05T12:19:24.519Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23502026-08-05T12:19:24.530Z Compiling ciborium-io v0.2.2
23512026-08-05T12:19:24.548Z Compiling toml_writer v1.1.1+spec-1.1.0
23522026-08-05T12:19:24.563Z Compiling opaque-debug v0.3.1
23532026-08-05T12:19:24.626Z Compiling take_mut v0.2.2
23542026-08-05T12:19:24.637Z Compiling convert_case v0.4.0
23552026-08-05T12:19:24.662Z Compiling ciborium-ll v0.2.2
23562026-08-05T12:19:24.677Z Compiling poly1305 v0.8.0
23572026-08-05T12:19:24.755Z Compiling toml v1.1.2+spec-1.1.0
23582026-08-05T12:19:24.849Z Compiling slog-term v2.9.2
23592026-08-05T12:19:24.987Z Compiling derive_more v0.99.20
23602026-08-05T12:19:25.086Z Compiling async-stream v0.3.6
23612026-08-05T12:19:25.167Z Compiling thiserror-no-std v2.0.2
23622026-08-05T12:19:25.167Z Compiling ingot-types v0.2.0
23632026-08-05T12:19:25.167Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23642026-08-05T12:19:25.228Z Compiling postcard v1.1.3
23652026-08-05T12:19:25.361Z Compiling slog-bunyan v2.5.0
23662026-08-05T12:19:25.421Z Compiling num_enum_derive v0.7.6
23672026-08-05T12:19:25.555Z Compiling ingot v0.2.1
23682026-08-05T12:19:25.586Z Compiling chacha20 v0.9.1
23692026-08-05T12:19:25.869Z Compiling async-compression v0.4.41
23702026-08-05T12:19:26.104Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23712026-08-05T12:19:26.199Z Compiling sha1 v0.11.0
23722026-08-05T12:19:26.303Z Compiling parse-display-derive v0.10.0
23732026-08-05T12:19:26.324Z Compiling proc-macro-crate v1.3.1
23742026-08-05T12:19:26.363Z Compiling waitgroup v0.1.2
23752026-08-05T12:19:26.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23762026-08-05T12:19:26.408Z Compiling backon v1.6.0
23772026-08-05T12:19:26.544Z Compiling rustls-pemfile v2.2.0
23782026-08-05T12:19:26.658Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23792026-08-05T12:19:26.679Z Compiling dropshot_endpoint v0.17.1
23802026-08-05T12:19:26.692Z Compiling password-hash v0.5.0
23812026-08-05T12:19:26.772Z Compiling blake2 v0.10.6
23822026-08-05T12:19:26.846Z Compiling aead v0.5.2
23832026-08-05T12:19:27.094Z Compiling foreign-types-macros v0.2.3
23842026-08-05T12:19:27.156Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-05T12:19:27.182Z Compiling serde_path_to_error v0.1.20
23862026-08-05T12:19:27.239Z Compiling hostname v0.4.2
23872026-08-05T12:19:27.251Z Compiling proc-macro-error v1.0.4
23882026-08-05T12:19:27.432Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23892026-08-05T12:19:27.479Z Compiling instant v0.1.13
23902026-08-05T12:19:27.594Z Compiling foreign-types-shared v0.3.1
23912026-08-05T12:19:27.607Z Compiling debug-ignore v1.0.5
23922026-08-05T12:19:27.659Z Compiling backoff v0.4.0
23932026-08-05T12:19:27.723Z Compiling foreign-types v0.5.0
23942026-08-05T12:19:27.733Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23952026-08-05T12:19:27.733Z Compiling chacha20poly1305 v0.10.1
23962026-08-05T12:19:27.770Z Compiling argon2 v0.5.3
23972026-08-05T12:19:27.781Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23982026-08-05T12:19:27.820Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992026-08-05T12:19:27.835Z Compiling parse-display v0.10.0
24002026-08-05T12:19:27.842Z Compiling num_enum_derive v0.5.11
24012026-08-05T12:19:27.842Z Compiling num_enum v0.7.6
24022026-08-05T12:19:27.916Z Compiling vsss-rs v3.3.4
24032026-08-05T12:19:28.018Z Compiling ciborium v0.2.2
24042026-08-05T12:19:28.252Z Compiling tabwriter v1.4.1
24052026-08-05T12:19:28.302Z Compiling regress v0.10.5
24062026-08-05T12:19:28.318Z Compiling itertools v0.14.0
24072026-08-05T12:19:28.424Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24082026-08-05T12:19:28.591Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24092026-08-05T12:19:28.647Z Compiling cstr-argument v0.1.2
24102026-08-05T12:19:28.660Z Compiling humantime v2.3.0
24112026-08-05T12:19:28.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24122026-08-05T12:19:28.797Z Compiling num_enum v0.5.11
24132026-08-05T12:19:28.810Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24142026-08-05T12:19:28.861Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24152026-08-05T12:19:28.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-05T12:19:28.910Z Compiling rayon v1.11.0
24172026-08-05T12:19:28.912Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24182026-08-05T12:19:28.943Z Compiling colored v3.1.1
24192026-08-05T12:19:29.014Z Compiling libefi-sys v0.1.0
24202026-08-05T12:19:29.043Z Compiling indent_write v2.2.0
24212026-08-05T12:19:29.113Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24222026-08-05T12:19:29.133Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-05T12:19:29.137Z Compiling zone_cfg_derive v0.3.1
24242026-08-05T12:19:29.232Z Compiling camino-tempfile v1.4.1
24252026-08-05T12:19:29.275Z Compiling itertools v0.12.1
24262026-08-05T12:19:29.290Z Compiling usdt-attr-macro v0.5.0
24272026-08-05T12:19:29.393Z Compiling usdt-macro v0.5.0
24282026-08-05T12:19:29.435Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24292026-08-05T12:19:29.490Z Compiling bitfield-struct v0.6.2
24302026-08-05T12:19:29.565Z Compiling num-derive v0.4.2
24312026-08-05T12:19:29.643Z Compiling blake3 v1.8.5
24322026-08-05T12:19:29.672Z Compiling sigpipe v0.1.3
24332026-08-05T12:19:29.782Z Compiling memmap v0.7.0
24342026-08-05T12:19:29.798Z Compiling swrite v0.1.0
24352026-08-05T12:19:29.856Z Compiling glob v0.3.3
24362026-08-05T12:19:29.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24372026-08-05T12:19:29.932Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24382026-08-05T12:19:30.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24392026-08-05T12:19:30.159Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402026-08-05T12:19:30.159Z Compiling usdt v0.5.0
24412026-08-05T12:19:30.163Z Compiling smf v0.2.3
24422026-08-05T12:19:30.245Z Compiling filetime v0.2.27
24432026-08-05T12:19:30.384Z Compiling arrayvec v0.7.6
24442026-08-05T12:19:30.461Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24452026-08-05T12:19:30.478Z Compiling xattr v1.6.1
24462026-08-05T12:19:30.493Z Compiling whoami v1.6.1
24472026-08-05T12:19:30.545Z Compiling arrayref v0.3.9
24482026-08-05T12:19:30.594Z Compiling zone v0.3.1
24492026-08-05T12:19:30.622Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502026-08-05T12:19:30.637Z Compiling constant_time_eq v0.4.2
24512026-08-05T12:19:30.696Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522026-08-05T12:19:30.719Z Compiling tar v0.4.46
24532026-08-05T12:19:30.748Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24542026-08-05T12:19:30.818Z Compiling tokio-dtrace v0.1.1
24552026-08-05T12:19:30.850Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24562026-08-05T12:19:30.959Z Compiling console v0.16.2
24572026-08-05T12:19:31.058Z Compiling gethostname v0.5.0
24582026-08-05T12:19:31.154Z Compiling unit-prefix v0.5.2
24592026-08-05T12:19:31.192Z Compiling topological-sort v0.2.2
24602026-08-05T12:19:31.220Z Compiling oxide-tokio-rt v0.1.4
24612026-08-05T12:19:31.327Z Compiling toml v0.8.23
24622026-08-05T12:19:31.381Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24632026-08-05T12:19:31.398Z Compiling indicatif v0.18.4
24642026-08-05T12:19:31.579Z Compiling shell-words v1.1.1
24652026-08-05T12:19:40.893Z Compiling progenitor-client v0.14.0
24662026-08-05T12:19:40.893Z Compiling omicron-zone-package v0.12.3
24672026-08-05T12:19:41.134Z Compiling progenitor-extras v0.2.0
24682026-08-05T12:19:41.500Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24692026-08-05T12:19:41.574Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-08-05T12:19:41.601Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24712026-08-05T12:19:41.637Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24722026-08-05T12:19:41.681Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24732026-08-05T12:19:41.698Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24742026-08-05T12:19:41.814Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-08-05T12:19:41.979Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24762026-08-05T12:19:42.320Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24772026-08-05T12:19:46.166Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24782026-08-05T12:19:54.354Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24792026-08-05T12:19:57.596Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24802026-08-05T12:19:58.683Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24812026-08-05T12:20:08.204Z Finished `release` profile [optimized] target(s) in 1m 45s
24822026-08-05T12:20:08.355Z Running `target/release/omicron-package -t test target create -p dev`
24832026-08-05T12:20:08.417ZLogging to: /work/oxidecomputer/omicron/out/LOG
24842026-08-05T12:20:08.420ZCreated new build target 'test' and set it as active
24852026-08-05T12:20:08.420Z
24862026-08-05T12:20:08.420Zreal 1:45.294943324
24872026-08-05T12:20:08.420Zuser 17:26.600814559
24882026-08-05T12:20:08.420Zsys 2:44.759758315
24892026-08-05T12:20:08.420Ztrap 0.494539191
24902026-08-05T12:20:08.420Ztflt 2.173643651
24912026-08-05T12:20:08.420Zdflt 4.781079930
24922026-08-05T12:20:08.420Zkflt 0.000436790
24932026-08-05T12:20:08.420Zlock 56:53.771478275
24942026-08-05T12:20:08.420Zslp 44:25.749399284
24952026-08-05T12:20:08.420Zlat 48.413688949
24962026-08-05T12:20:08.420Zstop 6:18.521442890
24972026-08-05T12:20:08.421Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24982026-08-05T12:20:09.320Z Finished `release` profile [optimized] target(s) in 0.89s
24992026-08-05T12:20:09.396Z Running `target/release/omicron-package -t test package`
25002026-08-05T12:20:09.453ZLogging to: /work/oxidecomputer/omicron/out/LOG
25012026-08-05T12:20:10.883Z Compiling heck v0.5.0
25022026-08-05T12:20:11.085Z Compiling regress v0.11.1
25032026-08-05T12:20:11.105Z Compiling unsafe-libyaml v0.2.11
25042026-08-05T12:20:11.140Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-05T12:20:11.171Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25062026-08-05T12:20:11.191Z Compiling derive-where v1.6.0
25072026-08-05T12:20:11.195Z Compiling bytecount v0.6.9
25082026-08-05T12:20:11.230Z Compiling atomicwrites v0.4.4
25092026-08-05T12:20:11.235Z Compiling is-terminal v0.4.17
25102026-08-05T12:20:11.235Z Compiling prettyplease v0.2.37
25112026-08-05T12:20:11.235Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25122026-08-05T12:20:11.235Z Compiling console v0.15.11
25132026-08-05T12:20:11.248Z Compiling newline-converter v0.3.0
25142026-08-05T12:20:11.251Z Compiling slog-dtrace v0.3.0
25152026-08-05T12:20:11.288Z Compiling resolv-conf v0.7.6
25162026-08-05T12:20:11.397Z Compiling num-rational v0.4.2
25172026-08-05T12:20:11.421Z Compiling num-complex v0.4.6
25182026-08-05T12:20:11.441Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25192026-08-05T12:20:11.466Z Compiling thread_local v1.1.9
25202026-08-05T12:20:11.497Z Compiling compression-core v0.4.31
25212026-08-05T12:20:11.640Z Compiling serde_yaml v0.9.34+deprecated
25222026-08-05T12:20:11.668Z Compiling expectorate v1.2.0
25232026-08-05T12:20:11.715Z Compiling unicode-width v0.1.14
25242026-08-05T12:20:11.790Z Compiling match_cfg v0.1.0
25252026-08-05T12:20:11.892Z Compiling cancel-safe-futures v0.1.5
25262026-08-05T12:20:11.920Z Compiling hostname v0.3.1
25272026-08-05T12:20:11.943Z Compiling num v0.4.3
25282026-08-05T12:20:11.962Z Compiling compression-codecs v0.4.37
25292026-08-05T12:20:11.965Z Compiling multer v3.1.0
25302026-08-05T12:20:12.044Z Compiling slog-async v2.8.0
25312026-08-05T12:20:12.067Z Compiling crossbeam-channel v0.5.15
25322026-08-05T12:20:12.070Z Compiling slog-json v2.6.1
25332026-08-05T12:20:12.115Z Compiling toml_datetime v1.1.1+spec-1.1.0
25342026-08-05T12:20:12.118Z Compiling serde_spanned v1.1.1
25352026-08-05T12:20:12.189Z Compiling take_mut v0.2.2
25362026-08-05T12:20:12.221Z Compiling term v1.2.1
25372026-08-05T12:20:12.304Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25382026-08-05T12:20:12.328Z Compiling toml_writer v1.1.1+spec-1.1.0
25392026-08-05T12:20:12.350Z Compiling linked-hash-map v0.5.6
25402026-08-05T12:20:12.360Z Compiling float-ord v0.3.2
25412026-08-05T12:20:12.396Z Compiling oxide-update-engine-types v0.1.2
25422026-08-05T12:20:12.421Z Compiling slog-bunyan v2.5.0
25432026-08-05T12:20:12.444Z Compiling async-compression v0.4.41
25442026-08-05T12:20:12.515Z Compiling slog-term v2.9.2
25452026-08-05T12:20:12.542Z Compiling toml v1.1.2+spec-1.1.0
25462026-08-05T12:20:12.571Z Compiling lru-cache v0.1.2
25472026-08-05T12:20:12.595Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25482026-08-05T12:20:12.750Z Compiling typify-impl v0.6.2
25492026-08-05T12:20:12.796Z Compiling async-stream v0.3.6
25502026-08-05T12:20:12.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25512026-08-05T12:20:12.992Z Compiling dropshot v0.17.1
25522026-08-05T12:20:13.013Z Compiling progenitor-client v0.14.0
25532026-08-05T12:20:13.043Z Compiling sha1 v0.11.0
25542026-08-05T12:20:13.046Z Compiling waitgroup v0.1.2
25552026-08-05T12:20:13.086Z Compiling rustls-pemfile v2.2.0
25562026-08-05T12:20:13.089Z Compiling backon v1.6.0
25572026-08-05T12:20:13.150Z Compiling hostname v0.4.2
25582026-08-05T12:20:13.225Z Compiling serde_path_to_error v0.1.20
25592026-08-05T12:20:13.311Z Compiling instant v0.1.13
25602026-08-05T12:20:13.315Z Compiling minimal-lexical v0.2.1
25612026-08-05T12:20:13.355Z Compiling linear-map v1.2.0
25622026-08-05T12:20:13.369Z Compiling debug-ignore v1.0.5
25632026-08-05T12:20:13.369Z Compiling progenitor-extras v0.2.0
25642026-08-05T12:20:13.458Z Compiling backoff v0.4.0
25652026-08-05T12:20:13.516Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25662026-08-05T12:20:13.594Z Compiling nom v7.1.3
25672026-08-05T12:20:13.634Z Compiling oxide-update-engine v0.1.2
25682026-08-05T12:20:13.679Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25692026-08-05T12:20:13.679Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25702026-08-05T12:20:13.729Z Compiling parse-display v0.10.0
25712026-08-05T12:20:13.797Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25722026-08-05T12:20:13.819Z Compiling hickory-proto v0.24.4
25732026-08-05T12:20:14.262Z Compiling regress v0.10.5
25742026-08-05T12:20:14.425Z Compiling itertools v0.14.0
25752026-08-05T12:20:14.938Z Compiling macaddr v1.0.1
25762026-08-05T12:20:14.988Z Compiling humantime v2.3.0
25772026-08-05T12:20:15.016Z Compiling unicode-xid v0.2.6
25782026-08-05T12:20:15.246Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25792026-08-05T12:20:15.268Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25802026-08-05T12:20:15.337Z Compiling convert_case v0.10.0
25812026-08-05T12:20:15.494Z Compiling owo-colors v4.3.0
25822026-08-05T12:20:15.595Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25832026-08-05T12:20:15.628Z Compiling derive_more-impl v2.1.1
25842026-08-05T12:20:15.718Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25852026-08-05T12:20:15.844Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25862026-08-05T12:20:15.910Z Compiling toml v0.8.23
25872026-08-05T12:20:16.236Z Compiling typify-macro v0.6.2
25882026-08-05T12:20:16.283Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25892026-08-05T12:20:16.403Z Compiling hickory-resolver v0.24.4
25902026-08-05T12:20:16.439Z Compiling derive_more v2.1.1
25912026-08-05T12:20:16.879Z Compiling papergrid v0.11.0
25922026-08-05T12:20:16.894Z Compiling tabled_derive v0.7.0
25932026-08-05T12:20:16.894Z Compiling termtree v0.5.1
25942026-08-05T12:20:16.894Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25952026-08-05T12:20:17.059Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25962026-08-05T12:20:17.074Z Compiling crossterm v0.29.0
25972026-08-05T12:20:17.434Z Compiling tabled v0.15.0
25982026-08-05T12:20:17.618Z Compiling qorb v0.4.1
25992026-08-05T12:20:17.823Z Compiling typify v0.6.2
26002026-08-05T12:20:18.149Z Compiling progenitor-impl v0.14.0
26012026-08-05T12:20:18.704Z Compiling phf_shared v0.12.1
26022026-08-05T12:20:18.965Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032026-08-05T12:20:19.505Z Compiling vte v0.14.1
26042026-08-05T12:20:19.760Z Compiling csv-core v0.1.13
26052026-08-05T12:20:19.956Z Compiling highway v1.3.0
26062026-08-05T12:20:20.193Z Compiling chrono-tz v0.10.4
26072026-08-05T12:20:20.325Z Compiling progenitor-macro v0.14.0
26082026-08-05T12:20:20.670Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26092026-08-05T12:20:21.461Z Compiling csv v1.4.0
26102026-08-05T12:20:21.678Z Compiling strip-ansi-escapes v0.2.1
26112026-08-05T12:20:21.798Z Compiling phf v0.12.1
26122026-08-05T12:20:21.822Z Compiling const_format_proc_macros v0.2.34
26132026-08-05T12:20:22.014Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-08-05T12:20:22.095Z Compiling fd-lock v4.0.4
26152026-08-05T12:20:22.231Z Compiling peg-macros v0.8.5
26162026-08-05T12:20:22.423Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26172026-08-05T12:20:22.489Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26182026-08-05T12:20:22.530Z Compiling nu-ansi-term v0.50.3
26192026-08-05T12:20:23.066Z Compiling reedline v0.40.0
26202026-08-05T12:20:23.116Z Compiling const_format v0.2.35
26212026-08-05T12:20:23.485Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-05T12:20:23.642Z Compiling peg v0.8.5
26232026-08-05T12:20:23.899Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26242026-08-05T12:20:24.517Z Compiling progenitor v0.14.0
26252026-08-05T12:20:24.669Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26262026-08-05T12:20:24.713Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26272026-08-05T12:20:24.752Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26282026-08-05T12:20:24.806Z Compiling bcs v0.1.6
26292026-08-05T12:20:25.247Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26302026-08-05T12:20:25.452Z Compiling nom v8.0.0
26312026-08-05T12:20:25.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26322026-08-05T12:20:26.305Z Compiling semver v0.1.20
26332026-08-05T12:20:26.599Z Compiling rustc_version v0.1.7
26342026-08-05T12:20:26.719Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26352026-08-05T12:20:26.890Z Compiling newtype_derive v0.1.6
26362026-08-05T12:20:27.024Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26372026-08-05T12:20:27.150Z Compiling smawk v0.3.2
26382026-08-05T12:20:27.344Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26392026-08-05T12:20:27.366Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26402026-08-05T12:20:27.738Z Compiling unicode-linebreak v0.1.5
26412026-08-05T12:20:27.786Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26422026-08-05T12:20:27.974Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-05T12:20:28.003Z Compiling textwrap v0.16.2
26442026-08-05T12:20:28.421Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26452026-08-05T12:20:28.775Z Compiling steno v0.4.1
26462026-08-05T12:20:29.113Z Compiling dropshot-api-manager-types v0.7.2
26472026-08-05T12:20:29.544Z Compiling sha1 v0.10.6
26482026-08-05T12:20:29.703Z Compiling utf-8 v0.7.6
26492026-08-05T12:20:29.947Z Compiling tagptr v0.2.0
26502026-08-05T12:20:29.967Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26512026-08-05T12:20:30.008Z Compiling hickory-proto v0.26.1
26522026-08-05T12:20:30.144Z Compiling moka v0.12.13
26532026-08-05T12:20:30.167Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26542026-08-05T12:20:30.219Z Compiling tungstenite v0.21.0
26552026-08-05T12:20:30.472Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26562026-08-05T12:20:30.532Z Compiling darling_core v0.21.3
26572026-08-05T12:20:31.478Z Compiling hickory-resolver v0.25.2
26582026-08-05T12:20:32.339Z Compiling tokio-tungstenite v0.21.0
26592026-08-05T12:20:32.748Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26602026-08-05T12:20:32.779Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26612026-08-05T12:20:33.067Z Compiling darling_macro v0.21.3
26622026-08-05T12:20:33.169Z Compiling display-error-chain v0.2.2
26632026-08-05T12:20:33.355Z Compiling vergen-lib v0.1.6
26642026-08-05T12:20:33.418Z Compiling proc-macro-error-attr2 v2.0.0
26652026-08-05T12:20:33.504Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26662026-08-05T12:20:33.592Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26672026-08-05T12:20:33.614Z Compiling darling v0.21.3
26682026-08-05T12:20:33.636Z Compiling diesel_derives v2.3.7
26692026-08-05T12:20:33.729Z Compiling dsl_auto_type v0.2.0
26702026-08-05T12:20:33.834Z Compiling proc-macro-error2 v2.0.1
26712026-08-05T12:20:33.877Z Compiling libscf-sys v1.2.0
26722026-08-05T12:20:33.905Z Compiling scheduled-thread-pool v0.2.7
26732026-08-05T12:20:34.047Z Compiling vergen-gitcl v1.0.8
26742026-08-05T12:20:34.164Z Compiling diesel_table_macro_syntax v0.3.0
26752026-08-05T12:20:34.258Z Compiling dirs-sys-next v0.1.2
26762026-08-05T12:20:34.279Z Compiling glob v0.3.3
26772026-08-05T12:20:34.384Z Compiling crunchy v0.2.4
26782026-08-05T12:20:34.504Z Compiling maplit v1.0.2
26792026-08-05T12:20:34.530Z Compiling dirs-next v2.0.0
26802026-08-05T12:20:34.639Z Compiling clang-sys v1.8.1
26812026-08-05T12:20:34.723Z Compiling tabled_derive v0.11.0
26822026-08-05T12:20:34.749Z Compiling r2d2 v0.8.10
26832026-08-05T12:20:35.049Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26842026-08-05T12:20:35.052Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26852026-08-05T12:20:35.741Z Compiling papergrid v0.17.0
26862026-08-05T12:20:36.068Z Compiling testing_table v0.3.0
26872026-08-05T12:20:36.173Z Compiling downcast-rs v2.0.2
26882026-08-05T12:20:36.328Z Compiling tiny-keccak v2.0.2
26892026-08-05T12:20:36.763Z Compiling term v0.7.0
26902026-08-05T12:20:36.785Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26912026-08-05T12:20:36.874Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26922026-08-05T12:20:37.107Z Compiling tabled v0.20.0
26932026-08-05T12:20:37.244Z Compiling bit-vec v0.6.3
26942026-08-05T12:20:37.340Z Compiling ascii-canvas v3.0.0
26952026-08-05T12:20:37.495Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26962026-08-05T12:20:37.594Z Compiling bit-set v0.5.3
26972026-08-05T12:20:37.619Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26982026-08-05T12:20:37.784Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26992026-08-05T12:20:38.180Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27002026-08-05T12:20:38.241Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27012026-08-05T12:20:38.402Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27022026-08-05T12:20:38.629Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27032026-08-05T12:20:38.811Z Compiling itertools v0.10.5
27042026-08-05T12:20:38.832Z Compiling ena v0.14.4
27052026-08-05T12:20:39.071Z Compiling libloading v0.8.9
27062026-08-05T12:20:39.094Z Compiling unicase v2.9.0
27072026-08-05T12:20:39.120Z Compiling regex-syntax v0.6.29
27082026-08-05T12:20:39.313Z Compiling xshell-macros v0.2.7
27092026-08-05T12:20:39.349Z Compiling diesel v2.3.7
27102026-08-05T12:20:39.472Z Compiling diff v0.1.13
27112026-08-05T12:20:39.512Z Compiling bindgen v0.71.1
27122026-08-05T12:20:39.717Z Compiling xshell v0.2.7
27132026-08-05T12:20:39.958Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-08-05T12:20:40.303Z Compiling cexpr v0.6.0
27152026-08-05T12:20:40.933Z Compiling lalrpop v0.19.12
27162026-08-05T12:20:40.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27172026-08-05T12:20:40.984Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-05T12:20:41.172Z Compiling rustc-hash v2.1.1
27192026-08-05T12:20:41.340Z Compiling crc8 v0.1.1
27202026-08-05T12:20:41.424Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27212026-08-05T12:20:41.775Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27222026-08-05T12:20:42.014Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27232026-08-05T12:20:42.281Z Compiling headers-core v0.3.0
27242026-08-05T12:20:42.441Z Compiling libxml v0.3.3
27252026-08-05T12:20:42.527Z Compiling headers v0.4.1
27262026-08-05T12:20:42.640Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-05T12:20:42.665Z Compiling strum_macros v0.24.3
27282026-08-05T12:20:42.812Z Compiling indoc v1.0.9
27292026-08-05T12:20:43.011Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27302026-08-05T12:20:43.108Z Compiling derive_builder v0.20.2
27312026-08-05T12:20:43.244Z Compiling oso-derive v0.27.3
27322026-08-05T12:20:43.265Z Compiling quick-xml v0.37.5
27332026-08-05T12:20:43.287Z Compiling impl-trait-for-tuples v0.2.3
27342026-08-05T12:20:43.752Z Compiling openssl-probe v0.1.6
27352026-08-05T12:20:43.932Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27362026-08-05T12:20:44.048Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27372026-08-05T12:20:44.134Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27382026-08-05T12:20:44.190Z Compiling bb8 v0.8.6
27392026-08-05T12:20:44.274Z Compiling trait-variant v0.1.2
27402026-08-05T12:20:44.571Z Compiling half v1.8.3
27412026-08-05T12:20:44.629Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27422026-08-05T12:20:44.650Z Compiling progenitor-impl v0.13.0
27432026-08-05T12:20:44.768Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27442026-08-05T12:20:44.814Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-08-05T12:20:44.970Z Compiling serde_cbor v0.11.2
27462026-08-05T12:20:45.014Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472026-08-05T12:20:45.829Z Compiling progenitor-client v0.13.0
27482026-08-05T12:20:45.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27492026-08-05T12:20:45.955Z Compiling nonempty v0.12.0
27502026-08-05T12:20:45.958Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27512026-08-05T12:20:46.126Z Compiling samael v0.0.19
27522026-08-05T12:20:46.189Z Compiling fxhash v0.2.1
27532026-08-05T12:20:46.234Z Compiling libz-sys v1.1.24
27542026-08-05T12:20:46.356Z Compiling salty v0.3.0
27552026-08-05T12:20:46.749Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-05T12:20:46.775Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27572026-08-05T12:20:46.798Z Compiling progenitor-macro v0.13.0
27582026-08-05T12:20:46.819Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27592026-08-05T12:20:47.133Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27602026-08-05T12:20:47.205Z Compiling kstat-rs v0.2.5
27612026-08-05T12:20:47.560Z Compiling mime_guess v2.0.5
27622026-08-05T12:20:47.664Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-05T12:20:48.097Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27642026-08-05T12:20:48.405Z Compiling polar-core v0.27.3
27652026-08-05T12:20:49.104Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27662026-08-05T12:20:50.211Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27672026-08-05T12:20:50.985Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27682026-08-05T12:20:51.012Z Compiling rfc6979 v0.4.0
27692026-08-05T12:20:51.035Z Compiling progenitor v0.13.0
27702026-08-05T12:20:51.059Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27712026-08-05T12:20:51.198Z Compiling nanorand v0.7.0
27722026-08-05T12:20:51.231Z Compiling libgit2-sys v0.18.3+1.9.2
27732026-08-05T12:20:51.575Z Compiling parking_lot_core v0.8.6
27742026-08-05T12:20:51.729Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27752026-08-05T12:20:51.907Z Compiling flume v0.11.1
27762026-08-05T12:20:52.319Z Compiling ecdsa v0.16.9
27772026-08-05T12:20:52.975Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27782026-08-05T12:20:53.083Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27792026-08-05T12:20:53.206Z Compiling primeorder v0.13.6
27802026-08-05T12:20:53.533Z Compiling git-stub v1.0.0
27812026-08-05T12:20:53.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27822026-08-05T12:20:53.951Z Compiling strsim v0.10.0
27832026-08-05T12:20:54.032Z Compiling http-range v0.1.5
27842026-08-05T12:20:54.265Z Compiling instability v0.3.11
27852026-08-05T12:20:54.290Z Compiling darling_core v0.13.4
27862026-08-05T12:20:54.397Z Compiling git-stub-vcs v0.1.0
27872026-08-05T12:20:54.525Z Compiling p384 v0.13.1
27882026-08-05T12:20:55.596Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27892026-08-05T12:20:55.948Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27902026-08-05T12:20:56.031Z Compiling ignore v0.4.25
27912026-08-05T12:20:56.362Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27922026-08-05T12:20:56.683Z Compiling diesel-dtrace v0.5.0
27932026-08-05T12:20:57.063Z Compiling async-bb8-diesel v0.2.1
27942026-08-05T12:20:57.531Z Compiling oso v0.27.3
27952026-08-05T12:20:59.405Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27962026-08-05T12:20:59.723Z Compiling vergen-git2 v9.1.0
27972026-08-05T12:20:59.949Z Compiling castaway v0.2.4
27982026-08-05T12:21:00.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27992026-08-05T12:21:00.226Z Compiling indoc v2.0.7
28002026-08-05T12:21:00.312Z Compiling compact_str v0.8.1
28012026-08-05T12:21:00.336Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28022026-08-05T12:21:00.462Z Compiling globwalk v0.9.1
28032026-08-05T12:21:00.821Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28042026-08-05T12:21:00.951Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-08-05T12:21:01.104Z Compiling darling_macro v0.13.4
28062026-08-05T12:21:01.395Z Compiling parking_lot v0.11.2
28072026-08-05T12:21:01.417Z Compiling hyper-staticfile v0.10.1
28082026-08-05T12:21:01.635Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28092026-08-05T12:21:02.040Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28102026-08-05T12:21:02.135Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28112026-08-05T12:21:02.321Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-08-05T12:21:02.561Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28132026-08-05T12:21:02.670Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28142026-08-05T12:21:03.051Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28152026-08-05T12:21:03.078Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162026-08-05T12:21:04.140Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172026-08-05T12:21:04.501Z Compiling predicates-tree v1.0.13
28182026-08-05T12:21:04.542Z Compiling unicode-truncate v1.1.0
28192026-08-05T12:21:04.758Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28202026-08-05T12:21:04.911Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28212026-08-05T12:21:04.933Z Compiling sha2 v0.11.0
28222026-08-05T12:21:04.974Z Compiling digest-io v0.1.0
28232026-08-05T12:21:05.147Z Compiling lru v0.12.5
28242026-08-05T12:21:05.386Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28252026-08-05T12:21:05.604Z Compiling prefix-trie v0.7.0
28262026-08-05T12:21:06.103Z Compiling rand_seeder v0.4.0
28272026-08-05T12:21:06.383Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28282026-08-05T12:21:06.493Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28292026-08-05T12:21:06.739Z Compiling corncobs v0.1.4
28302026-08-05T12:21:06.825Z Compiling illumos-nvpair-sys v0.2.0
28312026-08-05T12:21:07.002Z Compiling cassowary v0.3.0
28322026-08-05T12:21:07.064Z Compiling rawzip v0.4.4
28332026-08-05T12:21:07.591Z Compiling ratatui v0.29.0
28342026-08-05T12:21:07.648Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28352026-08-05T12:21:08.130Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-08-05T12:21:08.592Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28372026-08-05T12:21:08.797Z Compiling hickory-server v0.25.2
28382026-08-05T12:21:08.823Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28392026-08-05T12:21:09.066Z Compiling camino-tempfile-ext v0.3.3
28402026-08-05T12:21:09.646Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28412026-08-05T12:21:10.642Z Compiling sled v0.34.7
28422026-08-05T12:21:11.039Z Compiling darling v0.13.4
28432026-08-05T12:21:11.138Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28442026-08-05T12:21:13.382Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28452026-08-05T12:21:13.498Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28462026-08-05T12:21:13.696Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28472026-08-05T12:21:13.821Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28482026-08-05T12:21:13.979Z Compiling secrecy v0.8.0
28492026-08-05T12:21:14.148Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28502026-08-05T12:21:14.316Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28512026-08-05T12:21:14.578Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28522026-08-05T12:21:14.579Z --> dns-server/src/dns_server.rs:487:12
28532026-08-05T12:21:14.579Z |
28542026-08-05T12:21:14.579Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28552026-08-05T12:21:14.579Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28562026-08-05T12:21:14.579Z |
28572026-08-05T12:21:14.579Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28582026-08-05T12:21:14.579Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28592026-08-05T12:21:14.579Z |
28602026-08-05T12:21:14.579Z 77 | pub struct Record<R: RecordData = RData> {
28612026-08-05T12:21:14.579Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28622026-08-05T12:21:14.579Z |
28632026-08-05T12:21:14.579Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28642026-08-05T12:21:14.579Z |
28652026-08-05T12:21:14.579Z 78 | pub struct Record<R: RecordData = RData> {
28662026-08-05T12:21:14.579Z | ---------------------------------------- this is the found type
28672026-08-05T12:21:14.579Z = help: you can use `cargo tree` to explore your dependency tree
28682026-08-05T12:21:14.579Znote: required by a bound in `MessageResponse`
28692026-08-05T12:21:14.579Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28702026-08-05T12:21:14.579Z |
28712026-08-05T12:21:14.579Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28722026-08-05T12:21:14.579Z | --------------- required by a bound in this struct
28732026-08-05T12:21:14.579Z 22 | where
28742026-08-05T12:21:14.579Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28752026-08-05T12:21:14.580Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28762026-08-05T12:21:14.580Z
28772026-08-05T12:21:14.580Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28782026-08-05T12:21:14.580Z --> dns-server/src/dns_server.rs:487:12
28792026-08-05T12:21:14.580Z |
28802026-08-05T12:21:14.580Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28812026-08-05T12:21:14.580Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28822026-08-05T12:21:14.580Z |
28832026-08-05T12:21:14.580Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28842026-08-05T12:21:14.580Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28852026-08-05T12:21:14.580Z |
28862026-08-05T12:21:14.580Z 77 | pub struct Record<R: RecordData = RData> {
28872026-08-05T12:21:14.580Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28882026-08-05T12:21:14.580Z |
28892026-08-05T12:21:14.580Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28902026-08-05T12:21:14.580Z |
28912026-08-05T12:21:14.580Z 78 | pub struct Record<R: RecordData = RData> {
28922026-08-05T12:21:14.580Z | ---------------------------------------- this is the found type
28932026-08-05T12:21:14.580Z = help: you can use `cargo tree` to explore your dependency tree
28942026-08-05T12:21:14.580Znote: required by a bound in `MessageResponse`
28952026-08-05T12:21:14.580Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28962026-08-05T12:21:14.580Z |
28972026-08-05T12:21:14.580Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28982026-08-05T12:21:14.580Z | --------------- required by a bound in this struct
28992026-08-05T12:21:14.580Z...
29002026-08-05T12:21:14.580Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
29012026-08-05T12:21:14.580Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29022026-08-05T12:21:14.581Z
29032026-08-05T12:21:14.587Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
29042026-08-05T12:21:14.587Z --> dns-server/src/dns_server.rs:487:12
29052026-08-05T12:21:14.587Z |
29062026-08-05T12:21:14.587Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
29072026-08-05T12:21:14.587Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29082026-08-05T12:21:14.587Z |
29092026-08-05T12:21:14.587Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29102026-08-05T12:21:14.587Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29112026-08-05T12:21:14.588Z |
29122026-08-05T12:21:14.588Z 77 | pub struct Record<R: RecordData = RData> {
29132026-08-05T12:21:14.588Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29142026-08-05T12:21:14.588Z |
29152026-08-05T12:21:14.588Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29162026-08-05T12:21:14.588Z |
29172026-08-05T12:21:14.588Z 78 | pub struct Record<R: RecordData = RData> {
29182026-08-05T12:21:14.588Z | ---------------------------------------- this is the found type
29192026-08-05T12:21:14.588Z = help: you can use `cargo tree` to explore your dependency tree
29202026-08-05T12:21:14.588Znote: required by a bound in `MessageResponse`
29212026-08-05T12:21:14.588Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
29222026-08-05T12:21:14.588Z |
29232026-08-05T12:21:14.588Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29242026-08-05T12:21:14.588Z | --------------- required by a bound in this struct
29252026-08-05T12:21:14.588Z...
29262026-08-05T12:21:14.588Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
29272026-08-05T12:21:14.588Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29282026-08-05T12:21:14.588Z
29292026-08-05T12:21:14.589Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
29302026-08-05T12:21:14.589Z --> dns-server/src/dns_server.rs:487:12
29312026-08-05T12:21:14.589Z |
29322026-08-05T12:21:14.589Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
29332026-08-05T12:21:14.589Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29342026-08-05T12:21:14.589Z |
29352026-08-05T12:21:14.589Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29362026-08-05T12:21:14.589Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29372026-08-05T12:21:14.589Z |
29382026-08-05T12:21:14.589Z 77 | pub struct Record<R: RecordData = RData> {
29392026-08-05T12:21:14.589Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29402026-08-05T12:21:14.589Z |
29412026-08-05T12:21:14.589Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29422026-08-05T12:21:14.589Z |
29432026-08-05T12:21:14.590Z 78 | pub struct Record<R: RecordData = RData> {
29442026-08-05T12:21:14.590Z | ---------------------------------------- this is the found type
29452026-08-05T12:21:14.590Z = help: you can use `cargo tree` to explore your dependency tree
29462026-08-05T12:21:14.590Znote: required by a bound in `MessageResponse`
29472026-08-05T12:21:14.590Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29482026-08-05T12:21:14.590Z |
29492026-08-05T12:21:14.590Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29502026-08-05T12:21:14.590Z | --------------- required by a bound in this struct
29512026-08-05T12:21:14.590Z...
29522026-08-05T12:21:14.590Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29532026-08-05T12:21:14.590Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29542026-08-05T12:21:14.590Z
29552026-08-05T12:21:14.780Zerror[E0599]: no associated function or constant named `read` found for struct `MessageRequest` in the current scope
29562026-08-05T12:21:14.780Z --> dns-server/src/dns_server.rs:161:36
29572026-08-05T12:21:14.780Z |
29582026-08-05T12:21:14.780Z161 | let mr = match MessageRequest::read(&mut dec) {
29592026-08-05T12:21:14.780Z | ^^^^ associated function or constant not found in `MessageRequest`
29602026-08-05T12:21:14.780Z |
29612026-08-05T12:21:14.780Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29622026-08-05T12:21:14.780Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29632026-08-05T12:21:14.780Z |
29642026-08-05T12:21:14.780Z 44 | pub trait BinDecodable<'r>: Sized {
29652026-08-05T12:21:14.780Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29662026-08-05T12:21:14.780Z |
29672026-08-05T12:21:14.780Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29682026-08-05T12:21:14.780Z |
29692026-08-05T12:21:14.781Z 45 | pub trait BinDecodable<'r>: Sized {
29702026-08-05T12:21:14.781Z | --------------------------------- this is the trait that was imported
29712026-08-05T12:21:14.781Z = help: you can use `cargo tree` to explore your dependency tree
29722026-08-05T12:21:14.781Z
29732026-08-05T12:21:14.796Zerror[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29742026-08-05T12:21:14.796Z --> dns-server/src/dns_server.rs:173:34
29752026-08-05T12:21:14.796Z |
29762026-08-05T12:21:14.796Z173 | let header = Header::response_from_request(mr.header());
29772026-08-05T12:21:14.796Z | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header`
29782026-08-05T12:21:14.797Z |
29792026-08-05T12:21:14.797Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29802026-08-05T12:21:14.797Z --> dns-server/src/dns_server.rs:173:26
29812026-08-05T12:21:14.797Z |
29822026-08-05T12:21:14.797Z173 | let header = Header::response_from_request(mr.header());
29832026-08-05T12:21:14.797Z | ^^^^^^
29842026-08-05T12:21:14.797Z
29852026-08-05T12:21:14.807Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29862026-08-05T12:21:14.835Zerror[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29872026-08-05T12:21:14.835Z --> dns-server/src/dns_server.rs:273:30
29882026-08-05T12:21:14.835Z |
29892026-08-05T12:21:14.835Z273 | let mut header = Header::response_from_request(mr.header());
29902026-08-05T12:21:14.835Z | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header`
29912026-08-05T12:21:14.835Z |
29922026-08-05T12:21:14.835Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29932026-08-05T12:21:14.835Z --> dns-server/src/dns_server.rs:273:22
29942026-08-05T12:21:14.835Z |
29952026-08-05T12:21:14.835Z273 | let mut header = Header::response_from_request(mr.header());
29962026-08-05T12:21:14.835Z | ^^^^^^
29972026-08-05T12:21:14.835Z
29982026-08-05T12:21:14.862Zerror[E0308]: mismatched types
29992026-08-05T12:21:14.862Z --> dns-server/src/dns_server.rs:299:30
30002026-08-05T12:21:14.862Z |
30012026-08-05T12:21:14.862Z299 | let answer = store.query(query)?;
30022026-08-05T12:21:14.862Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
30032026-08-05T12:21:14.862Z | |
30042026-08-05T12:21:14.862Z | arguments to this method are incorrect
30052026-08-05T12:21:14.862Z |
30062026-08-05T12:21:14.862Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30072026-08-05T12:21:14.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
30082026-08-05T12:21:14.863Z |
30092026-08-05T12:21:14.863Z 22 | pub struct LowerQuery {
30102026-08-05T12:21:14.863Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30112026-08-05T12:21:14.863Z |
30122026-08-05T12:21:14.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
30132026-08-05T12:21:14.863Z |
30142026-08-05T12:21:14.863Z 18 | pub struct LowerQuery {
30152026-08-05T12:21:14.863Z | --------------------- this is the found type
30162026-08-05T12:21:14.864Z = help: you can use `cargo tree` to explore your dependency tree
30172026-08-05T12:21:14.864Znote: method defined here
30182026-08-05T12:21:14.864Z --> dns-server/src/storage.rs:762:19
30192026-08-05T12:21:14.864Z |
30202026-08-05T12:21:14.864Z762 | pub(crate) fn query(
30212026-08-05T12:21:14.864Z | ^^^^^
30222026-08-05T12:21:14.864Z763 | &self,
30232026-08-05T12:21:14.864Z764 | query: &LowerQuery,
30242026-08-05T12:21:14.864Z | ------------------
30252026-08-05T12:21:14.865Z
30262026-08-05T12:21:14.886Zerror[E0308]: mismatched types
30272026-08-05T12:21:14.886Z --> dns-server/src/dns_server.rs:311:55
30282026-08-05T12:21:14.887Z |
30292026-08-05T12:21:14.887Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
30302026-08-05T12:21:14.887Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
30312026-08-05T12:21:14.887Z | |
30322026-08-05T12:21:14.887Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
30332026-08-05T12:21:14.887Z |
30342026-08-05T12:21:14.887Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30352026-08-05T12:21:14.887Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
30362026-08-05T12:21:14.887Z |
30372026-08-05T12:21:14.887Z 33 | pub enum RecordType {
30382026-08-05T12:21:14.887Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
30392026-08-05T12:21:14.887Z |
30402026-08-05T12:21:14.888Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
30412026-08-05T12:21:14.888Z |
30422026-08-05T12:21:14.888Z 33 | pub enum RecordType {
30432026-08-05T12:21:14.888Z | ------------------- this is the found type
30442026-08-05T12:21:14.888Z = help: you can use `cargo tree` to explore your dependency tree
30452026-08-05T12:21:14.888Z
30462026-08-05T12:21:14.897Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30472026-08-05T12:21:14.897Z --> dns-server/src/dns_server.rs:327:60
30482026-08-05T12:21:14.897Z |
30492026-08-05T12:21:14.898Z327 | .filter(|record| match (query.query_type(), record.data()) {
30502026-08-05T12:21:14.898Z | ^^^^-- help: remove the arguments
30512026-08-05T12:21:14.898Z | |
30522026-08-05T12:21:14.898Z | field, not a method
30532026-08-05T12:21:14.898Z
30542026-08-05T12:21:14.898Zerror[E0308]: mismatched types
30552026-08-05T12:21:14.898Z --> dns-server/src/dns_server.rs:328:14
30562026-08-05T12:21:14.898Z |
30572026-08-05T12:21:14.898Z328 | (RecordType::ANY, _) => true,
30582026-08-05T12:21:14.898Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
30592026-08-05T12:21:14.898Z |
30602026-08-05T12:21:14.898Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30612026-08-05T12:21:14.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
30622026-08-05T12:21:14.898Z |
30632026-08-05T12:21:14.898Z 33 | pub enum RecordType {
30642026-08-05T12:21:14.898Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
30652026-08-05T12:21:14.898Z |
30662026-08-05T12:21:14.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
30672026-08-05T12:21:14.899Z |
30682026-08-05T12:21:14.899Z 33 | pub enum RecordType {
30692026-08-05T12:21:14.899Z | ------------------- this is the found type
30702026-08-05T12:21:14.899Z = help: you can use `cargo tree` to explore your dependency tree
30712026-08-05T12:21:14.899Z
30722026-08-05T12:21:14.899Zerror[E0308]: mismatched types
30732026-08-05T12:21:14.899Z --> dns-server/src/dns_server.rs:329:14
30742026-08-05T12:21:14.899Z |
30752026-08-05T12:21:14.899Z329 | (RecordType::A, RData::A(_)) => true,
30762026-08-05T12:21:14.899Z | ^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
30772026-08-05T12:21:14.899Z |
30782026-08-05T12:21:14.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30792026-08-05T12:21:14.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
30802026-08-05T12:21:14.899Z |
30812026-08-05T12:21:14.899Z 33 | pub enum RecordType {
30822026-08-05T12:21:14.899Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
30832026-08-05T12:21:14.899Z |
30842026-08-05T12:21:14.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
30852026-08-05T12:21:14.899Z |
30862026-08-05T12:21:14.899Z 33 | pub enum RecordType {
30872026-08-05T12:21:14.899Z | ------------------- this is the found type
30882026-08-05T12:21:14.899Z = help: you can use `cargo tree` to explore your dependency tree
30892026-08-05T12:21:14.899Z
30902026-08-05T12:21:14.899Zerror[E0308]: mismatched types
30912026-08-05T12:21:14.899Z --> dns-server/src/dns_server.rs:330:14
30922026-08-05T12:21:14.900Z |
30932026-08-05T12:21:14.900Z330 | (RecordType::AAAA, RData::AAAA(_)) => true,
30942026-08-05T12:21:14.900Z | ^^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
30952026-08-05T12:21:14.900Z |
30962026-08-05T12:21:14.900Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30972026-08-05T12:21:14.900Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
30982026-08-05T12:21:14.900Z |
30992026-08-05T12:21:14.900Z 33 | pub enum RecordType {
31002026-08-05T12:21:14.900Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
31012026-08-05T12:21:14.900Z |
31022026-08-05T12:21:14.900Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
31032026-08-05T12:21:14.900Z |
31042026-08-05T12:21:14.900Z 33 | pub enum RecordType {
31052026-08-05T12:21:14.900Z | ------------------- this is the found type
31062026-08-05T12:21:14.900Z = help: you can use `cargo tree` to explore your dependency tree
31072026-08-05T12:21:14.900Z
31082026-08-05T12:21:14.900Zerror[E0308]: mismatched types
31092026-08-05T12:21:14.900Z --> dns-server/src/dns_server.rs:331:14
31102026-08-05T12:21:14.900Z |
31112026-08-05T12:21:14.900Z331 | (RecordType::SRV, RData::SRV(_)) => true,
31122026-08-05T12:21:14.900Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
31132026-08-05T12:21:14.901Z |
31142026-08-05T12:21:14.901Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31152026-08-05T12:21:14.901Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
31162026-08-05T12:21:14.901Z |
31172026-08-05T12:21:14.901Z 33 | pub enum RecordType {
31182026-08-05T12:21:14.901Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
31192026-08-05T12:21:14.901Z |
31202026-08-05T12:21:14.901Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
31212026-08-05T12:21:14.901Z |
31222026-08-05T12:21:14.901Z 33 | pub enum RecordType {
31232026-08-05T12:21:14.901Z | ------------------- this is the found type
31242026-08-05T12:21:14.901Z = help: you can use `cargo tree` to explore your dependency tree
31252026-08-05T12:21:14.901Z
31262026-08-05T12:21:14.912Zerror[E0308]: mismatched types
31272026-08-05T12:21:14.912Z --> dns-server/src/dns_server.rs:332:14
31282026-08-05T12:21:14.912Z |
31292026-08-05T12:21:14.912Z332 | (RecordType::NS, RData::NS(_)) => true,
31302026-08-05T12:21:14.912Z | ^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
31312026-08-05T12:21:14.913Z |
31322026-08-05T12:21:14.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31332026-08-05T12:21:14.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
31342026-08-05T12:21:14.913Z |
31352026-08-05T12:21:14.913Z 33 | pub enum RecordType {
31362026-08-05T12:21:14.913Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
31372026-08-05T12:21:14.913Z |
31382026-08-05T12:21:14.913Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
31392026-08-05T12:21:14.913Z |
31402026-08-05T12:21:14.913Z 33 | pub enum RecordType {
31412026-08-05T12:21:14.913Z | ------------------- this is the found type
31422026-08-05T12:21:14.913Z = help: you can use `cargo tree` to explore your dependency tree
31432026-08-05T12:21:14.913Z
31442026-08-05T12:21:14.913Zerror[E0308]: mismatched types
31452026-08-05T12:21:14.913Z --> dns-server/src/dns_server.rs:333:14
31462026-08-05T12:21:14.913Z |
31472026-08-05T12:21:14.913Z333 | (RecordType::SOA, RData::SOA(_)) => true,
31482026-08-05T12:21:14.913Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
31492026-08-05T12:21:14.913Z |
31502026-08-05T12:21:14.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31512026-08-05T12:21:14.914Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
31522026-08-05T12:21:14.914Z |
31532026-08-05T12:21:14.914Z 33 | pub enum RecordType {
31542026-08-05T12:21:14.914Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
31552026-08-05T12:21:14.914Z |
31562026-08-05T12:21:14.914Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
31572026-08-05T12:21:14.914Z |
31582026-08-05T12:21:14.914Z 33 | pub enum RecordType {
31592026-08-05T12:21:14.914Z | ------------------- this is the found type
31602026-08-05T12:21:14.914Z = help: you can use `cargo tree` to explore your dependency tree
31612026-08-05T12:21:14.914Z
31622026-08-05T12:21:14.921Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
31632026-08-05T12:21:14.921Z --> dns-server/src/dns_server.rs:348:51
31642026-08-05T12:21:14.921Z |
31652026-08-05T12:21:14.921Z348 | let additionals_target = match record.data() {
31662026-08-05T12:21:14.921Z | ^^^^-- help: remove the arguments
31672026-08-05T12:21:14.921Z | |
31682026-08-05T12:21:14.921Z | field, not a method
31692026-08-05T12:21:14.921Z
31702026-08-05T12:21:14.944Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
31712026-08-05T12:21:14.944Z --> dns-server/src/dns_server.rs:349:45
31722026-08-05T12:21:14.944Z |
31732026-08-05T12:21:14.944Z349 | RData::SRV(srv) => Some(srv.target()),
31742026-08-05T12:21:14.944Z | ^^^^^^-- help: remove the arguments
31752026-08-05T12:21:14.944Z | |
31762026-08-05T12:21:14.944Z | field, not a method
31772026-08-05T12:21:14.944Z
31782026-08-05T12:21:14.950Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
31792026-08-05T12:21:14.950Z --> dns-server/src/dns_server.rs:416:9
31802026-08-05T12:21:14.950Z |
31812026-08-05T12:21:14.950Z414 | let mresp = rb.build(
31822026-08-05T12:21:14.950Z | ----- required by a bound introduced by this call
31832026-08-05T12:21:14.950Z415 | header,
31842026-08-05T12:21:14.950Z416 | response_records.iter().collect::<Vec<&Record>>(),
31852026-08-05T12:21:14.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31862026-08-05T12:21:14.950Z |
31872026-08-05T12:21:14.950Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31882026-08-05T12:21:14.950Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31892026-08-05T12:21:14.950Z |
31902026-08-05T12:21:14.950Z 77 | pub struct Record<R: RecordData = RData> {
31912026-08-05T12:21:14.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31922026-08-05T12:21:14.950Z |
31932026-08-05T12:21:14.950Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31942026-08-05T12:21:14.950Z |
31952026-08-05T12:21:14.950Z 78 | pub struct Record<R: RecordData = RData> {
31962026-08-05T12:21:14.950Z | ---------------------------------------- this is the found type
31972026-08-05T12:21:14.950Z = help: you can use `cargo tree` to explore your dependency tree
31982026-08-05T12:21:14.950Znote: the method call chain might not have had the expected associated types
31992026-08-05T12:21:14.951Z --> dns-server/src/dns_server.rs:416:26
32002026-08-05T12:21:14.951Z |
32012026-08-05T12:21:14.951Z411 | response_records: &[Record],
32022026-08-05T12:21:14.951Z | ---------------- this expression has type `&[Record]`
32032026-08-05T12:21:14.951Z...
32042026-08-05T12:21:14.951Z416 | response_records.iter().collect::<Vec<&Record>>(),
32052026-08-05T12:21:14.951Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
32062026-08-05T12:21:14.951Z | |
32072026-08-05T12:21:14.952Z | `IntoIterator::Item` is `&Record` here
32082026-08-05T12:21:14.952Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
32092026-08-05T12:21:14.952Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
32102026-08-05T12:21:14.952Z |
32112026-08-05T12:21:14.952Z129 | pub fn build<'a, A, N, S, D>(
32122026-08-05T12:21:14.952Z | ----- required by a bound in this associated function
32132026-08-05T12:21:14.952Z...
32142026-08-05T12:21:14.952Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
32152026-08-05T12:21:14.952Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
32162026-08-05T12:21:14.952Z
32172026-08-05T12:21:14.952Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32182026-08-05T12:21:14.952Z --> dns-server/src/dns_server.rs:414:20
32192026-08-05T12:21:14.952Z |
32202026-08-05T12:21:14.952Z414 | let mresp = rb.build(
32212026-08-05T12:21:14.952Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32222026-08-05T12:21:14.952Z |
32232026-08-05T12:21:14.952Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32242026-08-05T12:21:14.952Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32252026-08-05T12:21:14.953Z |
32262026-08-05T12:21:14.953Z 77 | pub struct Record<R: RecordData = RData> {
32272026-08-05T12:21:14.953Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32282026-08-05T12:21:14.953Z |
32292026-08-05T12:21:14.953Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32302026-08-05T12:21:14.953Z |
32312026-08-05T12:21:14.953Z 78 | pub struct Record<R: RecordData = RData> {
32322026-08-05T12:21:14.953Z | ---------------------------------------- this is the found type
32332026-08-05T12:21:14.954Z = help: you can use `cargo tree` to explore your dependency tree
32342026-08-05T12:21:14.954Znote: required by a bound in `MessageResponse`
32352026-08-05T12:21:14.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32362026-08-05T12:21:14.954Z |
32372026-08-05T12:21:14.954Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32382026-08-05T12:21:14.954Z | --------------- required by a bound in this struct
32392026-08-05T12:21:14.954Z 22 | where
32402026-08-05T12:21:14.954Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32412026-08-05T12:21:14.954Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32422026-08-05T12:21:14.954Z
32432026-08-05T12:21:14.954Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
32442026-08-05T12:21:14.954Z --> dns-server/src/dns_server.rs:419:9
32452026-08-05T12:21:14.954Z |
32462026-08-05T12:21:14.955Z414 | let mresp = rb.build(
32472026-08-05T12:21:14.956Z | ----- required by a bound introduced by this call
32482026-08-05T12:21:14.956Z...
32492026-08-05T12:21:14.956Z419 | additional_records,
32502026-08-05T12:21:14.956Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32512026-08-05T12:21:14.956Z |
32522026-08-05T12:21:14.956Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32532026-08-05T12:21:14.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32542026-08-05T12:21:14.956Z |
32552026-08-05T12:21:14.956Z 77 | pub struct Record<R: RecordData = RData> {
32562026-08-05T12:21:14.956Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32572026-08-05T12:21:14.956Z |
32582026-08-05T12:21:14.956Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32592026-08-05T12:21:14.956Z |
32602026-08-05T12:21:14.956Z 78 | pub struct Record<R: RecordData = RData> {
32612026-08-05T12:21:14.956Z | ---------------------------------------- this is the found type
32622026-08-05T12:21:14.956Z = help: you can use `cargo tree` to explore your dependency tree
32632026-08-05T12:21:14.956Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
32642026-08-05T12:21:14.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
32652026-08-05T12:21:14.956Z |
32662026-08-05T12:21:14.957Z129 | pub fn build<'a, A, N, S, D>(
32672026-08-05T12:21:14.957Z | ----- required by a bound in this associated function
32682026-08-05T12:21:14.957Z...
32692026-08-05T12:21:14.957Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
32702026-08-05T12:21:14.957Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
32712026-08-05T12:21:14.957Z
32722026-08-05T12:21:14.957Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32732026-08-05T12:21:14.957Z --> dns-server/src/dns_server.rs:414:20
32742026-08-05T12:21:14.957Z |
32752026-08-05T12:21:14.957Z414 | let mresp = rb.build(
32762026-08-05T12:21:14.957Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32772026-08-05T12:21:14.957Z |
32782026-08-05T12:21:14.962Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32792026-08-05T12:21:14.962Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32802026-08-05T12:21:14.962Z |
32812026-08-05T12:21:14.962Z 77 | pub struct Record<R: RecordData = RData> {
32822026-08-05T12:21:14.962Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32832026-08-05T12:21:14.962Z |
32842026-08-05T12:21:14.962Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32852026-08-05T12:21:14.962Z |
32862026-08-05T12:21:14.962Z 78 | pub struct Record<R: RecordData = RData> {
32872026-08-05T12:21:14.962Z | ---------------------------------------- this is the found type
32882026-08-05T12:21:14.962Z = help: you can use `cargo tree` to explore your dependency tree
32892026-08-05T12:21:14.963Znote: required by a bound in `MessageResponse`
32902026-08-05T12:21:14.963Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32912026-08-05T12:21:14.963Z |
32922026-08-05T12:21:14.963Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32932026-08-05T12:21:14.963Z | --------------- required by a bound in this struct
32942026-08-05T12:21:14.963Z...
32952026-08-05T12:21:14.963Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32962026-08-05T12:21:14.963Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32972026-08-05T12:21:14.963Z
32982026-08-05T12:21:14.963Zerror[E0308]: mismatched types
32992026-08-05T12:21:14.963Z --> dns-server/src/dns_server.rs:415:9
33002026-08-05T12:21:14.963Z |
33012026-08-05T12:21:14.963Z414 | let mresp = rb.build(
33022026-08-05T12:21:14.963Z | ----- arguments to this method are incorrect
33032026-08-05T12:21:14.963Z415 | header,
33042026-08-05T12:21:14.963Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
33052026-08-05T12:21:14.963Z |
33062026-08-05T12:21:14.963Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33072026-08-05T12:21:14.963Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
33082026-08-05T12:21:14.964Z |
33092026-08-05T12:21:14.964Z 57 | pub struct Header {
33102026-08-05T12:21:14.964Z | ^^^^^^^^^^^^^^^^^ this is the expected type
33112026-08-05T12:21:14.964Z |
33122026-08-05T12:21:14.964Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
33132026-08-05T12:21:14.965Z |
33142026-08-05T12:21:14.965Z 57 | pub struct Header {
33152026-08-05T12:21:14.965Z | ----------------- this is the found type
33162026-08-05T12:21:14.965Z = help: you can use `cargo tree` to explore your dependency tree
33172026-08-05T12:21:14.965Znote: method defined here
33182026-08-05T12:21:14.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
33192026-08-05T12:21:14.965Z |
33202026-08-05T12:21:14.965Z129 | pub fn build<'a, A, N, S, D>(
33212026-08-05T12:21:14.965Z | ^^^^^
33222026-08-05T12:21:14.965Z
33232026-08-05T12:21:14.965Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
33242026-08-05T12:21:14.965Z --> dns-server/src/dns_server.rs:422:31
33252026-08-05T12:21:14.965Z |
33262026-08-05T12:21:14.965Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
33272026-08-05T12:21:14.966Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33282026-08-05T12:21:14.966Z | |
33292026-08-05T12:21:14.966Z | required by a bound introduced by this call
33302026-08-05T12:21:14.966Z |
33312026-08-05T12:21:14.966Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33322026-08-05T12:21:14.966Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33332026-08-05T12:21:14.966Z |
33342026-08-05T12:21:14.966Z 78 | pub struct Record<R: RecordData = RData> {
33352026-08-05T12:21:14.966Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33362026-08-05T12:21:14.966Z |
33372026-08-05T12:21:14.966Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33382026-08-05T12:21:14.966Z |
33392026-08-05T12:21:14.966Z 77 | pub struct Record<R: RecordData = RData> {
33402026-08-05T12:21:14.966Z | ---------------------------------------- this is the found type
33412026-08-05T12:21:14.966Z = help: you can use `cargo tree` to explore your dependency tree
33422026-08-05T12:21:14.966Znote: required by a bound in `encode_and_send`
33432026-08-05T12:21:14.966Z --> dns-server/src/dns_server.rs:492:27
33442026-08-05T12:21:14.966Z |
33452026-08-05T12:21:14.966Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33462026-08-05T12:21:14.966Z | --------------- required by a bound in this function
33472026-08-05T12:21:14.966Z...
33482026-08-05T12:21:14.966Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33492026-08-05T12:21:14.966Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33502026-08-05T12:21:14.967Z
33512026-08-05T12:21:14.967Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
33522026-08-05T12:21:14.967Z --> dns-server/src/dns_server.rs:422:31
33532026-08-05T12:21:14.967Z |
33542026-08-05T12:21:14.967Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
33552026-08-05T12:21:14.967Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
33562026-08-05T12:21:14.967Z |
33572026-08-05T12:21:14.967Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33582026-08-05T12:21:14.967Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33592026-08-05T12:21:14.967Z |
33602026-08-05T12:21:14.967Z 77 | pub struct Record<R: RecordData = RData> {
33612026-08-05T12:21:14.967Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33622026-08-05T12:21:14.967Z |
33632026-08-05T12:21:14.967Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33642026-08-05T12:21:14.967Z |
33652026-08-05T12:21:14.967Z 78 | pub struct Record<R: RecordData = RData> {
33662026-08-05T12:21:14.967Z | ---------------------------------------- this is the found type
33672026-08-05T12:21:14.967Z = help: you can use `cargo tree` to explore your dependency tree
33682026-08-05T12:21:14.967Znote: required by a bound in `MessageResponse`
33692026-08-05T12:21:14.967Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
33702026-08-05T12:21:14.967Z |
33712026-08-05T12:21:14.967Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
33722026-08-05T12:21:14.967Z | --------------- required by a bound in this struct
33732026-08-05T12:21:14.968Z 22 | where
33742026-08-05T12:21:14.968Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33752026-08-05T12:21:14.968Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
33762026-08-05T12:21:14.968Z
33772026-08-05T12:21:14.968Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
33782026-08-05T12:21:14.974Z --> dns-server/src/dns_server.rs:422:31
33792026-08-05T12:21:14.974Z |
33802026-08-05T12:21:14.974Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
33812026-08-05T12:21:14.974Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
33822026-08-05T12:21:14.974Z |
33832026-08-05T12:21:14.974Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33842026-08-05T12:21:14.974Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33852026-08-05T12:21:14.974Z |
33862026-08-05T12:21:14.974Z 77 | pub struct Record<R: RecordData = RData> {
33872026-08-05T12:21:14.974Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33882026-08-05T12:21:14.974Z |
33892026-08-05T12:21:14.974Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33902026-08-05T12:21:14.974Z |
33912026-08-05T12:21:14.974Z 78 | pub struct Record<R: RecordData = RData> {
33922026-08-05T12:21:14.974Z | ---------------------------------------- this is the found type
33932026-08-05T12:21:14.975Z = help: you can use `cargo tree` to explore your dependency tree
33942026-08-05T12:21:14.975Znote: required by a bound in `MessageResponse`
33952026-08-05T12:21:14.975Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
33962026-08-05T12:21:14.975Z |
33972026-08-05T12:21:14.975Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
33982026-08-05T12:21:14.975Z | --------------- required by a bound in this struct
33992026-08-05T12:21:14.975Z...
34002026-08-05T12:21:14.975Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34012026-08-05T12:21:14.975Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
34022026-08-05T12:21:14.975Z
34032026-08-05T12:21:14.975Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
34042026-08-05T12:21:14.975Z --> dns-server/src/dns_server.rs:422:5
34052026-08-05T12:21:14.975Z |
34062026-08-05T12:21:14.975Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
34072026-08-05T12:21:14.975Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34082026-08-05T12:21:14.975Z |
34092026-08-05T12:21:14.975Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34102026-08-05T12:21:14.975Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34112026-08-05T12:21:14.975Z |
34122026-08-05T12:21:14.975Z 78 | pub struct Record<R: RecordData = RData> {
34132026-08-05T12:21:14.975Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34142026-08-05T12:21:14.975Z |
34152026-08-05T12:21:14.976Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34162026-08-05T12:21:14.976Z |
34172026-08-05T12:21:14.976Z 77 | pub struct Record<R: RecordData = RData> {
34182026-08-05T12:21:14.976Z | ---------------------------------------- this is the found type
34192026-08-05T12:21:14.976Z = help: you can use `cargo tree` to explore your dependency tree
34202026-08-05T12:21:14.976Znote: required by a bound in `encode_and_send`
34212026-08-05T12:21:14.977Z --> dns-server/src/dns_server.rs:492:27
34222026-08-05T12:21:14.977Z |
34232026-08-05T12:21:14.977Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34242026-08-05T12:21:14.977Z | --------------- required by a bound in this function
34252026-08-05T12:21:14.977Z...
34262026-08-05T12:21:14.977Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34272026-08-05T12:21:14.977Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34282026-08-05T12:21:14.977Z
34292026-08-05T12:21:14.977Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
34302026-08-05T12:21:14.977Z --> dns-server/src/dns_server.rs:422:49
34312026-08-05T12:21:14.977Z |
34322026-08-05T12:21:14.977Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
34332026-08-05T12:21:14.977Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34342026-08-05T12:21:14.977Z |
34352026-08-05T12:21:14.977Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34362026-08-05T12:21:14.979Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34372026-08-05T12:21:14.979Z |
34382026-08-05T12:21:14.979Z 78 | pub struct Record<R: RecordData = RData> {
34392026-08-05T12:21:14.979Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34402026-08-05T12:21:14.980Z |
34412026-08-05T12:21:14.980Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34422026-08-05T12:21:14.980Z |
34432026-08-05T12:21:14.980Z 77 | pub struct Record<R: RecordData = RData> {
34442026-08-05T12:21:14.980Z | ---------------------------------------- this is the found type
34452026-08-05T12:21:14.980Z = help: you can use `cargo tree` to explore your dependency tree
34462026-08-05T12:21:14.980Znote: required by a bound in `encode_and_send`
34472026-08-05T12:21:14.980Z --> dns-server/src/dns_server.rs:492:27
34482026-08-05T12:21:14.980Z |
34492026-08-05T12:21:14.980Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34502026-08-05T12:21:14.980Z | --------------- required by a bound in this function
34512026-08-05T12:21:14.980Z...
34522026-08-05T12:21:14.980Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34532026-08-05T12:21:14.980Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34542026-08-05T12:21:14.980Z
34552026-08-05T12:21:14.980Zerror[E0308]: arguments to this method are incorrect
34562026-08-05T12:21:14.980Z --> dns-server/src/dns_server.rs:438:33
34572026-08-05T12:21:14.980Z |
34582026-08-05T12:21:14.980Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
34592026-08-05T12:21:14.980Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34602026-08-05T12:21:14.980Z | |
34612026-08-05T12:21:14.980Z | expected `&Header`, found `&&Header`
34622026-08-05T12:21:14.980Z |
34632026-08-05T12:21:14.981Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
34642026-08-05T12:21:14.981Z found reference `&&hickory_proto::op::Header`
34652026-08-05T12:21:14.981Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34662026-08-05T12:21:14.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
34672026-08-05T12:21:14.981Z |
34682026-08-05T12:21:14.981Z 67 | pub enum ResponseCode {
34692026-08-05T12:21:14.981Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34702026-08-05T12:21:14.981Z |
34712026-08-05T12:21:14.981Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
34722026-08-05T12:21:14.981Z |
34732026-08-05T12:21:14.981Z 67 | pub enum ResponseCode {
34742026-08-05T12:21:14.981Z | --------------------- this is the found type
34752026-08-05T12:21:14.981Z = help: you can use `cargo tree` to explore your dependency tree
34762026-08-05T12:21:14.981Znote: method defined here
34772026-08-05T12:21:14.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
34782026-08-05T12:21:15.004Z |
34792026-08-05T12:21:15.004Z190 | pub fn error_msg<'a>(
34802026-08-05T12:21:15.004Z | ^^^^^^^^^
34812026-08-05T12:21:15.004Z
34822026-08-05T12:21:15.004Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34832026-08-05T12:21:15.004Z --> dns-server/src/dns_server.rs:457:50
34842026-08-05T12:21:15.004Z |
34852026-08-05T12:21:15.004Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34862026-08-05T12:21:15.004Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34872026-08-05T12:21:15.004Z | |
34882026-08-05T12:21:15.004Z | required by a bound introduced by this call
34892026-08-05T12:21:15.005Z |
34902026-08-05T12:21:15.005Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34912026-08-05T12:21:15.005Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34922026-08-05T12:21:15.005Z |
34932026-08-05T12:21:15.005Z 78 | pub struct Record<R: RecordData = RData> {
34942026-08-05T12:21:15.005Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34952026-08-05T12:21:15.005Z |
34962026-08-05T12:21:15.005Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34972026-08-05T12:21:15.005Z |
34982026-08-05T12:21:15.005Z 77 | pub struct Record<R: RecordData = RData> {
34992026-08-05T12:21:15.005Z | ---------------------------------------- this is the found type
35002026-08-05T12:21:15.005Z = help: you can use `cargo tree` to explore your dependency tree
35012026-08-05T12:21:15.005Znote: required by a bound in `encode_and_send`
35022026-08-05T12:21:15.005Z --> dns-server/src/dns_server.rs:491:23
35032026-08-05T12:21:15.005Z |
35042026-08-05T12:21:15.005Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35052026-08-05T12:21:15.005Z | --------------- required by a bound in this function
35062026-08-05T12:21:15.005Z...
35072026-08-05T12:21:15.005Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35082026-08-05T12:21:15.005Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35092026-08-05T12:21:15.005Z
35102026-08-05T12:21:15.005Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35112026-08-05T12:21:15.005Z --> dns-server/src/dns_server.rs:457:50
35122026-08-05T12:21:15.005Z |
35132026-08-05T12:21:15.005Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35142026-08-05T12:21:15.005Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35152026-08-05T12:21:15.005Z | |
35162026-08-05T12:21:15.006Z | required by a bound introduced by this call
35172026-08-05T12:21:15.006Z |
35182026-08-05T12:21:15.006Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35192026-08-05T12:21:15.006Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35202026-08-05T12:21:15.006Z |
35212026-08-05T12:21:15.006Z 78 | pub struct Record<R: RecordData = RData> {
35222026-08-05T12:21:15.006Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35232026-08-05T12:21:15.006Z |
35242026-08-05T12:21:15.006Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35252026-08-05T12:21:15.006Z |
35262026-08-05T12:21:15.006Z 77 | pub struct Record<R: RecordData = RData> {
35272026-08-05T12:21:15.006Z | ---------------------------------------- this is the found type
35282026-08-05T12:21:15.006Z = help: you can use `cargo tree` to explore your dependency tree
35292026-08-05T12:21:15.006Znote: required by a bound in `encode_and_send`
35302026-08-05T12:21:15.006Z --> dns-server/src/dns_server.rs:492:27
35312026-08-05T12:21:15.006Z |
35322026-08-05T12:21:15.006Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35332026-08-05T12:21:15.006Z | --------------- required by a bound in this function
35342026-08-05T12:21:15.006Z...
35352026-08-05T12:21:15.006Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35362026-08-05T12:21:15.006Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35372026-08-05T12:21:15.007Z
35382026-08-05T12:21:15.007Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35392026-08-05T12:21:15.007Z --> dns-server/src/dns_server.rs:457:50
35402026-08-05T12:21:15.007Z |
35412026-08-05T12:21:15.007Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35422026-08-05T12:21:15.007Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35432026-08-05T12:21:15.007Z | |
35442026-08-05T12:21:15.007Z | required by a bound introduced by this call
35452026-08-05T12:21:15.008Z |
35462026-08-05T12:21:15.008Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35472026-08-05T12:21:15.008Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35482026-08-05T12:21:15.008Z |
35492026-08-05T12:21:15.008Z 78 | pub struct Record<R: RecordData = RData> {
35502026-08-05T12:21:15.008Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35512026-08-05T12:21:15.008Z |
35522026-08-05T12:21:15.008Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35532026-08-05T12:21:15.008Z |
35542026-08-05T12:21:15.008Z 77 | pub struct Record<R: RecordData = RData> {
35552026-08-05T12:21:15.008Z | ---------------------------------------- this is the found type
35562026-08-05T12:21:15.008Z = help: you can use `cargo tree` to explore your dependency tree
35572026-08-05T12:21:15.008Znote: required by a bound in `encode_and_send`
35582026-08-05T12:21:15.008Z --> dns-server/src/dns_server.rs:493:19
35592026-08-05T12:21:15.008Z |
35602026-08-05T12:21:15.008Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35612026-08-05T12:21:15.008Z | --------------- required by a bound in this function
35622026-08-05T12:21:15.008Z...
35632026-08-05T12:21:15.008Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35642026-08-05T12:21:15.008Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35652026-08-05T12:21:15.008Z
35662026-08-05T12:21:15.008Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35672026-08-05T12:21:15.009Z --> dns-server/src/dns_server.rs:457:50
35682026-08-05T12:21:15.009Z |
35692026-08-05T12:21:15.009Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35702026-08-05T12:21:15.009Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35712026-08-05T12:21:15.009Z | |
35722026-08-05T12:21:15.009Z | required by a bound introduced by this call
35732026-08-05T12:21:15.009Z |
35742026-08-05T12:21:15.009Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35752026-08-05T12:21:15.009Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35762026-08-05T12:21:15.009Z |
35772026-08-05T12:21:15.009Z 78 | pub struct Record<R: RecordData = RData> {
35782026-08-05T12:21:15.022Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35792026-08-05T12:21:15.022Z |
35802026-08-05T12:21:15.022Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35812026-08-05T12:21:15.022Z |
35822026-08-05T12:21:15.022Z 77 | pub struct Record<R: RecordData = RData> {
35832026-08-05T12:21:15.022Z | ---------------------------------------- this is the found type
35842026-08-05T12:21:15.022Z = help: you can use `cargo tree` to explore your dependency tree
35852026-08-05T12:21:15.022Znote: required by a bound in `encode_and_send`
35862026-08-05T12:21:15.022Z --> dns-server/src/dns_server.rs:494:27
35872026-08-05T12:21:15.022Z |
35882026-08-05T12:21:15.022Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35892026-08-05T12:21:15.022Z | --------------- required by a bound in this function
35902026-08-05T12:21:15.022Z...
35912026-08-05T12:21:15.023Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35922026-08-05T12:21:15.023Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35932026-08-05T12:21:15.023Z
35942026-08-05T12:21:15.023Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35952026-08-05T12:21:15.023Z --> dns-server/src/dns_server.rs:457:25
35962026-08-05T12:21:15.023Z |
35972026-08-05T12:21:15.023Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35982026-08-05T12:21:15.023Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35992026-08-05T12:21:15.023Z |
36002026-08-05T12:21:15.023Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36012026-08-05T12:21:15.023Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36022026-08-05T12:21:15.023Z |
36032026-08-05T12:21:15.023Z 78 | pub struct Record<R: RecordData = RData> {
36042026-08-05T12:21:15.023Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36052026-08-05T12:21:15.023Z |
36062026-08-05T12:21:15.023Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36072026-08-05T12:21:15.023Z |
36082026-08-05T12:21:15.023Z 77 | pub struct Record<R: RecordData = RData> {
36092026-08-05T12:21:15.023Z | ---------------------------------------- this is the found type
36102026-08-05T12:21:15.023Z = help: you can use `cargo tree` to explore your dependency tree
36112026-08-05T12:21:15.023Znote: required by a bound in `encode_and_send`
36122026-08-05T12:21:15.023Z --> dns-server/src/dns_server.rs:491:23
36132026-08-05T12:21:15.023Z |
36142026-08-05T12:21:15.023Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36152026-08-05T12:21:15.023Z | --------------- required by a bound in this function
36162026-08-05T12:21:15.024Z...
36172026-08-05T12:21:15.024Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36182026-08-05T12:21:15.024Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36192026-08-05T12:21:15.024Z
36202026-08-05T12:21:15.024Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36212026-08-05T12:21:15.024Z --> dns-server/src/dns_server.rs:457:25
36222026-08-05T12:21:15.024Z |
36232026-08-05T12:21:15.024Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36242026-08-05T12:21:15.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36252026-08-05T12:21:15.024Z |
36262026-08-05T12:21:15.024Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36272026-08-05T12:21:15.024Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36282026-08-05T12:21:15.024Z |
36292026-08-05T12:21:15.024Z 78 | pub struct Record<R: RecordData = RData> {
36302026-08-05T12:21:15.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36312026-08-05T12:21:15.024Z |
36322026-08-05T12:21:15.024Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36332026-08-05T12:21:15.024Z |
36342026-08-05T12:21:15.024Z 77 | pub struct Record<R: RecordData = RData> {
36352026-08-05T12:21:15.024Z | ---------------------------------------- this is the found type
36362026-08-05T12:21:15.025Z = help: you can use `cargo tree` to explore your dependency tree
36372026-08-05T12:21:15.025Znote: required by a bound in `encode_and_send`
36382026-08-05T12:21:15.025Z --> dns-server/src/dns_server.rs:492:27
36392026-08-05T12:21:15.025Z |
36402026-08-05T12:21:15.025Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36412026-08-05T12:21:15.025Z | --------------- required by a bound in this function
36422026-08-05T12:21:15.025Z...
36432026-08-05T12:21:15.025Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36442026-08-05T12:21:15.025Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36452026-08-05T12:21:15.025Z
36462026-08-05T12:21:15.025Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36472026-08-05T12:21:15.025Z --> dns-server/src/dns_server.rs:457:25
36482026-08-05T12:21:15.025Z |
36492026-08-05T12:21:15.025Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36502026-08-05T12:21:15.026Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36512026-08-05T12:21:15.026Z |
36522026-08-05T12:21:15.026Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36532026-08-05T12:21:15.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36542026-08-05T12:21:15.026Z |
36552026-08-05T12:21:15.026Z 78 | pub struct Record<R: RecordData = RData> {
36562026-08-05T12:21:15.026Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36572026-08-05T12:21:15.026Z |
36582026-08-05T12:21:15.026Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36592026-08-05T12:21:15.026Z |
36602026-08-05T12:21:15.026Z 77 | pub struct Record<R: RecordData = RData> {
36612026-08-05T12:21:15.026Z | ---------------------------------------- this is the found type
36622026-08-05T12:21:15.026Z = help: you can use `cargo tree` to explore your dependency tree
36632026-08-05T12:21:15.026Znote: required by a bound in `encode_and_send`
36642026-08-05T12:21:15.026Z --> dns-server/src/dns_server.rs:493:19
36652026-08-05T12:21:15.027Z |
36662026-08-05T12:21:15.027Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36672026-08-05T12:21:15.027Z | --------------- required by a bound in this function
36682026-08-05T12:21:15.027Z...
36692026-08-05T12:21:15.027Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36702026-08-05T12:21:15.027Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36712026-08-05T12:21:15.027Z
36722026-08-05T12:21:15.027Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36732026-08-05T12:21:15.027Z --> dns-server/src/dns_server.rs:457:25
36742026-08-05T12:21:15.027Z |
36752026-08-05T12:21:15.027Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36762026-08-05T12:21:15.027Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36772026-08-05T12:21:15.028Z |
36782026-08-05T12:21:15.046Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36792026-08-05T12:21:15.046Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36802026-08-05T12:21:15.046Z |
36812026-08-05T12:21:15.046Z 78 | pub struct Record<R: RecordData = RData> {
36822026-08-05T12:21:15.046Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36832026-08-05T12:21:15.046Z |
36842026-08-05T12:21:15.046Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36852026-08-05T12:21:15.046Z |
36862026-08-05T12:21:15.046Z 77 | pub struct Record<R: RecordData = RData> {
36872026-08-05T12:21:15.047Z | ---------------------------------------- this is the found type
36882026-08-05T12:21:15.047Z = help: you can use `cargo tree` to explore your dependency tree
36892026-08-05T12:21:15.047Znote: required by a bound in `encode_and_send`
36902026-08-05T12:21:15.047Z --> dns-server/src/dns_server.rs:494:27
36912026-08-05T12:21:15.047Z |
36922026-08-05T12:21:15.047Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36932026-08-05T12:21:15.047Z | --------------- required by a bound in this function
36942026-08-05T12:21:15.047Z...
36952026-08-05T12:21:15.047Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36962026-08-05T12:21:15.047Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36972026-08-05T12:21:15.047Z
36982026-08-05T12:21:15.047Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36992026-08-05T12:21:15.047Z --> dns-server/src/dns_server.rs:457:69
37002026-08-05T12:21:15.047Z |
37012026-08-05T12:21:15.047Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
37022026-08-05T12:21:15.047Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37032026-08-05T12:21:15.048Z |
37042026-08-05T12:21:15.048Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37052026-08-05T12:21:15.048Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37062026-08-05T12:21:15.048Z |
37072026-08-05T12:21:15.048Z 78 | pub struct Record<R: RecordData = RData> {
37082026-08-05T12:21:15.048Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37092026-08-05T12:21:15.048Z |
37102026-08-05T12:21:15.048Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37112026-08-05T12:21:15.048Z |
37122026-08-05T12:21:15.048Z 77 | pub struct Record<R: RecordData = RData> {
37132026-08-05T12:21:15.048Z | ---------------------------------------- this is the found type
37142026-08-05T12:21:15.048Z = help: you can use `cargo tree` to explore your dependency tree
37152026-08-05T12:21:15.048Znote: required by a bound in `encode_and_send`
37162026-08-05T12:21:15.048Z --> dns-server/src/dns_server.rs:491:23
37172026-08-05T12:21:15.048Z |
37182026-08-05T12:21:15.048Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37192026-08-05T12:21:15.048Z | --------------- required by a bound in this function
37202026-08-05T12:21:15.048Z...
37212026-08-05T12:21:15.048Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37222026-08-05T12:21:15.048Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37232026-08-05T12:21:15.048Z
37242026-08-05T12:21:15.049Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37252026-08-05T12:21:15.049Z --> dns-server/src/dns_server.rs:457:69
37262026-08-05T12:21:15.049Z |
37272026-08-05T12:21:15.049Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
37282026-08-05T12:21:15.049Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37292026-08-05T12:21:15.049Z |
37302026-08-05T12:21:15.049Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37312026-08-05T12:21:15.049Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37322026-08-05T12:21:15.049Z |
37332026-08-05T12:21:15.049Z 78 | pub struct Record<R: RecordData = RData> {
37342026-08-05T12:21:15.049Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37352026-08-05T12:21:15.049Z |
37362026-08-05T12:21:15.049Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37372026-08-05T12:21:15.049Z |
37382026-08-05T12:21:15.049Z 77 | pub struct Record<R: RecordData = RData> {
37392026-08-05T12:21:15.049Z | ---------------------------------------- this is the found type
37402026-08-05T12:21:15.049Z = help: you can use `cargo tree` to explore your dependency tree
37412026-08-05T12:21:15.050Znote: required by a bound in `encode_and_send`
37422026-08-05T12:21:15.050Z --> dns-server/src/dns_server.rs:492:27
37432026-08-05T12:21:15.050Z |
37442026-08-05T12:21:15.050Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37452026-08-05T12:21:15.050Z | --------------- required by a bound in this function
37462026-08-05T12:21:15.050Z...
37472026-08-05T12:21:15.050Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37482026-08-05T12:21:15.050Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37492026-08-05T12:21:15.050Z
37502026-08-05T12:21:15.051Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37512026-08-05T12:21:15.051Z --> dns-server/src/dns_server.rs:457:69
37522026-08-05T12:21:15.051Z |
37532026-08-05T12:21:15.051Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
37542026-08-05T12:21:15.051Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37552026-08-05T12:21:15.051Z |
37562026-08-05T12:21:15.051Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37572026-08-05T12:21:15.051Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37582026-08-05T12:21:15.051Z |
37592026-08-05T12:21:15.051Z 78 | pub struct Record<R: RecordData = RData> {
37602026-08-05T12:21:15.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37612026-08-05T12:21:15.051Z |
37622026-08-05T12:21:15.051Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37632026-08-05T12:21:15.051Z |
37642026-08-05T12:21:15.051Z 77 | pub struct Record<R: RecordData = RData> {
37652026-08-05T12:21:15.051Z | ---------------------------------------- this is the found type
37662026-08-05T12:21:15.051Z = help: you can use `cargo tree` to explore your dependency tree
37672026-08-05T12:21:15.051Znote: required by a bound in `encode_and_send`
37682026-08-05T12:21:15.051Z --> dns-server/src/dns_server.rs:493:19
37692026-08-05T12:21:15.051Z |
37702026-08-05T12:21:15.052Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37712026-08-05T12:21:15.052Z | --------------- required by a bound in this function
37722026-08-05T12:21:15.052Z...
37732026-08-05T12:21:15.052Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37742026-08-05T12:21:15.052Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37752026-08-05T12:21:15.052Z
37762026-08-05T12:21:15.052Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37772026-08-05T12:21:15.052Z --> dns-server/src/dns_server.rs:457:69
37782026-08-05T12:21:15.082Z |
37792026-08-05T12:21:15.082Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
37802026-08-05T12:21:15.087Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37812026-08-05T12:21:15.087Z |
37822026-08-05T12:21:15.087Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37832026-08-05T12:21:15.087Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37842026-08-05T12:21:15.087Z |
37852026-08-05T12:21:15.087Z 78 | pub struct Record<R: RecordData = RData> {
37862026-08-05T12:21:15.087Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37872026-08-05T12:21:15.087Z |
37882026-08-05T12:21:15.087Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37892026-08-05T12:21:15.087Z |
37902026-08-05T12:21:15.087Z 77 | pub struct Record<R: RecordData = RData> {
37912026-08-05T12:21:15.087Z | ---------------------------------------- this is the found type
37922026-08-05T12:21:15.087Z = help: you can use `cargo tree` to explore your dependency tree
37932026-08-05T12:21:15.087Znote: required by a bound in `encode_and_send`
37942026-08-05T12:21:15.088Z --> dns-server/src/dns_server.rs:494:27
37952026-08-05T12:21:15.088Z |
37962026-08-05T12:21:15.088Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37972026-08-05T12:21:15.088Z | --------------- required by a bound in this function
37982026-08-05T12:21:15.088Z...
37992026-08-05T12:21:15.088Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38002026-08-05T12:21:15.088Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38012026-08-05T12:21:15.090Z
38022026-08-05T12:21:15.090Zerror[E0308]: arguments to this method are incorrect
38032026-08-05T12:21:15.090Z --> dns-server/src/dns_server.rs:477:20
38042026-08-05T12:21:15.090Z |
38052026-08-05T12:21:15.090Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
38062026-08-05T12:21:15.090Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
38072026-08-05T12:21:15.090Z | |
38082026-08-05T12:21:15.090Z | expected `Header`, found `hickory_proto::op::Header`
38092026-08-05T12:21:15.090Z |
38102026-08-05T12:21:15.090Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38112026-08-05T12:21:15.090Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38122026-08-05T12:21:15.090Z |
38132026-08-05T12:21:15.090Z 57 | pub struct Header {
38142026-08-05T12:21:15.090Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38152026-08-05T12:21:15.090Z |
38162026-08-05T12:21:15.090Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38172026-08-05T12:21:15.091Z |
38182026-08-05T12:21:15.091Z 57 | pub struct Header {
38192026-08-05T12:21:15.091Z | ----------------- this is the found type
38202026-08-05T12:21:15.091Z = help: you can use `cargo tree` to explore your dependency tree
38212026-08-05T12:21:15.091Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38222026-08-05T12:21:15.092Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
38232026-08-05T12:21:15.092Z |
38242026-08-05T12:21:15.092Z 67 | pub enum ResponseCode {
38252026-08-05T12:21:15.092Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38262026-08-05T12:21:15.092Z |
38272026-08-05T12:21:15.093Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
38282026-08-05T12:21:15.093Z |
38292026-08-05T12:21:15.093Z 67 | pub enum ResponseCode {
38302026-08-05T12:21:15.093Z | --------------------- this is the found type
38312026-08-05T12:21:15.093Z = help: you can use `cargo tree` to explore your dependency tree
38322026-08-05T12:21:15.093Znote: method defined here
38332026-08-05T12:21:15.093Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
38342026-08-05T12:21:15.093Z |
38352026-08-05T12:21:15.093Z190 | pub fn error_msg<'a>(
38362026-08-05T12:21:15.093Z | ^^^^^^^^^
38372026-08-05T12:21:15.093Z
38382026-08-05T12:21:15.093Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38392026-08-05T12:21:15.093Z --> dns-server/src/dns_server.rs:478:50
38402026-08-05T12:21:15.093Z |
38412026-08-05T12:21:15.093Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38422026-08-05T12:21:15.093Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38432026-08-05T12:21:15.093Z | |
38442026-08-05T12:21:15.093Z | required by a bound introduced by this call
38452026-08-05T12:21:15.093Z |
38462026-08-05T12:21:15.093Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38472026-08-05T12:21:15.093Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38482026-08-05T12:21:15.093Z |
38492026-08-05T12:21:15.093Z 78 | pub struct Record<R: RecordData = RData> {
38502026-08-05T12:21:15.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38512026-08-05T12:21:15.094Z |
38522026-08-05T12:21:15.094Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38532026-08-05T12:21:15.094Z |
38542026-08-05T12:21:15.094Z 77 | pub struct Record<R: RecordData = RData> {
38552026-08-05T12:21:15.094Z | ---------------------------------------- this is the found type
38562026-08-05T12:21:15.094Z = help: you can use `cargo tree` to explore your dependency tree
38572026-08-05T12:21:15.094Znote: required by a bound in `encode_and_send`
38582026-08-05T12:21:15.094Z --> dns-server/src/dns_server.rs:491:23
38592026-08-05T12:21:15.094Z |
38602026-08-05T12:21:15.094Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38612026-08-05T12:21:15.094Z | --------------- required by a bound in this function
38622026-08-05T12:21:15.094Z...
38632026-08-05T12:21:15.094Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38642026-08-05T12:21:15.094Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38652026-08-05T12:21:15.094Z
38662026-08-05T12:21:15.095Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38672026-08-05T12:21:15.095Z --> dns-server/src/dns_server.rs:478:50
38682026-08-05T12:21:15.095Z |
38692026-08-05T12:21:15.095Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38702026-08-05T12:21:15.095Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38712026-08-05T12:21:15.095Z | |
38722026-08-05T12:21:15.095Z | required by a bound introduced by this call
38732026-08-05T12:21:15.095Z |
38742026-08-05T12:21:15.095Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38752026-08-05T12:21:15.095Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38762026-08-05T12:21:15.095Z |
38772026-08-05T12:21:15.095Z 78 | pub struct Record<R: RecordData = RData> {
38782026-08-05T12:21:15.110Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38792026-08-05T12:21:15.110Z |
38802026-08-05T12:21:15.110Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38812026-08-05T12:21:15.110Z |
38822026-08-05T12:21:15.110Z 77 | pub struct Record<R: RecordData = RData> {
38832026-08-05T12:21:15.111Z | ---------------------------------------- this is the found type
38842026-08-05T12:21:15.111Z = help: you can use `cargo tree` to explore your dependency tree
38852026-08-05T12:21:15.111Znote: required by a bound in `encode_and_send`
38862026-08-05T12:21:15.111Z --> dns-server/src/dns_server.rs:492:27
38872026-08-05T12:21:15.111Z |
38882026-08-05T12:21:15.111Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38892026-08-05T12:21:15.111Z | --------------- required by a bound in this function
38902026-08-05T12:21:15.111Z...
38912026-08-05T12:21:15.111Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38922026-08-05T12:21:15.111Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38932026-08-05T12:21:15.111Z
38942026-08-05T12:21:15.111Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38952026-08-05T12:21:15.111Z --> dns-server/src/dns_server.rs:478:50
38962026-08-05T12:21:15.111Z |
38972026-08-05T12:21:15.111Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38982026-08-05T12:21:15.111Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38992026-08-05T12:21:15.111Z | |
39002026-08-05T12:21:15.111Z | required by a bound introduced by this call
39012026-08-05T12:21:15.111Z |
39022026-08-05T12:21:15.112Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39032026-08-05T12:21:15.112Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39042026-08-05T12:21:15.112Z |
39052026-08-05T12:21:15.112Z 78 | pub struct Record<R: RecordData = RData> {
39062026-08-05T12:21:15.112Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39072026-08-05T12:21:15.112Z |
39082026-08-05T12:21:15.112Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39092026-08-05T12:21:15.112Z |
39102026-08-05T12:21:15.112Z 77 | pub struct Record<R: RecordData = RData> {
39112026-08-05T12:21:15.112Z | ---------------------------------------- this is the found type
39122026-08-05T12:21:15.112Z = help: you can use `cargo tree` to explore your dependency tree
39132026-08-05T12:21:15.112Znote: required by a bound in `encode_and_send`
39142026-08-05T12:21:15.112Z --> dns-server/src/dns_server.rs:493:19
39152026-08-05T12:21:15.112Z |
39162026-08-05T12:21:15.112Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39172026-08-05T12:21:15.112Z | --------------- required by a bound in this function
39182026-08-05T12:21:15.112Z...
39192026-08-05T12:21:15.112Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39202026-08-05T12:21:15.112Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39212026-08-05T12:21:15.112Z
39222026-08-05T12:21:15.113Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39232026-08-05T12:21:15.113Z --> dns-server/src/dns_server.rs:478:50
39242026-08-05T12:21:15.113Z |
39252026-08-05T12:21:15.113Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39262026-08-05T12:21:15.113Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39272026-08-05T12:21:15.113Z | |
39282026-08-05T12:21:15.113Z | required by a bound introduced by this call
39292026-08-05T12:21:15.113Z |
39302026-08-05T12:21:15.113Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39312026-08-05T12:21:15.114Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39322026-08-05T12:21:15.114Z |
39332026-08-05T12:21:15.114Z 78 | pub struct Record<R: RecordData = RData> {
39342026-08-05T12:21:15.114Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39352026-08-05T12:21:15.114Z |
39362026-08-05T12:21:15.114Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39372026-08-05T12:21:15.114Z |
39382026-08-05T12:21:15.114Z 77 | pub struct Record<R: RecordData = RData> {
39392026-08-05T12:21:15.114Z | ---------------------------------------- this is the found type
39402026-08-05T12:21:15.114Z = help: you can use `cargo tree` to explore your dependency tree
39412026-08-05T12:21:15.114Znote: required by a bound in `encode_and_send`
39422026-08-05T12:21:15.114Z --> dns-server/src/dns_server.rs:494:27
39432026-08-05T12:21:15.114Z |
39442026-08-05T12:21:15.114Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39452026-08-05T12:21:15.114Z | --------------- required by a bound in this function
39462026-08-05T12:21:15.114Z...
39472026-08-05T12:21:15.114Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39482026-08-05T12:21:15.114Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39492026-08-05T12:21:15.114Z
39502026-08-05T12:21:15.115Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39512026-08-05T12:21:15.115Z --> dns-server/src/dns_server.rs:478:25
39522026-08-05T12:21:15.115Z |
39532026-08-05T12:21:15.115Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39542026-08-05T12:21:15.115Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39552026-08-05T12:21:15.115Z |
39562026-08-05T12:21:15.115Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39572026-08-05T12:21:15.115Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39582026-08-05T12:21:15.115Z |
39592026-08-05T12:21:15.115Z 78 | pub struct Record<R: RecordData = RData> {
39602026-08-05T12:21:15.115Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39612026-08-05T12:21:15.115Z |
39622026-08-05T12:21:15.115Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39632026-08-05T12:21:15.115Z |
39642026-08-05T12:21:15.115Z 77 | pub struct Record<R: RecordData = RData> {
39652026-08-05T12:21:15.115Z | ---------------------------------------- this is the found type
39662026-08-05T12:21:15.115Z = help: you can use `cargo tree` to explore your dependency tree
39672026-08-05T12:21:15.115Znote: required by a bound in `encode_and_send`
39682026-08-05T12:21:15.115Z --> dns-server/src/dns_server.rs:491:23
39692026-08-05T12:21:15.115Z |
39702026-08-05T12:21:15.115Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39712026-08-05T12:21:15.115Z | --------------- required by a bound in this function
39722026-08-05T12:21:15.115Z...
39732026-08-05T12:21:15.115Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39742026-08-05T12:21:15.116Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39752026-08-05T12:21:15.116Z
39762026-08-05T12:21:15.116Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39772026-08-05T12:21:15.116Z --> dns-server/src/dns_server.rs:478:25
39782026-08-05T12:21:15.130Z |
39792026-08-05T12:21:15.130Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39802026-08-05T12:21:15.130Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39812026-08-05T12:21:15.130Z |
39822026-08-05T12:21:15.130Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39832026-08-05T12:21:15.130Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39842026-08-05T12:21:15.130Z |
39852026-08-05T12:21:15.130Z 78 | pub struct Record<R: RecordData = RData> {
39862026-08-05T12:21:15.130Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39872026-08-05T12:21:15.130Z |
39882026-08-05T12:21:15.130Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39892026-08-05T12:21:15.130Z |
39902026-08-05T12:21:15.130Z 77 | pub struct Record<R: RecordData = RData> {
39912026-08-05T12:21:15.131Z | ---------------------------------------- this is the found type
39922026-08-05T12:21:15.131Z = help: you can use `cargo tree` to explore your dependency tree
39932026-08-05T12:21:15.131Znote: required by a bound in `encode_and_send`
39942026-08-05T12:21:15.131Z --> dns-server/src/dns_server.rs:492:27
39952026-08-05T12:21:15.131Z |
39962026-08-05T12:21:15.131Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39972026-08-05T12:21:15.131Z | --------------- required by a bound in this function
39982026-08-05T12:21:15.131Z...
39992026-08-05T12:21:15.131Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40002026-08-05T12:21:15.131Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40012026-08-05T12:21:15.131Z
40022026-08-05T12:21:15.131Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40032026-08-05T12:21:15.131Z --> dns-server/src/dns_server.rs:478:25
40042026-08-05T12:21:15.132Z |
40052026-08-05T12:21:15.132Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
40062026-08-05T12:21:15.132Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40072026-08-05T12:21:15.132Z |
40082026-08-05T12:21:15.132Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40092026-08-05T12:21:15.132Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40102026-08-05T12:21:15.132Z |
40112026-08-05T12:21:15.132Z 78 | pub struct Record<R: RecordData = RData> {
40122026-08-05T12:21:15.132Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40132026-08-05T12:21:15.132Z |
40142026-08-05T12:21:15.132Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40152026-08-05T12:21:15.132Z |
40162026-08-05T12:21:15.132Z 77 | pub struct Record<R: RecordData = RData> {
40172026-08-05T12:21:15.132Z | ---------------------------------------- this is the found type
40182026-08-05T12:21:15.132Z = help: you can use `cargo tree` to explore your dependency tree
40192026-08-05T12:21:15.132Znote: required by a bound in `encode_and_send`
40202026-08-05T12:21:15.132Z --> dns-server/src/dns_server.rs:493:19
40212026-08-05T12:21:15.132Z |
40222026-08-05T12:21:15.132Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40232026-08-05T12:21:15.132Z | --------------- required by a bound in this function
40242026-08-05T12:21:15.132Z...
40252026-08-05T12:21:15.132Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40262026-08-05T12:21:15.132Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40272026-08-05T12:21:15.132Z
40282026-08-05T12:21:15.132Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40292026-08-05T12:21:15.133Z --> dns-server/src/dns_server.rs:478:25
40302026-08-05T12:21:15.133Z |
40312026-08-05T12:21:15.133Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
40322026-08-05T12:21:15.133Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40332026-08-05T12:21:15.133Z |
40342026-08-05T12:21:15.133Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40352026-08-05T12:21:15.133Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40362026-08-05T12:21:15.133Z |
40372026-08-05T12:21:15.133Z 78 | pub struct Record<R: RecordData = RData> {
40382026-08-05T12:21:15.133Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40392026-08-05T12:21:15.133Z |
40402026-08-05T12:21:15.133Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40412026-08-05T12:21:15.133Z |
40422026-08-05T12:21:15.133Z 77 | pub struct Record<R: RecordData = RData> {
40432026-08-05T12:21:15.133Z | ---------------------------------------- this is the found type
40442026-08-05T12:21:15.133Z = help: you can use `cargo tree` to explore your dependency tree
40452026-08-05T12:21:15.133Znote: required by a bound in `encode_and_send`
40462026-08-05T12:21:15.133Z --> dns-server/src/dns_server.rs:494:27
40472026-08-05T12:21:15.133Z |
40482026-08-05T12:21:15.133Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40492026-08-05T12:21:15.133Z | --------------- required by a bound in this function
40502026-08-05T12:21:15.133Z...
40512026-08-05T12:21:15.133Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40522026-08-05T12:21:15.133Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40532026-08-05T12:21:15.133Z
40542026-08-05T12:21:15.133Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40552026-08-05T12:21:15.133Z --> dns-server/src/dns_server.rs:478:69
40562026-08-05T12:21:15.134Z |
40572026-08-05T12:21:15.134Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
40582026-08-05T12:21:15.134Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40592026-08-05T12:21:15.134Z |
40602026-08-05T12:21:15.134Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-08-05T12:21:15.134Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40622026-08-05T12:21:15.134Z |
40632026-08-05T12:21:15.134Z 78 | pub struct Record<R: RecordData = RData> {
40642026-08-05T12:21:15.134Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40652026-08-05T12:21:15.134Z |
40662026-08-05T12:21:15.134Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40672026-08-05T12:21:15.134Z |
40682026-08-05T12:21:15.134Z 77 | pub struct Record<R: RecordData = RData> {
40692026-08-05T12:21:15.134Z | ---------------------------------------- this is the found type
40702026-08-05T12:21:15.134Z = help: you can use `cargo tree` to explore your dependency tree
40712026-08-05T12:21:15.134Znote: required by a bound in `encode_and_send`
40722026-08-05T12:21:15.134Z --> dns-server/src/dns_server.rs:491:23
40732026-08-05T12:21:15.134Z |
40742026-08-05T12:21:15.134Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40752026-08-05T12:21:15.134Z | --------------- required by a bound in this function
40762026-08-05T12:21:15.135Z...
40772026-08-05T12:21:15.135Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40782026-08-05T12:21:15.145Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40792026-08-05T12:21:15.145Z
40802026-08-05T12:21:15.145Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40812026-08-05T12:21:15.145Z --> dns-server/src/dns_server.rs:478:69
40822026-08-05T12:21:15.145Z |
40832026-08-05T12:21:15.145Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
40842026-08-05T12:21:15.145Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40852026-08-05T12:21:15.145Z |
40862026-08-05T12:21:15.145Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40872026-08-05T12:21:15.145Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40882026-08-05T12:21:15.145Z |
40892026-08-05T12:21:15.145Z 78 | pub struct Record<R: RecordData = RData> {
40902026-08-05T12:21:15.145Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40912026-08-05T12:21:15.145Z |
40922026-08-05T12:21:15.145Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40932026-08-05T12:21:15.145Z |
40942026-08-05T12:21:15.145Z 77 | pub struct Record<R: RecordData = RData> {
40952026-08-05T12:21:15.145Z | ---------------------------------------- this is the found type
40962026-08-05T12:21:15.145Z = help: you can use `cargo tree` to explore your dependency tree
40972026-08-05T12:21:15.145Znote: required by a bound in `encode_and_send`
40982026-08-05T12:21:15.145Z --> dns-server/src/dns_server.rs:492:27
40992026-08-05T12:21:15.145Z |
41002026-08-05T12:21:15.145Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41012026-08-05T12:21:15.146Z | --------------- required by a bound in this function
41022026-08-05T12:21:15.146Z...
41032026-08-05T12:21:15.146Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41042026-08-05T12:21:15.146Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41052026-08-05T12:21:15.146Z
41062026-08-05T12:21:15.146Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41072026-08-05T12:21:15.146Z --> dns-server/src/dns_server.rs:478:69
41082026-08-05T12:21:15.146Z |
41092026-08-05T12:21:15.146Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
41102026-08-05T12:21:15.146Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41112026-08-05T12:21:15.146Z |
41122026-08-05T12:21:15.146Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41132026-08-05T12:21:15.146Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41142026-08-05T12:21:15.146Z |
41152026-08-05T12:21:15.146Z 78 | pub struct Record<R: RecordData = RData> {
41162026-08-05T12:21:15.146Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41172026-08-05T12:21:15.146Z |
41182026-08-05T12:21:15.146Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41192026-08-05T12:21:15.147Z |
41202026-08-05T12:21:15.147Z 77 | pub struct Record<R: RecordData = RData> {
41212026-08-05T12:21:15.147Z | ---------------------------------------- this is the found type
41222026-08-05T12:21:15.147Z = help: you can use `cargo tree` to explore your dependency tree
41232026-08-05T12:21:15.147Znote: required by a bound in `encode_and_send`
41242026-08-05T12:21:15.147Z --> dns-server/src/dns_server.rs:493:19
41252026-08-05T12:21:15.147Z |
41262026-08-05T12:21:15.147Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41272026-08-05T12:21:15.147Z | --------------- required by a bound in this function
41282026-08-05T12:21:15.147Z...
41292026-08-05T12:21:15.147Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41302026-08-05T12:21:15.147Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41312026-08-05T12:21:15.147Z
41322026-08-05T12:21:15.147Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41332026-08-05T12:21:15.147Z --> dns-server/src/dns_server.rs:478:69
41342026-08-05T12:21:15.147Z |
41352026-08-05T12:21:15.147Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
41362026-08-05T12:21:15.147Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41372026-08-05T12:21:15.147Z |
41382026-08-05T12:21:15.147Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41392026-08-05T12:21:15.147Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41402026-08-05T12:21:15.147Z |
41412026-08-05T12:21:15.147Z 78 | pub struct Record<R: RecordData = RData> {
41422026-08-05T12:21:15.147Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41432026-08-05T12:21:15.147Z |
41442026-08-05T12:21:15.147Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41452026-08-05T12:21:15.147Z |
41462026-08-05T12:21:15.148Z 77 | pub struct Record<R: RecordData = RData> {
41472026-08-05T12:21:15.148Z | ---------------------------------------- this is the found type
41482026-08-05T12:21:15.148Z = help: you can use `cargo tree` to explore your dependency tree
41492026-08-05T12:21:15.148Znote: required by a bound in `encode_and_send`
41502026-08-05T12:21:15.148Z --> dns-server/src/dns_server.rs:494:27
41512026-08-05T12:21:15.148Z |
41522026-08-05T12:21:15.148Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41532026-08-05T12:21:15.148Z | --------------- required by a bound in this function
41542026-08-05T12:21:15.148Z...
41552026-08-05T12:21:15.148Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41562026-08-05T12:21:15.148Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41572026-08-05T12:21:15.148Z
41582026-08-05T12:21:15.148Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
41592026-08-05T12:21:15.148Z --> dns-server/src/dns_server.rs:500:14
41602026-08-05T12:21:15.148Z |
41612026-08-05T12:21:15.148Z499 | let _ = mresp
41622026-08-05T12:21:15.149Z | _________________-
41632026-08-05T12:21:15.149Z500 | | .destructive_emit(&mut enc)
41642026-08-05T12:21:15.149Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
41652026-08-05T12:21:15.149Z | |_____________|
41662026-08-05T12:21:15.149Z |
41672026-08-05T12:21:15.149Z |
41682026-08-05T12:21:15.149Z = note: the following trait bounds were not satisfied:
41692026-08-05T12:21:15.149Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
41702026-08-05T12:21:15.150Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
41712026-08-05T12:21:15.150Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
41722026-08-05T12:21:15.150Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
41732026-08-05T12:21:15.150Z
41742026-08-05T12:21:15.150Zerror[E0308]: mismatched types
41752026-08-05T12:21:15.150Z --> dns-server/src/dns_server.rs:229:35
41762026-08-05T12:21:15.150Z |
41772026-08-05T12:21:15.150Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
41782026-08-05T12:21:15.165Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41792026-08-05T12:21:15.165Z | |
41802026-08-05T12:21:15.165Z | arguments to this function are incorrect
41812026-08-05T12:21:15.165Z |
41822026-08-05T12:21:15.165Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41832026-08-05T12:21:15.165Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41842026-08-05T12:21:15.165Z |
41852026-08-05T12:21:15.165Z 34 | pub struct Name {
41862026-08-05T12:21:15.165Z | ^^^^^^^^^^^^^^^ this is the expected type
41872026-08-05T12:21:15.165Z |
41882026-08-05T12:21:15.165Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41892026-08-05T12:21:15.165Z |
41902026-08-05T12:21:15.165Z 37 | pub struct Name {
41912026-08-05T12:21:15.166Z | --------------- this is the found type
41922026-08-05T12:21:15.166Z = help: you can use `cargo tree` to explore your dependency tree
41932026-08-05T12:21:15.166Znote: associated function defined here
41942026-08-05T12:21:15.166Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41952026-08-05T12:21:15.166Z |
41962026-08-05T12:21:15.166Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41972026-08-05T12:21:15.166Z | ^^^^^^^^^^
41982026-08-05T12:21:15.166Z
41992026-08-05T12:21:15.166Zerror[E0308]: mismatched types
42002026-08-05T12:21:15.166Z --> dns-server/src/dns_server.rs:233:35
42012026-08-05T12:21:15.166Z |
42022026-08-05T12:21:15.166Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
42032026-08-05T12:21:15.166Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42042026-08-05T12:21:15.166Z | |
42052026-08-05T12:21:15.166Z | arguments to this function are incorrect
42062026-08-05T12:21:15.166Z |
42072026-08-05T12:21:15.166Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42082026-08-05T12:21:15.166Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42092026-08-05T12:21:15.166Z |
42102026-08-05T12:21:15.166Z 34 | pub struct Name {
42112026-08-05T12:21:15.166Z | ^^^^^^^^^^^^^^^ this is the expected type
42122026-08-05T12:21:15.166Z |
42132026-08-05T12:21:15.166Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42142026-08-05T12:21:15.166Z |
42152026-08-05T12:21:15.166Z 37 | pub struct Name {
42162026-08-05T12:21:15.166Z | --------------- this is the found type
42172026-08-05T12:21:15.167Z = help: you can use `cargo tree` to explore your dependency tree
42182026-08-05T12:21:15.167Znote: associated function defined here
42192026-08-05T12:21:15.167Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42202026-08-05T12:21:15.167Z |
42212026-08-05T12:21:15.167Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42222026-08-05T12:21:15.167Z | ^^^^^^^^^^
42232026-08-05T12:21:15.167Z
42242026-08-05T12:21:15.167Zerror[E0308]: mismatched types
42252026-08-05T12:21:15.167Z --> dns-server/src/dns_server.rs:247:60
42262026-08-05T12:21:15.167Z |
42272026-08-05T12:21:15.167Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
42282026-08-05T12:21:15.167Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42292026-08-05T12:21:15.167Z | |
42302026-08-05T12:21:15.167Z | arguments to this function are incorrect
42312026-08-05T12:21:15.167Z |
42322026-08-05T12:21:15.167Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42332026-08-05T12:21:15.167Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42342026-08-05T12:21:15.167Z |
42352026-08-05T12:21:15.167Z 34 | pub struct Name {
42362026-08-05T12:21:15.167Z | ^^^^^^^^^^^^^^^ this is the expected type
42372026-08-05T12:21:15.167Z |
42382026-08-05T12:21:15.167Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42392026-08-05T12:21:15.167Z |
42402026-08-05T12:21:15.167Z 37 | pub struct Name {
42412026-08-05T12:21:15.167Z | --------------- this is the found type
42422026-08-05T12:21:15.168Z = help: you can use `cargo tree` to explore your dependency tree
42432026-08-05T12:21:15.168Znote: associated function defined here
42442026-08-05T12:21:15.168Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
42452026-08-05T12:21:15.168Z |
42462026-08-05T12:21:15.168Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
42472026-08-05T12:21:15.168Z | ^^^
42482026-08-05T12:21:15.168Z
42492026-08-05T12:21:15.168Zerror[E0308]: mismatched types
42502026-08-05T12:21:15.168Z --> dns-server/src/dns_server.rs:245:17
42512026-08-05T12:21:15.168Z |
42522026-08-05T12:21:15.168Z244 | Ok(Record::from_rdata(
42532026-08-05T12:21:15.168Z | ------------------ arguments to this function are incorrect
42542026-08-05T12:21:15.168Z245 | name.clone(),
42552026-08-05T12:21:15.168Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42562026-08-05T12:21:15.168Z |
42572026-08-05T12:21:15.168Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42582026-08-05T12:21:15.168Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42592026-08-05T12:21:15.168Z |
42602026-08-05T12:21:15.168Z 34 | pub struct Name {
42612026-08-05T12:21:15.168Z | ^^^^^^^^^^^^^^^ this is the expected type
42622026-08-05T12:21:15.168Z |
42632026-08-05T12:21:15.168Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42642026-08-05T12:21:15.168Z |
42652026-08-05T12:21:15.168Z 37 | pub struct Name {
42662026-08-05T12:21:15.168Z | --------------- this is the found type
42672026-08-05T12:21:15.168Z = help: you can use `cargo tree` to explore your dependency tree
42682026-08-05T12:21:15.168Znote: associated function defined here
42692026-08-05T12:21:15.169Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42702026-08-05T12:21:15.169Z |
42712026-08-05T12:21:15.169Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42722026-08-05T12:21:15.169Z | ^^^^^^^^^^
42732026-08-05T12:21:15.169Z
42742026-08-05T12:21:15.169Zerror[E0308]: mismatched types
42752026-08-05T12:21:15.169Z --> dns-server/src/dns_server.rs:259:65
42762026-08-05T12:21:15.169Z |
42772026-08-05T12:21:15.170Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
42782026-08-05T12:21:15.188Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42792026-08-05T12:21:15.188Z | |
42802026-08-05T12:21:15.188Z | arguments to this struct are incorrect
42812026-08-05T12:21:15.188Z |
42822026-08-05T12:21:15.189Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42832026-08-05T12:21:15.189Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42842026-08-05T12:21:15.189Z |
42852026-08-05T12:21:15.189Z 34 | pub struct Name {
42862026-08-05T12:21:15.189Z | ^^^^^^^^^^^^^^^ this is the expected type
42872026-08-05T12:21:15.189Z |
42882026-08-05T12:21:15.189Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42892026-08-05T12:21:15.189Z |
42902026-08-05T12:21:15.189Z 37 | pub struct Name {
42912026-08-05T12:21:15.189Z | --------------- this is the found type
42922026-08-05T12:21:15.189Z = help: you can use `cargo tree` to explore your dependency tree
42932026-08-05T12:21:15.189Znote: tuple struct defined here
42942026-08-05T12:21:15.189Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
42952026-08-05T12:21:15.189Z |
42962026-08-05T12:21:15.189Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
42972026-08-05T12:21:15.189Z | ^^
42982026-08-05T12:21:15.189Z
42992026-08-05T12:21:15.189Zerror[E0308]: mismatched types
43002026-08-05T12:21:15.189Z --> dns-server/src/dns_server.rs:259:35
43012026-08-05T12:21:15.189Z |
43022026-08-05T12:21:15.189Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
43032026-08-05T12:21:15.189Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
43042026-08-05T12:21:15.189Z | |
43052026-08-05T12:21:15.190Z | arguments to this function are incorrect
43062026-08-05T12:21:15.190Z |
43072026-08-05T12:21:15.190Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43082026-08-05T12:21:15.190Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
43092026-08-05T12:21:15.190Z |
43102026-08-05T12:21:15.190Z 34 | pub struct Name {
43112026-08-05T12:21:15.190Z | ^^^^^^^^^^^^^^^ this is the expected type
43122026-08-05T12:21:15.190Z |
43132026-08-05T12:21:15.190Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
43142026-08-05T12:21:15.190Z |
43152026-08-05T12:21:15.190Z 37 | pub struct Name {
43162026-08-05T12:21:15.190Z | --------------- this is the found type
43172026-08-05T12:21:15.190Z = help: you can use `cargo tree` to explore your dependency tree
43182026-08-05T12:21:15.190Znote: associated function defined here
43192026-08-05T12:21:15.190Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
43202026-08-05T12:21:15.190Z |
43212026-08-05T12:21:15.190Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
43222026-08-05T12:21:15.190Z | ^^^^^^^^^^
43232026-08-05T12:21:15.190Z
43242026-08-05T12:21:15.190Zerror[E0308]: arguments to this function are incorrect
43252026-08-05T12:21:15.190Z --> dns-server/src/storage.rs:448:43
43262026-08-05T12:21:15.190Z |
43272026-08-05T12:21:15.190Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
43282026-08-05T12:21:15.191Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43292026-08-05T12:21:15.191Z449 | preferred_nameserver,
43302026-08-05T12:21:15.191Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
43312026-08-05T12:21:15.191Z450 | rname,
43322026-08-05T12:21:15.191Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
43332026-08-05T12:21:15.191Z |
43342026-08-05T12:21:15.191Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43352026-08-05T12:21:15.191Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
43362026-08-05T12:21:15.191Z |
43372026-08-05T12:21:15.191Z 34 | pub struct Name {
43382026-08-05T12:21:15.191Z | ^^^^^^^^^^^^^^^ this is the expected type
43392026-08-05T12:21:15.191Z |
43402026-08-05T12:21:15.191Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
43412026-08-05T12:21:15.191Z |
43422026-08-05T12:21:15.191Z 37 | pub struct Name {
43432026-08-05T12:21:15.191Z | --------------- this is the found type
43442026-08-05T12:21:15.191Z = help: you can use `cargo tree` to explore your dependency tree
43452026-08-05T12:21:15.191Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43462026-08-05T12:21:15.191Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
43472026-08-05T12:21:15.191Z |
43482026-08-05T12:21:15.191Z 34 | pub struct Name {
43492026-08-05T12:21:15.191Z | ^^^^^^^^^^^^^^^ this is the expected type
43502026-08-05T12:21:15.191Z |
43512026-08-05T12:21:15.192Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
43522026-08-05T12:21:15.192Z |
43532026-08-05T12:21:15.192Z 37 | pub struct Name {
43542026-08-05T12:21:15.192Z | --------------- this is the found type
43552026-08-05T12:21:15.192Z = help: you can use `cargo tree` to explore your dependency tree
43562026-08-05T12:21:15.192Znote: associated function defined here
43572026-08-05T12:21:15.192Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
43582026-08-05T12:21:15.192Z |
43592026-08-05T12:21:15.192Z154 | pub fn new(
43602026-08-05T12:21:15.192Z | ^^^
43612026-08-05T12:21:15.192Z
43622026-08-05T12:21:15.192Zerror[E0308]: mismatched types
43632026-08-05T12:21:15.192Z --> dns-server/src/storage.rs:446:13
43642026-08-05T12:21:15.192Z |
43652026-08-05T12:21:15.192Z445 | let record = hickory_proto::rr::Record::from_rdata(
43662026-08-05T12:21:15.192Z | ------------------------------------- arguments to this function are incorrect
43672026-08-05T12:21:15.192Z446 | soa_name,
43682026-08-05T12:21:15.192Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
43692026-08-05T12:21:15.192Z |
43702026-08-05T12:21:15.192Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43712026-08-05T12:21:15.192Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
43722026-08-05T12:21:15.192Z |
43732026-08-05T12:21:15.192Z 34 | pub struct Name {
43742026-08-05T12:21:15.192Z | ^^^^^^^^^^^^^^^ this is the expected type
43752026-08-05T12:21:15.192Z |
43762026-08-05T12:21:15.193Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
43772026-08-05T12:21:15.193Z |
43782026-08-05T12:21:15.197Z 37 | pub struct Name {
43792026-08-05T12:21:15.197Z | --------------- this is the found type
43802026-08-05T12:21:15.197Z = help: you can use `cargo tree` to explore your dependency tree
43812026-08-05T12:21:15.197Znote: associated function defined here
43822026-08-05T12:21:15.197Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
43832026-08-05T12:21:15.197Z |
43842026-08-05T12:21:15.197Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
43852026-08-05T12:21:15.197Z | ^^^^^^^^^^
43862026-08-05T12:21:15.197Z
43872026-08-05T12:21:15.197Zerror[E0308]: mismatched types
43882026-08-05T12:21:15.197Z --> dns-server/src/storage.rs:768:30
43892026-08-05T12:21:15.197Z |
43902026-08-05T12:21:15.197Z768 | self.query_raw(name, orig_name)
43912026-08-05T12:21:15.198Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
43922026-08-05T12:21:15.198Z | |
43932026-08-05T12:21:15.198Z | arguments to this method are incorrect
43942026-08-05T12:21:15.198Z |
43952026-08-05T12:21:15.198Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43962026-08-05T12:21:15.198Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
43972026-08-05T12:21:15.198Z |
43982026-08-05T12:21:15.198Z 37 | pub struct Name {
43992026-08-05T12:21:15.198Z | ^^^^^^^^^^^^^^^ this is the expected type
44002026-08-05T12:21:15.198Z |
44012026-08-05T12:21:15.198Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
44022026-08-05T12:21:15.198Z |
44032026-08-05T12:21:15.198Z 34 | pub struct Name {
44042026-08-05T12:21:15.198Z | --------------- this is the found type
44052026-08-05T12:21:15.198Z = help: you can use `cargo tree` to explore your dependency tree
44062026-08-05T12:21:15.198Znote: method defined here
44072026-08-05T12:21:15.198Z --> dns-server/src/storage.rs:780:8
44082026-08-05T12:21:15.198Z |
44092026-08-05T12:21:15.198Z780 | fn query_raw(
44102026-08-05T12:21:15.198Z | ^^^^^^^^^
44112026-08-05T12:21:15.198Z...
44122026-08-05T12:21:15.198Z783 | orig_name: &Name,
44132026-08-05T12:21:15.198Z | ----------------
44142026-08-05T12:21:15.198Z
44152026-08-05T12:21:15.198Zerror[E0308]: mismatched types
44162026-08-05T12:21:15.198Z --> dns-server/src/storage.rs:777:40
44172026-08-05T12:21:15.199Z |
44182026-08-05T12:21:15.199Z777 | self.query_raw(&LowerName::new(name), name)
44192026-08-05T12:21:15.199Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
44202026-08-05T12:21:15.199Z | |
44212026-08-05T12:21:15.199Z | arguments to this function are incorrect
44222026-08-05T12:21:15.199Z |
44232026-08-05T12:21:15.199Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44242026-08-05T12:21:15.199Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
44252026-08-05T12:21:15.199Z |
44262026-08-05T12:21:15.199Z 34 | pub struct Name {
44272026-08-05T12:21:15.199Z | ^^^^^^^^^^^^^^^ this is the expected type
44282026-08-05T12:21:15.199Z |
44292026-08-05T12:21:15.199Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
44302026-08-05T12:21:15.199Z |
44312026-08-05T12:21:15.199Z 37 | pub struct Name {
44322026-08-05T12:21:15.199Z | --------------- this is the found type
44332026-08-05T12:21:15.199Z = help: you can use `cargo tree` to explore your dependency tree
44342026-08-05T12:21:15.199Znote: associated function defined here
44352026-08-05T12:21:15.199Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
44362026-08-05T12:21:15.199Z |
44372026-08-05T12:21:15.199Z 37 | pub fn new(name: &Name) -> Self {
44382026-08-05T12:21:15.199Z | ^^^
44392026-08-05T12:21:15.199Z
44402026-08-05T12:21:15.199Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
44412026-08-05T12:21:15.199Z --> dns-server/src/storage.rs:791:33
44422026-08-05T12:21:15.199Z |
44432026-08-05T12:21:15.200Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
44442026-08-05T12:21:15.200Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
44452026-08-05T12:21:15.200Z |
44462026-08-05T12:21:15.200Zhelp: item with same name found
44472026-08-05T12:21:15.200Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
44482026-08-05T12:21:15.200Z |
44492026-08-05T12:21:15.200Z 28 | pub struct LowerName(Name);
44502026-08-05T12:21:15.200Z | ^^^^^^^^^^^^^^^^^^^^
44512026-08-05T12:21:15.200Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
44522026-08-05T12:21:15.200Zhelp: `hickory_proto::rr::LowerName` implements trait `std::convert::From<T>`
44532026-08-05T12:21:15.200Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
44542026-08-05T12:21:15.200Z |
44552026-08-05T12:21:15.200Z240 | impl From<Name> for LowerName {
44562026-08-05T12:21:15.200Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<hickory_proto::rr::Name>`
44572026-08-05T12:21:15.200Z...
44582026-08-05T12:21:15.200Z246 | impl<'a> From<&'a Name> for LowerName {
44592026-08-05T12:21:15.200Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<&hickory_proto::rr::Name>`
44602026-08-05T12:21:15.200Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
44612026-08-05T12:21:15.200Z = help: you can use `cargo tree` to explore your dependency tree
44622026-08-05T12:21:15.200Z
44632026-08-05T12:21:15.350ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
44642026-08-05T12:21:15.350ZFor more information about an error, try `rustc --explain E0271`.
44652026-08-05T12:21:15.435Zerror: could not compile `dns-server` (lib) due to 66 previous errors
44662026-08-05T12:21:15.435Zwarning: build failed, waiting for other jobs to finish...
44672026-08-05T12:21:25.199ZError: Failed to build packages
44682026-08-05T12:21:25.212Z
44692026-08-05T12:21:25.212Zreal 1:16.771387053
44702026-08-05T12:21:25.212Zuser 17:02.804321275
44712026-08-05T12:21:25.212Zsys 1:25.668345705
44722026-08-05T12:21:25.212Ztrap 0.512147231
44732026-08-05T12:21:25.213Ztflt 1.098434605
44742026-08-05T12:21:25.213Zdflt 1.723248806
44752026-08-05T12:21:25.213Zkflt 0.005881483
44762026-08-05T12:21:25.213Zlock 1:32:52.391367606
44772026-08-05T12:21:25.213Zslp 46:19.032983560
44782026-08-05T12:21:25.214Zlat 1:09.449009013
44792026-08-05T12:21:25.214Zstop 3:48.728704616
44802026-08-05T12:21:25.214Zprocess exited: duration 296242 ms, exit code 1
 
44812026-08-05T12:21:25.223Zfound 0 output files
44822026-08-05T12:21:25.223Zupload error: rule "/work/package.tar.gz" required a match, but was not used