01KS3V4S7Q27WPKDMZQKZXYXMZ: 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: 01KS3V62R80G7C109NEYZWYPVA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T23:23:42.717Zjob assigned to worker 01KS3V6691FZMBCXF46AVTA432 [factory aws, i-0d1b1d38922c7043c] (queued for 46 s)
 
22026-05-20T23:23:49.726Zstarting task 0: "setup"
32026-05-20T23:23:49.730Z++ uname -s
42026-05-20T23:23:49.733Z+ kern=SunOS
52026-05-20T23:23:49.733Z+ build_user=build
62026-05-20T23:23:49.734Z+ build_uid=12345
72026-05-20T23:23:49.734Z+ work_dir=/work
82026-05-20T23:23:49.734Z+ input_dir=/input
92026-05-20T23:23:49.734Z+ [[ 0 == 12345 ]]
102026-05-20T23:23:49.734Z+ case "$kern" in
112026-05-20T23:23:49.734Z+ groupadd -g 12345 build
122026-05-20T23:23:49.737Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T23:23:51.744Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T23:23:51.820Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T23:23:51.824Z+ home_fs=zfs
162026-05-20T23:23:51.824Z+ [[ zfs == autofs ]]
172026-05-20T23:23:51.824Z+ mkdir -p /home/build
182026-05-20T23:23:51.824Z+ chown build:build /home/build /work
192026-05-20T23:23:53.826Z+ chmod 0700 /home/build /work
202026-05-20T23:23:53.830Zprocess exited: duration 4107 ms, exit code 0
 
212026-05-20T23:23:53.836Zstarting task 1: "rust-toolchain"
222026-05-20T23:23:53.843Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T23:23:53.843Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T23:23:53.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T23:23:53.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T23:23:53.843Z * rust toolchain channel = "1.94.0"
272026-05-20T23:23:53.843Z * rust toolchain profile = "default"
282026-05-20T23:23:53.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T23:23:53.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T23:23:53.909Zinfo: downloading installer
312026-05-20T23:23:55.296Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T23:23:55.296Zwarn: /home/build/.rustup/settings.toml
332026-05-20T23:23:55.296Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T23:23:55.296Zwarn: instead of the one inferred from the default host triple.
352026-05-20T23:23:55.309Zinfo: profile set to default
362026-05-20T23:23:55.309Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T23:23:55.312Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T23:23:55.444Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T23:23:55.447Zinfo: downloading 6 components
402026-05-20T23:24:11.121Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T23:24:11.121Z
422026-05-20T23:24:11.151Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T23:24:11.151Z
442026-05-20T23:24:11.151Z
452026-05-20T23:24:11.151ZRust is installed now. Great!
462026-05-20T23:24:11.151Z
472026-05-20T23:24:11.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T23:24:11.152Zenvironment variable. This has not been done automatically.
492026-05-20T23:24:11.152Z
502026-05-20T23:24:11.152ZTo configure your current shell, you need to source
512026-05-20T23:24:11.152Zthe corresponding env file under $HOME/.cargo.
522026-05-20T23:24:11.152Z
532026-05-20T23:24:11.152ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T23:24:11.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T23:24:11.152Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T23:24:11.152Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T23:24:11.152Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T23:24:11.152Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T23:24:11.152Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T23:24:11.156Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T23:24:11.156Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T23:24:11.257Z+ rustup --version
632026-05-20T23:24:11.263Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T23:24:11.263Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T23:24:11.283Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T23:24:11.286Z+ cargo --version
672026-05-20T23:24:11.294Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T23:24:11.297Z+ rustc --version
692026-05-20T23:24:11.318Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T23:24:11.321Zprocess exited: duration 17484 ms, exit code 0
 
712026-05-20T23:24:11.327Zstarting task 2: "authentication"
722026-05-20T23:24:11.345Zprocess exited: duration 17 ms, exit code 0
 
732026-05-20T23:24:11.351Zstarting task 3: "clone repository"
742026-05-20T23:24:11.355Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T23:24:11.359Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T23:24:11.405ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T23:24:21.273Z+ cd /work/oxidecomputer/omicron
782026-05-20T23:24:21.273Z+ git fetch origin 6ee581e857202902453035f8c14e6a6b0fc64632
792026-05-20T23:24:21.534ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T23:24:21.534Z * branch 6ee581e857202902453035f8c14e6a6b0fc64632 -> FETCH_HEAD
812026-05-20T23:24:21.548Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-20T23:24:21.551Z++ git branch --show-current
832026-05-20T23:24:21.551Z+ current=main
842026-05-20T23:24:21.551Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-20T23:24:21.554Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6ee581e857202902453035f8c14e6a6b0fc64632
862026-05-20T23:24:21.556Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-20T23:24:21.865ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-20T23:24:21.874Z+ git reset --hard 6ee581e857202902453035f8c14e6a6b0fc64632
892026-05-20T23:24:21.874ZHEAD is now at 6ee581e85 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-20T23:24:21.874Zprocess exited: duration 10461 ms, exit code 0
 
