01KRD41ZDKYZBAZ87Y3BB92ZKD: 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: 01KRD43CPGRX82XXYJJFE59P2A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:37:05.676Zjob assigned to worker 01KRD43NDA7653DH4TJ3D87R2E [factory aws, i-0a19bec01025bfaa5] (queued for 51 s)
 
22026-05-12T03:37:13.172Zstarting task 0: "setup"
32026-05-12T03:37:13.179Z++ uname -s
42026-05-12T03:37:13.184Z+ kern=SunOS
52026-05-12T03:37:13.184Z+ build_user=build
62026-05-12T03:37:13.184Z+ build_uid=12345
72026-05-12T03:37:13.184Z+ work_dir=/work
82026-05-12T03:37:13.184Z+ input_dir=/input
92026-05-12T03:37:13.184Z+ [[ 0 == 12345 ]]
102026-05-12T03:37:13.184Z+ case "$kern" in
112026-05-12T03:37:13.184Z+ groupadd -g 12345 build
122026-05-12T03:37:13.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:37:15.192Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:37:15.316Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:37:15.319Z+ home_fs=zfs
162026-05-12T03:37:15.320Z+ [[ zfs == autofs ]]
172026-05-12T03:37:15.320Z+ mkdir -p /home/build
182026-05-12T03:37:15.320Z+ chown build:build /home/build /work
192026-05-12T03:37:17.320Z+ chmod 0700 /home/build /work
202026-05-12T03:37:17.324Zprocess exited: duration 4153 ms, exit code 0
 
212026-05-12T03:37:17.331Zstarting task 1: "rust-toolchain"
222026-05-12T03:37:17.337Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:37:17.337Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T03:37:17.337Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T03:37:17.337Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T03:37:17.337Z * rust toolchain channel = "1.94.0"
272026-05-12T03:37:17.337Z * rust toolchain profile = "default"
282026-05-12T03:37:17.340Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:37:17.340Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:37:17.456Zinfo: downloading installer
312026-05-12T03:37:18.939Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:37:18.939Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:37:18.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:37:18.939Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:37:18.952Zinfo: profile set to default
362026-05-12T03:37:18.952Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:37:18.956Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:37:19.092Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:37:19.092Zinfo: downloading 6 components
402026-05-12T03:37:33.494Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:37:33.494Z
422026-05-12T03:37:33.523Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:37:33.523Z
442026-05-12T03:37:33.523Z
452026-05-12T03:37:33.523ZRust is installed now. Great!
462026-05-12T03:37:33.523Z
472026-05-12T03:37:33.523ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:37:33.523Zenvironment variable. This has not been done automatically.
492026-05-12T03:37:33.523Z
502026-05-12T03:37:33.523ZTo configure your current shell, you need to source
512026-05-12T03:37:33.523Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:37:33.523Z
532026-05-12T03:37:33.523ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:37:33.528Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:37:33.528Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:37:33.528Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:37:33.528Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:37:33.528Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:37:33.528Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:37:33.529Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:37:33.529Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:37:33.626Z+ rustup --version
632026-05-12T03:37:33.639Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:37:33.639Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:37:33.654Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:37:33.654Z+ cargo --version
672026-05-12T03:37:33.797Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:37:33.797Z+ rustc --version
692026-05-12T03:37:33.797Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:37:33.817Zprocess exited: duration 16347 ms, exit code 0
 
712026-05-12T03:37:33.883Zstarting task 2: "authentication"
722026-05-12T03:37:33.932ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-12T03:37:46.683Zprocess exited: duration 12782 ms, exit code 0
 
742026-05-12T03:37:46.973Zstarting task 3: "clone repository"
752026-05-12T03:37:47.029Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-12T03:37:47.029Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-12T03:37:47.029ZCloning into '/work/oxidecomputer/omicron'...
782026-05-12T03:37:56.410Z+ cd /work/oxidecomputer/omicron
792026-05-12T03:37:56.410Z+ git fetch origin b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
802026-05-12T03:37:56.733ZFrom https://github.com/oxidecomputer/omicron
812026-05-12T03:37:56.733Z * branch b510b6cb9b99e7326bef8cf66eba50b01cdddd2a -> FETCH_HEAD
822026-05-12T03:37:56.815Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
832026-05-12T03:37:56.815Z++ git branch --show-current
842026-05-12T03:37:56.815Z+ current=main
852026-05-12T03:37:56.815Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
862026-05-12T03:37:56.815Z+ git branch -f renovate/crate-hickory-proto-vulnerability b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
872026-05-12T03:37:56.815Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
882026-05-12T03:37:56.961ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
892026-05-12T03:37:57.005Z+ git reset --hard b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
902026-05-12T03:37:57.006ZHEAD is now at b510b6cb9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
912026-05-12T03:37:57.006Zprocess exited: duration 10015 ms, exit code 0
 