912026-05-20T23:24:21.890Zstarting task 4: "build"
922026-05-20T23:24:21.897Z+ source .github/buildomat/ci-env.sh
932026-05-20T23:24:21.897Z++ export CARGO_TERM_COLOR=always
942026-05-20T23:24:21.897Z++ CARGO_TERM_COLOR=always
952026-05-20T23:24:21.897Z+ cargo --version
962026-05-20T23:24:21.907Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T23:24:21.907Z+ rustc --version
982026-05-20T23:24:21.923Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T23:24:21.926Z+ WORK=/work
1002026-05-20T23:24:21.926Z+ pfexec mkdir -p /work
1012026-05-20T23:24:21.929Z+ pfexec chown build /work
1022026-05-20T23:24:21.932Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-20T23:24:23.778Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-20T23:24:24.105Z Startup: Caching catalogs ... Done
1052026-05-20T23:24:24.217ZPlanning: Solver setup ... Done (0.171s)
1062026-05-20T23:24:24.233ZPlanning: Running solver ... Done (0.017s)
1072026-05-20T23:24:24.239ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-20T23:24:24.252ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-20T23:24:24.269ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-20T23:24:24.284ZPlanning: Package planning ... Done (0.014s)
1112026-05-20T23:24:24.287ZPlanning: Merging actions ... Done (0.001s)
1122026-05-20T23:24:24.478ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-20T23:24:24.481ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-20T23:24:25.745ZPlanning: Evaluating mediators ... Done (1.266s)
1152026-05-20T23:24:25.748ZPlanning: Planning completed in 1.72 seconds
1162026-05-20T23:24:25.756Z Packages to install: 2
1172026-05-20T23:24:25.756Z Estimated space available: 156.07 GB
1182026-05-20T23:24:25.756ZEstimated space to be consumed: 19.75 MB
1192026-05-20T23:24:25.757Z Create boot environment: No
1202026-05-20T23:24:25.757ZCreate backup boot environment: No
1212026-05-20T23:24:25.757Z Rebuild boot archive: No
1222026-05-20T23:24:25.759Z
1232026-05-20T23:24:25.759ZChanged packages:
1242026-05-20T23:24:25.759Zhelios
1252026-05-20T23:24:25.759Z developer/build-essential
1262026-05-20T23:24:25.760Z None -> 11-3.0
1272026-05-20T23:24:25.760Z library/libxmlsec1
1282026-05-20T23:24:25.760Z None -> 1.2.35-3.0
1292026-05-20T23:24:25.795Z
1302026-05-20T23:24:25.795ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-20T23:24:26.411ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1322026-05-20T23:24:26.474Z Actions: 1/268 actions (Installing new actions)
1332026-05-20T23:24:26.515Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-20T23:24:26.522ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-20T23:24:26.522ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-20T23:24:26.537ZFinalize: Updating image state ... Done (0.015s)
1372026-05-20T23:24:29.301ZFinalize: Creating fast lookup database ... Done (2.742s)
1382026-05-20T23:24:29.380ZFinalize: Reading search index ... Done (0.018s)
1392026-05-20T23:24:29.384ZFinalize: Updating search index ... Done (0.000s)
1402026-05-20T23:24:29.497ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-20T23:24:29.792ZPlanning: Evaluating mediator changes ... Done
1422026-05-20T23:24:29.896ZPlanning: Checking for conflicting actions ... Done
1432026-05-20T23:24:29.899ZPlanning: Consolidating action changes ... Done
1442026-05-20T23:24:30.055ZPlanning: Evaluating mediators ... Done
1452026-05-20T23:24:30.058ZPlanning: Planning completed in 0.26 seconds
1462026-05-20T23:24:30.078Z Mediators to change: 2
1472026-05-20T23:24:30.078Z Create boot environment: No
1482026-05-20T23:24:30.078ZCreate backup boot environment: No
1492026-05-20T23:24:30.134ZFinalize: Updating package state database ... Done
1502026-05-20T23:24:30.135ZFinalize: Updating package cache ... Done
1512026-05-20T23:24:30.145ZFinalize: Updating image state ... Done
1522026-05-20T23:24:32.093ZFinalize: Creating fast lookup database ... Done
1532026-05-20T23:24:32.155ZFinalize: Reading search index ... Done
1542026-05-20T23:24:32.160ZFinalize: Updating search index ... Done
1552026-05-20T23:24:32.232ZFinalize: Updating package cache ... Done
1562026-05-20T23:24:32.521ZPlanning: Evaluating mediator changes ... Done
1572026-05-20T23:24:32.626ZPlanning: Checking for conflicting actions ... Done
1582026-05-20T23:24:32.629ZPlanning: Consolidating action changes ... Done
1592026-05-20T23:24:32.786ZPlanning: Evaluating mediators ... Done
1602026-05-20T23:24:32.788ZPlanning: Planning completed in 0.27 seconds
1612026-05-20T23:24:32.810Z Mediators to change: 1
1622026-05-20T23:24:32.810Z Create boot environment: No
1632026-05-20T23:24:32.810ZCreate backup boot environment: No
1642026-05-20T23:24:32.853ZFinalize: Updating package state database ... Done
1652026-05-20T23:24:32.853ZFinalize: Updating package cache ... Done
1662026-05-20T23:24:32.862ZFinalize: Updating image state ... Done
1672026-05-20T23:24:34.831ZFinalize: Creating fast lookup database ... Done
1682026-05-20T23:24:34.897ZFinalize: Reading search index ... Done
1692026-05-20T23:24:34.901ZFinalize: Updating search index ... Done
1702026-05-20T23:24:34.963ZFinalize: Updating package cache ... Done
1712026-05-20T23:24:35.341ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-20T23:24:35.341Zapache system 2.4 system
1732026-05-20T23:24:35.341Zclang system 15 system
1742026-05-20T23:24:35.341Zcsh system system illumos
1752026-05-20T23:24:35.341Zctags system system illumos
1762026-05-20T23:24:35.341Zfile vendor vendor darwinsys
1772026-05-20T23:24:35.341Zfile system system illumos
1782026-05-20T23:24:35.341Zgcc vendor 14 vendor
1792026-05-20T23:24:35.341Zgcc system 13 system
1802026-05-20T23:24:35.341Zgcc system 10 system
1812026-05-20T23:24:35.341Zgo system 1.25 system
1822026-05-20T23:24:35.342Zllvm system 15 system
1832026-05-20T23:24:35.342Zmariadb system 11.4 system
1842026-05-20T23:24:35.342Zmta vendor vendor dma
1852026-05-20T23:24:35.342Zopenjdk system 17 system
1862026-05-20T23:24:35.342Zopenjdk system 11 system
1872026-05-20T23:24:35.342Zopenssl vendor 3 vendor
1882026-05-20T23:24:35.342Zperl system 5.40 system
1892026-05-20T23:24:35.342Zpostgresql system 18 system
1902026-05-20T23:24:35.342Zpostgresql system 17 system
1912026-05-20T23:24:35.342Zpython vendor 3 vendor
1922026-05-20T23:24:35.342Zpython system 2 system
1932026-05-20T23:24:35.342Zpython3 vendor 3.13 vendor
1942026-05-20T23:24:35.342Zruby system 3.4 system
1952026-05-20T23:24:35.342Zruby system 3.0 system
1962026-05-20T23:24:35.343Zwords vendor vendor american-english
1972026-05-20T23:24:35.343Zwords system system australian-english
1982026-05-20T23:24:35.343Zwords system system british-english
1992026-05-20T23:24:35.343Zwords system system canadian-english
2002026-05-20T23:24:35.343Zwords system system french
2012026-05-20T23:24:35.343Zwords system system italian
2022026-05-20T23:24:35.343Zwords system system ngerman
2032026-05-20T23:24:35.343Zwords system system ogerman
2042026-05-20T23:24:35.343Zwords system system spanish
2052026-05-20T23:24:35.529ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-20T23:24:35.530Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-20T23:24:35.807ZFMRI IFO
2082026-05-20T23:24:35.807Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-20T23:24:35.807Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-20T23:24:35.807Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-20T23:24:35.807Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-20T23:24:35.807Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-20T23:24:35.807Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-20T23:24:35.807Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-20T23:24:35.807Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-20T23:24:35.807Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-20T23:24:36.033Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-20T23:24:36.321Z Updating crates.io index
2192026-05-20T23:24:36.489Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-20T23:24:37.181Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-20T23:24:37.482Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-20T23:24:37.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-20T23:24:39.093Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-20T23:24:39.851Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-20T23:24:41.182Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-20T23:24:42.095Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-20T23:24:42.349Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-20T23:24:43.222Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-20T23:24:43.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-20T23:24:43.898Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-20T23:24:44.333Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-20T23:24:45.223Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-20T23:24:45.717Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-20T23:24:45.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-20T23:24:46.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-20T23:24:46.748Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-20T23:24:47.018Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-20T23:24:47.344Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-20T23:24:47.568Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-20T23:24:47.793Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-20T23:24:48.205Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-20T23:24:48.815Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-20T23:24:49.226Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-20T23:24:49.449Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-20T23:24:49.742Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-20T23:24:50.928Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-20T23:24:51.647Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-20T23:24:52.177Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-20T23:24:52.586Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-20T23:24:52.876Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-20T23:24:53.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-20T23:24:53.512Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-20T23:24:53.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-20T23:24:54.230Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-20T23:24:54.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-20T23:24:54.730Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-20T23:24:55.019Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-20T23:25:07.221Z Downloading crates ...
2592026-05-20T23:25:07.287Z Downloaded block-buffer v0.10.4
2602026-05-20T23:25:07.290Z Downloaded thread-id v4.2.2
2612026-05-20T23:25:07.290Z Downloaded cargo-platform v0.2.0
2622026-05-20T23:25:07.293Z Downloaded tinystr v0.8.2
2632026-05-20T23:25:07.296Z Downloaded thiserror-impl v2.0.18
2642026-05-20T23:25:07.299Z Downloaded zerocopy-derive v0.7.35
2652026-05-20T23:25:07.302Z Downloaded usdt-attr-macro v0.5.0
2662026-05-20T23:25:07.302Z Downloaded zerofrom v0.1.6
2672026-05-20T23:25:07.305Z Downloaded thiserror-impl v1.0.69
2682026-05-20T23:25:07.305Z Downloaded thiserror v2.0.18
2692026-05-20T23:25:07.308Z Downloaded toml_write v0.1.2
2702026-05-20T23:25:07.308Z Downloaded heck v0.4.1
2712026-05-20T23:25:07.308Z Downloaded unicode-xid v0.2.6
2722026-05-20T23:25:07.311Z Downloaded generic-array v0.14.7
2732026-05-20T23:25:07.311Z Downloaded colorchoice v1.0.4
2742026-05-20T23:25:07.314Z Downloaded form_urlencoded v1.2.2
2752026-05-20T23:25:07.317Z Downloaded errno v0.3.14
2762026-05-20T23:25:07.317Z Downloaded terminal_size v0.4.3
2772026-05-20T23:25:07.317Z Downloaded zerofrom-derive v0.1.6
2782026-05-20T23:25:07.317Z Downloaded yoke-derive v0.8.1
2792026-05-20T23:25:07.319Z Downloaded utf8parse v0.2.2
2802026-05-20T23:25:07.320Z Downloaded utf8_iter v1.0.4
2812026-05-20T23:25:07.320Z Downloaded toml_datetime v0.6.11
2822026-05-20T23:25:07.320Z Downloaded stable_deref_trait v1.2.1
2832026-05-20T23:25:07.320Z Downloaded macaddr v1.0.1
2842026-05-20T23:25:07.322Z Downloaded byteorder v1.5.0
2852026-05-20T23:25:07.322Z Downloaded dtrace-parser v0.2.0
2862026-05-20T23:25:07.325Z Downloaded anstyle v1.0.13
2872026-05-20T23:25:07.325Z Downloaded camino-tempfile v1.4.1
2882026-05-20T23:25:07.329Z Downloaded anstream v0.6.21
2892026-05-20T23:25:07.332Z Downloaded typeid v1.0.3
2902026-05-20T23:25:07.332Z Downloaded cargo_metadata v0.21.0
2912026-05-20T23:25:07.334Z Downloaded zerovec-derive v0.11.2
2922026-05-20T23:25:07.335Z Downloaded serde-untagged v0.1.9
2932026-05-20T23:25:07.335Z Downloaded quote v1.0.45
2942026-05-20T23:25:07.338Z Downloaded serde_spanned v0.6.9
2952026-05-20T23:25:07.338Z Downloaded usdt-macro v0.5.0
2962026-05-20T23:25:07.341Z Downloaded usdt v0.5.0
2972026-05-20T23:25:07.344Z Downloaded pretty-hex v0.4.1
2982026-05-20T23:25:07.344Z Downloaded unicode-linebreak v0.1.5
2992026-05-20T23:25:07.344Z Downloaded proc-macro-error-attr v1.0.4
3002026-05-20T23:25:07.344Z Downloaded zmij v1.0.21
3012026-05-20T23:25:07.344Z Downloaded cpufeatures v0.2.17
3022026-05-20T23:25:07.347Z Downloaded memmap v0.7.0
3032026-05-20T23:25:07.348Z Downloaded writeable v0.6.2
3042026-05-20T23:25:07.348Z Downloaded version_check v0.9.5
3052026-05-20T23:25:07.348Z Downloaded cargo_toml v0.21.0
3062026-05-20T23:25:07.351Z Downloaded thiserror v1.0.69
3072026-05-20T23:25:07.353Z Downloaded toml v0.8.23
3082026-05-20T23:25:07.353Z Downloaded cargo-util-schemas v0.8.2
3092026-05-20T23:25:07.353Z Downloaded itoa v1.0.17
3102026-05-20T23:25:07.357Z Downloaded clap_lex v1.0.0
3112026-05-20T23:25:07.357Z Downloaded anyhow v1.0.102
3122026-05-20T23:25:07.359Z Downloaded yoke v0.8.1
3132026-05-20T23:25:07.362Z Downloaded usdt-impl v0.5.0
3142026-05-20T23:25:07.365Z Downloaded ordered-float v2.10.1
3152026-05-20T23:25:07.368Z Downloaded ucd-trie v0.1.7
3162026-05-20T23:25:07.371Z Downloaded equivalent v1.0.2
3172026-05-20T23:25:07.371Z Downloaded textwrap v0.16.2
3182026-05-20T23:25:07.374Z Downloaded smallvec v1.15.1
3192026-05-20T23:25:07.374Z Downloaded unicode-ident v1.0.24
3202026-05-20T23:25:07.377Z Downloaded autocfg v1.5.0
3212026-05-20T23:25:07.377Z Downloaded camino v1.2.2
3222026-05-20T23:25:07.377Z Downloaded url v2.5.8
3232026-05-20T23:25:07.381Z Downloaded plain v0.2.3
3242026-05-20T23:25:07.384Z Downloaded proc-macro-error v1.0.4
3252026-05-20T23:25:07.384Z Downloaded bytecount v0.6.9
3262026-05-20T23:25:07.384Z Downloaded typenum v1.19.0
3272026-05-20T23:25:07.387Z Downloaded zerotrie v0.2.3
3282026-05-20T23:25:07.390Z Downloaded heck v0.5.0
3292026-05-20T23:25:07.390Z Downloaded anstyle-query v1.1.5
3302026-05-20T23:25:07.390Z Downloaded toml_edit v0.22.27
3312026-05-20T23:25:07.393Z Downloaded serde-value v0.7.0
3322026-05-20T23:25:07.393Z Downloaded percent-encoding v2.3.2
3332026-05-20T23:25:07.393Z Downloaded fastrand v2.3.0
3342026-05-20T23:25:07.393Z Downloaded swrite v0.1.0
3352026-05-20T23:25:07.397Z Downloaded zerovec v0.11.5
3362026-05-20T23:25:07.404Z Downloaded zerocopy v0.7.35
3372026-05-20T23:25:07.413Z Downloaded tabled_derive v0.7.0
3382026-05-20T23:25:07.418Z Downloaded winnow v0.7.14
3392026-05-20T23:25:07.420Z Downloaded crypto-common v0.1.7
3402026-05-20T23:25:07.421Z Downloaded cfg-if v1.0.4
3412026-05-20T23:25:07.421Z Downloaded erased-serde v0.4.9
3422026-05-20T23:25:07.421Z Downloaded dof v0.3.0
3432026-05-20T23:25:07.423Z Downloaded strsim v0.11.1
3442026-05-20T23:25:07.423Z Downloaded fnv v1.0.7
3452026-05-20T23:25:07.423Z Downloaded clap_derive v4.5.55
3462026-05-20T23:25:07.423Z Downloaded unicode-width v0.2.0
3472026-05-20T23:25:07.427Z Downloaded scroll_derive v0.12.1
3482026-05-20T23:25:07.430Z Downloaded potential_utf v0.1.4
3492026-05-20T23:25:07.430Z Downloaded unicode-width v0.1.14
3502026-05-20T23:25:07.432Z Downloaded idna_adapter v1.2.1
3512026-05-20T23:25:07.432Z Downloaded is_terminal_polyfill v1.70.2
3522026-05-20T23:25:07.437Z Downloaded digest v0.10.7
3532026-05-20T23:25:07.440Z Downloaded pest_derive v2.8.6
3542026-05-20T23:25:07.444Z Downloaded clap v4.5.60
3552026-05-20T23:25:07.447Z Downloaded sha2 v0.10.9
3562026-05-20T23:25:07.449Z Downloaded serde_derive v1.0.228
3572026-05-20T23:25:07.452Z Downloaded fs-err v3.3.0
3582026-05-20T23:25:07.455Z Downloaded scroll v0.12.0
3592026-05-20T23:25:07.457Z Downloaded synstructure v0.13.2
3602026-05-20T23:25:07.457Z Downloaded serde_tokenstream v0.2.3
3612026-05-20T23:25:07.461Z Downloaded anstyle-parse v0.2.7
3622026-05-20T23:25:07.464Z Downloaded pest_generator v2.8.6
3632026-05-20T23:25:07.464Z Downloaded papergrid v0.11.0
3642026-05-20T23:25:07.467Z Downloaded smawk v0.3.2
3652026-05-20T23:25:07.477Z Downloaded bitflags v2.11.0
3662026-05-20T23:25:07.481Z Downloaded num-traits v0.2.19
3672026-05-20T23:25:07.485Z Downloaded icu_properties v2.1.2
3682026-05-20T23:25:07.490Z Downloaded displaydoc v0.2.5
3692026-05-20T23:25:07.493Z Downloaded tempfile v3.25.0
3702026-05-20T23:25:07.496Z Downloaded once_cell v1.21.3
3712026-05-20T23:25:07.519Z Downloaded litemap v0.8.1
3722026-05-20T23:25:07.522Z Downloaded proc-macro2 v1.0.106
3732026-05-20T23:25:07.526Z Downloaded semver v1.0.28
3742026-05-20T23:25:07.529Z Downloaded log v0.4.29
3752026-05-20T23:25:07.529Z Downloaded serde_core v1.0.228
3762026-05-20T23:25:07.537Z Downloaded icu_provider v2.1.1
3772026-05-20T23:25:07.540Z Downloaded pest_meta v2.8.6
3782026-05-20T23:25:07.543Z Downloaded icu_locale_core v2.1.1
3792026-05-20T23:25:07.551Z Downloaded getrandom v0.4.1
3802026-05-20T23:25:07.554Z Downloaded icu_normalizer v2.1.1
3812026-05-20T23:25:07.557Z Downloaded icu_collections v2.1.1
3822026-05-20T23:25:07.559Z Downloaded serde v1.0.228
3832026-05-20T23:25:07.562Z Downloaded icu_normalizer_data v2.1.1
3842026-05-20T23:25:07.575Z Downloaded memchr v2.8.0
3852026-05-20T23:25:07.584Z Downloaded indexmap v2.14.0
3862026-05-20T23:25:07.591Z Downloaded idna v1.1.0
3872026-05-20T23:25:07.609Z Downloaded pest v2.8.6
3882026-05-20T23:25:07.616Z Downloaded serde_json v1.0.149
3892026-05-20T23:25:07.626Z Downloaded goblin v0.8.2
3902026-05-20T23:25:07.632Z Downloaded icu_properties_data v2.1.2
3912026-05-20T23:25:07.637Z Downloaded hashbrown v0.17.0
3922026-05-20T23:25:07.645Z Downloaded clap_builder v4.5.60
3932026-05-20T23:25:07.653Z Downloaded tabled v0.15.0
3942026-05-20T23:25:07.676Z Downloaded syn v1.0.109
3952026-05-20T23:25:07.684Z Downloaded syn v2.0.117
3962026-05-20T23:25:07.700Z Downloaded rustix v1.1.3
3972026-05-20T23:25:07.729Z Downloaded libc v0.2.185
3982026-05-20T23:25:07.794Z Compiling proc-macro2 v1.0.106
3992026-05-20T23:25:07.794Z Compiling quote v1.0.45
4002026-05-20T23:25:07.794Z Compiling unicode-ident v1.0.24
4012026-05-20T23:25:07.797Z Compiling serde_core v1.0.228
4022026-05-20T23:25:07.798Z Compiling libc v0.2.185
4032026-05-20T23:25:07.798Z Compiling version_check v0.9.5
4042026-05-20T23:25:07.798Z Compiling memchr v2.8.0
4052026-05-20T23:25:07.798Z Compiling serde v1.0.228
4062026-05-20T23:25:07.798Z Compiling stable_deref_trait v1.2.1
4072026-05-20T23:25:07.798Z Compiling zmij v1.0.21
4082026-05-20T23:25:07.798Z Compiling autocfg v1.5.0
4092026-05-20T23:25:07.977Z Compiling ucd-trie v0.1.7
4102026-05-20T23:25:07.981Z Compiling itoa v1.0.17
4112026-05-20T23:25:07.981Z Compiling thiserror v1.0.69
4122026-05-20T23:25:07.981Z Compiling litemap v0.8.1
4132026-05-20T23:25:08.184Z Compiling writeable v0.6.2
4142026-05-20T23:25:08.295Z Compiling rustix v1.1.3
4152026-05-20T23:25:08.312Z Compiling icu_properties_data v2.1.2
4162026-05-20T23:25:08.412Z Compiling icu_normalizer_data v2.1.1
4172026-05-20T23:25:08.412Z Compiling byteorder v1.5.0
4182026-05-20T23:25:08.507Z Compiling pest v2.8.6
4192026-05-20T23:25:08.705Z Compiling serde_json v1.0.149
4202026-05-20T23:25:08.721Z Compiling bitflags v2.11.0
4212026-05-20T23:25:08.738Z Compiling num-traits v0.2.19
4222026-05-20T23:25:08.755Z Compiling hashbrown v0.17.0
4232026-05-20T23:25:08.775Z Compiling typeid v1.0.3
4242026-05-20T23:25:08.791Z Compiling equivalent v1.0.2
4252026-05-20T23:25:08.944Z Compiling smallvec v1.15.1
4262026-05-20T23:25:08.982Z Compiling usdt-impl v0.5.0
4272026-05-20T23:25:08.985Z Compiling proc-macro-error-attr v1.0.4
4282026-05-20T23:25:08.985Z Compiling erased-serde v0.4.9
4292026-05-20T23:25:09.071Z Compiling toml_write v0.1.2
4302026-05-20T23:25:09.104Z Compiling syn v1.0.109
4312026-05-20T23:25:09.107Z Compiling winnow v0.7.14
4322026-05-20T23:25:09.289Z Compiling errno v0.3.14
4332026-05-20T23:25:09.305Z Compiling thread-id v4.2.2
4342026-05-20T23:25:09.311Z Compiling proc-macro-error v1.0.4
4352026-05-20T23:25:09.355Z Compiling indexmap v2.14.0
4362026-05-20T23:25:09.383Z Compiling utf8parse v0.2.2
4372026-05-20T23:25:09.441Z Compiling camino v1.2.2
4382026-05-20T23:25:09.447Z Compiling plain v0.2.3
4392026-05-20T23:25:09.474Z Compiling thiserror v2.0.18
4402026-05-20T23:25:09.528Z Compiling getrandom v0.4.1
4412026-05-20T23:25:09.537Z Compiling syn v2.0.117
4422026-05-20T23:25:09.552Z Compiling pest_meta v2.8.6
4432026-05-20T23:25:09.583Z Compiling utf8_iter v1.0.4
4442026-05-20T23:25:09.600Z Compiling percent-encoding v2.3.2
4452026-05-20T23:25:09.622Z Compiling log v0.4.29
4462026-05-20T23:25:09.788Z Compiling form_urlencoded v1.2.2
4472026-05-20T23:25:09.862Z Compiling anstyle-parse v0.2.7
4482026-05-20T23:25:09.916Z Compiling ordered-float v2.10.1
4492026-05-20T23:25:09.982Z Compiling pretty-hex v0.4.1
4502026-05-20T23:25:10.033Z Compiling anstyle v1.0.13
4512026-05-20T23:25:10.037Z Compiling anstyle-query v1.1.5
4522026-05-20T23:25:10.135Z Compiling colorchoice v1.0.4
4532026-05-20T23:25:10.157Z Compiling cfg-if v1.0.4
4542026-05-20T23:25:10.160Z Compiling is_terminal_polyfill v1.70.2
4552026-05-20T23:25:10.206Z Compiling fs-err v3.3.0
4562026-05-20T23:25:10.246Z Compiling anyhow v1.0.102
4572026-05-20T23:25:10.284Z Compiling bytecount v0.6.9
4582026-05-20T23:25:10.288Z Compiling once_cell v1.21.3
4592026-05-20T23:25:10.410Z Compiling anstream v0.6.21
4602026-05-20T23:25:10.417Z Compiling heck v0.4.1
4612026-05-20T23:25:10.417Z Compiling terminal_size v0.4.3
4622026-05-20T23:25:10.436Z Compiling strsim v0.11.1
4632026-05-20T23:25:10.453Z Compiling unicode-xid v0.2.6
4642026-05-20T23:25:10.543Z Compiling clap_lex v1.0.0
4652026-05-20T23:25:10.559Z Compiling heck v0.5.0
4662026-05-20T23:25:10.591Z Compiling unicode-width v0.1.14
4672026-05-20T23:25:10.609Z Compiling fastrand v2.3.0
4682026-05-20T23:25:10.609Z Compiling fnv v1.0.7
4692026-05-20T23:25:10.729Z Compiling semver v1.0.28
4702026-05-20T23:25:10.752Z Compiling clap_builder v4.5.60
4712026-05-20T23:25:10.818Z Compiling tempfile v3.25.0
4722026-05-20T23:25:10.833Z Compiling papergrid v0.11.0
4732026-05-20T23:25:10.896Z Compiling memmap v0.7.0
4742026-05-20T23:25:10.914Z Compiling smawk v0.3.2
4752026-05-20T23:25:11.011Z Compiling unicode-linebreak v0.1.5
4762026-05-20T23:25:11.050Z Compiling unicode-width v0.2.0
4772026-05-20T23:25:11.117Z Compiling serde-untagged v0.1.9
4782026-05-20T23:25:11.153Z Compiling camino-tempfile v1.4.1
4792026-05-20T23:25:11.237Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-20T23:25:11.289Z Compiling swrite v0.1.0
4812026-05-20T23:25:11.349Z Compiling textwrap v0.16.2
4822026-05-20T23:25:11.653Z Compiling tabled_derive v0.7.0
4832026-05-20T23:25:12.166Z Compiling synstructure v0.13.2
4842026-05-20T23:25:12.166Z Compiling pest_generator v2.8.6
4852026-05-20T23:25:12.305Z Compiling tabled v0.15.0
4862026-05-20T23:25:12.731Z Compiling serde_derive v1.0.228
4872026-05-20T23:25:12.739Z Compiling zerofrom-derive v0.1.6
4882026-05-20T23:25:12.739Z Compiling yoke-derive v0.8.1
4892026-05-20T23:25:12.739Z Compiling zerovec-derive v0.11.2
4902026-05-20T23:25:12.739Z Compiling displaydoc v0.2.5
4912026-05-20T23:25:12.739Z Compiling thiserror-impl v1.0.69
4922026-05-20T23:25:12.739Z Compiling zerocopy-derive v0.7.35
4932026-05-20T23:25:12.759Z Compiling scroll_derive v0.12.1
4942026-05-20T23:25:12.762Z Compiling thiserror-impl v2.0.18
4952026-05-20T23:25:12.776Z Compiling pest_derive v2.8.6
4962026-05-20T23:25:12.793Z Compiling clap_derive v4.5.55
4972026-05-20T23:25:13.455Z Compiling zerocopy v0.7.35
4982026-05-20T23:25:13.514Z Compiling scroll v0.12.0
4992026-05-20T23:25:13.813Z Compiling goblin v0.8.2
5002026-05-20T23:25:13.851Z Compiling zerofrom v0.1.6
5012026-05-20T23:25:13.899Z Compiling dtrace-parser v0.2.0
5022026-05-20T23:25:13.954Z Compiling yoke v0.8.1
5032026-05-20T23:25:14.102Z Compiling zerovec v0.11.5
5042026-05-20T23:25:14.102Z Compiling zerotrie v0.2.3
5052026-05-20T23:25:14.181Z Compiling clap v4.5.60
5062026-05-20T23:25:14.507Z Compiling tinystr v0.8.2
5072026-05-20T23:25:14.507Z Compiling potential_utf v0.1.4
5082026-05-20T23:25:14.632Z Compiling icu_collections v2.1.1
5092026-05-20T23:25:14.661Z Compiling icu_locale_core v2.1.1
5102026-05-20T23:25:15.183Z Compiling dof v0.3.0
5112026-05-20T23:25:15.183Z Compiling serde_tokenstream v0.2.3
5122026-05-20T23:25:15.217Z Compiling icu_provider v2.1.1
5132026-05-20T23:25:15.233Z Compiling toml_datetime v0.6.11
5142026-05-20T23:25:15.236Z Compiling serde_spanned v0.6.9
5152026-05-20T23:25:15.236Z Compiling serde-value v0.7.0
5162026-05-20T23:25:15.236Z Compiling cargo-platform v0.2.0
5172026-05-20T23:25:15.236Z Compiling macaddr v1.0.1
5182026-05-20T23:25:15.421Z Compiling toml_edit v0.22.27
5192026-05-20T23:25:15.438Z Compiling icu_normalizer v2.1.1
5202026-05-20T23:25:15.441Z Compiling icu_properties v2.1.2
5212026-05-20T23:25:15.937Z Compiling usdt-attr-macro v0.5.0
5222026-05-20T23:25:16.052Z Compiling usdt-macro v0.5.0
5232026-05-20T23:25:16.279Z Compiling idna_adapter v1.2.1
5242026-05-20T23:25:16.423Z Compiling idna v1.1.0
5252026-05-20T23:25:16.525Z Compiling usdt v0.5.0
5262026-05-20T23:25:16.649Z Compiling url v2.5.8
5272026-05-20T23:25:16.738Z Compiling toml v0.8.23
5282026-05-20T23:25:17.073Z Compiling cargo-util-schemas v0.8.2
5292026-05-20T23:25:17.073Z Compiling cargo_toml v0.21.0
5302026-05-20T23:25:17.825Z Compiling cargo_metadata v0.21.0
5312026-05-20T23:25:18.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-20T23:25:20.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.01s
5332026-05-20T23:25:21.152Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-20T23:25:21.746Z Downloading crates ...
5352026-05-20T23:25:21.822Z Downloaded bcrypt-pbkdf v0.10.0
5362026-05-20T23:25:21.828Z Downloaded atomic-waker v1.1.2
5372026-05-20T23:25:21.831Z Downloaded bb8 v0.8.6
5382026-05-20T23:25:21.834Z Downloaded const_format_proc_macros v0.2.34
5392026-05-20T23:25:21.839Z Downloaded aead v0.5.2
5402026-05-20T23:25:21.842Z Downloaded dyn-clone v1.0.20
5412026-05-20T23:25:21.845Z Downloaded crc8 v0.1.1
5422026-05-20T23:25:21.845Z Downloaded bit-set v0.5.3
5432026-05-20T23:25:21.845Z Downloaded arrayref v0.3.9
5442026-05-20T23:25:21.848Z Downloaded float-cmp v0.10.0
5452026-05-20T23:25:21.853Z Downloaded bit-vec v0.6.3
5462026-05-20T23:25:21.853Z Downloaded async-trait v0.1.89
5472026-05-20T23:25:21.859Z Downloaded endian-type v0.1.2
5482026-05-20T23:25:21.859Z Downloaded crossbeam-channel v0.5.15
5492026-05-20T23:25:21.859Z Downloaded dropshot-api-manager-types v0.7.2
5502026-05-20T23:25:21.862Z Downloaded arrayvec v0.7.6
5512026-05-20T23:25:21.862Z Downloaded fallible-iterator v0.2.0
5522026-05-20T23:25:21.862Z Downloaded deranged v0.5.8
5532026-05-20T23:25:21.862Z Downloaded dsl_auto_type v0.2.0
5542026-05-20T23:25:21.862Z Downloaded ascii-canvas v3.0.0
5552026-05-20T23:25:21.865Z Downloaded ar_archive_writer v0.5.1
5562026-05-20T23:25:21.865Z Downloaded diff v0.1.13
5572026-05-20T23:25:21.868Z Downloaded crossterm v0.29.0
5582026-05-20T23:25:21.871Z Downloaded des v0.8.1
5592026-05-20T23:25:21.874Z Downloaded bitfield-struct v0.6.2
5602026-05-20T23:25:21.875Z Downloaded critical-section v1.2.0
5612026-05-20T23:25:21.879Z Downloaded crossbeam-utils v0.8.21
5622026-05-20T23:25:21.879Z Downloaded ciborium-io v0.2.2
5632026-05-20T23:25:21.879Z Downloaded crc32fast v1.5.0
5642026-05-20T23:25:21.879Z Downloaded block-padding v0.3.3
5652026-05-20T23:25:21.882Z Downloaded compression-core v0.4.31
5662026-05-20T23:25:21.882Z Downloaded ena v0.14.4
5672026-05-20T23:25:21.882Z Downloaded dunce v1.0.5
5682026-05-20T23:25:21.882Z Downloaded argon2 v0.5.3
5692026-05-20T23:25:21.885Z Downloaded find-msvc-tools v0.1.9
5702026-05-20T23:25:21.885Z Downloaded erased-serde v0.3.31
5712026-05-20T23:25:21.885Z Downloaded camino-tempfile-ext v0.3.3
5722026-05-20T23:25:21.888Z Downloaded env_logger v0.11.9
5732026-05-20T23:25:21.888Z Downloaded base64 v0.22.1
5742026-05-20T23:25:21.893Z Downloaded elliptic-curve v0.13.8
5752026-05-20T23:25:21.893Z Downloaded cassowary v0.3.0
5762026-05-20T23:25:21.895Z Downloaded debug-ignore v1.0.5
5772026-05-20T23:25:21.896Z Downloaded arc-swap v1.8.2
5782026-05-20T23:25:21.900Z Downloaded env_filter v1.0.0
5792026-05-20T23:25:21.900Z Downloaded crossbeam-epoch v0.9.18
5802026-05-20T23:25:21.903Z Downloaded fd-lock v4.0.4
5812026-05-20T23:25:21.903Z Downloaded ciborium-ll v0.2.2
5822026-05-20T23:25:21.903Z Downloaded fatfs v0.3.6
5832026-05-20T23:25:21.907Z Downloaded downcast-rs v2.0.2
5842026-05-20T23:25:21.907Z Downloaded derive_builder_core v0.20.2
5852026-05-20T23:25:21.910Z Downloaded castaway v0.2.4
5862026-05-20T23:25:21.910Z Downloaded bit-set v0.8.0
5872026-05-20T23:25:21.910Z Downloaded cfg_aliases v0.2.1
5882026-05-20T23:25:21.910Z Downloaded float-ord v0.3.2
5892026-05-20T23:25:21.910Z Downloaded display-error-chain v0.2.2
5902026-05-20T23:25:21.913Z Downloaded atty v0.2.14
5912026-05-20T23:25:21.913Z Downloaded async-stream-impl v0.3.6
5922026-05-20T23:25:21.913Z Downloaded cobs v0.3.0
5932026-05-20T23:25:21.916Z Downloaded foreign-types v0.3.2
5942026-05-20T23:25:21.917Z Downloaded atomicwrites v0.4.4
5952026-05-20T23:25:21.917Z Downloaded cargo-platform v0.1.9
5962026-05-20T23:25:21.917Z Downloaded adler2 v2.0.1
5972026-05-20T23:25:21.921Z Downloaded crc-catalog v2.4.0
5982026-05-20T23:25:21.921Z Downloaded crossbeam-deque v0.8.6
5992026-05-20T23:25:21.921Z Downloaded base16ct v0.2.0
6002026-05-20T23:25:21.924Z Downloaded async-recursion v1.1.1
6012026-05-20T23:25:21.924Z Downloaded globwalk v0.9.1
6022026-05-20T23:25:21.924Z Downloaded crossterm v0.28.1
6032026-05-20T23:25:21.928Z Downloaded daft-derive v0.1.7
6042026-05-20T23:25:21.931Z Downloaded foreign-types-macros v0.2.3
6052026-05-20T23:25:21.935Z Downloaded dirs-next v2.0.0
6062026-05-20T23:25:21.935Z Downloaded cpufeatures v0.3.0
6072026-05-20T23:25:21.935Z Downloaded document-features v0.2.12
6082026-05-20T23:25:21.935Z Downloaded cfg_aliases v0.1.1
6092026-05-20T23:25:21.935Z Downloaded darling_macro v0.23.0
6102026-05-20T23:25:21.938Z Downloaded crc v3.4.0
6112026-05-20T23:25:21.938Z Downloaded convert_case v0.10.0
6122026-05-20T23:25:21.938Z Downloaded flagset v0.4.7
6132026-05-20T23:25:21.941Z Downloaded embedded-io v0.4.0
6142026-05-20T23:25:21.941Z Downloaded embedded-io v0.6.1
6152026-05-20T23:25:21.941Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-20T23:25:21.945Z Downloaded enum-as-inner v0.6.1
6172026-05-20T23:25:21.945Z Downloaded dof v0.4.0
6182026-05-20T23:25:21.945Z Downloaded difflib v0.4.0
6192026-05-20T23:25:21.945Z Downloaded cmake v0.1.57
6202026-05-20T23:25:21.947Z Downloaded foreign-types-shared v0.1.1
6212026-05-20T23:25:21.947Z Downloaded cexpr v0.6.0
6222026-05-20T23:25:21.952Z Downloaded blowfish v0.9.1
6232026-05-20T23:25:21.952Z Downloaded derive_builder_macro v0.20.2
6242026-05-20T23:25:21.952Z Downloaded bitflags v1.3.2
6252026-05-20T23:25:21.955Z Downloaded console v0.16.2
6262026-05-20T23:25:21.955Z Downloaded curve25519-dalek-derive v0.1.1
6272026-05-20T23:25:21.955Z Downloaded cipher v0.4.4
6282026-05-20T23:25:21.955Z Downloaded foreign-types-shared v0.3.1
6292026-05-20T23:25:21.958Z Downloaded foldhash v0.2.0
6302026-05-20T23:25:21.958Z Downloaded async-stream v0.3.6
6312026-05-20T23:25:21.958Z Downloaded futures-io v0.3.32
6322026-05-20T23:25:21.961Z Downloaded futures-core v0.3.32
6332026-05-20T23:25:21.961Z Downloaded convert_case v0.4.0
6342026-05-20T23:25:21.961Z Downloaded fxhash v0.2.1
6352026-05-20T23:25:21.961Z Downloaded array-init v0.0.4
6362026-05-20T23:25:21.964Z Downloaded foreign-types v0.5.0
6372026-05-20T23:25:21.964Z Downloaded darling_macro v0.20.11
6382026-05-20T23:25:21.964Z Downloaded cstr-argument v0.1.2
6392026-05-20T23:25:21.964Z Downloaded hash32 v0.2.1
6402026-05-20T23:25:21.967Z Downloaded crunchy v0.2.4
6412026-05-20T23:25:21.967Z Downloaded dirs-sys-next v0.1.2
6422026-05-20T23:25:21.967Z Downloaded assert_matches v1.5.0
6432026-05-20T23:25:21.967Z Downloaded cargo_metadata v0.19.2
6442026-05-20T23:25:21.971Z Downloaded defmt v0.3.100
6452026-05-20T23:25:21.971Z Downloaded git-stub v1.0.0
6462026-05-20T23:25:21.973Z Downloaded fixedbitset v0.4.2
6472026-05-20T23:25:21.974Z Downloaded diesel_table_macro_syntax v0.3.0
6482026-05-20T23:25:21.974Z Downloaded byte-wrapper v0.1.0
6492026-05-20T23:25:21.977Z Downloaded cbc v0.1.2
6502026-05-20T23:25:21.977Z Downloaded futures-macro v0.3.32
6512026-05-20T23:25:21.980Z Downloaded constant_time_eq v0.4.2
6522026-05-20T23:25:21.980Z Downloaded ghash v0.5.1
6532026-05-20T23:25:21.983Z Downloaded bitfield-macros v0.19.4
6542026-05-20T23:25:21.983Z Downloaded dtrace-parser v0.3.0
6552026-05-20T23:25:21.983Z Downloaded bcs v0.1.6
6562026-05-20T23:25:21.983Z Downloaded backoff v0.4.0
6572026-05-20T23:25:21.986Z Downloaded darling_macro v0.21.3
6582026-05-20T23:25:21.986Z Downloaded bitfield v0.19.4
6592026-05-20T23:25:21.989Z Downloaded hex v0.4.3
6602026-05-20T23:25:21.989Z Downloaded futures-sink v0.3.32
6612026-05-20T23:25:21.992Z Downloaded base64ct v1.8.3
6622026-05-20T23:25:21.992Z Downloaded gethostname v0.5.0
6632026-05-20T23:25:21.995Z Downloaded futures-task v0.3.32
6642026-05-20T23:25:21.995Z Downloaded colored v2.2.0
6652026-05-20T23:25:21.995Z Downloaded ciborium v0.2.2
6662026-05-20T23:25:21.998Z Downloaded headers-core v0.3.0
6672026-05-20T23:25:21.998Z Downloaded fixedbitset v0.5.7
6682026-05-20T23:25:22.002Z Downloaded ff v0.13.1
6692026-05-20T23:25:22.002Z Downloaded ctr v0.9.2
6702026-05-20T23:25:22.005Z Downloaded hash32 v0.3.1
6712026-05-20T23:25:22.005Z Downloaded defmt-parser v1.0.0
6722026-05-20T23:25:22.005Z Downloaded compression-codecs v0.4.37
6732026-05-20T23:25:22.008Z Downloaded derive-ex v0.1.8
6742026-05-20T23:25:22.008Z Downloaded der_derive v0.7.3
6752026-05-20T23:25:22.008Z Downloaded hostname v0.3.1
6762026-05-20T23:25:22.011Z Downloaded home v0.5.12
6772026-05-20T23:25:22.011Z Downloaded defmt v1.0.1
6782026-05-20T23:25:22.014Z Downloaded http-body v1.0.1
6792026-05-20T23:25:22.014Z Downloaded hubpack v0.1.2
6802026-05-20T23:25:22.014Z Downloaded ed25519 v2.2.3
6812026-05-20T23:25:22.017Z Downloaded httpdate v1.0.3
6822026-05-20T23:25:22.017Z Downloaded either v1.15.0
6832026-05-20T23:25:22.017Z Downloaded chacha20 v0.9.1
6842026-05-20T23:25:22.020Z Downloaded futures-executor v0.3.32
6852026-05-20T23:25:22.020Z Downloaded buf-list v1.1.2
6862026-05-20T23:25:22.023Z Downloaded drift v0.2.0
6872026-05-20T23:25:22.027Z Downloaded illumos-nvpair v0.3.0
6882026-05-20T23:25:22.030Z Downloaded hubpack_derive v0.1.1
6892026-05-20T23:25:22.031Z Downloaded http-range v0.1.5
6902026-05-20T23:25:22.031Z Downloaded indent_write v2.2.0
6912026-05-20T23:25:22.034Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-20T23:25:22.034Z Downloaded ident_case v1.0.1
6932026-05-20T23:25:22.034Z Downloaded darling v0.20.11
6942026-05-20T23:25:22.037Z Downloaded cookie v0.18.1
6952026-05-20T23:25:22.037Z Downloaded glob v0.3.3
6962026-05-20T23:25:22.040Z Downloaded ecdsa v0.16.9
6972026-05-20T23:25:22.040Z Downloaded foldhash v0.1.5
6982026-05-20T23:25:22.040Z Downloaded bzip2 v0.6.1
6992026-05-20T23:25:22.043Z Downloaded fs-err v2.11.0
7002026-05-20T23:25:22.043Z Downloaded cancel-safe-futures v0.1.5
7012026-05-20T23:25:22.046Z Downloaded const-oid v0.9.6
7022026-05-20T23:25:22.046Z Downloaded csv-core v0.1.13
7032026-05-20T23:25:22.049Z Downloaded daft v0.1.7
7042026-05-20T23:25:22.049Z Downloaded instant v0.1.13
7052026-05-20T23:25:22.049Z Downloaded hyper-tls v0.6.0
7062026-05-20T23:25:22.052Z Downloaded bit-vec v0.8.0
7072026-05-20T23:25:22.052Z Downloaded instability v0.3.11
7082026-05-20T23:25:22.055Z Downloaded internet-checksum v0.2.1
7092026-05-20T23:25:22.055Z Downloaded is_ci v1.2.0
7102026-05-20T23:25:22.055Z Downloaded is-terminal v0.4.17
7112026-05-20T23:25:22.055Z Downloaded indoc v1.0.9
7122026-05-20T23:25:22.058Z Downloaded console v0.15.11
7132026-05-20T23:25:22.061Z Downloaded backon v1.6.0
7142026-05-20T23:25:22.061Z Downloaded group v0.13.0
7152026-05-20T23:25:22.065Z Downloaded funty v2.0.0
7162026-05-20T23:25:22.065Z Downloaded darling v0.23.0
7172026-05-20T23:25:22.068Z Downloaded lazy_static v1.5.0
7182026-05-20T23:25:22.068Z Downloaded const_format v0.2.35
7192026-05-20T23:25:22.071Z Downloaded derive_builder v0.20.2
7202026-05-20T23:25:22.074Z Downloaded lalrpop-util v0.19.12
7212026-05-20T23:25:22.074Z Downloaded kstat-rs v0.2.4
7222026-05-20T23:25:22.074Z Downloaded keccak v0.1.6
7232026-05-20T23:25:22.077Z Downloaded chacha20 v0.10.0
7242026-05-20T23:25:22.077Z Downloaded linked-hash-map v0.5.6
7252026-05-20T23:25:22.080Z Downloaded fs_extra v1.3.0
7262026-05-20T23:25:22.080Z Downloaded libscf-sys v1.1.0
7272026-05-20T23:25:22.080Z Downloaded async-bb8-diesel v0.2.1
7282026-05-20T23:25:22.083Z Downloaded darling v0.21.3
7292026-05-20T23:25:22.086Z Downloaded inout v0.1.4
7302026-05-20T23:25:22.086Z Downloaded humantime v2.3.0
7312026-05-20T23:25:22.086Z Downloaded ahash v0.8.12
7322026-05-20T23:25:22.091Z Downloaded blake2 v0.10.6
7332026-05-20T23:25:22.091Z Downloaded diesel-dtrace v0.5.0
7342026-05-20T23:25:22.094Z Downloaded md5 v0.7.0
7352026-05-20T23:25:22.094Z Downloaded lru-cache v0.1.2
7362026-05-20T23:25:22.094Z Downloaded maplit v1.0.2
7372026-05-20T23:25:22.094Z Downloaded lru-slab v0.1.2
7382026-05-20T23:25:22.094Z Downloaded md-5 v0.10.6
7392026-05-20T23:25:22.097Z Downloaded match_cfg v0.1.0
7402026-05-20T23:25:22.097Z Downloaded managed v0.8.0
7412026-05-20T23:25:22.098Z Downloaded hyper-staticfile v0.10.1
7422026-05-20T23:25:22.100Z Downloaded mime v0.3.17
7432026-05-20T23:25:22.100Z Downloaded maybe-uninit v2.0.0
7442026-05-20T23:25:22.100Z Downloaded http-body-util v0.1.3
7452026-05-20T23:25:22.103Z Downloaded lzss v0.8.2
7462026-05-20T23:25:22.103Z Downloaded lru v0.12.5
7472026-05-20T23:25:22.103Z Downloaded defmt-macros v1.0.1
7482026-05-20T23:25:22.106Z Downloaded ingot-types v0.1.2
7492026-05-20T23:25:22.106Z Downloaded filetime v0.2.27
7502026-05-20T23:25:22.109Z Downloaded hostname v0.4.2
7512026-05-20T23:25:22.109Z Downloaded hex-literal v0.4.1
7522026-05-20T23:25:22.109Z Downloaded data-encoding v2.10.0
7532026-05-20T23:25:22.114Z Downloaded base64 v0.21.7
7542026-05-20T23:25:22.114Z Downloaded crc-any v2.5.0
7552026-05-20T23:25:22.117Z Downloaded globset v0.4.18
7562026-05-20T23:25:22.117Z Downloaded clang-sys v1.8.1
7572026-05-20T23:25:22.117Z Downloaded bzip2 v0.4.4
7582026-05-20T23:25:22.121Z Downloaded ipnet v2.11.0
7592026-05-20T23:25:22.121Z Downloaded newtype-uuid-macros v0.1.0
7602026-05-20T23:25:22.121Z Downloaded nonempty v0.12.0
7612026-05-20T23:25:22.124Z Downloaded newtype_derive v0.1.6
7622026-05-20T23:25:22.124Z Downloaded multimap v0.10.1
7632026-05-20T23:25:22.124Z Downloaded newline-converter v0.3.0
7642026-05-20T23:25:22.124Z Downloaded new_debug_unreachable v1.0.6
7652026-05-20T23:25:22.124Z Downloaded ipnetwork v0.21.1
7662026-05-20T23:25:22.128Z Downloaded normalize-line-endings v0.3.0
7672026-05-20T23:25:22.128Z Downloaded jobserver v0.1.34
7682026-05-20T23:25:22.128Z Downloaded dropshot_endpoint v0.17.0
7692026-05-20T23:25:22.131Z Downloaded ingot v0.1.1
7702026-05-20T23:25:22.131Z Downloaded nodrop v0.1.14
7712026-05-20T23:25:22.134Z Downloaded nibble_vec v0.1.0
7722026-05-20T23:25:22.134Z Downloaded futures-channel v0.3.32
7732026-05-20T23:25:22.134Z Downloaded num v0.4.3
7742026-05-20T23:25:22.137Z Downloaded num-conv v0.2.0
7752026-05-20T23:25:22.137Z Downloaded allocator-api2 v0.2.21
7762026-05-20T23:25:22.140Z Downloaded half v1.8.3
7772026-05-20T23:25:22.140Z Downloaded colored v3.1.1
7782026-05-20T23:25:22.142Z Downloaded num-iter v0.1.45
7792026-05-20T23:25:22.143Z Downloaded darling_core v0.21.3
7802026-05-20T23:25:22.145Z Downloaded num_enum_derive v0.5.11
7812026-05-20T23:25:22.146Z Downloaded num-derive v0.4.2
7822026-05-20T23:25:22.149Z Downloaded num_threads v0.1.7
7832026-05-20T23:25:22.149Z Downloaded openssl-probe v0.1.6
7842026-05-20T23:25:22.149Z Downloaded num-derive v0.3.3
7852026-05-20T23:25:22.152Z Downloaded libsw v3.5.0
7862026-05-20T23:25:22.152Z Downloaded opaque-debug v0.3.1
7872026-05-20T23:25:22.152Z Downloaded httparse v1.10.1
7882026-05-20T23:25:22.156Z Downloaded hmac v0.12.1
7892026-05-20T23:25:22.156Z Downloaded getrandom v0.3.4
7902026-05-20T23:25:22.159Z Downloaded iana-time-zone v0.1.65
7912026-05-20T23:25:22.159Z Downloaded linear-map v1.2.0
7922026-05-20T23:25:22.162Z Downloaded libloading v0.8.9
7932026-05-20T23:25:22.162Z Downloaded openssl-probe v0.2.1
7942026-05-20T23:25:22.162Z Downloaded mime_guess v2.0.5
7952026-05-20T23:25:22.166Z Downloaded memoffset v0.9.1
7962026-05-20T23:25:22.166Z Downloaded lock_api v0.4.14
7972026-05-20T23:25:22.166Z Downloaded futures v0.3.32
7982026-05-20T23:25:22.174Z Downloaded parse-display v0.10.0
7992026-05-20T23:25:22.174Z Downloaded oso-derive v0.27.3
8002026-05-20T23:25:22.174Z Downloaded openssl-macros v0.1.1
8012026-05-20T23:25:22.174Z Downloaded chacha20poly1305 v0.10.1
8022026-05-20T23:25:22.174Z Downloaded ingot-macros v0.1.1
8032026-05-20T23:25:22.174Z Downloaded packed_struct_codegen v0.10.1
8042026-05-20T23:25:22.215Z Downloaded cookie_store v0.22.1
8052026-05-20T23:25:22.215Z Downloaded compact_str v0.8.1
8062026-05-20T23:25:22.215Z Downloaded aes v0.8.4
8072026-05-20T23:25:22.215Z Downloaded hyper-rustls v0.27.7
8082026-05-20T23:25:22.215Z Downloaded getrandom v0.2.17
8092026-05-20T23:25:22.215Z Downloaded newtype-uuid v1.3.2
8102026-05-20T23:25:22.215Z Downloaded libefi-sys v0.1.0
8112026-05-20T23:25:22.215Z Downloaded derive_more v0.99.20
8122026-05-20T23:25:22.216Z Downloaded multer v3.1.0
8132026-05-20T23:25:22.216Z Downloaded derive-where v1.6.0
8142026-05-20T23:25:22.216Z Downloaded dropshot_endpoint v0.16.7
8152026-05-20T23:25:22.216Z Downloaded nu-ansi-term v0.50.3
8162026-05-20T23:25:22.216Z Downloaded highway v1.3.0
8172026-05-20T23:25:22.216Z Downloaded nanorand v0.7.0
8182026-05-20T23:25:22.216Z Downloaded darling_core v0.20.11
8192026-05-20T23:25:22.216Z Downloaded indoc v2.0.7
8202026-05-20T23:25:22.216Z Downloaded olpc-cjson v0.1.4
8212026-05-20T23:25:22.216Z Downloaded num_enum v0.7.5
8222026-05-20T23:25:22.216Z Downloaded pbkdf2 v0.11.0
8232026-05-20T23:25:22.216Z Downloaded flume v0.11.1
8242026-05-20T23:25:22.216Z Downloaded path-slash v0.1.5
8252026-05-20T23:25:22.216Z Downloaded phf_shared v0.13.1
8262026-05-20T23:25:22.220Z Downloaded parse-size v1.1.0
8272026-05-20T23:25:22.220Z Downloaded pin-utils v0.1.0
8282026-05-20T23:25:22.220Z Downloaded num-rational v0.4.2
8292026-05-20T23:25:22.220Z Downloaded ed25519-dalek v2.2.0
8302026-05-20T23:25:22.220Z Downloaded num-complex v0.4.6
8312026-05-20T23:25:22.220Z Downloaded num_enum_derive v0.7.5
8322026-05-20T23:25:22.226Z Downloaded litrs v1.0.0
8332026-05-20T23:25:22.226Z Downloaded libsw-core v0.3.2
8342026-05-20T23:25:22.239Z Downloaded precomputed-hash v0.1.1
8352026-05-20T23:25:22.242Z Downloaded powerfmt v0.2.0
8362026-05-20T23:25:22.242Z Downloaded bumpalo v3.20.2
8372026-05-20T23:25:22.245Z Downloaded phf_shared v0.12.1
8382026-05-20T23:25:22.246Z Downloaded oxnet v0.1.4
8392026-05-20T23:25:22.246Z Downloaded num_enum v0.5.11
8402026-05-20T23:25:22.249Z Downloaded parking_lot_core v0.8.6
8412026-05-20T23:25:22.252Z Downloaded password-hash v0.5.0
8422026-05-20T23:25:22.252Z Downloaded packed_struct v0.10.1
8432026-05-20T23:25:22.252Z Downloaded oxide-tokio-rt v0.1.4
8442026-05-20T23:25:22.255Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-05-20T23:25:22.255Z Downloaded predicates-core v1.0.10
8462026-05-20T23:25:22.255Z Downloaded predicates-tree v1.0.13
8472026-05-20T23:25:22.259Z Downloaded paste v1.0.15
8482026-05-20T23:25:22.259Z Downloaded proc-macro-crate v3.4.0
8492026-05-20T23:25:22.259Z Downloaded owo-colors v4.3.0
8502026-05-20T23:25:22.262Z Downloaded indexmap v1.9.3
8512026-05-20T23:25:22.262Z Downloaded peg-runtime v0.8.5
8522026-05-20T23:25:22.262Z Downloaded darling_core v0.23.0
8532026-05-20T23:25:22.267Z Downloaded peg-macros v0.8.5
8542026-05-20T23:25:22.269Z Downloaded progenitor-client v0.14.0
8552026-05-20T23:25:22.269Z Downloaded progenitor-client v0.11.2
8562026-05-20T23:25:22.269Z Downloaded heapless v0.8.0
8572026-05-20T23:25:22.273Z Downloaded git-stub-vcs v0.1.0
8582026-05-20T23:25:22.273Z Downloaded progenitor-client v0.10.0
8592026-05-20T23:25:22.273Z Downloaded progenitor-macro v0.14.0
8602026-05-20T23:25:22.276Z Downloaded peg v0.8.5
8612026-05-20T23:25:22.276Z Downloaded progenitor-macro v0.11.2
8622026-05-20T23:25:22.279Z Downloaded parse-display-derive v0.10.0
8632026-05-20T23:25:22.279Z Downloaded heapless v0.7.17
8642026-05-20T23:25:22.282Z Downloaded native-tls v0.2.18
8652026-05-20T23:25:22.282Z Downloaded radium v0.7.0
8662026-05-20T23:25:22.282Z Downloaded phf_shared v0.11.3
8672026-05-20T23:25:22.287Z Downloaded psl-types v2.0.11
8682026-05-20T23:25:22.287Z Downloaded quick-error v1.2.3
8692026-05-20T23:25:22.287Z Downloaded progenitor-macro v0.10.0
8702026-05-20T23:25:22.287Z Downloaded pbkdf2 v0.12.2
8712026-05-20T23:25:22.287Z Downloaded half v2.7.1
8722026-05-20T23:25:22.292Z Downloaded polyval v0.6.2
8732026-05-20T23:25:22.292Z Downloaded derive_more v2.1.1
8742026-05-20T23:25:22.296Z Downloaded ppv-lite86 v0.2.21
8752026-05-20T23:25:22.299Z Downloaded num-integer v0.1.46
8762026-05-20T23:25:22.299Z Downloaded pin-project-lite v0.2.17
8772026-05-20T23:25:22.303Z Downloaded pkg-config v0.3.32
8782026-05-20T23:25:22.303Z Downloaded rand_xorshift v0.4.0
8792026-05-20T23:25:22.306Z Downloaded headers v0.4.1
8802026-05-20T23:25:22.309Z Downloaded rand_chacha v0.3.1
8812026-05-20T23:25:22.309Z Downloaded parking_lot v0.11.2
8822026-05-20T23:25:22.312Z Downloaded parking_lot v0.12.5
8832026-05-20T23:25:22.312Z Downloaded cc v1.2.56
8842026-05-20T23:25:22.315Z Downloaded postgres-protocol v0.6.10
8852026-05-20T23:25:22.315Z Downloaded pkcs8 v0.10.2
8862026-05-20T23:25:22.320Z Downloaded ref-cast-impl v1.0.25
8872026-05-20T23:25:22.320Z Downloaded async-compression v0.4.41
8882026-05-20T23:25:22.325Z Downloaded predicates v3.1.4
8892026-05-20T23:25:22.325Z Downloaded proc-macro-crate v1.3.1
8902026-05-20T23:25:22.325Z Downloaded progenitor-macro v0.13.0
8912026-05-20T23:25:22.330Z Downloaded progenitor-client v0.13.0
8922026-05-20T23:25:22.330Z Downloaded poly1305 v0.8.0
8932026-05-20T23:25:22.330Z Downloaded recursive v0.1.1
8942026-05-20T23:25:22.331Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-20T23:25:22.331Z Downloaded ref-cast v1.0.25
8962026-05-20T23:25:22.334Z Downloaded progenitor v0.14.0
8972026-05-20T23:25:22.334Z Downloaded libbz2-rs-sys v0.2.2
8982026-05-20T23:25:22.334Z Downloaded indicatif v0.18.4
8992026-05-20T23:25:22.334Z Downloaded progenitor v0.11.2
9002026-05-20T23:25:22.337Z Downloaded parking_lot_core v0.9.12
9012026-05-20T23:25:22.339Z Downloaded psm v0.1.30
9022026-05-20T23:25:22.342Z Downloaded flate2 v1.1.9
9032026-05-20T23:25:22.342Z Downloaded progenitor v0.10.0
9042026-05-20T23:25:22.342Z Downloaded expectorate v1.2.0
9052026-05-20T23:25:22.348Z Downloaded rustc_version v0.4.1
9062026-05-20T23:25:22.348Z Downloaded progenitor-extras v0.2.0
9072026-05-20T23:25:22.348Z Downloaded progenitor v0.13.0
9082026-05-20T23:25:22.352Z Downloaded rustc_version v0.1.7
9092026-05-20T23:25:22.352Z Downloaded rustc-hash v2.1.1
9102026-05-20T23:25:22.352Z Downloaded der v0.7.10
9112026-05-20T23:25:22.352Z Downloaded rfc6979 v0.4.0
9122026-05-20T23:25:22.355Z Downloaded pin-project-internal v1.1.11
9132026-05-20T23:25:22.355Z Downloaded password-hash v0.4.2
9142026-05-20T23:25:22.355Z Downloaded p256 v0.13.2
9152026-05-20T23:25:22.359Z Downloaded omicron-zone-package v0.12.2
9162026-05-20T23:25:22.362Z Downloaded rtoolbox v0.0.3
9172026-05-20T23:25:22.362Z Downloaded phf v0.13.1
9182026-05-20T23:25:22.362Z Downloaded phf v0.12.1
9192026-05-20T23:25:22.362Z Downloaded r2d2 v0.8.10
9202026-05-20T23:25:22.365Z Downloaded pem-rfc7468 v0.7.0
9212026-05-20T23:25:22.365Z Downloaded pem v3.0.6
9222026-05-20T23:25:22.365Z Downloaded postgres-types v0.2.12
9232026-05-20T23:25:22.368Z Downloaded bindgen v0.71.1
9242026-05-20T23:25:22.371Z Downloaded russh-cryptovec v0.7.3
9252026-05-20T23:25:22.371Z Downloaded rand_seeder v0.4.0
9262026-05-20T23:25:22.375Z Downloaded rand_core v0.10.0
9272026-05-20T23:25:22.375Z Downloaded rand_chacha v0.9.0
9282026-05-20T23:25:22.375Z Downloaded memmap2 v0.9.10
9292026-05-20T23:25:22.379Z Downloaded ignore v0.4.25
9302026-05-20T23:25:22.379Z Downloaded bytes v1.11.1
9312026-05-20T23:25:22.382Z Downloaded proc-macro-error2 v2.0.1
9322026-05-20T23:25:22.382Z Downloaded hickory-resolver v0.25.2
9332026-05-20T23:25:22.387Z Downloaded pkcs1 v0.7.5
9342026-05-20T23:25:22.387Z Downloaded sapling-renderdag v0.1.0
9352026-05-20T23:25:22.387Z Downloaded same-file v1.0.6
9362026-05-20T23:25:22.390Z Downloaded salsa20 v0.10.2
9372026-05-20T23:25:22.390Z Downloaded miniz_oxide v0.8.9
9382026-05-20T23:25:22.391Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-20T23:25:22.394Z Downloaded postcard v1.1.3
9402026-05-20T23:25:22.394Z Downloaded serde-big-array v0.5.1
9412026-05-20T23:25:22.394Z Downloaded secrecy v0.8.0
9422026-05-20T23:25:22.399Z Downloaded oso v0.27.3
9432026-05-20T23:25:22.399Z Downloaded rand_core v0.9.5
9442026-05-20T23:25:22.402Z Downloaded primeorder v0.13.6
9452026-05-20T23:25:22.402Z Downloaded aes-gcm v0.10.3
9462026-05-20T23:25:22.402Z Downloaded hickory-resolver v0.24.4
9472026-05-20T23:25:22.405Z Downloaded impl-trait-for-tuples v0.2.3
9482026-05-20T23:25:22.405Z Downloaded scopeguard v1.2.0
9492026-05-20T23:25:22.409Z Downloaded seq-macro v0.3.6
9502026-05-20T23:25:22.409Z Downloaded secrecy v0.10.3
9512026-05-20T23:25:22.409Z Downloaded scrypt v0.11.0
9522026-05-20T23:25:22.412Z Downloaded scroll_derive v0.13.1
9532026-05-20T23:25:22.412Z Downloaded corncobs v0.1.4
9542026-05-20T23:25:22.415Z Downloaded derive_more-impl v2.1.1
9552026-05-20T23:25:22.419Z Downloaded serde_plain v1.0.2
9562026-05-20T23:25:22.419Z Downloaded pin-project v1.1.11
9572026-05-20T23:25:22.423Z Downloaded serde_bytes v0.11.19
9582026-05-20T23:25:22.427Z Downloaded quinn-udp v0.5.14
9592026-05-20T23:25:22.427Z Downloaded crypto-bigint v0.5.5
9602026-05-20T23:25:22.434Z Downloaded rustls-native-certs v0.8.3
9612026-05-20T23:25:22.438Z Downloaded serde_urlencoded v0.7.1
9622026-05-20T23:25:22.438Z Downloaded serde_spanned v1.0.4
9632026-05-20T23:25:22.438Z Downloaded sha1 v0.10.6
9642026-05-20T23:25:22.438Z Downloaded rustls-pemfile v1.0.4
9652026-05-20T23:25:22.438Z Downloaded signal-hook-mio v0.2.5
9662026-05-20T23:25:22.438Z Downloaded rustversion v1.0.22
9672026-05-20T23:25:22.441Z Downloaded http v1.4.0
9682026-05-20T23:25:22.441Z Downloaded jiff-static v0.2.21
9692026-05-20T23:25:22.445Z Downloaded shell-words v1.1.1
9702026-05-20T23:25:22.448Z Downloaded pkcs5 v0.7.1
9712026-05-20T23:25:22.455Z Downloaded signature v2.2.0
9722026-05-20T23:25:22.458Z Downloaded progenitor-impl v0.13.0
9732026-05-20T23:25:22.458Z Downloaded sigpipe v0.1.3
9742026-05-20T23:25:22.461Z Downloaded progenitor-impl v0.11.2
9752026-05-20T23:25:22.466Z Downloaded siphasher v1.0.2
9762026-05-20T23:25:22.469Z Downloaded rustls-pemfile v2.2.0
9772026-05-20T23:25:22.469Z Downloaded minimal-lexical v0.2.1
9782026-05-20T23:25:22.469Z Downloaded sec1 v0.7.3
9792026-05-20T23:25:22.473Z Downloaded hickory-server v0.25.2
9802026-05-20T23:25:22.474Z Downloaded prefix-trie v0.7.0
9812026-05-20T23:25:22.477Z Downloaded rand_core v0.6.4
9822026-05-20T23:25:22.477Z Downloaded papergrid v0.17.0
9832026-05-20T23:25:22.480Z Downloaded semver v0.1.20
9842026-05-20T23:25:22.480Z Downloaded sct v0.7.1
9852026-05-20T23:25:22.483Z Downloaded schemars_derive v0.8.22
9862026-05-20T23:25:22.487Z Downloaded serde_path_to_error v0.1.20
9872026-05-20T23:25:22.487Z Downloaded serde-hex v0.1.0
9882026-05-20T23:25:22.487Z Downloaded slog-envlogger v2.2.0
9892026-05-20T23:25:22.490Z Downloaded slog-bunyan v2.5.0
9902026-05-20T23:25:22.492Z Downloaded diesel_derives v2.3.7
9912026-05-20T23:25:22.495Z Downloaded progenitor-impl v0.10.0
9922026-05-20T23:25:22.498Z Downloaded resolv-conf v0.7.6
9932026-05-20T23:25:22.503Z Downloaded serde_repr v0.1.20
9942026-05-20T23:25:22.512Z Downloaded rustls-pki-types v1.14.0
9952026-05-20T23:25:22.515Z Downloaded ssh-encoding v0.2.0
9962026-05-20T23:25:22.518Z Downloaded strum v0.27.2
9972026-05-20T23:25:22.518Z Downloaded sqlparser_derive v0.5.0
9982026-05-20T23:25:22.518Z Downloaded structmeta-derive v0.3.0
9992026-05-20T23:25:22.522Z Downloaded strip-ansi-escapes v0.2.1
10002026-05-20T23:25:22.525Z Downloaded ssh-cipher v0.2.0
10012026-05-20T23:25:22.525Z Downloaded signal-hook-registry v1.4.8
10022026-05-20T23:25:22.525Z Downloaded hashbrown v0.12.3
10032026-05-20T23:25:22.532Z Downloaded scroll v0.13.0
10042026-05-20T23:25:22.535Z Downloaded progenitor-impl v0.14.0
10052026-05-20T23:25:22.538Z Downloaded signal-hook-tokio v0.3.1
10062026-05-20T23:25:22.538Z Downloaded strum v0.26.3
10072026-05-20T23:25:22.538Z Downloaded slog-scope v4.4.1
10082026-05-20T23:25:22.541Z Downloaded simd-adler32 v0.3.8
10092026-05-20T23:25:22.541Z Downloaded take_mut v0.2.2
10102026-05-20T23:25:22.541Z Downloaded supports-color v3.0.2
10112026-05-20T23:25:22.544Z Downloaded slog-dtrace v0.3.0
10122026-05-20T23:25:22.544Z Downloaded slog-json v2.6.1
10132026-05-20T23:25:22.547Z Downloaded hashbrown v0.13.2
10142026-05-20T23:25:22.547Z Downloaded slab v0.4.12
10152026-05-20T23:25:22.550Z Downloaded prettyplease v0.2.37
10162026-05-20T23:25:22.553Z Downloaded rusty-fork v0.3.1
10172026-05-20T23:25:22.553Z Downloaded ron v0.8.1
10182026-05-20T23:25:22.556Z Downloaded rcgen v0.12.1
10192026-05-20T23:25:22.559Z Downloaded subtle v2.6.1
10202026-05-20T23:25:22.559Z Downloaded tap v1.0.1
10212026-05-20T23:25:22.561Z Downloaded sync-ptr v0.1.4
10222026-05-20T23:25:22.561Z Downloaded pretty_assertions v1.4.1
10232026-05-20T23:25:22.561Z Downloaded tabwriter v1.4.1
10242026-05-20T23:25:22.566Z Downloaded tagptr v0.2.0
10252026-05-20T23:25:22.566Z Downloaded tabled_derive v0.11.0
10262026-05-20T23:25:22.566Z Downloaded hyper-util v0.1.20
10272026-05-20T23:25:22.569Z Downloaded sync_wrapper v1.0.2
10282026-05-20T23:25:22.569Z Downloaded slog-stdlog v4.1.1
10292026-05-20T23:25:22.572Z Downloaded openssl-sys v0.9.115
10302026-05-20T23:25:22.575Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-20T23:25:22.578Z Downloaded smf v0.2.3
10322026-05-20T23:25:22.578Z Downloaded smallvec v0.6.14
10332026-05-20T23:25:22.582Z Downloaded time-core v0.1.8
10342026-05-20T23:25:22.582Z Downloaded spki v0.7.3
10352026-05-20T23:25:22.587Z Downloaded termtree v0.5.1
10362026-05-20T23:25:22.587Z Downloaded serde_derive_internals v0.29.1
10372026-05-20T23:25:22.590Z Downloaded serde_with_macros v3.17.0
10382026-05-20T23:25:22.590Z Downloaded serde_cbor v0.11.2
10392026-05-20T23:25:22.590Z Downloaded itertools v0.10.5
10402026-05-20T23:25:22.593Z Downloaded tinyvec_macros v0.1.1
10412026-05-20T23:25:22.596Z Downloaded tokio-macros v2.7.0
10422026-05-20T23:25:22.596Z Downloaded structmeta v0.3.0
10432026-05-20T23:25:22.596Z Downloaded static_assertions v1.1.0
10442026-05-20T23:25:22.596Z Downloaded stacker v0.1.23
10452026-05-20T23:25:22.599Z Downloaded thread-id v5.1.0
10462026-05-20T23:25:22.599Z Downloaded testing_table v0.3.0
10472026-05-20T23:25:22.599Z Downloaded sqlformat v0.3.5
10482026-05-20T23:25:22.602Z Downloaded shlex v1.3.0
10492026-05-20T23:25:22.602Z Downloaded russh-keys v0.45.0
10502026-05-20T23:25:22.605Z Downloaded string_cache v0.8.9
10512026-05-20T23:25:22.605Z Downloaded rustls-platform-verifier v0.6.2
10522026-05-20T23:25:22.608Z Downloaded support-bundle-viewer v0.1.2
10532026-05-20T23:25:22.608Z Downloaded strum_macros v0.24.3
10542026-05-20T23:25:22.611Z Downloaded slog-async v2.8.0
10552026-05-20T23:25:22.614Z Downloaded ryu v1.0.23
10562026-05-20T23:25:22.617Z Downloaded schemars v0.8.22
10572026-05-20T23:25:22.624Z Downloaded slog-term v2.9.2
10582026-05-20T23:25:22.627Z Downloaded qorb v0.4.1
10592026-05-20T23:25:22.630Z Downloaded publicsuffix v2.3.0
10602026-05-20T23:25:22.635Z Downloaded hashbrown v0.15.5
10612026-05-20T23:25:22.640Z Downloaded strum_macros v0.26.4
10622026-05-20T23:25:22.645Z Downloaded libxml v0.3.3
10632026-05-20T23:25:22.649Z Downloaded topological-sort v0.2.2
10642026-05-20T23:25:22.652Z Downloaded thiserror-no-std v2.0.2
10652026-05-20T23:25:22.655Z Downloaded tiny-keccak v2.0.2
10662026-05-20T23:25:22.655Z Downloaded time-macros v0.2.27
10672026-05-20T23:25:22.658Z Downloaded nom v7.1.3
10682026-05-20T23:25:22.662Z Downloaded termios v0.3.3
10692026-05-20T23:25:22.662Z Downloaded spin v0.9.8
10702026-05-20T23:25:22.662Z Downloaded snafu-derive v0.8.9
10712026-05-20T23:25:22.662Z Downloaded hashbrown v0.16.1
10722026-05-20T23:25:22.665Z Downloaded trait-variant v0.1.2
10732026-05-20T23:25:22.668Z Downloaded thread_local v1.1.9
10742026-05-20T23:25:22.668Z Downloaded tower-service v0.3.3
10752026-05-20T23:25:22.668Z Downloaded tower-layer v0.3.3
10762026-05-20T23:25:22.671Z Downloaded serde_yaml v0.9.34+deprecated
10772026-05-20T23:25:22.671Z Downloaded mio v1.2.0
10782026-05-20T23:25:22.675Z Downloaded try-lock v0.2.5
10792026-05-20T23:25:22.681Z Downloaded signal-hook v0.3.18
10802026-05-20T23:25:22.684Z Downloaded similar v2.7.0
10812026-05-20T23:25:22.684Z Downloaded tokio-native-tls v0.3.1
10822026-05-20T23:25:22.687Z Downloaded tls_codec v0.4.2
10832026-05-20T23:25:22.687Z Downloaded tokio-dtrace v0.1.1
10842026-05-20T23:25:22.687Z Downloaded tls_codec_derive v0.4.2
10852026-05-20T23:25:22.690Z Downloaded stringprep v0.1.5
10862026-05-20T23:25:22.692Z Downloaded slog v2.8.2
10872026-05-20T23:25:22.695Z Downloaded typify-macro v0.6.2
10882026-05-20T23:25:22.695Z Downloaded typify-macro v0.4.3
10892026-05-20T23:25:22.695Z Downloaded rayon-core v1.13.0
10902026-05-20T23:25:22.698Z Downloaded num-bigint-dig v0.8.6
10912026-05-20T23:25:22.701Z Downloaded tokio-tungstenite v0.21.0
10922026-05-20T23:25:22.704Z Downloaded rsa v0.9.10
10932026-05-20T23:25:22.708Z Downloaded strum_macros v0.27.2
10942026-05-20T23:25:22.708Z Downloaded untrusted v0.9.0
10952026-05-20T23:25:22.711Z Downloaded term v0.7.0
10962026-05-20T23:25:22.711Z Downloaded unarray v0.1.4
10972026-05-20T23:25:22.711Z Downloaded unicode-truncate v1.1.0
10982026-05-20T23:25:22.714Z Downloaded iri-string v0.7.10
10992026-05-20T23:25:22.717Z Downloaded h2 v0.4.13
11002026-05-20T23:25:22.720Z Downloaded tokio-tungstenite v0.23.1
11012026-05-20T23:25:22.723Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-05-20T23:25:22.723Z Downloaded rand v0.9.2
11032026-05-20T23:25:22.727Z Downloaded utf-8 v0.7.6
11042026-05-20T23:25:22.727Z Downloaded usdt-macro v0.6.0
11052026-05-20T23:25:22.727Z Downloaded usdt v0.6.0
11062026-05-20T23:25:22.727Z Downloaded usdt-attr-macro v0.6.0
11072026-05-20T23:25:22.730Z Downloaded term v1.2.1
11082026-05-20T23:25:22.730Z Downloaded socket2 v0.5.10
11092026-05-20T23:25:22.730Z Downloaded untrusted v0.7.1
11102026-05-20T23:25:22.734Z Downloaded tokio-rustls v0.25.0
11112026-05-20T23:25:22.734Z Downloaded universal-hash v0.5.1
11122026-05-20T23:25:22.734Z Downloaded socket2 v0.6.3
11132026-05-20T23:25:22.737Z Downloaded unit-prefix v0.5.2
11142026-05-20T23:25:22.737Z Downloaded dropshot-api-manager v0.7.2
11152026-05-20T23:25:22.740Z Downloaded void v1.0.2
11162026-05-20T23:25:22.740Z Downloaded aho-corasick v1.1.4
11172026-05-20T23:25:22.744Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11182026-05-20T23:25:22.744Z Downloaded quinn v0.11.9
11192026-05-20T23:25:22.748Z Downloaded wait-timeout v0.2.1
11202026-05-20T23:25:22.748Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-05-20T23:25:22.751Z Downloaded rand v0.8.6
11222026-05-20T23:25:22.751Z Downloaded itertools v0.14.0
11232026-05-20T23:25:22.853Z Downloaded tui-tree-widget v0.23.1
11242026-05-20T23:25:22.870Z Downloaded waitgroup v0.1.2
11252026-05-20T23:25:22.870Z Downloaded aws-lc-rs v1.16.3
11262026-05-20T23:25:22.870Z Downloaded want v0.3.1
11272026-05-20T23:25:22.870Z Downloaded samael v0.0.19
11282026-05-20T23:25:22.870Z Downloaded rustls-webpki v0.103.9
11292026-05-20T23:25:22.870Z Downloaded itertools v0.13.0
11302026-05-20T23:25:22.870Z Downloaded unicase v2.9.0
11312026-05-20T23:25:22.870Z Downloaded tokio-rustls v0.26.4
11322026-05-20T23:25:22.870Z Downloaded xshell-macros v0.2.7
11332026-05-20T23:25:22.870Z Downloaded hyper v1.8.1
11342026-05-20T23:25:22.870Z Downloaded xattr v1.6.1
11352026-05-20T23:25:22.871Z Downloaded tokio-rustls v0.24.1
11362026-05-20T23:25:22.871Z Downloaded subprocess v0.2.15
11372026-05-20T23:25:22.871Z Downloaded uzers v0.12.2
11382026-05-20T23:25:22.871Z Downloaded schemars v0.9.0
11392026-05-20T23:25:22.871Z Downloaded zeroize_derive v1.4.3
11402026-05-20T23:25:22.871Z Downloaded num-bigint v0.4.6
11412026-05-20T23:25:22.871Z Downloaded toml_parser v1.0.9+spec-1.1.0
11422026-05-20T23:25:22.871Z Downloaded tokio-stream v0.1.18
11432026-05-20T23:25:22.871Z Downloaded zone v0.3.1
11442026-05-20T23:25:22.871Z Downloaded test-strategy v0.4.5
11452026-05-20T23:25:22.871Z Downloaded itertools v0.12.1
11462026-05-20T23:25:22.871Z Downloaded zone_cfg_derive v0.3.1
11472026-05-20T23:25:22.871Z Downloaded vergen-lib v0.1.6
11482026-05-20T23:25:22.871Z Downloaded vergen-gitcl v1.0.8
11492026-05-20T23:25:22.871Z Downloaded vergen-git2 v1.0.7
11502026-05-20T23:25:22.871Z Downloaded vsss-rs v3.3.4
11512026-05-20T23:25:22.872Z Downloaded tinyvec v1.10.0
11522026-05-20T23:25:22.872Z Downloaded russh v0.45.0
11532026-05-20T23:25:22.872Z Downloaded walkdir v2.5.0
11542026-05-20T23:25:22.872Z Downloaded twox-hash v2.1.2
11552026-05-20T23:25:22.872Z Downloaded rand v0.10.0
11562026-05-20T23:25:22.872Z Downloaded tracing-attributes v0.1.31
11572026-05-20T23:25:22.872Z Downloaded whoami v1.6.1
11582026-05-20T23:25:22.872Z Downloaded whoami v2.1.0
11592026-05-20T23:25:22.872Z Downloaded snafu v0.8.9
11602026-05-20T23:25:22.872Z Downloaded schemars v1.2.1
11612026-05-20T23:25:22.872Z Downloaded xshell v0.2.7
11622026-05-20T23:25:22.872Z Downloaded usdt-impl v0.6.0
11632026-05-20T23:25:22.872Z Downloaded toml v0.9.12+spec-1.1.0
11642026-05-20T23:25:22.872Z Downloaded iddqd v0.4.1
11652026-05-20T23:25:22.881Z Downloaded toml v1.0.6+spec-1.1.0
11662026-05-20T23:25:22.881Z Downloaded futures-util v0.3.32
11672026-05-20T23:25:22.881Z Downloaded zstd-safe v7.2.4
11682026-05-20T23:25:22.881Z Downloaded zstd v0.13.3
11692026-05-20T23:25:22.881Z Downloaded steno v0.4.1
11702026-05-20T23:25:22.881Z Downloaded hkdf v0.12.4
11712026-05-20T23:25:22.881Z Downloaded tar v0.4.45
11722026-05-20T23:25:22.887Z Downloaded typify v0.4.3
11732026-05-20T23:25:22.890Z Downloaded tungstenite v0.23.0
11742026-05-20T23:25:22.893Z Downloaded wyz v0.5.1
11752026-05-20T23:25:22.893Z Downloaded tungstenite v0.21.0
11762026-05-20T23:25:22.897Z Downloaded rpassword v7.4.0
11772026-05-20T23:25:22.897Z Downloaded p521 v0.13.3
11782026-05-20T23:25:22.906Z Downloaded uuid v1.23.0
11792026-05-20T23:25:22.906Z Downloaded unicode-properties v0.1.4
11802026-05-20T23:25:22.906Z Downloaded unicode-bidi v0.3.18
11812026-05-20T23:25:22.909Z Downloaded rustyline v14.0.0
11822026-05-20T23:25:22.909Z Downloaded bitvec v1.0.1
11832026-05-20T23:25:22.915Z Downloaded zeroize v1.8.2
11842026-05-20T23:25:22.918Z Downloaded yasna v0.5.2
11852026-05-20T23:25:22.918Z Downloaded vergen v9.0.6
11862026-05-20T23:25:22.918Z Downloaded vte v0.14.1
11872026-05-20T23:25:22.923Z Downloaded unsafe-libyaml v0.2.11
11882026-05-20T23:25:22.923Z Downloaded toml v0.7.8
11892026-05-20T23:25:22.923Z Downloaded libm v0.2.16
11902026-05-20T23:25:22.929Z Downloaded reedline v0.40.0
11912026-05-20T23:25:22.933Z Downloaded blake3 v1.8.3
11922026-05-20T23:25:22.940Z Downloaded p384 v0.13.1
11932026-05-20T23:25:22.943Z Downloaded tokio-postgres v0.7.16
11942026-05-20T23:25:22.946Z Downloaded git2 v0.20.4
11952026-05-20T23:25:22.963Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-05-20T23:25:22.966Z Downloaded toml_edit v0.19.15
11972026-05-20T23:25:22.975Z Downloaded typify v0.6.2
11982026-05-20T23:25:22.979Z Downloaded tracing-core v0.1.36
11992026-05-20T23:25:22.983Z Downloaded ssh-key v0.6.7
12002026-05-20T23:25:22.986Z Downloaded chrono v0.4.44
12012026-05-20T23:25:22.990Z Downloaded reqwest v0.12.28
12022026-05-20T23:25:22.994Z Downloaded unicode_categories v0.1.1
12032026-05-20T23:25:22.997Z Downloaded zerocopy v0.6.6
12042026-05-20T23:25:23.000Z Downloaded regex v1.12.3
12052026-05-20T23:25:23.009Z Downloaded reqwest v0.13.2
12062026-05-20T23:25:23.016Z Downloaded zip v0.6.6
12072026-05-20T23:25:23.019Z Downloaded zopfli v0.8.3
12082026-05-20T23:25:23.019Z Downloaded typed-path v0.9.3
12092026-05-20T23:25:23.037Z Downloaded yansi v1.0.1
12102026-05-20T23:25:23.043Z Downloaded rustls-webpki v0.101.7
12112026-05-20T23:25:23.051Z Downloaded quick-xml v0.37.5
12122026-05-20T23:25:23.054Z Downloaded tower v0.5.3
12132026-05-20T23:25:23.060Z Downloaded lalrpop v0.19.12
12142026-05-20T23:25:23.067Z Downloaded rayon v1.11.0
12152026-05-20T23:25:23.073Z Downloaded unicode-segmentation v1.12.0
12162026-05-20T23:25:23.076Z Downloaded moka v0.12.13
12172026-05-20T23:25:23.081Z Downloaded zerocopy-derive v0.8.40
12182026-05-20T23:25:23.092Z Downloaded salty v0.3.0
12192026-05-20T23:25:23.098Z Downloaded portable-atomic v1.13.1
12202026-05-20T23:25:23.138Z Downloaded unicode-normalization v0.1.25
12212026-05-20T23:25:23.138Z Downloaded tough v0.22.0
12222026-05-20T23:25:23.138Z Downloaded goblin v0.10.5
12232026-05-20T23:25:23.138Z Downloaded tokio-util v0.7.18
12242026-05-20T23:25:23.138Z Downloaded rustls-webpki v0.102.8
12252026-05-20T23:25:23.142Z Downloaded x509-cert v0.2.5
12262026-05-20T23:25:23.147Z Downloaded tower-http v0.6.8
12272026-05-20T23:25:23.151Z Downloaded petname v2.0.2
12282026-05-20T23:25:23.156Z Downloaded zip v4.6.1
12292026-05-20T23:25:23.156Z Downloaded nix v0.27.1
12302026-05-20T23:25:23.161Z Downloaded object v0.30.4
12312026-05-20T23:25:23.168Z Downloaded proptest v1.10.0
12322026-05-20T23:25:23.175Z Downloaded curve25519-dalek v4.1.3
12332026-05-20T23:25:23.182Z Downloaded radix_trie v0.2.1
12342026-05-20T23:25:23.188Z Downloaded serde_with v3.17.0
12352026-05-20T23:25:23.192Z Downloaded winnow v0.6.26
12362026-05-20T23:25:23.204Z Downloaded hickory-proto v0.26.1
12372026-05-20T23:25:23.210Z Downloaded bstr v1.12.1
12382026-05-20T23:25:23.216Z Downloaded winnow v0.5.40
12392026-05-20T23:25:23.222Z Downloaded polar-core v0.27.3
12402026-05-20T23:25:23.227Z Downloaded quinn-proto v0.11.13
12412026-05-20T23:25:23.234Z Downloaded openssl v0.10.79
12422026-05-20T23:25:23.242Z Downloaded tabled v0.20.0
12432026-05-20T23:25:23.258Z Downloaded time v0.3.47
12442026-05-20T23:25:23.263Z Downloaded regex-syntax v0.6.29
12452026-05-20T23:25:23.267Z Downloaded nix v0.29.0
12462026-05-20T23:25:23.274Z Downloaded nix v0.28.0
12472026-05-20T23:25:23.283Z Downloaded smoltcp v0.9.1
12482026-05-20T23:25:23.288Z Downloaded nix v0.31.2
12492026-05-20T23:25:23.296Z Downloaded zlib-rs v0.6.2
12502026-05-20T23:25:23.298Z Downloaded dropshot v0.16.7
12512026-05-20T23:25:23.310Z Downloaded vcpkg v0.2.15
12522026-05-20T23:25:23.333Z Downloaded webpki-roots v1.0.6
12532026-05-20T23:25:23.338Z Downloaded smoltcp v0.11.0
12542026-05-20T23:25:23.342Z Downloaded rustls v0.21.12
12552026-05-20T23:25:23.348Z Downloaded zerocopy v0.8.40
12562026-05-20T23:25:23.355Z Downloaded diesel v2.3.7
12572026-05-20T23:25:23.366Z Downloaded regress v0.10.5
12582026-05-20T23:25:23.371Z Downloaded rustls v0.22.4
12592026-05-20T23:25:23.378Z Downloaded hickory-proto v0.25.2
12602026-05-20T23:25:23.389Z Downloaded rustls v0.23.37
12612026-05-20T23:25:23.394Z Downloaded rustix v0.38.44
12622026-05-20T23:25:23.409Z Downloaded regex-syntax v0.8.10
12632026-05-20T23:25:23.414Z Downloaded regress v0.11.1
12642026-05-20T23:25:23.418Z Downloaded openapiv3 v2.2.0
12652026-05-20T23:25:23.424Z Downloaded dropshot v0.17.0
12662026-05-20T23:25:23.437Z Downloaded object v0.37.3
12672026-05-20T23:25:23.445Z Downloaded hickory-proto v0.24.4
12682026-05-20T23:25:23.461Z Downloaded sqlparser v0.61.0
12692026-05-20T23:25:23.468Z Downloaded tracing v0.1.44
12702026-05-20T23:25:23.480Z Downloaded sled v0.34.7
12712026-05-20T23:25:23.501Z Downloaded ratatui v0.29.0
12722026-05-20T23:25:23.514Z Downloaded typify-impl v0.6.2
12732026-05-20T23:25:23.522Z Downloaded typify-impl v0.4.3
12742026-05-20T23:25:23.529Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-20T23:25:23.540Z Downloaded zerocopy-derive v0.6.6
12762026-05-20T23:25:23.553Z Downloaded regex-automata v0.4.14
12772026-05-20T23:25:23.562Z Downloaded petgraph v0.6.5
12782026-05-20T23:25:23.573Z Downloaded jiff v0.2.21
12792026-05-20T23:25:23.584Z Downloaded petgraph v0.8.3
12802026-05-20T23:25:23.598Z Downloaded chrono-tz v0.10.4
12812026-05-20T23:25:23.613Z Downloaded libz-sys v1.1.24
12822026-05-20T23:25:23.621Z Downloaded csv v1.4.0
12832026-05-20T23:25:23.639Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-20T23:25:23.650Z Downloaded sha3 v0.10.8
12852026-05-20T23:25:23.654Z Downloaded tokio v1.52.1
12862026-05-20T23:25:23.729Z Downloaded encoding_rs v0.8.35
12872026-05-20T23:25:23.756Z Downloaded ring v0.17.14
12882026-05-20T23:25:23.798Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-20T23:25:24.230Z Downloaded aws-lc-sys v0.40.0
12902026-05-20T23:25:24.483Z Compiling libc v0.2.185
12912026-05-20T23:25:24.483Z Compiling serde v1.0.228
12922026-05-20T23:25:24.489Z Compiling log v0.4.29
12932026-05-20T23:25:24.490Z Compiling find-msvc-tools v0.1.9
12942026-05-20T23:25:24.490Z Compiling shlex v1.3.0
12952026-05-20T23:25:24.490Z Compiling smallvec v1.15.1
12962026-05-20T23:25:24.490Z Compiling typenum v1.19.0
12972026-05-20T23:25:24.490Z Compiling subtle v2.6.1
12982026-05-20T23:25:24.490Z Compiling generic-array v0.14.7
12992026-05-20T23:25:24.490Z Compiling scopeguard v1.2.0
13002026-05-20T23:25:24.490Z Compiling const-oid v0.9.6
13012026-05-20T23:25:24.674Z Compiling serde_json v1.0.149
13022026-05-20T23:25:24.696Z Compiling syn v2.0.117
13032026-05-20T23:25:24.708Z Compiling zerocopy v0.8.40
13042026-05-20T23:25:24.712Z Compiling parking_lot_core v0.9.12
13052026-05-20T23:25:24.721Z Compiling portable-atomic v1.13.1
13062026-05-20T23:25:24.815Z Compiling lock_api v0.4.14
13072026-05-20T23:25:24.815Z Compiling pin-project-lite v0.2.17
13082026-05-20T23:25:24.844Z Compiling pkg-config v0.3.32
13092026-05-20T23:25:24.862Z Compiling bitflags v2.11.0
13102026-05-20T23:25:24.885Z Compiling futures-core v0.3.32
13112026-05-20T23:25:24.888Z Compiling critical-section v1.2.0
13122026-05-20T23:25:25.087Z Compiling libm v0.2.16
13132026-05-20T23:25:25.098Z Compiling num-traits v0.2.19
13142026-05-20T23:25:25.099Z Compiling percent-encoding v2.3.2
13152026-05-20T23:25:25.099Z Compiling futures-sink v0.3.32
13162026-05-20T23:25:25.123Z Compiling rand_core v0.10.0
13172026-05-20T23:25:25.177Z Compiling getrandom v0.4.1
13182026-05-20T23:25:25.180Z Compiling futures-channel v0.3.32
13192026-05-20T23:25:25.206Z Compiling cpufeatures v0.2.17
13202026-05-20T23:25:25.206Z Compiling slab v0.4.12
13212026-05-20T23:25:25.281Z Compiling futures-task v0.3.32
13222026-05-20T23:25:25.303Z Compiling futures-io v0.3.32
13232026-05-20T23:25:25.318Z Compiling indexmap v2.14.0
13242026-05-20T23:25:25.345Z Compiling rustversion v1.0.22
13252026-05-20T23:25:25.410Z Compiling getrandom v0.3.4
13262026-05-20T23:25:25.437Z Compiling form_urlencoded v1.2.2
13272026-05-20T23:25:25.451Z Compiling fs_extra v1.3.0
13282026-05-20T23:25:25.469Z Compiling dunce v1.0.5
13292026-05-20T23:25:25.476Z Compiling ident_case v1.0.1
13302026-05-20T23:25:25.521Z Compiling base64ct v1.8.3
13312026-05-20T23:25:25.568Z Compiling iana-time-zone v0.1.65
13322026-05-20T23:25:25.583Z Compiling flagset v0.4.7
13332026-05-20T23:25:25.597Z Compiling regex-syntax v0.8.10
13342026-05-20T23:25:25.615Z Compiling rustix v1.1.3
13352026-05-20T23:25:25.636Z Compiling vcpkg v0.2.15
13362026-05-20T23:25:25.725Z Compiling getrandom v0.2.17
13372026-05-20T23:25:30.772Z Compiling jobserver v0.1.34
13382026-05-20T23:25:30.857Z Compiling errno v0.3.14
13392026-05-20T23:25:30.857Z Compiling mio v1.2.0
13402026-05-20T23:25:30.858Z Compiling socket2 v0.6.3
13412026-05-20T23:25:30.858Z Compiling once_cell v1.21.3
13422026-05-20T23:25:30.858Z Compiling rand_core v0.6.4
13432026-05-20T23:25:30.858Z Compiling signal-hook-registry v1.4.8
13442026-05-20T23:25:30.858Z Compiling cc v1.2.56
13452026-05-20T23:25:30.858Z Compiling parking_lot v0.12.5
13462026-05-20T23:25:30.858Z Compiling pem-rfc7468 v0.7.0
13472026-05-20T23:25:30.858Z Compiling aws-lc-rs v1.16.3
13482026-05-20T23:25:30.858Z Compiling uuid v1.23.0
13492026-05-20T23:25:30.858Z Compiling tracing-core v0.1.36
13502026-05-20T23:25:30.858Z Compiling rustc_version v0.4.1
13512026-05-20T23:25:30.858Z Compiling base64 v0.22.1
13522026-05-20T23:25:30.858Z Compiling rand_core v0.9.5
13532026-05-20T23:25:30.858Z Compiling openssl-probe v0.2.1
13542026-05-20T23:25:30.858Z Compiling untrusted v0.9.0
13552026-05-20T23:25:30.858Z Compiling untrusted v0.7.1
13562026-05-20T23:25:30.858Z Compiling httparse v1.10.1
13572026-05-20T23:25:30.858Z Compiling tinyvec_macros v0.1.1
13582026-05-20T23:25:30.859Z Compiling aho-corasick v1.1.4
13592026-05-20T23:25:30.859Z Compiling try-lock v0.2.5
13602026-05-20T23:25:30.859Z Compiling tinyvec v1.10.0
13612026-05-20T23:25:30.859Z Compiling tower-layer v0.3.3
13622026-05-20T23:25:30.859Z Compiling dyn-clone v1.0.20
13632026-05-20T23:25:30.859Z Compiling tower-service v0.3.3
13642026-05-20T23:25:30.859Z Compiling rustls v0.23.37
13652026-05-20T23:25:30.859Z Compiling cmake v0.1.57
13662026-05-20T23:25:30.859Z Compiling atomic-waker v1.1.2
13672026-05-20T23:25:30.859Z Compiling schemars v0.8.22
13682026-05-20T23:25:30.859Z Compiling want v0.3.1
13692026-05-20T23:25:30.859Z Compiling pin-utils v0.1.0
13702026-05-20T23:25:30.859Z Compiling foreign-types-shared v0.1.1
13712026-05-20T23:25:30.859Z Compiling httpdate v1.0.3
13722026-05-20T23:25:30.859Z Compiling openssl v0.10.79
13732026-05-20T23:25:30.859Z Compiling spin v0.9.8
13742026-05-20T23:25:30.860Z Compiling native-tls v0.2.18
13752026-05-20T23:25:30.860Z Compiling foreign-types v0.3.2
13762026-05-20T23:25:30.860Z Compiling unicode-normalization v0.1.25
13772026-05-20T23:25:30.860Z Compiling powerfmt v0.2.0
13782026-05-20T23:25:30.860Z Compiling num-conv v0.2.0
13792026-05-20T23:25:30.860Z Compiling time-core v0.1.8
13802026-05-20T23:25:30.860Z Compiling crc32fast v1.5.0
13812026-05-20T23:25:30.860Z Compiling wait-timeout v0.2.1
13822026-05-20T23:25:30.860Z Compiling sync_wrapper v1.0.2
13832026-05-20T23:25:30.860Z Compiling syn v1.0.109
13842026-05-20T23:25:30.860Z Compiling num_threads v0.1.7
13852026-05-20T23:25:30.860Z Compiling siphasher v1.0.2
13862026-05-20T23:25:30.860Z Compiling deranged v0.5.8
13872026-05-20T23:25:30.860Z Compiling time-macros v0.2.27
13882026-05-20T23:25:30.860Z Compiling usdt-impl v0.6.0
13892026-05-20T23:25:30.860Z Compiling crossbeam-utils v0.8.21
13902026-05-20T23:25:30.860Z Compiling bit-vec v0.8.0
13912026-05-20T23:25:30.860Z Compiling quick-error v1.2.3
13922026-05-20T23:25:30.860Z Compiling tempfile v3.25.0
13932026-05-20T23:25:30.860Z Compiling simd-adler32 v0.3.8
13942026-05-20T23:25:30.860Z Compiling slog v2.8.2
13952026-05-20T23:25:30.860Z Compiling regex-automata v0.4.14
13962026-05-20T23:25:30.860Z Compiling bit-set v0.8.0
13972026-05-20T23:25:30.860Z Compiling heapless v0.7.17
13982026-05-20T23:25:30.860Z Compiling rand_xorshift v0.4.0
13992026-05-20T23:25:30.860Z Compiling rusty-fork v0.3.1
14002026-05-20T23:25:30.860Z Compiling aws-lc-sys v0.40.0
14012026-05-20T23:25:30.860Z Compiling ring v0.17.14
14022026-05-20T23:25:30.861Z Compiling openssl-sys v0.9.115
14032026-05-20T23:25:30.861Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-20T23:25:30.861Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-20T23:25:30.861Z Compiling thread-id v5.1.0
14062026-05-20T23:25:30.861Z Compiling synstructure v0.13.2
14072026-05-20T23:25:30.861Z Compiling serde_derive_internals v0.29.1
14082026-05-20T23:25:30.861Z Compiling pest_generator v2.8.6
14092026-05-20T23:25:30.861Z Compiling darling_core v0.20.11
14102026-05-20T23:25:30.861Z Compiling darling_core v0.21.3
14112026-05-20T23:25:30.861Z Compiling cookie v0.18.1
14122026-05-20T23:25:30.861Z Compiling ryu v1.0.23
14132026-05-20T23:25:30.861Z Compiling unarray v0.1.4
14142026-05-20T23:25:30.861Z Compiling unicode-bidi v0.3.18
14152026-05-20T23:25:30.861Z Compiling signal-hook v0.3.18
14162026-05-20T23:25:30.861Z Compiling iri-string v0.7.10
14172026-05-20T23:25:30.861Z Compiling time v0.3.47
14182026-05-20T23:25:30.861Z Compiling anyhow v1.0.102
14192026-05-20T23:25:30.861Z Compiling paste v1.0.15
14202026-05-20T23:25:30.861Z Compiling unicode-properties v0.1.4
14212026-05-20T23:25:30.861Z Compiling zstd-safe v7.2.4
14222026-05-20T23:25:30.861Z Compiling adler2 v2.0.1
14232026-05-20T23:25:30.861Z Compiling allocator-api2 v0.2.21
14242026-05-20T23:25:30.861Z Compiling miniz_oxide v0.8.9
14252026-05-20T23:25:30.861Z Compiling stringprep v0.1.5
14262026-05-20T23:25:30.861Z Compiling vergen-lib v0.1.6
14272026-05-20T23:25:30.861Z Compiling num-integer v0.1.46
14282026-05-20T23:25:30.861Z Compiling curve25519-dalek v4.1.3
14292026-05-20T23:25:30.861Z Compiling ff v0.13.1
14302026-05-20T23:25:30.861Z Compiling hash32 v0.2.1
14312026-05-20T23:25:30.862Z Compiling memoffset v0.9.1
14322026-05-20T23:25:30.862Z Compiling ref-cast v1.0.25
14332026-05-20T23:25:30.862Z Compiling serde_derive v1.0.228
14342026-05-20T23:25:30.862Z Compiling zeroize_derive v1.4.3
14352026-05-20T23:25:30.862Z Compiling zerofrom-derive v0.1.6
14362026-05-20T23:25:30.862Z Compiling yoke-derive v0.8.1
14372026-05-20T23:25:30.862Z Compiling zerocopy-derive v0.8.40
14382026-05-20T23:25:30.904Z Compiling zerovec-derive v0.11.2
14392026-05-20T23:25:30.904Z Compiling displaydoc v0.2.5
14402026-05-20T23:25:30.904Z Compiling tokio-macros v2.7.0
14412026-05-20T23:25:30.904Z Compiling futures-macro v0.3.32
14422026-05-20T23:25:30.904Z Compiling der_derive v0.7.3
14432026-05-20T23:25:30.904Z Compiling zeroize v1.8.2
14442026-05-20T23:25:30.904Z Compiling rustls-pki-types v1.14.0
14452026-05-20T23:25:30.904Z Compiling tracing-attributes v0.1.31
14462026-05-20T23:25:30.904Z Compiling thiserror-impl v2.0.18
14472026-05-20T23:25:30.945Z Compiling schemars_derive v0.8.22
14482026-05-20T23:25:30.977Z Compiling pest_derive v2.8.6
14492026-05-20T23:25:30.980Z Compiling futures-util v0.3.32
14502026-05-20T23:25:31.112Z Compiling crypto-common v0.1.7
14512026-05-20T23:25:31.140Z Compiling block-buffer v0.10.4
14522026-05-20T23:25:31.178Z Compiling zerofrom v0.1.6
14532026-05-20T23:25:31.282Z Compiling digest v0.10.7
14542026-05-20T23:25:31.296Z Compiling yoke v0.8.1
14552026-05-20T23:25:31.318Z Compiling block-padding v0.3.3
14562026-05-20T23:25:31.332Z Compiling der v0.7.10
14572026-05-20T23:25:31.411Z Compiling scroll_derive v0.13.1
14582026-05-20T23:25:31.494Z Compiling zerovec v0.11.5
14592026-05-20T23:25:31.508Z Compiling zerotrie v0.2.3
14602026-05-20T23:25:31.555Z Compiling hmac v0.12.1
14612026-05-20T23:25:31.822Z Compiling inout v0.1.4
14622026-05-20T23:25:31.829Z Compiling sha2 v0.10.9
14632026-05-20T23:25:31.832Z Compiling pbkdf2 v0.12.2
14642026-05-20T23:25:31.916Z Compiling cipher v0.4.4
14652026-05-20T23:25:31.964Z Compiling tinystr v0.8.2
14662026-05-20T23:25:32.020Z Compiling potential_utf v0.1.4
14672026-05-20T23:25:32.074Z Compiling tracing v0.1.44
14682026-05-20T23:25:32.143Z Compiling icu_locale_core v2.1.1
14692026-05-20T23:25:32.186Z Compiling icu_collections v2.1.1
14702026-05-20T23:25:32.186Z Compiling spki v0.7.3
14712026-05-20T23:25:32.214Z Compiling salsa20 v0.10.2
14722026-05-20T23:25:32.257Z Compiling thiserror v2.0.18
14732026-05-20T23:25:32.271Z Compiling aes v0.8.4
14742026-05-20T23:25:32.361Z Compiling scrypt v0.11.0
14752026-05-20T23:25:32.376Z Compiling cbc v0.1.2
14762026-05-20T23:25:32.390Z Compiling scroll v0.13.0
14772026-05-20T23:25:32.420Z Compiling darling_macro v0.20.11
14782026-05-20T23:25:32.576Z Compiling openssl-macros v0.1.1
14792026-05-20T23:25:32.585Z Compiling rustls-native-certs v0.8.3
14802026-05-20T23:25:32.640Z Compiling goblin v0.10.5
14812026-05-20T23:25:32.666Z Compiling pkcs5 v0.7.1
14822026-05-20T23:25:32.683Z Compiling dtrace-parser v0.3.0
14832026-05-20T23:25:32.946Z Compiling icu_provider v2.1.1
14842026-05-20T23:25:32.963Z Compiling darling v0.20.11
14852026-05-20T23:25:33.012Z Compiling pkcs8 v0.10.2
14862026-05-20T23:25:33.050Z Compiling derive_builder_core v0.20.2
14872026-05-20T23:25:33.063Z Compiling signature v2.2.0
14882026-05-20T23:25:33.164Z Compiling bytes v1.11.1
14892026-05-20T23:25:33.179Z Compiling icu_properties v2.1.2
14902026-05-20T23:25:33.201Z Compiling icu_normalizer v2.1.1
14912026-05-20T23:25:33.215Z Compiling chrono v0.4.44
14922026-05-20T23:25:33.258Z Compiling ipnet v2.11.0
14932026-05-20T23:25:33.291Z Compiling webpki-roots v1.0.6
14942026-05-20T23:25:33.336Z Compiling thiserror-impl v1.0.69
14952026-05-20T23:25:33.350Z Compiling scroll_derive v0.12.1
14962026-05-20T23:25:33.431Z Compiling serde_spanned v0.6.9
14972026-05-20T23:25:33.454Z Compiling serde_tokenstream v0.2.3
14982026-05-20T23:25:33.585Z Compiling toml_datetime v0.6.11
14992026-05-20T23:25:33.637Z Compiling tokio v1.52.1
15002026-05-20T23:25:33.772Z Compiling http v1.4.0
15012026-05-20T23:25:33.788Z Compiling serde_urlencoded v0.7.1
15022026-05-20T23:25:33.805Z Compiling erased-serde v0.3.31
15032026-05-20T23:25:33.862Z Compiling md-5 v0.10.6
15042026-05-20T23:25:33.950Z Compiling derive_builder_macro v0.20.2
15052026-05-20T23:25:34.074Z Compiling idna_adapter v1.2.1
15062026-05-20T23:25:34.087Z Compiling scroll v0.12.0
15072026-05-20T23:25:34.087Z Compiling darling_macro v0.21.3
15082026-05-20T23:25:34.233Z Compiling idna v1.1.0
15092026-05-20T23:25:34.347Z Compiling ppv-lite86 v0.2.21
15102026-05-20T23:25:34.362Z Compiling bstr v1.12.1
15112026-05-20T23:25:34.379Z Compiling pin-project-internal v1.1.11
15122026-05-20T23:25:34.397Z Compiling zerocopy-derive v0.7.35
15132026-05-20T23:25:34.482Z Compiling http-body v1.0.1
15142026-05-20T23:25:34.611Z Compiling url v2.5.8
15152026-05-20T23:25:34.650Z Compiling rand_chacha v0.9.0
15162026-05-20T23:25:34.677Z Compiling http-body-util v0.1.3
15172026-05-20T23:25:34.693Z Compiling rand_chacha v0.3.1
15182026-05-20T23:25:34.696Z Compiling thiserror v1.0.69
15192026-05-20T23:25:34.743Z Compiling async-trait v0.1.89
15202026-05-20T23:25:34.821Z Compiling psl-types v2.0.11
15212026-05-20T23:25:34.911Z Compiling rand v0.9.2
15222026-05-20T23:25:34.951Z Compiling num-bigint-dig v0.8.6
15232026-05-20T23:25:35.022Z Compiling base16ct v0.2.0
15242026-05-20T23:25:35.058Z Compiling smoltcp v0.9.1
15252026-05-20T23:25:35.218Z Compiling fallible-iterator v0.2.0
15262026-05-20T23:25:35.252Z Compiling litrs v1.0.0
15272026-05-20T23:25:35.423Z Compiling dof v0.4.0
15282026-05-20T23:25:35.438Z Compiling zlib-rs v0.6.2
15292026-05-20T23:25:35.523Z Compiling cfg_aliases v0.2.1
15302026-05-20T23:25:35.546Z Compiling proptest v1.10.0
15312026-05-20T23:25:35.562Z Compiling rustix v0.38.44
15322026-05-20T23:25:35.577Z Compiling pin-project v1.1.11
15332026-05-20T23:25:35.599Z Compiling nix v0.31.2
15342026-05-20T23:25:35.689Z Compiling postgres-protocol v0.6.10
15352026-05-20T23:25:35.725Z Compiling zerocopy v0.7.35
15362026-05-20T23:25:35.791Z Compiling document-features v0.2.12
15372026-05-20T23:25:35.826Z Compiling sec1 v0.7.3
15382026-05-20T23:25:35.850Z Compiling publicsuffix v2.3.0
15392026-05-20T23:25:35.991Z Compiling ipnetwork v0.21.1
15402026-05-20T23:25:36.034Z Compiling rand v0.8.6
15412026-05-20T23:25:36.048Z Compiling darling v0.21.3
15422026-05-20T23:25:36.086Z Compiling derive_builder v0.20.2
15432026-05-20T23:25:36.122Z Compiling goblin v0.8.2
15442026-05-20T23:25:36.305Z Compiling oxnet v0.1.4
15452026-05-20T23:25:36.320Z Compiling hex v0.4.3
15462026-05-20T23:25:36.416Z Compiling cargo-platform v0.1.9
15472026-05-20T23:25:36.430Z Compiling futures-executor v0.3.32
15482026-05-20T23:25:36.526Z Compiling hubpack_derive v0.1.1
15492026-05-20T23:25:36.555Z Compiling hkdf v0.12.4
15502026-05-20T23:25:36.580Z Compiling crypto-bigint v0.5.5
15512026-05-20T23:25:36.689Z Compiling regex v1.12.3
15522026-05-20T23:25:36.815Z Compiling strum_macros v0.27.2
15532026-05-20T23:25:36.831Z Compiling ref-cast-impl v1.0.25
15542026-05-20T23:25:36.842Z Compiling daft-derive v0.1.7
15552026-05-20T23:25:36.845Z Compiling snafu-derive v0.8.9
15562026-05-20T23:25:36.893Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-20T23:25:36.994Z Compiling num-iter v0.1.45
15582026-05-20T23:25:37.008Z Compiling group v0.13.0
15592026-05-20T23:25:37.234Z Compiling terminal_size v0.4.3
15602026-05-20T23:25:37.422Z Compiling phf_shared v0.13.1
15612026-05-20T23:25:37.429Z Compiling lazy_static v1.5.0
15622026-05-20T23:25:37.429Z Compiling vergen v9.0.6
15632026-05-20T23:25:37.475Z Compiling fs-err v3.3.0
15642026-05-20T23:25:37.499Z Compiling ahash v0.8.12
15652026-05-20T23:25:37.515Z Compiling tokio-util v0.7.18
15662026-05-20T23:25:37.589Z Compiling tower v0.5.3
15672026-05-20T23:25:37.595Z Compiling tokio-native-tls v0.3.1
15682026-05-20T23:25:37.610Z Compiling encoding_rs v0.8.35
15692026-05-20T23:25:37.623Z Compiling foldhash v0.2.0
15702026-05-20T23:25:37.681Z Compiling libbz2-rs-sys v0.2.2
15712026-05-20T23:25:37.730Z Compiling foldhash v0.1.5
15722026-05-20T23:25:37.750Z Compiling cpufeatures v0.3.0
15732026-05-20T23:25:37.785Z Compiling object v0.37.3
15742026-05-20T23:25:37.833Z Compiling same-file v1.0.6
15752026-05-20T23:25:37.865Z Compiling unicode-segmentation v1.12.0
15762026-05-20T23:25:37.909Z Compiling newtype-uuid v1.3.2
15772026-05-20T23:25:38.013Z Compiling tower-http v0.6.8
15782026-05-20T23:25:38.070Z Compiling bumpalo v3.20.2
15792026-05-20T23:25:38.084Z Compiling managed v0.8.0
15802026-05-20T23:25:38.262Z Compiling h2 v0.4.13
15812026-05-20T23:25:38.266Z Compiling flate2 v1.1.9
15822026-05-20T23:25:38.310Z Compiling bitflags v1.3.2
15832026-05-20T23:25:38.333Z Compiling winnow v0.5.40
15842026-05-20T23:25:38.367Z Compiling mime v0.3.17
15852026-05-20T23:25:38.427Z Compiling dof v0.3.0
15862026-05-20T23:25:38.572Z Compiling zopfli v0.8.3
15872026-05-20T23:25:38.652Z Compiling daft v0.1.7
15882026-05-20T23:25:38.666Z Compiling bzip2 v0.6.1
15892026-05-20T23:25:38.742Z Compiling walkdir v2.5.0
15902026-05-20T23:25:38.782Z Compiling hashbrown v0.15.5
15912026-05-20T23:25:38.804Z Compiling snafu v0.8.9
15922026-05-20T23:25:38.827Z Compiling strum v0.27.2
15932026-05-20T23:25:38.899Z Compiling chacha20 v0.10.0
15942026-05-20T23:25:38.942Z Compiling hashbrown v0.16.1
15952026-05-20T23:25:38.974Z Compiling clap_builder v4.5.60
15962026-05-20T23:25:39.183Z Compiling elliptic-curve v0.13.8
15972026-05-20T23:25:39.187Z Compiling phf v0.13.1
15982026-05-20T23:25:39.276Z Compiling signal-hook-mio v0.2.5
15992026-05-20T23:25:39.338Z Compiling cargo_metadata v0.19.2
16002026-05-20T23:25:39.369Z Compiling cookie_store v0.22.1
16012026-05-20T23:25:39.383Z Compiling hubpack v0.1.2
16022026-05-20T23:25:39.408Z Compiling usdt-attr-macro v0.6.0
16032026-05-20T23:25:39.523Z Compiling usdt-macro v0.6.0
16042026-05-20T23:25:39.648Z Compiling toml_edit v0.19.15
16052026-05-20T23:25:39.654Z Compiling bzip2 v0.4.4
16062026-05-20T23:25:39.654Z Compiling zstd v0.13.3
16072026-05-20T23:25:39.660Z Compiling futures v0.3.32
16082026-05-20T23:25:39.660Z Compiling serde_with_macros v3.17.0
16092026-05-20T23:25:39.751Z Compiling postgres-types v0.2.12
16102026-05-20T23:25:39.884Z Compiling dtrace-parser v0.2.0
16112026-05-20T23:25:39.909Z Compiling globset v0.4.18
16122026-05-20T23:25:40.074Z Compiling pkcs1 v0.7.5
16132026-05-20T23:25:40.276Z Compiling ed25519 v2.2.3
16142026-05-20T23:25:40.344Z Compiling serde-big-array v0.5.1
16152026-05-20T23:25:40.371Z Compiling olpc-cjson v0.1.4
16162026-05-20T23:25:40.509Z Compiling serde_plain v1.0.2
16172026-05-20T23:25:40.526Z Compiling rfc6979 v0.4.0
16182026-05-20T23:25:40.539Z Compiling enum-as-inner v0.6.1
16192026-05-20T23:25:40.756Z Compiling serde_repr v0.1.20
16202026-05-20T23:25:40.777Z Compiling strum_macros v0.26.4
16212026-05-20T23:25:40.777Z Compiling async-recursion v1.1.1
16222026-05-20T23:25:40.777Z Compiling clap_derive v4.5.55
16232026-05-20T23:25:40.777Z Compiling phf_shared v0.11.3
16242026-05-20T23:25:40.876Z Compiling float-cmp v0.10.0
16252026-05-20T23:25:40.943Z Compiling pem v3.0.6
16262026-05-20T23:25:40.963Z Compiling thread-id v4.2.2
16272026-05-20T23:25:41.044Z Compiling memmap2 v0.9.10
16282026-05-20T23:25:41.064Z Compiling env_filter v1.0.0
16292026-05-20T23:25:41.090Z Compiling normalize-line-endings v0.3.0
16302026-05-20T23:25:41.205Z Compiling predicates-core v1.0.10
16312026-05-20T23:25:41.219Z Compiling fixedbitset v0.4.2
16322026-05-20T23:25:41.234Z Compiling new_debug_unreachable v1.0.6
16332026-05-20T23:25:41.283Z Compiling data-encoding v2.10.0
16342026-05-20T23:25:41.299Z Compiling static_assertions v1.1.0
16352026-05-20T23:25:41.316Z Compiling keccak v0.1.6
16362026-05-20T23:25:41.384Z Compiling hyper v1.8.1
16372026-05-20T23:25:41.399Z Compiling whoami v2.1.0
16382026-05-20T23:25:41.403Z Compiling either v1.15.0
16392026-05-20T23:25:41.403Z Compiling difflib v0.4.0
16402026-05-20T23:25:41.452Z Compiling typed-path v0.9.3
16412026-05-20T23:25:41.642Z Compiling precomputed-hash v0.1.1
16422026-05-20T23:25:41.749Z Compiling fixedbitset v0.5.7
16432026-05-20T23:25:41.887Z Compiling jiff v0.2.21
16442026-05-20T23:25:42.017Z Compiling petgraph v0.8.3
16452026-05-20T23:25:42.021Z Compiling string_cache v0.8.9
16462026-05-20T23:25:42.057Z Compiling predicates v3.1.4
16472026-05-20T23:25:42.077Z Compiling tokio-postgres v0.7.16
16482026-05-20T23:25:42.174Z Compiling itertools v0.13.0
16492026-05-20T23:25:42.240Z Compiling hickory-proto v0.25.2
16502026-05-20T23:25:42.282Z Compiling sha3 v0.10.8
16512026-05-20T23:25:42.372Z Compiling petgraph v0.6.5
16522026-05-20T23:25:42.387Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16532026-05-20T23:25:42.491Z Compiling hyper-util v0.1.20
16542026-05-20T23:25:42.568Z Compiling clap v4.5.60
16552026-05-20T23:25:42.668Z Compiling strum v0.26.3
16562026-05-20T23:25:42.725Z Compiling env_logger v0.11.9
16572026-05-20T23:25:42.740Z Compiling usdt v0.6.0
16582026-05-20T23:25:42.759Z Compiling toml_edit v0.22.27
16592026-05-20T23:25:42.813Z Compiling usdt-impl v0.5.0
16602026-05-20T23:25:43.048Z Compiling toml v0.7.8
16612026-05-20T23:25:43.056Z Compiling serde_with v3.17.0
16622026-05-20T23:25:43.097Z Compiling crossterm v0.28.1
16632026-05-20T23:25:43.428Z Compiling ecdsa v0.16.9
16642026-05-20T23:25:43.444Z Compiling ed25519-dalek v2.2.0
16652026-05-20T23:25:43.642Z Compiling rsa v0.9.10
16662026-05-20T23:25:43.871Z Compiling hyper-tls v0.6.0
16672026-05-20T23:25:44.158Z Compiling zip v0.6.6
16682026-05-20T23:25:44.164Z Compiling iddqd v0.4.1
16692026-05-20T23:25:44.325Z Compiling rand v0.10.0
16702026-05-20T23:25:44.385Z Compiling zip v4.6.1
16712026-05-20T23:25:44.668Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-20T23:25:44.734Z Compiling tokio-stream v0.1.18
16732026-05-20T23:25:44.766Z Compiling similar v2.7.0
16742026-05-20T23:25:44.923Z Compiling heck v0.4.1
16752026-05-20T23:25:45.277Z Compiling buf-list v1.1.2
16762026-05-20T23:25:45.292Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16772026-05-20T23:25:45.292Z Compiling openapiv3 v2.2.0
16782026-05-20T23:25:45.298Z Compiling x509-cert v0.2.5
16792026-05-20T23:25:45.337Z Compiling sha1 v0.10.6
16802026-05-20T23:25:45.383Z Compiling crossbeam-epoch v0.9.18
16812026-05-20T23:25:45.398Z Compiling toml_datetime v0.7.5+spec-1.1.0
16822026-05-20T23:25:45.461Z Compiling peg-runtime v0.8.5
16832026-05-20T23:25:45.508Z Compiling lalrpop-util v0.19.12
16842026-05-20T23:25:45.525Z Compiling thread_local v1.1.9
16852026-05-20T23:25:45.766Z Compiling slog-async v2.8.0
16862026-05-20T23:25:45.811Z Compiling crossbeam-channel v0.5.15
16872026-05-20T23:25:45.812Z Compiling is-terminal v0.4.17
16882026-05-20T23:25:45.812Z Compiling filetime v0.2.27
16892026-05-20T23:25:45.812Z Compiling xattr v1.6.1
16902026-05-20T23:25:45.812Z Compiling term v1.2.1
16912026-05-20T23:25:45.812Z Compiling take_mut v0.2.2
16922026-05-20T23:25:45.899Z Compiling tar v0.4.45
16932026-05-20T23:25:46.183Z Compiling slog-term v2.9.2
16942026-05-20T23:26:03.572Z Compiling rustls-webpki v0.103.9
16952026-05-20T23:26:06.380Z Compiling tokio-rustls v0.26.4
16962026-05-20T23:26:06.381Z Compiling rustls-platform-verifier v0.6.2
16972026-05-20T23:26:06.584Z Compiling hyper-rustls v0.27.7
16982026-05-20T23:26:06.859Z Compiling reqwest v0.12.28
16992026-05-20T23:26:06.859Z Compiling reqwest v0.13.2
17002026-05-20T23:26:07.998Z Compiling tough v0.22.0
17012026-05-20T23:26:10.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-05-20T23:26:10.711Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-05-20T23:26:13.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.28s
17042026-05-20T23:26:13.705Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17052026-05-20T23:26:13.713ZMay 20 23:26:13.145 INFO Starting download, target: Clickhouse
17062026-05-20T23:26:13.714ZMay 20 23:26:13.145 INFO Starting download, target: Cockroach
17072026-05-20T23:26:13.714ZMay 20 23:26:13.145 INFO Starting download, target: Console
17082026-05-20T23:26:13.743ZMay 20 23:26:13.145 INFO Starting download, target: DendriteStub
17092026-05-20T23:26:13.743ZMay 20 23:26:13.145 INFO Starting download, target: MaghemiteMgd
17102026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Starting download, target: TransceiverControl
17112026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17142026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-20T23:26:13.743ZMay 20 23:26:13.146 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-05-20T23:26:14.923ZMay 20 23:26:14.129 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17182026-05-20T23:26:14.947ZMay 20 23:26:14.255 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-05-20T23:26:14.948ZMay 20 23:26:14.365 INFO Download complete, target: Console
17202026-05-20T23:26:15.040ZMay 20 23:26:14.460 INFO Download complete, target: TransceiverControl
17212026-05-20T23:26:16.636ZMay 20 23:26:16.001 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-05-20T23:26:16.925ZMay 20 23:26:16.300 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-05-20T23:26:17.682ZMay 20 23:26:17.067 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17242026-05-20T23:26:19.473ZMay 20 23:26:18.641 INFO Download complete, target: DendriteStub
17252026-05-20T23:26:20.562ZMay 20 23:26:19.415 INFO Download complete, target: MaghemiteMgd
17262026-05-20T23:26:23.357ZMay 20 23:26:22.756 INFO Checking that binary works, target: Clickhouse
17272026-05-20T23:26:23.585ZMay 20 23:26:22.854 INFO Download complete, target: Clickhouse
17282026-05-20T23:26:23.659ZMay 20 23:26:22.962 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-20T23:26:23.659ZMay 20 23:26:22.962 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-20T23:26:27.991ZMay 20 23:26:27.420 INFO Checking that binary works, target: Cockroach
17312026-05-20T23:26:28.164ZMay 20 23:26:27.566 INFO Download complete, target: Cockroach
17322026-05-20T23:26:28.293ZAll prerequisites installed successfully
17332026-05-20T23:26:28.293Z
17342026-05-20T23:26:28.293Zreal 2:06.189742342
17352026-05-20T23:26:28.293Zuser 6:57.576555218
17362026-05-20T23:26:28.293Zsys 1:40.227344254
17372026-05-20T23:26:28.293Ztrap 0.265281846
17382026-05-20T23:26:28.293Ztflt 2.144289229
17392026-05-20T23:26:28.293Zdflt 2.572051829
17402026-05-20T23:26:28.293Zkflt 0.037443517
17412026-05-20T23:26:28.293Zlock 25:24.527727293
17422026-05-20T23:26:28.294Zslp 19:24.181772776
17432026-05-20T23:26:28.294Zlat 25.391596807
17442026-05-20T23:26:28.294Zstop 2:48.618051660
17452026-05-20T23:26:28.294Z+ ptime -m cargo xtask download softnpu
17462026-05-20T23:26:28.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17472026-05-20T23:26:28.765Z Running `target/debug/xtask download softnpu`
17482026-05-20T23:26:29.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17492026-05-20T23:26:29.661Z Running `target/debug/xtask-downloader softnpu`
17502026-05-20T23:26:29.661ZMay 20 23:26:29.011 INFO Starting download, target: Softnpu
17512026-05-20T23:26:29.661ZMay 20 23:26:29.012 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-05-20T23:26:32.658ZMay 20 23:26:32.076 INFO Download complete, target: Softnpu
17532026-05-20T23:26:32.711Z
17542026-05-20T23:26:32.711Zreal 4.501280626
17552026-05-20T23:26:32.711Zuser 1.373283541
17562026-05-20T23:26:32.711Zsys 0.691813463
17572026-05-20T23:26:32.712Ztrap 0.000871940
17582026-05-20T23:26:32.712Ztflt 0.000382280
17592026-05-20T23:26:32.712Zdflt 0.000661550
17602026-05-20T23:26:32.712Zkflt 0.000000000
17612026-05-20T23:26:32.712Zlock 1:01.260054221
17622026-05-20T23:26:32.712Zslp 2.867237786
17632026-05-20T23:26:32.712Zlat 0.138177792
17642026-05-20T23:26:32.712Zstop 0.000223090
17652026-05-20T23:26:32.712Z+ export CARGO_INCREMENTAL=0
17662026-05-20T23:26:32.712Z+ CARGO_INCREMENTAL=0
17672026-05-20T23:26:32.712Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-05-20T23:26:33.576Z Compiling proc-macro2 v1.0.106
17692026-05-20T23:26:33.576Z Compiling quote v1.0.45
17702026-05-20T23:26:33.576Z Compiling unicode-ident v1.0.24
17712026-05-20T23:26:33.576Z Compiling libc v0.2.185
17722026-05-20T23:26:33.608Z Compiling serde_core v1.0.228
17732026-05-20T23:26:33.608Z Compiling serde v1.0.228
17742026-05-20T23:26:33.608Z Compiling cfg-if v1.0.4
17752026-05-20T23:26:33.608Z Compiling version_check v0.9.5
17762026-05-20T23:26:33.608Z Compiling shlex v1.3.0
17772026-05-20T23:26:33.609Z Compiling find-msvc-tools v0.1.9
17782026-05-20T23:26:33.609Z Compiling typenum v1.19.0
17792026-05-20T23:26:33.717Z Compiling zmij v1.0.21
17802026-05-20T23:26:33.740Z Compiling autocfg v1.5.0
17812026-05-20T23:26:33.740Z Compiling memchr v2.8.0
17822026-05-20T23:26:33.740Z Compiling serde_json v1.0.149
17832026-05-20T23:26:33.990Z Compiling portable-atomic v1.13.1
17842026-05-20T23:26:34.053Z Compiling libm v0.2.16
17852026-05-20T23:26:34.088Z Compiling zerocopy v0.8.40
17862026-05-20T23:26:34.165Z Compiling smallvec v1.15.1
17872026-05-20T23:26:34.166Z Compiling parking_lot_core v0.9.12
17882026-05-20T23:26:34.166Z Compiling icu_properties_data v2.1.2
17892026-05-20T23:26:34.166Z Compiling generic-array v0.14.7
17902026-05-20T23:26:34.220Z Compiling num-traits v0.2.19
17912026-05-20T23:26:34.408Z Compiling icu_normalizer_data v2.1.1
17922026-05-20T23:26:34.453Z Compiling itoa v1.0.17
17932026-05-20T23:26:34.453Z Compiling getrandom v0.4.1
17942026-05-20T23:26:34.453Z Compiling log v0.4.29
17952026-05-20T23:26:34.453Z Compiling stable_deref_trait v1.2.1
17962026-05-20T23:26:34.482Z Compiling pkg-config v0.3.32
17972026-05-20T23:26:34.488Z Compiling subtle v2.6.1
17982026-05-20T23:26:34.567Z Compiling jobserver v0.1.34
17992026-05-20T23:26:34.567Z Compiling getrandom v0.2.17
18002026-05-20T23:26:34.626Z Compiling errno v0.3.14
18012026-05-20T23:26:34.683Z Compiling scopeguard v1.2.0
18022026-05-20T23:26:34.722Z Compiling rand_core v0.6.4
18032026-05-20T23:26:34.790Z Compiling cc v1.2.56
18042026-05-20T23:26:34.845Z Compiling lock_api v0.4.14
18052026-05-20T23:26:35.362Z Compiling writeable v0.6.2
18062026-05-20T23:26:35.368Z Compiling litemap v0.8.1
18072026-05-20T23:26:35.368Z Compiling percent-encoding v2.3.2
18082026-05-20T23:26:35.369Z Compiling syn v2.0.117
18092026-05-20T23:26:35.369Z Compiling pin-project-lite v0.2.17
18102026-05-20T23:26:35.369Z Compiling fnv v1.0.7
18112026-05-20T23:26:35.369Z Compiling thiserror v2.0.18
18122026-05-20T23:26:35.369Z Compiling getrandom v0.3.4
18132026-05-20T23:26:35.369Z Compiling fs_extra v1.3.0
18142026-05-20T23:26:35.369Z Compiling dunce v1.0.5
18152026-05-20T23:26:35.369Z Compiling equivalent v1.0.2
18162026-05-20T23:26:35.369Z Compiling schemars v0.8.22
18172026-05-20T23:26:35.369Z Compiling rustversion v1.0.22
18182026-05-20T23:26:35.369Z Compiling utf8_iter v1.0.4
18192026-05-20T23:26:35.401Z Compiling rand_core v0.10.0
18202026-05-20T23:26:35.628Z Compiling form_urlencoded v1.2.2
18212026-05-20T23:26:35.636Z Compiling cmake v0.1.57
18222026-05-20T23:26:35.636Z Compiling critical-section v1.2.0
18232026-05-20T23:26:35.636Z Compiling signal-hook-registry v1.4.8
18242026-05-20T23:26:35.722Z Compiling rustix v1.1.3
18252026-05-20T23:26:35.740Z Compiling hashbrown v0.17.0
18262026-05-20T23:26:35.795Z Compiling mio v1.2.0
18272026-05-20T23:26:35.835Z Compiling socket2 v0.6.3
18282026-05-20T23:26:36.335Z Compiling once_cell v1.21.3
18292026-05-20T23:26:36.346Z Compiling semver v1.0.28
18302026-05-20T23:26:36.347Z Compiling ring v0.17.14
18312026-05-20T23:26:36.347Z Compiling aws-lc-sys v0.40.0
18322026-05-20T23:26:36.347Z Compiling parking_lot v0.12.5
18332026-05-20T23:26:36.347Z Compiling bitflags v2.11.0
18342026-05-20T23:26:36.347Z Compiling indexmap v2.14.0
18352026-05-20T23:26:36.347Z Compiling const-oid v0.9.6
18362026-05-20T23:26:36.396Z Compiling aws-lc-rs v1.16.3
18372026-05-20T23:26:36.421Z Compiling heck v0.5.0
18382026-05-20T23:26:36.507Z Compiling futures-core v0.3.32
18392026-05-20T23:26:36.516Z Compiling httparse v1.10.1
18402026-05-20T23:26:36.780Z Compiling vcpkg v0.2.15
18412026-05-20T23:26:36.791Z Compiling strsim v0.11.1
18422026-05-20T23:26:36.791Z Compiling thiserror v1.0.69
18432026-05-20T23:26:36.791Z Compiling byteorder v1.5.0
18442026-05-20T23:26:36.852Z Compiling ucd-trie v0.1.7
18452026-05-20T23:26:36.926Z Compiling iana-time-zone v0.1.65
18462026-05-20T23:26:36.981Z Compiling regex-syntax v0.8.10
18472026-05-20T23:26:36.981Z Compiling syn v1.0.109
18482026-05-20T23:26:37.026Z Compiling pest v2.8.6
18492026-05-20T23:26:37.033Z Compiling ident_case v1.0.1
18502026-05-20T23:26:37.068Z Compiling uuid v1.23.0
18512026-05-20T23:26:37.140Z Compiling rustls v0.23.37
18522026-05-20T23:26:37.164Z Compiling cpufeatures v0.2.17
18532026-05-20T23:26:37.230Z Compiling openssl-sys v0.9.115
18542026-05-20T23:26:37.329Z Compiling futures-sink v0.3.32
18552026-05-20T23:26:37.359Z Compiling rustc_version v0.4.1
18562026-05-20T23:26:37.426Z Compiling futures-channel v0.3.32
18572026-05-20T23:26:37.472Z Compiling futures-io v0.3.32
18582026-05-20T23:26:37.604Z Compiling futures-task v0.3.32
18592026-05-20T23:26:37.651Z Compiling slab v0.4.12
18602026-05-20T23:26:37.739Z Compiling aho-corasick v1.1.4
18612026-05-20T23:26:37.754Z Compiling synstructure v0.13.2
18622026-05-20T23:26:37.897Z Compiling serde_derive_internals v0.29.1
18632026-05-20T23:26:37.902Z Compiling dyn-clone v1.0.20
18642026-05-20T23:26:38.040Z Compiling base64 v0.22.1
18652026-05-20T23:26:38.055Z Compiling crc32fast v1.5.0
18662026-05-20T23:26:38.097Z Compiling pest_meta v2.8.6
18672026-05-20T23:26:38.161Z Compiling openssl v0.10.79
18682026-05-20T23:26:38.186Z Compiling plain v0.2.3
18692026-05-20T23:26:38.306Z Compiling crossbeam-utils v0.8.21
18702026-05-20T23:26:38.312Z Compiling num-conv v0.2.0
18712026-05-20T23:26:38.344Z Compiling time-core v0.1.8
18722026-05-20T23:26:38.451Z Compiling native-tls v0.2.18
18732026-05-20T23:26:38.467Z Compiling pretty-hex v0.4.1
18742026-05-20T23:26:38.499Z Compiling time-macros v0.2.27
18752026-05-20T23:26:38.573Z Compiling regex-automata v0.4.14
18762026-05-20T23:26:38.573Z Compiling base64ct v1.8.3
18772026-05-20T23:26:38.605Z Compiling anyhow v1.0.102
18782026-05-20T23:26:38.610Z Compiling darling_core v0.21.3
18792026-05-20T23:26:38.674Z Compiling pest_generator v2.8.6
18802026-05-20T23:26:38.846Z Compiling tracing-core v0.1.36
18812026-05-20T23:26:38.897Z Compiling pem-rfc7468 v0.7.0
18822026-05-20T23:26:38.906Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-05-20T23:26:39.031Z Compiling serde_derive v1.0.228
18842026-05-20T23:26:39.082Z Compiling zeroize_derive v1.4.3
18852026-05-20T23:26:39.148Z Compiling zerofrom-derive v0.1.6
18862026-05-20T23:26:39.160Z Compiling yoke-derive v0.8.1
18872026-05-20T23:26:39.174Z Compiling zerovec-derive v0.11.2
18882026-05-20T23:26:39.285Z Compiling displaydoc v0.2.5
18892026-05-20T23:26:39.310Z Compiling zerocopy-derive v0.8.40
18902026-05-20T23:26:39.357Z Compiling tokio-macros v2.7.0
18912026-05-20T23:26:39.465Z Compiling futures-macro v0.3.32
18922026-05-20T23:26:39.681Z Compiling zeroize v1.8.2
18932026-05-20T23:26:40.007Z Compiling thiserror-impl v2.0.18
18942026-05-20T23:26:40.165Z Compiling schemars_derive v0.8.22
18952026-05-20T23:26:40.176Z Compiling tracing-attributes v0.1.31
18962026-05-20T23:26:40.230Z Compiling der_derive v0.7.3
18972026-05-20T23:26:40.270Z Compiling zerofrom v0.1.6
18982026-05-20T23:26:40.413Z Compiling yoke v0.8.1
18992026-05-20T23:26:40.558Z Compiling crypto-common v0.1.7
19002026-05-20T23:26:40.637Z Compiling zerovec v0.11.5
19012026-05-20T23:26:40.642Z Compiling zerotrie v0.2.3
19022026-05-20T23:26:40.746Z Compiling block-buffer v0.10.4
19032026-05-20T23:26:40.901Z Compiling digest v0.10.7
19042026-05-20T23:26:41.096Z Compiling thiserror-impl v1.0.69
19052026-05-20T23:26:41.155Z Compiling pest_derive v2.8.6
19062026-05-20T23:26:41.301Z Compiling tinystr v0.8.2
19072026-05-20T23:26:41.314Z Compiling potential_utf v0.1.4
19082026-05-20T23:26:41.314Z Compiling futures-util v0.3.32
19092026-05-20T23:26:41.314Z Compiling hmac v0.12.1
19102026-05-20T23:26:41.429Z Compiling icu_locale_core v2.1.1
19112026-05-20T23:26:41.436Z Compiling icu_collections v2.1.1
19122026-05-20T23:26:41.603Z Compiling block-padding v0.3.3
19132026-05-20T23:26:41.621Z Compiling rustls-pki-types v1.14.0
19142026-05-20T23:26:42.055Z Compiling inout v0.1.4
19152026-05-20T23:26:42.129Z Compiling openssl-macros v0.1.1
19162026-05-20T23:26:42.209Z Compiling bytes v1.11.1
19172026-05-20T23:26:42.226Z Compiling icu_provider v2.1.1
19182026-05-20T23:26:42.292Z Compiling chrono v0.4.44
19192026-05-20T23:26:42.468Z Compiling serde_tokenstream v0.2.3
19202026-05-20T23:26:42.488Z Compiling icu_normalizer v2.1.1
19212026-05-20T23:26:42.506Z Compiling icu_properties v2.1.2
19222026-05-20T23:26:42.728Z Compiling tokio v1.52.1
19232026-05-20T23:26:43.102Z Compiling cipher v0.4.4
19242026-05-20T23:26:43.124Z Compiling sha2 v0.10.9
19252026-05-20T23:26:43.573Z Compiling idna_adapter v1.2.1
19262026-05-20T23:26:43.584Z Compiling ppv-lite86 v0.2.21
19272026-05-20T23:26:43.633Z Compiling idna v1.1.0
19282026-05-20T23:26:43.697Z Compiling scroll_derive v0.13.1
19292026-05-20T23:26:43.757Z Compiling scroll_derive v0.12.1
19302026-05-20T23:26:43.881Z Compiling http v1.4.0
19312026-05-20T23:26:43.926Z Compiling flagset v0.4.7
19322026-05-20T23:26:44.023Z Compiling url v2.5.8
19332026-05-20T23:26:44.048Z Compiling untrusted v0.9.0
19342026-05-20T23:26:44.078Z Compiling der v0.7.10
19352026-05-20T23:26:44.210Z Compiling tracing v0.1.44
19362026-05-20T23:26:44.396Z Compiling darling_macro v0.21.3
19372026-05-20T23:26:44.459Z Compiling regex v1.12.3
19382026-05-20T23:26:44.561Z Compiling zerocopy-derive v0.7.35
19392026-05-20T23:26:44.874Z Compiling rand_core v0.9.5
19402026-05-20T23:26:44.894Z Compiling slog v2.8.2
19412026-05-20T23:26:45.249Z Compiling spki v0.7.3
19422026-05-20T23:26:45.321Z Compiling darling v0.21.3
19432026-05-20T23:26:45.337Z Compiling salsa20 v0.10.2
19442026-05-20T23:26:45.419Z Compiling pbkdf2 v0.12.2
19452026-05-20T23:26:45.962Z Compiling cookie v0.18.1
19462026-05-20T23:26:46.042Z Compiling camino v1.2.2
19472026-05-20T23:26:46.293Z Compiling scrypt v0.11.0
19482026-05-20T23:26:46.301Z Compiling rand_chacha v0.9.0
19492026-05-20T23:26:46.301Z Compiling http-body v1.0.1
19502026-05-20T23:26:46.364Z Compiling cbc v0.1.2
19512026-05-20T23:26:46.385Z Compiling aes v0.8.4
19522026-05-20T23:26:46.506Z Compiling usdt-impl v0.5.0
19532026-05-20T23:26:46.517Z Compiling paste v1.0.15
19542026-05-20T23:26:46.538Z Compiling tokio-util v0.7.18
19552026-05-20T23:26:46.563Z Compiling either v1.15.0
19562026-05-20T23:26:46.574Z Compiling untrusted v0.7.1
19572026-05-20T23:26:46.667Z Compiling openssl-probe v0.2.1
19582026-05-20T23:26:46.688Z Compiling usdt-impl v0.6.0
19592026-05-20T23:26:46.721Z Compiling ref-cast v1.0.25
19602026-05-20T23:26:46.800Z Compiling winnow v0.7.14
19612026-05-20T23:26:46.844Z Compiling atomic-waker v1.1.2
19622026-05-20T23:26:46.878Z Compiling tinyvec_macros v0.1.1
19632026-05-20T23:26:46.958Z Compiling tinyvec v1.10.0
19642026-05-20T23:26:47.006Z Compiling pkcs5 v0.7.1
19652026-05-20T23:26:47.153Z Compiling rand v0.9.2
19662026-05-20T23:26:47.531Z Compiling scroll v0.13.0
19672026-05-20T23:26:47.559Z Compiling scroll v0.12.0
19682026-05-20T23:26:47.695Z Compiling serde_spanned v0.6.9
19692026-05-20T23:26:47.710Z Compiling toml_datetime v0.6.11
19702026-05-20T23:26:47.784Z Compiling async-trait v0.1.89
19712026-05-20T23:26:47.799Z Compiling heapless v0.7.17
19722026-05-20T23:26:47.888Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-05-20T23:26:47.946Z Compiling tower-layer v0.3.3
19742026-05-20T23:26:47.957Z Compiling signal-hook v0.3.18
19752026-05-20T23:26:48.766Z Compiling try-lock v0.2.5
19762026-05-20T23:26:49.040Z Compiling tower-service v0.3.3
19772026-05-20T23:26:49.040Z Compiling fastrand v2.3.0
19782026-05-20T23:26:49.040Z Compiling zstd-safe v7.2.4
19792026-05-20T23:26:49.040Z Compiling want v0.3.1
19802026-05-20T23:26:49.040Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-05-20T23:26:49.040Z Compiling h2 v0.4.13
19822026-05-20T23:26:49.040Z Compiling goblin v0.8.2
19832026-05-20T23:26:49.040Z Compiling goblin v0.10.5
19842026-05-20T23:26:49.040Z Compiling pkcs8 v0.10.2
19852026-05-20T23:26:49.137Z Compiling zerocopy v0.7.35
19862026-05-20T23:26:49.137Z Compiling ipnet v2.11.0
19872026-05-20T23:26:49.137Z Compiling ref-cast-impl v1.0.25
19882026-05-20T23:26:49.236Z Compiling darling_core v0.20.11
19892026-05-20T23:26:49.447Z Compiling curve25519-dalek v4.1.3
19902026-05-20T23:26:49.447Z Compiling toml_datetime v0.7.5+spec-1.1.0
19912026-05-20T23:26:49.652Z Compiling memoffset v0.9.1
19922026-05-20T23:26:49.713Z Compiling pin-utils v0.1.0
19932026-05-20T23:26:49.860Z Compiling rustix v0.38.44
19942026-05-20T23:26:49.909Z Compiling foreign-types-shared v0.1.1
19952026-05-20T23:26:49.999Z Compiling httpdate v1.0.3
19962026-05-20T23:26:50.181Z Compiling litrs v1.0.0
19972026-05-20T23:26:50.225Z Compiling winnow v0.5.40
19982026-05-20T23:26:50.419Z Compiling foreign-types v0.3.2
19992026-05-20T23:26:50.489Z Compiling document-features v0.2.12
20002026-05-20T23:26:50.513Z Compiling tempfile v3.25.0
20012026-05-20T23:26:50.876Z Compiling dof v0.3.0
20022026-05-20T23:26:51.037Z Compiling unicode-normalization v0.1.25
20032026-05-20T23:26:51.348Z Compiling darling_macro v0.20.11
20042026-05-20T23:26:51.376Z Compiling dof v0.4.0
20052026-05-20T23:26:51.421Z Compiling dtrace-parser v0.2.0
20062026-05-20T23:26:51.489Z Compiling toml_edit v0.19.15
20072026-05-20T23:26:51.499Z Compiling hyper v1.8.1
20082026-05-20T23:26:51.630Z Compiling dtrace-parser v0.3.0
20092026-05-20T23:26:51.702Z Compiling pin-project-internal v1.1.11
20102026-05-20T23:26:51.844Z Compiling daft-derive v0.1.7
20112026-05-20T23:26:51.933Z Compiling spin v0.9.8
20122026-05-20T23:26:52.036Z Compiling thread-id v4.2.2
20132026-05-20T23:26:52.141Z Compiling thread-id v5.1.0
20142026-05-20T23:26:52.165Z Compiling powerfmt v0.2.0
20152026-05-20T23:26:52.188Z Compiling num-bigint-dig v0.8.6
20162026-05-20T23:26:52.220Z Compiling cfg_aliases v0.2.1
20172026-05-20T23:26:52.306Z Compiling smoltcp v0.9.1
20182026-05-20T23:26:52.336Z Compiling deranged v0.5.8
20192026-05-20T23:26:52.508Z Compiling nix v0.31.2
20202026-05-20T23:26:52.642Z Compiling hyper-util v0.1.20
20212026-05-20T23:26:52.841Z Compiling darling v0.20.11
20222026-05-20T23:26:52.935Z Compiling rustls-native-certs v0.8.3
20232026-05-20T23:26:52.979Z Compiling ipnetwork v0.21.1
20242026-05-20T23:26:58.264Z Compiling strum_macros v0.26.4
20252026-05-20T23:26:58.572Z Compiling curve25519-dalek-derive v0.1.1
20262026-05-20T23:26:58.572Z Compiling sync_wrapper v1.0.2
20272026-05-20T23:26:58.572Z Compiling wait-timeout v0.2.1
20282026-05-20T23:26:58.572Z Compiling quick-error v1.2.3
20292026-05-20T23:26:58.572Z Compiling simd-adler32 v0.3.8
20302026-05-20T23:26:58.572Z Compiling num_threads v0.1.7
20312026-05-20T23:26:58.572Z Compiling anstyle v1.0.13
20322026-05-20T23:26:58.572Z Compiling siphasher v1.0.2
20332026-05-20T23:26:58.572Z Compiling utf8parse v0.2.2
20342026-05-20T23:26:58.572Z Compiling bit-vec v0.8.0
20352026-05-20T23:26:58.572Z Compiling anstyle-parse v0.2.7
20362026-05-20T23:26:58.572Z Compiling time v0.3.47
20372026-05-20T23:26:58.572Z Compiling bit-set v0.8.0
20382026-05-20T23:26:58.572Z Compiling rusty-fork v0.3.1
20392026-05-20T23:26:58.572Z Compiling tower v0.5.3
20402026-05-20T23:26:58.614Z Compiling derive_builder_core v0.20.2
20412026-05-20T23:26:58.614Z Compiling http-body-util v0.1.3
20422026-05-20T23:26:58.614Z Compiling webpki-roots v1.0.6
20432026-05-20T23:26:58.614Z Compiling rand_xorshift v0.4.0
20442026-05-20T23:26:58.614Z Compiling signature v2.2.0
20452026-05-20T23:26:58.614Z Compiling hubpack_derive v0.1.1
20462026-05-20T23:26:58.614Z Compiling snafu-derive v0.8.9
20472026-05-20T23:26:58.614Z Compiling strum_macros v0.27.2
20482026-05-20T23:26:58.615Z Compiling fs-err v3.3.0
20492026-05-20T23:26:58.615Z Compiling ahash v0.8.12
20502026-05-20T23:26:58.615Z Compiling unicode-properties v0.1.4
20512026-05-20T23:26:58.615Z Compiling is_terminal_polyfill v1.70.2
20522026-05-20T23:26:58.615Z Compiling unicode-segmentation v1.12.0
20532026-05-20T23:26:58.615Z Compiling object v0.37.3
20542026-05-20T23:26:58.615Z Compiling allocator-api2 v0.2.21
20552026-05-20T23:26:58.615Z Compiling adler2 v2.0.1
20562026-05-20T23:26:58.615Z Compiling iri-string v0.7.10
20572026-05-20T23:26:58.615Z Compiling colorchoice v1.0.4
20582026-05-20T23:26:58.615Z Compiling ryu v1.0.23
20592026-05-20T23:26:58.615Z Compiling unicode-bidi v0.3.18
20602026-05-20T23:26:58.615Z Compiling unarray v0.1.4
20612026-05-20T23:26:58.615Z Compiling anstyle-query v1.1.5
20622026-05-20T23:26:58.615Z Compiling serde_urlencoded v0.7.1
20632026-05-20T23:26:58.615Z Compiling anstream v0.6.21
20642026-05-20T23:26:58.615Z Compiling proptest v1.10.0
20652026-05-20T23:26:58.615Z Compiling miniz_oxide v0.8.9
20662026-05-20T23:26:58.615Z Compiling stringprep v0.1.5
20672026-05-20T23:26:58.615Z Compiling derive_builder_macro v0.20.2
20682026-05-20T23:26:58.615Z Compiling tokio-native-tls v0.3.1
20692026-05-20T23:26:58.615Z Compiling usdt-macro v0.6.0
20702026-05-20T23:26:58.615Z Compiling tower-http v0.6.8
20712026-05-20T23:26:58.616Z Compiling usdt-attr-macro v0.6.0
20722026-05-20T23:26:58.616Z Compiling rand_chacha v0.3.1
20732026-05-20T23:26:58.616Z Compiling erased-serde v0.3.31
20742026-05-20T23:26:58.616Z Compiling md-5 v0.10.6
20752026-05-20T23:26:58.616Z Compiling bstr v1.12.1
20762026-05-20T23:26:58.616Z Compiling num-integer v0.1.46
20772026-05-20T23:26:58.616Z Compiling hash32 v0.2.1
20782026-05-20T23:26:58.616Z Compiling vergen-lib v0.1.6
20792026-05-20T23:26:58.616Z Compiling ff v0.13.1
20802026-05-20T23:26:58.616Z Compiling psl-types v2.0.11
20812026-05-20T23:26:58.616Z Compiling fallible-iterator v0.2.0
20822026-05-20T23:26:58.616Z Compiling base16ct v0.2.0
20832026-05-20T23:26:58.616Z Compiling zlib-rs v0.6.2
20842026-05-20T23:26:58.616Z Compiling publicsuffix v2.3.0
20852026-05-20T23:26:58.616Z Compiling group v0.13.0
20862026-05-20T23:26:58.616Z Compiling sec1 v0.7.3
20872026-05-20T23:26:58.616Z Compiling num-iter v0.1.45
20882026-05-20T23:26:58.616Z Compiling postgres-protocol v0.6.10
20892026-05-20T23:26:58.616Z Compiling rand v0.8.6
20902026-05-20T23:26:58.652Z Compiling newtype-uuid v1.3.2
20912026-05-20T23:26:58.957Z Compiling oxnet v0.1.4
20922026-05-20T23:26:59.023Z Compiling derive_builder v0.20.2
20932026-05-20T23:26:59.143Z Compiling hyper-tls v0.6.0
20942026-05-20T23:26:59.192Z Compiling heck v0.4.1
20952026-05-20T23:26:59.296Z Compiling phf_shared v0.13.1
20962026-05-20T23:26:59.323Z Compiling pin-project v1.1.11
20972026-05-20T23:26:59.378Z Compiling lazy_static v1.5.0
20982026-05-20T23:26:59.502Z Compiling terminal_size v0.4.3
20992026-05-20T23:26:59.643Z Compiling serde_with_macros v3.17.0
21002026-05-20T23:26:59.657Z Compiling futures-executor v0.3.32
21012026-05-20T23:26:59.657Z Compiling hex v0.4.3
21022026-05-20T23:26:59.657Z Compiling cargo-platform v0.1.9
21032026-05-20T23:26:59.850Z Compiling hkdf v0.12.4
21042026-05-20T23:26:59.865Z Compiling crypto-bigint v0.5.5
21052026-05-20T23:26:59.882Z Compiling enum-as-inner v0.6.1
21062026-05-20T23:27:00.010Z Compiling async-recursion v1.1.1
21072026-05-20T23:27:00.149Z Compiling clap_derive v4.5.55
21082026-05-20T23:27:00.210Z Compiling serde_repr v0.1.20
21092026-05-20T23:27:00.396Z Compiling flate2 v1.1.9
21102026-05-20T23:27:00.570Z Compiling vergen v9.0.6
21112026-05-20T23:27:00.616Z Compiling encoding_rs v0.8.35
21122026-05-20T23:27:00.632Z Compiling mime v0.3.17
21132026-05-20T23:27:00.647Z Compiling managed v0.8.0
21142026-05-20T23:27:00.652Z Compiling cpufeatures v0.3.0
21152026-05-20T23:27:00.765Z Compiling same-file v1.0.6
21162026-05-20T23:27:00.787Z Compiling foldhash v0.2.0
21172026-05-20T23:27:00.808Z Compiling bumpalo v3.20.2
21182026-05-20T23:27:00.887Z Compiling bitflags v1.3.2
21192026-05-20T23:27:00.922Z Compiling foldhash v0.1.5
21202026-05-20T23:27:00.939Z Compiling clap_lex v1.0.0
21212026-05-20T23:27:00.979Z Compiling libbz2-rs-sys v0.2.2
21222026-05-20T23:27:01.084Z Compiling hashbrown v0.15.5
21232026-05-20T23:27:01.103Z Compiling clap_builder v4.5.60
21242026-05-20T23:27:01.133Z Compiling zopfli v0.8.3
21252026-05-20T23:27:01.170Z Compiling hashbrown v0.16.1
21262026-05-20T23:27:01.486Z Compiling bzip2 v0.6.1
21272026-05-20T23:27:01.650Z Compiling walkdir v2.5.0
21282026-05-20T23:27:01.744Z Compiling elliptic-curve v0.13.8
21292026-05-20T23:27:01.772Z Compiling chacha20 v0.10.0
21302026-05-20T23:27:01.894Z Compiling zstd v0.13.3
21312026-05-20T23:27:01.931Z Compiling cargo_metadata v0.19.2
21322026-05-20T23:27:01.946Z Compiling futures v0.3.32
21332026-05-20T23:27:02.125Z Compiling phf v0.13.1
21342026-05-20T23:27:02.206Z Compiling snafu v0.8.9
21352026-05-20T23:27:02.298Z Compiling signal-hook-mio v0.2.5
21362026-05-20T23:27:02.349Z Compiling daft v0.1.7
21372026-05-20T23:27:02.526Z Compiling postgres-types v0.2.12
21382026-05-20T23:27:02.569Z Compiling cookie_store v0.22.1
21392026-05-20T23:27:02.634Z Compiling bzip2 v0.4.4
21402026-05-20T23:27:02.743Z Compiling globset v0.4.18
21412026-05-20T23:27:02.848Z Compiling strum v0.27.2
21422026-05-20T23:27:03.110Z Compiling hubpack v0.1.2
21432026-05-20T23:27:03.139Z Compiling ed25519 v2.2.3
21442026-05-20T23:27:03.162Z Compiling phf_shared v0.11.3
21452026-05-20T23:27:03.216Z Compiling crossbeam-epoch v0.9.18
21462026-05-20T23:27:03.341Z Compiling olpc-cjson v0.1.4
21472026-05-20T23:27:03.357Z Compiling pkcs1 v0.7.5
21482026-05-20T23:27:03.389Z Compiling pem v3.0.6
21492026-05-20T23:27:03.512Z Compiling serde_plain v1.0.2
21502026-05-20T23:27:03.531Z Compiling serde-big-array v0.5.1
21512026-05-20T23:27:03.605Z Compiling rfc6979 v0.4.0
21522026-05-20T23:27:03.690Z Compiling float-cmp v0.10.0
21532026-05-20T23:27:03.693Z Compiling env_filter v1.0.0
21542026-05-20T23:27:03.725Z Compiling memmap2 v0.9.10
21552026-05-20T23:27:03.771Z Compiling toml_write v0.1.2
21562026-05-20T23:27:03.791Z Compiling keccak v0.1.6
21572026-05-20T23:27:03.811Z Compiling fixedbitset v0.4.2
21582026-05-20T23:27:03.860Z Compiling jiff v0.2.21
21592026-05-20T23:27:03.948Z Compiling predicates-core v1.0.10
21602026-05-20T23:27:03.963Z Compiling new_debug_unreachable v1.0.6
21612026-05-20T23:27:04.001Z Compiling typed-path v0.9.3
21622026-05-20T23:27:04.016Z Compiling data-encoding v2.10.0
21632026-05-20T23:27:04.126Z Compiling fixedbitset v0.5.7
21642026-05-20T23:27:04.130Z Compiling static_assertions v1.1.0
21652026-05-20T23:27:04.130Z Compiling precomputed-hash v0.1.1
21662026-05-20T23:27:04.130Z Compiling difflib v0.4.0
21672026-05-20T23:27:04.155Z Compiling whoami v2.1.0
21682026-05-20T23:27:04.168Z Compiling normalize-line-endings v0.3.0
21692026-05-20T23:27:04.325Z Compiling hickory-proto v0.25.2
21702026-05-20T23:27:04.479Z Compiling tokio-postgres v0.7.16
21712026-05-20T23:27:04.498Z Compiling predicates v3.1.4
21722026-05-20T23:27:04.566Z Compiling petgraph v0.8.3
21732026-05-20T23:27:04.599Z Compiling string_cache v0.8.9
21742026-05-20T23:27:04.691Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21752026-05-20T23:27:04.845Z Compiling petgraph v0.6.5
21762026-05-20T23:27:05.239Z Compiling sha3 v0.10.8
21772026-05-20T23:27:05.292Z Compiling toml_edit v0.22.27
21782026-05-20T23:27:05.385Z Compiling usdt v0.6.0
21792026-05-20T23:27:05.444Z Compiling env_logger v0.11.9
21802026-05-20T23:27:05.648Z Compiling ecdsa v0.16.9
21812026-05-20T23:27:05.776Z Compiling rsa v0.9.10
21822026-05-20T23:27:06.351Z Compiling ed25519-dalek v2.2.0
21832026-05-20T23:27:06.550Z Compiling zip v4.6.1
21842026-05-20T23:27:06.824Z Compiling crossterm v0.28.1
21852026-05-20T23:27:06.839Z Compiling zip v0.6.6
21862026-05-20T23:27:07.466Z Compiling clap v4.5.60
21872026-05-20T23:27:07.476Z Compiling iddqd v0.4.1
21882026-05-20T23:27:07.547Z Compiling rand v0.10.0
21892026-05-20T23:27:07.609Z Compiling serde_with v3.17.0
21902026-05-20T23:27:07.776Z Compiling similar v2.7.0
21912026-05-20T23:27:07.793Z Compiling strum v0.26.3
21922026-05-20T23:27:07.810Z Compiling toml v0.7.8
21932026-05-20T23:27:07.936Z Compiling tokio-stream v0.1.18
21942026-05-20T23:27:08.058Z Compiling itertools v0.13.0
21952026-05-20T23:27:08.147Z Compiling buf-list v1.1.2
21962026-05-20T23:27:08.296Z Compiling x509-cert v0.2.5
21972026-05-20T23:27:08.588Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21982026-05-20T23:27:08.595Z Compiling openapiv3 v2.2.0
21992026-05-20T23:27:08.642Z Compiling sha1 v0.10.6
22002026-05-20T23:27:08.873Z Compiling lalrpop-util v0.19.12
22012026-05-20T23:27:09.248Z Compiling peg-runtime v0.8.5
22022026-05-20T23:27:23.466Z Compiling rustls-webpki v0.103.9
22032026-05-20T23:27:25.443Z Compiling macaddr v1.0.1
22042026-05-20T23:27:25.589Z Compiling structmeta-derive v0.3.0
22052026-05-20T23:27:25.652Z Compiling rayon-core v1.13.0
22062026-05-20T23:27:25.723Z Compiling crucible-workspace-hack v0.1.0
22072026-05-20T23:27:25.762Z Compiling itertools v0.14.0
22082026-05-20T23:27:25.858Z Compiling secrecy v0.10.3
22092026-05-20T23:27:25.891Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-20T23:27:25.913Z Compiling rustls v0.22.4
22112026-05-20T23:27:25.951Z Compiling heapless v0.8.0
22122026-05-20T23:27:26.138Z Compiling crossbeam-deque v0.8.6
22132026-05-20T23:27:26.153Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-05-20T23:27:26.229Z Compiling rustls-webpki v0.102.8
22152026-05-20T23:27:26.296Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-20T23:27:26.475Z Compiling hash32 v0.3.1
22172026-05-20T23:27:26.480Z Compiling multer v3.1.0
22182026-05-20T23:27:26.480Z Compiling thread_local v1.1.9
22192026-05-20T23:27:26.569Z Compiling unicode-width v0.2.0
22202026-05-20T23:27:26.585Z Compiling structmeta v0.3.0
22212026-05-20T23:27:26.659Z Compiling slog-async v2.8.0
22222026-05-20T23:27:26.706Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-20T23:27:26.722Z Compiling match_cfg v0.1.0
22242026-05-20T23:27:26.722Z Compiling compression-core v0.4.31
22252026-05-20T23:27:26.818Z Compiling smoltcp v0.11.0
22262026-05-20T23:27:26.833Z Compiling derive-ex v0.1.8
22272026-05-20T23:27:26.836Z Compiling hostname v0.3.1
22282026-05-20T23:27:26.901Z Compiling compression-codecs v0.4.37
22292026-05-20T23:27:26.934Z Compiling proc-macro-crate v3.4.0
22302026-05-20T23:27:27.037Z Compiling ingot-macros v0.1.1
22312026-05-20T23:27:27.078Z Compiling tokio-rustls v0.26.4
22322026-05-20T23:27:27.094Z Compiling rustls-platform-verifier v0.6.2
22332026-05-20T23:27:27.282Z Compiling slog-json v2.6.1
22342026-05-20T23:27:27.315Z Compiling hyper-rustls v0.27.7
22352026-05-20T23:27:27.357Z Compiling crossbeam-channel v0.5.15
22362026-05-20T23:27:27.377Z Compiling half v2.7.1
22372026-05-20T23:27:27.590Z Compiling newtype-uuid-macros v0.1.0
22382026-05-20T23:27:27.598Z Compiling cobs v0.3.0
22392026-05-20T23:27:27.644Z Compiling reqwest v0.12.28
22402026-05-20T23:27:27.745Z Compiling reqwest v0.13.2
22412026-05-20T23:27:27.855Z Compiling thiserror-impl-no-std v2.0.2
22422026-05-20T23:27:28.052Z Compiling universal-hash v0.5.1
22432026-05-20T23:27:28.052Z Compiling async-stream-impl v0.3.6
22442026-05-20T23:27:28.224Z Compiling serde_spanned v1.0.4
22452026-05-20T23:27:28.282Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-05-20T23:27:28.345Z Compiling is-terminal v0.4.17
22472026-05-20T23:27:28.410Z Compiling proc-macro-error-attr v1.0.4
22482026-05-20T23:27:28.461Z Compiling dropshot v0.17.0
22492026-05-20T23:27:28.708Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-05-20T23:27:28.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-05-20T23:27:28.711Z Compiling take_mut v0.2.2
22522026-05-20T23:27:28.711Z Compiling ciborium-io v0.2.2
22532026-05-20T23:27:28.736Z Compiling term v1.2.1
22542026-05-20T23:27:28.753Z Compiling convert_case v0.4.0
22552026-05-20T23:27:28.816Z Compiling opaque-debug v0.3.1
22562026-05-20T23:27:28.887Z Compiling toml v1.0.6+spec-1.1.0
22572026-05-20T23:27:28.904Z Compiling thiserror-no-std v2.0.2
22582026-05-20T23:27:28.920Z Compiling poly1305 v0.8.0
22592026-05-20T23:27:28.935Z Compiling ciborium-ll v0.2.2
22602026-05-20T23:27:29.019Z Compiling tokio-rustls v0.25.0
22612026-05-20T23:27:29.080Z Compiling derive_more v0.99.20
22622026-05-20T23:27:29.141Z Compiling slog-term v2.9.2
22632026-05-20T23:27:29.208Z Compiling tough v0.22.0
22642026-05-20T23:27:29.344Z Compiling async-stream v0.3.6
22652026-05-20T23:27:29.565Z Compiling test-strategy v0.4.5
22662026-05-20T23:27:29.609Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-05-20T23:27:29.659Z Compiling ingot-types v0.1.2
22682026-05-20T23:27:30.094Z Compiling ingot v0.1.1
22692026-05-20T23:27:30.169Z Compiling postcard v1.1.3
22702026-05-20T23:27:30.455Z Compiling slog-bunyan v2.5.0
22712026-05-20T23:27:30.544Z Compiling num_enum_derive v0.7.5
22722026-05-20T23:27:30.580Z Compiling async-compression v0.4.41
22732026-05-20T23:27:30.933Z Compiling parse-display-derive v0.10.0
22742026-05-20T23:27:30.986Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-05-20T23:27:31.051Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-05-20T23:27:31.080Z Compiling proc-macro-crate v1.3.1
22772026-05-20T23:27:31.278Z Compiling backon v1.6.0
22782026-05-20T23:27:31.296Z Compiling waitgroup v0.1.2
22792026-05-20T23:27:31.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-05-20T23:27:31.443Z Compiling password-hash v0.5.0
22812026-05-20T23:27:31.469Z Compiling chacha20 v0.9.1
22822026-05-20T23:27:31.490Z Compiling dropshot_endpoint v0.17.0
22832026-05-20T23:27:31.573Z Compiling rustls-pemfile v2.2.0
22842026-05-20T23:27:31.735Z Compiling blake2 v0.10.6
22852026-05-20T23:27:31.827Z Compiling aead v0.5.2
22862026-05-20T23:27:32.059Z Compiling foreign-types-macros v0.2.3
22872026-05-20T23:27:32.067Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-20T23:27:32.278Z Compiling serde_path_to_error v0.1.20
22892026-05-20T23:27:32.303Z Compiling hostname v0.4.2
22902026-05-20T23:27:32.351Z Compiling proc-macro-error v1.0.4
22912026-05-20T23:27:32.367Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-20T23:27:32.416Z Compiling instant v0.1.13
22932026-05-20T23:27:32.473Z Compiling debug-ignore v1.0.5
22942026-05-20T23:27:32.489Z Compiling typeid v1.0.3
22952026-05-20T23:27:32.549Z Compiling foreign-types-shared v0.3.1
22962026-05-20T23:27:32.568Z Compiling backoff v0.4.0
22972026-05-20T23:27:32.574Z Compiling parse-display v0.10.0
22982026-05-20T23:27:32.602Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-20T23:27:32.607Z Compiling argon2 v0.5.3
23002026-05-20T23:27:32.667Z Compiling foreign-types v0.5.0
23012026-05-20T23:27:32.683Z Compiling chacha20poly1305 v0.10.1
23022026-05-20T23:27:32.746Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-20T23:27:32.777Z Compiling num_enum v0.7.5
23042026-05-20T23:27:32.794Z Compiling num_enum_derive v0.5.11
23052026-05-20T23:27:32.811Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-05-20T23:27:32.842Z Compiling ciborium v0.2.2
23072026-05-20T23:27:32.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-05-20T23:27:32.923Z Compiling vsss-rs v3.3.4
23092026-05-20T23:27:33.225Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-05-20T23:27:33.243Z Compiling tabwriter v1.4.1
23112026-05-20T23:27:33.343Z Compiling regress v0.10.5
23122026-05-20T23:27:33.470Z Compiling byte-wrapper v0.1.0
23132026-05-20T23:27:33.630Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-05-20T23:27:33.650Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-20T23:27:33.650Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-20T23:27:33.683Z Compiling cstr-argument v0.1.2
23172026-05-20T23:27:33.721Z Compiling erased-serde v0.4.9
23182026-05-20T23:27:33.869Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-05-20T23:27:33.990Z Compiling humantime v2.3.0
23202026-05-20T23:27:34.092Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-20T23:27:34.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-20T23:27:34.315Z Compiling num_enum v0.5.11
23232026-05-20T23:27:34.315Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-05-20T23:27:34.378Z Compiling rayon v1.11.0
23252026-05-20T23:27:34.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-05-20T23:27:34.428Z Compiling indent_write v2.2.0
23272026-05-20T23:27:34.457Z Compiling libefi-sys v0.1.0
23282026-05-20T23:27:34.467Z Compiling colored v3.1.1
23292026-05-20T23:27:34.538Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23302026-05-20T23:27:34.553Z Compiling zone_cfg_derive v0.3.1
23312026-05-20T23:27:34.641Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-05-20T23:27:34.777Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-05-20T23:27:34.796Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-20T23:27:34.980Z Compiling camino-tempfile v1.4.1
23352026-05-20T23:27:35.006Z Compiling itertools v0.12.1
23362026-05-20T23:27:35.036Z Compiling usdt-macro v0.5.0
23372026-05-20T23:27:35.207Z Compiling usdt-attr-macro v0.5.0
23382026-05-20T23:27:35.223Z Compiling num-derive v0.4.2
23392026-05-20T23:27:35.239Z Compiling bitfield-struct v0.6.2
23402026-05-20T23:27:35.346Z Compiling ordered-float v2.10.1
23412026-05-20T23:27:35.462Z Compiling blake3 v1.8.3
23422026-05-20T23:27:35.643Z Compiling memmap v0.7.0
23432026-05-20T23:27:35.723Z Compiling sigpipe v0.1.3
23442026-05-20T23:27:35.774Z Compiling glob v0.3.3
23452026-05-20T23:27:35.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-05-20T23:27:35.884Z Compiling swrite v0.1.0
23472026-05-20T23:27:35.902Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-20T23:27:35.957Z Compiling usdt v0.5.0
23492026-05-20T23:27:36.016Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-05-20T23:27:36.127Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-05-20T23:27:36.240Z Compiling serde-value v0.7.0
23522026-05-20T23:27:36.576Z Compiling zone v0.3.1
23532026-05-20T23:27:36.581Z Compiling serde-untagged v0.1.9
23542026-05-20T23:27:36.606Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23552026-05-20T23:27:36.722Z Compiling toml v0.8.23
23562026-05-20T23:27:36.778Z Compiling smf v0.2.3
23572026-05-20T23:27:36.837Z Compiling filetime v0.2.27
23582026-05-20T23:27:36.879Z Compiling whoami v1.6.1
23592026-05-20T23:27:36.916Z Compiling constant_time_eq v0.4.2
23602026-05-20T23:27:36.943Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-20T23:27:36.958Z Compiling arrayvec v0.7.6
23622026-05-20T23:27:37.042Z Compiling xattr v1.6.1
23632026-05-20T23:27:37.070Z Compiling unicode-xid v0.2.6
23642026-05-20T23:27:37.132Z Compiling arrayref v0.3.9
23652026-05-20T23:27:37.132Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-20T23:27:37.223Z Compiling cargo-util-schemas v0.8.2
23672026-05-20T23:27:37.241Z Compiling tar v0.4.45
23682026-05-20T23:27:37.256Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-05-20T23:27:37.336Z Compiling tokio-dtrace v0.1.1
23702026-05-20T23:27:37.518Z Compiling console v0.16.2
23712026-05-20T23:27:37.690Z Compiling gethostname v0.5.0
23722026-05-20T23:27:37.812Z Compiling cargo-platform v0.2.0
23732026-05-20T23:27:37.831Z Compiling topological-sort v0.2.2
23742026-05-20T23:27:37.927Z Compiling unit-prefix v0.5.2
23752026-05-20T23:27:38.016Z Compiling oxide-tokio-rt v0.1.4
23762026-05-20T23:27:38.053Z Compiling shell-words v1.1.1
23772026-05-20T23:27:38.107Z Compiling indicatif v0.18.4
23782026-05-20T23:27:38.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-05-20T23:27:38.379Z Compiling cargo_metadata v0.21.0
23802026-05-20T23:27:47.738Z Compiling progenitor-client v0.10.0
23812026-05-20T23:27:47.738Z Compiling omicron-zone-package v0.12.2
23822026-05-20T23:27:47.743Z Compiling progenitor-client v0.14.0
23832026-05-20T23:27:48.141Z Compiling progenitor-extras v0.2.0
23842026-05-20T23:27:50.340Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-05-20T23:27:50.388Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-05-20T23:27:50.424Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-05-20T23:27:50.449Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882026-05-20T23:27:50.464Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-05-20T23:27:50.504Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-05-20T23:27:50.632Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-05-20T23:27:50.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-05-20T23:27:50.785Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-20T23:27:54.705Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-05-20T23:28:02.330Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-05-20T23:28:05.403Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-05-20T23:28:06.382Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-05-20T23:28:16.034Z Finished `release` profile [optimized] target(s) in 1m 43s
23982026-05-20T23:28:16.196Z Running `target/release/omicron-package -t test target create -p dev`
23992026-05-20T23:28:16.253ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-05-20T23:28:16.256ZCreated new build target 'test' and set it as active
24012026-05-20T23:28:16.256Z
24022026-05-20T23:28:16.256Zreal 1:43.606431696
24032026-05-20T23:28:16.256Zuser 16:59.277344020
24042026-05-20T23:28:16.257Zsys 2:34.634907638
24052026-05-20T23:28:16.257Ztrap 0.461891619
24062026-05-20T23:28:16.257Ztflt 2.815344069
24072026-05-20T23:28:16.257Zdflt 4.538953349
24082026-05-20T23:28:16.257Zkflt 0.000520560
24092026-05-20T23:28:16.257Zlock 52:50.200016545
24102026-05-20T23:28:16.257Zslp 43:26.451044648
24112026-05-20T23:28:16.257Zlat 40.716890887
24122026-05-20T23:28:16.257Zstop 5:15.178683430
24132026-05-20T23:28:16.257Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-05-20T23:28:17.161Z Finished `release` profile [optimized] target(s) in 0.89s
24152026-05-20T23:28:17.309Z Running `target/release/omicron-package -t test package`
24162026-05-20T23:28:17.314ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-05-20T23:28:18.720Z Compiling heck v0.5.0
24182026-05-20T23:28:18.723Z Compiling regress v0.11.1
24192026-05-20T23:28:18.723Z Compiling unsafe-libyaml v0.2.11
24202026-05-20T23:28:18.988Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-05-20T23:28:19.007Z Compiling regress v0.10.5
24222026-05-20T23:28:19.036Z Compiling is-terminal v0.4.17
24232026-05-20T23:28:19.039Z Compiling unicode-width v0.1.14
24242026-05-20T23:28:19.078Z Compiling prettyplease v0.2.37
24252026-05-20T23:28:19.082Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24262026-05-20T23:28:19.082Z Compiling bytecount v0.6.9
24272026-05-20T23:28:19.082Z Compiling rustls v0.22.4
24282026-05-20T23:28:19.082Z Compiling rustls-webpki v0.102.8
24292026-05-20T23:28:19.082Z Compiling derive-where v1.6.0
24302026-05-20T23:28:19.115Z Compiling thread_local v1.1.9
24312026-05-20T23:28:19.118Z Compiling compression-core v0.4.31
24322026-05-20T23:28:19.198Z Compiling match_cfg v0.1.0
24332026-05-20T23:28:19.265Z Compiling multer v3.1.0
24342026-05-20T23:28:19.287Z Compiling slog-async v2.8.0
24352026-05-20T23:28:19.307Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-05-20T23:28:19.329Z Compiling hostname v0.3.1
24372026-05-20T23:28:19.352Z Compiling compression-codecs v0.4.37
24382026-05-20T23:28:19.355Z Compiling crossbeam-channel v0.5.15
24392026-05-20T23:28:19.355Z Compiling slog-json v2.6.1
24402026-05-20T23:28:19.356Z Compiling toml_datetime v1.0.0+spec-1.1.0
24412026-05-20T23:28:19.439Z Compiling serde_spanned v1.0.4
24422026-05-20T23:28:19.442Z Compiling term v1.2.1
24432026-05-20T23:28:19.565Z Compiling serde_yaml v0.9.34+deprecated
24442026-05-20T23:28:19.569Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-05-20T23:28:19.617Z Compiling take_mut v0.2.2
24462026-05-20T23:28:19.617Z Compiling slog-bunyan v2.5.0
24472026-05-20T23:28:19.658Z Compiling async-compression v0.4.41
24482026-05-20T23:28:19.717Z Compiling toml v1.0.6+spec-1.1.0
24492026-05-20T23:28:19.745Z Compiling slog-term v2.9.2
24502026-05-20T23:28:19.855Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-05-20T23:28:19.884Z Compiling async-stream v0.3.6
24522026-05-20T23:28:19.998Z Compiling dropshot v0.17.0
24532026-05-20T23:28:20.024Z Compiling num-rational v0.4.2
24542026-05-20T23:28:20.045Z Compiling progenitor-client v0.14.0
24552026-05-20T23:28:20.068Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-20T23:28:20.089Z Compiling waitgroup v0.1.2
24572026-05-20T23:28:20.202Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24582026-05-20T23:28:20.235Z Compiling backon v1.6.0
24592026-05-20T23:28:20.257Z Compiling rustls-pemfile v2.2.0
24602026-05-20T23:28:20.277Z Compiling num-complex v0.4.6
24612026-05-20T23:28:20.280Z Compiling serde_path_to_error v0.1.20
24622026-05-20T23:28:20.338Z Compiling hostname v0.4.2
24632026-05-20T23:28:20.362Z Compiling instant v0.1.13
24642026-05-20T23:28:20.421Z Compiling debug-ignore v1.0.5
24652026-05-20T23:28:20.460Z Compiling backoff v0.4.0
24662026-05-20T23:28:20.480Z Compiling typify-impl v0.6.2
24672026-05-20T23:28:20.505Z Compiling progenitor-extras v0.2.0
24682026-05-20T23:28:20.508Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24692026-05-20T23:28:20.554Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-05-20T23:28:20.690Z Compiling num v0.4.3
24712026-05-20T23:28:20.758Z Compiling parse-display v0.10.0
24722026-05-20T23:28:20.779Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732026-05-20T23:28:20.799Z Compiling progenitor-client v0.13.0
24742026-05-20T23:28:20.824Z Compiling progenitor-client v0.10.0
24752026-05-20T23:28:20.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-05-20T23:28:20.875Z Compiling macaddr v1.0.1
24772026-05-20T23:28:21.029Z Compiling humantime v2.3.0
24782026-05-20T23:28:21.053Z Compiling float-ord v0.3.2
24792026-05-20T23:28:21.136Z Compiling console v0.15.11
24802026-05-20T23:28:21.198Z Compiling atomicwrites v0.4.4
24812026-05-20T23:28:21.308Z Compiling newline-converter v0.3.0
24822026-05-20T23:28:21.308Z Compiling slog-dtrace v0.3.0
24832026-05-20T23:28:21.349Z Compiling resolv-conf v0.7.6
24842026-05-20T23:28:21.386Z Compiling cancel-safe-futures v0.1.5
24852026-05-20T23:28:21.474Z Compiling tokio-rustls v0.25.0
24862026-05-20T23:28:21.538Z Compiling owo-colors v4.3.0
24872026-05-20T23:28:21.616Z Compiling expectorate v1.2.0
24882026-05-20T23:28:21.638Z Compiling toml v0.8.23
24892026-05-20T23:28:21.706Z Compiling libsw-core v0.3.2
24902026-05-20T23:28:21.908Z Compiling libsw v3.5.0
24912026-05-20T23:28:21.932Z Compiling linked-hash-map v0.5.6
24922026-05-20T23:28:21.969Z Compiling linear-map v1.2.0
24932026-05-20T23:28:22.121Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-05-20T23:28:22.143Z Compiling lru-cache v0.1.2
24952026-05-20T23:28:22.187Z Compiling minimal-lexical v0.2.1
24962026-05-20T23:28:22.215Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-20T23:28:22.271Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-20T23:28:22.312Z Compiling hickory-proto v0.24.4
24992026-05-20T23:28:22.379Z Compiling unicode-xid v0.2.6
25002026-05-20T23:28:22.438Z Compiling nom v7.1.3
25012026-05-20T23:28:22.460Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-05-20T23:28:22.526Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-20T23:28:22.530Z Compiling convert_case v0.10.0
25042026-05-20T23:28:22.939Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-20T23:28:22.943Z Compiling derive_more-impl v2.1.1
25062026-05-20T23:28:23.416Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-05-20T23:28:23.714Z Compiling derive_more v2.1.1
25082026-05-20T23:28:23.812Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-05-20T23:28:23.833Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-05-20T23:28:23.855Z Compiling papergrid v0.11.0
25112026-05-20T23:28:23.947Z Compiling typify-macro v0.6.2
25122026-05-20T23:28:24.055Z Compiling tabled_derive v0.7.0
25132026-05-20T23:28:24.058Z Compiling termtree v0.5.1
25142026-05-20T23:28:24.245Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-20T23:28:24.486Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-20T23:28:24.698Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-05-20T23:28:24.903Z Compiling hickory-resolver v0.24.4
25182026-05-20T23:28:25.023Z Compiling tabled v0.15.0
25192026-05-20T23:28:25.167Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-20T23:28:25.494Z Compiling typify v0.6.2
25212026-05-20T23:28:25.784Z Compiling progenitor-impl v0.14.0
25222026-05-20T23:28:26.296Z Compiling progenitor-impl v0.13.0
25232026-05-20T23:28:27.956Z Compiling progenitor-macro v0.14.0
25242026-05-20T23:28:28.296Z Compiling qorb v0.4.1
25252026-05-20T23:28:28.525Z Compiling progenitor-macro v0.13.0
25262026-05-20T23:28:29.483Z Compiling crossterm v0.29.0
25272026-05-20T23:28:30.233Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25282026-05-20T23:28:30.467Z Compiling phf_shared v0.12.1
25292026-05-20T23:28:30.586Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-05-20T23:28:30.764Z Compiling vte v0.14.1
25312026-05-20T23:28:30.980Z Compiling csv-core v0.1.13
25322026-05-20T23:28:31.115Z Compiling chrono-tz v0.10.4
25332026-05-20T23:28:31.351Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-05-20T23:28:31.394Z Compiling highway v1.3.0
25352026-05-20T23:28:31.452Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-20T23:28:31.775Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-05-20T23:28:32.040Z Compiling progenitor v0.14.0
25382026-05-20T23:28:32.113Z Compiling csv v1.4.0
25392026-05-20T23:28:32.220Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-20T23:28:32.413Z Compiling strip-ansi-escapes v0.2.1
25412026-05-20T23:28:32.453Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-05-20T23:28:32.547Z Compiling progenitor v0.13.0
25432026-05-20T23:28:32.730Z Compiling phf v0.12.1
25442026-05-20T23:28:32.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-20T23:28:32.994Z Compiling const_format_proc_macros v0.2.34
25462026-05-20T23:28:33.004Z Compiling fd-lock v4.0.4
25472026-05-20T23:28:33.078Z Compiling peg-macros v0.8.5
25482026-05-20T23:28:33.163Z Compiling nu-ansi-term v0.50.3
25492026-05-20T23:28:33.549Z Compiling reedline v0.40.0
25502026-05-20T23:28:33.746Z Compiling const_format v0.2.35
25512026-05-20T23:28:34.246Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-20T23:28:34.324Z Compiling peg v0.8.5
25532026-05-20T23:28:34.427Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-20T23:28:35.286Z Compiling bcs v0.1.6
25552026-05-20T23:28:35.308Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-05-20T23:28:35.358Z Compiling semver v0.1.20
25572026-05-20T23:28:35.610Z Compiling rustc_version v0.1.7
25582026-05-20T23:28:35.652Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-05-20T23:28:35.716Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-20T23:28:35.852Z Compiling newtype_derive v0.1.6
25612026-05-20T23:28:35.908Z Compiling unicode-linebreak v0.1.5
25622026-05-20T23:28:36.090Z Compiling smawk v0.3.2
25632026-05-20T23:28:36.341Z Compiling textwrap v0.16.2
25642026-05-20T23:28:36.346Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25652026-05-20T23:28:37.030Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-05-20T23:28:37.108Z Compiling base64 v0.21.7
25672026-05-20T23:28:37.602Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-05-20T23:28:37.645Z Compiling steno v0.4.1
25692026-05-20T23:28:37.907Z Compiling dropshot-api-manager-types v0.7.2
25702026-05-20T23:28:37.930Z Compiling tagptr v0.2.0
25712026-05-20T23:28:38.180Z Compiling moka v0.12.13
25722026-05-20T23:28:38.578Z Compiling utf-8 v0.7.6
25732026-05-20T23:28:38.710Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-05-20T23:28:38.749Z Compiling hickory-proto v0.26.1
25752026-05-20T23:28:38.839Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-05-20T23:28:38.860Z Compiling tungstenite v0.21.0
25772026-05-20T23:28:38.957Z Compiling radium v0.7.0
25782026-05-20T23:28:39.008Z Compiling tap v1.0.1
25792026-05-20T23:28:39.155Z Compiling maybe-uninit v2.0.0
25802026-05-20T23:28:39.247Z Compiling hickory-resolver v0.25.2
25812026-05-20T23:28:39.513Z Compiling display-error-chain v0.2.2
25822026-05-20T23:28:39.684Z Compiling tokio-tungstenite v0.21.0
25832026-05-20T23:28:39.825Z Compiling wyz v0.5.1
25842026-05-20T23:28:40.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25852026-05-20T23:28:40.274Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-20T23:28:40.797Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-20T23:28:41.024Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-05-20T23:28:41.106Z Compiling zerocopy-derive v0.6.6
25892026-05-20T23:28:41.913Z Compiling packed_struct v0.10.1
25902026-05-20T23:28:41.916Z Compiling crc-catalog v2.4.0
25912026-05-20T23:28:42.008Z Compiling funty v2.0.0
25922026-05-20T23:28:42.099Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-20T23:28:43.030Z Compiling bitvec v1.0.1
25942026-05-20T23:28:43.078Z Compiling crc v3.4.0
25952026-05-20T23:28:43.306Z Compiling zerocopy v0.6.6
25962026-05-20T23:28:43.789Z Compiling num-derive v0.3.3
25972026-05-20T23:28:43.847Z Compiling packed_struct_codegen v0.10.1
25982026-05-20T23:28:43.947Z Compiling bitfield-macros v0.19.4
25992026-05-20T23:28:43.968Z Compiling proc-macro-error-attr2 v2.0.0
26002026-05-20T23:28:44.366Z Compiling indexmap v1.9.3
26012026-05-20T23:28:44.603Z Compiling nodrop v0.1.14
26022026-05-20T23:28:44.652Z Compiling bitfield v0.19.4
26032026-05-20T23:28:44.687Z Compiling libscf-sys v1.1.0
26042026-05-20T23:28:44.739Z Compiling array-init v0.0.4
26052026-05-20T23:28:44.874Z Compiling proc-macro-error2 v2.0.1
26062026-05-20T23:28:44.877Z Compiling smallvec v0.6.14
26072026-05-20T23:28:45.148Z Compiling typify-impl v0.4.3
26082026-05-20T23:28:45.268Z Compiling vergen-gitcl v1.0.8
26092026-05-20T23:28:45.274Z Compiling dirs-sys-next v0.1.2
26102026-05-20T23:28:45.274Z Compiling diesel_derives v2.3.7
26112026-05-20T23:28:45.398Z Compiling maplit v1.0.2
26122026-05-20T23:28:45.426Z Compiling crunchy v0.2.4
26132026-05-20T23:28:45.450Z Compiling glob v0.3.3
26142026-05-20T23:28:45.472Z Compiling hashbrown v0.12.3
26152026-05-20T23:28:45.580Z Compiling dirs-next v2.0.0
26162026-05-20T23:28:45.735Z Compiling tabled_derive v0.11.0
26172026-05-20T23:28:45.764Z Compiling serde-hex v0.1.0
26182026-05-20T23:28:45.821Z Compiling clang-sys v1.8.1
26192026-05-20T23:28:45.856Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26202026-05-20T23:28:46.187Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-05-20T23:28:46.209Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-20T23:28:46.385Z Compiling ron v0.8.1
26232026-05-20T23:28:46.450Z Compiling papergrid v0.17.0
26242026-05-20T23:28:46.553Z Compiling testing_table v0.3.0
26252026-05-20T23:28:46.588Z Compiling hashbrown v0.13.2
26262026-05-20T23:28:46.760Z Compiling dsl_auto_type v0.2.0
26272026-05-20T23:28:46.997Z Compiling scheduled-thread-pool v0.2.7
26282026-05-20T23:28:47.020Z Compiling diesel_table_macro_syntax v0.3.0
26292026-05-20T23:28:47.023Z Compiling crc-any v2.5.0
26302026-05-20T23:28:47.200Z Compiling tiny-keccak v2.0.2
26312026-05-20T23:28:47.266Z Compiling r2d2 v0.8.10
26322026-05-20T23:28:47.534Z Compiling object v0.30.4
26332026-05-20T23:28:47.538Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-05-20T23:28:47.580Z Compiling tabled v0.20.0
26352026-05-20T23:28:47.706Z Compiling term v0.7.0
26362026-05-20T23:28:47.893Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26372026-05-20T23:28:48.158Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-05-20T23:28:48.203Z Compiling xshell-macros v0.2.7
26392026-05-20T23:28:48.388Z Compiling path-slash v0.1.5
26402026-05-20T23:28:48.410Z Compiling downcast-rs v2.0.2
26412026-05-20T23:28:48.546Z Compiling bit-vec v0.6.3
26422026-05-20T23:28:48.665Z Compiling typify-macro v0.4.3
26432026-05-20T23:28:48.674Z Compiling xshell v0.2.7
26442026-05-20T23:28:48.674Z Compiling ascii-canvas v3.0.0
26452026-05-20T23:28:48.737Z Compiling bit-set v0.5.3
26462026-05-20T23:28:48.851Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-05-20T23:28:48.913Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-05-20T23:28:48.934Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26492026-05-20T23:28:49.031Z Compiling itertools v0.10.5
26502026-05-20T23:28:49.287Z Compiling ena v0.14.4
26512026-05-20T23:28:49.396Z Compiling libloading v0.8.9
26522026-05-20T23:28:49.533Z Compiling regex-syntax v0.6.29
26532026-05-20T23:28:49.630Z Compiling bindgen v0.71.1
26542026-05-20T23:28:49.941Z Compiling unicase v2.9.0
26552026-05-20T23:28:49.962Z Compiling diff v0.1.13
26562026-05-20T23:28:50.064Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26572026-05-20T23:28:50.279Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-05-20T23:28:51.282Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-05-20T23:28:51.479Z Compiling lalrpop v0.19.12
26602026-05-20T23:28:51.585Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26612026-05-20T23:28:51.995Z Compiling diesel v2.3.7
26622026-05-20T23:28:52.126Z Compiling cexpr v0.6.0
26632026-05-20T23:28:52.196Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-05-20T23:28:52.240Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-05-20T23:28:52.418Z Compiling crc8 v0.1.1
26662026-05-20T23:28:52.440Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-05-20T23:28:52.565Z Compiling rustc-hash v2.1.1
26682026-05-20T23:28:52.730Z Compiling typify v0.4.3
26692026-05-20T23:28:52.750Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-05-20T23:28:52.867Z Compiling headers-core v0.3.0
26712026-05-20T23:28:52.990Z Compiling libxml v0.3.3
26722026-05-20T23:28:53.022Z Compiling headers v0.4.1
26732026-05-20T23:28:53.245Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-05-20T23:28:53.248Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-05-20T23:28:53.324Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-05-20T23:28:53.563Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-05-20T23:28:54.358Z Compiling strum_macros v0.24.3
26782026-05-20T23:28:54.361Z Compiling git-stub v1.0.0
26792026-05-20T23:28:54.629Z Compiling indoc v1.0.9
26802026-05-20T23:28:54.681Z Compiling git-stub-vcs v0.1.0
26812026-05-20T23:28:55.140Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-05-20T23:28:55.470Z Compiling derive_builder v0.20.2
26832026-05-20T23:28:55.475Z Compiling oso-derive v0.27.3
26842026-05-20T23:28:55.577Z Compiling quick-xml v0.37.5
26852026-05-20T23:28:55.681Z Compiling impl-trait-for-tuples v0.2.3
26862026-05-20T23:28:55.891Z Compiling openssl-probe v0.1.6
26872026-05-20T23:28:56.225Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-05-20T23:28:56.765Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-05-20T23:28:56.927Z Compiling half v1.8.3
26902026-05-20T23:28:56.967Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-05-20T23:28:57.017Z Compiling bb8 v0.8.6
26922026-05-20T23:28:57.156Z Compiling serde_cbor v0.11.2
26932026-05-20T23:28:57.190Z Compiling trait-variant v0.1.2
26942026-05-20T23:28:57.367Z Compiling samael v0.0.19
26952026-05-20T23:28:57.414Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-05-20T23:28:57.441Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-05-20T23:28:57.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-05-20T23:28:57.749Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-05-20T23:28:57.815Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-05-20T23:28:57.938Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-05-20T23:28:58.145Z Compiling fxhash v0.2.1
27022026-05-20T23:28:58.168Z Compiling salty v0.3.0
27032026-05-20T23:28:58.322Z Compiling nonempty v0.12.0
27042026-05-20T23:28:58.482Z Compiling progenitor-impl v0.10.0
27052026-05-20T23:28:58.547Z Compiling progenitor-impl v0.11.2
27062026-05-20T23:28:58.637Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-05-20T23:28:58.687Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-05-20T23:28:59.030Z Compiling polar-core v0.27.3
27092026-05-20T23:28:59.340Z Compiling kstat-rs v0.2.4
27102026-05-20T23:28:59.364Z Compiling libz-sys v1.1.24
27112026-05-20T23:28:59.677Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-05-20T23:28:59.818Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27132026-05-20T23:29:00.665Z Compiling progenitor-macro v0.10.0
27142026-05-20T23:29:00.719Z Compiling progenitor-macro v0.11.2
27152026-05-20T23:29:01.871Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-05-20T23:29:02.365Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27172026-05-20T23:29:02.678Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-20T23:29:03.408Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-20T23:29:03.751Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-20T23:29:03.982Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-20T23:29:05.067Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-20T23:29:05.201Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-05-20T23:29:05.299Z Compiling progenitor-client v0.11.2
27242026-05-20T23:29:05.846Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-20T23:29:07.890Z Compiling oso v0.27.3
27262026-05-20T23:29:08.560Z Compiling darling_core v0.23.0
27272026-05-20T23:29:10.457Z Compiling diesel-dtrace v0.5.0
27282026-05-20T23:29:10.803Z Compiling async-bb8-diesel v0.2.1
27292026-05-20T23:29:10.807Z Compiling nanorand v0.7.0
27302026-05-20T23:29:11.139Z Compiling arc-swap v1.8.2
27312026-05-20T23:29:11.191Z Compiling fs-err v2.11.0
27322026-05-20T23:29:11.426Z Compiling parking_lot_core v0.8.6
27332026-05-20T23:29:11.738Z Compiling slog-scope v4.4.1
27342026-05-20T23:29:11.760Z Compiling mime_guess v2.0.5
27352026-05-20T23:29:11.807Z Compiling flume v0.11.1
27362026-05-20T23:29:12.208Z Compiling darling_macro v0.23.0
27372026-05-20T23:29:12.232Z Compiling progenitor v0.11.2
27382026-05-20T23:29:12.283Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-20T23:29:12.409Z Compiling progenitor v0.10.0
27402026-05-20T23:29:12.512Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27412026-05-20T23:29:12.635Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-05-20T23:29:13.031Z Compiling primeorder v0.13.6
27432026-05-20T23:29:13.314Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-05-20T23:29:13.723Z Compiling instability v0.3.11
27452026-05-20T23:29:13.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-05-20T23:29:14.239Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-05-20T23:29:14.310Z Compiling p384 v0.13.1
27482026-05-20T23:29:14.480Z Compiling darling v0.23.0
27492026-05-20T23:29:14.706Z Compiling slog-stdlog v4.1.1
27502026-05-20T23:29:15.620Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-05-20T23:29:15.671Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-20T23:29:15.941Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27532026-05-20T23:29:15.963Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-20T23:29:16.189Z Compiling ignore v0.4.25
27552026-05-20T23:29:16.484Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-20T23:29:16.507Z Compiling castaway v0.2.4
27572026-05-20T23:29:16.671Z Compiling atty v0.2.14
27582026-05-20T23:29:16.821Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-20T23:29:17.053Z Compiling http-range v0.1.5
27602026-05-20T23:29:17.111Z Compiling parse-size v1.1.0
27612026-05-20T23:29:17.338Z Compiling indoc v2.0.7
27622026-05-20T23:29:17.382Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-05-20T23:29:17.870Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-05-20T23:29:18.555Z Compiling globwalk v0.9.1
27652026-05-20T23:29:19.205Z Compiling compact_str v0.8.1
27662026-05-20T23:29:19.246Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-05-20T23:29:19.798Z Compiling parking_lot v0.11.2
27682026-05-20T23:29:20.353Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-20T23:29:20.728Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-05-20T23:29:21.187Z Compiling slog-envlogger v2.2.0
27712026-05-20T23:29:21.817Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-05-20T23:29:22.009Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-20T23:29:22.382Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-05-20T23:29:22.450Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-05-20T23:29:22.790Z Compiling predicates-tree v1.0.13
27762026-05-20T23:29:22.844Z Compiling unicode-truncate v1.1.0
27772026-05-20T23:29:22.928Z Compiling lru v0.12.5
27782026-05-20T23:29:22.952Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-20T23:29:23.020Z Compiling rand_seeder v0.4.0
27802026-05-20T23:29:23.123Z Compiling prefix-trie v0.7.0
27812026-05-20T23:29:23.152Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-20T23:29:23.259Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-20T23:29:23.280Z Compiling vergen-git2 v1.0.7
27842026-05-20T23:29:23.490Z Compiling corncobs v0.1.4
27852026-05-20T23:29:23.517Z Compiling illumos-nvpair-sys v0.2.0
27862026-05-20T23:29:23.539Z Compiling cassowary v0.3.0
27872026-05-20T23:29:23.598Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-05-20T23:29:23.656Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-20T23:29:23.735Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-20T23:29:23.783Z Compiling hickory-server v0.25.2
27912026-05-20T23:29:23.812Z Compiling ratatui v0.29.0
27922026-05-20T23:29:24.041Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-05-20T23:29:24.248Z Compiling camino-tempfile-ext v0.3.3
27942026-05-20T23:29:24.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-20T23:29:24.927Z Compiling hyper-staticfile v0.10.1
27962026-05-20T23:29:25.014Z Compiling sled v0.34.7
27972026-05-20T23:29:25.699Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-05-20T23:29:26.141Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-05-20T23:29:26.477Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-05-20T23:29:27.637Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-20T23:29:27.862Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-20T23:29:28.081Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-20T23:29:28.303Z Compiling secrecy v0.8.0
28042026-05-20T23:29:28.418Z Compiling rustls v0.21.12
28052026-05-20T23:29:28.499Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-05-20T23:29:28.856Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-05-20T23:29:28.859Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-05-20T23:29:29.165Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28092026-05-20T23:29:29.165Z --> dns-server/src/dns_server.rs:487:12
28102026-05-20T23:29:29.165Z |
28112026-05-20T23:29:29.165Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28122026-05-20T23:29:29.165Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28132026-05-20T23:29:29.165Z |
28142026-05-20T23:29:29.165Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28152026-05-20T23:29:29.165Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28162026-05-20T23:29:29.165Z |
28172026-05-20T23:29:29.165Z 77 | pub struct Record<R: RecordData = RData> {
28182026-05-20T23:29:29.165Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28192026-05-20T23:29:29.165Z |
28202026-05-20T23:29:29.165Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28212026-05-20T23:29:29.165Z |
28222026-05-20T23:29:29.165Z 78 | pub struct Record<R: RecordData = RData> {
28232026-05-20T23:29:29.165Z | ---------------------------------------- this is the found type
28242026-05-20T23:29:29.165Z = help: you can use `cargo tree` to explore your dependency tree
28252026-05-20T23:29:29.165Znote: required by a bound in `MessageResponse`
28262026-05-20T23:29:29.166Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28272026-05-20T23:29:29.166Z |
28282026-05-20T23:29:29.166Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28292026-05-20T23:29:29.166Z | --------------- required by a bound in this struct
28302026-05-20T23:29:29.166Z 22 | where
28312026-05-20T23:29:29.166Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28322026-05-20T23:29:29.166Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28332026-05-20T23:29:29.166Z
28342026-05-20T23:29:29.169Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28352026-05-20T23:29:29.169Z --> dns-server/src/dns_server.rs:487:12
28362026-05-20T23:29:29.169Z |
28372026-05-20T23:29:29.169Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28382026-05-20T23:29:29.169Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28392026-05-20T23:29:29.169Z |
28402026-05-20T23:29:29.169Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28412026-05-20T23:29:29.170Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28422026-05-20T23:29:29.170Z |
28432026-05-20T23:29:29.170Z 77 | pub struct Record<R: RecordData = RData> {
28442026-05-20T23:29:29.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28452026-05-20T23:29:29.170Z |
28462026-05-20T23:29:29.170Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28472026-05-20T23:29:29.170Z |
28482026-05-20T23:29:29.170Z 78 | pub struct Record<R: RecordData = RData> {
28492026-05-20T23:29:29.170Z | ---------------------------------------- this is the found type
28502026-05-20T23:29:29.170Z = help: you can use `cargo tree` to explore your dependency tree
28512026-05-20T23:29:29.170Znote: required by a bound in `MessageResponse`
28522026-05-20T23:29:29.170Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28532026-05-20T23:29:29.170Z |
28542026-05-20T23:29:29.170Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28552026-05-20T23:29:29.170Z | --------------- required by a bound in this struct
28562026-05-20T23:29:29.170Z...
28572026-05-20T23:29:29.170Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28582026-05-20T23:29:29.170Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28592026-05-20T23:29:29.170Z
28602026-05-20T23:29:29.170Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28612026-05-20T23:29:29.170Z --> dns-server/src/dns_server.rs:487:12
28622026-05-20T23:29:29.170Z |
28632026-05-20T23:29:29.170Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28642026-05-20T23:29:29.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28652026-05-20T23:29:29.170Z |
28662026-05-20T23:29:29.170Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28672026-05-20T23:29:29.170Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28682026-05-20T23:29:29.170Z |
28692026-05-20T23:29:29.170Z 77 | pub struct Record<R: RecordData = RData> {
28702026-05-20T23:29:29.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28712026-05-20T23:29:29.170Z |
28722026-05-20T23:29:29.170Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28732026-05-20T23:29:29.170Z |
28742026-05-20T23:29:29.170Z 78 | pub struct Record<R: RecordData = RData> {
28752026-05-20T23:29:29.170Z | ---------------------------------------- this is the found type
28762026-05-20T23:29:29.170Z = help: you can use `cargo tree` to explore your dependency tree
28772026-05-20T23:29:29.171Znote: required by a bound in `MessageResponse`
28782026-05-20T23:29:29.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28792026-05-20T23:29:29.171Z |
28802026-05-20T23:29:29.171Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28812026-05-20T23:29:29.171Z | --------------- required by a bound in this struct
28822026-05-20T23:29:29.171Z...
28832026-05-20T23:29:29.171Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28842026-05-20T23:29:29.171Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28852026-05-20T23:29:29.171Z
28862026-05-20T23:29:29.171Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28872026-05-20T23:29:29.171Z --> dns-server/src/dns_server.rs:487:12
28882026-05-20T23:29:29.171Z |
28892026-05-20T23:29:29.171Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28902026-05-20T23:29:29.171Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28912026-05-20T23:29:29.171Z |
28922026-05-20T23:29:29.171Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28932026-05-20T23:29:29.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28942026-05-20T23:29:29.171Z |
28952026-05-20T23:29:29.171Z 77 | pub struct Record<R: RecordData = RData> {
28962026-05-20T23:29:29.171Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28972026-05-20T23:29:29.171Z |
28982026-05-20T23:29:29.171Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28992026-05-20T23:29:29.171Z |
29002026-05-20T23:29:29.171Z 78 | pub struct Record<R: RecordData = RData> {
29012026-05-20T23:29:29.171Z | ---------------------------------------- this is the found type
29022026-05-20T23:29:29.171Z = help: you can use `cargo tree` to explore your dependency tree
29032026-05-20T23:29:29.171Znote: required by a bound in `MessageResponse`
29042026-05-20T23:29:29.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29052026-05-20T23:29:29.171Z |
29062026-05-20T23:29:29.171Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29072026-05-20T23:29:29.171Z | --------------- required by a bound in this struct
29082026-05-20T23:29:29.171Z...
29092026-05-20T23:29:29.171Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29102026-05-20T23:29:29.171Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29112026-05-20T23:29:29.171Z
29122026-05-20T23:29:29.354Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29132026-05-20T23:29:29.354Z --> dns-server/src/dns_server.rs:161:36
29142026-05-20T23:29:29.354Z |
29152026-05-20T23:29:29.354Z161 | let mr = match MessageRequest::read(&mut dec) {
29162026-05-20T23:29:29.354Z | ^^^^ function or associated item not found in `MessageRequest`
29172026-05-20T23:29:29.354Z |
29182026-05-20T23:29:29.354Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29192026-05-20T23:29:29.354Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29202026-05-20T23:29:29.354Z |
29212026-05-20T23:29:29.354Z 44 | pub trait BinDecodable<'r>: Sized {
29222026-05-20T23:29:29.354Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29232026-05-20T23:29:29.354Z |
29242026-05-20T23:29:29.354Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29252026-05-20T23:29:29.354Z |
29262026-05-20T23:29:29.354Z 45 | pub trait BinDecodable<'r>: Sized {
29272026-05-20T23:29:29.354Z | --------------------------------- this is the trait that was imported
29282026-05-20T23:29:29.354Z = help: you can use `cargo tree` to explore your dependency tree
29292026-05-20T23:29:29.354Z
29302026-05-20T23:29:29.364Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29312026-05-20T23:29:29.364Z --> dns-server/src/dns_server.rs:173:34
29322026-05-20T23:29:29.364Z |
29332026-05-20T23:29:29.364Z173 | let header = Header::response_from_request(mr.header());
29342026-05-20T23:29:29.364Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29352026-05-20T23:29:29.364Z |
29362026-05-20T23:29:29.364Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29372026-05-20T23:29:29.364Z --> dns-server/src/dns_server.rs:173:26
29382026-05-20T23:29:29.364Z |
29392026-05-20T23:29:29.364Z173 | let header = Header::response_from_request(mr.header());
29402026-05-20T23:29:29.364Z | ^^^^^^
29412026-05-20T23:29:29.364Z
29422026-05-20T23:29:29.389Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29432026-05-20T23:29:29.389Z --> dns-server/src/dns_server.rs:273:30
29442026-05-20T23:29:29.389Z |
29452026-05-20T23:29:29.389Z273 | let mut header = Header::response_from_request(mr.header());
29462026-05-20T23:29:29.389Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29472026-05-20T23:29:29.389Z |
29482026-05-20T23:29:29.389Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29492026-05-20T23:29:29.389Z --> dns-server/src/dns_server.rs:273:22
29502026-05-20T23:29:29.389Z |
29512026-05-20T23:29:29.389Z273 | let mut header = Header::response_from_request(mr.header());
29522026-05-20T23:29:29.389Z | ^^^^^^
29532026-05-20T23:29:29.389Z
29542026-05-20T23:29:29.408Zerror[E0308]: mismatched types
29552026-05-20T23:29:29.408Z --> dns-server/src/dns_server.rs:299:30
29562026-05-20T23:29:29.408Z |
29572026-05-20T23:29:29.408Z299 | let answer = store.query(query)?;
29582026-05-20T23:29:29.408Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29592026-05-20T23:29:29.408Z | |
29602026-05-20T23:29:29.408Z | arguments to this method are incorrect
29612026-05-20T23:29:29.408Z |
29622026-05-20T23:29:29.408Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29632026-05-20T23:29:29.408Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29642026-05-20T23:29:29.408Z |
29652026-05-20T23:29:29.408Z 22 | pub struct LowerQuery {
29662026-05-20T23:29:29.408Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29672026-05-20T23:29:29.408Z |
29682026-05-20T23:29:29.408Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29692026-05-20T23:29:29.408Z |
29702026-05-20T23:29:29.408Z 18 | pub struct LowerQuery {
29712026-05-20T23:29:29.408Z | --------------------- this is the found type
29722026-05-20T23:29:29.408Z = help: you can use `cargo tree` to explore your dependency tree
29732026-05-20T23:29:29.408Znote: method defined here
29742026-05-20T23:29:29.408Z --> dns-server/src/storage.rs:762:19
29752026-05-20T23:29:29.408Z |
29762026-05-20T23:29:29.409Z762 | pub(crate) fn query(
29772026-05-20T23:29:29.409Z | ^^^^^
29782026-05-20T23:29:29.409Z763 | &self,
29792026-05-20T23:29:29.409Z764 | query: &LowerQuery,
29802026-05-20T23:29:29.409Z | ------------------
29812026-05-20T23:29:29.409Z
29822026-05-20T23:29:29.412Zerror[E0308]: mismatched types
29832026-05-20T23:29:29.412Z --> dns-server/src/dns_server.rs:311:55
29842026-05-20T23:29:29.412Z |
29852026-05-20T23:29:29.412Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29862026-05-20T23:29:29.412Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29872026-05-20T23:29:29.412Z | |
29882026-05-20T23:29:29.412Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29892026-05-20T23:29:29.412Z |
29902026-05-20T23:29:29.412Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29912026-05-20T23:29:29.412Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29922026-05-20T23:29:29.412Z |
29932026-05-20T23:29:29.412Z 33 | pub enum RecordType {
29942026-05-20T23:29:29.412Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
29952026-05-20T23:29:29.412Z |
29962026-05-20T23:29:29.412Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
29972026-05-20T23:29:29.412Z |
29982026-05-20T23:29:29.412Z 33 | pub enum RecordType {
29992026-05-20T23:29:29.412Z | ------------------- this is the found type
30002026-05-20T23:29:29.412Z = help: you can use `cargo tree` to explore your dependency tree
30012026-05-20T23:29:29.413Z
30022026-05-20T23:29:29.436Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30032026-05-20T23:29:29.436Z --> dns-server/src/dns_server.rs:327:60
30042026-05-20T23:29:29.436Z |
30052026-05-20T23:29:29.436Z327 | .filter(|record| match (query.query_type(), record.data()) {
30062026-05-20T23:29:29.436Z | ^^^^-- help: remove the arguments
30072026-05-20T23:29:29.436Z | |
30082026-05-20T23:29:29.436Z | field, not a method
30092026-05-20T23:29:29.436Z
30102026-05-20T23:29:29.454Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30112026-05-20T23:29:29.454Z --> dns-server/src/dns_server.rs:348:51
30122026-05-20T23:29:29.454Z |
30132026-05-20T23:29:29.454Z348 | let additionals_target = match record.data() {
30142026-05-20T23:29:29.454Z | ^^^^-- help: remove the arguments
30152026-05-20T23:29:29.454Z | |
30162026-05-20T23:29:29.454Z | field, not a method
30172026-05-20T23:29:29.454Z
30182026-05-20T23:29:29.469Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30192026-05-20T23:29:29.469Z --> dns-server/src/dns_server.rs:349:45
30202026-05-20T23:29:29.469Z |
30212026-05-20T23:29:29.469Z349 | RData::SRV(srv) => Some(srv.target()),
30222026-05-20T23:29:29.470Z | ^^^^^^-- help: remove the arguments
30232026-05-20T23:29:29.470Z | |
30242026-05-20T23:29:29.470Z | field, not a method
30252026-05-20T23:29:29.470Z
30262026-05-20T23:29:29.473Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30272026-05-20T23:29:29.473Z --> dns-server/src/dns_server.rs:416:9
30282026-05-20T23:29:29.473Z |
30292026-05-20T23:29:29.473Z414 | let mresp = rb.build(
30302026-05-20T23:29:29.473Z | ----- required by a bound introduced by this call
30312026-05-20T23:29:29.473Z415 | header,
30322026-05-20T23:29:29.474Z416 | response_records.iter().collect::<Vec<&Record>>(),
30332026-05-20T23:29:29.474Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30342026-05-20T23:29:29.474Z |
30352026-05-20T23:29:29.474Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30362026-05-20T23:29:29.474Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30372026-05-20T23:29:29.474Z |
30382026-05-20T23:29:29.474Z 77 | pub struct Record<R: RecordData = RData> {
30392026-05-20T23:29:29.474Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30402026-05-20T23:29:29.474Z |
30412026-05-20T23:29:29.474Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30422026-05-20T23:29:29.474Z |
30432026-05-20T23:29:29.474Z 78 | pub struct Record<R: RecordData = RData> {
30442026-05-20T23:29:29.474Z | ---------------------------------------- this is the found type
30452026-05-20T23:29:29.474Z = help: you can use `cargo tree` to explore your dependency tree
30462026-05-20T23:29:29.474Znote: the method call chain might not have had the expected associated types
30472026-05-20T23:29:29.474Z --> dns-server/src/dns_server.rs:416:26
30482026-05-20T23:29:29.474Z |
30492026-05-20T23:29:29.474Z411 | response_records: &[Record],
30502026-05-20T23:29:29.474Z | ---------------- this expression has type `&[Record]`
30512026-05-20T23:29:29.474Z...
30522026-05-20T23:29:29.474Z416 | response_records.iter().collect::<Vec<&Record>>(),
30532026-05-20T23:29:29.474Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30542026-05-20T23:29:29.474Z | |
30552026-05-20T23:29:29.474Z | `IntoIterator::Item` is `&Record` here
30562026-05-20T23:29:29.474Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30572026-05-20T23:29:29.474Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30582026-05-20T23:29:29.474Z |
30592026-05-20T23:29:29.475Z129 | pub fn build<'a, A, N, S, D>(
30602026-05-20T23:29:29.475Z | ----- required by a bound in this associated function
30612026-05-20T23:29:29.475Z...
30622026-05-20T23:29:29.475Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30632026-05-20T23:29:29.475Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30642026-05-20T23:29:29.475Z
30652026-05-20T23:29:29.475Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30662026-05-20T23:29:29.475Z --> dns-server/src/dns_server.rs:414:20
30672026-05-20T23:29:29.475Z |
30682026-05-20T23:29:29.475Z414 | let mresp = rb.build(
30692026-05-20T23:29:29.475Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30702026-05-20T23:29:29.475Z |
30712026-05-20T23:29:29.475Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30722026-05-20T23:29:29.475Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30732026-05-20T23:29:29.475Z |
30742026-05-20T23:29:29.475Z 77 | pub struct Record<R: RecordData = RData> {
30752026-05-20T23:29:29.475Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30762026-05-20T23:29:29.475Z |
30772026-05-20T23:29:29.475Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30782026-05-20T23:29:29.475Z |
30792026-05-20T23:29:29.475Z 78 | pub struct Record<R: RecordData = RData> {
30802026-05-20T23:29:29.475Z | ---------------------------------------- this is the found type
30812026-05-20T23:29:29.475Z = help: you can use `cargo tree` to explore your dependency tree
30822026-05-20T23:29:29.475Znote: required by a bound in `MessageResponse`
30832026-05-20T23:29:29.475Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30842026-05-20T23:29:29.475Z |
30852026-05-20T23:29:29.475Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30862026-05-20T23:29:29.475Z | --------------- required by a bound in this struct
30872026-05-20T23:29:29.475Z 22 | where
30882026-05-20T23:29:29.475Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30892026-05-20T23:29:29.475Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30902026-05-20T23:29:29.475Z
30912026-05-20T23:29:29.475Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30922026-05-20T23:29:29.475Z --> dns-server/src/dns_server.rs:419:9
30932026-05-20T23:29:29.475Z |
30942026-05-20T23:29:29.475Z414 | let mresp = rb.build(
30952026-05-20T23:29:29.475Z | ----- required by a bound introduced by this call
30962026-05-20T23:29:29.475Z...
30972026-05-20T23:29:29.475Z419 | additional_records,
30982026-05-20T23:29:29.476Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30992026-05-20T23:29:29.476Z |
31002026-05-20T23:29:29.476Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31012026-05-20T23:29:29.476Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31022026-05-20T23:29:29.476Z |
31032026-05-20T23:29:29.476Z 77 | pub struct Record<R: RecordData = RData> {
31042026-05-20T23:29:29.476Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31052026-05-20T23:29:29.476Z |
31062026-05-20T23:29:29.476Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31072026-05-20T23:29:29.476Z |
31082026-05-20T23:29:29.476Z 78 | pub struct Record<R: RecordData = RData> {
31092026-05-20T23:29:29.476Z | ---------------------------------------- this is the found type
31102026-05-20T23:29:29.476Z = help: you can use `cargo tree` to explore your dependency tree
31112026-05-20T23:29:29.476Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31122026-05-20T23:29:29.476Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31132026-05-20T23:29:29.476Z |
31142026-05-20T23:29:29.476Z129 | pub fn build<'a, A, N, S, D>(
31152026-05-20T23:29:29.476Z | ----- required by a bound in this associated function
31162026-05-20T23:29:29.476Z...
31172026-05-20T23:29:29.476Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31182026-05-20T23:29:29.476Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31192026-05-20T23:29:29.476Z
31202026-05-20T23:29:29.480Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31212026-05-20T23:29:29.480Z --> dns-server/src/dns_server.rs:414:20
31222026-05-20T23:29:29.480Z |
31232026-05-20T23:29:29.480Z414 | let mresp = rb.build(
31242026-05-20T23:29:29.480Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31252026-05-20T23:29:29.481Z |
31262026-05-20T23:29:29.481Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31272026-05-20T23:29:29.481Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31282026-05-20T23:29:29.481Z |
31292026-05-20T23:29:29.481Z 77 | pub struct Record<R: RecordData = RData> {
31302026-05-20T23:29:29.481Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31312026-05-20T23:29:29.481Z |
31322026-05-20T23:29:29.481Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31332026-05-20T23:29:29.481Z |
31342026-05-20T23:29:29.481Z 78 | pub struct Record<R: RecordData = RData> {
31352026-05-20T23:29:29.481Z | ---------------------------------------- this is the found type
31362026-05-20T23:29:29.481Z = help: you can use `cargo tree` to explore your dependency tree
31372026-05-20T23:29:29.481Znote: required by a bound in `MessageResponse`
31382026-05-20T23:29:29.481Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31392026-05-20T23:29:29.481Z |
31402026-05-20T23:29:29.481Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31412026-05-20T23:29:29.481Z | --------------- required by a bound in this struct
31422026-05-20T23:29:29.481Z...
31432026-05-20T23:29:29.481Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31442026-05-20T23:29:29.481Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31452026-05-20T23:29:29.481Z
31462026-05-20T23:29:29.485Zerror[E0308]: mismatched types
31472026-05-20T23:29:29.485Z --> dns-server/src/dns_server.rs:415:9
31482026-05-20T23:29:29.485Z |
31492026-05-20T23:29:29.485Z414 | let mresp = rb.build(
31502026-05-20T23:29:29.485Z | ----- arguments to this method are incorrect
31512026-05-20T23:29:29.485Z415 | header,
31522026-05-20T23:29:29.485Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31532026-05-20T23:29:29.485Z |
31542026-05-20T23:29:29.485Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31552026-05-20T23:29:29.485Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31562026-05-20T23:29:29.485Z |
31572026-05-20T23:29:29.485Z 57 | pub struct Header {
31582026-05-20T23:29:29.486Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31592026-05-20T23:29:29.486Z |
31602026-05-20T23:29:29.486Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31612026-05-20T23:29:29.486Z |
31622026-05-20T23:29:29.486Z 57 | pub struct Header {
31632026-05-20T23:29:29.486Z | ----------------- this is the found type
31642026-05-20T23:29:29.486Z = help: you can use `cargo tree` to explore your dependency tree
31652026-05-20T23:29:29.486Znote: method defined here
31662026-05-20T23:29:29.486Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31672026-05-20T23:29:29.486Z |
31682026-05-20T23:29:29.486Z129 | pub fn build<'a, A, N, S, D>(
31692026-05-20T23:29:29.486Z | ^^^^^
31702026-05-20T23:29:29.486Z
31712026-05-20T23:29:29.486Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31722026-05-20T23:29:29.486Z --> dns-server/src/dns_server.rs:422:31
31732026-05-20T23:29:29.486Z |
31742026-05-20T23:29:29.486Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31752026-05-20T23:29:29.486Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31762026-05-20T23:29:29.486Z | |
31772026-05-20T23:29:29.486Z | required by a bound introduced by this call
31782026-05-20T23:29:29.486Z |
31792026-05-20T23:29:29.486Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31802026-05-20T23:29:29.486Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31812026-05-20T23:29:29.486Z |
31822026-05-20T23:29:29.486Z 78 | pub struct Record<R: RecordData = RData> {
31832026-05-20T23:29:29.486Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31842026-05-20T23:29:29.486Z |
31852026-05-20T23:29:29.486Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31862026-05-20T23:29:29.486Z |
31872026-05-20T23:29:29.486Z 77 | pub struct Record<R: RecordData = RData> {
31882026-05-20T23:29:29.486Z | ---------------------------------------- this is the found type
31892026-05-20T23:29:29.486Z = help: you can use `cargo tree` to explore your dependency tree
31902026-05-20T23:29:29.486Znote: required by a bound in `encode_and_send`
31912026-05-20T23:29:29.486Z --> dns-server/src/dns_server.rs:492:27
31922026-05-20T23:29:29.486Z |
31932026-05-20T23:29:29.486Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31942026-05-20T23:29:29.486Z | --------------- required by a bound in this function
31952026-05-20T23:29:29.487Z...
31962026-05-20T23:29:29.487Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31972026-05-20T23:29:29.487Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31982026-05-20T23:29:29.487Z
31992026-05-20T23:29:29.487Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32002026-05-20T23:29:29.487Z --> dns-server/src/dns_server.rs:422:31
32012026-05-20T23:29:29.487Z |
32022026-05-20T23:29:29.487Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32032026-05-20T23:29:29.487Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32042026-05-20T23:29:29.487Z |
32052026-05-20T23:29:29.487Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32062026-05-20T23:29:29.487Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32072026-05-20T23:29:29.487Z |
32082026-05-20T23:29:29.487Z 77 | pub struct Record<R: RecordData = RData> {
32092026-05-20T23:29:29.487Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32102026-05-20T23:29:29.487Z |
32112026-05-20T23:29:29.487Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32122026-05-20T23:29:29.487Z |
32132026-05-20T23:29:29.487Z 78 | pub struct Record<R: RecordData = RData> {
32142026-05-20T23:29:29.487Z | ---------------------------------------- this is the found type
32152026-05-20T23:29:29.487Z = help: you can use `cargo tree` to explore your dependency tree
32162026-05-20T23:29:29.487Znote: required by a bound in `MessageResponse`
32172026-05-20T23:29:29.487Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32182026-05-20T23:29:29.487Z |
32192026-05-20T23:29:29.487Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32202026-05-20T23:29:29.487Z | --------------- required by a bound in this struct
32212026-05-20T23:29:29.487Z 22 | where
32222026-05-20T23:29:29.487Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32232026-05-20T23:29:29.487Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32242026-05-20T23:29:29.487Z
32252026-05-20T23:29:29.487Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32262026-05-20T23:29:29.487Z --> dns-server/src/dns_server.rs:422:31
32272026-05-20T23:29:29.487Z |
32282026-05-20T23:29:29.487Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32292026-05-20T23:29:29.487Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32302026-05-20T23:29:29.487Z |
32312026-05-20T23:29:29.487Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32322026-05-20T23:29:29.487Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32332026-05-20T23:29:29.488Z |
32342026-05-20T23:29:29.488Z 77 | pub struct Record<R: RecordData = RData> {
32352026-05-20T23:29:29.488Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32362026-05-20T23:29:29.488Z |
32372026-05-20T23:29:29.488Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32382026-05-20T23:29:29.488Z |
32392026-05-20T23:29:29.488Z 78 | pub struct Record<R: RecordData = RData> {
32402026-05-20T23:29:29.488Z | ---------------------------------------- this is the found type
32412026-05-20T23:29:29.488Z = help: you can use `cargo tree` to explore your dependency tree
32422026-05-20T23:29:29.488Znote: required by a bound in `MessageResponse`
32432026-05-20T23:29:29.488Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32442026-05-20T23:29:29.488Z |
32452026-05-20T23:29:29.488Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32462026-05-20T23:29:29.491Z | --------------- required by a bound in this struct
32472026-05-20T23:29:29.491Z...
32482026-05-20T23:29:29.491Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32492026-05-20T23:29:29.491Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32502026-05-20T23:29:29.491Z
32512026-05-20T23:29:29.491Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32522026-05-20T23:29:29.491Z --> dns-server/src/dns_server.rs:422:5
32532026-05-20T23:29:29.491Z |
32542026-05-20T23:29:29.491Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32552026-05-20T23:29:29.491Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32562026-05-20T23:29:29.492Z |
32572026-05-20T23:29:29.492Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32582026-05-20T23:29:29.492Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32592026-05-20T23:29:29.492Z |
32602026-05-20T23:29:29.492Z 78 | pub struct Record<R: RecordData = RData> {
32612026-05-20T23:29:29.492Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32622026-05-20T23:29:29.492Z |
32632026-05-20T23:29:29.492Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32642026-05-20T23:29:29.492Z |
32652026-05-20T23:29:29.492Z 77 | pub struct Record<R: RecordData = RData> {
32662026-05-20T23:29:29.492Z | ---------------------------------------- this is the found type
32672026-05-20T23:29:29.492Z = help: you can use `cargo tree` to explore your dependency tree
32682026-05-20T23:29:29.492Znote: required by a bound in `encode_and_send`
32692026-05-20T23:29:29.492Z --> dns-server/src/dns_server.rs:492:27
32702026-05-20T23:29:29.492Z |
32712026-05-20T23:29:29.492Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32722026-05-20T23:29:29.492Z | --------------- required by a bound in this function
32732026-05-20T23:29:29.492Z...
32742026-05-20T23:29:29.492Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32752026-05-20T23:29:29.492Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32762026-05-20T23:29:29.492Z
32772026-05-20T23:29:29.492Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32782026-05-20T23:29:29.492Z --> dns-server/src/dns_server.rs:422:49
32792026-05-20T23:29:29.492Z |
32802026-05-20T23:29:29.492Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32812026-05-20T23:29:29.492Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32822026-05-20T23:29:29.492Z |
32832026-05-20T23:29:29.492Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32842026-05-20T23:29:29.492Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32852026-05-20T23:29:29.492Z |
32862026-05-20T23:29:29.492Z 78 | pub struct Record<R: RecordData = RData> {
32872026-05-20T23:29:29.492Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32882026-05-20T23:29:29.492Z |
32892026-05-20T23:29:29.492Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32902026-05-20T23:29:29.492Z |
32912026-05-20T23:29:29.492Z 77 | pub struct Record<R: RecordData = RData> {
32922026-05-20T23:29:29.492Z | ---------------------------------------- this is the found type
32932026-05-20T23:29:29.492Z = help: you can use `cargo tree` to explore your dependency tree
32942026-05-20T23:29:29.492Znote: required by a bound in `encode_and_send`
32952026-05-20T23:29:29.493Z --> dns-server/src/dns_server.rs:492:27
32962026-05-20T23:29:29.493Z |
32972026-05-20T23:29:29.493Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32982026-05-20T23:29:29.493Z | --------------- required by a bound in this function
32992026-05-20T23:29:29.493Z...
33002026-05-20T23:29:29.493Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33012026-05-20T23:29:29.493Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33022026-05-20T23:29:29.493Z
33032026-05-20T23:29:29.497Zerror[E0308]: arguments to this method are incorrect
33042026-05-20T23:29:29.497Z --> dns-server/src/dns_server.rs:438:33
33052026-05-20T23:29:29.497Z |
33062026-05-20T23:29:29.497Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
33072026-05-20T23:29:29.497Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
33082026-05-20T23:29:29.497Z | |
33092026-05-20T23:29:29.497Z | expected `&Header`, found `&&Header`
33102026-05-20T23:29:29.497Z |
33112026-05-20T23:29:29.497Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33122026-05-20T23:29:29.497Z found reference `&&hickory_proto::op::Header`
33132026-05-20T23:29:29.497Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33142026-05-20T23:29:29.497Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33152026-05-20T23:29:29.497Z |
33162026-05-20T23:29:29.497Z 67 | pub enum ResponseCode {
33172026-05-20T23:29:29.497Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33182026-05-20T23:29:29.497Z |
33192026-05-20T23:29:29.497Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33202026-05-20T23:29:29.497Z |
33212026-05-20T23:29:29.497Z 67 | pub enum ResponseCode {
33222026-05-20T23:29:29.497Z | --------------------- this is the found type
33232026-05-20T23:29:29.497Z = help: you can use `cargo tree` to explore your dependency tree
33242026-05-20T23:29:29.497Znote: method defined here
33252026-05-20T23:29:29.497Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33262026-05-20T23:29:29.497Z |
33272026-05-20T23:29:29.497Z190 | pub fn error_msg<'a>(
33282026-05-20T23:29:29.497Z | ^^^^^^^^^
33292026-05-20T23:29:29.497Z
33302026-05-20T23:29:29.497Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33312026-05-20T23:29:29.497Z --> dns-server/src/dns_server.rs:457:50
33322026-05-20T23:29:29.497Z |
33332026-05-20T23:29:29.497Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33342026-05-20T23:29:29.498Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33352026-05-20T23:29:29.498Z | |
33362026-05-20T23:29:29.498Z | required by a bound introduced by this call
33372026-05-20T23:29:29.498Z |
33382026-05-20T23:29:29.498Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33392026-05-20T23:29:29.498Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33402026-05-20T23:29:29.498Z |
33412026-05-20T23:29:29.498Z 78 | pub struct Record<R: RecordData = RData> {
33422026-05-20T23:29:29.498Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33432026-05-20T23:29:29.498Z |
33442026-05-20T23:29:29.498Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33452026-05-20T23:29:29.498Z |
33462026-05-20T23:29:29.498Z 77 | pub struct Record<R: RecordData = RData> {
33472026-05-20T23:29:29.498Z | ---------------------------------------- this is the found type
33482026-05-20T23:29:29.498Z = help: you can use `cargo tree` to explore your dependency tree
33492026-05-20T23:29:29.498Znote: required by a bound in `encode_and_send`
33502026-05-20T23:29:29.498Z --> dns-server/src/dns_server.rs:491:23
33512026-05-20T23:29:29.498Z |
33522026-05-20T23:29:29.498Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33532026-05-20T23:29:29.498Z | --------------- required by a bound in this function
33542026-05-20T23:29:29.498Z...
33552026-05-20T23:29:29.498Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33562026-05-20T23:29:29.498Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33572026-05-20T23:29:29.498Z
33582026-05-20T23:29:29.498Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33592026-05-20T23:29:29.498Z --> dns-server/src/dns_server.rs:457:50
33602026-05-20T23:29:29.498Z |
33612026-05-20T23:29:29.498Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33622026-05-20T23:29:29.498Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33632026-05-20T23:29:29.499Z | |
33642026-05-20T23:29:29.499Z | required by a bound introduced by this call
33652026-05-20T23:29:29.499Z |
33662026-05-20T23:29:29.499Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33672026-05-20T23:29:29.499Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33682026-05-20T23:29:29.499Z |
33692026-05-20T23:29:29.499Z 78 | pub struct Record<R: RecordData = RData> {
33702026-05-20T23:29:29.499Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33712026-05-20T23:29:29.499Z |
33722026-05-20T23:29:29.499Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33732026-05-20T23:29:29.499Z |
33742026-05-20T23:29:29.499Z 77 | pub struct Record<R: RecordData = RData> {
33752026-05-20T23:29:29.499Z | ---------------------------------------- this is the found type
33762026-05-20T23:29:29.499Z = help: you can use `cargo tree` to explore your dependency tree
33772026-05-20T23:29:29.499Znote: required by a bound in `encode_and_send`
33782026-05-20T23:29:29.499Z --> dns-server/src/dns_server.rs:492:27
33792026-05-20T23:29:29.499Z |
33802026-05-20T23:29:29.499Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33812026-05-20T23:29:29.499Z | --------------- required by a bound in this function
33822026-05-20T23:29:29.499Z...
33832026-05-20T23:29:29.499Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33842026-05-20T23:29:29.499Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33852026-05-20T23:29:29.500Z
33862026-05-20T23:29:29.500Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33872026-05-20T23:29:29.500Z --> dns-server/src/dns_server.rs:457:50
33882026-05-20T23:29:29.500Z |
33892026-05-20T23:29:29.500Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33902026-05-20T23:29:29.500Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33912026-05-20T23:29:29.500Z | |
33922026-05-20T23:29:29.500Z | required by a bound introduced by this call
33932026-05-20T23:29:29.500Z |
33942026-05-20T23:29:29.500Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33952026-05-20T23:29:29.500Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33962026-05-20T23:29:29.500Z |
33972026-05-20T23:29:29.500Z 78 | pub struct Record<R: RecordData = RData> {
33982026-05-20T23:29:29.500Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33992026-05-20T23:29:29.500Z |
34002026-05-20T23:29:29.500Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34012026-05-20T23:29:29.500Z |
34022026-05-20T23:29:29.500Z 77 | pub struct Record<R: RecordData = RData> {
34032026-05-20T23:29:29.504Z | ---------------------------------------- this is the found type
34042026-05-20T23:29:29.504Z = help: you can use `cargo tree` to explore your dependency tree
34052026-05-20T23:29:29.505Znote: required by a bound in `encode_and_send`
34062026-05-20T23:29:29.505Z --> dns-server/src/dns_server.rs:493:19
34072026-05-20T23:29:29.505Z |
34082026-05-20T23:29:29.505Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34092026-05-20T23:29:29.505Z | --------------- required by a bound in this function
34102026-05-20T23:29:29.506Z...
34112026-05-20T23:29:29.506Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34122026-05-20T23:29:29.506Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34132026-05-20T23:29:29.506Z
34142026-05-20T23:29:29.506Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34152026-05-20T23:29:29.506Z --> dns-server/src/dns_server.rs:457:50
34162026-05-20T23:29:29.506Z |
34172026-05-20T23:29:29.506Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34182026-05-20T23:29:29.506Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34192026-05-20T23:29:29.506Z | |
34202026-05-20T23:29:29.506Z | required by a bound introduced by this call
34212026-05-20T23:29:29.506Z |
34222026-05-20T23:29:29.506Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34232026-05-20T23:29:29.506Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34242026-05-20T23:29:29.506Z |
34252026-05-20T23:29:29.506Z 78 | pub struct Record<R: RecordData = RData> {
34262026-05-20T23:29:29.507Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34272026-05-20T23:29:29.507Z |
34282026-05-20T23:29:29.507Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34292026-05-20T23:29:29.507Z |
34302026-05-20T23:29:29.507Z 77 | pub struct Record<R: RecordData = RData> {
34312026-05-20T23:29:29.507Z | ---------------------------------------- this is the found type
34322026-05-20T23:29:29.507Z = help: you can use `cargo tree` to explore your dependency tree
34332026-05-20T23:29:29.507Znote: required by a bound in `encode_and_send`
34342026-05-20T23:29:29.507Z --> dns-server/src/dns_server.rs:494:27
34352026-05-20T23:29:29.507Z |
34362026-05-20T23:29:29.507Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34372026-05-20T23:29:29.507Z | --------------- required by a bound in this function
34382026-05-20T23:29:29.507Z...
34392026-05-20T23:29:29.507Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34402026-05-20T23:29:29.507Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34412026-05-20T23:29:29.507Z
34422026-05-20T23:29:29.507Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34432026-05-20T23:29:29.507Z --> dns-server/src/dns_server.rs:457:25
34442026-05-20T23:29:29.507Z |
34452026-05-20T23:29:29.507Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34462026-05-20T23:29:29.507Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34472026-05-20T23:29:29.507Z |
34482026-05-20T23:29:29.507Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34492026-05-20T23:29:29.507Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34502026-05-20T23:29:29.508Z |
34512026-05-20T23:29:29.508Z 78 | pub struct Record<R: RecordData = RData> {
34522026-05-20T23:29:29.508Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34532026-05-20T23:29:29.508Z |
34542026-05-20T23:29:29.508Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34552026-05-20T23:29:29.508Z |
34562026-05-20T23:29:29.508Z 77 | pub struct Record<R: RecordData = RData> {
34572026-05-20T23:29:29.508Z | ---------------------------------------- this is the found type
34582026-05-20T23:29:29.508Z = help: you can use `cargo tree` to explore your dependency tree
34592026-05-20T23:29:29.508Znote: required by a bound in `encode_and_send`
34602026-05-20T23:29:29.508Z --> dns-server/src/dns_server.rs:491:23
34612026-05-20T23:29:29.508Z |
34622026-05-20T23:29:29.508Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34632026-05-20T23:29:29.508Z | --------------- required by a bound in this function
34642026-05-20T23:29:29.508Z...
34652026-05-20T23:29:29.508Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34662026-05-20T23:29:29.508Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34672026-05-20T23:29:29.508Z
34682026-05-20T23:29:29.508Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34692026-05-20T23:29:29.508Z --> dns-server/src/dns_server.rs:457:25
34702026-05-20T23:29:29.508Z |
34712026-05-20T23:29:29.508Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34722026-05-20T23:29:29.508Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34732026-05-20T23:29:29.508Z |
34742026-05-20T23:29:29.508Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34752026-05-20T23:29:29.508Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34762026-05-20T23:29:29.508Z |
34772026-05-20T23:29:29.508Z 78 | pub struct Record<R: RecordData = RData> {
34782026-05-20T23:29:29.508Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34792026-05-20T23:29:29.508Z |
34802026-05-20T23:29:29.508Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34812026-05-20T23:29:29.508Z |
34822026-05-20T23:29:29.508Z 77 | pub struct Record<R: RecordData = RData> {
34832026-05-20T23:29:29.508Z | ---------------------------------------- this is the found type
34842026-05-20T23:29:29.508Z = help: you can use `cargo tree` to explore your dependency tree
34852026-05-20T23:29:29.508Znote: required by a bound in `encode_and_send`
34862026-05-20T23:29:29.508Z --> dns-server/src/dns_server.rs:492:27
34872026-05-20T23:29:29.508Z |
34882026-05-20T23:29:29.508Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34892026-05-20T23:29:29.508Z | --------------- required by a bound in this function
34902026-05-20T23:29:29.509Z...
34912026-05-20T23:29:29.509Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34922026-05-20T23:29:29.509Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34932026-05-20T23:29:29.509Z
34942026-05-20T23:29:29.509Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34952026-05-20T23:29:29.509Z --> dns-server/src/dns_server.rs:457:25
34962026-05-20T23:29:29.509Z |
34972026-05-20T23:29:29.509Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34982026-05-20T23:29:29.509Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34992026-05-20T23:29:29.509Z |
35002026-05-20T23:29:29.509Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35012026-05-20T23:29:29.509Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35022026-05-20T23:29:29.509Z |
35032026-05-20T23:29:29.513Z 78 | pub struct Record<R: RecordData = RData> {
35042026-05-20T23:29:29.513Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35052026-05-20T23:29:29.513Z |
35062026-05-20T23:29:29.513Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35072026-05-20T23:29:29.513Z |
35082026-05-20T23:29:29.513Z 77 | pub struct Record<R: RecordData = RData> {
35092026-05-20T23:29:29.513Z | ---------------------------------------- this is the found type
35102026-05-20T23:29:29.513Z = help: you can use `cargo tree` to explore your dependency tree
35112026-05-20T23:29:29.513Znote: required by a bound in `encode_and_send`
35122026-05-20T23:29:29.513Z --> dns-server/src/dns_server.rs:493:19
35132026-05-20T23:29:29.513Z |
35142026-05-20T23:29:29.513Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35152026-05-20T23:29:29.513Z | --------------- required by a bound in this function
35162026-05-20T23:29:29.513Z...
35172026-05-20T23:29:29.513Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35182026-05-20T23:29:29.513Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35192026-05-20T23:29:29.513Z
35202026-05-20T23:29:29.513Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35212026-05-20T23:29:29.514Z --> dns-server/src/dns_server.rs:457:25
35222026-05-20T23:29:29.514Z |
35232026-05-20T23:29:29.514Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35242026-05-20T23:29:29.514Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35252026-05-20T23:29:29.514Z |
35262026-05-20T23:29:29.514Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35272026-05-20T23:29:29.514Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35282026-05-20T23:29:29.514Z |
35292026-05-20T23:29:29.514Z 78 | pub struct Record<R: RecordData = RData> {
35302026-05-20T23:29:29.514Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35312026-05-20T23:29:29.514Z |
35322026-05-20T23:29:29.514Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35332026-05-20T23:29:29.514Z |
35342026-05-20T23:29:29.514Z 77 | pub struct Record<R: RecordData = RData> {
35352026-05-20T23:29:29.514Z | ---------------------------------------- this is the found type
35362026-05-20T23:29:29.514Z = help: you can use `cargo tree` to explore your dependency tree
35372026-05-20T23:29:29.514Znote: required by a bound in `encode_and_send`
35382026-05-20T23:29:29.514Z --> dns-server/src/dns_server.rs:494:27
35392026-05-20T23:29:29.514Z |
35402026-05-20T23:29:29.514Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35412026-05-20T23:29:29.514Z | --------------- required by a bound in this function
35422026-05-20T23:29:29.514Z...
35432026-05-20T23:29:29.514Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35442026-05-20T23:29:29.514Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35452026-05-20T23:29:29.514Z
35462026-05-20T23:29:29.514Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35472026-05-20T23:29:29.514Z --> dns-server/src/dns_server.rs:457:69
35482026-05-20T23:29:29.514Z |
35492026-05-20T23:29:29.514Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35502026-05-20T23:29:29.514Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35512026-05-20T23:29:29.514Z |
35522026-05-20T23:29:29.514Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35532026-05-20T23:29:29.514Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35542026-05-20T23:29:29.514Z |
35552026-05-20T23:29:29.514Z 78 | pub struct Record<R: RecordData = RData> {
35562026-05-20T23:29:29.514Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35572026-05-20T23:29:29.514Z |
35582026-05-20T23:29:29.515Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35592026-05-20T23:29:29.515Z |
35602026-05-20T23:29:29.515Z 77 | pub struct Record<R: RecordData = RData> {
35612026-05-20T23:29:29.515Z | ---------------------------------------- this is the found type
35622026-05-20T23:29:29.515Z = help: you can use `cargo tree` to explore your dependency tree
35632026-05-20T23:29:29.515Znote: required by a bound in `encode_and_send`
35642026-05-20T23:29:29.515Z --> dns-server/src/dns_server.rs:491:23
35652026-05-20T23:29:29.515Z |
35662026-05-20T23:29:29.515Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35672026-05-20T23:29:29.515Z | --------------- required by a bound in this function
35682026-05-20T23:29:29.515Z...
35692026-05-20T23:29:29.515Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35702026-05-20T23:29:29.515Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35712026-05-20T23:29:29.515Z
35722026-05-20T23:29:29.515Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35732026-05-20T23:29:29.515Z --> dns-server/src/dns_server.rs:457:69
35742026-05-20T23:29:29.515Z |
35752026-05-20T23:29:29.515Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35762026-05-20T23:29:29.515Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35772026-05-20T23:29:29.515Z |
35782026-05-20T23:29:29.515Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35792026-05-20T23:29:29.515Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35802026-05-20T23:29:29.515Z |
35812026-05-20T23:29:29.515Z 78 | pub struct Record<R: RecordData = RData> {
35822026-05-20T23:29:29.515Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35832026-05-20T23:29:29.515Z |
35842026-05-20T23:29:29.515Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35852026-05-20T23:29:29.515Z |
35862026-05-20T23:29:29.515Z 77 | pub struct Record<R: RecordData = RData> {
35872026-05-20T23:29:29.515Z | ---------------------------------------- this is the found type
35882026-05-20T23:29:29.515Z = help: you can use `cargo tree` to explore your dependency tree
35892026-05-20T23:29:29.515Znote: required by a bound in `encode_and_send`
35902026-05-20T23:29:29.515Z --> dns-server/src/dns_server.rs:492:27
35912026-05-20T23:29:29.515Z |
35922026-05-20T23:29:29.515Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35932026-05-20T23:29:29.515Z | --------------- required by a bound in this function
35942026-05-20T23:29:29.515Z...
35952026-05-20T23:29:29.515Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35962026-05-20T23:29:29.516Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35972026-05-20T23:29:29.516Z
35982026-05-20T23:29:29.516Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35992026-05-20T23:29:29.516Z --> dns-server/src/dns_server.rs:457:69
36002026-05-20T23:29:29.516Z |
36012026-05-20T23:29:29.516Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36022026-05-20T23:29:29.516Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36032026-05-20T23:29:29.520Z |
36042026-05-20T23:29:29.520Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36052026-05-20T23:29:29.520Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36062026-05-20T23:29:29.520Z |
36072026-05-20T23:29:29.520Z 78 | pub struct Record<R: RecordData = RData> {
36082026-05-20T23:29:29.520Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36092026-05-20T23:29:29.520Z |
36102026-05-20T23:29:29.520Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36112026-05-20T23:29:29.520Z |
36122026-05-20T23:29:29.520Z 77 | pub struct Record<R: RecordData = RData> {
36132026-05-20T23:29:29.520Z | ---------------------------------------- this is the found type
36142026-05-20T23:29:29.520Z = help: you can use `cargo tree` to explore your dependency tree
36152026-05-20T23:29:29.520Znote: required by a bound in `encode_and_send`
36162026-05-20T23:29:29.520Z --> dns-server/src/dns_server.rs:493:19
36172026-05-20T23:29:29.520Z |
36182026-05-20T23:29:29.520Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36192026-05-20T23:29:29.520Z | --------------- required by a bound in this function
36202026-05-20T23:29:29.520Z...
36212026-05-20T23:29:29.520Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36222026-05-20T23:29:29.520Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36232026-05-20T23:29:29.520Z
36242026-05-20T23:29:29.520Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36252026-05-20T23:29:29.520Z --> dns-server/src/dns_server.rs:457:69
36262026-05-20T23:29:29.520Z |
36272026-05-20T23:29:29.520Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36282026-05-20T23:29:29.520Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36292026-05-20T23:29:29.520Z |
36302026-05-20T23:29:29.520Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36312026-05-20T23:29:29.520Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36322026-05-20T23:29:29.520Z |
36332026-05-20T23:29:29.521Z 78 | pub struct Record<R: RecordData = RData> {
36342026-05-20T23:29:29.521Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36352026-05-20T23:29:29.521Z |
36362026-05-20T23:29:29.521Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36372026-05-20T23:29:29.521Z |
36382026-05-20T23:29:29.521Z 77 | pub struct Record<R: RecordData = RData> {
36392026-05-20T23:29:29.521Z | ---------------------------------------- this is the found type
36402026-05-20T23:29:29.521Z = help: you can use `cargo tree` to explore your dependency tree
36412026-05-20T23:29:29.521Znote: required by a bound in `encode_and_send`
36422026-05-20T23:29:29.521Z --> dns-server/src/dns_server.rs:494:27
36432026-05-20T23:29:29.522Z |
36442026-05-20T23:29:29.522Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36452026-05-20T23:29:29.522Z | --------------- required by a bound in this function
36462026-05-20T23:29:29.522Z...
36472026-05-20T23:29:29.522Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36482026-05-20T23:29:29.522Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36492026-05-20T23:29:29.522Z
36502026-05-20T23:29:29.522Zerror[E0308]: arguments to this method are incorrect
36512026-05-20T23:29:29.522Z --> dns-server/src/dns_server.rs:477:20
36522026-05-20T23:29:29.522Z |
36532026-05-20T23:29:29.522Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36542026-05-20T23:29:29.522Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36552026-05-20T23:29:29.522Z | |
36562026-05-20T23:29:29.522Z | expected `Header`, found `hickory_proto::op::Header`
36572026-05-20T23:29:29.522Z |
36582026-05-20T23:29:29.522Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36592026-05-20T23:29:29.522Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36602026-05-20T23:29:29.522Z |
36612026-05-20T23:29:29.522Z 57 | pub struct Header {
36622026-05-20T23:29:29.522Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36632026-05-20T23:29:29.522Z |
36642026-05-20T23:29:29.522Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36652026-05-20T23:29:29.522Z |
36662026-05-20T23:29:29.522Z 57 | pub struct Header {
36672026-05-20T23:29:29.522Z | ----------------- this is the found type
36682026-05-20T23:29:29.522Z = help: you can use `cargo tree` to explore your dependency tree
36692026-05-20T23:29:29.522Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36702026-05-20T23:29:29.522Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36712026-05-20T23:29:29.522Z |
36722026-05-20T23:29:29.523Z 67 | pub enum ResponseCode {
36732026-05-20T23:29:29.523Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36742026-05-20T23:29:29.523Z |
36752026-05-20T23:29:29.523Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36762026-05-20T23:29:29.523Z |
36772026-05-20T23:29:29.523Z 67 | pub enum ResponseCode {
36782026-05-20T23:29:29.523Z | --------------------- this is the found type
36792026-05-20T23:29:29.523Z = help: you can use `cargo tree` to explore your dependency tree
36802026-05-20T23:29:29.523Znote: method defined here
36812026-05-20T23:29:29.523Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36822026-05-20T23:29:29.523Z |
36832026-05-20T23:29:29.523Z190 | pub fn error_msg<'a>(
36842026-05-20T23:29:29.523Z | ^^^^^^^^^
36852026-05-20T23:29:29.523Z
36862026-05-20T23:29:29.523Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36872026-05-20T23:29:29.523Z --> dns-server/src/dns_server.rs:478:50
36882026-05-20T23:29:29.523Z |
36892026-05-20T23:29:29.523Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36902026-05-20T23:29:29.523Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36912026-05-20T23:29:29.525Z | |
36922026-05-20T23:29:29.525Z | required by a bound introduced by this call
36932026-05-20T23:29:29.525Z |
36942026-05-20T23:29:29.525Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36952026-05-20T23:29:29.525Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36962026-05-20T23:29:29.525Z |
36972026-05-20T23:29:29.525Z 78 | pub struct Record<R: RecordData = RData> {
36982026-05-20T23:29:29.525Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36992026-05-20T23:29:29.525Z |
37002026-05-20T23:29:29.525Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37012026-05-20T23:29:29.525Z |
37022026-05-20T23:29:29.525Z 77 | pub struct Record<R: RecordData = RData> {
37032026-05-20T23:29:29.530Z | ---------------------------------------- this is the found type
37042026-05-20T23:29:29.530Z = help: you can use `cargo tree` to explore your dependency tree
37052026-05-20T23:29:29.530Znote: required by a bound in `encode_and_send`
37062026-05-20T23:29:29.530Z --> dns-server/src/dns_server.rs:491:23
37072026-05-20T23:29:29.530Z |
37082026-05-20T23:29:29.530Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37092026-05-20T23:29:29.530Z | --------------- required by a bound in this function
37102026-05-20T23:29:29.530Z...
37112026-05-20T23:29:29.530Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37122026-05-20T23:29:29.530Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37132026-05-20T23:29:29.530Z
37142026-05-20T23:29:29.530Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37152026-05-20T23:29:29.530Z --> dns-server/src/dns_server.rs:478:50
37162026-05-20T23:29:29.530Z |
37172026-05-20T23:29:29.530Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37182026-05-20T23:29:29.530Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37192026-05-20T23:29:29.530Z | |
37202026-05-20T23:29:29.530Z | required by a bound introduced by this call
37212026-05-20T23:29:29.530Z |
37222026-05-20T23:29:29.530Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37232026-05-20T23:29:29.530Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37242026-05-20T23:29:29.530Z |
37252026-05-20T23:29:29.530Z 78 | pub struct Record<R: RecordData = RData> {
37262026-05-20T23:29:29.530Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37272026-05-20T23:29:29.530Z |
37282026-05-20T23:29:29.530Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37292026-05-20T23:29:29.530Z |
37302026-05-20T23:29:29.530Z 77 | pub struct Record<R: RecordData = RData> {
37312026-05-20T23:29:29.530Z | ---------------------------------------- this is the found type
37322026-05-20T23:29:29.530Z = help: you can use `cargo tree` to explore your dependency tree
37332026-05-20T23:29:29.530Znote: required by a bound in `encode_and_send`
37342026-05-20T23:29:29.530Z --> dns-server/src/dns_server.rs:492:27
37352026-05-20T23:29:29.530Z |
37362026-05-20T23:29:29.531Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37372026-05-20T23:29:29.531Z | --------------- required by a bound in this function
37382026-05-20T23:29:29.531Z...
37392026-05-20T23:29:29.531Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37402026-05-20T23:29:29.531Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37412026-05-20T23:29:29.531Z
37422026-05-20T23:29:29.531Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37432026-05-20T23:29:29.531Z --> dns-server/src/dns_server.rs:478:50
37442026-05-20T23:29:29.531Z |
37452026-05-20T23:29:29.531Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37462026-05-20T23:29:29.531Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37472026-05-20T23:29:29.531Z | |
37482026-05-20T23:29:29.531Z | required by a bound introduced by this call
37492026-05-20T23:29:29.531Z |
37502026-05-20T23:29:29.531Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37512026-05-20T23:29:29.531Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37522026-05-20T23:29:29.531Z |
37532026-05-20T23:29:29.531Z 78 | pub struct Record<R: RecordData = RData> {
37542026-05-20T23:29:29.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37552026-05-20T23:29:29.532Z |
37562026-05-20T23:29:29.532Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37572026-05-20T23:29:29.532Z |
37582026-05-20T23:29:29.532Z 77 | pub struct Record<R: RecordData = RData> {
37592026-05-20T23:29:29.532Z | ---------------------------------------- this is the found type
37602026-05-20T23:29:29.532Z = help: you can use `cargo tree` to explore your dependency tree
37612026-05-20T23:29:29.532Znote: required by a bound in `encode_and_send`
37622026-05-20T23:29:29.532Z --> dns-server/src/dns_server.rs:493:19
37632026-05-20T23:29:29.532Z |
37642026-05-20T23:29:29.532Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37652026-05-20T23:29:29.532Z | --------------- required by a bound in this function
37662026-05-20T23:29:29.532Z...
37672026-05-20T23:29:29.532Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37682026-05-20T23:29:29.532Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37692026-05-20T23:29:29.532Z
37702026-05-20T23:29:29.532Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37712026-05-20T23:29:29.532Z --> dns-server/src/dns_server.rs:478:50
37722026-05-20T23:29:29.532Z |
37732026-05-20T23:29:29.532Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37742026-05-20T23:29:29.532Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37752026-05-20T23:29:29.532Z | |
37762026-05-20T23:29:29.532Z | required by a bound introduced by this call
37772026-05-20T23:29:29.532Z |
37782026-05-20T23:29:29.532Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37792026-05-20T23:29:29.532Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37802026-05-20T23:29:29.532Z |
37812026-05-20T23:29:29.532Z 78 | pub struct Record<R: RecordData = RData> {
37822026-05-20T23:29:29.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37832026-05-20T23:29:29.533Z |
37842026-05-20T23:29:29.533Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37852026-05-20T23:29:29.533Z |
37862026-05-20T23:29:29.533Z 77 | pub struct Record<R: RecordData = RData> {
37872026-05-20T23:29:29.533Z | ---------------------------------------- this is the found type
37882026-05-20T23:29:29.533Z = help: you can use `cargo tree` to explore your dependency tree
37892026-05-20T23:29:29.533Znote: required by a bound in `encode_and_send`
37902026-05-20T23:29:29.533Z --> dns-server/src/dns_server.rs:494:27
37912026-05-20T23:29:29.533Z |
37922026-05-20T23:29:29.533Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37932026-05-20T23:29:29.533Z | --------------- required by a bound in this function
37942026-05-20T23:29:29.533Z...
37952026-05-20T23:29:29.534Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37962026-05-20T23:29:29.534Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37972026-05-20T23:29:29.534Z
37982026-05-20T23:29:29.534Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37992026-05-20T23:29:29.534Z --> dns-server/src/dns_server.rs:478:25
38002026-05-20T23:29:29.534Z |
38012026-05-20T23:29:29.534Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38022026-05-20T23:29:29.534Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38032026-05-20T23:29:29.539Z |
38042026-05-20T23:29:29.539Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38052026-05-20T23:29:29.539Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38062026-05-20T23:29:29.539Z |
38072026-05-20T23:29:29.539Z 78 | pub struct Record<R: RecordData = RData> {
38082026-05-20T23:29:29.539Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38092026-05-20T23:29:29.539Z |
38102026-05-20T23:29:29.539Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38112026-05-20T23:29:29.539Z |
38122026-05-20T23:29:29.539Z 77 | pub struct Record<R: RecordData = RData> {
38132026-05-20T23:29:29.539Z | ---------------------------------------- this is the found type
38142026-05-20T23:29:29.539Z = help: you can use `cargo tree` to explore your dependency tree
38152026-05-20T23:29:29.539Znote: required by a bound in `encode_and_send`
38162026-05-20T23:29:29.539Z --> dns-server/src/dns_server.rs:491:23
38172026-05-20T23:29:29.539Z |
38182026-05-20T23:29:29.539Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38192026-05-20T23:29:29.539Z | --------------- required by a bound in this function
38202026-05-20T23:29:29.539Z...
38212026-05-20T23:29:29.539Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38222026-05-20T23:29:29.539Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38232026-05-20T23:29:29.539Z
38242026-05-20T23:29:29.539Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38252026-05-20T23:29:29.539Z --> dns-server/src/dns_server.rs:478:25
38262026-05-20T23:29:29.539Z |
38272026-05-20T23:29:29.539Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38282026-05-20T23:29:29.539Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38292026-05-20T23:29:29.539Z |
38302026-05-20T23:29:29.539Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38312026-05-20T23:29:29.539Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38322026-05-20T23:29:29.540Z |
38332026-05-20T23:29:29.540Z 78 | pub struct Record<R: RecordData = RData> {
38342026-05-20T23:29:29.540Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38352026-05-20T23:29:29.540Z |
38362026-05-20T23:29:29.540Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38372026-05-20T23:29:29.540Z |
38382026-05-20T23:29:29.540Z 77 | pub struct Record<R: RecordData = RData> {
38392026-05-20T23:29:29.540Z | ---------------------------------------- this is the found type
38402026-05-20T23:29:29.540Z = help: you can use `cargo tree` to explore your dependency tree
38412026-05-20T23:29:29.540Znote: required by a bound in `encode_and_send`
38422026-05-20T23:29:29.540Z --> dns-server/src/dns_server.rs:492:27
38432026-05-20T23:29:29.540Z |
38442026-05-20T23:29:29.540Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38452026-05-20T23:29:29.540Z | --------------- required by a bound in this function
38462026-05-20T23:29:29.540Z...
38472026-05-20T23:29:29.540Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38482026-05-20T23:29:29.540Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38492026-05-20T23:29:29.540Z
38502026-05-20T23:29:29.540Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38512026-05-20T23:29:29.540Z --> dns-server/src/dns_server.rs:478:25
38522026-05-20T23:29:29.540Z |
38532026-05-20T23:29:29.540Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38542026-05-20T23:29:29.540Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38552026-05-20T23:29:29.540Z |
38562026-05-20T23:29:29.540Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38572026-05-20T23:29:29.540Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38582026-05-20T23:29:29.540Z |
38592026-05-20T23:29:29.540Z 78 | pub struct Record<R: RecordData = RData> {
38602026-05-20T23:29:29.540Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38612026-05-20T23:29:29.540Z |
38622026-05-20T23:29:29.540Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38632026-05-20T23:29:29.540Z |
38642026-05-20T23:29:29.540Z 77 | pub struct Record<R: RecordData = RData> {
38652026-05-20T23:29:29.540Z | ---------------------------------------- this is the found type
38662026-05-20T23:29:29.540Z = help: you can use `cargo tree` to explore your dependency tree
38672026-05-20T23:29:29.540Znote: required by a bound in `encode_and_send`
38682026-05-20T23:29:29.540Z --> dns-server/src/dns_server.rs:493:19
38692026-05-20T23:29:29.540Z |
38702026-05-20T23:29:29.541Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38712026-05-20T23:29:29.541Z | --------------- required by a bound in this function
38722026-05-20T23:29:29.541Z...
38732026-05-20T23:29:29.541Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38742026-05-20T23:29:29.541Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38752026-05-20T23:29:29.541Z
38762026-05-20T23:29:29.541Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38772026-05-20T23:29:29.541Z --> dns-server/src/dns_server.rs:478:25
38782026-05-20T23:29:29.541Z |
38792026-05-20T23:29:29.541Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38802026-05-20T23:29:29.541Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38812026-05-20T23:29:29.541Z |
38822026-05-20T23:29:29.541Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38832026-05-20T23:29:29.541Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38842026-05-20T23:29:29.541Z |
38852026-05-20T23:29:29.541Z 78 | pub struct Record<R: RecordData = RData> {
38862026-05-20T23:29:29.541Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38872026-05-20T23:29:29.541Z |
38882026-05-20T23:29:29.541Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38892026-05-20T23:29:29.541Z |
38902026-05-20T23:29:29.542Z 77 | pub struct Record<R: RecordData = RData> {
38912026-05-20T23:29:29.542Z | ---------------------------------------- this is the found type
38922026-05-20T23:29:29.542Z = help: you can use `cargo tree` to explore your dependency tree
38932026-05-20T23:29:29.542Znote: required by a bound in `encode_and_send`
38942026-05-20T23:29:29.542Z --> dns-server/src/dns_server.rs:494:27
38952026-05-20T23:29:29.542Z |
38962026-05-20T23:29:29.542Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38972026-05-20T23:29:29.542Z | --------------- required by a bound in this function
38982026-05-20T23:29:29.542Z...
38992026-05-20T23:29:29.542Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39002026-05-20T23:29:29.542Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39012026-05-20T23:29:29.542Z
39022026-05-20T23:29:29.542Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39032026-05-20T23:29:29.546Z --> dns-server/src/dns_server.rs:478:69
39042026-05-20T23:29:29.546Z |
39052026-05-20T23:29:29.546Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39062026-05-20T23:29:29.546Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39072026-05-20T23:29:29.546Z |
39082026-05-20T23:29:29.546Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39092026-05-20T23:29:29.546Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39102026-05-20T23:29:29.546Z |
39112026-05-20T23:29:29.546Z 78 | pub struct Record<R: RecordData = RData> {
39122026-05-20T23:29:29.546Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39132026-05-20T23:29:29.546Z |
39142026-05-20T23:29:29.546Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39152026-05-20T23:29:29.546Z |
39162026-05-20T23:29:29.546Z 77 | pub struct Record<R: RecordData = RData> {
39172026-05-20T23:29:29.546Z | ---------------------------------------- this is the found type
39182026-05-20T23:29:29.546Z = help: you can use `cargo tree` to explore your dependency tree
39192026-05-20T23:29:29.546Znote: required by a bound in `encode_and_send`
39202026-05-20T23:29:29.546Z --> dns-server/src/dns_server.rs:491:23
39212026-05-20T23:29:29.546Z |
39222026-05-20T23:29:29.547Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39232026-05-20T23:29:29.547Z | --------------- required by a bound in this function
39242026-05-20T23:29:29.547Z...
39252026-05-20T23:29:29.547Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39262026-05-20T23:29:29.547Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39272026-05-20T23:29:29.547Z
39282026-05-20T23:29:29.547Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39292026-05-20T23:29:29.547Z --> dns-server/src/dns_server.rs:478:69
39302026-05-20T23:29:29.547Z |
39312026-05-20T23:29:29.547Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39322026-05-20T23:29:29.547Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39332026-05-20T23:29:29.547Z |
39342026-05-20T23:29:29.547Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39352026-05-20T23:29:29.547Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39362026-05-20T23:29:29.547Z |
39372026-05-20T23:29:29.547Z 78 | pub struct Record<R: RecordData = RData> {
39382026-05-20T23:29:29.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39392026-05-20T23:29:29.547Z |
39402026-05-20T23:29:29.547Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39412026-05-20T23:29:29.547Z |
39422026-05-20T23:29:29.547Z 77 | pub struct Record<R: RecordData = RData> {
39432026-05-20T23:29:29.547Z | ---------------------------------------- this is the found type
39442026-05-20T23:29:29.547Z = help: you can use `cargo tree` to explore your dependency tree
39452026-05-20T23:29:29.547Znote: required by a bound in `encode_and_send`
39462026-05-20T23:29:29.547Z --> dns-server/src/dns_server.rs:492:27
39472026-05-20T23:29:29.547Z |
39482026-05-20T23:29:29.547Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39492026-05-20T23:29:29.547Z | --------------- required by a bound in this function
39502026-05-20T23:29:29.547Z...
39512026-05-20T23:29:29.547Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39522026-05-20T23:29:29.547Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39532026-05-20T23:29:29.547Z
39542026-05-20T23:29:29.547Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39552026-05-20T23:29:29.547Z --> dns-server/src/dns_server.rs:478:69
39562026-05-20T23:29:29.547Z |
39572026-05-20T23:29:29.547Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39582026-05-20T23:29:29.547Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39592026-05-20T23:29:29.547Z |
39602026-05-20T23:29:29.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39612026-05-20T23:29:29.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39622026-05-20T23:29:29.548Z |
39632026-05-20T23:29:29.548Z 78 | pub struct Record<R: RecordData = RData> {
39642026-05-20T23:29:29.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39652026-05-20T23:29:29.548Z |
39662026-05-20T23:29:29.548Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39672026-05-20T23:29:29.548Z |
39682026-05-20T23:29:29.548Z 77 | pub struct Record<R: RecordData = RData> {
39692026-05-20T23:29:29.548Z | ---------------------------------------- this is the found type
39702026-05-20T23:29:29.548Z = help: you can use `cargo tree` to explore your dependency tree
39712026-05-20T23:29:29.548Znote: required by a bound in `encode_and_send`
39722026-05-20T23:29:29.548Z --> dns-server/src/dns_server.rs:493:19
39732026-05-20T23:29:29.549Z |
39742026-05-20T23:29:29.549Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39752026-05-20T23:29:29.549Z | --------------- required by a bound in this function
39762026-05-20T23:29:29.549Z...
39772026-05-20T23:29:29.549Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39782026-05-20T23:29:29.549Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39792026-05-20T23:29:29.549Z
39802026-05-20T23:29:29.549Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39812026-05-20T23:29:29.549Z --> dns-server/src/dns_server.rs:478:69
39822026-05-20T23:29:29.549Z |
39832026-05-20T23:29:29.549Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39842026-05-20T23:29:29.549Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39852026-05-20T23:29:29.549Z |
39862026-05-20T23:29:29.549Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39872026-05-20T23:29:29.549Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39882026-05-20T23:29:29.549Z |
39892026-05-20T23:29:29.549Z 78 | pub struct Record<R: RecordData = RData> {
39902026-05-20T23:29:29.549Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39912026-05-20T23:29:29.549Z |
39922026-05-20T23:29:29.549Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39932026-05-20T23:29:29.549Z |
39942026-05-20T23:29:29.549Z 77 | pub struct Record<R: RecordData = RData> {
39952026-05-20T23:29:29.549Z | ---------------------------------------- this is the found type
39962026-05-20T23:29:29.549Z = help: you can use `cargo tree` to explore your dependency tree
39972026-05-20T23:29:29.549Znote: required by a bound in `encode_and_send`
39982026-05-20T23:29:29.549Z --> dns-server/src/dns_server.rs:494:27
39992026-05-20T23:29:29.549Z |
40002026-05-20T23:29:29.549Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40012026-05-20T23:29:29.549Z | --------------- required by a bound in this function
40022026-05-20T23:29:29.549Z...
40032026-05-20T23:29:29.555Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40042026-05-20T23:29:29.555Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40052026-05-20T23:29:29.555Z
40062026-05-20T23:29:29.556Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
40072026-05-20T23:29:29.568Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
40082026-05-20T23:29:29.568Z --> dns-server/src/dns_server.rs:500:14
40092026-05-20T23:29:29.568Z |
40102026-05-20T23:29:29.568Z499 | let _ = mresp
40112026-05-20T23:29:29.568Z | _________________-
40122026-05-20T23:29:29.568Z500 | | .destructive_emit(&mut enc)
40132026-05-20T23:29:29.569Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40142026-05-20T23:29:29.569Z | |_____________|
40152026-05-20T23:29:29.569Z |
40162026-05-20T23:29:29.569Z |
40172026-05-20T23:29:29.569Z = note: the following trait bounds were not satisfied:
40182026-05-20T23:29:29.569Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40192026-05-20T23:29:29.569Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40202026-05-20T23:29:29.569Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40212026-05-20T23:29:29.569Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40222026-05-20T23:29:29.569Z
40232026-05-20T23:29:29.572Zerror[E0308]: mismatched types
40242026-05-20T23:29:29.572Z --> dns-server/src/dns_server.rs:229:35
40252026-05-20T23:29:29.572Z |
40262026-05-20T23:29:29.572Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40272026-05-20T23:29:29.572Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40282026-05-20T23:29:29.572Z | |
40292026-05-20T23:29:29.573Z | arguments to this function are incorrect
40302026-05-20T23:29:29.573Z |
40312026-05-20T23:29:29.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40322026-05-20T23:29:29.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40332026-05-20T23:29:29.573Z |
40342026-05-20T23:29:29.573Z 34 | pub struct Name {
40352026-05-20T23:29:29.573Z | ^^^^^^^^^^^^^^^ this is the expected type
40362026-05-20T23:29:29.573Z |
40372026-05-20T23:29:29.573Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40382026-05-20T23:29:29.573Z |
40392026-05-20T23:29:29.573Z 37 | pub struct Name {
40402026-05-20T23:29:29.573Z | --------------- this is the found type
40412026-05-20T23:29:29.573Z = help: you can use `cargo tree` to explore your dependency tree
40422026-05-20T23:29:29.573Znote: associated function defined here
40432026-05-20T23:29:29.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40442026-05-20T23:29:29.573Z |
40452026-05-20T23:29:29.573Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40462026-05-20T23:29:29.573Z | ^^^^^^^^^^
40472026-05-20T23:29:29.573Z
40482026-05-20T23:29:29.573Zerror[E0308]: mismatched types
40492026-05-20T23:29:29.573Z --> dns-server/src/dns_server.rs:233:35
40502026-05-20T23:29:29.573Z |
40512026-05-20T23:29:29.573Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40522026-05-20T23:29:29.573Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40532026-05-20T23:29:29.573Z | |
40542026-05-20T23:29:29.573Z | arguments to this function are incorrect
40552026-05-20T23:29:29.573Z |
40562026-05-20T23:29:29.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40572026-05-20T23:29:29.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40582026-05-20T23:29:29.573Z |
40592026-05-20T23:29:29.573Z 34 | pub struct Name {
40602026-05-20T23:29:29.573Z | ^^^^^^^^^^^^^^^ this is the expected type
40612026-05-20T23:29:29.573Z |
40622026-05-20T23:29:29.573Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40632026-05-20T23:29:29.573Z |
40642026-05-20T23:29:29.573Z 37 | pub struct Name {
40652026-05-20T23:29:29.573Z | --------------- this is the found type
40662026-05-20T23:29:29.574Z = help: you can use `cargo tree` to explore your dependency tree
40672026-05-20T23:29:29.574Znote: associated function defined here
40682026-05-20T23:29:29.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40692026-05-20T23:29:29.574Z |
40702026-05-20T23:29:29.574Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40712026-05-20T23:29:29.574Z | ^^^^^^^^^^
40722026-05-20T23:29:29.574Z
40732026-05-20T23:29:29.574Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
40742026-05-20T23:29:29.574Zerror[E0308]: mismatched types
40752026-05-20T23:29:29.574Z --> dns-server/src/dns_server.rs:247:60
40762026-05-20T23:29:29.574Z |
40772026-05-20T23:29:29.574Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40782026-05-20T23:29:29.574Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40792026-05-20T23:29:29.574Z | |
40802026-05-20T23:29:29.574Z | arguments to this function are incorrect
40812026-05-20T23:29:29.574Z |
40822026-05-20T23:29:29.574Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40832026-05-20T23:29:29.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40842026-05-20T23:29:29.574Z |
40852026-05-20T23:29:29.574Z 34 | pub struct Name {
40862026-05-20T23:29:29.575Z | ^^^^^^^^^^^^^^^ this is the expected type
40872026-05-20T23:29:29.575Z |
40882026-05-20T23:29:29.575Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40892026-05-20T23:29:29.575Z |
40902026-05-20T23:29:29.575Z 37 | pub struct Name {
40912026-05-20T23:29:29.575Z | --------------- this is the found type
40922026-05-20T23:29:29.575Z = help: you can use `cargo tree` to explore your dependency tree
40932026-05-20T23:29:29.575Znote: associated function defined here
40942026-05-20T23:29:29.575Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40952026-05-20T23:29:29.575Z |
40962026-05-20T23:29:29.575Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
40972026-05-20T23:29:29.575Z | ^^^
40982026-05-20T23:29:29.575Z
40992026-05-20T23:29:29.593Zerror[E0308]: mismatched types
41002026-05-20T23:29:29.593Z --> dns-server/src/dns_server.rs:245:17
41012026-05-20T23:29:29.593Z |
41022026-05-20T23:29:29.593Z244 | Ok(Record::from_rdata(
41032026-05-20T23:29:29.593Z | ------------------ arguments to this function are incorrect
41042026-05-20T23:29:29.593Z245 | name.clone(),
41052026-05-20T23:29:29.593Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41062026-05-20T23:29:29.593Z |
41072026-05-20T23:29:29.593Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41082026-05-20T23:29:29.593Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41092026-05-20T23:29:29.593Z |
41102026-05-20T23:29:29.593Z 34 | pub struct Name {
41112026-05-20T23:29:29.593Z | ^^^^^^^^^^^^^^^ this is the expected type
41122026-05-20T23:29:29.593Z |
41132026-05-20T23:29:29.593Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41142026-05-20T23:29:29.593Z |
41152026-05-20T23:29:29.593Z 37 | pub struct Name {
41162026-05-20T23:29:29.593Z | --------------- this is the found type
41172026-05-20T23:29:29.593Z = help: you can use `cargo tree` to explore your dependency tree
41182026-05-20T23:29:29.593Znote: associated function defined here
41192026-05-20T23:29:29.593Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41202026-05-20T23:29:29.593Z |
41212026-05-20T23:29:29.593Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41222026-05-20T23:29:29.593Z | ^^^^^^^^^^
41232026-05-20T23:29:29.593Z
41242026-05-20T23:29:29.593Zerror[E0308]: mismatched types
41252026-05-20T23:29:29.593Z --> dns-server/src/dns_server.rs:259:65
41262026-05-20T23:29:29.593Z |
41272026-05-20T23:29:29.593Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41282026-05-20T23:29:29.593Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41292026-05-20T23:29:29.593Z | |
41302026-05-20T23:29:29.594Z | arguments to this struct are incorrect
41312026-05-20T23:29:29.594Z |
41322026-05-20T23:29:29.594Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41332026-05-20T23:29:29.594Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41342026-05-20T23:29:29.594Z |
41352026-05-20T23:29:29.594Z 34 | pub struct Name {
41362026-05-20T23:29:29.594Z | ^^^^^^^^^^^^^^^ this is the expected type
41372026-05-20T23:29:29.594Z |
41382026-05-20T23:29:29.595Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41392026-05-20T23:29:29.595Z |
41402026-05-20T23:29:29.595Z 37 | pub struct Name {
41412026-05-20T23:29:29.595Z | --------------- this is the found type
41422026-05-20T23:29:29.595Z = help: you can use `cargo tree` to explore your dependency tree
41432026-05-20T23:29:29.595Znote: tuple struct defined here
41442026-05-20T23:29:29.595Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41452026-05-20T23:29:29.595Z |
41462026-05-20T23:29:29.595Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41472026-05-20T23:29:29.595Z | ^^
41482026-05-20T23:29:29.595Z
41492026-05-20T23:29:29.595Zerror[E0308]: mismatched types
41502026-05-20T23:29:29.595Z --> dns-server/src/dns_server.rs:259:35
41512026-05-20T23:29:29.595Z |
41522026-05-20T23:29:29.595Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41532026-05-20T23:29:29.595Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41542026-05-20T23:29:29.595Z | |
41552026-05-20T23:29:29.595Z | arguments to this function are incorrect
41562026-05-20T23:29:29.595Z |
41572026-05-20T23:29:29.595Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41582026-05-20T23:29:29.595Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41592026-05-20T23:29:29.595Z |
41602026-05-20T23:29:29.595Z 34 | pub struct Name {
41612026-05-20T23:29:29.595Z | ^^^^^^^^^^^^^^^ this is the expected type
41622026-05-20T23:29:29.599Z |
41632026-05-20T23:29:29.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41642026-05-20T23:29:29.599Z |
41652026-05-20T23:29:29.599Z 37 | pub struct Name {
41662026-05-20T23:29:29.599Z | --------------- this is the found type
41672026-05-20T23:29:29.599Z = help: you can use `cargo tree` to explore your dependency tree
41682026-05-20T23:29:29.599Znote: associated function defined here
41692026-05-20T23:29:29.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41702026-05-20T23:29:29.599Z |
41712026-05-20T23:29:29.599Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41722026-05-20T23:29:29.599Z | ^^^^^^^^^^
41732026-05-20T23:29:29.599Z
41742026-05-20T23:29:29.605Zerror[E0308]: arguments to this function are incorrect
41752026-05-20T23:29:29.605Z --> dns-server/src/storage.rs:448:43
41762026-05-20T23:29:29.605Z |
41772026-05-20T23:29:29.605Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41782026-05-20T23:29:29.605Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41792026-05-20T23:29:29.605Z449 | preferred_nameserver,
41802026-05-20T23:29:29.605Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41812026-05-20T23:29:29.605Z450 | rname,
41822026-05-20T23:29:29.605Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41832026-05-20T23:29:29.605Z |
41842026-05-20T23:29:29.605Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41852026-05-20T23:29:29.605Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41862026-05-20T23:29:29.605Z |
41872026-05-20T23:29:29.605Z 34 | pub struct Name {
41882026-05-20T23:29:29.605Z | ^^^^^^^^^^^^^^^ this is the expected type
41892026-05-20T23:29:29.605Z |
41902026-05-20T23:29:29.605Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41912026-05-20T23:29:29.605Z |
41922026-05-20T23:29:29.605Z 37 | pub struct Name {
41932026-05-20T23:29:29.605Z | --------------- this is the found type
41942026-05-20T23:29:29.605Z = help: you can use `cargo tree` to explore your dependency tree
41952026-05-20T23:29:29.605Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41962026-05-20T23:29:29.605Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41972026-05-20T23:29:29.605Z |
41982026-05-20T23:29:29.605Z 34 | pub struct Name {
41992026-05-20T23:29:29.605Z | ^^^^^^^^^^^^^^^ this is the expected type
42002026-05-20T23:29:29.605Z |
42012026-05-20T23:29:29.605Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42022026-05-20T23:29:29.605Z |
42032026-05-20T23:29:29.605Z 37 | pub struct Name {
42042026-05-20T23:29:29.605Z | --------------- this is the found type
42052026-05-20T23:29:29.605Z = help: you can use `cargo tree` to explore your dependency tree
42062026-05-20T23:29:29.606Znote: associated function defined here
42072026-05-20T23:29:29.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
42082026-05-20T23:29:29.606Z |
42092026-05-20T23:29:29.606Z154 | pub fn new(
42102026-05-20T23:29:29.606Z | ^^^
42112026-05-20T23:29:29.606Z
42122026-05-20T23:29:29.609Zerror[E0308]: mismatched types
42132026-05-20T23:29:29.609Z --> dns-server/src/storage.rs:446:13
42142026-05-20T23:29:29.609Z |
42152026-05-20T23:29:29.609Z445 | let record = hickory_proto::rr::Record::from_rdata(
42162026-05-20T23:29:29.609Z | ------------------------------------- arguments to this function are incorrect
42172026-05-20T23:29:29.609Z446 | soa_name,
42182026-05-20T23:29:29.609Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42192026-05-20T23:29:29.609Z |
42202026-05-20T23:29:29.609Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42212026-05-20T23:29:29.609Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42222026-05-20T23:29:29.609Z |
42232026-05-20T23:29:29.609Z 34 | pub struct Name {
42242026-05-20T23:29:29.609Z | ^^^^^^^^^^^^^^^ this is the expected type
42252026-05-20T23:29:29.609Z |
42262026-05-20T23:29:29.609Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42272026-05-20T23:29:29.609Z |
42282026-05-20T23:29:29.609Z 37 | pub struct Name {
42292026-05-20T23:29:29.609Z | --------------- this is the found type
42302026-05-20T23:29:29.609Z = help: you can use `cargo tree` to explore your dependency tree
42312026-05-20T23:29:29.609Znote: associated function defined here
42322026-05-20T23:29:29.609Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42332026-05-20T23:29:29.609Z |
42342026-05-20T23:29:29.609Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42352026-05-20T23:29:29.609Z | ^^^^^^^^^^
42362026-05-20T23:29:29.609Z
42372026-05-20T23:29:29.627Zerror[E0308]: mismatched types
42382026-05-20T23:29:29.627Z --> dns-server/src/storage.rs:768:30
42392026-05-20T23:29:29.627Z |
42402026-05-20T23:29:29.627Z768 | self.query_raw(name, orig_name)
42412026-05-20T23:29:29.627Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42422026-05-20T23:29:29.627Z | |
42432026-05-20T23:29:29.627Z | arguments to this method are incorrect
42442026-05-20T23:29:29.627Z |
42452026-05-20T23:29:29.627Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42462026-05-20T23:29:29.627Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42472026-05-20T23:29:29.627Z |
42482026-05-20T23:29:29.627Z 37 | pub struct Name {
42492026-05-20T23:29:29.627Z | ^^^^^^^^^^^^^^^ this is the expected type
42502026-05-20T23:29:29.627Z |
42512026-05-20T23:29:29.627Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42522026-05-20T23:29:29.627Z |
42532026-05-20T23:29:29.627Z 34 | pub struct Name {
42542026-05-20T23:29:29.627Z | --------------- this is the found type
42552026-05-20T23:29:29.627Z = help: you can use `cargo tree` to explore your dependency tree
42562026-05-20T23:29:29.627Znote: method defined here
42572026-05-20T23:29:29.627Z --> dns-server/src/storage.rs:780:8
42582026-05-20T23:29:29.627Z |
42592026-05-20T23:29:29.627Z780 | fn query_raw(
42602026-05-20T23:29:29.627Z | ^^^^^^^^^
42612026-05-20T23:29:29.627Z...
42622026-05-20T23:29:29.628Z783 | orig_name: &Name,
42632026-05-20T23:29:29.628Z | ----------------
42642026-05-20T23:29:29.628Z
42652026-05-20T23:29:29.632Zerror[E0308]: mismatched types
42662026-05-20T23:29:29.632Z --> dns-server/src/storage.rs:777:40
42672026-05-20T23:29:29.632Z |
42682026-05-20T23:29:29.632Z777 | self.query_raw(&LowerName::new(name), name)
42692026-05-20T23:29:29.632Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42702026-05-20T23:29:29.632Z | |
42712026-05-20T23:29:29.632Z | arguments to this function are incorrect
42722026-05-20T23:29:29.632Z |
42732026-05-20T23:29:29.632Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42742026-05-20T23:29:29.632Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42752026-05-20T23:29:29.632Z |
42762026-05-20T23:29:29.632Z 34 | pub struct Name {
42772026-05-20T23:29:29.632Z | ^^^^^^^^^^^^^^^ this is the expected type
42782026-05-20T23:29:29.632Z |
42792026-05-20T23:29:29.632Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42802026-05-20T23:29:29.632Z |
42812026-05-20T23:29:29.632Z 37 | pub struct Name {
42822026-05-20T23:29:29.632Z | --------------- this is the found type
42832026-05-20T23:29:29.632Z = help: you can use `cargo tree` to explore your dependency tree
42842026-05-20T23:29:29.632Znote: associated function defined here
42852026-05-20T23:29:29.632Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42862026-05-20T23:29:29.632Z |
42872026-05-20T23:29:29.633Z 37 | pub fn new(name: &Name) -> Self {
42882026-05-20T23:29:29.633Z | ^^^
42892026-05-20T23:29:29.633Z
42902026-05-20T23:29:29.636Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42912026-05-20T23:29:29.636Z --> dns-server/src/storage.rs:791:33
42922026-05-20T23:29:29.636Z |
42932026-05-20T23:29:29.636Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42942026-05-20T23:29:29.636Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42952026-05-20T23:29:29.636Z |
42962026-05-20T23:29:29.636Zhelp: item with same name found
42972026-05-20T23:29:29.636Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
42982026-05-20T23:29:29.636Z |
42992026-05-20T23:29:29.636Z 28 | pub struct LowerName(Name);
43002026-05-20T23:29:29.636Z | ^^^^^^^^^^^^^^^^^^^^
43012026-05-20T23:29:29.636Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43022026-05-20T23:29:29.636Zhelp: the following other types implement trait `std::convert::From<T>`
43032026-05-20T23:29:29.636Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
43042026-05-20T23:29:29.636Z |
43052026-05-20T23:29:29.636Z240 | impl From<Name> for LowerName {
43062026-05-20T23:29:29.636Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
43072026-05-20T23:29:29.636Z...
43082026-05-20T23:29:29.636Z246 | impl<'a> From<&'a Name> for LowerName {
43092026-05-20T23:29:29.636Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
43102026-05-20T23:29:29.636Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43112026-05-20T23:29:29.636Z = help: you can use `cargo tree` to explore your dependency tree
43122026-05-20T23:29:29.636Z
43132026-05-20T23:29:29.870ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43142026-05-20T23:29:29.870ZFor more information about an error, try `rustc --explain E0271`.
43152026-05-20T23:29:29.953Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43162026-05-20T23:29:29.953Zwarning: build failed, waiting for other jobs to finish...
43172026-05-20T23:30:08.447ZError: Failed to build packages
43182026-05-20T23:30:08.451Z
43192026-05-20T23:30:08.451Zreal 1:52.187144655
43202026-05-20T23:30:08.451Zuser 19:06.632224905
43212026-05-20T23:30:08.451Zsys 1:34.921909974
43222026-05-20T23:30:08.451Ztrap 0.550385949
43232026-05-20T23:30:08.451Ztflt 2.334141663
43242026-05-20T23:30:08.451Zdflt 1.852546367
43252026-05-20T23:30:08.451Zkflt 0.029707632
43262026-05-20T23:30:08.451Zlock 1:50:33.340156017
43272026-05-20T23:30:08.451Zslp 52:32.640022953
43282026-05-20T23:30:08.451Zlat 1:14.957039624
43292026-05-20T23:30:08.451Zstop 3:47.858783320
43302026-05-20T23:30:08.455Zprocess exited: duration 346565 ms, exit code 1
 
43312026-05-20T23:30:08.461Zfound 0 output files
43322026-05-20T23:30:08.461Zupload error: rule "/work/package.tar.gz" required a match, but was not used