922026-05-12T03:37:57.116Zstarting task 4: "build"
932026-05-12T03:37:57.170Z+ source .github/buildomat/ci-env.sh
942026-05-12T03:37:57.170Z++ export CARGO_TERM_COLOR=always
952026-05-12T03:37:57.170Z++ CARGO_TERM_COLOR=always
962026-05-12T03:37:57.170Z+ cargo --version
972026-05-12T03:37:57.170Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-12T03:37:57.170Z+ rustc --version
992026-05-12T03:37:57.170Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-12T03:37:57.170Z+ WORK=/work
1012026-05-12T03:37:57.170Z+ pfexec mkdir -p /work
1022026-05-12T03:37:57.170Z+ pfexec chown build /work
1032026-05-12T03:37:57.171Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042026-05-12T03:37:58.694Z Startup: Refreshing catalog 'helios' ... Done
1052026-05-12T03:37:58.768Z Startup: Caching catalogs ... Done
1062026-05-12T03:37:58.861ZPlanning: Solver setup ... Done (0.121s)
1072026-05-12T03:37:58.895ZPlanning: Running solver ... Done (0.009s)
1082026-05-12T03:37:58.895ZPlanning: Finding local manifests ... Done (0.003s)
1092026-05-12T03:37:58.895ZPlanning: Fetching manifests: 0/2 0% complete
1102026-05-12T03:37:58.906ZPlanning: Fetching manifests: 2/2 100% complete
1112026-05-12T03:37:58.907ZPlanning: Package planning ... Done (0.015s)
1122026-05-12T03:37:58.907ZPlanning: Merging actions ... Done (0.002s)
1132026-05-12T03:37:59.104ZPlanning: Checking for conflicting actions ... Done (0.192s)
1142026-05-12T03:37:59.158ZPlanning: Consolidating action changes ... Done (0.001s)
1152026-05-12T03:38:00.007ZPlanning: Evaluating mediators ... Done (0.905s)
1162026-05-12T03:38:00.014ZPlanning: Planning completed in 1.29 seconds
1172026-05-12T03:38:00.014Z Packages to install: 2
1182026-05-12T03:38:00.014Z Estimated space available: 156.08 GB
1192026-05-12T03:38:00.014ZEstimated space to be consumed: 16.95 MB
1202026-05-12T03:38:00.014Z Create boot environment: No
1212026-05-12T03:38:00.014ZCreate backup boot environment: No
1222026-05-12T03:38:00.014Z Rebuild boot archive: No
1232026-05-12T03:38:00.014Z
1242026-05-12T03:38:00.015ZChanged packages:
1252026-05-12T03:38:00.015Zhelios
1262026-05-12T03:38:00.015Z developer/build-essential
1272026-05-12T03:38:00.015Z None -> 11-3.0
1282026-05-12T03:38:00.015Z library/libxmlsec1
1292026-05-12T03:38:00.015Z None -> 1.2.35-3.0
1302026-05-12T03:38:00.038Z
1312026-05-12T03:38:00.038ZDownload: 0/214 items 0.0/1.3MB 0% complete
1322026-05-12T03:38:01.320ZDownload: Completed 1.28 MB in 1.29 seconds (1019k/s)
1332026-05-12T03:38:01.403Z Actions: 1/268 actions (Installing new actions)
1342026-05-12T03:38:01.441Z Actions: Completed 268 actions in 0.04 seconds.
1352026-05-12T03:38:01.446ZFinalize: Updating package state database ... Done (0.004s)
1362026-05-12T03:38:01.446ZFinalize: Updating package cache ... Done (0.000s)
1372026-05-12T03:38:01.464ZFinalize: Updating image state ... Done (0.011s)
1382026-05-12T03:38:04.531ZFinalize: Creating fast lookup database ... Done (2.560s)
1392026-05-12T03:38:04.547ZFinalize: Reading search index ... Done (0.014s)
1402026-05-12T03:38:04.547ZFinalize: Updating search index ... Done (0.000s)
1412026-05-12T03:38:04.548ZFinalize: Updating package cache ... Done (0.000s)
1422026-05-12T03:38:04.646ZPlanning: Evaluating mediator changes ... Done
1432026-05-12T03:38:04.722ZPlanning: Checking for conflicting actions ... Done
1442026-05-12T03:38:04.768ZPlanning: Consolidating action changes ... Done
1452026-05-12T03:38:04.837ZPlanning: Evaluating mediators ... Done
1462026-05-12T03:38:04.849ZPlanning: Planning completed in 0.27 seconds
1472026-05-12T03:38:04.857Z Mediators to change: 2
1482026-05-12T03:38:04.857Z Create boot environment: No
1492026-05-12T03:38:04.858ZCreate backup boot environment: No
1502026-05-12T03:38:04.933ZFinalize: Updating package state database ... Done
1512026-05-12T03:38:04.933ZFinalize: Updating package cache ... Done
1522026-05-12T03:38:04.954ZFinalize: Updating image state ... Done
1532026-05-12T03:38:06.974ZFinalize: Creating fast lookup database ... Done
1542026-05-12T03:38:07.093ZFinalize: Reading search index ... Done
1552026-05-12T03:38:07.093ZFinalize: Updating search index ... Done
1562026-05-12T03:38:07.093ZFinalize: Updating package cache ... Done
1572026-05-12T03:38:07.336ZPlanning: Evaluating mediator changes ... Done
1582026-05-12T03:38:07.416ZPlanning: Checking for conflicting actions ... Done
1592026-05-12T03:38:07.428ZPlanning: Consolidating action changes ... Done
1602026-05-12T03:38:07.689ZPlanning: Evaluating mediators ... Done
1612026-05-12T03:38:07.849ZPlanning: Planning completed in 0.27 seconds
1622026-05-12T03:38:07.849Z Mediators to change: 1
1632026-05-12T03:38:07.849Z Create boot environment: No
1642026-05-12T03:38:07.850ZCreate backup boot environment: No
1652026-05-12T03:38:07.850ZFinalize: Updating package state database ... Done
1662026-05-12T03:38:07.850ZFinalize: Updating package cache ... Done
1672026-05-12T03:38:07.850ZFinalize: Updating image state ... Done
1682026-05-12T03:38:09.681ZFinalize: Creating fast lookup database ... Done
1692026-05-12T03:38:09.723ZFinalize: Reading search index ... Done
1702026-05-12T03:38:09.723ZFinalize: Updating search index ... Done
1712026-05-12T03:38:09.764ZFinalize: Updating package cache ... Done
1722026-05-12T03:38:10.163ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1732026-05-12T03:38:10.163Zapache system 2.4 system
1742026-05-12T03:38:10.163Zclang system 15 system
1752026-05-12T03:38:10.163Zcsh system system illumos
1762026-05-12T03:38:10.163Zctags system system illumos
1772026-05-12T03:38:10.163Zfile vendor vendor darwinsys
1782026-05-12T03:38:10.163Zfile system system illumos
1792026-05-12T03:38:10.163Zgcc vendor 14 vendor
1802026-05-12T03:38:10.163Zgcc system 13 system
1812026-05-12T03:38:10.163Zgcc system 10 system
1822026-05-12T03:38:10.169Zgo system 1.25 system
1832026-05-12T03:38:10.169Zllvm system 15 system
1842026-05-12T03:38:10.169Zmariadb system 11.4 system
1852026-05-12T03:38:10.169Zmta vendor vendor dma
1862026-05-12T03:38:10.169Zopenjdk system 17 system
1872026-05-12T03:38:10.169Zopenjdk system 11 system
1882026-05-12T03:38:10.170Zopenssl vendor 3 vendor
1892026-05-12T03:38:10.170Zperl system 5.40 system
1902026-05-12T03:38:10.170Zpostgresql system 18 system
1912026-05-12T03:38:10.170Zpostgresql system 17 system
1922026-05-12T03:38:10.170Zpython vendor 3 vendor
1932026-05-12T03:38:10.170Zpython system 2 system
1942026-05-12T03:38:10.170Zpython3 vendor 3.13 vendor
1952026-05-12T03:38:10.170Zruby system 3.4 system
1962026-05-12T03:38:10.170Zruby system 3.0 system
1972026-05-12T03:38:10.170Zwords vendor vendor american-english
1982026-05-12T03:38:10.170Zwords system system australian-english
1992026-05-12T03:38:10.171Zwords system system british-english
2002026-05-12T03:38:10.171Zwords system system canadian-english
2012026-05-12T03:38:10.171Zwords system system french
2022026-05-12T03:38:10.171Zwords system system italian
2032026-05-12T03:38:10.171Zwords system system ngerman
2042026-05-12T03:38:10.171Zwords system system ogerman
2052026-05-12T03:38:10.171Zwords system system spanish
2062026-05-12T03:38:10.409ZPUBLISHER TYPE STATUS P LOCATION
2072026-05-12T03:38:10.409Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2082026-05-12T03:38:10.653ZFMRI IFO
2092026-05-12T03:38:10.653Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2102026-05-12T03:38:10.653Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2112026-05-12T03:38:10.653Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2122026-05-12T03:38:10.653Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2132026-05-12T03:38:10.653Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2142026-05-12T03:38:10.653Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2152026-05-12T03:38:10.653Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2162026-05-12T03:38:10.653Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2172026-05-12T03:38:10.653Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2182026-05-12T03:38:10.817Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-05-12T03:38:11.103Z Updating crates.io index
2202026-05-12T03:38:11.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-05-12T03:38:11.902Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-05-12T03:38:12.268Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-05-12T03:38:12.925Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-05-12T03:38:13.704Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-05-12T03:38:14.201Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-05-12T03:38:15.912Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-05-12T03:38:16.856Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-05-12T03:38:17.141Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-05-12T03:38:18.051Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-05-12T03:38:18.646Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-05-12T03:38:19.022Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-05-12T03:38:19.376Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-05-12T03:38:20.241Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-05-12T03:38:20.792Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-12T03:38:21.148Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-12T03:38:21.426Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-12T03:38:21.818Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-12T03:38:22.029Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-12T03:38:22.285Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-12T03:38:22.545Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-12T03:38:22.840Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-12T03:38:23.258Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-12T03:38:23.830Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-12T03:38:23.918Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-12T03:38:24.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-12T03:38:25.215Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-12T03:38:25.938Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-12T03:38:26.273Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-12T03:38:26.685Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-12T03:38:26.975Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-12T03:38:27.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-12T03:38:27.601Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-12T03:38:28.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-12T03:38:28.400Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-12T03:38:28.626Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-12T03:38:28.821Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-12T03:38:29.174Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-12T03:38:40.710Z Downloading crates ...
2592026-05-12T03:38:40.786Z Downloaded cfg-if v1.0.4
2602026-05-12T03:38:40.791Z Downloaded digest v0.10.7
2612026-05-12T03:38:40.791Z Downloaded anstyle-parse v0.2.7
2622026-05-12T03:38:40.791Z Downloaded anstream v0.6.21
2632026-05-12T03:38:40.791Z Downloaded pest_generator v2.8.6
2642026-05-12T03:38:40.791Z Downloaded zmij v1.0.21
2652026-05-12T03:38:40.794Z Downloaded url v2.5.8
2662026-05-12T03:38:40.794Z Downloaded cargo_metadata v0.21.0
2672026-05-12T03:38:40.794Z Downloaded bytecount v0.6.9
2682026-05-12T03:38:40.794Z Downloaded zerofrom v0.1.6
2692026-05-12T03:38:40.797Z Downloaded clap v4.5.60
2702026-05-12T03:38:40.800Z Downloaded usdt-macro v0.5.0
2712026-05-12T03:38:40.800Z Downloaded thiserror v1.0.69
2722026-05-12T03:38:40.805Z Downloaded tinystr v0.8.2
2732026-05-12T03:38:40.805Z Downloaded cargo_toml v0.21.0
2742026-05-12T03:38:40.808Z Downloaded anstyle v1.0.13
2752026-05-12T03:38:40.808Z Downloaded clap_builder v4.5.60
2762026-05-12T03:38:40.812Z Downloaded form_urlencoded v1.2.2
2772026-05-12T03:38:40.812Z Downloaded zerovec v0.11.5
2782026-05-12T03:38:40.815Z Downloaded yoke-derive v0.8.1
2792026-05-12T03:38:40.815Z Downloaded toml_write v0.1.2
2802026-05-12T03:38:40.815Z Downloaded hashbrown v0.17.0
2812026-05-12T03:38:40.818Z Downloaded thread-id v4.2.2
2822026-05-12T03:38:40.818Z Downloaded fs-err v3.3.0
2832026-05-12T03:38:40.822Z Downloaded unicode-xid v0.2.6
2842026-05-12T03:38:40.822Z Downloaded errno v0.3.14
2852026-05-12T03:38:40.822Z Downloaded yoke v0.8.1
2862026-05-12T03:38:40.822Z Downloaded usdt-attr-macro v0.5.0
2872026-05-12T03:38:40.825Z Downloaded proc-macro-error v1.0.4
2882026-05-12T03:38:40.826Z Downloaded fastrand v2.3.0
2892026-05-12T03:38:40.826Z Downloaded displaydoc v0.2.5
2902026-05-12T03:38:40.830Z Downloaded macaddr v1.0.1
2912026-05-12T03:38:40.834Z Downloaded itoa v1.0.17
2922026-05-12T03:38:40.840Z Downloaded unicode-width v0.2.0
2932026-05-12T03:38:40.860Z Downloaded version_check v0.9.5
2942026-05-12T03:38:40.860Z Downloaded toml_datetime v0.6.11
2952026-05-12T03:38:40.860Z Downloaded getrandom v0.4.1
2962026-05-12T03:38:40.860Z Downloaded thiserror-impl v2.0.18
2972026-05-12T03:38:40.876Z Downloaded proc-macro2 v1.0.106
2982026-05-12T03:38:40.876Z Downloaded typeid v1.0.3
2992026-05-12T03:38:40.876Z Downloaded toml v0.8.23
3002026-05-12T03:38:40.876Z Downloaded generic-array v0.14.7
3012026-05-12T03:38:40.876Z Downloaded zerocopy v0.7.35
3022026-05-12T03:38:40.877Z Downloaded zerofrom-derive v0.1.6
3032026-05-12T03:38:40.877Z Downloaded utf8parse v0.2.2
3042026-05-12T03:38:40.877Z Downloaded serde_core v1.0.228
3052026-05-12T03:38:40.877Z Downloaded usdt-impl v0.5.0
3062026-05-12T03:38:40.877Z Downloaded proc-macro-error-attr v1.0.4
3072026-05-12T03:38:40.877Z Downloaded idna_adapter v1.2.1
3082026-05-12T03:38:40.877Z Downloaded cpufeatures v0.2.17
3092026-05-12T03:38:40.877Z Downloaded icu_properties v2.1.2
3102026-05-12T03:38:40.886Z Downloaded stable_deref_trait v1.2.1
3112026-05-12T03:38:40.886Z Downloaded utf8_iter v1.0.4
3122026-05-12T03:38:40.886Z Downloaded ordered-float v2.10.1
3132026-05-12T03:38:40.886Z Downloaded usdt v0.5.0
3142026-05-12T03:38:40.886Z Downloaded clap_lex v1.0.0
3152026-05-12T03:38:40.886Z Downloaded thiserror v2.0.18
3162026-05-12T03:38:40.886Z Downloaded quote v1.0.45
3172026-05-12T03:38:40.886Z Downloaded thiserror-impl v1.0.69
3182026-05-12T03:38:40.886Z Downloaded scroll_derive v0.12.1
3192026-05-12T03:38:40.886Z Downloaded percent-encoding v2.3.2
3202026-05-12T03:38:40.886Z Downloaded memmap v0.7.0
3212026-05-12T03:38:40.886Z Downloaded dof v0.3.0
3222026-05-12T03:38:40.886Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-12T03:38:40.886Z Downloaded block-buffer v0.10.4
3242026-05-12T03:38:40.886Z Downloaded heck v0.5.0
3252026-05-12T03:38:40.886Z Downloaded serde_spanned v0.6.9
3262026-05-12T03:38:40.886Z Downloaded dtrace-parser v0.2.0
3272026-05-12T03:38:40.886Z Downloaded cargo-platform v0.2.0
3282026-05-12T03:38:40.886Z Downloaded terminal_size v0.4.3
3292026-05-12T03:38:40.887Z Downloaded strsim v0.11.1
3302026-05-12T03:38:40.887Z Downloaded zerovec-derive v0.11.2
3312026-05-12T03:38:40.892Z Downloaded equivalent v1.0.2
3322026-05-12T03:38:40.893Z Downloaded unicode-ident v1.0.24
3332026-05-12T03:38:40.893Z Downloaded ucd-trie v0.1.7
3342026-05-12T03:38:40.893Z Downloaded pest_meta v2.8.6
3352026-05-12T03:38:40.893Z Downloaded serde-untagged v0.1.9
3362026-05-12T03:38:40.893Z Downloaded writeable v0.6.2
3372026-05-12T03:38:40.893Z Downloaded unicode-linebreak v0.1.5
3382026-05-12T03:38:40.893Z Downloaded colorchoice v1.0.4
3392026-05-12T03:38:40.893Z Downloaded zerocopy-derive v0.7.35
3402026-05-12T03:38:40.899Z Downloaded crypto-common v0.1.7
3412026-05-12T03:38:40.899Z Downloaded textwrap v0.16.2
3422026-05-12T03:38:40.904Z Downloaded toml_edit v0.22.27
3432026-05-12T03:38:40.904Z Downloaded serde-value v0.7.0
3442026-05-12T03:38:40.910Z Downloaded zerotrie v0.2.3
3452026-05-12T03:38:40.910Z Downloaded typenum v1.19.0
3462026-05-12T03:38:40.915Z Downloaded tabled_derive v0.7.0
3472026-05-12T03:38:40.915Z Downloaded anstyle-query v1.1.5
3482026-05-12T03:38:40.918Z Downloaded winnow v0.7.14
3492026-05-12T03:38:40.921Z Downloaded pretty-hex v0.4.1
3502026-05-12T03:38:40.921Z Downloaded heck v0.4.1
3512026-05-12T03:38:40.921Z Downloaded plain v0.2.3
3522026-05-12T03:38:40.921Z Downloaded unicode-width v0.1.14
3532026-05-12T03:38:40.929Z Downloaded smawk v0.3.2
3542026-05-12T03:38:40.941Z Downloaded serde_tokenstream v0.2.3
3552026-05-12T03:38:40.941Z Downloaded potential_utf v0.1.4
3562026-05-12T03:38:40.941Z Downloaded fnv v1.0.7
3572026-05-12T03:38:40.948Z Downloaded swrite v0.1.0
3582026-05-12T03:38:40.948Z Downloaded erased-serde v0.4.9
3592026-05-12T03:38:40.956Z Downloaded autocfg v1.5.0
3602026-05-12T03:38:40.963Z Downloaded log v0.4.29
3612026-05-12T03:38:40.967Z Downloaded byteorder v1.5.0
3622026-05-12T03:38:40.967Z Downloaded sha2 v0.10.9
3632026-05-12T03:38:40.971Z Downloaded synstructure v0.13.2
3642026-05-12T03:38:40.971Z Downloaded indexmap v2.14.0
3652026-05-12T03:38:40.976Z Downloaded camino-tempfile v1.4.1
3662026-05-12T03:38:40.980Z Downloaded smallvec v1.15.1
3672026-05-12T03:38:40.980Z Downloaded semver v1.0.28
3682026-05-12T03:38:40.983Z Downloaded litemap v0.8.1
3692026-05-12T03:38:40.989Z Downloaded once_cell v1.21.3
3702026-05-12T03:38:40.992Z Downloaded anyhow v1.0.102
3712026-05-12T03:38:40.996Z Downloaded clap_derive v4.5.55
3722026-05-12T03:38:40.999Z Downloaded scroll v0.12.0
3732026-05-12T03:38:40.999Z Downloaded pest_derive v2.8.6
3742026-05-12T03:38:40.999Z Downloaded camino v1.2.2
3752026-05-12T03:38:40.999Z Downloaded tempfile v3.25.0
3762026-05-12T03:38:41.002Z Downloaded icu_provider v2.1.1
3772026-05-12T03:38:41.002Z Downloaded cargo-util-schemas v0.8.2
3782026-05-12T03:38:41.008Z Downloaded bitflags v2.11.0
3792026-05-12T03:38:41.011Z Downloaded num-traits v0.2.19
3802026-05-12T03:38:41.014Z Downloaded icu_normalizer v2.1.1
3812026-05-12T03:38:41.017Z Downloaded papergrid v0.11.0
3822026-05-12T03:38:41.026Z Downloaded serde v1.0.228
3832026-05-12T03:38:41.031Z Downloaded icu_normalizer_data v2.1.1
3842026-05-12T03:38:41.038Z Downloaded serde_derive v1.0.228
3852026-05-12T03:38:41.041Z Downloaded icu_collections v2.1.1
3862026-05-12T03:38:41.047Z Downloaded icu_locale_core v2.1.1
3872026-05-12T03:38:41.056Z Downloaded icu_properties_data v2.1.2
3882026-05-12T03:38:41.061Z Downloaded memchr v2.8.0
3892026-05-12T03:38:41.068Z Downloaded pest v2.8.6
3902026-05-12T03:38:41.077Z Downloaded serde_json v1.0.149
3912026-05-12T03:38:41.080Z Downloaded idna v1.1.0
3922026-05-12T03:38:41.101Z Downloaded goblin v0.8.2
3932026-05-12T03:38:41.112Z Downloaded tabled v0.15.0
3942026-05-12T03:38:41.131Z Downloaded syn v1.0.109
3952026-05-12T03:38:41.139Z Downloaded syn v2.0.117
3962026-05-12T03:38:41.145Z Downloaded rustix v1.1.3
3972026-05-12T03:38:41.166Z Downloaded libc v0.2.185
3982026-05-12T03:38:41.232Z Compiling proc-macro2 v1.0.106
3992026-05-12T03:38:41.232Z Compiling quote v1.0.45
4002026-05-12T03:38:41.233Z Compiling unicode-ident v1.0.24
4012026-05-12T03:38:41.235Z Compiling serde_core v1.0.228
4022026-05-12T03:38:41.235Z Compiling libc v0.2.185
4032026-05-12T03:38:41.235Z Compiling version_check v0.9.5
4042026-05-12T03:38:41.235Z Compiling stable_deref_trait v1.2.1
4052026-05-12T03:38:41.236Z Compiling serde v1.0.228
4062026-05-12T03:38:41.236Z Compiling memchr v2.8.0
4072026-05-12T03:38:41.236Z Compiling zmij v1.0.21
4082026-05-12T03:38:41.416Z Compiling autocfg v1.5.0
4092026-05-12T03:38:41.420Z Compiling ucd-trie v0.1.7
4102026-05-12T03:38:41.420Z Compiling itoa v1.0.17
4112026-05-12T03:38:41.442Z Compiling thiserror v1.0.69
4122026-05-12T03:38:41.447Z Compiling writeable v0.6.2
4132026-05-12T03:38:41.608Z Compiling litemap v0.8.1
4142026-05-12T03:38:41.623Z Compiling rustix v1.1.3
4152026-05-12T03:38:41.691Z Compiling icu_normalizer_data v2.1.1
4162026-05-12T03:38:41.861Z Compiling icu_properties_data v2.1.2
4172026-05-12T03:38:41.882Z Compiling byteorder v1.5.0
4182026-05-12T03:38:41.899Z Compiling bitflags v2.11.0
4192026-05-12T03:38:41.952Z Compiling serde_json v1.0.149
4202026-05-12T03:38:42.031Z Compiling pest v2.8.6
4212026-05-12T03:38:42.190Z Compiling num-traits v0.2.19
4222026-05-12T03:38:42.201Z Compiling typeid v1.0.3
4232026-05-12T03:38:42.201Z Compiling hashbrown v0.17.0
4242026-05-12T03:38:42.201Z Compiling smallvec v1.15.1
4252026-05-12T03:38:42.251Z Compiling equivalent v1.0.2
4262026-05-12T03:38:42.329Z Compiling usdt-impl v0.5.0
4272026-05-12T03:38:42.367Z Compiling errno v0.3.14
4282026-05-12T03:38:42.387Z Compiling thread-id v4.2.2
4292026-05-12T03:38:42.422Z Compiling proc-macro-error-attr v1.0.4
4302026-05-12T03:38:42.434Z Compiling syn v1.0.109
4312026-05-12T03:38:42.463Z Compiling toml_write v0.1.2
4322026-05-12T03:38:42.470Z Compiling erased-serde v0.4.9
4332026-05-12T03:38:42.499Z Compiling winnow v0.7.14
4342026-05-12T03:38:42.574Z Compiling proc-macro-error v1.0.4
4352026-05-12T03:38:42.669Z Compiling thiserror v2.0.18
4362026-05-12T03:38:42.707Z Compiling log v0.4.29
4372026-05-12T03:38:42.725Z Compiling indexmap v2.14.0
4382026-05-12T03:38:42.764Z Compiling syn v2.0.117
4392026-05-12T03:38:42.815Z Compiling utf8parse v0.2.2
4402026-05-12T03:38:42.832Z Compiling getrandom v0.4.1
4412026-05-12T03:38:42.852Z Compiling utf8_iter v1.0.4
4422026-05-12T03:38:42.855Z Compiling percent-encoding v2.3.2
4432026-05-12T03:38:42.868Z Compiling camino v1.2.2
4442026-05-12T03:38:42.889Z Compiling plain v0.2.3
4452026-05-12T03:38:42.944Z Compiling anstyle-parse v0.2.7
4462026-05-12T03:38:43.116Z Compiling form_urlencoded v1.2.2
4472026-05-12T03:38:43.151Z Compiling pest_meta v2.8.6
4482026-05-12T03:38:43.207Z Compiling ordered-float v2.10.1
4492026-05-12T03:38:43.281Z Compiling colorchoice v1.0.4
4502026-05-12T03:38:43.298Z Compiling anstyle-query v1.1.5
4512026-05-12T03:38:43.318Z Compiling cfg-if v1.0.4
4522026-05-12T03:38:43.339Z Compiling pretty-hex v0.4.1
4532026-05-12T03:38:43.368Z Compiling terminal_size v0.4.3
4542026-05-12T03:38:43.386Z Compiling anstyle v1.0.13
4552026-05-12T03:38:43.412Z Compiling is_terminal_polyfill v1.70.2
4562026-05-12T03:38:43.470Z Compiling fs-err v3.3.0
4572026-05-12T03:38:43.513Z Compiling fastrand v2.3.0
4582026-05-12T03:38:43.530Z Compiling clap_lex v1.0.0
4592026-05-12T03:38:43.534Z Compiling bytecount v0.6.9
4602026-05-12T03:38:43.534Z Compiling unicode-width v0.1.14
4612026-05-12T03:38:43.641Z Compiling semver v1.0.28
4622026-05-12T03:38:43.695Z Compiling anstream v0.6.21
4632026-05-12T03:38:43.715Z Compiling heck v0.5.0
4642026-05-12T03:38:43.797Z Compiling fnv v1.0.7
4652026-05-12T03:38:43.818Z Compiling anyhow v1.0.102
4662026-05-12T03:38:43.836Z Compiling unicode-xid v0.2.6
4672026-05-12T03:38:43.839Z Compiling once_cell v1.21.3
4682026-05-12T03:38:43.985Z Compiling heck v0.4.1
4692026-05-12T03:38:44.019Z Compiling strsim v0.11.1
4702026-05-12T03:38:44.030Z Compiling papergrid v0.11.0
4712026-05-12T03:38:44.030Z Compiling memmap v0.7.0
4722026-05-12T03:38:44.091Z Compiling serde-untagged v0.1.9
4732026-05-12T03:38:44.091Z Compiling tempfile v3.25.0
4742026-05-12T03:38:44.138Z Compiling unicode-linebreak v0.1.5
4752026-05-12T03:38:44.178Z Compiling unicode-width v0.2.0
4762026-05-12T03:38:44.253Z Compiling clap_builder v4.5.60
4772026-05-12T03:38:44.271Z Compiling smawk v0.3.2
4782026-05-12T03:38:44.352Z Compiling camino-tempfile v1.4.1
4792026-05-12T03:38:44.420Z Compiling textwrap v0.16.2
4802026-05-12T03:38:44.424Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-12T03:38:44.461Z Compiling swrite v0.1.0
4822026-05-12T03:38:44.827Z Compiling tabled_derive v0.7.0
4832026-05-12T03:38:45.360Z Compiling synstructure v0.13.2
4842026-05-12T03:38:45.360Z Compiling pest_generator v2.8.6
4852026-05-12T03:38:45.481Z Compiling tabled v0.15.0
4862026-05-12T03:38:45.876Z Compiling serde_derive v1.0.228
4872026-05-12T03:38:45.876Z Compiling zerofrom-derive v0.1.6
4882026-05-12T03:38:45.882Z Compiling yoke-derive v0.8.1
4892026-05-12T03:38:45.882Z Compiling zerovec-derive v0.11.2
4902026-05-12T03:38:45.882Z Compiling displaydoc v0.2.5
4912026-05-12T03:38:45.882Z Compiling thiserror-impl v1.0.69
4922026-05-12T03:38:45.882Z Compiling zerocopy-derive v0.7.35
4932026-05-12T03:38:45.891Z Compiling scroll_derive v0.12.1
4942026-05-12T03:38:45.944Z Compiling thiserror-impl v2.0.18
4952026-05-12T03:38:45.977Z Compiling pest_derive v2.8.6
4962026-05-12T03:38:46.076Z Compiling clap_derive v4.5.55
4972026-05-12T03:38:46.586Z Compiling scroll v0.12.0
4982026-05-12T03:38:46.776Z Compiling zerocopy v0.7.35
4992026-05-12T03:38:46.810Z Compiling goblin v0.8.2
5002026-05-12T03:38:46.984Z Compiling zerofrom v0.1.6
5012026-05-12T03:38:47.087Z Compiling dtrace-parser v0.2.0
5022026-05-12T03:38:47.105Z Compiling yoke v0.8.1
5032026-05-12T03:38:47.266Z Compiling zerovec v0.11.5
5042026-05-12T03:38:47.266Z Compiling zerotrie v0.2.3
5052026-05-12T03:38:47.412Z Compiling clap v4.5.60
5062026-05-12T03:38:47.671Z Compiling tinystr v0.8.2
5072026-05-12T03:38:47.671Z Compiling potential_utf v0.1.4
5082026-05-12T03:38:47.848Z Compiling icu_collections v2.1.1
5092026-05-12T03:38:47.896Z Compiling icu_locale_core v2.1.1
5102026-05-12T03:38:48.423Z Compiling icu_provider v2.1.1
5112026-05-12T03:38:48.439Z Compiling toml_datetime v0.6.11
5122026-05-12T03:38:48.444Z Compiling serde_spanned v0.6.9
5132026-05-12T03:38:48.444Z Compiling dof v0.3.0
5142026-05-12T03:38:48.444Z Compiling serde_tokenstream v0.2.3
5152026-05-12T03:38:48.444Z Compiling serde-value v0.7.0
5162026-05-12T03:38:48.444Z Compiling cargo-platform v0.2.0
5172026-05-12T03:38:48.444Z Compiling macaddr v1.0.1
5182026-05-12T03:38:48.628Z Compiling toml_edit v0.22.27
5192026-05-12T03:38:48.655Z Compiling icu_normalizer v2.1.1
5202026-05-12T03:38:48.670Z Compiling icu_properties v2.1.2
5212026-05-12T03:38:49.261Z Compiling usdt-macro v0.5.0
5222026-05-12T03:38:49.261Z Compiling usdt-attr-macro v0.5.0
5232026-05-12T03:38:49.467Z Compiling idna_adapter v1.2.1
5242026-05-12T03:38:49.640Z Compiling idna v1.1.0
5252026-05-12T03:38:49.813Z Compiling usdt v0.5.0
5262026-05-12T03:38:49.839Z Compiling url v2.5.8
5272026-05-12T03:38:49.996Z Compiling toml v0.8.23
5282026-05-12T03:38:50.296Z Compiling cargo_toml v0.21.0
5292026-05-12T03:38:50.337Z Compiling cargo-util-schemas v0.8.2
5302026-05-12T03:38:51.082Z Compiling cargo_metadata v0.21.0
5312026-05-12T03:38:51.946Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-12T03:38:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s
5332026-05-12T03:38:54.324Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-12T03:38:54.977Z Downloading crates ...
5352026-05-12T03:38:55.260Z Downloaded darling_macro v0.21.3
5362026-05-12T03:38:55.261Z Downloaded cpufeatures v0.3.0
5372026-05-12T03:38:55.261Z Downloaded ciborium-ll v0.2.2
5382026-05-12T03:38:55.261Z Downloaded bb8 v0.8.6
5392026-05-12T03:38:55.261Z Downloaded cmake v0.1.57
5402026-05-12T03:38:55.261Z Downloaded embedded-io v0.4.0
5412026-05-12T03:38:55.261Z Downloaded cancel-safe-futures v0.1.5
5422026-05-12T03:38:55.261Z Downloaded byte-wrapper v0.1.0
5432026-05-12T03:38:55.261Z Downloaded base64 v0.21.7
5442026-05-12T03:38:55.328Z Downloaded dropshot v0.17.0
5452026-05-12T03:38:55.328Z Downloaded fixedbitset v0.5.7
5462026-05-12T03:38:55.328Z Downloaded der_derive v0.7.3
5472026-05-12T03:38:55.328Z Downloaded defmt-macros v1.0.1
5482026-05-12T03:38:55.328Z Downloaded ctr v0.9.2
5492026-05-12T03:38:55.328Z Downloaded crunchy v0.2.4
5502026-05-12T03:38:55.328Z Downloaded bit-vec v0.6.3
5512026-05-12T03:38:55.328Z Downloaded dropshot_endpoint v0.16.7
5522026-05-12T03:38:55.328Z Downloaded diesel-dtrace v0.5.0
5532026-05-12T03:38:55.329Z Downloaded atty v0.2.14
5542026-05-12T03:38:55.329Z Downloaded ff v0.13.1
5552026-05-12T03:38:55.329Z Downloaded dunce v1.0.5
5562026-05-12T03:38:55.329Z Downloaded defmt v1.0.1
5572026-05-12T03:38:55.329Z Downloaded cfg_aliases v0.2.1
5582026-05-12T03:38:55.329Z Downloaded block-padding v0.3.3
5592026-05-12T03:38:55.329Z Downloaded aead v0.5.2
5602026-05-12T03:38:55.329Z Downloaded atomic-waker v1.1.2
5612026-05-12T03:38:55.329Z Downloaded dyn-clone v1.0.20
5622026-05-12T03:38:55.329Z Downloaded derive_builder_macro v0.20.2
5632026-05-12T03:38:55.329Z Downloaded defmt v0.3.100
5642026-05-12T03:38:55.329Z Downloaded convert_case v0.4.0
5652026-05-12T03:38:55.329Z Downloaded crucible-workspace-hack v0.1.0
5662026-05-12T03:38:55.329Z Downloaded ciborium-io v0.2.2
5672026-05-12T03:38:55.329Z Downloaded bit-set v0.5.3
5682026-05-12T03:38:55.329Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-12T03:38:55.329Z Downloaded derive_more v0.99.20
5702026-05-12T03:38:55.329Z Downloaded darling_macro v0.20.11
5712026-05-12T03:38:55.329Z Downloaded darling_core v0.23.0
5722026-05-12T03:38:55.329Z Downloaded dof v0.4.0
5732026-05-12T03:38:55.329Z Downloaded downcast-rs v2.0.2
5742026-05-12T03:38:55.329Z Downloaded dirs-sys-next v0.1.2
5752026-05-12T03:38:55.329Z Downloaded dirs-next v2.0.0
5762026-05-12T03:38:55.329Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-05-12T03:38:55.329Z Downloaded embedded-io v0.6.1
5782026-05-12T03:38:55.329Z Downloaded float-ord v0.3.2
5792026-05-12T03:38:55.329Z Downloaded cobs v0.3.0
5802026-05-12T03:38:55.329Z Downloaded dtrace-parser v0.3.0
5812026-05-12T03:38:55.329Z Downloaded difflib v0.4.0
5822026-05-12T03:38:55.329Z Downloaded flagset v0.4.7
5832026-05-12T03:38:55.329Z Downloaded assert_matches v1.5.0
5842026-05-12T03:38:55.329Z Downloaded bitfield-struct v0.6.2
5852026-05-12T03:38:55.329Z Downloaded dropshot-api-manager-types v0.7.1
5862026-05-12T03:38:55.330Z Downloaded erased-serde v0.3.31
5872026-05-12T03:38:55.330Z Downloaded crc8 v0.1.1
5882026-05-12T03:38:55.330Z Downloaded bitfield-macros v0.19.4
5892026-05-12T03:38:55.330Z Downloaded bit-set v0.8.0
5902026-05-12T03:38:55.330Z Downloaded async-stream v0.3.6
5912026-05-12T03:38:55.330Z Downloaded foreign-types v0.3.2
5922026-05-12T03:38:55.330Z Downloaded cstr-argument v0.1.2
5932026-05-12T03:38:55.330Z Downloaded endian-type v0.1.2
5942026-05-12T03:38:55.330Z Downloaded document-features v0.2.12
5952026-05-12T03:38:55.330Z Downloaded ascii-canvas v3.0.0
5962026-05-12T03:38:55.330Z Downloaded display-error-chain v0.2.2
5972026-05-12T03:38:55.330Z Downloaded castaway v0.2.4
5982026-05-12T03:38:55.330Z Downloaded async-stream-impl v0.3.6
5992026-05-12T03:38:55.330Z Downloaded defmt-parser v1.0.0
6002026-05-12T03:38:55.330Z Downloaded float-cmp v0.10.0
6012026-05-12T03:38:55.330Z Downloaded fd-lock v4.0.4
6022026-05-12T03:38:55.330Z Downloaded cfg_aliases v0.1.1
6032026-05-12T03:38:55.330Z Downloaded crc v3.4.0
6042026-05-12T03:38:55.330Z Downloaded enum-as-inner v0.6.1
6052026-05-12T03:38:55.330Z Downloaded dsl_auto_type v0.2.0
6062026-05-12T03:38:55.330Z Downloaded darling_macro v0.23.0
6072026-05-12T03:38:55.330Z Downloaded atomicwrites v0.4.4
6082026-05-12T03:38:55.330Z Downloaded env_filter v1.0.0
6092026-05-12T03:38:55.330Z Downloaded fixedbitset v0.4.2
6102026-05-12T03:38:55.330Z Downloaded async-recursion v1.1.1
6112026-05-12T03:38:55.330Z Downloaded adler2 v2.0.1
6122026-05-12T03:38:55.330Z Downloaded fxhash v0.2.1
6132026-05-12T03:38:55.330Z Downloaded futures-io v0.3.32
6142026-05-12T03:38:55.330Z Downloaded crc-catalog v2.4.0
6152026-05-12T03:38:55.330Z Downloaded futures-task v0.3.32
6162026-05-12T03:38:55.330Z Downloaded ed25519 v2.2.3
6172026-05-12T03:38:55.330Z Downloaded find-msvc-tools v0.1.9
6182026-05-12T03:38:55.330Z Downloaded ecdsa v0.16.9
6192026-05-12T03:38:55.330Z Downloaded cargo-platform v0.1.9
6202026-05-12T03:38:55.330Z Downloaded arrayref v0.3.9
6212026-05-12T03:38:55.331Z Downloaded camino-tempfile-ext v0.3.3
6222026-05-12T03:38:55.331Z Downloaded env_logger v0.11.9
6232026-05-12T03:38:55.331Z Downloaded derive-ex v0.1.8
6242026-05-12T03:38:55.331Z Downloaded corncobs v0.1.4
6252026-05-12T03:38:55.331Z Downloaded convert_case v0.10.0
6262026-05-12T03:38:55.331Z Downloaded foreign-types-shared v0.1.1
6272026-05-12T03:38:55.331Z Downloaded fallible-iterator v0.2.0
6282026-05-12T03:38:55.331Z Downloaded either v1.15.0
6292026-05-12T03:38:55.331Z Downloaded daft v0.1.5
6302026-05-12T03:38:55.331Z Downloaded foreign-types-macros v0.2.3
6312026-05-12T03:38:55.331Z Downloaded array-init v0.0.4
6322026-05-12T03:38:55.331Z Downloaded foldhash v0.2.0
6332026-05-12T03:38:55.331Z Downloaded filetime v0.2.27
6342026-05-12T03:38:55.331Z Downloaded cexpr v0.6.0
6352026-05-12T03:38:55.331Z Downloaded constant_time_eq v0.4.2
6362026-05-12T03:38:55.331Z Downloaded bitfield v0.19.4
6372026-05-12T03:38:55.331Z Downloaded git-stub v1.0.0
6382026-05-12T03:38:55.331Z Downloaded funty v2.0.0
6392026-05-12T03:38:55.331Z Downloaded foreign-types-shared v0.3.1
6402026-05-12T03:38:55.331Z Downloaded hash32 v0.3.1
6412026-05-12T03:38:55.331Z Downloaded ghash v0.5.1
6422026-05-12T03:38:55.332Z Downloaded futures-core v0.3.32
6432026-05-12T03:38:55.332Z Downloaded hash32 v0.2.1
6442026-05-12T03:38:55.427Z Downloaded globwalk v0.9.1
6452026-05-12T03:38:55.427Z Downloaded futures-sink v0.3.32
6462026-05-12T03:38:55.427Z Downloaded gethostname v0.5.0
6472026-05-12T03:38:55.427Z Downloaded bit-vec v0.8.0
6482026-05-12T03:38:55.427Z Downloaded futures-macro v0.3.32
6492026-05-12T03:38:55.427Z Downloaded ena v0.14.4
6502026-05-12T03:38:55.427Z Downloaded daft-derive v0.1.5
6512026-05-12T03:38:55.427Z Downloaded argon2 v0.5.3
6522026-05-12T03:38:55.427Z Downloaded fs-err v2.11.0
6532026-05-12T03:38:55.427Z Downloaded const_format_proc_macros v0.2.34
6542026-05-12T03:38:55.428Z Downloaded debug-ignore v1.0.5
6552026-05-12T03:38:55.428Z Downloaded critical-section v1.2.0
6562026-05-12T03:38:55.428Z Downloaded cipher v0.4.4
6572026-05-12T03:38:55.429Z Downloaded bcs v0.1.6
6582026-05-12T03:38:55.430Z Downloaded bitflags v1.3.2
6592026-05-12T03:38:55.430Z Downloaded base64ct v1.8.3
6602026-05-12T03:38:55.430Z Downloaded headers-core v0.3.0
6612026-05-12T03:38:55.430Z Downloaded chacha20 v0.9.1
6622026-05-12T03:38:55.431Z Downloaded base16ct v0.2.0
6632026-05-12T03:38:55.431Z Downloaded blowfish v0.9.1
6642026-05-12T03:38:55.431Z Downloaded buf-list v1.1.2
6652026-05-12T03:38:55.431Z Downloaded http-body v1.0.1
6662026-05-12T03:38:55.431Z Downloaded home v0.5.12
6672026-05-12T03:38:55.431Z Downloaded cbc v0.1.2
6682026-05-12T03:38:55.431Z Downloaded cassowary v0.3.0
6692026-05-12T03:38:55.431Z Downloaded crypto-bigint v0.5.5
6702026-05-12T03:38:55.431Z Downloaded data-encoding v2.10.0
6712026-05-12T03:38:55.431Z Downloaded darling v0.20.11
6722026-05-12T03:38:55.431Z Downloaded crc32fast v1.5.0
6732026-05-12T03:38:55.431Z Downloaded darling v0.23.0
6742026-05-12T03:38:55.431Z Downloaded crossbeam-deque v0.8.6
6752026-05-12T03:38:55.431Z Downloaded console v0.15.11
6762026-05-12T03:38:55.431Z Downloaded hostname v0.3.1
6772026-05-12T03:38:55.431Z Downloaded elliptic-curve v0.13.8
6782026-05-12T03:38:55.431Z Downloaded colored v2.2.0
6792026-05-12T03:38:55.431Z Downloaded cargo_metadata v0.19.2
6802026-05-12T03:38:55.431Z Downloaded hostname v0.4.2
6812026-05-12T03:38:55.432Z Downloaded globset v0.4.18
6822026-05-12T03:38:55.432Z Downloaded foreign-types v0.5.0
6832026-05-12T03:38:55.432Z Downloaded backoff v0.4.0
6842026-05-12T03:38:55.432Z Downloaded hubpack_derive v0.1.1
6852026-05-12T03:38:55.432Z Downloaded git-stub-vcs v0.1.0
6862026-05-12T03:38:55.432Z Downloaded indent_write v2.2.0
6872026-05-12T03:38:55.432Z Downloaded http-range v0.1.5
6882026-05-12T03:38:55.432Z Downloaded hubpack v0.1.2
6892026-05-12T03:38:55.432Z Downloaded httpdate v1.0.3
6902026-05-12T03:38:55.432Z Downloaded fs_extra v1.3.0
6912026-05-12T03:38:55.432Z Downloaded futures-executor v0.3.32
6922026-05-12T03:38:55.432Z Downloaded aws-lc-rs v1.16.3
6932026-05-12T03:38:55.432Z Downloaded inout v0.1.4
6942026-05-12T03:38:55.432Z Downloaded indoc v1.0.9
6952026-05-12T03:38:55.432Z Downloaded diff v0.1.13
6962026-05-12T03:38:55.432Z Downloaded darling v0.21.3
6972026-05-12T03:38:55.432Z Downloaded derive_builder_core v0.20.2
6982026-05-12T03:38:55.432Z Downloaded console v0.16.2
6992026-05-12T03:38:55.432Z Downloaded futures-channel v0.3.32
7002026-05-12T03:38:55.432Z Downloaded crossbeam-epoch v0.9.18
7012026-05-12T03:38:55.432Z Downloaded compression-codecs v0.4.37
7022026-05-12T03:38:55.432Z Downloaded hex v0.4.3
7032026-05-12T03:38:55.432Z Downloaded cookie_store v0.22.1
7042026-05-12T03:38:55.432Z Downloaded const-oid v0.9.6
7052026-05-12T03:38:55.432Z Downloaded ciborium v0.2.2
7062026-05-12T03:38:55.432Z Downloaded internet-checksum v0.2.1
7072026-05-12T03:38:55.432Z Downloaded bzip2 v0.4.4
7082026-05-12T03:38:55.432Z Downloaded blake2 v0.10.6
7092026-05-12T03:38:55.432Z Downloaded is-terminal v0.4.17
7102026-05-12T03:38:55.433Z Downloaded instant v0.1.13
7112026-05-12T03:38:55.433Z Downloaded instability v0.3.11
7122026-05-12T03:38:55.433Z Downloaded hex-literal v0.4.1
7132026-05-12T03:38:55.433Z Downloaded backon v1.6.0
7142026-05-12T03:38:55.433Z Downloaded highway v1.3.0
7152026-05-12T03:38:55.433Z Downloaded des v0.8.1
7162026-05-12T03:38:55.433Z Downloaded bzip2 v0.6.1
7172026-05-12T03:38:55.433Z Downloaded async-trait v0.1.89
7182026-05-12T03:38:55.433Z Downloaded expectorate v1.2.0
7192026-05-12T03:38:55.433Z Downloaded arrayvec v0.7.6
7202026-05-12T03:38:55.433Z Downloaded drift v0.1.4
7212026-05-12T03:38:55.433Z Downloaded lru-slab v0.1.2
7222026-05-12T03:38:55.434Z Downloaded group v0.13.0
7232026-05-12T03:38:55.434Z Downloaded lzss v0.8.2
7242026-05-12T03:38:55.434Z Downloaded kstat-rs v0.2.4
7252026-05-12T03:38:55.434Z Downloaded keccak v0.1.6
7262026-05-12T03:38:55.434Z Downloaded lalrpop-util v0.19.12
7272026-05-12T03:38:55.434Z Downloaded http-body-util v0.1.3
7282026-05-12T03:38:55.434Z Downloaded hyper-tls v0.6.0
7292026-05-12T03:38:55.434Z Downloaded getrandom v0.2.17
7302026-05-12T03:38:55.434Z Downloaded humantime v2.3.0
7312026-05-12T03:38:55.434Z Downloaded chacha20 v0.10.0
7322026-05-12T03:38:55.435Z Downloaded bcrypt-pbkdf v0.10.0
7332026-05-12T03:38:55.435Z Downloaded async-bb8-diesel v0.2.1
7342026-05-12T03:38:55.435Z Downloaded indoc v2.0.7
7352026-05-12T03:38:55.435Z Downloaded ingot v0.1.1
7362026-05-12T03:38:55.435Z Downloaded derive_builder v0.20.2
7372026-05-12T03:38:55.435Z Downloaded match_cfg v0.1.0
7382026-05-12T03:38:55.436Z Downloaded libscf-sys v1.1.0
7392026-05-12T03:38:55.436Z Downloaded csv-core v0.1.13
7402026-05-12T03:38:55.436Z Downloaded new_debug_unreachable v1.0.6
7412026-05-12T03:38:55.436Z Downloaded cookie v0.18.1
7422026-05-12T03:38:55.436Z Downloaded lru-cache v0.1.2
7432026-05-12T03:38:55.436Z Downloaded lru v0.12.5
7442026-05-12T03:38:55.456Z Downloaded linked-hash-map v0.5.6
7452026-05-12T03:38:55.456Z Downloaded foldhash v0.1.5
7462026-05-12T03:38:55.456Z Downloaded allocator-api2 v0.2.21
7472026-05-12T03:38:55.456Z Downloaded dropshot_endpoint v0.17.0
7482026-05-12T03:38:55.456Z Downloaded derive-where v1.6.0
7492026-05-12T03:38:55.456Z Downloaded ident_case v1.0.1
7502026-05-12T03:38:55.456Z Downloaded ipnetwork v0.21.1
7512026-05-12T03:38:55.456Z Downloaded glob v0.3.3
7522026-05-12T03:38:55.456Z Downloaded ahash v0.8.12
7532026-05-12T03:38:55.456Z Downloaded compression-core v0.4.31
7542026-05-12T03:38:55.456Z Downloaded colored v3.1.1
7552026-05-12T03:38:55.457Z Downloaded ipnet v2.11.0
7562026-05-12T03:38:55.457Z Downloaded clang-sys v1.8.1
7572026-05-12T03:38:55.457Z Downloaded md-5 v0.10.6
7582026-05-12T03:38:55.457Z Downloaded maybe-uninit v2.0.0
7592026-05-12T03:38:55.457Z Downloaded maplit v1.0.2
7602026-05-12T03:38:55.457Z Downloaded newline-converter v0.3.0
7612026-05-12T03:38:55.457Z Downloaded managed v0.8.0
7622026-05-12T03:38:55.457Z Downloaded nibble_vec v0.1.0
7632026-05-12T03:38:55.457Z Downloaded is_ci v1.2.0
7642026-05-12T03:38:55.457Z Downloaded hyper-staticfile v0.10.1
7652026-05-12T03:38:55.457Z Downloaded crossbeam-utils v0.8.21
7662026-05-12T03:38:55.457Z Downloaded deranged v0.5.8
7672026-05-12T03:38:55.457Z Downloaded darling_core v0.21.3
7682026-05-12T03:38:55.458Z Downloaded md5 v0.7.0
7692026-05-12T03:38:55.458Z Downloaded mime v0.3.17
7702026-05-12T03:38:55.458Z Downloaded num-derive v0.4.2
7712026-05-12T03:38:55.458Z Downloaded num_enum_derive v0.5.11
7722026-05-12T03:38:55.458Z Downloaded num-derive v0.3.3
7732026-05-12T03:38:55.458Z Downloaded newtype_derive v0.1.6
7742026-05-12T03:38:55.458Z Downloaded num-conv v0.2.0
7752026-05-12T03:38:55.458Z Downloaded num v0.4.3
7762026-05-12T03:38:55.458Z Downloaded normalize-line-endings v0.3.0
7772026-05-12T03:38:55.458Z Downloaded nonempty v0.12.0
7782026-05-12T03:38:55.458Z Downloaded libsw-core v0.3.2
7792026-05-12T03:38:55.458Z Downloaded iana-time-zone v0.1.65
7802026-05-12T03:38:55.458Z Downloaded hmac v0.12.1
7812026-05-12T03:38:55.458Z Downloaded libsw v3.5.0
7822026-05-12T03:38:55.458Z Downloaded httparse v1.10.1
7832026-05-12T03:38:55.458Z Downloaded mime_guess v2.0.5
7842026-05-12T03:38:55.459Z Downloaded openssl-probe v0.2.1
7852026-05-12T03:38:55.459Z Downloaded impl-trait-for-tuples v0.2.3
7862026-05-12T03:38:55.459Z Downloaded openssl-macros v0.1.1
7872026-05-12T03:38:55.459Z Downloaded num-iter v0.1.45
7882026-05-12T03:38:55.459Z Downloaded olpc-cjson v0.1.4
7892026-05-12T03:38:55.459Z Downloaded num_threads v0.1.7
7902026-05-12T03:38:55.459Z Downloaded ingot-macros v0.1.1
7912026-05-12T03:38:55.459Z Downloaded newtype-uuid v1.3.2
7922026-05-12T03:38:55.459Z Downloaded half v2.7.1
7932026-05-12T03:38:55.459Z Downloaded openssl-probe v0.1.6
7942026-05-12T03:38:55.459Z Downloaded getrandom v0.3.4
7952026-05-12T03:38:55.459Z Downloaded hyper-rustls v0.27.7
7962026-05-12T03:38:55.459Z Downloaded flume v0.11.1
7972026-05-12T03:38:55.459Z Downloaded const_format v0.2.35
7982026-05-12T03:38:55.459Z Downloaded crc-any v2.5.0
7992026-05-12T03:38:55.459Z Downloaded bytes v1.11.1
8002026-05-12T03:38:55.459Z Downloaded parse-display v0.10.0
8012026-05-12T03:38:55.460Z Downloaded native-tls v0.2.18
8022026-05-12T03:38:55.460Z Downloaded fatfs v0.3.6
8032026-05-12T03:38:55.460Z Downloaded oso-derive v0.27.3
8042026-05-12T03:38:55.460Z Downloaded libloading v0.8.9
8052026-05-12T03:38:55.460Z Downloaded pbkdf2 v0.11.0
8062026-05-12T03:38:55.460Z Downloaded crossterm v0.28.1
8072026-05-12T03:38:55.460Z Downloaded chacha20poly1305 v0.10.1
8082026-05-12T03:38:55.460Z Downloaded nodrop v0.1.14
8092026-05-12T03:38:55.460Z Downloaded peg-runtime v0.8.5
8102026-05-12T03:38:55.460Z Downloaded pbkdf2 v0.12.2
8112026-05-12T03:38:55.460Z Downloaded ed25519-dalek v2.2.0
8122026-05-12T03:38:55.460Z Downloaded crossbeam-channel v0.5.15
8132026-05-12T03:38:55.461Z Downloaded multimap v0.10.1
8142026-05-12T03:38:55.461Z Downloaded parse-size v1.1.0
8152026-05-12T03:38:55.461Z Downloaded opaque-debug v0.3.1
8162026-05-12T03:38:55.461Z Downloaded nanorand v0.7.0
8172026-05-12T03:38:55.461Z Downloaded libefi-sys v0.1.0
8182026-05-12T03:38:55.462Z Downloaded lazy_static v1.5.0
8192026-05-12T03:38:55.462Z Downloaded phf_shared v0.12.1
8202026-05-12T03:38:55.462Z Downloaded jobserver v0.1.34
8212026-05-12T03:38:55.462Z Downloaded darling_core v0.20.11
8222026-05-12T03:38:55.462Z Downloaded phf_shared v0.13.1
8232026-05-12T03:38:55.462Z Downloaded nu-ansi-term v0.50.3
8242026-05-12T03:38:55.497Z Downloaded half v1.8.3
8252026-05-12T03:38:55.497Z Downloaded litrs v1.0.0
8262026-05-12T03:38:55.497Z Downloaded pin-utils v0.1.0
8272026-05-12T03:38:55.497Z Downloaded path-slash v0.1.5
8282026-05-12T03:38:55.497Z Downloaded num-integer v0.1.46
8292026-05-12T03:38:55.497Z Downloaded indexmap v1.9.3
8302026-05-12T03:38:55.497Z Downloaded num_enum v0.5.11
8312026-05-12T03:38:55.497Z Downloaded num-complex v0.4.6
8322026-05-12T03:38:55.497Z Downloaded futures v0.3.32
8332026-05-12T03:38:55.498Z Downloaded ignore v0.4.25
8342026-05-12T03:38:55.498Z Downloaded flate2 v1.1.9
8352026-05-12T03:38:55.498Z Downloaded heapless v0.8.0
8362026-05-12T03:38:55.498Z Downloaded derive_more v2.1.1
8372026-05-12T03:38:55.532Z Downloaded num_enum_derive v0.7.5
8382026-05-12T03:38:55.532Z Downloaded lock_api v0.4.14
8392026-05-12T03:38:55.532Z Downloaded proc-macro-crate v1.3.1
8402026-05-12T03:38:55.532Z Downloaded der v0.7.10
8412026-05-12T03:38:55.532Z Downloaded phf_shared v0.11.3
8422026-05-12T03:38:55.532Z Downloaded password-hash v0.4.2
8432026-05-12T03:38:55.532Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-05-12T03:38:55.532Z Downloaded derive_more-impl v2.1.1
8452026-05-12T03:38:55.532Z Downloaded proc-macro-crate v3.4.0
8462026-05-12T03:38:55.532Z Downloaded heapless v0.7.17
8472026-05-12T03:38:55.532Z Downloaded headers v0.4.1
8482026-05-12T03:38:55.533Z Downloaded num_enum v0.7.5
8492026-05-12T03:38:55.533Z Downloaded pem v3.0.6
8502026-05-12T03:38:55.533Z Downloaded progenitor-client v0.14.0
8512026-05-12T03:38:55.533Z Downloaded ar_archive_writer v0.5.1
8522026-05-12T03:38:55.533Z Downloaded cc v1.2.56
8532026-05-12T03:38:55.533Z Downloaded progenitor-client v0.10.0
8542026-05-12T03:38:55.533Z Downloaded progenitor-macro v0.14.0
8552026-05-12T03:38:55.533Z Downloaded bumpalo v3.20.2
8562026-05-12T03:38:55.533Z Downloaded num-rational v0.4.2
8572026-05-12T03:38:55.533Z Downloaded pem-rfc7468 v0.7.0
8582026-05-12T03:38:55.533Z Downloaded oxide-tokio-rt v0.1.4
8592026-05-12T03:38:55.533Z Downloaded indicatif v0.18.4
8602026-05-12T03:38:55.533Z Downloaded ingot-types v0.1.2
8612026-05-12T03:38:55.533Z Downloaded predicates-tree v1.0.13
8622026-05-12T03:38:55.533Z Downloaded polyval v0.6.2
8632026-05-12T03:38:55.559Z Downloaded psl-types v2.0.11
8642026-05-12T03:38:55.559Z Downloaded postgres-protocol v0.6.10
8652026-05-12T03:38:55.559Z Downloaded parking_lot_core v0.8.6
8662026-05-12T03:38:55.559Z Downloaded owo-colors v4.3.0
8672026-05-12T03:38:55.559Z Downloaded newtype-uuid-macros v0.1.0
8682026-05-12T03:38:55.559Z Downloaded multer v3.1.0
8692026-05-12T03:38:55.560Z Downloaded progenitor-macro v0.13.0
8702026-05-12T03:38:55.560Z Downloaded rand_chacha v0.3.1
8712026-05-12T03:38:55.560Z Downloaded linear-map v1.2.0
8722026-05-12T03:38:55.560Z Downloaded memmap2 v0.9.10
8732026-05-12T03:38:55.560Z Downloaded compact_str v0.8.1
8742026-05-12T03:38:55.560Z Downloaded predicates-core v1.0.10
8752026-05-12T03:38:55.560Z Downloaded packed_struct_codegen v0.10.1
8762026-05-12T03:38:55.560Z Downloaded parking_lot v0.11.2
8772026-05-12T03:38:55.560Z Downloaded bitvec v1.0.1
8782026-05-12T03:38:55.560Z Downloaded progenitor-macro v0.10.0
8792026-05-12T03:38:55.560Z Downloaded progenitor-macro v0.11.2
8802026-05-12T03:38:55.560Z Downloaded precomputed-hash v0.1.1
8812026-05-12T03:38:55.560Z Downloaded password-hash v0.5.0
8822026-05-12T03:38:55.561Z Downloaded parking_lot_core v0.9.12
8832026-05-12T03:38:55.561Z Downloaded quick-error v1.2.3
8842026-05-12T03:38:55.578Z Downloaded radium v0.7.0
8852026-05-12T03:38:55.578Z Downloaded parse-display-derive v0.10.0
8862026-05-12T03:38:55.578Z Downloaded proc-macro-error2 v2.0.1
8872026-05-12T03:38:55.578Z Downloaded dropshot-api-manager v0.7.1
8882026-05-12T03:38:55.578Z Downloaded diesel_derives v2.3.7
8892026-05-12T03:38:55.578Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-05-12T03:38:55.579Z Downloaded parking_lot v0.12.5
8912026-05-12T03:38:55.579Z Downloaded packed_struct v0.10.1
8922026-05-12T03:38:55.579Z Downloaded peg-macros v0.8.5
8932026-05-12T03:38:55.579Z Downloaded libbz2-rs-sys v0.2.2
8942026-05-12T03:38:55.579Z Downloaded phf v0.13.1
8952026-05-12T03:38:55.579Z Downloaded memoffset v0.9.1
8962026-05-12T03:38:55.579Z Downloaded powerfmt v0.2.0
8972026-05-12T03:38:55.579Z Downloaded progenitor v0.11.2
8982026-05-12T03:38:55.582Z Downloaded pin-project-lite v0.2.17
8992026-05-12T03:38:55.648Z Downloaded recursive v0.1.1
9002026-05-12T03:38:55.648Z Downloaded poly1305 v0.8.0
9012026-05-12T03:38:55.648Z Downloaded rfc6979 v0.4.0
9022026-05-12T03:38:55.648Z Downloaded rand_xorshift v0.4.0
9032026-05-12T03:38:55.650Z Downloaded ref-cast-impl v1.0.25
9042026-05-12T03:38:55.650Z Downloaded pkg-config v0.3.32
9052026-05-12T03:38:55.650Z Downloaded paste v1.0.15
9062026-05-12T03:38:55.650Z Downloaded omicron-zone-package v0.12.2
9072026-05-12T03:38:55.650Z Downloaded progenitor v0.14.0
9082026-05-12T03:38:55.650Z Downloaded phf v0.12.1
9092026-05-12T03:38:55.650Z Downloaded ppv-lite86 v0.2.21
9102026-05-12T03:38:55.650Z Downloaded oxnet v0.1.4
9112026-05-12T03:38:55.651Z Downloaded progenitor-extras v0.2.0
9122026-05-12T03:38:55.722Z Downloaded ref-cast v1.0.25
9132026-05-12T03:38:55.722Z Downloaded russh-cryptovec v0.7.3
9142026-05-12T03:38:55.722Z Downloaded arc-swap v1.8.2
9152026-05-12T03:38:55.722Z Downloaded hickory-resolver v0.24.4
9162026-05-12T03:38:55.722Z Downloaded rand_chacha v0.9.0
9172026-05-12T03:38:55.722Z Downloaded postcard v1.1.3
9182026-05-12T03:38:55.722Z Downloaded progenitor v0.13.0
9192026-05-12T03:38:55.722Z Downloaded miniz_oxide v0.8.9
9202026-05-12T03:38:55.722Z Downloaded rtoolbox v0.0.3
9212026-05-12T03:38:55.722Z Downloaded peg v0.8.5
9222026-05-12T03:38:55.722Z Downloaded rustc_version v0.1.7
9232026-05-12T03:38:55.722Z Downloaded predicates v3.1.4
9242026-05-12T03:38:55.722Z Downloaded rustc_version v0.4.1
9252026-05-12T03:38:55.723Z Downloaded rand_core v0.6.4
9262026-05-12T03:38:55.723Z Downloaded progenitor-client v0.13.0
9272026-05-12T03:38:55.723Z Downloaded rand_seeder v0.4.0
9282026-05-12T03:38:55.723Z Downloaded primeorder v0.13.6
9292026-05-12T03:38:55.723Z Downloaded progenitor v0.10.0
9302026-05-12T03:38:55.723Z Downloaded hickory-resolver v0.25.2
9312026-05-12T03:38:55.723Z Downloaded jiff-static v0.2.21
9322026-05-12T03:38:55.723Z Downloaded papergrid v0.17.0
9332026-05-12T03:38:55.723Z Downloaded sapling-renderdag v0.1.0
9342026-05-12T03:38:55.723Z Downloaded salsa20 v0.10.2
9352026-05-12T03:38:55.723Z Downloaded rand_core v0.10.0
9362026-05-12T03:38:55.723Z Downloaded r2d2 v0.8.10
9372026-05-12T03:38:55.723Z Downloaded pkcs1 v0.7.5
9382026-05-12T03:38:55.723Z Downloaded pin-project-internal v1.1.11
9392026-05-12T03:38:55.723Z Downloaded psm v0.1.30
9402026-05-12T03:38:55.723Z Downloaded base64 v0.22.1
9412026-05-12T03:38:55.723Z Downloaded pin-project v1.1.11
9422026-05-12T03:38:55.723Z Downloaded secrecy v0.8.0
9432026-05-12T03:38:55.723Z Downloaded pkcs5 v0.7.1
9442026-05-12T03:38:55.723Z Downloaded secrecy v0.10.3
9452026-05-12T03:38:55.723Z Downloaded async-compression v0.4.41
9462026-05-12T03:38:55.724Z Downloaded serde_bytes v0.11.19
9472026-05-12T03:38:55.724Z Downloaded postgres-types v0.2.12
9482026-05-12T03:38:55.724Z Downloaded quinn-udp v0.5.14
9492026-05-12T03:38:55.724Z Downloaded pkcs8 v0.10.2
9502026-05-12T03:38:55.724Z Downloaded scrypt v0.11.0
9512026-05-12T03:38:55.815Z Downloaded seq-macro v0.3.6
9522026-05-12T03:38:55.816Z Downloaded serde-big-array v0.5.1
9532026-05-12T03:38:55.816Z Downloaded rustc-hash v2.1.1
9542026-05-12T03:38:55.816Z Downloaded rand_core v0.9.5
9552026-05-12T03:38:55.816Z Downloaded progenitor-client v0.11.2
9562026-05-12T03:38:55.816Z Downloaded shell-words v1.1.1
9572026-05-12T03:38:55.816Z Downloaded scroll_derive v0.13.1
9582026-05-12T03:38:55.818Z Downloaded rustls-native-certs v0.8.3
9592026-05-12T03:38:55.818Z Downloaded scopeguard v1.2.0
9602026-05-12T03:38:55.818Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-12T03:38:55.819Z Downloaded signal-hook-mio v0.2.5
9622026-05-12T03:38:55.819Z Downloaded sigpipe v0.1.3
9632026-05-12T03:38:55.819Z Downloaded signal-hook-tokio v0.3.1
9642026-05-12T03:38:55.819Z Downloaded sha1 v0.10.6
9652026-05-12T03:38:55.819Z Downloaded serde_urlencoded v0.7.1
9662026-05-12T03:38:55.819Z Downloaded serde_repr v0.1.20
9672026-05-12T03:38:55.819Z Downloaded serde_spanned v1.0.4
9682026-05-12T03:38:55.819Z Downloaded serde_plain v1.0.2
9692026-05-12T03:38:55.819Z Downloaded semver v0.1.20
9702026-05-12T03:38:55.819Z Downloaded resolv-conf v0.7.6
9712026-05-12T03:38:55.819Z Downloaded hashbrown v0.12.3
9722026-05-12T03:38:55.819Z Downloaded same-file v1.0.6
9732026-05-12T03:38:55.819Z Downloaded rusty-fork v0.3.1
9742026-05-12T03:38:55.819Z Downloaded hickory-server v0.25.2
9752026-05-12T03:38:55.885Z Downloaded slog-envlogger v2.2.0
9762026-05-12T03:38:55.885Z Downloaded siphasher v1.0.2
9772026-05-12T03:38:55.885Z Downloaded oso v0.27.3
9782026-05-12T03:38:55.885Z Downloaded http v1.4.0
9792026-05-12T03:38:55.885Z Downloaded rustversion v1.0.22
9802026-05-12T03:38:55.885Z Downloaded signature v2.2.0
9812026-05-12T03:38:55.885Z Downloaded progenitor-impl v0.10.0
9822026-05-12T03:38:55.886Z Downloaded hyper-util v0.1.20
9832026-05-12T03:38:55.886Z Downloaded progenitor-impl v0.13.0
9842026-05-12T03:38:55.886Z Downloaded rustls-pemfile v1.0.4
9852026-05-12T03:38:55.886Z Downloaded slog-bunyan v2.5.0
9862026-05-12T03:38:55.886Z Downloaded serde-hex v0.1.0
9872026-05-12T03:38:55.886Z Downloaded p256 v0.13.2
9882026-05-12T03:38:55.886Z Downloaded serde_derive_internals v0.29.1
9892026-05-12T03:38:55.886Z Downloaded mio v1.2.0
9902026-05-12T03:38:55.886Z Downloaded russh-keys v0.45.0
9912026-05-12T03:38:55.886Z Downloaded aes v0.8.4
9922026-05-12T03:38:55.886Z Downloaded crossterm v0.29.0
9932026-05-12T03:38:55.887Z Downloaded serde_path_to_error v0.1.20
9942026-05-12T03:38:55.887Z Downloaded minimal-lexical v0.2.1
9952026-05-12T03:38:55.887Z Downloaded shlex v1.3.0
9962026-05-12T03:38:55.887Z Downloaded rustls-pki-types v1.14.0
9972026-05-12T03:38:55.887Z Downloaded scroll v0.13.0
9982026-05-12T03:38:55.887Z Downloaded pretty_assertions v1.4.1
9992026-05-12T03:38:55.887Z Downloaded progenitor-impl v0.11.2
10002026-05-12T03:38:55.887Z Downloaded rustls-pemfile v2.2.0
10012026-05-12T03:38:55.887Z Downloaded prettyplease v0.2.37
10022026-05-12T03:38:55.887Z Downloaded ssh-encoding v0.2.0
10032026-05-12T03:38:55.887Z Downloaded sqlparser_derive v0.5.0
10042026-05-12T03:38:55.887Z Downloaded sct v0.7.1
10052026-05-12T03:38:55.888Z Downloaded prefix-trie v0.7.0
10062026-05-12T03:38:55.888Z Downloaded structmeta v0.3.0
10072026-05-12T03:38:55.888Z Downloaded progenitor-impl v0.14.0
10082026-05-12T03:38:55.888Z Downloaded hashbrown v0.13.2
10092026-05-12T03:38:55.888Z Downloaded take_mut v0.2.2
10102026-05-12T03:38:55.888Z Downloaded supports-color v3.0.2
10112026-05-12T03:38:55.888Z Downloaded subtle v2.6.1
10122026-05-12T03:38:55.888Z Downloaded schemars_derive v0.8.22
10132026-05-12T03:38:55.888Z Downloaded rcgen v0.12.1
10142026-05-12T03:38:55.888Z Downloaded smf v0.2.3
10152026-05-12T03:38:55.888Z Downloaded tagptr v0.2.0
10162026-05-12T03:38:55.888Z Downloaded tabwriter v1.4.1
10172026-05-12T03:38:55.888Z Downloaded ssh-cipher v0.2.0
10182026-05-12T03:38:55.888Z Downloaded strip-ansi-escapes v0.2.1
10192026-05-12T03:38:55.889Z Downloaded slog-json v2.6.1
10202026-05-12T03:38:55.889Z Downloaded strum v0.27.2
10212026-05-12T03:38:55.889Z Downloaded strum v0.26.3
10222026-05-12T03:38:55.889Z Downloaded slog-dtrace v0.3.0
10232026-05-12T03:38:55.889Z Downloaded serde_cbor v0.11.2
10242026-05-12T03:38:55.889Z Downloaded signal-hook-registry v1.4.8
10252026-05-12T03:38:55.889Z Downloaded spki v0.7.3
10262026-05-12T03:38:55.889Z Downloaded snafu-derive v0.8.9
10272026-05-12T03:38:55.941Z Downloaded thread-id v5.1.0
10282026-05-12T03:38:55.941Z Downloaded sync_wrapper v1.0.2
10292026-05-12T03:38:55.941Z Downloaded testing_table v0.3.0
10302026-05-12T03:38:55.941Z Downloaded sync-ptr v0.1.4
10312026-05-12T03:38:55.941Z Downloaded tinyvec_macros v0.1.1
10322026-05-12T03:38:55.942Z Downloaded time-core v0.1.8
10332026-05-12T03:38:55.942Z Downloaded tap v1.0.1
10342026-05-12T03:38:55.942Z Downloaded thiserror-impl-no-std v2.0.2
10352026-05-12T03:38:55.942Z Downloaded nom v7.1.3
10362026-05-12T03:38:55.942Z Downloaded slab v0.4.12
10372026-05-12T03:38:55.942Z Downloaded smallvec v0.6.14
10382026-05-12T03:38:55.942Z Downloaded simd-adler32 v0.3.8
10392026-05-12T03:38:55.942Z Downloaded num-bigint v0.4.6
10402026-05-12T03:38:55.942Z Downloaded termtree v0.5.1
10412026-05-12T03:38:55.942Z Downloaded structmeta-derive v0.3.0
10422026-05-12T03:38:55.942Z Downloaded string_cache v0.8.9
10432026-05-12T03:38:55.942Z Downloaded tokio-macros v2.7.0
10442026-05-12T03:38:55.942Z Downloaded strum_macros v0.27.2
10452026-05-12T03:38:55.943Z Downloaded ryu v1.0.23
10462026-05-12T03:38:55.943Z Downloaded slog-term v2.9.2
10472026-05-12T03:38:55.943Z Downloaded slog-scope v4.4.1
10482026-05-12T03:38:55.943Z Downloaded slog-stdlog v4.1.1
10492026-05-12T03:38:55.943Z Downloaded aes-gcm v0.10.3
10502026-05-12T03:38:55.943Z Downloaded strum_macros v0.26.4
10512026-05-12T03:38:55.944Z Downloaded static_assertions v1.1.0
10522026-05-12T03:38:55.944Z Downloaded stacker v0.1.23
10532026-05-12T03:38:55.944Z Downloaded sec1 v0.7.3
10542026-05-12T03:38:55.944Z Downloaded serde_with_macros v3.17.0
10552026-05-12T03:38:55.944Z Downloaded openssl-sys v0.9.114
10562026-05-12T03:38:55.944Z Downloaded ron v0.8.1
10572026-05-12T03:38:56.042Z Downloaded rand v0.8.6
10582026-05-12T03:38:56.042Z Downloaded stringprep v0.1.5
10592026-05-12T03:38:56.042Z Downloaded sqlformat v0.3.5
10602026-05-12T03:38:56.042Z Downloaded itertools v0.13.0
10612026-05-12T03:38:56.042Z Downloaded topological-sort v0.2.2
10622026-05-12T03:38:56.043Z Downloaded tabled_derive v0.11.0
10632026-05-12T03:38:56.043Z Downloaded strum_macros v0.24.3
10642026-05-12T03:38:56.043Z Downloaded support-bundle-viewer v0.1.2
10652026-05-12T03:38:56.043Z Downloaded tower-service v0.3.3
10662026-05-12T03:38:56.043Z Downloaded time-macros v0.2.27
10672026-05-12T03:38:56.043Z Downloaded trait-variant v0.1.2
10682026-05-12T03:38:56.043Z Downloaded itertools v0.10.5
10692026-05-12T03:38:56.043Z Downloaded rustls-platform-verifier v0.6.2
10702026-05-12T03:38:56.043Z Downloaded slog-async v2.8.0
10712026-05-12T03:38:56.043Z Downloaded tokio-rustls v0.25.0
10722026-05-12T03:38:56.043Z Downloaded tokio-dtrace v0.1.1
10732026-05-12T03:38:56.043Z Downloaded thread_local v1.1.9
10742026-05-12T03:38:56.044Z Downloaded termios v0.3.3
10752026-05-12T03:38:56.044Z Downloaded try-lock v0.2.5
10762026-05-12T03:38:56.112Z Downloaded tls_codec_derive v0.4.2
10772026-05-12T03:38:56.112Z Downloaded tiny-keccak v2.0.2
10782026-05-12T03:38:56.112Z Downloaded hyper v1.8.1
10792026-05-12T03:38:56.112Z Downloaded typify-macro v0.4.3
10802026-05-12T03:38:56.112Z Downloaded typify-macro v0.6.2
10812026-05-12T03:38:56.112Z Downloaded unicode-truncate v1.1.0
10822026-05-12T03:38:56.112Z Downloaded socket2 v0.6.3
10832026-05-12T03:38:56.112Z Downloaded publicsuffix v2.3.0
10842026-05-12T03:38:56.112Z Downloaded signal-hook v0.3.18
10852026-05-12T03:38:56.112Z Downloaded libxml v0.3.3
10862026-05-12T03:38:56.112Z Downloaded tokio-native-tls v0.3.1
10872026-05-12T03:38:56.112Z Downloaded spin v0.9.8
10882026-05-12T03:38:56.113Z Downloaded unarray v0.1.4
10892026-05-12T03:38:56.113Z Downloaded untrusted v0.7.1
10902026-05-12T03:38:56.113Z Downloaded universal-hash v0.5.1
10912026-05-12T03:38:56.113Z Downloaded unit-prefix v0.5.2
10922026-05-12T03:38:56.113Z Downloaded usdt v0.6.0
10932026-05-12T03:38:56.113Z Downloaded usdt-macro v0.6.0
10942026-05-12T03:38:56.113Z Downloaded rand v0.9.2
10952026-05-12T03:38:56.113Z Downloaded similar v2.7.0
10962026-05-12T03:38:56.113Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10972026-05-12T03:38:56.113Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-05-12T03:38:56.113Z Downloaded aho-corasick v1.1.4
10992026-05-12T03:38:56.113Z Downloaded schemars v0.8.22
11002026-05-12T03:38:56.113Z Downloaded usdt-attr-macro v0.6.0
11012026-05-12T03:38:56.113Z Downloaded untrusted v0.9.0
11022026-05-12T03:38:56.113Z Downloaded tower-layer v0.3.3
11032026-05-12T03:38:56.113Z Downloaded itertools v0.14.0
11042026-05-12T03:38:56.113Z Downloaded utf-8 v0.7.6
11052026-05-12T03:38:56.113Z Downloaded libm v0.2.16
11062026-05-12T03:38:56.114Z Downloaded void v1.0.2
11072026-05-12T03:38:56.114Z Downloaded term v1.2.1
11082026-05-12T03:38:56.114Z Downloaded tokio-rustls v0.24.1
11092026-05-12T03:38:56.114Z Downloaded wait-timeout v0.2.1
11102026-05-12T03:38:56.114Z Downloaded itertools v0.12.1
11112026-05-12T03:38:56.114Z Downloaded socket2 v0.5.10
11122026-05-12T03:38:56.114Z Downloaded slog v2.8.2
11132026-05-12T03:38:56.114Z Downloaded tokio-rustls v0.26.4
11142026-05-12T03:38:56.114Z Downloaded thiserror-no-std v2.0.2
11152026-05-12T03:38:56.114Z Downloaded term v0.7.0
11162026-05-12T03:38:56.114Z Downloaded tokio-tungstenite v0.21.0
11172026-05-12T03:38:56.114Z Downloaded want v0.3.1
11182026-05-12T03:38:56.114Z Downloaded waitgroup v0.1.2
11192026-05-12T03:38:56.114Z Downloaded rayon-core v1.13.0
11202026-05-12T03:38:56.114Z Downloaded futures-util v0.3.32
11212026-05-12T03:38:56.114Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-05-12T03:38:56.114Z Downloaded schemars v0.9.0
11232026-05-12T03:38:56.216Z Downloaded tokio-stream v0.1.18
11242026-05-12T03:38:56.216Z Downloaded qorb v0.4.1
11252026-05-12T03:38:56.216Z Downloaded hashbrown v0.16.1
11262026-05-12T03:38:56.216Z Downloaded usdt-impl v0.6.0
11272026-05-12T03:38:56.216Z Downloaded samael v0.0.19
11282026-05-12T03:38:56.216Z Downloaded unicase v2.9.0
11292026-05-12T03:38:56.216Z Downloaded tinyvec v1.10.0
11302026-05-12T03:38:56.216Z Downloaded xshell-macros v0.2.7
11312026-05-12T03:38:56.216Z Downloaded xattr v1.6.1
11322026-05-12T03:38:56.216Z Downloaded serde_yaml v0.9.34+deprecated
11332026-05-12T03:38:56.216Z Downloaded zone v0.3.1
11342026-05-12T03:38:56.217Z Downloaded zeroize_derive v1.4.3
11352026-05-12T03:38:56.217Z Downloaded num-bigint-dig v0.8.6
11362026-05-12T03:38:56.219Z Downloaded rsa v0.9.10
11372026-05-12T03:38:56.219Z Downloaded hashbrown v0.15.5
11382026-05-12T03:38:56.220Z Downloaded iri-string v0.7.10
11392026-05-12T03:38:56.220Z Downloaded subprocess v0.2.15
11402026-05-12T03:38:56.220Z Downloaded tracing-attributes v0.1.31
11412026-05-12T03:38:56.220Z Downloaded tui-tree-widget v0.23.1
11422026-05-12T03:38:56.220Z Downloaded tokio-tungstenite v0.23.1
11432026-05-12T03:38:56.220Z Downloaded uzers v0.12.2
11442026-05-12T03:38:56.220Z Downloaded tls_codec v0.4.2
11452026-05-12T03:38:56.220Z Downloaded quinn v0.11.9
11462026-05-12T03:38:56.221Z Downloaded zone_cfg_derive v0.3.1
11472026-05-12T03:38:56.221Z Downloaded blake3 v1.8.3
11482026-05-12T03:38:56.221Z Downloaded vergen-gitcl v1.0.8
11492026-05-12T03:38:56.221Z Downloaded snafu v0.8.9
11502026-05-12T03:38:56.221Z Downloaded test-strategy v0.4.5
11512026-05-12T03:38:56.221Z Downloaded wyz v0.5.1
11522026-05-12T03:38:56.221Z Downloaded vergen-lib v0.1.6
11532026-05-12T03:38:56.221Z Downloaded vergen-git2 v1.0.7
11542026-05-12T03:38:56.221Z Downloaded vsss-rs v3.3.4
11552026-05-12T03:38:56.221Z Downloaded rustls-webpki v0.103.9
11562026-05-12T03:38:56.330Z Downloaded walkdir v2.5.0
11572026-05-12T03:38:56.330Z Downloaded xshell v0.2.7
11582026-05-12T03:38:56.330Z Downloaded toml v0.9.12+spec-1.1.0
11592026-05-12T03:38:56.330Z Downloaded iddqd v0.3.18
11602026-05-12T03:38:56.330Z Downloaded hkdf v0.12.4
11612026-05-12T03:38:56.330Z Downloaded rand v0.10.0
11622026-05-12T03:38:56.330Z Downloaded whoami v2.1.0
11632026-05-12T03:38:56.330Z Downloaded zeroize v1.8.2
11642026-05-12T03:38:56.330Z Downloaded vergen v9.0.6
11652026-05-12T03:38:56.330Z Downloaded unicode-properties v0.1.4
11662026-05-12T03:38:56.330Z Downloaded toml v0.7.8
11672026-05-12T03:38:56.330Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-12T03:38:56.330Z Downloaded toml v1.0.6+spec-1.1.0
11692026-05-12T03:38:56.330Z Downloaded tungstenite v0.23.0
11702026-05-12T03:38:56.330Z Downloaded schemars v1.2.1
11712026-05-12T03:38:56.330Z Downloaded p521 v0.13.3
11722026-05-12T03:38:56.330Z Downloaded tar v0.4.45
11732026-05-12T03:38:56.331Z Downloaded h2 v0.4.13
11742026-05-12T03:38:56.331Z Downloaded zstd v0.13.3
11752026-05-12T03:38:56.331Z Downloaded whoami v1.6.1
11762026-05-12T03:38:56.331Z Downloaded twox-hash v2.1.2
11772026-05-12T03:38:56.331Z Downloaded typify v0.4.3
11782026-05-12T03:38:56.331Z Downloaded typify v0.6.2
11792026-05-12T03:38:56.331Z Downloaded unsafe-libyaml v0.2.11
11802026-05-12T03:38:56.331Z Downloaded unicode-bidi v0.3.18
11812026-05-12T03:38:56.331Z Downloaded yasna v0.5.2
11822026-05-12T03:38:56.331Z Downloaded russh v0.45.0
11832026-05-12T03:38:56.332Z Downloaded steno v0.4.1
11842026-05-12T03:38:56.332Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-12T03:38:56.332Z Downloaded tungstenite v0.21.0
11862026-05-12T03:38:56.332Z Downloaded tracing-core v0.1.36
11872026-05-12T03:38:56.332Z Downloaded vte v0.14.1
11882026-05-12T03:38:56.332Z Downloaded tokio-postgres v0.7.16
11892026-05-12T03:38:56.332Z Downloaded zstd-safe v7.2.4
11902026-05-12T03:38:56.332Z Downloaded rpassword v7.4.0
11912026-05-12T03:38:56.422Z Downloaded chrono v0.4.44
11922026-05-12T03:38:56.422Z Downloaded uuid v1.23.0
11932026-05-12T03:38:56.422Z Downloaded zopfli v0.8.3
11942026-05-12T03:38:56.422Z Downloaded zerocopy v0.6.6
11952026-05-12T03:38:56.423Z Downloaded ssh-key v0.6.7
11962026-05-12T03:38:56.423Z Downloaded rustyline v14.0.0
11972026-05-12T03:38:56.423Z Downloaded regex v1.12.3
11982026-05-12T03:38:56.423Z Downloaded unicode_categories v0.1.1
11992026-05-12T03:38:56.423Z Downloaded bindgen v0.71.1
12002026-05-12T03:38:56.423Z Downloaded git2 v0.20.4
12012026-05-12T03:38:56.423Z Downloaded lalrpop v0.19.12
12022026-05-12T03:38:56.423Z Downloaded toml_edit v0.19.15
12032026-05-12T03:38:56.423Z Downloaded reqwest v0.13.2
12042026-05-12T03:38:56.423Z Downloaded portable-atomic v1.13.1
12052026-05-12T03:38:56.513Z Downloaded zip v0.6.6
12062026-05-12T03:38:56.513Z Downloaded typed-path v0.9.3
12072026-05-12T03:38:56.513Z Downloaded reqwest v0.12.28
12082026-05-12T03:38:56.514Z Downloaded unicode-segmentation v1.12.0
12092026-05-12T03:38:56.514Z Downloaded zerocopy-derive v0.8.40
12102026-05-12T03:38:56.514Z Downloaded goblin v0.10.5
12112026-05-12T03:38:56.514Z Downloaded yansi v1.0.1
12122026-05-12T03:38:56.514Z Downloaded moka v0.12.13
12132026-05-12T03:38:56.514Z Downloaded petname v2.0.2
12142026-05-12T03:38:56.514Z Downloaded salty v0.3.0
12152026-05-12T03:38:56.514Z Downloaded rustls-webpki v0.101.7
12162026-05-12T03:38:56.514Z Downloaded reedline v0.40.0
12172026-05-12T03:38:56.514Z Downloaded rayon v1.11.0
12182026-05-12T03:38:56.514Z Downloaded x509-cert v0.2.5
12192026-05-12T03:38:56.514Z Downloaded bstr v1.12.1
12202026-05-12T03:38:56.515Z Downloaded p384 v0.13.1
12212026-05-12T03:38:56.515Z Downloaded tokio-util v0.7.18
12222026-05-12T03:38:56.515Z Downloaded tower v0.5.3
12232026-05-12T03:38:56.515Z Downloaded tough v0.22.0
12242026-05-12T03:38:56.515Z Downloaded quick-xml v0.37.5
12252026-05-12T03:38:56.515Z Downloaded curve25519-dalek v4.1.3
12262026-05-12T03:38:56.515Z Downloaded proptest v1.10.0
12272026-05-12T03:38:56.515Z Downloaded unicode-normalization v0.1.25
12282026-05-12T03:38:56.718Z Downloaded tower-http v0.6.8
12292026-05-12T03:38:56.718Z Downloaded zip v4.6.1
12302026-05-12T03:38:56.718Z Downloaded object v0.30.4
12312026-05-12T03:38:56.718Z Downloaded hickory-proto v0.26.1
12322026-05-12T03:38:56.718Z Downloaded rustls-webpki v0.102.8
12332026-05-12T03:38:56.718Z Downloaded nix v0.28.0
12342026-05-12T03:38:56.718Z Downloaded winnow v0.5.40
12352026-05-12T03:38:56.718Z Downloaded quinn-proto v0.11.13
12362026-05-12T03:38:56.719Z Downloaded nix v0.27.1
12372026-05-12T03:38:56.822Z Downloaded polar-core v0.27.3
12382026-05-12T03:38:56.822Z Downloaded regex-syntax v0.6.29
12392026-05-12T03:38:56.822Z Downloaded tabled v0.20.0
12402026-05-12T03:38:56.822Z Downloaded winnow v0.6.26
12412026-05-12T03:38:56.822Z Downloaded openssl v0.10.78
12422026-05-12T03:38:56.822Z Downloaded nix v0.29.0
12432026-05-12T03:38:56.822Z Downloaded vcpkg v0.2.15
12442026-05-12T03:38:56.822Z Downloaded serde_with v3.17.0
12452026-05-12T03:38:56.822Z Downloaded zerocopy v0.8.40
12462026-05-12T03:38:56.822Z Downloaded rustls v0.22.4
12472026-05-12T03:38:56.823Z Downloaded regex-syntax v0.8.10
12482026-05-12T03:38:56.823Z Downloaded openapiv3 v2.2.0
12492026-05-12T03:38:56.823Z Downloaded time v0.3.47
12502026-05-12T03:38:56.823Z Downloaded radix_trie v0.2.1
12512026-05-12T03:38:56.823Z Downloaded nix v0.31.2
12522026-05-12T03:38:56.823Z Downloaded dropshot v0.16.7
12532026-05-12T03:38:56.823Z Downloaded smoltcp v0.9.1
12542026-05-12T03:38:56.823Z Downloaded rustls v0.21.12
12552026-05-12T03:38:56.823Z Downloaded chrono-tz v0.10.4
12562026-05-12T03:38:56.823Z Downloaded object v0.37.3
12572026-05-12T03:38:56.824Z Downloaded hickory-proto v0.24.4
12582026-05-12T03:38:56.824Z Downloaded zlib-rs v0.6.2
12592026-05-12T03:38:56.824Z Downloaded diesel v2.3.7
12602026-05-12T03:38:56.824Z Downloaded regress v0.10.5
12612026-05-12T03:38:56.824Z Downloaded sqlparser v0.61.0
12622026-05-12T03:38:56.901Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-12T03:38:56.901Z Downloaded hickory-proto v0.25.2
12642026-05-12T03:38:56.901Z Downloaded zerocopy-derive v0.6.6
12652026-05-12T03:38:56.901Z Downloaded smoltcp v0.11.0
12662026-05-12T03:38:56.901Z Downloaded webpki-roots v1.0.6
12672026-05-12T03:38:56.901Z Downloaded rustls v0.23.37
12682026-05-12T03:38:56.902Z Downloaded rustix v0.38.44
12692026-05-12T03:38:56.902Z Downloaded petgraph v0.6.5
12702026-05-12T03:38:56.902Z Downloaded regress v0.11.1
12712026-05-12T03:38:56.928Z Downloaded sha3 v0.10.8
12722026-05-12T03:38:56.928Z Downloaded sled v0.34.7
12732026-05-12T03:38:56.928Z Downloaded tracing v0.1.44
12742026-05-12T03:38:56.946Z Downloaded typify-impl v0.6.2
12752026-05-12T03:38:56.946Z Downloaded typify-impl v0.4.3
12762026-05-12T03:38:56.946Z Downloaded ratatui v0.29.0
12772026-05-12T03:38:56.989Z Downloaded regex-automata v0.4.14
12782026-05-12T03:38:57.033Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-05-12T03:38:57.073Z Downloaded jiff v0.2.21
12802026-05-12T03:38:57.119Z Downloaded petgraph v0.8.3
12812026-05-12T03:38:57.120Z Downloaded csv v1.4.0
12822026-05-12T03:38:57.143Z Downloaded libz-sys v1.1.24
12832026-05-12T03:38:57.143Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-12T03:38:57.169Z Downloaded tokio v1.52.1
12852026-05-12T03:38:57.187Z Downloaded encoding_rs v0.8.35
12862026-05-12T03:38:57.214Z Downloaded ring v0.17.14
12872026-05-12T03:38:57.742Z Downloaded aws-lc-sys v0.40.0
12882026-05-12T03:38:57.972Z Compiling libc v0.2.185
12892026-05-12T03:38:57.972Z Compiling serde v1.0.228
12902026-05-12T03:38:58.081Z Compiling log v0.4.29
12912026-05-12T03:38:58.081Z Compiling shlex v1.3.0
12922026-05-12T03:38:58.081Z Compiling find-msvc-tools v0.1.9
12932026-05-12T03:38:58.081Z Compiling smallvec v1.15.1
12942026-05-12T03:38:58.081Z Compiling typenum v1.19.0
12952026-05-12T03:38:58.081Z Compiling subtle v2.6.1
12962026-05-12T03:38:58.157Z Compiling generic-array v0.14.7
12972026-05-12T03:38:58.157Z Compiling scopeguard v1.2.0
12982026-05-12T03:38:58.157Z Compiling const-oid v0.9.6
12992026-05-12T03:38:58.195Z Compiling portable-atomic v1.13.1
13002026-05-12T03:38:58.195Z Compiling serde_json v1.0.149
13012026-05-12T03:38:58.216Z Compiling syn v2.0.117
13022026-05-12T03:38:58.264Z Compiling zerocopy v0.8.40
13032026-05-12T03:38:58.264Z Compiling critical-section v1.2.0
13042026-05-12T03:38:58.303Z Compiling lock_api v0.4.14
13052026-05-12T03:38:58.321Z Compiling pin-project-lite v0.2.17
13062026-05-12T03:38:58.321Z Compiling parking_lot_core v0.9.12
13072026-05-12T03:38:58.321Z Compiling pkg-config v0.3.32
13082026-05-12T03:38:58.415Z Compiling bitflags v2.11.0
13092026-05-12T03:38:58.416Z Compiling libm v0.2.16
13102026-05-12T03:38:58.416Z Compiling futures-core v0.3.32
13112026-05-12T03:38:58.441Z Compiling num-traits v0.2.19
13122026-05-12T03:38:58.442Z Compiling percent-encoding v2.3.2
13132026-05-12T03:38:58.485Z Compiling getrandom v0.4.1
13142026-05-12T03:38:58.531Z Compiling futures-sink v0.3.32
13152026-05-12T03:38:58.583Z Compiling rand_core v0.10.0
13162026-05-12T03:38:58.606Z Compiling futures-io v0.3.32
13172026-05-12T03:38:58.637Z Compiling cpufeatures v0.2.17
13182026-05-12T03:38:58.655Z Compiling futures-channel v0.3.32
13192026-05-12T03:38:58.691Z Compiling slab v0.4.12
13202026-05-12T03:38:58.724Z Compiling futures-task v0.3.32
13212026-05-12T03:38:58.757Z Compiling indexmap v2.14.0
13222026-05-12T03:38:58.775Z Compiling getrandom v0.3.4
13232026-05-12T03:38:58.806Z Compiling rustversion v1.0.22
13242026-05-12T03:38:58.815Z Compiling form_urlencoded v1.2.2
13252026-05-12T03:38:58.886Z Compiling fs_extra v1.3.0
13262026-05-12T03:38:58.904Z Compiling dunce v1.0.5
13272026-05-12T03:38:58.932Z Compiling base64ct v1.8.3
13282026-05-12T03:38:58.972Z Compiling ident_case v1.0.1
13292026-05-12T03:38:58.972Z Compiling regex-syntax v0.8.10
13302026-05-12T03:38:59.018Z Compiling rustix v1.1.3
13312026-05-12T03:38:59.018Z Compiling getrandom v0.2.17
13322026-05-12T03:38:59.026Z Compiling jobserver v0.1.34
13332026-05-12T03:38:59.057Z Compiling errno v0.3.14
13342026-05-12T03:38:59.090Z Compiling mio v1.2.0
13352026-05-12T03:38:59.160Z Compiling rand_core v0.6.4
13362026-05-12T03:38:59.215Z Compiling signal-hook-registry v1.4.8
13372026-05-12T03:38:59.230Z Compiling once_cell v1.21.3
13382026-05-12T03:38:59.230Z Compiling socket2 v0.6.3
13392026-05-12T03:38:59.243Z Compiling cc v1.2.56
13402026-05-12T03:38:59.318Z Compiling parking_lot v0.12.5
13412026-05-12T03:38:59.390Z Compiling pem-rfc7468 v0.7.0
13422026-05-12T03:38:59.405Z Compiling flagset v0.4.7
13432026-05-12T03:38:59.433Z Compiling iana-time-zone v0.1.65
13442026-05-12T03:38:59.468Z Compiling vcpkg v0.2.15
13452026-05-12T03:38:59.565Z Compiling aws-lc-rs v1.16.3
13462026-05-12T03:38:59.584Z Compiling uuid v1.23.0
13472026-05-12T03:38:59.616Z Compiling tracing-core v0.1.36
13482026-05-12T03:38:59.637Z Compiling rustc_version v0.4.1
13492026-05-12T03:38:59.652Z Compiling base64 v0.22.1
13502026-05-12T03:38:59.671Z Compiling untrusted v0.7.1
13512026-05-12T03:38:59.700Z Compiling rand_core v0.9.5
13522026-05-12T03:38:59.869Z Compiling untrusted v0.9.0
13532026-05-12T03:38:59.889Z Compiling tinyvec_macros v0.1.1
13542026-05-12T03:38:59.937Z Compiling httparse v1.10.1
13552026-05-12T03:38:59.967Z Compiling openssl-probe v0.2.1
13562026-05-12T03:38:59.982Z Compiling tinyvec v1.10.0
13572026-05-12T03:39:00.014Z Compiling aho-corasick v1.1.4
13582026-05-12T03:39:00.069Z Compiling cmake v0.1.57
13592026-05-12T03:39:00.080Z Compiling schemars v0.8.22
13602026-05-12T03:39:00.080Z Compiling tower-service v0.3.3
13612026-05-12T03:39:00.117Z Compiling atomic-waker v1.1.2
13622026-05-12T03:39:00.173Z Compiling dyn-clone v1.0.20
13632026-05-12T03:39:00.197Z Compiling try-lock v0.2.5
13642026-05-12T03:39:00.250Z Compiling rustls v0.23.37
13652026-05-12T03:39:00.265Z Compiling tower-layer v0.3.3
13662026-05-12T03:39:00.285Z Compiling openssl v0.10.78
13672026-05-12T03:39:00.327Z Compiling want v0.3.1
13682026-05-12T03:39:00.343Z Compiling foreign-types-shared v0.1.1
13692026-05-12T03:39:00.343Z Compiling pin-utils v0.1.0
13702026-05-12T03:39:00.399Z Compiling httpdate v1.0.3
13712026-05-12T03:39:00.420Z Compiling unicode-normalization v0.1.25
13722026-05-12T03:39:00.420Z Compiling spin v0.9.8
13732026-05-12T03:39:00.451Z Compiling foreign-types v0.3.2
13742026-05-12T03:39:00.458Z Compiling num-conv v0.2.0
13752026-05-12T03:39:00.458Z Compiling powerfmt v0.2.0
13762026-05-12T03:39:00.459Z Compiling time-core v0.1.8
13772026-05-12T03:39:00.506Z Compiling crc32fast v1.5.0
13782026-05-12T03:39:00.521Z Compiling native-tls v0.2.18
13792026-05-12T03:39:00.548Z Compiling wait-timeout v0.2.1
13802026-05-12T03:39:00.559Z Compiling sync_wrapper v1.0.2
13812026-05-12T03:39:00.638Z Compiling deranged v0.5.8
13822026-05-12T03:39:00.660Z Compiling num_threads v0.1.7
13832026-05-12T03:39:00.670Z Compiling time-macros v0.2.27
13842026-05-12T03:39:00.675Z Compiling syn v1.0.109
13852026-05-12T03:39:00.700Z Compiling siphasher v1.0.2
13862026-05-12T03:39:00.707Z Compiling bit-vec v0.8.0
13872026-05-12T03:39:00.731Z Compiling tempfile v3.25.0
13882026-05-12T03:39:00.758Z Compiling usdt-impl v0.6.0
13892026-05-12T03:39:00.784Z Compiling simd-adler32 v0.3.8
13902026-05-12T03:39:00.864Z Compiling quick-error v1.2.3
13912026-05-12T03:39:00.885Z Compiling crossbeam-utils v0.8.21
13922026-05-12T03:39:00.955Z Compiling regex-automata v0.4.14
13932026-05-12T03:39:00.978Z Compiling bit-set v0.8.0
13942026-05-12T03:39:00.985Z Compiling rusty-fork v0.3.1
13952026-05-12T03:39:00.997Z Compiling aws-lc-sys v0.40.0
13962026-05-12T03:39:01.019Z Compiling ring v0.17.14
13972026-05-12T03:39:01.042Z Compiling openssl-sys v0.9.114
13982026-05-12T03:39:01.052Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-12T03:39:01.096Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-05-12T03:39:01.151Z Compiling synstructure v0.13.2
14012026-05-12T03:39:01.178Z Compiling pest_generator v2.8.6
14022026-05-12T03:39:01.219Z Compiling serde_derive_internals v0.29.1
14032026-05-12T03:39:01.372Z Compiling darling_core v0.20.11
14042026-05-12T03:39:01.441Z Compiling darling_core v0.21.3
14052026-05-12T03:39:01.441Z Compiling slog v2.8.2
14062026-05-12T03:39:01.524Z Compiling heapless v0.7.17
14072026-05-12T03:39:01.669Z Compiling rand_xorshift v0.4.0
14082026-05-12T03:39:01.701Z Compiling thread-id v5.1.0
14092026-05-12T03:39:01.854Z Compiling cookie v0.18.1
14102026-05-12T03:39:01.917Z Compiling zstd-safe v7.2.4
14112026-05-12T03:39:01.917Z Compiling allocator-api2 v0.2.21
14122026-05-12T03:39:01.917Z Compiling time v0.3.47
14132026-05-12T03:39:01.917Z Compiling unarray v0.1.4
14142026-05-12T03:39:02.004Z Compiling signal-hook v0.3.18
14152026-05-12T03:39:02.004Z Compiling adler2 v2.0.1
14162026-05-12T03:39:02.035Z Compiling anyhow v1.0.102
14172026-05-12T03:39:02.058Z Compiling unicode-properties v0.1.4
14182026-05-12T03:39:02.104Z Compiling unicode-bidi v0.3.18
14192026-05-12T03:39:02.104Z Compiling paste v1.0.15
14202026-05-12T03:39:02.131Z Compiling iri-string v0.7.10
14212026-05-12T03:39:02.189Z Compiling ryu v1.0.23
14222026-05-12T03:39:02.261Z Compiling miniz_oxide v0.8.9
14232026-05-12T03:39:02.481Z Compiling stringprep v0.1.5
14242026-05-12T03:39:02.581Z Compiling num-integer v0.1.46
14252026-05-12T03:39:02.638Z Compiling vergen-lib v0.1.6
14262026-05-12T03:39:02.854Z Compiling curve25519-dalek v4.1.3
14272026-05-12T03:39:02.894Z Compiling ff v0.13.1
14282026-05-12T03:39:02.962Z Compiling hash32 v0.2.1
14292026-05-12T03:39:02.996Z Compiling memoffset v0.9.1
14302026-05-12T03:39:02.996Z Compiling ref-cast v1.0.25
14312026-05-12T03:39:03.029Z Compiling serde_derive v1.0.228
14322026-05-12T03:39:03.029Z Compiling zeroize_derive v1.4.3
14332026-05-12T03:39:03.145Z Compiling zerofrom-derive v0.1.6
14342026-05-12T03:39:03.159Z Compiling yoke-derive v0.8.1
14352026-05-12T03:39:03.159Z Compiling zerovec-derive v0.11.2
14362026-05-12T03:39:03.280Z Compiling zerocopy-derive v0.8.40
14372026-05-12T03:39:03.311Z Compiling displaydoc v0.2.5
14382026-05-12T03:39:03.509Z Compiling tokio-macros v2.7.0
14392026-05-12T03:39:03.717Z Compiling zeroize v1.8.2
14402026-05-12T03:39:03.762Z Compiling futures-macro v0.3.32
14412026-05-12T03:39:03.774Z Compiling der_derive v0.7.3
14422026-05-12T03:39:04.056Z Compiling rustls-pki-types v1.14.0
14432026-05-12T03:39:04.088Z Compiling thiserror-impl v2.0.18
14442026-05-12T03:39:04.313Z Compiling tracing-attributes v0.1.31
14452026-05-12T03:39:04.337Z Compiling scroll_derive v0.13.1
14462026-05-12T03:39:04.362Z Compiling schemars_derive v0.8.22
14472026-05-12T03:39:04.522Z Compiling crypto-common v0.1.7
14482026-05-12T03:39:04.522Z Compiling block-buffer v0.10.4
14492026-05-12T03:39:04.568Z Compiling futures-util v0.3.32
14502026-05-12T03:39:04.594Z Compiling zerofrom v0.1.6
14512026-05-12T03:39:04.682Z Compiling digest v0.10.7
14522026-05-12T03:39:04.713Z Compiling yoke v0.8.1
14532026-05-12T03:39:04.798Z Compiling block-padding v0.3.3
14542026-05-12T03:39:04.808Z Compiling der v0.7.10
14552026-05-12T03:39:04.947Z Compiling zerovec v0.11.5
14562026-05-12T03:39:04.977Z Compiling zerotrie v0.2.3
14572026-05-12T03:39:04.991Z Compiling hmac v0.12.1
14582026-05-12T03:39:05.209Z Compiling inout v0.1.4
14592026-05-12T03:39:05.257Z Compiling sha2 v0.10.9
14602026-05-12T03:39:05.272Z Compiling pbkdf2 v0.12.2
14612026-05-12T03:39:05.333Z Compiling cipher v0.4.4
14622026-05-12T03:39:05.393Z Compiling pest_derive v2.8.6
14632026-05-12T03:39:05.414Z Compiling scroll v0.13.0
14642026-05-12T03:39:05.510Z Compiling tinystr v0.8.2
14652026-05-12T03:39:05.557Z Compiling potential_utf v0.1.4
14662026-05-12T03:39:05.608Z Compiling salsa20 v0.10.2
14672026-05-12T03:39:05.619Z Compiling cbc v0.1.2
14682026-05-12T03:39:05.711Z Compiling icu_locale_core v2.1.1
14692026-05-12T03:39:05.742Z Compiling icu_collections v2.1.1
14702026-05-12T03:39:05.760Z Compiling spki v0.7.3
14712026-05-12T03:39:05.770Z Compiling scrypt v0.11.0
14722026-05-12T03:39:05.770Z Compiling aes v0.8.4
14732026-05-12T03:39:05.798Z Compiling tracing v0.1.44
14742026-05-12T03:39:05.798Z Compiling thiserror v2.0.18
14752026-05-12T03:39:05.942Z Compiling darling_macro v0.20.11
14762026-05-12T03:39:05.986Z Compiling openssl-macros v0.1.1
14772026-05-12T03:39:06.065Z Compiling goblin v0.10.5
14782026-05-12T03:39:06.085Z Compiling rustls-native-certs v0.8.3
14792026-05-12T03:39:06.115Z Compiling dtrace-parser v0.3.0
14802026-05-12T03:39:06.244Z Compiling pkcs5 v0.7.1
14812026-05-12T03:39:06.413Z Compiling icu_provider v2.1.1
14822026-05-12T03:39:06.438Z Compiling darling v0.20.11
14832026-05-12T03:39:06.474Z Compiling signature v2.2.0
14842026-05-12T03:39:06.534Z Compiling derive_builder_core v0.20.2
14852026-05-12T03:39:06.634Z Compiling bytes v1.11.1
14862026-05-12T03:39:06.658Z Compiling icu_properties v2.1.2
14872026-05-12T03:39:06.670Z Compiling icu_normalizer v2.1.1
14882026-05-12T03:39:06.725Z Compiling chrono v0.4.44
14892026-05-12T03:39:06.743Z Compiling ipnet v2.11.0
14902026-05-12T03:39:06.755Z Compiling pkcs8 v0.10.2
14912026-05-12T03:39:06.850Z Compiling webpki-roots v1.0.6
14922026-05-12T03:39:06.883Z Compiling scroll_derive v0.12.1
14932026-05-12T03:39:07.041Z Compiling thiserror-impl v1.0.69
14942026-05-12T03:39:07.064Z Compiling serde_tokenstream v0.2.3
14952026-05-12T03:39:07.093Z Compiling erased-serde v0.3.31
14962026-05-12T03:39:07.131Z Compiling tokio v1.52.1
14972026-05-12T03:39:07.284Z Compiling http v1.4.0
14982026-05-12T03:39:07.289Z Compiling toml_datetime v0.6.11
14992026-05-12T03:39:07.344Z Compiling serde_spanned v0.6.9
15002026-05-12T03:39:07.437Z Compiling derive_builder_macro v0.20.2
15012026-05-12T03:39:07.512Z Compiling idna_adapter v1.2.1
15022026-05-12T03:39:07.549Z Compiling serde_urlencoded v0.7.1
15032026-05-12T03:39:07.586Z Compiling scroll v0.12.0
15042026-05-12T03:39:07.608Z Compiling md-5 v0.10.6
15052026-05-12T03:39:07.671Z Compiling ppv-lite86 v0.2.21
15062026-05-12T03:39:07.725Z Compiling idna v1.1.0
15072026-05-12T03:39:07.793Z Compiling darling_macro v0.21.3
15082026-05-12T03:39:07.809Z Compiling bstr v1.12.1
15092026-05-12T03:39:07.826Z Compiling async-trait v0.1.89
15102026-05-12T03:39:07.867Z Compiling pin-project-internal v1.1.11
15112026-05-12T03:39:07.892Z Compiling zerocopy-derive v0.7.35
15122026-05-12T03:39:07.937Z Compiling http-body v1.0.1
15132026-05-12T03:39:08.006Z Compiling url v2.5.8
15142026-05-12T03:39:08.117Z Compiling rand_chacha v0.9.0
15152026-05-12T03:39:08.123Z Compiling http-body-util v0.1.3
15162026-05-12T03:39:08.200Z Compiling rand_chacha v0.3.1
15172026-05-12T03:39:08.305Z Compiling psl-types v2.0.11
15182026-05-12T03:39:08.319Z Compiling rand v0.9.2
15192026-05-12T03:39:08.386Z Compiling thiserror v1.0.69
15202026-05-12T03:39:08.400Z Compiling litrs v1.0.0
15212026-05-12T03:39:08.442Z Compiling num-bigint-dig v0.8.6
15222026-05-12T03:39:08.481Z Compiling base16ct v0.2.0
15232026-05-12T03:39:08.646Z Compiling smoltcp v0.9.1
15242026-05-12T03:39:08.785Z Compiling dof v0.4.0
15252026-05-12T03:39:08.827Z Compiling rustix v0.38.44
15262026-05-12T03:39:08.842Z Compiling zlib-rs v0.6.2
15272026-05-12T03:39:08.884Z Compiling proptest v1.10.0
15282026-05-12T03:39:08.955Z Compiling fallible-iterator v0.2.0
15292026-05-12T03:39:09.003Z Compiling cfg_aliases v0.2.1
15302026-05-12T03:39:09.044Z Compiling pin-project v1.1.11
15312026-05-12T03:39:09.048Z Compiling document-features v0.2.12
15322026-05-12T03:39:09.073Z Compiling zerocopy v0.7.35
15332026-05-12T03:39:09.086Z Compiling nix v0.31.2
15342026-05-12T03:39:09.146Z Compiling sec1 v0.7.3
15352026-05-12T03:39:09.161Z Compiling rand v0.8.6
15362026-05-12T03:39:09.265Z Compiling postgres-protocol v0.6.10
15372026-05-12T03:39:09.277Z Compiling ipnetwork v0.21.1
15382026-05-12T03:39:09.301Z Compiling publicsuffix v2.3.0
15392026-05-12T03:39:09.436Z Compiling darling v0.21.3
15402026-05-12T03:39:09.452Z Compiling derive_builder v0.20.2
15412026-05-12T03:39:09.477Z Compiling goblin v0.8.2
15422026-05-12T03:39:09.593Z Compiling oxnet v0.1.4
15432026-05-12T03:39:09.630Z Compiling futures-executor v0.3.32
15442026-05-12T03:39:09.670Z Compiling cargo-platform v0.1.9
15452026-05-12T03:39:09.685Z Compiling hex v0.4.3
15462026-05-12T03:39:09.870Z Compiling hubpack_derive v0.1.1
15472026-05-12T03:39:09.874Z Compiling hkdf v0.12.4
15482026-05-12T03:39:09.931Z Compiling crypto-bigint v0.5.5
15492026-05-12T03:39:09.950Z Compiling regex v1.12.3
15502026-05-12T03:39:10.088Z Compiling ref-cast-impl v1.0.25
15512026-05-12T03:39:10.094Z Compiling daft-derive v0.1.5
15522026-05-12T03:39:10.132Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-12T03:39:10.146Z Compiling strum_macros v0.27.2
15542026-05-12T03:39:10.195Z Compiling snafu-derive v0.8.9
15552026-05-12T03:39:10.376Z Compiling group v0.13.0
15562026-05-12T03:39:10.403Z Compiling num-iter v0.1.45
15572026-05-12T03:39:10.572Z Compiling phf_shared v0.13.1
15582026-05-12T03:39:10.629Z Compiling terminal_size v0.4.3
15592026-05-12T03:39:10.657Z Compiling lazy_static v1.5.0
15602026-05-12T03:39:10.767Z Compiling vergen v9.0.6
15612026-05-12T03:39:10.788Z Compiling fs-err v3.3.0
15622026-05-12T03:39:10.804Z Compiling encoding_rs v0.8.35
15632026-05-12T03:39:10.818Z Compiling ahash v0.8.12
15642026-05-12T03:39:10.849Z Compiling foldhash v0.1.5
15652026-05-12T03:39:10.860Z Compiling object v0.37.3
15662026-05-12T03:39:10.882Z Compiling tokio-util v0.7.18
15672026-05-12T03:39:10.976Z Compiling tower v0.5.3
15682026-05-12T03:39:11.003Z Compiling tokio-native-tls v0.3.1
15692026-05-12T03:39:11.033Z Compiling foldhash v0.2.0
15702026-05-12T03:39:11.047Z Compiling bumpalo v3.20.2
15712026-05-12T03:39:11.083Z Compiling cpufeatures v0.3.0
15722026-05-12T03:39:11.147Z Compiling libbz2-rs-sys v0.2.2
15732026-05-12T03:39:11.176Z Compiling unicode-segmentation v1.12.0
15742026-05-12T03:39:11.198Z Compiling managed v0.8.0
15752026-05-12T03:39:11.276Z Compiling newtype-uuid v1.3.2
15762026-05-12T03:39:11.320Z Compiling mime v0.3.17
15772026-05-12T03:39:11.424Z Compiling tower-http v0.6.8
15782026-05-12T03:39:11.496Z Compiling same-file v1.0.6
15792026-05-12T03:39:11.598Z Compiling h2 v0.4.13
15802026-05-12T03:39:11.614Z Compiling winnow v0.5.40
15812026-05-12T03:39:11.643Z Compiling bitflags v1.3.2
15822026-05-12T03:39:11.692Z Compiling walkdir v2.5.0
15832026-05-12T03:39:11.730Z Compiling flate2 v1.1.9
15842026-05-12T03:39:11.877Z Compiling dof v0.3.0
15852026-05-12T03:39:11.990Z Compiling bzip2 v0.6.1
15862026-05-12T03:39:12.032Z Compiling daft v0.1.5
15872026-05-12T03:39:12.116Z Compiling zopfli v0.8.3
15882026-05-12T03:39:12.143Z Compiling hashbrown v0.16.1
15892026-05-12T03:39:12.187Z Compiling chacha20 v0.10.0
15902026-05-12T03:39:12.200Z Compiling snafu v0.8.9
15912026-05-12T03:39:12.234Z Compiling strum v0.27.2
15922026-05-12T03:39:12.283Z Compiling clap_builder v4.5.60
15932026-05-12T03:39:12.402Z Compiling hashbrown v0.15.5
15942026-05-12T03:39:12.421Z Compiling elliptic-curve v0.13.8
15952026-05-12T03:39:12.496Z Compiling phf v0.13.1
15962026-05-12T03:39:12.558Z Compiling signal-hook-mio v0.2.5
15972026-05-12T03:39:12.724Z Compiling cargo_metadata v0.19.2
15982026-05-12T03:39:12.751Z Compiling usdt-macro v0.6.0
15992026-05-12T03:39:12.789Z Compiling usdt-attr-macro v0.6.0
16002026-05-12T03:39:12.802Z Compiling hubpack v0.1.2
16012026-05-12T03:39:12.835Z Compiling cookie_store v0.22.1
16022026-05-12T03:39:12.932Z Compiling toml_edit v0.19.15
16032026-05-12T03:39:13.047Z Compiling bzip2 v0.4.4
16042026-05-12T03:39:13.058Z Compiling futures v0.3.32
16052026-05-12T03:39:13.080Z Compiling postgres-types v0.2.12
16062026-05-12T03:39:13.096Z Compiling serde_with_macros v3.17.0
16072026-05-12T03:39:13.159Z Compiling zstd v0.13.3
16082026-05-12T03:39:13.271Z Compiling dtrace-parser v0.2.0
16092026-05-12T03:39:13.448Z Compiling globset v0.4.18
16102026-05-12T03:39:13.519Z Compiling pkcs1 v0.7.5
16112026-05-12T03:39:13.537Z Compiling ed25519 v2.2.3
16122026-05-12T03:39:13.630Z Compiling serde_plain v1.0.2
16132026-05-12T03:39:13.655Z Compiling serde-big-array v0.5.1
16142026-05-12T03:39:13.814Z Compiling olpc-cjson v0.1.4
16152026-05-12T03:39:13.844Z Compiling rfc6979 v0.4.0
16162026-05-12T03:39:13.924Z Compiling strum_macros v0.26.4
16172026-05-12T03:39:13.995Z Compiling async-recursion v1.1.1
16182026-05-12T03:39:14.004Z Compiling clap_derive v4.5.55
16192026-05-12T03:39:14.062Z Compiling serde_repr v0.1.20
16202026-05-12T03:39:14.073Z Compiling enum-as-inner v0.6.1
16212026-05-12T03:39:14.132Z Compiling phf_shared v0.11.3
16222026-05-12T03:39:14.325Z Compiling float-cmp v0.10.0
16232026-05-12T03:39:14.341Z Compiling pem v3.0.6
16242026-05-12T03:39:14.358Z Compiling memmap2 v0.9.10
16252026-05-12T03:39:14.439Z Compiling thread-id v4.2.2
16262026-05-12T03:39:14.456Z Compiling env_filter v1.0.0
16272026-05-12T03:39:14.539Z Compiling hyper v1.8.1
16282026-05-12T03:39:14.566Z Compiling keccak v0.1.6
16292026-05-12T03:39:14.610Z Compiling difflib v0.4.0
16302026-05-12T03:39:14.627Z Compiling jiff v0.2.21
16312026-05-12T03:39:14.646Z Compiling typed-path v0.9.3
16322026-05-12T03:39:14.679Z Compiling precomputed-hash v0.1.1
16332026-05-12T03:39:14.784Z Compiling new_debug_unreachable v1.0.6
16342026-05-12T03:39:14.848Z Compiling whoami v2.1.0
16352026-05-12T03:39:14.868Z Compiling either v1.15.0
16362026-05-12T03:39:15.096Z Compiling fixedbitset v0.5.7
16372026-05-12T03:39:15.230Z Compiling data-encoding v2.10.0
16382026-05-12T03:39:15.247Z Compiling predicates-core v1.0.10
16392026-05-12T03:39:15.335Z Compiling rustc-hash v2.1.1
16402026-05-12T03:39:15.428Z Compiling static_assertions v1.1.0
16412026-05-12T03:39:15.450Z Compiling normalize-line-endings v0.3.0
16422026-05-12T03:39:15.463Z Compiling fixedbitset v0.4.2
16432026-05-12T03:39:15.481Z Compiling iddqd v0.3.18
16442026-05-12T03:39:15.514Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16452026-05-12T03:39:15.560Z Compiling predicates v3.1.4
16462026-05-12T03:39:15.575Z Compiling hickory-proto v0.25.2
16472026-05-12T03:39:15.631Z Compiling petgraph v0.6.5
16482026-05-12T03:39:16.102Z Compiling hyper-util v0.1.20
16492026-05-12T03:39:16.106Z Compiling petgraph v0.8.3
16502026-05-12T03:39:16.106Z Compiling strum v0.26.3
16512026-05-12T03:39:16.106Z Compiling clap v4.5.60
16522026-05-12T03:39:16.106Z Compiling itertools v0.13.0
16532026-05-12T03:39:16.106Z Compiling tokio-postgres v0.7.16
16542026-05-12T03:39:16.106Z Compiling string_cache v0.8.9
16552026-05-12T03:39:16.106Z Compiling sha3 v0.10.8
16562026-05-12T03:39:16.263Z Compiling env_logger v0.11.9
16572026-05-12T03:39:16.276Z Compiling toml_edit v0.22.27
16582026-05-12T03:39:16.276Z Compiling usdt-impl v0.5.0
16592026-05-12T03:39:16.480Z Compiling usdt v0.6.0
16602026-05-12T03:39:16.592Z Compiling serde_with v3.17.0
16612026-05-12T03:39:16.697Z Compiling toml v0.7.8
16622026-05-12T03:39:16.762Z Compiling crossterm v0.28.1
16632026-05-12T03:39:16.875Z Compiling ecdsa v0.16.9
16642026-05-12T03:39:17.162Z Compiling hyper-tls v0.6.0
16652026-05-12T03:39:17.189Z Compiling rsa v0.9.10
16662026-05-12T03:39:17.284Z Compiling ed25519-dalek v2.2.0
16672026-05-12T03:39:17.327Z Compiling zip v4.6.1
16682026-05-12T03:39:17.473Z Compiling zip v0.6.6
16692026-05-12T03:39:18.086Z Compiling rand v0.10.0
16702026-05-12T03:39:18.185Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-12T03:39:18.239Z Compiling tokio-stream v0.1.18
16722026-05-12T03:39:18.269Z Compiling similar v2.7.0
16732026-05-12T03:39:18.327Z Compiling heck v0.4.1
16742026-05-12T03:39:18.331Z Compiling buf-list v1.1.2
16752026-05-12T03:39:18.357Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16762026-05-12T03:39:18.394Z Compiling openapiv3 v2.2.0
16772026-05-12T03:39:18.569Z Compiling x509-cert v0.2.5
16782026-05-12T03:39:18.629Z Compiling sha1 v0.10.6
16792026-05-12T03:39:18.680Z Compiling crossbeam-epoch v0.9.18
16802026-05-12T03:39:18.695Z Compiling toml_datetime v0.7.5+spec-1.1.0
16812026-05-12T03:39:18.839Z Compiling lalrpop-util v0.19.12
16822026-05-12T03:39:18.892Z Compiling peg-runtime v0.8.5
16832026-05-12T03:39:18.947Z Compiling thread_local v1.1.9
16842026-05-12T03:39:18.993Z Compiling slog-async v2.8.0
16852026-05-12T03:39:19.021Z Compiling crossbeam-channel v0.5.15
16862026-05-12T03:39:19.029Z Compiling filetime v0.2.27
16872026-05-12T03:39:19.044Z Compiling is-terminal v0.4.17
16882026-05-12T03:39:19.044Z Compiling xattr v1.6.1
16892026-05-12T03:39:19.142Z Compiling term v1.2.1
16902026-05-12T03:39:19.172Z Compiling take_mut v0.2.2
16912026-05-12T03:39:19.181Z Compiling tar v0.4.45
16922026-05-12T03:39:19.479Z Compiling slog-term v2.9.2
16932026-05-12T03:39:37.120Z Compiling rustls-webpki v0.103.9
16942026-05-12T03:39:39.933Z Compiling tokio-rustls v0.26.4
16952026-05-12T03:39:39.933Z Compiling rustls-platform-verifier v0.6.2
16962026-05-12T03:39:40.144Z Compiling hyper-rustls v0.27.7
16972026-05-12T03:39:40.337Z Compiling reqwest v0.12.28
16982026-05-12T03:39:40.398Z Compiling reqwest v0.13.2
16992026-05-12T03:39:41.645Z Compiling tough v0.22.0
17002026-05-12T03:39:44.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-12T03:39:44.343Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-12T03:39:47.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.75s
17032026-05-12T03:39:47.266Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-12T03:39:47.323ZMay 12 03:39:45.610 INFO Starting download, target: Clickhouse
17052026-05-12T03:39:47.323ZMay 12 03:39:45.611 INFO Starting download, target: DendriteStub
17062026-05-12T03:39:47.323ZMay 12 03:39:45.611 INFO Starting download, target: Console
17072026-05-12T03:39:47.326ZMay 12 03:39:45.611 INFO Starting download, target: Cockroach
17082026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Starting download, target: MaghemiteMgd
17092026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Starting download, target: TransceiverControl
17102026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17112026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-12T03:39:47.327ZMay 12 03:39:45.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-12T03:39:47.820ZMay 12 03:39:46.093 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-12T03:39:48.175ZMay 12 03:39:46.304 INFO Download complete, target: TransceiverControl
17182026-05-12T03:39:48.280ZMay 12 03:39:46.554 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-12T03:39:48.599ZMay 12 03:39:46.828 INFO Download complete, target: Console
17202026-05-12T03:39:49.450ZMay 12 03:39:47.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-12T03:39:51.510ZMay 12 03:39:49.733 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-05-12T03:39:52.663ZMay 12 03:39:50.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-05-12T03:39:53.861ZMay 12 03:39:52.126 INFO Download complete, target: DendriteStub
17242026-05-12T03:39:54.044ZMay 12 03:39:52.279 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17252026-05-12T03:39:54.044ZMay 12 03:39:52.279 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17262026-05-12T03:39:55.020ZMay 12 03:39:53.203 INFO Download complete, target: MaghemiteMgd
17272026-05-12T03:39:56.280ZMay 12 03:39:54.543 INFO Checking that binary works, target: Clickhouse
17282026-05-12T03:39:56.395ZMay 12 03:39:54.626 INFO Download complete, target: Clickhouse
17292026-05-12T03:39:58.668ZMay 12 03:39:56.939 INFO Checking that binary works, target: Cockroach
17302026-05-12T03:39:58.786ZMay 12 03:39:57.065 INFO Download complete, target: Cockroach
17312026-05-12T03:39:58.796ZAll prerequisites installed successfully
17322026-05-12T03:39:58.796Z
17332026-05-12T03:39:58.796Zreal 2:01.659042936
17342026-05-12T03:39:58.796Zuser 6:59.311607569
17352026-05-12T03:39:58.796Zsys 1:39.440670974
17362026-05-12T03:39:58.796Ztrap 0.270049755
17372026-05-12T03:39:58.796Ztflt 1.155285171
17382026-05-12T03:39:58.796Zdflt 1.574141396
17392026-05-12T03:39:58.796Zkflt 0.022877514
17402026-05-12T03:39:58.796Zlock 24:16.514863268
17412026-05-12T03:39:58.796Zslp 18:55.448514897
17422026-05-12T03:39:58.796Zlat 26.811693917
17432026-05-12T03:39:58.796Zstop 2:53.686825534
17442026-05-12T03:39:58.797Z+ ptime -m cargo xtask download softnpu
17452026-05-12T03:39:59.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17462026-05-12T03:39:59.372Z Running `target/debug/xtask download softnpu`
17472026-05-12T03:40:00.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17482026-05-12T03:40:00.249Z Running `target/debug/xtask-downloader softnpu`
17492026-05-12T03:40:00.287ZMay 12 03:39:58.544 INFO Starting download, target: Softnpu
17502026-05-12T03:40:00.287ZMay 12 03:39:58.545 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-05-12T03:40:04.131ZMay 12 03:40:02.380 INFO Download complete, target: Softnpu
17522026-05-12T03:40:04.278Z
17532026-05-12T03:40:04.278Zreal 5.306979856
17542026-05-12T03:40:04.278Zuser 1.384449588
17552026-05-12T03:40:04.278Zsys 0.719994135
17562026-05-12T03:40:04.278Ztrap 0.001088950
17572026-05-12T03:40:04.278Ztflt 0.000396830
17582026-05-12T03:40:04.278Zdflt 0.000116830
17592026-05-12T03:40:04.278Zkflt 0.000000000
17602026-05-12T03:40:04.279Zlock 1:14.737901552
17612026-05-12T03:40:04.279Zslp 3.650693558
17622026-05-12T03:40:04.279Zlat 0.159563614
17632026-05-12T03:40:04.279Zstop 0.000204650
17642026-05-12T03:40:04.279Z+ export CARGO_INCREMENTAL=0
17652026-05-12T03:40:04.279Z+ CARGO_INCREMENTAL=0
17662026-05-12T03:40:04.279Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-05-12T03:40:05.037Z Compiling proc-macro2 v1.0.106
17682026-05-12T03:40:05.037Z Compiling quote v1.0.45
17692026-05-12T03:40:05.037Z Compiling unicode-ident v1.0.24
17702026-05-12T03:40:05.037Z Compiling libc v0.2.185
17712026-05-12T03:40:05.037Z Compiling serde_core v1.0.228
17722026-05-12T03:40:05.077Z Compiling serde v1.0.228
17732026-05-12T03:40:05.077Z Compiling cfg-if v1.0.4
17742026-05-12T03:40:05.077Z Compiling version_check v0.9.5
17752026-05-12T03:40:05.077Z Compiling shlex v1.3.0
17762026-05-12T03:40:05.077Z Compiling find-msvc-tools v0.1.9
17772026-05-12T03:40:05.077Z Compiling typenum v1.19.0
17782026-05-12T03:40:05.077Z Compiling zmij v1.0.21
17792026-05-12T03:40:05.179Z Compiling autocfg v1.5.0
17802026-05-12T03:40:05.201Z Compiling serde_json v1.0.149
17812026-05-12T03:40:05.201Z Compiling memchr v2.8.0
17822026-05-12T03:40:05.376Z Compiling portable-atomic v1.13.1
17832026-05-12T03:40:05.478Z Compiling libm v0.2.16
17842026-05-12T03:40:05.648Z Compiling zerocopy v0.8.40
17852026-05-12T03:40:05.669Z Compiling smallvec v1.15.1
17862026-05-12T03:40:05.669Z Compiling parking_lot_core v0.9.12
17872026-05-12T03:40:05.669Z Compiling icu_properties_data v2.1.2
17882026-05-12T03:40:05.669Z Compiling icu_normalizer_data v2.1.1
17892026-05-12T03:40:05.744Z Compiling generic-array v0.14.7
17902026-05-12T03:40:05.778Z Compiling num-traits v0.2.19
17912026-05-12T03:40:05.797Z Compiling itoa v1.0.17
17922026-05-12T03:40:05.825Z Compiling getrandom v0.4.1
17932026-05-12T03:40:05.849Z Compiling log v0.4.29
17942026-05-12T03:40:05.886Z Compiling stable_deref_trait v1.2.1
17952026-05-12T03:40:06.349Z Compiling pkg-config v0.3.32
17962026-05-12T03:40:06.381Z Compiling subtle v2.6.1
17972026-05-12T03:40:06.381Z Compiling jobserver v0.1.34
17982026-05-12T03:40:06.381Z Compiling getrandom v0.2.17
17992026-05-12T03:40:06.381Z Compiling errno v0.3.14
18002026-05-12T03:40:06.381Z Compiling scopeguard v1.2.0
18012026-05-12T03:40:06.381Z Compiling rand_core v0.6.4
18022026-05-12T03:40:06.381Z Compiling cc v1.2.56
18032026-05-12T03:40:06.382Z Compiling lock_api v0.4.14
18042026-05-12T03:40:06.382Z Compiling writeable v0.6.2
18052026-05-12T03:40:06.382Z Compiling percent-encoding v2.3.2
18062026-05-12T03:40:06.391Z Compiling litemap v0.8.1
18072026-05-12T03:40:06.428Z Compiling syn v2.0.117
18082026-05-12T03:40:06.554Z Compiling pin-project-lite v0.2.17
18092026-05-12T03:40:06.592Z Compiling fnv v1.0.7
18102026-05-12T03:40:06.651Z Compiling thiserror v2.0.18
18112026-05-12T03:40:06.681Z Compiling getrandom v0.3.4
18122026-05-12T03:40:06.708Z Compiling critical-section v1.2.0
18132026-05-12T03:40:06.788Z Compiling dunce v1.0.5
18142026-05-12T03:40:06.819Z Compiling fs_extra v1.3.0
18152026-05-12T03:40:06.867Z Compiling equivalent v1.0.2
18162026-05-12T03:40:06.909Z Compiling utf8_iter v1.0.4
18172026-05-12T03:40:06.960Z Compiling schemars v0.8.22
18182026-05-12T03:40:07.034Z Compiling rustversion v1.0.22
18192026-05-12T03:40:07.063Z Compiling rand_core v0.10.0
18202026-05-12T03:40:07.063Z Compiling cmake v0.1.57
18212026-05-12T03:40:07.088Z Compiling form_urlencoded v1.2.2
18222026-05-12T03:40:07.202Z Compiling signal-hook-registry v1.4.8
18232026-05-12T03:40:07.319Z Compiling once_cell v1.21.3
18242026-05-12T03:40:07.399Z Compiling rustix v1.1.3
18252026-05-12T03:40:07.461Z Compiling hashbrown v0.17.0
18262026-05-12T03:40:07.461Z Compiling parking_lot v0.12.5
18272026-05-12T03:40:07.532Z Compiling socket2 v0.6.3
18282026-05-12T03:40:07.532Z Compiling mio v1.2.0
18292026-05-12T03:40:07.554Z Compiling const-oid v0.9.6
18302026-05-12T03:40:07.555Z Compiling semver v1.0.28
18312026-05-12T03:40:07.608Z Compiling ring v0.17.14
18322026-05-12T03:40:07.681Z Compiling bitflags v2.11.0
18332026-05-12T03:40:07.731Z Compiling aws-lc-sys v0.40.0
18342026-05-12T03:40:07.866Z Compiling aws-lc-rs v1.16.3
18352026-05-12T03:40:07.897Z Compiling indexmap v2.14.0
18362026-05-12T03:40:07.918Z Compiling heck v0.5.0
18372026-05-12T03:40:07.918Z Compiling futures-core v0.3.32
18382026-05-12T03:40:08.140Z Compiling httparse v1.10.1
18392026-05-12T03:40:08.166Z Compiling strsim v0.11.1
18402026-05-12T03:40:08.191Z Compiling thiserror v1.0.69
18412026-05-12T03:40:08.191Z Compiling vcpkg v0.2.15
18422026-05-12T03:40:08.254Z Compiling byteorder v1.5.0
18432026-05-12T03:40:08.334Z Compiling iana-time-zone v0.1.65
18442026-05-12T03:40:08.432Z Compiling ucd-trie v0.1.7
18452026-05-12T03:40:08.455Z Compiling regex-syntax v0.8.10
18462026-05-12T03:40:08.473Z Compiling syn v1.0.109
18472026-05-12T03:40:08.516Z Compiling ident_case v1.0.1
18482026-05-12T03:40:08.528Z Compiling uuid v1.23.0
18492026-05-12T03:40:08.567Z Compiling rustls v0.23.37
18502026-05-12T03:40:08.584Z Compiling cpufeatures v0.2.17
18512026-05-12T03:40:08.699Z Compiling pest v2.8.6
18522026-05-12T03:40:08.747Z Compiling openssl-sys v0.9.114
18532026-05-12T03:40:08.883Z Compiling futures-sink v0.3.32
18542026-05-12T03:40:08.897Z Compiling rustc_version v0.4.1
18552026-05-12T03:40:08.945Z Compiling futures-task v0.3.32
18562026-05-12T03:40:08.958Z Compiling futures-io v0.3.32
18572026-05-12T03:40:09.010Z Compiling futures-channel v0.3.32
18582026-05-12T03:40:09.110Z Compiling slab v0.4.12
18592026-05-12T03:40:09.203Z Compiling synstructure v0.13.2
18602026-05-12T03:40:09.231Z Compiling serde_derive_internals v0.29.1
18612026-05-12T03:40:09.292Z Compiling aho-corasick v1.1.4
18622026-05-12T03:40:09.331Z Compiling dyn-clone v1.0.20
18632026-05-12T03:40:09.535Z Compiling base64 v0.22.1
18642026-05-12T03:40:09.581Z Compiling crc32fast v1.5.0
18652026-05-12T03:40:09.633Z Compiling plain v0.2.3
18662026-05-12T03:40:09.666Z Compiling pest_meta v2.8.6
18672026-05-12T03:40:09.698Z Compiling openssl v0.10.78
18682026-05-12T03:40:10.228Z Compiling num-conv v0.2.0
18692026-05-12T03:40:10.271Z Compiling time-core v0.1.8
18702026-05-12T03:40:10.271Z Compiling crossbeam-utils v0.8.21
18712026-05-12T03:40:10.271Z Compiling time-macros v0.2.27
18722026-05-12T03:40:10.271Z Compiling pretty-hex v0.4.1
18732026-05-12T03:40:10.271Z Compiling native-tls v0.2.18
18742026-05-12T03:40:10.271Z Compiling anyhow v1.0.102
18752026-05-12T03:40:10.271Z Compiling base64ct v1.8.3
18762026-05-12T03:40:10.271Z Compiling darling_core v0.21.3
18772026-05-12T03:40:10.271Z Compiling regex-automata v0.4.14
18782026-05-12T03:40:10.272Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-05-12T03:40:10.272Z Compiling tracing-core v0.1.36
18802026-05-12T03:40:10.355Z Compiling pest_generator v2.8.6
18812026-05-12T03:40:10.374Z Compiling pem-rfc7468 v0.7.0
18822026-05-12T03:40:10.425Z Compiling serde_derive v1.0.228
18832026-05-12T03:40:10.588Z Compiling zeroize_derive v1.4.3
18842026-05-12T03:40:10.599Z Compiling zerofrom-derive v0.1.6
18852026-05-12T03:40:10.617Z Compiling yoke-derive v0.8.1
18862026-05-12T03:40:10.640Z Compiling zerovec-derive v0.11.2
18872026-05-12T03:40:10.748Z Compiling displaydoc v0.2.5
18882026-05-12T03:40:10.896Z Compiling zerocopy-derive v0.8.40
18892026-05-12T03:40:10.956Z Compiling tokio-macros v2.7.0
18902026-05-12T03:40:11.040Z Compiling futures-macro v0.3.32
18912026-05-12T03:40:11.205Z Compiling zeroize v1.8.2
18922026-05-12T03:40:11.520Z Compiling thiserror-impl v2.0.18
18932026-05-12T03:40:11.603Z Compiling schemars_derive v0.8.22
18942026-05-12T03:40:11.649Z Compiling tracing-attributes v0.1.31
18952026-05-12T03:40:11.701Z Compiling der_derive v0.7.3
18962026-05-12T03:40:11.748Z Compiling zerofrom v0.1.6
18972026-05-12T03:40:11.903Z Compiling yoke v0.8.1
18982026-05-12T03:40:11.935Z Compiling crypto-common v0.1.7
18992026-05-12T03:40:12.083Z Compiling zerovec v0.11.5
19002026-05-12T03:40:12.120Z Compiling zerotrie v0.2.3
19012026-05-12T03:40:12.145Z Compiling block-buffer v0.10.4
19022026-05-12T03:40:12.329Z Compiling digest v0.10.7
19032026-05-12T03:40:12.610Z Compiling thiserror-impl v1.0.69
19042026-05-12T03:40:12.665Z Compiling pest_derive v2.8.6
19052026-05-12T03:40:12.665Z Compiling futures-util v0.3.32
19062026-05-12T03:40:12.684Z Compiling tinystr v0.8.2
19072026-05-12T03:40:12.701Z Compiling potential_utf v0.1.4
19082026-05-12T03:40:12.740Z Compiling hmac v0.12.1
19092026-05-12T03:40:12.817Z Compiling icu_collections v2.1.1
19102026-05-12T03:40:12.872Z Compiling icu_locale_core v2.1.1
19112026-05-12T03:40:13.108Z Compiling block-padding v0.3.3
19122026-05-12T03:40:13.265Z Compiling inout v0.1.4
19132026-05-12T03:40:13.428Z Compiling rustls-pki-types v1.14.0
19142026-05-12T03:40:13.501Z Compiling openssl-macros v0.1.1
19152026-05-12T03:40:13.550Z Compiling icu_provider v2.1.1
19162026-05-12T03:40:13.620Z Compiling bytes v1.11.1
19172026-05-12T03:40:13.680Z Compiling chrono v0.4.44
19182026-05-12T03:40:13.895Z Compiling icu_normalizer v2.1.1
19192026-05-12T03:40:13.920Z Compiling icu_properties v2.1.2
19202026-05-12T03:40:14.228Z Compiling tokio v1.52.1
19212026-05-12T03:40:14.556Z Compiling serde_tokenstream v0.2.3
19222026-05-12T03:40:14.586Z Compiling cipher v0.4.4
19232026-05-12T03:40:14.817Z Compiling idna_adapter v1.2.1
19242026-05-12T03:40:14.860Z Compiling sha2 v0.10.9
19252026-05-12T03:40:14.942Z Compiling idna v1.1.0
19262026-05-12T03:40:15.103Z Compiling ppv-lite86 v0.2.21
19272026-05-12T03:40:15.297Z Compiling scroll_derive v0.12.1
19282026-05-12T03:40:15.341Z Compiling scroll_derive v0.13.1
19292026-05-12T03:40:15.375Z Compiling url v2.5.8
19302026-05-12T03:40:15.456Z Compiling http v1.4.0
19312026-05-12T03:40:15.487Z Compiling untrusted v0.9.0
19322026-05-12T03:40:15.660Z Compiling flagset v0.4.7
19332026-05-12T03:40:15.773Z Compiling der v0.7.10
19342026-05-12T03:40:15.800Z Compiling tracing v0.1.44
19352026-05-12T03:40:16.033Z Compiling regex v1.12.3
19362026-05-12T03:40:16.096Z Compiling darling_macro v0.21.3
19372026-05-12T03:40:16.206Z Compiling zerocopy-derive v0.7.35
19382026-05-12T03:40:16.345Z Compiling rand_core v0.9.5
19392026-05-12T03:40:16.451Z Compiling slog v2.8.2
19402026-05-12T03:40:16.917Z Compiling darling v0.21.3
19412026-05-12T03:40:16.940Z Compiling spki v0.7.3
19422026-05-12T03:40:16.974Z Compiling salsa20 v0.10.2
19432026-05-12T03:40:17.016Z Compiling pbkdf2 v0.12.2
19442026-05-12T03:40:17.327Z Compiling cookie v0.18.1
19452026-05-12T03:40:17.434Z Compiling camino v1.2.2
19462026-05-12T03:40:17.774Z Compiling scrypt v0.11.0
19472026-05-12T03:40:17.873Z Compiling rand_chacha v0.9.0
19482026-05-12T03:40:17.941Z Compiling http-body v1.0.1
19492026-05-12T03:40:17.941Z Compiling cbc v0.1.2
19502026-05-12T03:40:17.972Z Compiling aes v0.8.4
19512026-05-12T03:40:18.062Z Compiling tokio-util v0.7.18
19522026-05-12T03:40:18.084Z Compiling usdt-impl v0.5.0
19532026-05-12T03:40:18.084Z Compiling winnow v0.7.14
19542026-05-12T03:40:18.104Z Compiling either v1.15.0
19552026-05-12T03:40:18.133Z Compiling tinyvec_macros v0.1.1
19562026-05-12T03:40:18.234Z Compiling atomic-waker v1.1.2
19572026-05-12T03:40:18.299Z Compiling ref-cast v1.0.25
19582026-05-12T03:40:18.318Z Compiling openssl-probe v0.2.1
19592026-05-12T03:40:18.375Z Compiling untrusted v0.7.1
19602026-05-12T03:40:18.419Z Compiling usdt-impl v0.6.0
19612026-05-12T03:40:18.453Z Compiling paste v1.0.15
19622026-05-12T03:40:18.671Z Compiling pkcs5 v0.7.1
19632026-05-12T03:40:18.711Z Compiling tinyvec v1.10.0
19642026-05-12T03:40:18.741Z Compiling rand v0.9.2
19652026-05-12T03:40:19.005Z Compiling scroll v0.13.0
19662026-05-12T03:40:19.215Z Compiling scroll v0.12.0
19672026-05-12T03:40:19.227Z Compiling serde_spanned v0.6.9
19682026-05-12T03:40:19.304Z Compiling toml_datetime v0.6.11
19692026-05-12T03:40:19.310Z Compiling async-trait v0.1.89
19702026-05-12T03:40:19.404Z Compiling heapless v0.7.17
19712026-05-12T03:40:19.427Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-05-12T03:40:19.473Z Compiling signal-hook v0.3.18
19732026-05-12T03:40:19.523Z Compiling zstd-safe v7.2.4
19742026-05-12T03:40:19.547Z Compiling fastrand v2.3.0
19752026-05-12T03:40:19.653Z Compiling tower-service v0.3.3
19762026-05-12T03:40:19.666Z Compiling try-lock v0.2.5
19772026-05-12T03:40:19.666Z Compiling tower-layer v0.3.3
19782026-05-12T03:40:19.912Z Compiling h2 v0.4.13
19792026-05-12T03:40:19.917Z Compiling want v0.3.1
19802026-05-12T03:40:19.984Z Compiling goblin v0.8.2
19812026-05-12T03:40:20.017Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-05-12T03:40:20.128Z Compiling goblin v0.10.5
19832026-05-12T03:40:20.167Z Compiling pkcs8 v0.10.2
19842026-05-12T03:40:20.275Z Compiling zerocopy v0.7.35
19852026-05-12T03:40:20.499Z Compiling ipnet v2.11.0
19862026-05-12T03:40:20.646Z Compiling ref-cast-impl v1.0.25
19872026-05-12T03:40:20.665Z Compiling curve25519-dalek v4.1.3
19882026-05-12T03:40:20.852Z Compiling darling_core v0.20.11
19892026-05-12T03:40:20.955Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-12T03:40:21.168Z Compiling memoffset v0.9.1
19912026-05-12T03:40:21.219Z Compiling litrs v1.0.0
19922026-05-12T03:40:21.288Z Compiling winnow v0.5.40
19932026-05-12T03:40:21.485Z Compiling httpdate v1.0.3
19942026-05-12T03:40:21.642Z Compiling pin-utils v0.1.0
19952026-05-12T03:40:21.884Z Compiling rustix v0.38.44
19962026-05-12T03:40:21.901Z Compiling foreign-types-shared v0.1.1
19972026-05-12T03:40:21.982Z Compiling foreign-types v0.3.2
19982026-05-12T03:40:22.003Z Compiling document-features v0.2.12
19992026-05-12T03:40:22.017Z Compiling tempfile v3.25.0
20002026-05-12T03:40:22.214Z Compiling dof v0.3.0
20012026-05-12T03:40:22.671Z Compiling toml_edit v0.19.15
20022026-05-12T03:40:22.704Z Compiling unicode-normalization v0.1.25
20032026-05-12T03:40:22.728Z Compiling dtrace-parser v0.2.0
20042026-05-12T03:40:22.834Z Compiling darling_macro v0.20.11
20052026-05-12T03:40:22.903Z Compiling hyper v1.8.1
20062026-05-12T03:40:22.986Z Compiling dof v0.4.0
20072026-05-12T03:40:23.128Z Compiling dtrace-parser v0.3.0
20082026-05-12T03:40:23.309Z Compiling daft-derive v0.1.5
20092026-05-12T03:40:23.340Z Compiling pin-project-internal v1.1.11
20102026-05-12T03:40:23.405Z Compiling spin v0.9.8
20112026-05-12T03:40:23.612Z Compiling thread-id v4.2.2
20122026-05-12T03:40:23.639Z Compiling thread-id v5.1.0
20132026-05-12T03:40:23.668Z Compiling num-bigint-dig v0.8.6
20142026-05-12T03:40:23.775Z Compiling powerfmt v0.2.0
20152026-05-12T03:40:23.811Z Compiling cfg_aliases v0.2.1
20162026-05-12T03:40:23.834Z Compiling smoltcp v0.9.1
20172026-05-12T03:40:23.863Z Compiling nix v0.31.2
20182026-05-12T03:40:23.941Z Compiling deranged v0.5.8
20192026-05-12T03:40:24.020Z Compiling hyper-util v0.1.20
20202026-05-12T03:40:24.381Z Compiling darling v0.20.11
20212026-05-12T03:40:24.472Z Compiling rustls-native-certs v0.8.3
20222026-05-12T03:40:24.574Z Compiling ipnetwork v0.21.1
20232026-05-12T03:40:24.924Z Compiling strum_macros v0.26.4
20242026-05-12T03:40:24.955Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-12T03:40:25.112Z Compiling sync_wrapper v1.0.2
20262026-05-12T03:40:25.133Z Compiling wait-timeout v0.2.1
20272026-05-12T03:40:25.386Z Compiling anstyle v1.0.13
20282026-05-12T03:40:25.592Z Compiling bit-vec v0.8.0
20292026-05-12T03:40:25.616Z Compiling quick-error v1.2.3
20302026-05-12T03:40:25.702Z Compiling utf8parse v0.2.2
20312026-05-12T03:40:25.737Z Compiling simd-adler32 v0.3.8
20322026-05-12T03:40:25.774Z Compiling num_threads v0.1.7
20332026-05-12T03:40:25.855Z Compiling siphasher v1.0.2
20342026-05-12T03:40:25.872Z Compiling bit-set v0.8.0
20352026-05-12T03:40:25.889Z Compiling anstyle-parse v0.2.7
20362026-05-12T03:40:25.995Z Compiling time v0.3.47
20372026-05-12T03:40:26.162Z Compiling rusty-fork v0.3.1
20382026-05-12T03:40:26.222Z Compiling tower v0.5.3
20392026-05-12T03:40:26.530Z Compiling derive_builder_core v0.20.2
20402026-05-12T03:40:26.625Z Compiling http-body-util v0.1.3
20412026-05-12T03:40:26.835Z Compiling webpki-roots v1.0.6
20422026-05-12T03:40:26.914Z Compiling rand_xorshift v0.4.0
20432026-05-12T03:40:26.943Z Compiling signature v2.2.0
20442026-05-12T03:40:26.977Z Compiling hubpack_derive v0.1.1
20452026-05-12T03:40:27.010Z Compiling strum_macros v0.27.2
20462026-05-12T03:40:27.061Z Compiling snafu-derive v0.8.9
20472026-05-12T03:40:27.260Z Compiling ahash v0.8.12
20482026-05-12T03:40:27.308Z Compiling fs-err v3.3.0
20492026-05-12T03:40:27.452Z Compiling iri-string v0.7.10
20502026-05-12T03:40:27.488Z Compiling colorchoice v1.0.4
20512026-05-12T03:40:27.562Z Compiling unarray v0.1.4
20522026-05-12T03:40:27.639Z Compiling anstyle-query v1.1.5
20532026-05-12T03:40:27.671Z Compiling is_terminal_polyfill v1.70.2
20542026-05-12T03:40:27.746Z Compiling unicode-segmentation v1.12.0
20552026-05-12T03:40:27.776Z Compiling object v0.37.3
20562026-05-12T03:40:27.786Z Compiling unicode-properties v0.1.4
20572026-05-12T03:40:27.810Z Compiling adler2 v2.0.1
20582026-05-12T03:40:27.828Z Compiling ryu v1.0.23
20592026-05-12T03:40:27.989Z Compiling unicode-bidi v0.3.18
20602026-05-12T03:40:28.010Z Compiling allocator-api2 v0.2.21
20612026-05-12T03:40:28.028Z Compiling serde_urlencoded v0.7.1
20622026-05-12T03:40:28.056Z Compiling miniz_oxide v0.8.9
20632026-05-12T03:40:28.363Z Compiling anstream v0.6.21
20642026-05-12T03:40:28.417Z Compiling proptest v1.10.0
20652026-05-12T03:40:28.417Z Compiling stringprep v0.1.5
20662026-05-12T03:40:28.518Z Compiling derive_builder_macro v0.20.2
20672026-05-12T03:40:28.601Z Compiling tower-http v0.6.8
20682026-05-12T03:40:28.738Z Compiling tokio-native-tls v0.3.1
20692026-05-12T03:40:28.779Z Compiling usdt-attr-macro v0.6.0
20702026-05-12T03:40:28.818Z Compiling usdt-macro v0.6.0
20712026-05-12T03:40:29.129Z Compiling rand_chacha v0.3.1
20722026-05-12T03:40:29.158Z Compiling erased-serde v0.3.31
20732026-05-12T03:40:29.284Z Compiling md-5 v0.10.6
20742026-05-12T03:40:29.301Z Compiling bstr v1.12.1
20752026-05-12T03:40:29.481Z Compiling num-integer v0.1.46
20762026-05-12T03:40:29.510Z Compiling hash32 v0.2.1
20772026-05-12T03:40:29.516Z Compiling vergen-lib v0.1.6
20782026-05-12T03:40:29.673Z Compiling ff v0.13.1
20792026-05-12T03:40:29.694Z Compiling psl-types v2.0.11
20802026-05-12T03:40:29.739Z Compiling fallible-iterator v0.2.0
20812026-05-12T03:40:29.875Z Compiling zlib-rs v0.6.2
20822026-05-12T03:40:29.918Z Compiling base16ct v0.2.0
20832026-05-12T03:40:29.918Z Compiling publicsuffix v2.3.0
20842026-05-12T03:40:29.918Z Compiling num-iter v0.1.45
20852026-05-12T03:40:29.974Z Compiling sec1 v0.7.3
20862026-05-12T03:40:29.974Z Compiling group v0.13.0
20872026-05-12T03:40:30.037Z Compiling postgres-protocol v0.6.10
20882026-05-12T03:40:30.107Z Compiling rand v0.8.6
20892026-05-12T03:40:30.197Z Compiling oxnet v0.1.4
20902026-05-12T03:40:30.520Z Compiling newtype-uuid v1.3.2
20912026-05-12T03:40:30.633Z Compiling derive_builder v0.20.2
20922026-05-12T03:40:30.766Z Compiling hyper-tls v0.6.0
20932026-05-12T03:40:30.857Z Compiling heck v0.4.1
20942026-05-12T03:40:30.893Z Compiling phf_shared v0.13.1
20952026-05-12T03:40:30.894Z Compiling pin-project v1.1.11
20962026-05-12T03:40:31.141Z Compiling lazy_static v1.5.0
20972026-05-12T03:40:31.245Z Compiling terminal_size v0.4.3
20982026-05-12T03:40:31.245Z Compiling serde_with_macros v3.17.0
20992026-05-12T03:40:31.246Z Compiling futures-executor v0.3.32
21002026-05-12T03:40:31.246Z Compiling hex v0.4.3
21012026-05-12T03:40:31.351Z Compiling cargo-platform v0.1.9
21022026-05-12T03:40:31.382Z Compiling hkdf v0.12.4
21032026-05-12T03:40:31.501Z Compiling crypto-bigint v0.5.5
21042026-05-12T03:40:31.573Z Compiling enum-as-inner v0.6.1
21052026-05-12T03:40:31.628Z Compiling async-recursion v1.1.1
21062026-05-12T03:40:31.628Z Compiling serde_repr v0.1.20
21072026-05-12T03:40:31.631Z Compiling clap_derive v4.5.55
21082026-05-12T03:40:32.038Z Compiling flate2 v1.1.9
21092026-05-12T03:40:32.098Z Compiling vergen v9.0.6
21102026-05-12T03:40:32.445Z Compiling encoding_rs v0.8.35
21112026-05-12T03:40:32.614Z Compiling mime v0.3.17
21122026-05-12T03:40:32.614Z Compiling cpufeatures v0.3.0
21132026-05-12T03:40:32.614Z Compiling foldhash v0.1.5
21142026-05-12T03:40:32.614Z Compiling same-file v1.0.6
21152026-05-12T03:40:32.614Z Compiling bumpalo v3.20.2
21162026-05-12T03:40:32.614Z Compiling bitflags v1.3.2
21172026-05-12T03:40:32.614Z Compiling clap_lex v1.0.0
21182026-05-12T03:40:32.614Z Compiling foldhash v0.2.0
21192026-05-12T03:40:32.614Z Compiling libbz2-rs-sys v0.2.2
21202026-05-12T03:40:32.614Z Compiling managed v0.8.0
21212026-05-12T03:40:32.910Z Compiling hashbrown v0.16.1
21222026-05-12T03:40:33.174Z Compiling clap_builder v4.5.60
21232026-05-12T03:40:33.174Z Compiling bzip2 v0.6.1
21242026-05-12T03:40:33.418Z Compiling zopfli v0.8.3
21252026-05-12T03:40:33.617Z Compiling elliptic-curve v0.13.8
21262026-05-12T03:40:33.617Z Compiling walkdir v2.5.0
21272026-05-12T03:40:33.617Z Compiling hashbrown v0.15.5
21282026-05-12T03:40:33.617Z Compiling chacha20 v0.10.0
21292026-05-12T03:40:33.829Z Compiling zstd v0.13.3
21302026-05-12T03:40:33.829Z Compiling cargo_metadata v0.19.2
21312026-05-12T03:40:33.829Z Compiling futures v0.3.32
21322026-05-12T03:40:33.995Z Compiling phf v0.13.1
21332026-05-12T03:40:33.996Z Compiling snafu v0.8.9
21342026-05-12T03:40:33.996Z Compiling signal-hook-mio v0.2.5
21352026-05-12T03:40:34.110Z Compiling daft v0.1.5
21362026-05-12T03:40:34.110Z Compiling postgres-types v0.2.12
21372026-05-12T03:40:34.225Z Compiling cookie_store v0.22.1
21382026-05-12T03:40:34.362Z Compiling bzip2 v0.4.4
21392026-05-12T03:40:34.362Z Compiling globset v0.4.18
21402026-05-12T03:40:35.313Z Compiling strum v0.27.2
21412026-05-12T03:40:35.571Z Compiling hubpack v0.1.2
21422026-05-12T03:40:35.571Z Compiling ed25519 v2.2.3
21432026-05-12T03:40:35.573Z Compiling phf_shared v0.11.3
21442026-05-12T03:40:35.573Z Compiling crossbeam-epoch v0.9.18
21452026-05-12T03:40:35.573Z Compiling olpc-cjson v0.1.4
21462026-05-12T03:40:35.573Z Compiling pkcs1 v0.7.5
21472026-05-12T03:40:35.573Z Compiling pem v3.0.6
21482026-05-12T03:40:35.573Z Compiling serde-big-array v0.5.1
21492026-05-12T03:40:35.573Z Compiling serde_plain v1.0.2
21502026-05-12T03:40:35.573Z Compiling rfc6979 v0.4.0
21512026-05-12T03:40:35.573Z Compiling float-cmp v0.10.0
21522026-05-12T03:40:35.573Z Compiling env_filter v1.0.0
21532026-05-12T03:40:35.573Z Compiling memmap2 v0.9.10
21542026-05-12T03:40:35.573Z Compiling toml_write v0.1.2
21552026-05-12T03:40:35.573Z Compiling keccak v0.1.6
21562026-05-12T03:40:35.741Z Compiling normalize-line-endings v0.3.0
21572026-05-12T03:40:35.741Z Compiling jiff v0.2.21
21582026-05-12T03:40:35.741Z Compiling typed-path v0.9.3
21592026-05-12T03:40:35.742Z Compiling fixedbitset v0.4.2
21602026-05-12T03:40:35.742Z Compiling precomputed-hash v0.1.1
21612026-05-12T03:40:35.742Z Compiling rustc-hash v2.1.1
21622026-05-12T03:40:35.742Z Compiling data-encoding v2.10.0
21632026-05-12T03:40:35.742Z Compiling static_assertions v1.1.0
21642026-05-12T03:40:35.973Z Compiling predicates-core v1.0.10
21652026-05-12T03:40:35.973Z Compiling fixedbitset v0.5.7
21662026-05-12T03:40:35.973Z Compiling whoami v2.1.0
21672026-05-12T03:40:35.974Z Compiling difflib v0.4.0
21682026-05-12T03:40:36.174Z Compiling new_debug_unreachable v1.0.6
21692026-05-12T03:40:36.174Z Compiling string_cache v0.8.9
21702026-05-12T03:40:36.174Z Compiling predicates v3.1.4
21712026-05-12T03:40:36.400Z Compiling tokio-postgres v0.7.16
21722026-05-12T03:40:36.400Z Compiling petgraph v0.8.3
21732026-05-12T03:40:36.400Z Compiling hickory-proto v0.25.2
21742026-05-12T03:40:36.400Z Compiling iddqd v0.3.18
21752026-05-12T03:40:36.400Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21762026-05-12T03:40:36.550Z Compiling petgraph v0.6.5
21772026-05-12T03:40:36.834Z Compiling sha3 v0.10.8
21782026-05-12T03:40:41.368Z Compiling toml_edit v0.22.27
21792026-05-12T03:40:41.368Z Compiling usdt v0.6.0
21802026-05-12T03:40:41.950Z Compiling env_logger v0.11.9
21812026-05-12T03:40:41.950Z Compiling ecdsa v0.16.9
21822026-05-12T03:40:41.950Z Compiling rsa v0.9.10
21832026-05-12T03:40:41.950Z Compiling ed25519-dalek v2.2.0
21842026-05-12T03:40:41.950Z Compiling zip v4.6.1
21852026-05-12T03:40:42.035Z Compiling crossterm v0.28.1
21862026-05-12T03:40:42.035Z Compiling zip v0.6.6
21872026-05-12T03:40:42.036Z Compiling clap v4.5.60
21882026-05-12T03:40:42.036Z Compiling rand v0.10.0
21892026-05-12T03:40:42.036Z Compiling serde_with v3.17.0
21902026-05-12T03:40:42.036Z Compiling similar v2.7.0
21912026-05-12T03:40:42.036Z Compiling strum v0.26.3
21922026-05-12T03:40:42.036Z Compiling toml v0.7.8
21932026-05-12T03:40:42.036Z Compiling tokio-stream v0.1.18
21942026-05-12T03:40:42.036Z Compiling itertools v0.13.0
21952026-05-12T03:40:42.036Z Compiling buf-list v1.1.2
21962026-05-12T03:40:42.036Z Compiling x509-cert v0.2.5
21972026-05-12T03:40:42.036Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21982026-05-12T03:40:42.036Z Compiling openapiv3 v2.2.0
21992026-05-12T03:40:42.036Z Compiling sha1 v0.10.6
22002026-05-12T03:40:42.036Z Compiling lalrpop-util v0.19.12
22012026-05-12T03:40:42.036Z Compiling peg-runtime v0.8.5
22022026-05-12T03:40:55.187Z Compiling rustls-webpki v0.103.9
22032026-05-12T03:40:56.581Z Compiling macaddr v1.0.1
22042026-05-12T03:40:56.709Z Compiling structmeta-derive v0.3.0
22052026-05-12T03:40:56.781Z Compiling crucible-workspace-hack v0.1.0
22062026-05-12T03:40:56.880Z Compiling rayon-core v1.13.0
22072026-05-12T03:40:56.992Z Compiling itertools v0.14.0
22082026-05-12T03:40:57.008Z Compiling secrecy v0.10.3
22092026-05-12T03:40:57.107Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-12T03:40:57.149Z Compiling rustls v0.22.4
22112026-05-12T03:40:57.192Z Compiling heapless v0.8.0
22122026-05-12T03:40:57.461Z Compiling crossbeam-deque v0.8.6
22132026-05-12T03:40:57.496Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-05-12T03:40:57.530Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-05-12T03:40:57.682Z Compiling rustls-webpki v0.102.8
22162026-05-12T03:40:57.711Z Compiling structmeta v0.3.0
22172026-05-12T03:40:57.714Z Compiling hash32 v0.3.1
22182026-05-12T03:40:57.714Z Compiling multer v3.1.0
22192026-05-12T03:40:57.729Z Compiling thread_local v1.1.9
22202026-05-12T03:40:57.938Z Compiling unicode-width v0.2.0
22212026-05-12T03:40:58.014Z Compiling compression-core v0.4.31
22222026-05-12T03:40:58.014Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-12T03:40:58.060Z Compiling match_cfg v0.1.0
22242026-05-12T03:40:58.074Z Compiling slog-async v2.8.0
22252026-05-12T03:40:58.115Z Compiling smoltcp v0.11.0
22262026-05-12T03:40:58.155Z Compiling hostname v0.3.1
22272026-05-12T03:40:58.172Z Compiling compression-codecs v0.4.37
22282026-05-12T03:40:58.209Z Compiling proc-macro-crate v3.4.0
22292026-05-12T03:40:58.257Z Compiling ingot-macros v0.1.1
22302026-05-12T03:40:58.326Z Compiling derive-ex v0.1.8
22312026-05-12T03:40:58.443Z Compiling slog-json v2.6.1
22322026-05-12T03:40:58.480Z Compiling crossbeam-channel v0.5.15
22332026-05-12T03:40:58.557Z Compiling half v2.7.1
22342026-05-12T03:40:58.655Z Compiling newtype-uuid-macros v0.1.0
22352026-05-12T03:40:58.709Z Compiling cobs v0.3.0
22362026-05-12T03:40:58.847Z Compiling thiserror-impl-no-std v2.0.2
22372026-05-12T03:40:58.921Z Compiling universal-hash v0.5.1
22382026-05-12T03:40:59.035Z Compiling tokio-rustls v0.26.4
22392026-05-12T03:40:59.088Z Compiling rustls-platform-verifier v0.6.2
22402026-05-12T03:40:59.169Z Compiling async-stream-impl v0.3.6
22412026-05-12T03:40:59.293Z Compiling hyper-rustls v0.27.7
22422026-05-12T03:40:59.320Z Compiling serde_spanned v1.0.4
22432026-05-12T03:40:59.388Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-05-12T03:40:59.501Z Compiling is-terminal v0.4.17
22452026-05-12T03:40:59.518Z Compiling proc-macro-error-attr v1.0.4
22462026-05-12T03:40:59.624Z Compiling reqwest v0.12.28
22472026-05-12T03:40:59.640Z Compiling reqwest v0.13.2
22482026-05-12T03:40:59.742Z Compiling dropshot v0.17.0
22492026-05-12T03:40:59.763Z Compiling take_mut v0.2.2
22502026-05-12T03:40:59.850Z Compiling opaque-debug v0.3.1
22512026-05-12T03:40:59.869Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-05-12T03:40:59.889Z Compiling term v1.2.1
22532026-05-12T03:40:59.905Z Compiling convert_case v0.4.0
22542026-05-12T03:40:59.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-05-12T03:40:59.957Z Compiling ciborium-io v0.2.2
22562026-05-12T03:41:00.070Z Compiling poly1305 v0.8.0
22572026-05-12T03:41:00.081Z Compiling toml v1.0.6+spec-1.1.0
22582026-05-12T03:41:00.152Z Compiling ciborium-ll v0.2.2
22592026-05-12T03:41:00.187Z Compiling thiserror-no-std v2.0.2
22602026-05-12T03:41:00.225Z Compiling derive_more v0.99.20
22612026-05-12T03:41:00.251Z Compiling slog-term v2.9.2
22622026-05-12T03:41:00.299Z Compiling tokio-rustls v0.25.0
22632026-05-12T03:41:00.497Z Compiling test-strategy v0.4.5
22642026-05-12T03:41:00.710Z Compiling async-stream v0.3.6
22652026-05-12T03:41:00.802Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-05-12T03:41:00.866Z Compiling ingot-types v0.1.2
22672026-05-12T03:41:00.931Z Compiling postcard v1.1.3
22682026-05-12T03:41:01.324Z Compiling tough v0.22.0
22692026-05-12T03:41:01.345Z Compiling ingot v0.1.1
22702026-05-12T03:41:01.715Z Compiling num_enum_derive v0.7.5
22712026-05-12T03:41:01.831Z Compiling slog-bunyan v2.5.0
22722026-05-12T03:41:01.846Z Compiling async-compression v0.4.41
22732026-05-12T03:41:02.031Z Compiling parse-display-derive v0.10.0
22742026-05-12T03:41:02.328Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-05-12T03:41:02.443Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-05-12T03:41:02.654Z Compiling proc-macro-crate v1.3.1
22772026-05-12T03:41:02.696Z Compiling backon v1.6.0
22782026-05-12T03:41:02.731Z Compiling waitgroup v0.1.2
22792026-05-12T03:41:02.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-05-12T03:41:02.924Z Compiling password-hash v0.5.0
22812026-05-12T03:41:02.995Z Compiling chacha20 v0.9.1
22822026-05-12T03:41:03.013Z Compiling dropshot_endpoint v0.17.0
22832026-05-12T03:41:03.029Z Compiling rustls-pemfile v2.2.0
22842026-05-12T03:41:03.045Z Compiling blake2 v0.10.6
22852026-05-12T03:41:03.333Z Compiling aead v0.5.2
22862026-05-12T03:41:03.396Z Compiling foreign-types-macros v0.2.3
22872026-05-12T03:41:03.488Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-12T03:41:03.563Z Compiling serde_path_to_error v0.1.20
22892026-05-12T03:41:03.595Z Compiling hostname v0.4.2
22902026-05-12T03:41:03.700Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-12T03:41:03.785Z Compiling proc-macro-error v1.0.4
22922026-05-12T03:41:03.890Z Compiling instant v0.1.13
22932026-05-12T03:41:03.917Z Compiling debug-ignore v1.0.5
22942026-05-12T03:41:03.934Z Compiling foreign-types-shared v0.3.1
22952026-05-12T03:41:03.938Z Compiling typeid v1.0.3
22962026-05-12T03:41:04.024Z Compiling foreign-types v0.5.0
22972026-05-12T03:41:04.025Z Compiling backoff v0.4.0
22982026-05-12T03:41:04.057Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-12T03:41:04.057Z Compiling parse-display v0.10.0
23002026-05-12T03:41:04.057Z Compiling chacha20poly1305 v0.10.1
23012026-05-12T03:41:04.123Z Compiling argon2 v0.5.3
23022026-05-12T03:41:04.141Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-12T03:41:04.146Z Compiling num_enum_derive v0.5.11
23042026-05-12T03:41:04.250Z Compiling num_enum v0.7.5
23052026-05-12T03:41:04.268Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-05-12T03:41:04.303Z Compiling ciborium v0.2.2
23072026-05-12T03:41:04.399Z Compiling vsss-rs v3.3.4
23082026-05-12T03:41:04.831Z Compiling tabwriter v1.4.1
23092026-05-12T03:41:04.891Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-05-12T03:41:04.950Z Compiling regress v0.10.5
23112026-05-12T03:41:05.133Z Compiling byte-wrapper v0.1.0
23122026-05-12T03:41:05.152Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-05-12T03:41:05.168Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-12T03:41:05.215Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23152026-05-12T03:41:05.277Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-12T03:41:05.561Z Compiling cstr-argument v0.1.2
23172026-05-12T03:41:05.584Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-05-12T03:41:05.646Z Compiling erased-serde v0.4.9
23192026-05-12T03:41:05.729Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-05-12T03:41:05.758Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-12T03:41:05.773Z Compiling num_enum v0.5.11
23222026-05-12T03:41:05.826Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-05-12T03:41:05.956Z Compiling rayon v1.11.0
23242026-05-12T03:41:05.960Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-05-12T03:41:06.000Z Compiling libefi-sys v0.1.0
23262026-05-12T03:41:06.073Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-12T03:41:06.088Z Compiling indent_write v2.2.0
23282026-05-12T03:41:06.093Z Compiling colored v3.1.1
23292026-05-12T03:41:06.141Z Compiling zone_cfg_derive v0.3.1
23302026-05-12T03:41:06.172Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23312026-05-12T03:41:06.232Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-05-12T03:41:06.264Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-12T03:41:06.334Z Compiling camino-tempfile v1.4.1
23342026-05-12T03:41:06.536Z Compiling itertools v0.12.1
23352026-05-12T03:41:06.553Z Compiling usdt-macro v0.5.0
23362026-05-12T03:41:06.786Z Compiling usdt-attr-macro v0.5.0
23372026-05-12T03:41:06.817Z Compiling bitfield-struct v0.6.2
23382026-05-12T03:41:06.836Z Compiling num-derive v0.4.2
23392026-05-12T03:41:06.836Z Compiling blake3 v1.8.3
23402026-05-12T03:41:06.836Z Compiling ordered-float v2.10.1
23412026-05-12T03:41:07.137Z Compiling sigpipe v0.1.3
23422026-05-12T03:41:07.187Z Compiling memmap v0.7.0
23432026-05-12T03:41:07.243Z Compiling glob v0.3.3
23442026-05-12T03:41:07.260Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-05-12T03:41:07.404Z Compiling swrite v0.1.0
23462026-05-12T03:41:07.439Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-05-12T03:41:07.511Z Compiling usdt v0.5.0
23482026-05-12T03:41:07.530Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-12T03:41:07.701Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-05-12T03:41:07.770Z Compiling serde-value v0.7.0
23512026-05-12T03:41:07.988Z Compiling zone v0.3.1
23522026-05-12T03:41:08.007Z Compiling serde-untagged v0.1.9
23532026-05-12T03:41:08.135Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23542026-05-12T03:41:08.183Z Compiling toml v0.8.23
23552026-05-12T03:41:08.338Z Compiling smf v0.2.3
23562026-05-12T03:41:08.376Z Compiling filetime v0.2.27
23572026-05-12T03:41:08.399Z Compiling arrayvec v0.7.6
23582026-05-12T03:41:08.419Z Compiling xattr v1.6.1
23592026-05-12T03:41:08.446Z Compiling unicode-xid v0.2.6
23602026-05-12T03:41:08.524Z Compiling constant_time_eq v0.4.2
23612026-05-12T03:41:08.605Z Compiling arrayref v0.3.9
23622026-05-12T03:41:08.622Z Compiling whoami v1.6.1
23632026-05-12T03:41:08.643Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-12T03:41:08.657Z Compiling cargo-util-schemas v0.8.2
23652026-05-12T03:41:08.726Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-12T03:41:08.736Z Compiling tar v0.4.45
23672026-05-12T03:41:08.740Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-05-12T03:41:09.008Z Compiling tokio-dtrace v0.1.1
23692026-05-12T03:41:09.094Z Compiling console v0.16.2
23702026-05-12T03:41:09.346Z Compiling gethostname v0.5.0
23712026-05-12T03:41:09.401Z Compiling cargo-platform v0.2.0
23722026-05-12T03:41:09.490Z Compiling unit-prefix v0.5.2
23732026-05-12T03:41:09.520Z Compiling topological-sort v0.2.2
23742026-05-12T03:41:09.538Z Compiling oxide-tokio-rt v0.1.4
23752026-05-12T03:41:09.669Z Compiling indicatif v0.18.4
23762026-05-12T03:41:09.719Z Compiling shell-words v1.1.1
23772026-05-12T03:41:09.762Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23782026-05-12T03:41:09.867Z Compiling cargo_metadata v0.21.0
23792026-05-12T03:41:19.271Z Compiling progenitor-client v0.10.0
23802026-05-12T03:41:19.271Z Compiling omicron-zone-package v0.12.2
23812026-05-12T03:41:19.313Z Compiling progenitor-client v0.14.0
23822026-05-12T03:41:19.781Z Compiling progenitor-extras v0.2.0
23832026-05-12T03:41:22.061Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-05-12T03:41:22.082Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-05-12T03:41:22.209Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23862026-05-12T03:41:22.247Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-05-12T03:41:22.282Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-12T03:41:22.317Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-05-12T03:41:22.332Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-05-12T03:41:22.360Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-05-12T03:41:22.526Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-05-12T03:41:26.404Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-05-12T03:41:33.826Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-05-12T03:41:36.908Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-05-12T03:41:37.885Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-05-12T03:41:47.101Z Finished `release` profile [optimized] target(s) in 1m 42s
23972026-05-12T03:41:47.260Z Running `target/release/omicron-package -t test target create -p dev`
23982026-05-12T03:41:47.319ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-05-12T03:41:47.337ZCreated new build target 'test' and set it as active
24002026-05-12T03:41:47.338Z
24012026-05-12T03:41:47.338Zreal 1:43.223276946
24022026-05-12T03:41:47.338Zuser 17:01.378720398
24032026-05-12T03:41:47.338Zsys 2:34.354171467
24042026-05-12T03:41:47.338Ztrap 0.443549632
24052026-05-12T03:41:47.338Ztflt 2.913921487
24062026-05-12T03:41:47.338Zdflt 4.135972665
24072026-05-12T03:41:47.338Zkflt 0.000580670
24082026-05-12T03:41:47.338Zlock 52:41.773118067
24092026-05-12T03:41:47.338Zslp 43:15.370457160
24102026-05-12T03:41:47.338Zlat 42.716811036
24112026-05-12T03:41:47.338Zstop 5:26.749503810
24122026-05-12T03:41:47.338Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-05-12T03:41:48.224Z Finished `release` profile [optimized] target(s) in 0.89s
24142026-05-12T03:41:48.300Z Running `target/release/omicron-package -t test package`
24152026-05-12T03:41:48.387ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-05-12T03:41:49.771Z Compiling heck v0.5.0
24172026-05-12T03:41:49.771Z Compiling regress v0.11.1
24182026-05-12T03:41:49.771Z Compiling unsafe-libyaml v0.2.11
24192026-05-12T03:41:50.031Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-05-12T03:41:50.050Z Compiling regress v0.10.5
24212026-05-12T03:41:50.075Z Compiling unicode-width v0.1.14
24222026-05-12T03:41:50.093Z Compiling is-terminal v0.4.17
24232026-05-12T03:41:50.527Z Compiling prettyplease v0.2.37
24242026-05-12T03:41:50.539Z Compiling bytecount v0.6.9
24252026-05-12T03:41:50.539Z Compiling rustls v0.22.4
24262026-05-12T03:41:50.539Z Compiling rustls-webpki v0.102.8
24272026-05-12T03:41:50.539Z Compiling derive-where v1.6.0
24282026-05-12T03:41:50.539Z Compiling thread_local v1.1.9
24292026-05-12T03:41:50.539Z Compiling compression-core v0.4.31
24302026-05-12T03:41:50.539Z Compiling match_cfg v0.1.0
24312026-05-12T03:41:50.539Z Compiling multer v3.1.0
24322026-05-12T03:41:50.539Z Compiling hostname v0.3.1
24332026-05-12T03:41:50.540Z Compiling slog-async v2.8.0
24342026-05-12T03:41:50.540Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-05-12T03:41:50.540Z Compiling crossbeam-channel v0.5.15
24362026-05-12T03:41:50.540Z Compiling compression-codecs v0.4.37
24372026-05-12T03:41:50.540Z Compiling slog-json v2.6.1
24382026-05-12T03:41:50.540Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-05-12T03:41:50.540Z Compiling serde_spanned v1.0.4
24402026-05-12T03:41:50.540Z Compiling term v1.2.1
24412026-05-12T03:41:50.540Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-05-12T03:41:50.612Z Compiling serde_yaml v0.9.34+deprecated
24432026-05-12T03:41:50.709Z Compiling take_mut v0.2.2
24442026-05-12T03:41:50.713Z Compiling slog-bunyan v2.5.0
24452026-05-12T03:41:50.713Z Compiling async-compression v0.4.41
24462026-05-12T03:41:51.144Z Compiling toml v1.0.6+spec-1.1.0
24472026-05-12T03:41:51.222Z Compiling slog-term v2.9.2
24482026-05-12T03:41:51.222Z Compiling dropshot v0.17.0
24492026-05-12T03:41:51.222Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-05-12T03:41:51.223Z Compiling async-stream v0.3.6
24512026-05-12T03:41:51.223Z Compiling num-rational v0.4.2
24522026-05-12T03:41:51.223Z Compiling progenitor-client v0.14.0
24532026-05-12T03:41:51.223Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-05-12T03:41:51.223Z Compiling waitgroup v0.1.2
24552026-05-12T03:41:51.248Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-05-12T03:41:51.279Z Compiling backon v1.6.0
24572026-05-12T03:41:51.287Z Compiling rustls-pemfile v2.2.0
24582026-05-12T03:41:51.287Z Compiling num-complex v0.4.6
24592026-05-12T03:41:51.311Z Compiling serde_path_to_error v0.1.20
24602026-05-12T03:41:51.352Z Compiling hostname v0.4.2
24612026-05-12T03:41:51.397Z Compiling instant v0.1.13
24622026-05-12T03:41:51.428Z Compiling debug-ignore v1.0.5
24632026-05-12T03:41:51.471Z Compiling progenitor-extras v0.2.0
24642026-05-12T03:41:51.490Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-12T03:41:51.510Z Compiling typify-impl v0.6.2
24662026-05-12T03:41:51.535Z Compiling backoff v0.4.0
24672026-05-12T03:41:51.552Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-05-12T03:41:51.691Z Compiling num v0.4.3
24692026-05-12T03:41:51.742Z Compiling parse-display v0.10.0
24702026-05-12T03:41:51.784Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-05-12T03:41:51.809Z Compiling progenitor-client v0.13.0
24722026-05-12T03:41:51.839Z Compiling progenitor-client v0.10.0
24732026-05-12T03:41:51.883Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-05-12T03:41:51.911Z Compiling macaddr v1.0.1
24752026-05-12T03:41:52.019Z Compiling float-ord v0.3.2
24762026-05-12T03:41:52.041Z Compiling console v0.15.11
24772026-05-12T03:41:52.159Z Compiling atomicwrites v0.4.4
24782026-05-12T03:41:52.164Z Compiling newline-converter v0.3.0
24792026-05-12T03:41:52.200Z Compiling slog-dtrace v0.3.0
24802026-05-12T03:41:52.351Z Compiling cancel-safe-futures v0.1.5
24812026-05-12T03:41:52.398Z Compiling owo-colors v4.3.0
24822026-05-12T03:41:52.474Z Compiling tokio-rustls v0.25.0
24832026-05-12T03:41:52.511Z Compiling expectorate v1.2.0
24842026-05-12T03:41:52.590Z Compiling libsw-core v0.3.2
24852026-05-12T03:41:52.632Z Compiling resolv-conf v0.7.6
24862026-05-12T03:41:52.749Z Compiling toml v0.8.23
24872026-05-12T03:41:52.829Z Compiling libsw v3.5.0
24882026-05-12T03:41:52.858Z Compiling linear-map v1.2.0
24892026-05-12T03:41:53.005Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-12T03:41:53.105Z Compiling linked-hash-map v0.5.6
24912026-05-12T03:41:53.121Z Compiling minimal-lexical v0.2.1
24922026-05-12T03:41:53.262Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-12T03:41:53.288Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-05-12T03:41:53.330Z Compiling nom v7.1.3
24952026-05-12T03:41:53.347Z Compiling lru-cache v0.1.2
24962026-05-12T03:41:53.350Z Compiling unicode-xid v0.2.6
24972026-05-12T03:41:53.390Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-12T03:41:53.474Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-12T03:41:53.511Z Compiling hickory-proto v0.24.4
25002026-05-12T03:41:53.532Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-05-12T03:41:53.977Z Compiling convert_case v0.10.0
25022026-05-12T03:41:54.009Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-12T03:41:54.009Z Compiling derive_more-impl v2.1.1
25042026-05-12T03:41:54.403Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-05-12T03:41:54.652Z Compiling derive_more v2.1.1
25062026-05-12T03:41:54.706Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-05-12T03:41:55.184Z Compiling papergrid v0.11.0
25082026-05-12T03:41:55.216Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-05-12T03:41:55.216Z Compiling tabled_derive v0.7.0
25102026-05-12T03:41:55.216Z Compiling typify-macro v0.6.2
25112026-05-12T03:41:55.217Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-05-12T03:41:55.411Z Compiling termtree v0.5.1
25132026-05-12T03:41:56.019Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-12T03:41:56.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-05-12T03:41:56.031Z Compiling tabled v0.15.0
25162026-05-12T03:41:56.187Z Compiling hickory-resolver v0.24.4
25172026-05-12T03:41:56.280Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-05-12T03:41:56.588Z Compiling typify v0.6.2
25192026-05-12T03:41:56.713Z Compiling progenitor-impl v0.14.0
25202026-05-12T03:41:57.784Z Compiling progenitor-impl v0.13.0
25212026-05-12T03:41:59.494Z Compiling progenitor-macro v0.14.0
25222026-05-12T03:42:00.717Z Compiling qorb v0.4.1
25232026-05-12T03:42:00.874Z Compiling progenitor-macro v0.13.0
25242026-05-12T03:42:00.874Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-05-12T03:42:01.280Z Compiling crossterm v0.29.0
25262026-05-12T03:42:01.736Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25272026-05-12T03:42:01.787Z Compiling phf_shared v0.12.1
25282026-05-12T03:42:02.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-05-12T03:42:02.222Z Compiling vte v0.14.1
25302026-05-12T03:42:02.518Z Compiling csv-core v0.1.13
25312026-05-12T03:42:02.606Z Compiling chrono-tz v0.10.4
25322026-05-12T03:42:02.720Z Compiling highway v1.3.0
25332026-05-12T03:42:02.878Z Compiling csv v1.4.0
25342026-05-12T03:42:02.926Z Compiling strip-ansi-escapes v0.2.1
25352026-05-12T03:42:03.046Z Compiling progenitor v0.14.0
25362026-05-12T03:42:03.205Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-05-12T03:42:03.472Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-12T03:42:03.528Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-05-12T03:42:03.615Z Compiling phf v0.12.1
25402026-05-12T03:42:03.663Z Compiling progenitor v0.13.0
25412026-05-12T03:42:03.726Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-05-12T03:42:03.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-05-12T03:42:03.810Z Compiling const_format_proc_macros v0.2.34
25442026-05-12T03:42:03.840Z Compiling fd-lock v4.0.4
25452026-05-12T03:42:04.024Z Compiling peg-macros v0.8.5
25462026-05-12T03:42:04.234Z Compiling nu-ansi-term v0.50.3
25472026-05-12T03:42:04.549Z Compiling reedline v0.40.0
25482026-05-12T03:42:04.595Z Compiling const_format v0.2.35
25492026-05-12T03:42:05.149Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25502026-05-12T03:42:05.341Z Compiling peg v0.8.5
25512026-05-12T03:42:05.471Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-05-12T03:42:06.223Z Compiling bcs v0.1.6
25532026-05-12T03:42:06.273Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-05-12T03:42:06.755Z Compiling semver v0.1.20
25552026-05-12T03:42:06.827Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-05-12T03:42:06.998Z Compiling rustc_version v0.1.7
25572026-05-12T03:42:07.045Z Compiling humantime v2.3.0
25582026-05-12T03:42:07.143Z Compiling newtype_derive v0.1.6
25592026-05-12T03:42:07.332Z Compiling unicode-linebreak v0.1.5
25602026-05-12T03:42:07.410Z Compiling smawk v0.3.2
25612026-05-12T03:42:07.564Z Compiling textwrap v0.16.2
25622026-05-12T03:42:07.600Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25632026-05-12T03:42:07.752Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-05-12T03:42:08.121Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25652026-05-12T03:42:08.386Z Compiling dropshot-api-manager-types v0.7.1
25662026-05-12T03:42:08.835Z Compiling base64 v0.21.7
25672026-05-12T03:42:09.006Z Compiling steno v0.4.1
25682026-05-12T03:42:09.393Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-05-12T03:42:09.506Z Compiling tagptr v0.2.0
25702026-05-12T03:42:09.538Z Compiling utf-8 v0.7.6
25712026-05-12T03:42:09.689Z Compiling moka v0.12.13
25722026-05-12T03:42:09.744Z Compiling hickory-proto v0.26.1
25732026-05-12T03:42:09.761Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-05-12T03:42:09.794Z Compiling tungstenite v0.21.0
25752026-05-12T03:42:09.828Z Compiling radium v0.7.0
25762026-05-12T03:42:09.930Z Compiling tap v1.0.1
25772026-05-12T03:42:10.090Z Compiling maybe-uninit v2.0.0
25782026-05-12T03:42:10.472Z Compiling tokio-tungstenite v0.21.0
25792026-05-12T03:42:10.510Z Compiling wyz v0.5.1
25802026-05-12T03:42:10.822Z Compiling zerocopy-derive v0.6.6
25812026-05-12T03:42:10.869Z Compiling hickory-resolver v0.25.2
25822026-05-12T03:42:10.946Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-12T03:42:11.537Z Compiling funty v2.0.0
25842026-05-12T03:42:11.636Z Compiling packed_struct v0.10.1
25852026-05-12T03:42:11.915Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-12T03:42:12.207Z Compiling display-error-chain v0.2.2
25872026-05-12T03:42:12.476Z Compiling crc-catalog v2.4.0
25882026-05-12T03:42:12.476Z Compiling crc v3.4.0
25892026-05-12T03:42:12.476Z Compiling bitvec v1.0.1
25902026-05-12T03:42:12.476Z Compiling zerocopy v0.6.6
25912026-05-12T03:42:12.635Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25922026-05-12T03:42:12.941Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25932026-05-12T03:42:13.089Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-12T03:42:14.823Z Compiling packed_struct_codegen v0.10.1
25952026-05-12T03:42:14.974Z Compiling num-derive v0.3.3
25962026-05-12T03:42:15.013Z Compiling bitfield-macros v0.19.4
25972026-05-12T03:42:15.013Z Compiling proc-macro-error-attr2 v2.0.0
25982026-05-12T03:42:15.013Z Compiling indexmap v1.9.3
25992026-05-12T03:42:15.129Z Compiling nodrop v0.1.14
26002026-05-12T03:42:15.237Z Compiling array-init v0.0.4
26012026-05-12T03:42:15.277Z Compiling libscf-sys v1.1.0
26022026-05-12T03:42:15.334Z Compiling proc-macro-error2 v2.0.1
26032026-05-12T03:42:15.608Z Compiling bitfield v0.19.4
26042026-05-12T03:42:15.679Z Compiling smallvec v0.6.14
26052026-05-12T03:42:15.697Z Compiling typify-impl v0.4.3
26062026-05-12T03:42:15.773Z Compiling hashbrown v0.12.3
26072026-05-12T03:42:15.949Z Compiling serde-hex v0.1.0
26082026-05-12T03:42:16.076Z Compiling tabled_derive v0.11.0
26092026-05-12T03:42:16.709Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-05-12T03:42:16.965Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-05-12T03:42:17.106Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-05-12T03:42:17.420Z Compiling ron v0.8.1
26132026-05-12T03:42:17.913Z Compiling papergrid v0.17.0
26142026-05-12T03:42:17.913Z Compiling testing_table v0.3.0
26152026-05-12T03:42:17.913Z Compiling hashbrown v0.13.2
26162026-05-12T03:42:18.153Z Compiling vergen-gitcl v1.0.8
26172026-05-12T03:42:18.153Z Compiling dirs-sys-next v0.1.2
26182026-05-12T03:42:18.153Z Compiling maplit v1.0.2
26192026-05-12T03:42:19.718Z Compiling diesel_derives v2.3.7
26202026-05-12T03:42:19.718Z Compiling crc-any v2.5.0
26212026-05-12T03:42:19.718Z Compiling glob v0.3.3
26222026-05-12T03:42:19.718Z Compiling crunchy v0.2.4
26232026-05-12T03:42:19.718Z Compiling dirs-next v2.0.0
26242026-05-12T03:42:19.766Z Compiling object v0.30.4
26252026-05-12T03:42:19.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-12T03:42:19.766Z Compiling tabled v0.20.0
26272026-05-12T03:42:19.766Z Compiling clang-sys v1.8.1
26282026-05-12T03:42:19.766Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-05-12T03:42:19.766Z Compiling dsl_auto_type v0.2.0
26302026-05-12T03:42:19.766Z Compiling scheduled-thread-pool v0.2.7
26312026-05-12T03:42:19.766Z Compiling diesel_table_macro_syntax v0.3.0
26322026-05-12T03:42:19.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-12T03:42:19.766Z Compiling path-slash v0.1.5
26342026-05-12T03:42:19.766Z Compiling typify-macro v0.4.3
26352026-05-12T03:42:19.766Z Compiling xshell-macros v0.2.7
26362026-05-12T03:42:19.766Z Compiling tiny-keccak v2.0.2
26372026-05-12T03:42:19.766Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-05-12T03:42:19.766Z Compiling r2d2 v0.8.10
26392026-05-12T03:42:19.766Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26402026-05-12T03:42:19.766Z Compiling xshell v0.2.7
26412026-05-12T03:42:20.077Z Compiling term v0.7.0
26422026-05-12T03:42:20.160Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-12T03:42:20.407Z Compiling bit-vec v0.6.3
26442026-05-12T03:42:20.443Z Compiling downcast-rs v2.0.2
26452026-05-12T03:42:20.485Z Compiling ascii-canvas v3.0.0
26462026-05-12T03:42:20.695Z Compiling bit-set v0.5.3
26472026-05-12T03:42:20.744Z Compiling itertools v0.10.5
26482026-05-12T03:42:20.837Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-05-12T03:42:20.876Z Compiling ena v0.14.4
26502026-05-12T03:42:21.006Z Compiling libloading v0.8.9
26512026-05-12T03:42:21.107Z Compiling crc8 v0.1.1
26522026-05-12T03:42:21.252Z Compiling bindgen v0.71.1
26532026-05-12T03:42:21.292Z Compiling diff v0.1.13
26542026-05-12T03:42:21.511Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-12T03:42:21.558Z Compiling unicase v2.9.0
26562026-05-12T03:42:21.897Z Compiling regex-syntax v0.6.29
26572026-05-12T03:42:22.077Z Compiling typify v0.4.3
26582026-05-12T03:42:22.206Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-05-12T03:42:22.896Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26602026-05-12T03:42:23.133Z Compiling cexpr v0.6.0
26612026-05-12T03:42:23.186Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26622026-05-12T03:42:23.414Z Compiling lalrpop v0.19.12
26632026-05-12T03:42:23.439Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-05-12T03:42:23.634Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-05-12T03:42:23.727Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-05-12T03:42:23.785Z Compiling headers-core v0.3.0
26672026-05-12T03:42:23.874Z Compiling libxml v0.3.3
26682026-05-12T03:42:23.943Z Compiling headers v0.4.1
26692026-05-12T03:42:24.062Z Compiling diesel v2.3.7
26702026-05-12T03:42:24.137Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-12T03:42:24.260Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-12T03:42:25.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-05-12T03:42:25.360Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-12T03:42:25.390Z Compiling strum_macros v0.24.3
26752026-05-12T03:42:25.606Z Compiling indoc v1.0.9
26762026-05-12T03:42:26.022Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-12T03:42:26.223Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-12T03:42:26.261Z Compiling derive_builder v0.20.2
26792026-05-12T03:42:26.443Z Compiling oso-derive v0.27.3
26802026-05-12T03:42:26.674Z Compiling quick-xml v0.37.5
26812026-05-12T03:42:26.975Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-12T03:42:27.437Z Compiling half v1.8.3
26832026-05-12T03:42:27.596Z Compiling openssl-probe v0.1.6
26842026-05-12T03:42:27.865Z Compiling serde_cbor v0.11.2
26852026-05-12T03:42:27.910Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-12T03:42:28.009Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-05-12T03:42:28.229Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26882026-05-12T03:42:28.263Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26892026-05-12T03:42:28.357Z Compiling samael v0.0.19
26902026-05-12T03:42:28.456Z Compiling bb8 v0.8.6
26912026-05-12T03:42:28.639Z Compiling trait-variant v0.1.2
26922026-05-12T03:42:28.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-05-12T03:42:28.860Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26942026-05-12T03:42:28.880Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26952026-05-12T03:42:29.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-05-12T03:42:29.158Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26972026-05-12T03:42:29.242Z Compiling fxhash v0.2.1
26982026-05-12T03:42:29.274Z Compiling salty v0.3.0
26992026-05-12T03:42:29.357Z Compiling progenitor-impl v0.11.2
27002026-05-12T03:42:29.388Z Compiling progenitor-impl v0.10.0
27012026-05-12T03:42:29.559Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27022026-05-12T03:42:29.650Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-05-12T03:42:29.762Z Compiling kstat-rs v0.2.4
27042026-05-12T03:42:30.267Z Compiling libz-sys v1.1.24
27052026-05-12T03:42:30.294Z Compiling nonempty v0.12.0
27062026-05-12T03:42:30.420Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-05-12T03:42:30.547Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082026-05-12T03:42:30.928Z Compiling polar-core v0.27.3
27092026-05-12T03:42:31.544Z Compiling progenitor-macro v0.10.0
27102026-05-12T03:42:31.601Z Compiling progenitor-macro v0.11.2
27112026-05-12T03:42:32.851Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27122026-05-12T03:42:33.501Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-12T03:42:34.459Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-12T03:42:34.831Z Compiling progenitor-client v0.11.2
27152026-05-12T03:42:35.029Z Compiling darling_core v0.23.0
27162026-05-12T03:42:35.589Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-12T03:42:36.378Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-12T03:42:36.378Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-12T03:42:39.333Z Compiling nanorand v0.7.0
27202026-05-12T03:42:39.443Z Compiling arc-swap v1.8.2
27212026-05-12T03:42:39.443Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-05-12T03:42:39.667Z Compiling fs-err v2.11.0
27232026-05-12T03:42:39.717Z Compiling parking_lot_core v0.8.6
27242026-05-12T03:42:39.842Z Compiling oso v0.27.3
27252026-05-12T03:42:39.885Z Compiling mime_guess v2.0.5
27262026-05-12T03:42:40.267Z Compiling slog-scope v4.4.1
27272026-05-12T03:42:40.418Z Compiling flume v0.11.1
27282026-05-12T03:42:40.733Z Compiling darling_macro v0.23.0
27292026-05-12T03:42:40.847Z Compiling progenitor v0.11.2
27302026-05-12T03:42:41.046Z Compiling progenitor v0.10.0
27312026-05-12T03:42:41.240Z Compiling diesel-dtrace v0.5.0
27322026-05-12T03:42:41.590Z Compiling async-bb8-diesel v0.2.1
27332026-05-12T03:42:42.068Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27342026-05-12T03:42:42.127Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-12T03:42:43.351Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-12T03:42:44.298Z Compiling primeorder v0.13.6
27372026-05-12T03:42:44.610Z Compiling git-stub v1.0.0
27382026-05-12T03:42:44.790Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-12T03:42:44.822Z Compiling instability v0.3.11
27402026-05-12T03:42:44.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-05-12T03:42:45.124Z Compiling git-stub-vcs v0.1.0
27422026-05-12T03:42:45.153Z Compiling p384 v0.13.1
27432026-05-12T03:42:45.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-05-12T03:42:45.606Z Compiling darling v0.23.0
27452026-05-12T03:42:45.745Z Compiling slog-stdlog v4.1.1
27462026-05-12T03:42:46.482Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27472026-05-12T03:42:46.635Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-12T03:42:46.657Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-12T03:42:46.743Z Compiling ignore v0.4.25
27502026-05-12T03:42:47.272Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-12T03:42:47.356Z Compiling castaway v0.2.4
27522026-05-12T03:42:47.517Z Compiling atty v0.2.14
27532026-05-12T03:42:47.644Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-12T03:42:47.843Z Compiling parse-size v1.1.0
27552026-05-12T03:42:47.891Z Compiling indoc v2.0.7
27562026-05-12T03:42:48.051Z Compiling http-range v0.1.5
27572026-05-12T03:42:48.388Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-12T03:42:48.664Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27592026-05-12T03:42:49.046Z Compiling compact_str v0.8.1
27602026-05-12T03:42:49.580Z Compiling globwalk v0.9.1
27612026-05-12T03:42:50.187Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-05-12T03:42:50.257Z Compiling parking_lot v0.11.2
27632026-05-12T03:42:51.509Z Compiling slog-envlogger v2.2.0
27642026-05-12T03:42:51.779Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-05-12T03:42:52.297Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-12T03:42:52.360Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-12T03:42:52.732Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-12T03:42:54.015Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27692026-05-12T03:42:54.015Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-12T03:42:54.159Z Compiling predicates-tree v1.0.13
27712026-05-12T03:42:54.401Z Compiling unicode-truncate v1.1.0
27722026-05-12T03:42:54.401Z Compiling lru v0.12.5
27732026-05-12T03:42:54.401Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-12T03:42:54.401Z Compiling rand_seeder v0.4.0
27752026-05-12T03:42:54.401Z Compiling prefix-trie v0.7.0
27762026-05-12T03:42:54.401Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-12T03:42:54.401Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-12T03:42:54.401Z Compiling vergen-git2 v1.0.7
27792026-05-12T03:42:54.401Z Compiling cassowary v0.3.0
27802026-05-12T03:42:54.401Z Compiling corncobs v0.1.4
27812026-05-12T03:42:54.401Z Compiling hickory-server v0.25.2
27822026-05-12T03:42:54.401Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-12T03:42:54.401Z Compiling ratatui v0.29.0
27842026-05-12T03:42:54.437Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-12T03:42:54.438Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-12T03:42:54.489Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27872026-05-12T03:42:54.508Z Compiling camino-tempfile-ext v0.3.3
27882026-05-12T03:42:54.813Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-12T03:42:55.084Z Compiling hyper-staticfile v0.10.1
27902026-05-12T03:42:55.158Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-05-12T03:42:55.436Z Compiling sled v0.34.7
27922026-05-12T03:42:56.183Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-12T03:42:56.457Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-12T03:42:56.620Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-12T03:42:59.214Z Compiling secrecy v0.8.0
27962026-05-12T03:42:59.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-05-12T03:42:59.348Z Compiling rustls v0.21.12
27982026-05-12T03:42:59.348Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-12T03:42:59.516Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28002026-05-12T03:42:59.516Z --> dns-server/src/dns_server.rs:487:12
28012026-05-12T03:42:59.516Z |
28022026-05-12T03:42:59.516Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28032026-05-12T03:42:59.516Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28042026-05-12T03:42:59.516Z |
28052026-05-12T03:42:59.516Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28062026-05-12T03:42:59.516Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28072026-05-12T03:42:59.516Z |
28082026-05-12T03:42:59.517Z 77 | pub struct Record<R: RecordData = RData> {
28092026-05-12T03:42:59.517Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28102026-05-12T03:42:59.517Z |
28112026-05-12T03:42:59.517Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28122026-05-12T03:42:59.517Z |
28132026-05-12T03:42:59.517Z 78 | pub struct Record<R: RecordData = RData> {
28142026-05-12T03:42:59.517Z | ---------------------------------------- this is the found type
28152026-05-12T03:42:59.517Z = help: you can use `cargo tree` to explore your dependency tree
28162026-05-12T03:42:59.517Znote: required by a bound in `MessageResponse`
28172026-05-12T03:42:59.517Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28182026-05-12T03:42:59.517Z |
28192026-05-12T03:42:59.517Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28202026-05-12T03:42:59.517Z | --------------- required by a bound in this struct
28212026-05-12T03:42:59.517Z 22 | where
28222026-05-12T03:42:59.517Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28232026-05-12T03:42:59.517Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28242026-05-12T03:42:59.517Z
28252026-05-12T03:42:59.517Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28262026-05-12T03:42:59.517Z --> dns-server/src/dns_server.rs:487:12
28272026-05-12T03:42:59.517Z |
28282026-05-12T03:42:59.517Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28292026-05-12T03:42:59.517Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28302026-05-12T03:42:59.518Z |
28312026-05-12T03:42:59.518Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28322026-05-12T03:42:59.518Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28332026-05-12T03:42:59.518Z |
28342026-05-12T03:42:59.518Z 77 | pub struct Record<R: RecordData = RData> {
28352026-05-12T03:42:59.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28362026-05-12T03:42:59.518Z |
28372026-05-12T03:42:59.518Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28382026-05-12T03:42:59.518Z |
28392026-05-12T03:42:59.518Z 78 | pub struct Record<R: RecordData = RData> {
28402026-05-12T03:42:59.518Z | ---------------------------------------- this is the found type
28412026-05-12T03:42:59.518Z = help: you can use `cargo tree` to explore your dependency tree
28422026-05-12T03:42:59.518Znote: required by a bound in `MessageResponse`
28432026-05-12T03:42:59.518Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28442026-05-12T03:42:59.518Z |
28452026-05-12T03:42:59.518Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28462026-05-12T03:42:59.518Z | --------------- required by a bound in this struct
28472026-05-12T03:42:59.518Z...
28482026-05-12T03:42:59.518Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28492026-05-12T03:42:59.518Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28502026-05-12T03:42:59.518Z
28512026-05-12T03:42:59.518Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28522026-05-12T03:42:59.518Z --> dns-server/src/dns_server.rs:487:12
28532026-05-12T03:42:59.518Z |
28542026-05-12T03:42:59.518Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28552026-05-12T03:42:59.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28562026-05-12T03:42:59.518Z |
28572026-05-12T03:42:59.518Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28582026-05-12T03:42:59.518Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28592026-05-12T03:42:59.519Z |
28602026-05-12T03:42:59.519Z 77 | pub struct Record<R: RecordData = RData> {
28612026-05-12T03:42:59.519Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28622026-05-12T03:42:59.519Z |
28632026-05-12T03:42:59.519Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28642026-05-12T03:42:59.519Z |
28652026-05-12T03:42:59.519Z 78 | pub struct Record<R: RecordData = RData> {
28662026-05-12T03:42:59.519Z | ---------------------------------------- this is the found type
28672026-05-12T03:42:59.519Z = help: you can use `cargo tree` to explore your dependency tree
28682026-05-12T03:42:59.519Znote: required by a bound in `MessageResponse`
28692026-05-12T03:42:59.519Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28702026-05-12T03:42:59.519Z |
28712026-05-12T03:42:59.519Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28722026-05-12T03:42:59.519Z | --------------- required by a bound in this struct
28732026-05-12T03:42:59.519Z...
28742026-05-12T03:42:59.519Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28752026-05-12T03:42:59.519Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28762026-05-12T03:42:59.519Z
28772026-05-12T03:42:59.519Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28782026-05-12T03:42:59.519Z --> dns-server/src/dns_server.rs:487:12
28792026-05-12T03:42:59.519Z |
28802026-05-12T03:42:59.519Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28812026-05-12T03:42:59.519Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28822026-05-12T03:42:59.519Z |
28832026-05-12T03:42:59.519Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28842026-05-12T03:42:59.519Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28852026-05-12T03:42:59.520Z |
28862026-05-12T03:42:59.520Z 77 | pub struct Record<R: RecordData = RData> {
28872026-05-12T03:42:59.520Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28882026-05-12T03:42:59.520Z |
28892026-05-12T03:42:59.520Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28902026-05-12T03:42:59.520Z |
28912026-05-12T03:42:59.520Z 78 | pub struct Record<R: RecordData = RData> {
28922026-05-12T03:42:59.520Z | ---------------------------------------- this is the found type
28932026-05-12T03:42:59.520Z = help: you can use `cargo tree` to explore your dependency tree
28942026-05-12T03:42:59.520Znote: required by a bound in `MessageResponse`
28952026-05-12T03:42:59.520Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
28962026-05-12T03:42:59.520Z |
28972026-05-12T03:42:59.520Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28982026-05-12T03:42:59.520Z | --------------- required by a bound in this struct
28992026-05-12T03:42:59.660Z...
29002026-05-12T03:42:59.660Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29012026-05-12T03:42:59.660Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29022026-05-12T03:42:59.660Z
29032026-05-12T03:42:59.660Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29042026-05-12T03:42:59.660Z --> dns-server/src/dns_server.rs:161:36
29052026-05-12T03:42:59.660Z |
29062026-05-12T03:42:59.660Z161 | let mr = match MessageRequest::read(&mut dec) {
29072026-05-12T03:42:59.660Z | ^^^^ function or associated item not found in `MessageRequest`
29082026-05-12T03:42:59.660Z |
29092026-05-12T03:42:59.660Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29102026-05-12T03:42:59.660Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29112026-05-12T03:42:59.660Z |
29122026-05-12T03:42:59.660Z 44 | pub trait BinDecodable<'r>: Sized {
29132026-05-12T03:42:59.660Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29142026-05-12T03:42:59.660Z |
29152026-05-12T03:42:59.660Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29162026-05-12T03:42:59.660Z |
29172026-05-12T03:42:59.660Z 45 | pub trait BinDecodable<'r>: Sized {
29182026-05-12T03:42:59.660Z | --------------------------------- this is the trait that was imported
29192026-05-12T03:42:59.660Z = help: you can use `cargo tree` to explore your dependency tree
29202026-05-12T03:42:59.660Z
29212026-05-12T03:42:59.660Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29222026-05-12T03:42:59.660Z --> dns-server/src/dns_server.rs:173:34
29232026-05-12T03:42:59.660Z |
29242026-05-12T03:42:59.660Z173 | let header = Header::response_from_request(mr.header());
29252026-05-12T03:42:59.661Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29262026-05-12T03:42:59.661Z |
29272026-05-12T03:42:59.661Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29282026-05-12T03:42:59.661Z --> dns-server/src/dns_server.rs:173:26
29292026-05-12T03:42:59.661Z |
29302026-05-12T03:42:59.661Z173 | let header = Header::response_from_request(mr.header());
29312026-05-12T03:42:59.661Z | ^^^^^^
29322026-05-12T03:42:59.661Z
29332026-05-12T03:42:59.661Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29342026-05-12T03:42:59.661Z --> dns-server/src/dns_server.rs:273:30
29352026-05-12T03:42:59.661Z |
29362026-05-12T03:42:59.661Z273 | let mut header = Header::response_from_request(mr.header());
29372026-05-12T03:42:59.661Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29382026-05-12T03:42:59.661Z |
29392026-05-12T03:42:59.661Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29402026-05-12T03:42:59.661Z --> dns-server/src/dns_server.rs:273:22
29412026-05-12T03:42:59.661Z |
29422026-05-12T03:42:59.661Z273 | let mut header = Header::response_from_request(mr.header());
29432026-05-12T03:42:59.661Z | ^^^^^^
29442026-05-12T03:42:59.661Z
29452026-05-12T03:42:59.708Zerror[E0308]: mismatched types
29462026-05-12T03:42:59.708Z --> dns-server/src/dns_server.rs:299:30
29472026-05-12T03:42:59.708Z |
29482026-05-12T03:42:59.708Z299 | let answer = store.query(query)?;
29492026-05-12T03:42:59.708Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29502026-05-12T03:42:59.708Z | |
29512026-05-12T03:42:59.708Z | arguments to this method are incorrect
29522026-05-12T03:42:59.708Z |
29532026-05-12T03:42:59.708Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29542026-05-12T03:42:59.708Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29552026-05-12T03:42:59.708Z |
29562026-05-12T03:42:59.708Z 22 | pub struct LowerQuery {
29572026-05-12T03:42:59.708Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29582026-05-12T03:42:59.709Z |
29592026-05-12T03:42:59.709Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29602026-05-12T03:42:59.709Z |
29612026-05-12T03:42:59.709Z 18 | pub struct LowerQuery {
29622026-05-12T03:42:59.709Z | --------------------- this is the found type
29632026-05-12T03:42:59.709Z = help: you can use `cargo tree` to explore your dependency tree
29642026-05-12T03:42:59.709Znote: method defined here
29652026-05-12T03:42:59.710Z --> dns-server/src/storage.rs:762:19
29662026-05-12T03:42:59.710Z |
29672026-05-12T03:42:59.710Z762 | pub(crate) fn query(
29682026-05-12T03:42:59.710Z | ^^^^^
29692026-05-12T03:42:59.710Z763 | &self,
29702026-05-12T03:42:59.710Z764 | query: &LowerQuery,
29712026-05-12T03:42:59.711Z | ------------------
29722026-05-12T03:42:59.711Z
29732026-05-12T03:42:59.711Zerror[E0308]: mismatched types
29742026-05-12T03:42:59.711Z --> dns-server/src/dns_server.rs:311:55
29752026-05-12T03:42:59.711Z |
29762026-05-12T03:42:59.711Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29772026-05-12T03:42:59.711Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29782026-05-12T03:42:59.711Z | |
29792026-05-12T03:42:59.711Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29802026-05-12T03:42:59.711Z |
29812026-05-12T03:42:59.711Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29822026-05-12T03:42:59.711Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29832026-05-12T03:42:59.711Z |
29842026-05-12T03:42:59.711Z 33 | pub enum RecordType {
29852026-05-12T03:42:59.711Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
29862026-05-12T03:42:59.711Z |
29872026-05-12T03:42:59.711Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
29882026-05-12T03:42:59.711Z |
29892026-05-12T03:42:59.711Z 33 | pub enum RecordType {
29902026-05-12T03:42:59.711Z | ------------------- this is the found type
29912026-05-12T03:42:59.711Z = help: you can use `cargo tree` to explore your dependency tree
29922026-05-12T03:42:59.711Z
29932026-05-12T03:42:59.711Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
29942026-05-12T03:42:59.711Z --> dns-server/src/dns_server.rs:327:60
29952026-05-12T03:42:59.711Z |
29962026-05-12T03:42:59.711Z327 | .filter(|record| match (query.query_type(), record.data()) {
29972026-05-12T03:42:59.711Z | ^^^^-- help: remove the arguments
29982026-05-12T03:42:59.711Z | |
29992026-05-12T03:42:59.711Z | field, not a method
30002026-05-12T03:42:59.711Z
30012026-05-12T03:42:59.711Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30022026-05-12T03:42:59.711Z --> dns-server/src/dns_server.rs:348:51
30032026-05-12T03:42:59.712Z |
30042026-05-12T03:42:59.712Z348 | let additionals_target = match record.data() {
30052026-05-12T03:42:59.712Z | ^^^^-- help: remove the arguments
30062026-05-12T03:42:59.712Z | |
30072026-05-12T03:42:59.712Z | field, not a method
30082026-05-12T03:42:59.712Z
30092026-05-12T03:42:59.712Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30102026-05-12T03:42:59.712Z --> dns-server/src/dns_server.rs:349:45
30112026-05-12T03:42:59.712Z |
30122026-05-12T03:42:59.712Z349 | RData::SRV(srv) => Some(srv.target()),
30132026-05-12T03:42:59.712Z | ^^^^^^-- help: remove the arguments
30142026-05-12T03:42:59.712Z | |
30152026-05-12T03:42:59.712Z | field, not a method
30162026-05-12T03:42:59.712Z
30172026-05-12T03:42:59.712Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30182026-05-12T03:42:59.712Z --> dns-server/src/dns_server.rs:416:9
30192026-05-12T03:42:59.712Z |
30202026-05-12T03:42:59.712Z414 | let mresp = rb.build(
30212026-05-12T03:42:59.712Z | ----- required by a bound introduced by this call
30222026-05-12T03:42:59.712Z415 | header,
30232026-05-12T03:42:59.712Z416 | response_records.iter().collect::<Vec<&Record>>(),
30242026-05-12T03:42:59.712Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30252026-05-12T03:42:59.712Z |
30262026-05-12T03:42:59.712Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30272026-05-12T03:42:59.712Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30282026-05-12T03:42:59.712Z |
30292026-05-12T03:42:59.712Z 77 | pub struct Record<R: RecordData = RData> {
30302026-05-12T03:42:59.712Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30312026-05-12T03:42:59.712Z |
30322026-05-12T03:42:59.712Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30332026-05-12T03:42:59.712Z |
30342026-05-12T03:42:59.712Z 78 | pub struct Record<R: RecordData = RData> {
30352026-05-12T03:42:59.712Z | ---------------------------------------- this is the found type
30362026-05-12T03:42:59.712Z = help: you can use `cargo tree` to explore your dependency tree
30372026-05-12T03:42:59.712Znote: the method call chain might not have had the expected associated types
30382026-05-12T03:42:59.712Z --> dns-server/src/dns_server.rs:416:26
30392026-05-12T03:42:59.713Z |
30402026-05-12T03:42:59.713Z411 | response_records: &[Record],
30412026-05-12T03:42:59.713Z | ---------------- this expression has type `&[Record]`
30422026-05-12T03:42:59.713Z...
30432026-05-12T03:42:59.713Z416 | response_records.iter().collect::<Vec<&Record>>(),
30442026-05-12T03:42:59.713Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30452026-05-12T03:42:59.731Z | |
30462026-05-12T03:42:59.731Z | `IntoIterator::Item` is `&Record` here
30472026-05-12T03:42:59.731Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30482026-05-12T03:42:59.731Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30492026-05-12T03:42:59.731Z |
30502026-05-12T03:42:59.731Z129 | pub fn build<'a, A, N, S, D>(
30512026-05-12T03:42:59.731Z | ----- required by a bound in this associated function
30522026-05-12T03:42:59.731Z...
30532026-05-12T03:42:59.731Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30542026-05-12T03:42:59.731Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30552026-05-12T03:42:59.731Z
30562026-05-12T03:42:59.731Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30572026-05-12T03:42:59.731Z --> dns-server/src/dns_server.rs:414:20
30582026-05-12T03:42:59.731Z |
30592026-05-12T03:42:59.731Z414 | let mresp = rb.build(
30602026-05-12T03:42:59.731Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30612026-05-12T03:42:59.732Z |
30622026-05-12T03:42:59.732Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30632026-05-12T03:42:59.732Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30642026-05-12T03:42:59.732Z |
30652026-05-12T03:42:59.732Z 77 | pub struct Record<R: RecordData = RData> {
30662026-05-12T03:42:59.732Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30672026-05-12T03:42:59.732Z |
30682026-05-12T03:42:59.732Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30692026-05-12T03:42:59.732Z |
30702026-05-12T03:42:59.732Z 78 | pub struct Record<R: RecordData = RData> {
30712026-05-12T03:42:59.732Z | ---------------------------------------- this is the found type
30722026-05-12T03:42:59.732Z = help: you can use `cargo tree` to explore your dependency tree
30732026-05-12T03:42:59.732Znote: required by a bound in `MessageResponse`
30742026-05-12T03:42:59.733Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30752026-05-12T03:42:59.734Z |
30762026-05-12T03:42:59.734Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30772026-05-12T03:42:59.734Z | --------------- required by a bound in this struct
30782026-05-12T03:42:59.734Z 22 | where
30792026-05-12T03:42:59.734Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30802026-05-12T03:42:59.734Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30812026-05-12T03:42:59.735Z
30822026-05-12T03:42:59.735Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30832026-05-12T03:42:59.735Z --> dns-server/src/dns_server.rs:419:9
30842026-05-12T03:42:59.735Z |
30852026-05-12T03:42:59.735Z414 | let mresp = rb.build(
30862026-05-12T03:42:59.735Z | ----- required by a bound introduced by this call
30872026-05-12T03:42:59.735Z...
30882026-05-12T03:42:59.735Z419 | additional_records,
30892026-05-12T03:42:59.735Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30902026-05-12T03:42:59.735Z |
30912026-05-12T03:42:59.735Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30922026-05-12T03:42:59.735Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30932026-05-12T03:42:59.735Z |
30942026-05-12T03:42:59.735Z 77 | pub struct Record<R: RecordData = RData> {
30952026-05-12T03:42:59.735Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30962026-05-12T03:42:59.735Z |
30972026-05-12T03:42:59.735Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30982026-05-12T03:42:59.735Z |
30992026-05-12T03:42:59.735Z 78 | pub struct Record<R: RecordData = RData> {
31002026-05-12T03:42:59.735Z | ---------------------------------------- this is the found type
31012026-05-12T03:42:59.736Z = help: you can use `cargo tree` to explore your dependency tree
31022026-05-12T03:42:59.736Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31032026-05-12T03:42:59.736Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31042026-05-12T03:42:59.736Z |
31052026-05-12T03:42:59.736Z129 | pub fn build<'a, A, N, S, D>(
31062026-05-12T03:42:59.736Z | ----- required by a bound in this associated function
31072026-05-12T03:42:59.736Z...
31082026-05-12T03:42:59.736Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31092026-05-12T03:42:59.736Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31102026-05-12T03:42:59.736Z
31112026-05-12T03:42:59.736Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31122026-05-12T03:42:59.736Z --> dns-server/src/dns_server.rs:414:20
31132026-05-12T03:42:59.736Z |
31142026-05-12T03:42:59.736Z414 | let mresp = rb.build(
31152026-05-12T03:42:59.736Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31162026-05-12T03:42:59.736Z |
31172026-05-12T03:42:59.736Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31182026-05-12T03:42:59.736Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31192026-05-12T03:42:59.736Z |
31202026-05-12T03:42:59.736Z 77 | pub struct Record<R: RecordData = RData> {
31212026-05-12T03:42:59.736Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31222026-05-12T03:42:59.737Z |
31232026-05-12T03:42:59.737Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31242026-05-12T03:42:59.737Z |
31252026-05-12T03:42:59.737Z 78 | pub struct Record<R: RecordData = RData> {
31262026-05-12T03:42:59.737Z | ---------------------------------------- this is the found type
31272026-05-12T03:42:59.737Z = help: you can use `cargo tree` to explore your dependency tree
31282026-05-12T03:42:59.737Znote: required by a bound in `MessageResponse`
31292026-05-12T03:42:59.737Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31302026-05-12T03:42:59.737Z |
31312026-05-12T03:42:59.737Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31322026-05-12T03:42:59.737Z | --------------- required by a bound in this struct
31332026-05-12T03:42:59.737Z...
31342026-05-12T03:42:59.738Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31352026-05-12T03:42:59.738Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31362026-05-12T03:42:59.738Z
31372026-05-12T03:42:59.738Zerror[E0308]: mismatched types
31382026-05-12T03:42:59.738Z --> dns-server/src/dns_server.rs:415:9
31392026-05-12T03:42:59.738Z |
31402026-05-12T03:42:59.738Z414 | let mresp = rb.build(
31412026-05-12T03:42:59.738Z | ----- arguments to this method are incorrect
31422026-05-12T03:42:59.738Z415 | header,
31432026-05-12T03:42:59.738Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31442026-05-12T03:42:59.738Z |
31452026-05-12T03:42:59.820Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31462026-05-12T03:42:59.820Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31472026-05-12T03:42:59.820Z |
31482026-05-12T03:42:59.820Z 57 | pub struct Header {
31492026-05-12T03:42:59.820Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31502026-05-12T03:42:59.820Z |
31512026-05-12T03:42:59.820Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31522026-05-12T03:42:59.821Z |
31532026-05-12T03:42:59.821Z 57 | pub struct Header {
31542026-05-12T03:42:59.821Z | ----------------- this is the found type
31552026-05-12T03:42:59.821Z = help: you can use `cargo tree` to explore your dependency tree
31562026-05-12T03:42:59.821Znote: method defined here
31572026-05-12T03:42:59.821Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31582026-05-12T03:42:59.821Z |
31592026-05-12T03:42:59.821Z129 | pub fn build<'a, A, N, S, D>(
31602026-05-12T03:42:59.821Z | ^^^^^
31612026-05-12T03:42:59.821Z
31622026-05-12T03:42:59.821Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31632026-05-12T03:42:59.821Z --> dns-server/src/dns_server.rs:422:31
31642026-05-12T03:42:59.821Z |
31652026-05-12T03:42:59.821Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31662026-05-12T03:42:59.821Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31672026-05-12T03:42:59.821Z | |
31682026-05-12T03:42:59.821Z | required by a bound introduced by this call
31692026-05-12T03:42:59.821Z |
31702026-05-12T03:42:59.821Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31712026-05-12T03:42:59.821Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31722026-05-12T03:42:59.821Z |
31732026-05-12T03:42:59.821Z 78 | pub struct Record<R: RecordData = RData> {
31742026-05-12T03:42:59.821Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31752026-05-12T03:42:59.821Z |
31762026-05-12T03:42:59.821Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31772026-05-12T03:42:59.821Z |
31782026-05-12T03:42:59.821Z 77 | pub struct Record<R: RecordData = RData> {
31792026-05-12T03:42:59.821Z | ---------------------------------------- this is the found type
31802026-05-12T03:42:59.822Z = help: you can use `cargo tree` to explore your dependency tree
31812026-05-12T03:42:59.822Znote: required by a bound in `encode_and_send`
31822026-05-12T03:42:59.822Z --> dns-server/src/dns_server.rs:492:27
31832026-05-12T03:42:59.822Z |
31842026-05-12T03:42:59.822Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31852026-05-12T03:42:59.822Z | --------------- required by a bound in this function
31862026-05-12T03:42:59.822Z...
31872026-05-12T03:42:59.822Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31882026-05-12T03:42:59.822Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31892026-05-12T03:42:59.822Z
31902026-05-12T03:42:59.822Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31912026-05-12T03:42:59.822Z --> dns-server/src/dns_server.rs:422:31
31922026-05-12T03:42:59.822Z |
31932026-05-12T03:42:59.822Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31942026-05-12T03:42:59.822Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31952026-05-12T03:42:59.822Z |
31962026-05-12T03:42:59.822Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31972026-05-12T03:42:59.823Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31982026-05-12T03:42:59.823Z |
31992026-05-12T03:42:59.823Z 77 | pub struct Record<R: RecordData = RData> {
32002026-05-12T03:42:59.823Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32012026-05-12T03:42:59.823Z |
32022026-05-12T03:42:59.823Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32032026-05-12T03:42:59.823Z |
32042026-05-12T03:42:59.823Z 78 | pub struct Record<R: RecordData = RData> {
32052026-05-12T03:42:59.823Z | ---------------------------------------- this is the found type
32062026-05-12T03:42:59.823Z = help: you can use `cargo tree` to explore your dependency tree
32072026-05-12T03:42:59.823Znote: required by a bound in `MessageResponse`
32082026-05-12T03:42:59.823Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32092026-05-12T03:42:59.823Z |
32102026-05-12T03:42:59.823Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32112026-05-12T03:42:59.823Z | --------------- required by a bound in this struct
32122026-05-12T03:42:59.823Z 22 | where
32132026-05-12T03:42:59.823Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32142026-05-12T03:42:59.823Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32152026-05-12T03:42:59.823Z
32162026-05-12T03:42:59.823Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32172026-05-12T03:42:59.823Z --> dns-server/src/dns_server.rs:422:31
32182026-05-12T03:42:59.823Z |
32192026-05-12T03:42:59.823Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32202026-05-12T03:42:59.823Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32212026-05-12T03:42:59.823Z |
32222026-05-12T03:42:59.823Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32232026-05-12T03:42:59.823Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32242026-05-12T03:42:59.823Z |
32252026-05-12T03:42:59.823Z 77 | pub struct Record<R: RecordData = RData> {
32262026-05-12T03:42:59.824Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32272026-05-12T03:42:59.824Z |
32282026-05-12T03:42:59.824Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32292026-05-12T03:42:59.824Z |
32302026-05-12T03:42:59.824Z 78 | pub struct Record<R: RecordData = RData> {
32312026-05-12T03:42:59.824Z | ---------------------------------------- this is the found type
32322026-05-12T03:42:59.824Z = help: you can use `cargo tree` to explore your dependency tree
32332026-05-12T03:42:59.824Znote: required by a bound in `MessageResponse`
32342026-05-12T03:42:59.824Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32352026-05-12T03:42:59.824Z |
32362026-05-12T03:42:59.824Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32372026-05-12T03:42:59.824Z | --------------- required by a bound in this struct
32382026-05-12T03:42:59.824Z...
32392026-05-12T03:42:59.825Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32402026-05-12T03:42:59.825Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32412026-05-12T03:42:59.825Z
32422026-05-12T03:42:59.825Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32432026-05-12T03:42:59.825Z --> dns-server/src/dns_server.rs:422:5
32442026-05-12T03:42:59.826Z |
32452026-05-12T03:42:59.915Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32462026-05-12T03:42:59.915Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32472026-05-12T03:42:59.915Z |
32482026-05-12T03:42:59.915Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32492026-05-12T03:42:59.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32502026-05-12T03:42:59.915Z |
32512026-05-12T03:42:59.915Z 78 | pub struct Record<R: RecordData = RData> {
32522026-05-12T03:42:59.915Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32532026-05-12T03:42:59.916Z |
32542026-05-12T03:42:59.916Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32552026-05-12T03:42:59.920Z |
32562026-05-12T03:42:59.920Z 77 | pub struct Record<R: RecordData = RData> {
32572026-05-12T03:42:59.921Z | ---------------------------------------- this is the found type
32582026-05-12T03:42:59.921Z = help: you can use `cargo tree` to explore your dependency tree
32592026-05-12T03:42:59.921Znote: required by a bound in `encode_and_send`
32602026-05-12T03:42:59.921Z --> dns-server/src/dns_server.rs:492:27
32612026-05-12T03:42:59.921Z |
32622026-05-12T03:42:59.921Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32632026-05-12T03:42:59.921Z | --------------- required by a bound in this function
32642026-05-12T03:42:59.921Z...
32652026-05-12T03:42:59.921Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32662026-05-12T03:42:59.921Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32672026-05-12T03:42:59.921Z
32682026-05-12T03:42:59.921Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32692026-05-12T03:42:59.921Z --> dns-server/src/dns_server.rs:422:49
32702026-05-12T03:42:59.922Z |
32712026-05-12T03:42:59.922Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32722026-05-12T03:42:59.923Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32732026-05-12T03:42:59.923Z |
32742026-05-12T03:42:59.923Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32752026-05-12T03:42:59.924Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32762026-05-12T03:42:59.925Z |
32772026-05-12T03:42:59.925Z 78 | pub struct Record<R: RecordData = RData> {
32782026-05-12T03:42:59.925Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32792026-05-12T03:42:59.925Z |
32802026-05-12T03:42:59.925Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32812026-05-12T03:42:59.925Z |
32822026-05-12T03:42:59.925Z 77 | pub struct Record<R: RecordData = RData> {
32832026-05-12T03:42:59.925Z | ---------------------------------------- this is the found type
32842026-05-12T03:42:59.925Z = help: you can use `cargo tree` to explore your dependency tree
32852026-05-12T03:42:59.925Znote: required by a bound in `encode_and_send`
32862026-05-12T03:42:59.925Z --> dns-server/src/dns_server.rs:492:27
32872026-05-12T03:42:59.925Z |
32882026-05-12T03:42:59.925Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32892026-05-12T03:42:59.925Z | --------------- required by a bound in this function
32902026-05-12T03:42:59.925Z...
32912026-05-12T03:42:59.925Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32922026-05-12T03:42:59.925Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32932026-05-12T03:42:59.925Z
32942026-05-12T03:42:59.925Zerror[E0308]: arguments to this method are incorrect
32952026-05-12T03:42:59.925Z --> dns-server/src/dns_server.rs:438:33
32962026-05-12T03:42:59.925Z |
32972026-05-12T03:42:59.925Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
32982026-05-12T03:42:59.925Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
32992026-05-12T03:42:59.925Z | |
33002026-05-12T03:42:59.925Z | expected `&Header`, found `&&Header`
33012026-05-12T03:42:59.925Z |
33022026-05-12T03:42:59.926Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33032026-05-12T03:42:59.926Z found reference `&&hickory_proto::op::Header`
33042026-05-12T03:42:59.926Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33052026-05-12T03:42:59.926Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33062026-05-12T03:42:59.926Z |
33072026-05-12T03:42:59.926Z 67 | pub enum ResponseCode {
33082026-05-12T03:42:59.926Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33092026-05-12T03:42:59.926Z |
33102026-05-12T03:42:59.926Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33112026-05-12T03:42:59.926Z |
33122026-05-12T03:42:59.926Z 67 | pub enum ResponseCode {
33132026-05-12T03:42:59.927Z | --------------------- this is the found type
33142026-05-12T03:42:59.927Z = help: you can use `cargo tree` to explore your dependency tree
33152026-05-12T03:42:59.927Znote: method defined here
33162026-05-12T03:42:59.927Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33172026-05-12T03:42:59.927Z |
33182026-05-12T03:42:59.927Z190 | pub fn error_msg<'a>(
33192026-05-12T03:42:59.927Z | ^^^^^^^^^
33202026-05-12T03:42:59.927Z
33212026-05-12T03:42:59.927Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33222026-05-12T03:42:59.927Z --> dns-server/src/dns_server.rs:457:50
33232026-05-12T03:42:59.927Z |
33242026-05-12T03:42:59.927Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33252026-05-12T03:42:59.927Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33262026-05-12T03:42:59.927Z | |
33272026-05-12T03:42:59.927Z | required by a bound introduced by this call
33282026-05-12T03:42:59.927Z |
33292026-05-12T03:42:59.927Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33302026-05-12T03:42:59.927Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33312026-05-12T03:42:59.927Z |
33322026-05-12T03:42:59.927Z 78 | pub struct Record<R: RecordData = RData> {
33332026-05-12T03:42:59.927Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33342026-05-12T03:42:59.927Z |
33352026-05-12T03:42:59.927Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33362026-05-12T03:42:59.927Z |
33372026-05-12T03:42:59.927Z 77 | pub struct Record<R: RecordData = RData> {
33382026-05-12T03:42:59.927Z | ---------------------------------------- this is the found type
33392026-05-12T03:42:59.927Z = help: you can use `cargo tree` to explore your dependency tree
33402026-05-12T03:42:59.928Znote: required by a bound in `encode_and_send`
33412026-05-12T03:42:59.928Z --> dns-server/src/dns_server.rs:491:23
33422026-05-12T03:42:59.928Z |
33432026-05-12T03:42:59.928Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33442026-05-12T03:42:59.928Z | --------------- required by a bound in this function
33452026-05-12T03:42:59.995Z...
33462026-05-12T03:42:59.995Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33472026-05-12T03:42:59.995Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33482026-05-12T03:42:59.995Z
33492026-05-12T03:42:59.995Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33502026-05-12T03:42:59.995Z --> dns-server/src/dns_server.rs:457:50
33512026-05-12T03:42:59.995Z |
33522026-05-12T03:42:59.995Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33532026-05-12T03:42:59.995Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33542026-05-12T03:42:59.995Z | |
33552026-05-12T03:42:59.995Z | required by a bound introduced by this call
33562026-05-12T03:42:59.995Z |
33572026-05-12T03:42:59.995Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33582026-05-12T03:42:59.995Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33592026-05-12T03:42:59.995Z |
33602026-05-12T03:42:59.995Z 78 | pub struct Record<R: RecordData = RData> {
33612026-05-12T03:42:59.995Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33622026-05-12T03:42:59.995Z |
33632026-05-12T03:42:59.995Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33642026-05-12T03:42:59.995Z |
33652026-05-12T03:42:59.995Z 77 | pub struct Record<R: RecordData = RData> {
33662026-05-12T03:42:59.995Z | ---------------------------------------- this is the found type
33672026-05-12T03:42:59.995Z = help: you can use `cargo tree` to explore your dependency tree
33682026-05-12T03:42:59.995Znote: required by a bound in `encode_and_send`
33692026-05-12T03:42:59.995Z --> dns-server/src/dns_server.rs:492:27
33702026-05-12T03:42:59.996Z |
33712026-05-12T03:42:59.996Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33722026-05-12T03:42:59.996Z | --------------- required by a bound in this function
33732026-05-12T03:42:59.996Z...
33742026-05-12T03:42:59.996Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33752026-05-12T03:42:59.996Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33762026-05-12T03:42:59.996Z
33772026-05-12T03:42:59.996Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33782026-05-12T03:42:59.996Z --> dns-server/src/dns_server.rs:457:50
33792026-05-12T03:42:59.996Z |
33802026-05-12T03:42:59.996Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33812026-05-12T03:42:59.996Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33822026-05-12T03:42:59.996Z | |
33832026-05-12T03:42:59.996Z | required by a bound introduced by this call
33842026-05-12T03:42:59.996Z |
33852026-05-12T03:42:59.996Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33862026-05-12T03:42:59.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33872026-05-12T03:42:59.996Z |
33882026-05-12T03:42:59.996Z 78 | pub struct Record<R: RecordData = RData> {
33892026-05-12T03:42:59.996Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33902026-05-12T03:42:59.996Z |
33912026-05-12T03:42:59.996Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33922026-05-12T03:42:59.996Z |
33932026-05-12T03:42:59.996Z 77 | pub struct Record<R: RecordData = RData> {
33942026-05-12T03:42:59.996Z | ---------------------------------------- this is the found type
33952026-05-12T03:42:59.996Z = help: you can use `cargo tree` to explore your dependency tree
33962026-05-12T03:42:59.996Znote: required by a bound in `encode_and_send`
33972026-05-12T03:42:59.996Z --> dns-server/src/dns_server.rs:493:19
33982026-05-12T03:42:59.996Z |
33992026-05-12T03:42:59.996Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34002026-05-12T03:42:59.996Z | --------------- required by a bound in this function
34012026-05-12T03:42:59.996Z...
34022026-05-12T03:42:59.996Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34032026-05-12T03:42:59.996Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34042026-05-12T03:42:59.996Z
34052026-05-12T03:42:59.996Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34062026-05-12T03:42:59.997Z --> dns-server/src/dns_server.rs:457:50
34072026-05-12T03:42:59.997Z |
34082026-05-12T03:42:59.997Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34092026-05-12T03:42:59.997Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34102026-05-12T03:42:59.997Z | |
34112026-05-12T03:42:59.997Z | required by a bound introduced by this call
34122026-05-12T03:42:59.997Z |
34132026-05-12T03:42:59.997Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34142026-05-12T03:42:59.997Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34152026-05-12T03:42:59.997Z |
34162026-05-12T03:42:59.997Z 78 | pub struct Record<R: RecordData = RData> {
34172026-05-12T03:42:59.997Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34182026-05-12T03:42:59.997Z |
34192026-05-12T03:42:59.997Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34202026-05-12T03:42:59.997Z |
34212026-05-12T03:42:59.997Z 77 | pub struct Record<R: RecordData = RData> {
34222026-05-12T03:42:59.997Z | ---------------------------------------- this is the found type
34232026-05-12T03:42:59.997Z = help: you can use `cargo tree` to explore your dependency tree
34242026-05-12T03:42:59.997Znote: required by a bound in `encode_and_send`
34252026-05-12T03:42:59.997Z --> dns-server/src/dns_server.rs:494:27
34262026-05-12T03:42:59.997Z |
34272026-05-12T03:42:59.997Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34282026-05-12T03:42:59.997Z | --------------- required by a bound in this function
34292026-05-12T03:42:59.997Z...
34302026-05-12T03:42:59.997Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34312026-05-12T03:42:59.997Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34322026-05-12T03:42:59.997Z
34332026-05-12T03:42:59.997Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34342026-05-12T03:42:59.997Z --> dns-server/src/dns_server.rs:457:25
34352026-05-12T03:42:59.997Z |
34362026-05-12T03:42:59.997Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34372026-05-12T03:42:59.997Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34382026-05-12T03:42:59.997Z |
34392026-05-12T03:42:59.997Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34402026-05-12T03:42:59.997Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34412026-05-12T03:42:59.997Z |
34422026-05-12T03:42:59.997Z 78 | pub struct Record<R: RecordData = RData> {
34432026-05-12T03:42:59.998Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34442026-05-12T03:42:59.998Z |
34452026-05-12T03:43:00.025Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34462026-05-12T03:43:00.025Z |
34472026-05-12T03:43:00.025Z 77 | pub struct Record<R: RecordData = RData> {
34482026-05-12T03:43:00.025Z | ---------------------------------------- this is the found type
34492026-05-12T03:43:00.025Z = help: you can use `cargo tree` to explore your dependency tree
34502026-05-12T03:43:00.025Znote: required by a bound in `encode_and_send`
34512026-05-12T03:43:00.025Z --> dns-server/src/dns_server.rs:491:23
34522026-05-12T03:43:00.025Z |
34532026-05-12T03:43:00.025Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34542026-05-12T03:43:00.025Z | --------------- required by a bound in this function
34552026-05-12T03:43:00.025Z...
34562026-05-12T03:43:00.025Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34572026-05-12T03:43:00.025Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34582026-05-12T03:43:00.026Z
34592026-05-12T03:43:00.026Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34602026-05-12T03:43:00.026Z --> dns-server/src/dns_server.rs:457:25
34612026-05-12T03:43:00.026Z |
34622026-05-12T03:43:00.026Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34632026-05-12T03:43:00.026Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34642026-05-12T03:43:00.026Z |
34652026-05-12T03:43:00.026Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34662026-05-12T03:43:00.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34672026-05-12T03:43:00.026Z |
34682026-05-12T03:43:00.026Z 78 | pub struct Record<R: RecordData = RData> {
34692026-05-12T03:43:00.028Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34702026-05-12T03:43:00.028Z |
34712026-05-12T03:43:00.028Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34722026-05-12T03:43:00.028Z |
34732026-05-12T03:43:00.028Z 77 | pub struct Record<R: RecordData = RData> {
34742026-05-12T03:43:00.028Z | ---------------------------------------- this is the found type
34752026-05-12T03:43:00.028Z = help: you can use `cargo tree` to explore your dependency tree
34762026-05-12T03:43:00.028Znote: required by a bound in `encode_and_send`
34772026-05-12T03:43:00.028Z --> dns-server/src/dns_server.rs:492:27
34782026-05-12T03:43:00.028Z |
34792026-05-12T03:43:00.028Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34802026-05-12T03:43:00.028Z | --------------- required by a bound in this function
34812026-05-12T03:43:00.028Z...
34822026-05-12T03:43:00.028Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34832026-05-12T03:43:00.028Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34842026-05-12T03:43:00.028Z
34852026-05-12T03:43:00.028Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34862026-05-12T03:43:00.028Z --> dns-server/src/dns_server.rs:457:25
34872026-05-12T03:43:00.028Z |
34882026-05-12T03:43:00.028Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34892026-05-12T03:43:00.028Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34902026-05-12T03:43:00.028Z |
34912026-05-12T03:43:00.028Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34922026-05-12T03:43:00.029Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34932026-05-12T03:43:00.029Z |
34942026-05-12T03:43:00.029Z 78 | pub struct Record<R: RecordData = RData> {
34952026-05-12T03:43:00.029Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34962026-05-12T03:43:00.029Z |
34972026-05-12T03:43:00.029Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34982026-05-12T03:43:00.029Z |
34992026-05-12T03:43:00.029Z 77 | pub struct Record<R: RecordData = RData> {
35002026-05-12T03:43:00.029Z | ---------------------------------------- this is the found type
35012026-05-12T03:43:00.029Z = help: you can use `cargo tree` to explore your dependency tree
35022026-05-12T03:43:00.029Znote: required by a bound in `encode_and_send`
35032026-05-12T03:43:00.029Z --> dns-server/src/dns_server.rs:493:19
35042026-05-12T03:43:00.029Z |
35052026-05-12T03:43:00.029Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35062026-05-12T03:43:00.029Z | --------------- required by a bound in this function
35072026-05-12T03:43:00.029Z...
35082026-05-12T03:43:00.029Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35092026-05-12T03:43:00.029Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35102026-05-12T03:43:00.030Z
35112026-05-12T03:43:00.030Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35122026-05-12T03:43:00.030Z --> dns-server/src/dns_server.rs:457:25
35132026-05-12T03:43:00.030Z |
35142026-05-12T03:43:00.030Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35152026-05-12T03:43:00.030Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35162026-05-12T03:43:00.030Z |
35172026-05-12T03:43:00.030Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35182026-05-12T03:43:00.031Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35192026-05-12T03:43:00.031Z |
35202026-05-12T03:43:00.031Z 78 | pub struct Record<R: RecordData = RData> {
35212026-05-12T03:43:00.031Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35222026-05-12T03:43:00.031Z |
35232026-05-12T03:43:00.031Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35242026-05-12T03:43:00.031Z |
35252026-05-12T03:43:00.031Z 77 | pub struct Record<R: RecordData = RData> {
35262026-05-12T03:43:00.031Z | ---------------------------------------- this is the found type
35272026-05-12T03:43:00.031Z = help: you can use `cargo tree` to explore your dependency tree
35282026-05-12T03:43:00.031Znote: required by a bound in `encode_and_send`
35292026-05-12T03:43:00.031Z --> dns-server/src/dns_server.rs:494:27
35302026-05-12T03:43:00.031Z |
35312026-05-12T03:43:00.032Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35322026-05-12T03:43:00.032Z | --------------- required by a bound in this function
35332026-05-12T03:43:00.032Z...
35342026-05-12T03:43:00.032Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35352026-05-12T03:43:00.032Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35362026-05-12T03:43:00.032Z
35372026-05-12T03:43:00.032Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35382026-05-12T03:43:00.032Z --> dns-server/src/dns_server.rs:457:69
35392026-05-12T03:43:00.032Z |
35402026-05-12T03:43:00.032Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35412026-05-12T03:43:00.032Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35422026-05-12T03:43:00.032Z |
35432026-05-12T03:43:00.032Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35442026-05-12T03:43:00.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35452026-05-12T03:43:00.083Z |
35462026-05-12T03:43:00.083Z 78 | pub struct Record<R: RecordData = RData> {
35472026-05-12T03:43:00.083Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35482026-05-12T03:43:00.083Z |
35492026-05-12T03:43:00.083Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35502026-05-12T03:43:00.083Z |
35512026-05-12T03:43:00.084Z 77 | pub struct Record<R: RecordData = RData> {
35522026-05-12T03:43:00.084Z | ---------------------------------------- this is the found type
35532026-05-12T03:43:00.084Z = help: you can use `cargo tree` to explore your dependency tree
35542026-05-12T03:43:00.084Znote: required by a bound in `encode_and_send`
35552026-05-12T03:43:00.084Z --> dns-server/src/dns_server.rs:491:23
35562026-05-12T03:43:00.084Z |
35572026-05-12T03:43:00.084Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35582026-05-12T03:43:00.084Z | --------------- required by a bound in this function
35592026-05-12T03:43:00.084Z...
35602026-05-12T03:43:00.084Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35612026-05-12T03:43:00.084Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35622026-05-12T03:43:00.084Z
35632026-05-12T03:43:00.084Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35642026-05-12T03:43:00.084Z --> dns-server/src/dns_server.rs:457:69
35652026-05-12T03:43:00.084Z |
35662026-05-12T03:43:00.084Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35672026-05-12T03:43:00.084Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35682026-05-12T03:43:00.084Z |
35692026-05-12T03:43:00.084Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35702026-05-12T03:43:00.084Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35712026-05-12T03:43:00.084Z |
35722026-05-12T03:43:00.084Z 78 | pub struct Record<R: RecordData = RData> {
35732026-05-12T03:43:00.084Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35742026-05-12T03:43:00.084Z |
35752026-05-12T03:43:00.084Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35762026-05-12T03:43:00.084Z |
35772026-05-12T03:43:00.084Z 77 | pub struct Record<R: RecordData = RData> {
35782026-05-12T03:43:00.085Z | ---------------------------------------- this is the found type
35792026-05-12T03:43:00.085Z = help: you can use `cargo tree` to explore your dependency tree
35802026-05-12T03:43:00.085Znote: required by a bound in `encode_and_send`
35812026-05-12T03:43:00.085Z --> dns-server/src/dns_server.rs:492:27
35822026-05-12T03:43:00.085Z |
35832026-05-12T03:43:00.085Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35842026-05-12T03:43:00.085Z | --------------- required by a bound in this function
35852026-05-12T03:43:00.085Z...
35862026-05-12T03:43:00.085Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35872026-05-12T03:43:00.085Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35882026-05-12T03:43:00.085Z
35892026-05-12T03:43:00.085Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35902026-05-12T03:43:00.085Z --> dns-server/src/dns_server.rs:457:69
35912026-05-12T03:43:00.085Z |
35922026-05-12T03:43:00.085Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35932026-05-12T03:43:00.085Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35942026-05-12T03:43:00.085Z |
35952026-05-12T03:43:00.085Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35962026-05-12T03:43:00.085Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35972026-05-12T03:43:00.085Z |
35982026-05-12T03:43:00.085Z 78 | pub struct Record<R: RecordData = RData> {
35992026-05-12T03:43:00.085Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36002026-05-12T03:43:00.085Z |
36012026-05-12T03:43:00.085Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36022026-05-12T03:43:00.086Z |
36032026-05-12T03:43:00.086Z 77 | pub struct Record<R: RecordData = RData> {
36042026-05-12T03:43:00.086Z | ---------------------------------------- this is the found type
36052026-05-12T03:43:00.086Z = help: you can use `cargo tree` to explore your dependency tree
36062026-05-12T03:43:00.086Znote: required by a bound in `encode_and_send`
36072026-05-12T03:43:00.086Z --> dns-server/src/dns_server.rs:493:19
36082026-05-12T03:43:00.086Z |
36092026-05-12T03:43:00.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36102026-05-12T03:43:00.086Z | --------------- required by a bound in this function
36112026-05-12T03:43:00.086Z...
36122026-05-12T03:43:00.086Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36132026-05-12T03:43:00.086Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36142026-05-12T03:43:00.086Z
36152026-05-12T03:43:00.086Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36162026-05-12T03:43:00.086Z --> dns-server/src/dns_server.rs:457:69
36172026-05-12T03:43:00.086Z |
36182026-05-12T03:43:00.086Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36192026-05-12T03:43:00.086Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36202026-05-12T03:43:00.086Z |
36212026-05-12T03:43:00.086Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36222026-05-12T03:43:00.086Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36232026-05-12T03:43:00.086Z |
36242026-05-12T03:43:00.086Z 78 | pub struct Record<R: RecordData = RData> {
36252026-05-12T03:43:00.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36262026-05-12T03:43:00.086Z |
36272026-05-12T03:43:00.086Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36282026-05-12T03:43:00.086Z |
36292026-05-12T03:43:00.086Z 77 | pub struct Record<R: RecordData = RData> {
36302026-05-12T03:43:00.086Z | ---------------------------------------- this is the found type
36312026-05-12T03:43:00.086Z = help: you can use `cargo tree` to explore your dependency tree
36322026-05-12T03:43:00.086Znote: required by a bound in `encode_and_send`
36332026-05-12T03:43:00.086Z --> dns-server/src/dns_server.rs:494:27
36342026-05-12T03:43:00.086Z |
36352026-05-12T03:43:00.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36362026-05-12T03:43:00.086Z | --------------- required by a bound in this function
36372026-05-12T03:43:00.086Z...
36382026-05-12T03:43:00.086Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36392026-05-12T03:43:00.087Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36402026-05-12T03:43:00.087Z
36412026-05-12T03:43:00.087Zerror[E0308]: arguments to this method are incorrect
36422026-05-12T03:43:00.087Z --> dns-server/src/dns_server.rs:477:20
36432026-05-12T03:43:00.087Z |
36442026-05-12T03:43:00.087Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36452026-05-12T03:43:00.116Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36462026-05-12T03:43:00.117Z | |
36472026-05-12T03:43:00.117Z | expected `Header`, found `hickory_proto::op::Header`
36482026-05-12T03:43:00.117Z |
36492026-05-12T03:43:00.117Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36502026-05-12T03:43:00.117Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36512026-05-12T03:43:00.117Z |
36522026-05-12T03:43:00.117Z 57 | pub struct Header {
36532026-05-12T03:43:00.117Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36542026-05-12T03:43:00.117Z |
36552026-05-12T03:43:00.118Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36562026-05-12T03:43:00.118Z |
36572026-05-12T03:43:00.119Z 57 | pub struct Header {
36582026-05-12T03:43:00.119Z | ----------------- this is the found type
36592026-05-12T03:43:00.119Z = help: you can use `cargo tree` to explore your dependency tree
36602026-05-12T03:43:00.119Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36612026-05-12T03:43:00.119Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36622026-05-12T03:43:00.119Z |
36632026-05-12T03:43:00.119Z 67 | pub enum ResponseCode {
36642026-05-12T03:43:00.119Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36652026-05-12T03:43:00.119Z |
36662026-05-12T03:43:00.119Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36672026-05-12T03:43:00.119Z |
36682026-05-12T03:43:00.119Z 67 | pub enum ResponseCode {
36692026-05-12T03:43:00.120Z | --------------------- this is the found type
36702026-05-12T03:43:00.120Z = help: you can use `cargo tree` to explore your dependency tree
36712026-05-12T03:43:00.120Znote: method defined here
36722026-05-12T03:43:00.120Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36732026-05-12T03:43:00.120Z |
36742026-05-12T03:43:00.120Z190 | pub fn error_msg<'a>(
36752026-05-12T03:43:00.120Z | ^^^^^^^^^
36762026-05-12T03:43:00.120Z
36772026-05-12T03:43:00.120Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36782026-05-12T03:43:00.120Z --> dns-server/src/dns_server.rs:478:50
36792026-05-12T03:43:00.120Z |
36802026-05-12T03:43:00.120Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36812026-05-12T03:43:00.120Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36822026-05-12T03:43:00.120Z | |
36832026-05-12T03:43:00.120Z | required by a bound introduced by this call
36842026-05-12T03:43:00.120Z |
36852026-05-12T03:43:00.120Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36862026-05-12T03:43:00.120Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36872026-05-12T03:43:00.120Z |
36882026-05-12T03:43:00.120Z 78 | pub struct Record<R: RecordData = RData> {
36892026-05-12T03:43:00.120Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36902026-05-12T03:43:00.121Z |
36912026-05-12T03:43:00.121Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36922026-05-12T03:43:00.121Z |
36932026-05-12T03:43:00.121Z 77 | pub struct Record<R: RecordData = RData> {
36942026-05-12T03:43:00.121Z | ---------------------------------------- this is the found type
36952026-05-12T03:43:00.121Z = help: you can use `cargo tree` to explore your dependency tree
36962026-05-12T03:43:00.121Znote: required by a bound in `encode_and_send`
36972026-05-12T03:43:00.121Z --> dns-server/src/dns_server.rs:491:23
36982026-05-12T03:43:00.121Z |
36992026-05-12T03:43:00.121Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37002026-05-12T03:43:00.121Z | --------------- required by a bound in this function
37012026-05-12T03:43:00.121Z...
37022026-05-12T03:43:00.121Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37032026-05-12T03:43:00.121Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37042026-05-12T03:43:00.121Z
37052026-05-12T03:43:00.121Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37062026-05-12T03:43:00.121Z --> dns-server/src/dns_server.rs:478:50
37072026-05-12T03:43:00.121Z |
37082026-05-12T03:43:00.121Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37092026-05-12T03:43:00.121Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37102026-05-12T03:43:00.121Z | |
37112026-05-12T03:43:00.121Z | required by a bound introduced by this call
37122026-05-12T03:43:00.122Z |
37132026-05-12T03:43:00.122Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37142026-05-12T03:43:00.122Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37152026-05-12T03:43:00.122Z |
37162026-05-12T03:43:00.122Z 78 | pub struct Record<R: RecordData = RData> {
37172026-05-12T03:43:00.122Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37182026-05-12T03:43:00.122Z |
37192026-05-12T03:43:00.122Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37202026-05-12T03:43:00.122Z |
37212026-05-12T03:43:00.122Z 77 | pub struct Record<R: RecordData = RData> {
37222026-05-12T03:43:00.122Z | ---------------------------------------- this is the found type
37232026-05-12T03:43:00.122Z = help: you can use `cargo tree` to explore your dependency tree
37242026-05-12T03:43:00.122Znote: required by a bound in `encode_and_send`
37252026-05-12T03:43:00.122Z --> dns-server/src/dns_server.rs:492:27
37262026-05-12T03:43:00.123Z |
37272026-05-12T03:43:00.123Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37282026-05-12T03:43:00.123Z | --------------- required by a bound in this function
37292026-05-12T03:43:00.123Z...
37302026-05-12T03:43:00.123Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37312026-05-12T03:43:00.123Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37322026-05-12T03:43:00.123Z
37332026-05-12T03:43:00.123Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37342026-05-12T03:43:00.123Z --> dns-server/src/dns_server.rs:478:50
37352026-05-12T03:43:00.123Z |
37362026-05-12T03:43:00.123Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37372026-05-12T03:43:00.123Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37382026-05-12T03:43:00.123Z | |
37392026-05-12T03:43:00.123Z | required by a bound introduced by this call
37402026-05-12T03:43:00.123Z |
37412026-05-12T03:43:00.124Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37422026-05-12T03:43:00.124Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37432026-05-12T03:43:00.124Z |
37442026-05-12T03:43:00.124Z 78 | pub struct Record<R: RecordData = RData> {
37452026-05-12T03:43:00.245Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37462026-05-12T03:43:00.245Z |
37472026-05-12T03:43:00.245Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37482026-05-12T03:43:00.245Z |
37492026-05-12T03:43:00.245Z 77 | pub struct Record<R: RecordData = RData> {
37502026-05-12T03:43:00.245Z | ---------------------------------------- this is the found type
37512026-05-12T03:43:00.245Z = help: you can use `cargo tree` to explore your dependency tree
37522026-05-12T03:43:00.245Znote: required by a bound in `encode_and_send`
37532026-05-12T03:43:00.245Z --> dns-server/src/dns_server.rs:493:19
37542026-05-12T03:43:00.245Z |
37552026-05-12T03:43:00.245Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37562026-05-12T03:43:00.245Z | --------------- required by a bound in this function
37572026-05-12T03:43:00.245Z...
37582026-05-12T03:43:00.245Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37592026-05-12T03:43:00.245Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37602026-05-12T03:43:00.245Z
37612026-05-12T03:43:00.245Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37622026-05-12T03:43:00.245Z --> dns-server/src/dns_server.rs:478:50
37632026-05-12T03:43:00.245Z |
37642026-05-12T03:43:00.245Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37652026-05-12T03:43:00.245Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37662026-05-12T03:43:00.245Z | |
37672026-05-12T03:43:00.245Z | required by a bound introduced by this call
37682026-05-12T03:43:00.245Z |
37692026-05-12T03:43:00.245Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37702026-05-12T03:43:00.245Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37712026-05-12T03:43:00.245Z |
37722026-05-12T03:43:00.246Z 78 | pub struct Record<R: RecordData = RData> {
37732026-05-12T03:43:00.246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37742026-05-12T03:43:00.246Z |
37752026-05-12T03:43:00.246Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37762026-05-12T03:43:00.246Z |
37772026-05-12T03:43:00.246Z 77 | pub struct Record<R: RecordData = RData> {
37782026-05-12T03:43:00.246Z | ---------------------------------------- this is the found type
37792026-05-12T03:43:00.246Z = help: you can use `cargo tree` to explore your dependency tree
37802026-05-12T03:43:00.246Znote: required by a bound in `encode_and_send`
37812026-05-12T03:43:00.246Z --> dns-server/src/dns_server.rs:494:27
37822026-05-12T03:43:00.246Z |
37832026-05-12T03:43:00.246Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37842026-05-12T03:43:00.246Z | --------------- required by a bound in this function
37852026-05-12T03:43:00.246Z...
37862026-05-12T03:43:00.246Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37872026-05-12T03:43:00.246Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37882026-05-12T03:43:00.246Z
37892026-05-12T03:43:00.246Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37902026-05-12T03:43:00.246Z --> dns-server/src/dns_server.rs:478:25
37912026-05-12T03:43:00.246Z |
37922026-05-12T03:43:00.246Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37932026-05-12T03:43:00.246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37942026-05-12T03:43:00.246Z |
37952026-05-12T03:43:00.246Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37962026-05-12T03:43:00.246Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37972026-05-12T03:43:00.246Z |
37982026-05-12T03:43:00.246Z 78 | pub struct Record<R: RecordData = RData> {
37992026-05-12T03:43:00.246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38002026-05-12T03:43:00.246Z |
38012026-05-12T03:43:00.246Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38022026-05-12T03:43:00.246Z |
38032026-05-12T03:43:00.246Z 77 | pub struct Record<R: RecordData = RData> {
38042026-05-12T03:43:00.246Z | ---------------------------------------- this is the found type
38052026-05-12T03:43:00.246Z = help: you can use `cargo tree` to explore your dependency tree
38062026-05-12T03:43:00.247Znote: required by a bound in `encode_and_send`
38072026-05-12T03:43:00.247Z --> dns-server/src/dns_server.rs:491:23
38082026-05-12T03:43:00.247Z |
38092026-05-12T03:43:00.247Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38102026-05-12T03:43:00.247Z | --------------- required by a bound in this function
38112026-05-12T03:43:00.247Z...
38122026-05-12T03:43:00.247Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38132026-05-12T03:43:00.247Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38142026-05-12T03:43:00.247Z
38152026-05-12T03:43:00.247Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38162026-05-12T03:43:00.247Z --> dns-server/src/dns_server.rs:478:25
38172026-05-12T03:43:00.247Z |
38182026-05-12T03:43:00.247Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38192026-05-12T03:43:00.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38202026-05-12T03:43:00.247Z |
38212026-05-12T03:43:00.247Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38222026-05-12T03:43:00.247Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38232026-05-12T03:43:00.247Z |
38242026-05-12T03:43:00.247Z 78 | pub struct Record<R: RecordData = RData> {
38252026-05-12T03:43:00.247Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38262026-05-12T03:43:00.247Z |
38272026-05-12T03:43:00.247Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38282026-05-12T03:43:00.247Z |
38292026-05-12T03:43:00.247Z 77 | pub struct Record<R: RecordData = RData> {
38302026-05-12T03:43:00.247Z | ---------------------------------------- this is the found type
38312026-05-12T03:43:00.247Z = help: you can use `cargo tree` to explore your dependency tree
38322026-05-12T03:43:00.247Znote: required by a bound in `encode_and_send`
38332026-05-12T03:43:00.247Z --> dns-server/src/dns_server.rs:492:27
38342026-05-12T03:43:00.247Z |
38352026-05-12T03:43:00.247Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38362026-05-12T03:43:00.248Z | --------------- required by a bound in this function
38372026-05-12T03:43:00.248Z...
38382026-05-12T03:43:00.248Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38392026-05-12T03:43:00.248Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38402026-05-12T03:43:00.248Z
38412026-05-12T03:43:00.248Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38422026-05-12T03:43:00.248Z --> dns-server/src/dns_server.rs:478:25
38432026-05-12T03:43:00.248Z |
38442026-05-12T03:43:00.248Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38452026-05-12T03:43:00.315Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38462026-05-12T03:43:00.316Z |
38472026-05-12T03:43:00.316Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38482026-05-12T03:43:00.316Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38492026-05-12T03:43:00.316Z |
38502026-05-12T03:43:00.316Z 78 | pub struct Record<R: RecordData = RData> {
38512026-05-12T03:43:00.316Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38522026-05-12T03:43:00.316Z |
38532026-05-12T03:43:00.316Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38542026-05-12T03:43:00.316Z |
38552026-05-12T03:43:00.316Z 77 | pub struct Record<R: RecordData = RData> {
38562026-05-12T03:43:00.316Z | ---------------------------------------- this is the found type
38572026-05-12T03:43:00.316Z = help: you can use `cargo tree` to explore your dependency tree
38582026-05-12T03:43:00.316Znote: required by a bound in `encode_and_send`
38592026-05-12T03:43:00.316Z --> dns-server/src/dns_server.rs:493:19
38602026-05-12T03:43:00.316Z |
38612026-05-12T03:43:00.316Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38622026-05-12T03:43:00.316Z | --------------- required by a bound in this function
38632026-05-12T03:43:00.316Z...
38642026-05-12T03:43:00.316Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38652026-05-12T03:43:00.316Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38662026-05-12T03:43:00.316Z
38672026-05-12T03:43:00.317Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38682026-05-12T03:43:00.317Z --> dns-server/src/dns_server.rs:478:25
38692026-05-12T03:43:00.317Z |
38702026-05-12T03:43:00.317Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38712026-05-12T03:43:00.317Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38722026-05-12T03:43:00.317Z |
38732026-05-12T03:43:00.317Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38742026-05-12T03:43:00.317Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38752026-05-12T03:43:00.317Z |
38762026-05-12T03:43:00.317Z 78 | pub struct Record<R: RecordData = RData> {
38772026-05-12T03:43:00.317Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38782026-05-12T03:43:00.317Z |
38792026-05-12T03:43:00.317Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38802026-05-12T03:43:00.317Z |
38812026-05-12T03:43:00.317Z 77 | pub struct Record<R: RecordData = RData> {
38822026-05-12T03:43:00.317Z | ---------------------------------------- this is the found type
38832026-05-12T03:43:00.317Z = help: you can use `cargo tree` to explore your dependency tree
38842026-05-12T03:43:00.317Znote: required by a bound in `encode_and_send`
38852026-05-12T03:43:00.317Z --> dns-server/src/dns_server.rs:494:27
38862026-05-12T03:43:00.317Z |
38872026-05-12T03:43:00.317Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38882026-05-12T03:43:00.317Z | --------------- required by a bound in this function
38892026-05-12T03:43:00.317Z...
38902026-05-12T03:43:00.317Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38912026-05-12T03:43:00.317Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38922026-05-12T03:43:00.317Z
38932026-05-12T03:43:00.317Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38942026-05-12T03:43:00.318Z --> dns-server/src/dns_server.rs:478:69
38952026-05-12T03:43:00.318Z |
38962026-05-12T03:43:00.318Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38972026-05-12T03:43:00.318Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38982026-05-12T03:43:00.318Z |
38992026-05-12T03:43:00.318Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39002026-05-12T03:43:00.318Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39012026-05-12T03:43:00.318Z |
39022026-05-12T03:43:00.318Z 78 | pub struct Record<R: RecordData = RData> {
39032026-05-12T03:43:00.318Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39042026-05-12T03:43:00.318Z |
39052026-05-12T03:43:00.318Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39062026-05-12T03:43:00.318Z |
39072026-05-12T03:43:00.318Z 77 | pub struct Record<R: RecordData = RData> {
39082026-05-12T03:43:00.318Z | ---------------------------------------- this is the found type
39092026-05-12T03:43:00.318Z = help: you can use `cargo tree` to explore your dependency tree
39102026-05-12T03:43:00.318Znote: required by a bound in `encode_and_send`
39112026-05-12T03:43:00.318Z --> dns-server/src/dns_server.rs:491:23
39122026-05-12T03:43:00.318Z |
39132026-05-12T03:43:00.318Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39142026-05-12T03:43:00.318Z | --------------- required by a bound in this function
39152026-05-12T03:43:00.318Z...
39162026-05-12T03:43:00.318Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39172026-05-12T03:43:00.318Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39182026-05-12T03:43:00.318Z
39192026-05-12T03:43:00.318Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39202026-05-12T03:43:00.318Z --> dns-server/src/dns_server.rs:478:69
39212026-05-12T03:43:00.318Z |
39222026-05-12T03:43:00.318Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39232026-05-12T03:43:00.318Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39242026-05-12T03:43:00.318Z |
39252026-05-12T03:43:00.318Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39262026-05-12T03:43:00.318Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39272026-05-12T03:43:00.318Z |
39282026-05-12T03:43:00.318Z 78 | pub struct Record<R: RecordData = RData> {
39292026-05-12T03:43:00.318Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39302026-05-12T03:43:00.318Z |
39312026-05-12T03:43:00.319Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39322026-05-12T03:43:00.319Z |
39332026-05-12T03:43:00.319Z 77 | pub struct Record<R: RecordData = RData> {
39342026-05-12T03:43:00.319Z | ---------------------------------------- this is the found type
39352026-05-12T03:43:00.319Z = help: you can use `cargo tree` to explore your dependency tree
39362026-05-12T03:43:00.319Znote: required by a bound in `encode_and_send`
39372026-05-12T03:43:00.319Z --> dns-server/src/dns_server.rs:492:27
39382026-05-12T03:43:00.319Z |
39392026-05-12T03:43:00.319Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39402026-05-12T03:43:00.319Z | --------------- required by a bound in this function
39412026-05-12T03:43:00.319Z...
39422026-05-12T03:43:00.319Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39432026-05-12T03:43:00.319Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39442026-05-12T03:43:00.319Z
39452026-05-12T03:43:00.391Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39462026-05-12T03:43:00.391Z --> dns-server/src/dns_server.rs:478:69
39472026-05-12T03:43:00.391Z |
39482026-05-12T03:43:00.391Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39492026-05-12T03:43:00.391Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39502026-05-12T03:43:00.391Z |
39512026-05-12T03:43:00.391Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39522026-05-12T03:43:00.391Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39532026-05-12T03:43:00.391Z |
39542026-05-12T03:43:00.391Z 78 | pub struct Record<R: RecordData = RData> {
39552026-05-12T03:43:00.391Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39562026-05-12T03:43:00.391Z |
39572026-05-12T03:43:00.391Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39582026-05-12T03:43:00.391Z |
39592026-05-12T03:43:00.391Z 77 | pub struct Record<R: RecordData = RData> {
39602026-05-12T03:43:00.391Z | ---------------------------------------- this is the found type
39612026-05-12T03:43:00.391Z = help: you can use `cargo tree` to explore your dependency tree
39622026-05-12T03:43:00.391Znote: required by a bound in `encode_and_send`
39632026-05-12T03:43:00.391Z --> dns-server/src/dns_server.rs:493:19
39642026-05-12T03:43:00.391Z |
39652026-05-12T03:43:00.391Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39662026-05-12T03:43:00.391Z | --------------- required by a bound in this function
39672026-05-12T03:43:00.391Z...
39682026-05-12T03:43:00.391Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39692026-05-12T03:43:00.391Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39702026-05-12T03:43:00.391Z
39712026-05-12T03:43:00.391Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39722026-05-12T03:43:00.391Z --> dns-server/src/dns_server.rs:478:69
39732026-05-12T03:43:00.391Z |
39742026-05-12T03:43:00.391Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39752026-05-12T03:43:00.391Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39762026-05-12T03:43:00.391Z |
39772026-05-12T03:43:00.391Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39782026-05-12T03:43:00.391Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39792026-05-12T03:43:00.391Z |
39802026-05-12T03:43:00.392Z 78 | pub struct Record<R: RecordData = RData> {
39812026-05-12T03:43:00.392Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39822026-05-12T03:43:00.392Z |
39832026-05-12T03:43:00.392Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39842026-05-12T03:43:00.392Z |
39852026-05-12T03:43:00.392Z 77 | pub struct Record<R: RecordData = RData> {
39862026-05-12T03:43:00.392Z | ---------------------------------------- this is the found type
39872026-05-12T03:43:00.392Z = help: you can use `cargo tree` to explore your dependency tree
39882026-05-12T03:43:00.392Znote: required by a bound in `encode_and_send`
39892026-05-12T03:43:00.392Z --> dns-server/src/dns_server.rs:494:27
39902026-05-12T03:43:00.392Z |
39912026-05-12T03:43:00.392Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39922026-05-12T03:43:00.392Z | --------------- required by a bound in this function
39932026-05-12T03:43:00.392Z...
39942026-05-12T03:43:00.392Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39952026-05-12T03:43:00.392Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39962026-05-12T03:43:00.392Z
39972026-05-12T03:43:00.392Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
39982026-05-12T03:43:00.392Z --> dns-server/src/dns_server.rs:500:14
39992026-05-12T03:43:00.392Z |
40002026-05-12T03:43:00.392Z499 | let _ = mresp
40012026-05-12T03:43:00.392Z | _________________-
40022026-05-12T03:43:00.392Z500 | | .destructive_emit(&mut enc)
40032026-05-12T03:43:00.392Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40042026-05-12T03:43:00.392Z | |_____________|
40052026-05-12T03:43:00.392Z |
40062026-05-12T03:43:00.392Z |
40072026-05-12T03:43:00.392Z = note: the following trait bounds were not satisfied:
40082026-05-12T03:43:00.392Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40092026-05-12T03:43:00.392Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40102026-05-12T03:43:00.392Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40112026-05-12T03:43:00.392Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40122026-05-12T03:43:00.392Z
40132026-05-12T03:43:00.393Zerror[E0308]: mismatched types
40142026-05-12T03:43:00.393Z --> dns-server/src/dns_server.rs:229:35
40152026-05-12T03:43:00.393Z |
40162026-05-12T03:43:00.393Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40172026-05-12T03:43:00.393Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40182026-05-12T03:43:00.393Z | |
40192026-05-12T03:43:00.393Z | arguments to this function are incorrect
40202026-05-12T03:43:00.393Z |
40212026-05-12T03:43:00.393Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40222026-05-12T03:43:00.393Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40232026-05-12T03:43:00.393Z |
40242026-05-12T03:43:00.393Z 34 | pub struct Name {
40252026-05-12T03:43:00.393Z | ^^^^^^^^^^^^^^^ this is the expected type
40262026-05-12T03:43:00.393Z |
40272026-05-12T03:43:00.393Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40282026-05-12T03:43:00.393Z |
40292026-05-12T03:43:00.393Z 37 | pub struct Name {
40302026-05-12T03:43:00.393Z | --------------- this is the found type
40312026-05-12T03:43:00.393Z = help: you can use `cargo tree` to explore your dependency tree
40322026-05-12T03:43:00.393Znote: associated function defined here
40332026-05-12T03:43:00.393Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40342026-05-12T03:43:00.393Z |
40352026-05-12T03:43:00.393Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40362026-05-12T03:43:00.393Z | ^^^^^^^^^^
40372026-05-12T03:43:00.393Z
40382026-05-12T03:43:00.393Zerror[E0308]: mismatched types
40392026-05-12T03:43:00.393Z --> dns-server/src/dns_server.rs:233:35
40402026-05-12T03:43:00.393Z |
40412026-05-12T03:43:00.393Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40422026-05-12T03:43:00.393Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40432026-05-12T03:43:00.393Z | |
40442026-05-12T03:43:00.393Z | arguments to this function are incorrect
40452026-05-12T03:43:00.455Z |
40462026-05-12T03:43:00.455Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40472026-05-12T03:43:00.455Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40482026-05-12T03:43:00.455Z |
40492026-05-12T03:43:00.455Z 34 | pub struct Name {
40502026-05-12T03:43:00.455Z | ^^^^^^^^^^^^^^^ this is the expected type
40512026-05-12T03:43:00.455Z |
40522026-05-12T03:43:00.455Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40532026-05-12T03:43:00.455Z |
40542026-05-12T03:43:00.455Z 37 | pub struct Name {
40552026-05-12T03:43:00.455Z | --------------- this is the found type
40562026-05-12T03:43:00.455Z = help: you can use `cargo tree` to explore your dependency tree
40572026-05-12T03:43:00.456Znote: associated function defined here
40582026-05-12T03:43:00.456Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40592026-05-12T03:43:00.456Z |
40602026-05-12T03:43:00.456Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40612026-05-12T03:43:00.456Z | ^^^^^^^^^^
40622026-05-12T03:43:00.456Z
40632026-05-12T03:43:00.456Zerror[E0308]: mismatched types
40642026-05-12T03:43:00.456Z --> dns-server/src/dns_server.rs:247:60
40652026-05-12T03:43:00.456Z |
40662026-05-12T03:43:00.456Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40672026-05-12T03:43:00.456Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40682026-05-12T03:43:00.456Z | |
40692026-05-12T03:43:00.456Z | arguments to this function are incorrect
40702026-05-12T03:43:00.456Z |
40712026-05-12T03:43:00.456Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40722026-05-12T03:43:00.457Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40732026-05-12T03:43:00.457Z |
40742026-05-12T03:43:00.457Z 34 | pub struct Name {
40752026-05-12T03:43:00.457Z | ^^^^^^^^^^^^^^^ this is the expected type
40762026-05-12T03:43:00.457Z |
40772026-05-12T03:43:00.457Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40782026-05-12T03:43:00.457Z |
40792026-05-12T03:43:00.457Z 37 | pub struct Name {
40802026-05-12T03:43:00.457Z | --------------- this is the found type
40812026-05-12T03:43:00.457Z = help: you can use `cargo tree` to explore your dependency tree
40822026-05-12T03:43:00.457Znote: associated function defined here
40832026-05-12T03:43:00.457Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40842026-05-12T03:43:00.457Z |
40852026-05-12T03:43:00.457Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
40862026-05-12T03:43:00.457Z | ^^^
40872026-05-12T03:43:00.457Z
40882026-05-12T03:43:00.457Zerror[E0308]: mismatched types
40892026-05-12T03:43:00.457Z --> dns-server/src/dns_server.rs:245:17
40902026-05-12T03:43:00.457Z |
40912026-05-12T03:43:00.457Z244 | Ok(Record::from_rdata(
40922026-05-12T03:43:00.457Z | ------------------ arguments to this function are incorrect
40932026-05-12T03:43:00.457Z245 | name.clone(),
40942026-05-12T03:43:00.457Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40952026-05-12T03:43:00.457Z |
40962026-05-12T03:43:00.457Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40972026-05-12T03:43:00.457Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40982026-05-12T03:43:00.457Z |
40992026-05-12T03:43:00.457Z 34 | pub struct Name {
41002026-05-12T03:43:00.457Z | ^^^^^^^^^^^^^^^ this is the expected type
41012026-05-12T03:43:00.457Z |
41022026-05-12T03:43:00.457Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41032026-05-12T03:43:00.457Z |
41042026-05-12T03:43:00.457Z 37 | pub struct Name {
41052026-05-12T03:43:00.457Z | --------------- this is the found type
41062026-05-12T03:43:00.457Z = help: you can use `cargo tree` to explore your dependency tree
41072026-05-12T03:43:00.457Znote: associated function defined here
41082026-05-12T03:43:00.457Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41092026-05-12T03:43:00.458Z |
41102026-05-12T03:43:00.458Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41112026-05-12T03:43:00.458Z | ^^^^^^^^^^
41122026-05-12T03:43:00.458Z
41132026-05-12T03:43:00.458Zerror[E0308]: mismatched types
41142026-05-12T03:43:00.458Z --> dns-server/src/dns_server.rs:259:65
41152026-05-12T03:43:00.458Z |
41162026-05-12T03:43:00.458Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41172026-05-12T03:43:00.458Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41182026-05-12T03:43:00.458Z | |
41192026-05-12T03:43:00.458Z | arguments to this struct are incorrect
41202026-05-12T03:43:00.458Z |
41212026-05-12T03:43:00.458Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41222026-05-12T03:43:00.458Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41232026-05-12T03:43:00.458Z |
41242026-05-12T03:43:00.458Z 34 | pub struct Name {
41252026-05-12T03:43:00.458Z | ^^^^^^^^^^^^^^^ this is the expected type
41262026-05-12T03:43:00.458Z |
41272026-05-12T03:43:00.458Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41282026-05-12T03:43:00.458Z |
41292026-05-12T03:43:00.458Z 37 | pub struct Name {
41302026-05-12T03:43:00.458Z | --------------- this is the found type
41312026-05-12T03:43:00.458Z = help: you can use `cargo tree` to explore your dependency tree
41322026-05-12T03:43:00.458Znote: tuple struct defined here
41332026-05-12T03:43:00.458Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41342026-05-12T03:43:00.458Z |
41352026-05-12T03:43:00.458Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41362026-05-12T03:43:00.458Z | ^^
41372026-05-12T03:43:00.458Z
41382026-05-12T03:43:00.458Zerror[E0308]: mismatched types
41392026-05-12T03:43:00.458Z --> dns-server/src/dns_server.rs:259:35
41402026-05-12T03:43:00.458Z |
41412026-05-12T03:43:00.458Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41422026-05-12T03:43:00.458Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41432026-05-12T03:43:00.458Z | |
41442026-05-12T03:43:00.458Z | arguments to this function are incorrect
41452026-05-12T03:43:00.490Z |
41462026-05-12T03:43:00.490Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41472026-05-12T03:43:00.490Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41482026-05-12T03:43:00.490Z |
41492026-05-12T03:43:00.490Z 34 | pub struct Name {
41502026-05-12T03:43:00.490Z | ^^^^^^^^^^^^^^^ this is the expected type
41512026-05-12T03:43:00.490Z |
41522026-05-12T03:43:00.490Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41532026-05-12T03:43:00.490Z |
41542026-05-12T03:43:00.490Z 37 | pub struct Name {
41552026-05-12T03:43:00.490Z | --------------- this is the found type
41562026-05-12T03:43:00.490Z = help: you can use `cargo tree` to explore your dependency tree
41572026-05-12T03:43:00.491Znote: associated function defined here
41582026-05-12T03:43:00.491Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41592026-05-12T03:43:00.491Z |
41602026-05-12T03:43:00.491Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41612026-05-12T03:43:00.491Z | ^^^^^^^^^^
41622026-05-12T03:43:00.491Z
41632026-05-12T03:43:00.491Zerror[E0308]: arguments to this function are incorrect
41642026-05-12T03:43:00.491Z --> dns-server/src/storage.rs:448:43
41652026-05-12T03:43:00.491Z |
41662026-05-12T03:43:00.491Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41672026-05-12T03:43:00.491Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41682026-05-12T03:43:00.491Z449 | preferred_nameserver,
41692026-05-12T03:43:00.491Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41702026-05-12T03:43:00.491Z450 | rname,
41712026-05-12T03:43:00.491Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41722026-05-12T03:43:00.491Z |
41732026-05-12T03:43:00.491Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41742026-05-12T03:43:00.491Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41752026-05-12T03:43:00.491Z |
41762026-05-12T03:43:00.491Z 34 | pub struct Name {
41772026-05-12T03:43:00.491Z | ^^^^^^^^^^^^^^^ this is the expected type
41782026-05-12T03:43:00.492Z |
41792026-05-12T03:43:00.492Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41802026-05-12T03:43:00.492Z |
41812026-05-12T03:43:00.492Z 37 | pub struct Name {
41822026-05-12T03:43:00.492Z | --------------- this is the found type
41832026-05-12T03:43:00.492Z = help: you can use `cargo tree` to explore your dependency tree
41842026-05-12T03:43:00.492Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41852026-05-12T03:43:00.492Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41862026-05-12T03:43:00.492Z |
41872026-05-12T03:43:00.492Z 34 | pub struct Name {
41882026-05-12T03:43:00.492Z | ^^^^^^^^^^^^^^^ this is the expected type
41892026-05-12T03:43:00.492Z |
41902026-05-12T03:43:00.492Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41912026-05-12T03:43:00.492Z |
41922026-05-12T03:43:00.492Z 37 | pub struct Name {
41932026-05-12T03:43:00.492Z | --------------- this is the found type
41942026-05-12T03:43:00.492Z = help: you can use `cargo tree` to explore your dependency tree
41952026-05-12T03:43:00.492Znote: associated function defined here
41962026-05-12T03:43:00.492Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
41972026-05-12T03:43:00.492Z |
41982026-05-12T03:43:00.493Z154 | pub fn new(
41992026-05-12T03:43:00.493Z | ^^^
42002026-05-12T03:43:00.493Z
42012026-05-12T03:43:00.493Zerror[E0308]: mismatched types
42022026-05-12T03:43:00.493Z --> dns-server/src/storage.rs:446:13
42032026-05-12T03:43:00.493Z |
42042026-05-12T03:43:00.493Z445 | let record = hickory_proto::rr::Record::from_rdata(
42052026-05-12T03:43:00.493Z | ------------------------------------- arguments to this function are incorrect
42062026-05-12T03:43:00.493Z446 | soa_name,
42072026-05-12T03:43:00.493Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42082026-05-12T03:43:00.493Z |
42092026-05-12T03:43:00.493Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42102026-05-12T03:43:00.493Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42112026-05-12T03:43:00.493Z |
42122026-05-12T03:43:00.493Z 34 | pub struct Name {
42132026-05-12T03:43:00.493Z | ^^^^^^^^^^^^^^^ this is the expected type
42142026-05-12T03:43:00.493Z |
42152026-05-12T03:43:00.493Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42162026-05-12T03:43:00.493Z |
42172026-05-12T03:43:00.493Z 37 | pub struct Name {
42182026-05-12T03:43:00.493Z | --------------- this is the found type
42192026-05-12T03:43:00.493Z = help: you can use `cargo tree` to explore your dependency tree
42202026-05-12T03:43:00.493Znote: associated function defined here
42212026-05-12T03:43:00.494Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42222026-05-12T03:43:00.494Z |
42232026-05-12T03:43:00.494Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42242026-05-12T03:43:00.494Z | ^^^^^^^^^^
42252026-05-12T03:43:00.494Z
42262026-05-12T03:43:00.494Zerror[E0308]: mismatched types
42272026-05-12T03:43:00.494Z --> dns-server/src/storage.rs:768:30
42282026-05-12T03:43:00.494Z |
42292026-05-12T03:43:00.494Z768 | self.query_raw(name, orig_name)
42302026-05-12T03:43:00.494Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42312026-05-12T03:43:00.494Z | |
42322026-05-12T03:43:00.494Z | arguments to this method are incorrect
42332026-05-12T03:43:00.494Z |
42342026-05-12T03:43:00.494Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42352026-05-12T03:43:00.494Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42362026-05-12T03:43:00.494Z |
42372026-05-12T03:43:00.494Z 37 | pub struct Name {
42382026-05-12T03:43:00.494Z | ^^^^^^^^^^^^^^^ this is the expected type
42392026-05-12T03:43:00.494Z |
42402026-05-12T03:43:00.494Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42412026-05-12T03:43:00.494Z |
42422026-05-12T03:43:00.494Z 34 | pub struct Name {
42432026-05-12T03:43:00.494Z | --------------- this is the found type
42442026-05-12T03:43:00.494Z = help: you can use `cargo tree` to explore your dependency tree
42452026-05-12T03:43:00.560Znote: method defined here
42462026-05-12T03:43:00.560Z --> dns-server/src/storage.rs:780:8
42472026-05-12T03:43:00.560Z |
42482026-05-12T03:43:00.560Z780 | fn query_raw(
42492026-05-12T03:43:00.560Z | ^^^^^^^^^
42502026-05-12T03:43:00.560Z...
42512026-05-12T03:43:00.560Z783 | orig_name: &Name,
42522026-05-12T03:43:00.560Z | ----------------
42532026-05-12T03:43:00.560Z
42542026-05-12T03:43:00.560Zerror[E0308]: mismatched types
42552026-05-12T03:43:00.560Z --> dns-server/src/storage.rs:777:40
42562026-05-12T03:43:00.560Z |
42572026-05-12T03:43:00.560Z777 | self.query_raw(&LowerName::new(name), name)
42582026-05-12T03:43:00.560Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42592026-05-12T03:43:00.560Z | |
42602026-05-12T03:43:00.560Z | arguments to this function are incorrect
42612026-05-12T03:43:00.560Z |
42622026-05-12T03:43:00.560Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42632026-05-12T03:43:00.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42642026-05-12T03:43:00.560Z |
42652026-05-12T03:43:00.560Z 34 | pub struct Name {
42662026-05-12T03:43:00.560Z | ^^^^^^^^^^^^^^^ this is the expected type
42672026-05-12T03:43:00.560Z |
42682026-05-12T03:43:00.560Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42692026-05-12T03:43:00.560Z |
42702026-05-12T03:43:00.560Z 37 | pub struct Name {
42712026-05-12T03:43:00.560Z | --------------- this is the found type
42722026-05-12T03:43:00.560Z = help: you can use `cargo tree` to explore your dependency tree
42732026-05-12T03:43:00.560Znote: associated function defined here
42742026-05-12T03:43:00.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42752026-05-12T03:43:00.560Z |
42762026-05-12T03:43:00.560Z 37 | pub fn new(name: &Name) -> Self {
42772026-05-12T03:43:00.560Z | ^^^
42782026-05-12T03:43:00.560Z
42792026-05-12T03:43:00.560Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42802026-05-12T03:43:00.560Z --> dns-server/src/storage.rs:791:33
42812026-05-12T03:43:00.561Z |
42822026-05-12T03:43:00.561Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42832026-05-12T03:43:00.561Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42842026-05-12T03:43:00.561Z |
42852026-05-12T03:43:00.561Zhelp: item with same name found
42862026-05-12T03:43:00.561Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
42872026-05-12T03:43:00.561Z |
42882026-05-12T03:43:00.561Z 28 | pub struct LowerName(Name);
42892026-05-12T03:43:00.561Z | ^^^^^^^^^^^^^^^^^^^^
42902026-05-12T03:43:00.561Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
42912026-05-12T03:43:00.561Zhelp: the following other types implement trait `std::convert::From<T>`
42922026-05-12T03:43:00.561Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
42932026-05-12T03:43:00.561Z |
42942026-05-12T03:43:00.561Z240 | impl From<Name> for LowerName {
42952026-05-12T03:43:00.561Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
42962026-05-12T03:43:00.561Z...
42972026-05-12T03:43:00.561Z246 | impl<'a> From<&'a Name> for LowerName {
42982026-05-12T03:43:00.561Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
42992026-05-12T03:43:00.561Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43002026-05-12T03:43:00.561Z = help: you can use `cargo tree` to explore your dependency tree
43012026-05-12T03:43:00.561Z
43022026-05-12T03:43:00.561ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43032026-05-12T03:43:00.561ZFor more information about an error, try `rustc --explain E0271`.
43042026-05-12T03:43:00.561Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43052026-05-12T03:43:00.561Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43062026-05-12T03:43:00.561Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43072026-05-12T03:43:00.561Zwarning: build failed, waiting for other jobs to finish...
43082026-05-12T03:43:06.993ZError: Failed to build packages
43092026-05-12T03:43:07.010Z
43102026-05-12T03:43:07.010Zreal 1:19.642976019
43112026-05-12T03:43:07.010Zuser 18:05.694982784
43122026-05-12T03:43:07.010Zsys 1:31.676627164
43132026-05-12T03:43:07.010Ztrap 0.535122416
43142026-05-12T03:43:07.010Ztflt 1.544541781
43152026-05-12T03:43:07.010Zdflt 1.247865625
43162026-05-12T03:43:07.010Zkflt 0.004409632
43172026-05-12T03:43:07.010Zlock 1:37:58.300394978
43182026-05-12T03:43:07.010Zslp 50:37.083817918
43192026-05-12T03:43:07.010Zlat 1:17.364302509
43202026-05-12T03:43:07.011Zstop 3:35.000630304
43212026-05-12T03:43:07.011Zprocess exited: duration 309903 ms, exit code 1
 
43222026-05-12T03:43:07.042Zfound 0 output files
43232026-05-12T03:43:07.043Zupload error: rule "/work/package.tar.gz" required a match, but was not used