01KR2JSRHM747F8D5QMVPHEPNK: 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: 01KR2JTFXW9RYFJ0AZEGTQFNWH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:22:43.424Zjob assigned to worker 01KR2JTQW23A4R5EKM5HRXS8HE [factory aws, i-034a99a4192bb78d9] (queued for 51 s)
 
22026-05-08T01:22:50.535Zstarting task 0: "setup"
32026-05-08T01:22:50.540Z++ uname -s
42026-05-08T01:22:50.542Z+ kern=SunOS
52026-05-08T01:22:50.543Z+ build_user=build
62026-05-08T01:22:50.543Z+ build_uid=12345
72026-05-08T01:22:50.543Z+ work_dir=/work
82026-05-08T01:22:50.543Z+ input_dir=/input
92026-05-08T01:22:50.543Z+ [[ 0 == 12345 ]]
102026-05-08T01:22:50.543Z+ case "$kern" in
112026-05-08T01:22:50.543Z+ groupadd -g 12345 build
122026-05-08T01:22:50.546Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:22:52.553Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:22:52.670Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:22:52.673Z+ home_fs=zfs
162026-05-08T01:22:52.673Z+ [[ zfs == autofs ]]
172026-05-08T01:22:52.673Z+ mkdir -p /home/build
182026-05-08T01:22:52.676Z+ chown build:build /home/build /work
192026-05-08T01:22:54.676Z+ chmod 0700 /home/build /work
202026-05-08T01:22:54.679Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-08T01:22:54.684Zstarting task 1: "rust-toolchain"
222026-05-08T01:22:54.690Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:22:54.690Z * rust toolchain channel = "1.94.0"
242026-05-08T01:22:54.690Z * rust toolchain profile = "default"
252026-05-08T01:22:54.690Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T01:22:54.690Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:22:54.690Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:22:54.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:22:54.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:22:54.787Zinfo: downloading installer
312026-05-08T01:22:56.550Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T01:22:56.550Zwarn: /home/build/.rustup/settings.toml
332026-05-08T01:22:56.550Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T01:22:56.550Zwarn: instead of the one inferred from the default host triple.
352026-05-08T01:22:56.562Zinfo: profile set to default
362026-05-08T01:22:56.562Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T01:22:56.566Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T01:22:56.749Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T01:22:56.752Zinfo: downloading 6 components
402026-05-08T01:23:11.853Z
412026-05-08T01:23:11.853Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-08T01:23:11.875Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T01:23:11.875Z
442026-05-08T01:23:11.880Z
452026-05-08T01:23:11.880ZRust is installed now. Great!
462026-05-08T01:23:11.880Z
472026-05-08T01:23:11.880ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T01:23:11.880Zenvironment variable. This has not been done automatically.
492026-05-08T01:23:11.880Z
502026-05-08T01:23:11.880ZTo configure your current shell, you need to source
512026-05-08T01:23:11.880Zthe corresponding env file under $HOME/.cargo.
522026-05-08T01:23:11.880Z
532026-05-08T01:23:11.880ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T01:23:11.880Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T01:23:11.880Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T01:23:11.880Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T01:23:11.880Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T01:23:11.880Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T01:23:11.880Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T01:23:11.880Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T01:23:11.880Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T01:23:11.984Z+ rustup --version
632026-05-08T01:23:11.987Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T01:23:11.987Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T01:23:12.006Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T01:23:12.008Z+ cargo --version
672026-05-08T01:23:12.019Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T01:23:12.022Z+ rustc --version
692026-05-08T01:23:12.040Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T01:23:12.047Zprocess exited: duration 17357 ms, exit code 0
 
712026-05-08T01:23:12.064Zstarting task 2: "authentication"
722026-05-08T01:23:12.082Zprocess exited: duration 18 ms, exit code 0
 
732026-05-08T01:23:12.090Zstarting task 3: "clone repository"
742026-05-08T01:23:12.095Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T01:23:12.098Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T01:23:12.131ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T01:23:21.518Z+ cd /work/oxidecomputer/omicron
782026-05-08T01:23:21.519Z+ git fetch origin 8adca55079ea755827dad8bb42368e6b43efc511
792026-05-08T01:23:21.802ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T01:23:21.802Z * branch 8adca55079ea755827dad8bb42368e6b43efc511 -> FETCH_HEAD
812026-05-08T01:23:21.817Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-08T01:23:21.823Z++ git branch --show-current
832026-05-08T01:23:21.823Z+ current=main
842026-05-08T01:23:21.823Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-08T01:23:21.823Z+ git branch -f renovate/crate-hickory-proto-vulnerability 8adca55079ea755827dad8bb42368e6b43efc511
862026-05-08T01:23:21.823Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-08T01:23:21.987ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-08T01:23:21.993Z+ git reset --hard 8adca55079ea755827dad8bb42368e6b43efc511
892026-05-08T01:23:22.154ZHEAD is now at 8adca5507 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-08T01:23:22.157Zprocess exited: duration 10065 ms, exit code 0
 
912026-05-08T01:23:22.162Zstarting task 4: "build"
922026-05-08T01:23:22.167Z+ source .github/buildomat/ci-env.sh
932026-05-08T01:23:22.171Z++ export CARGO_TERM_COLOR=always
942026-05-08T01:23:22.171Z++ CARGO_TERM_COLOR=always
952026-05-08T01:23:22.172Z+ cargo --version
962026-05-08T01:23:22.177Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T01:23:22.180Z+ rustc --version
982026-05-08T01:23:22.202Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T01:23:22.205Z+ WORK=/work
1002026-05-08T01:23:22.205Z+ pfexec mkdir -p /work
1012026-05-08T01:23:22.209Z+ pfexec chown build /work
1022026-05-08T01:23:22.214Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T01:23:23.615Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T01:23:23.755ZPlanning: Solver setup ... Done (0.095s)
1052026-05-08T01:23:23.761ZPlanning: Running solver ... Done (0.008s)
1062026-05-08T01:23:23.762ZPlanning: Finding local manifests ... Done (0.003s)
1072026-05-08T01:23:23.762ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-08T01:23:23.766ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-08T01:23:23.774ZPlanning: Package planning ... Done (0.012s)
1102026-05-08T01:23:23.778ZPlanning: Merging actions ... Done (0.002s)
1112026-05-08T01:23:23.964ZPlanning: Checking for conflicting actions ... Done (0.186s)
1122026-05-08T01:23:23.967ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-05-08T01:23:24.840ZPlanning: Evaluating mediators ... Done (0.876s)
1142026-05-08T01:23:24.846ZPlanning: Planning completed in 1.22 seconds
1152026-05-08T01:23:24.850Z Packages to install: 2
1162026-05-08T01:23:24.850Z Estimated space available: 156.10 GB
1172026-05-08T01:23:24.850ZEstimated space to be consumed: 15.55 MB
1182026-05-08T01:23:24.850Z Create boot environment: No
1192026-05-08T01:23:24.850ZCreate backup boot environment: No
1202026-05-08T01:23:24.850Z Rebuild boot archive: No
1212026-05-08T01:23:24.850Z
1222026-05-08T01:23:24.850ZChanged packages:
1232026-05-08T01:23:24.850Zhelios
1242026-05-08T01:23:24.850Z developer/build-essential
1252026-05-08T01:23:24.850Z None -> 11-3.0
1262026-05-08T01:23:24.850Z library/libxmlsec1
1272026-05-08T01:23:24.850Z None -> 1.2.35-3.0
1282026-05-08T01:23:24.876Z
1292026-05-08T01:23:24.876ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-05-08T01:23:25.568ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
1312026-05-08T01:23:25.676Z Actions: 1/268 actions (Installing new actions)
1322026-05-08T01:23:25.716Z Actions: Completed 268 actions in 0.04 seconds.
1332026-05-08T01:23:25.725ZFinalize: Updating package state database ... Done (0.007s)
1342026-05-08T01:23:25.730ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-08T01:23:25.734ZFinalize: Updating image state ... Done (0.010s)
1362026-05-08T01:23:28.315ZFinalize: Creating fast lookup database ... Done (2.563s)
1372026-05-08T01:23:28.388ZFinalize: Reading search index ... Done (0.012s)
1382026-05-08T01:23:28.391ZFinalize: Updating search index ... Done (0.000s)
1392026-05-08T01:23:28.471ZFinalize: Updating package cache ... Done (0.000s)
1402026-05-08T01:23:29.758ZPlanning: Evaluating mediator changes ... Done
1412026-05-08T01:23:29.761ZPlanning: Checking for conflicting actions ... Done
1422026-05-08T01:23:29.762ZPlanning: Consolidating action changes ... Done
1432026-05-08T01:23:29.762ZPlanning: Evaluating mediators ... Done
1442026-05-08T01:23:29.762ZPlanning: Planning completed in 0.26 seconds
1452026-05-08T01:23:29.762Z Mediators to change: 2
1462026-05-08T01:23:29.762Z Create boot environment: No
1472026-05-08T01:23:29.762ZCreate backup boot environment: No
1482026-05-08T01:23:29.762ZFinalize: Updating package state database ... Done
1492026-05-08T01:23:29.762ZFinalize: Updating package cache ... Done
1502026-05-08T01:23:29.762ZFinalize: Updating image state ... Done
1512026-05-08T01:23:31.038ZFinalize: Creating fast lookup database ... Done
1522026-05-08T01:23:31.093ZFinalize: Reading search index ... Done
1532026-05-08T01:23:31.100ZFinalize: Updating search index ... Done
1542026-05-08T01:23:31.188ZFinalize: Updating package cache ... Done
1552026-05-08T01:23:31.478ZPlanning: Evaluating mediator changes ... Done
1562026-05-08T01:23:31.588ZPlanning: Checking for conflicting actions ... Done
1572026-05-08T01:23:31.593ZPlanning: Consolidating action changes ... Done
1582026-05-08T01:23:31.738ZPlanning: Evaluating mediators ... Done
1592026-05-08T01:23:31.743ZPlanning: Planning completed in 0.26 seconds
1602026-05-08T01:23:31.765Z Mediators to change: 1
1612026-05-08T01:23:31.765Z Create boot environment: No
1622026-05-08T01:23:31.765ZCreate backup boot environment: No
1632026-05-08T01:23:31.831ZFinalize: Updating package state database ... Done
1642026-05-08T01:23:31.831ZFinalize: Updating package cache ... Done
1652026-05-08T01:23:31.836ZFinalize: Updating image state ... Done
1662026-05-08T01:23:33.779ZFinalize: Creating fast lookup database ... Done
1672026-05-08T01:23:33.864ZFinalize: Reading search index ... Done
1682026-05-08T01:23:33.881ZFinalize: Updating search index ... Done
1692026-05-08T01:23:33.935ZFinalize: Updating package cache ... Done
1702026-05-08T01:23:34.244ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-05-08T01:23:34.244Zapache system 2.4 system
1722026-05-08T01:23:34.244Zclang system 15 system
1732026-05-08T01:23:34.244Zcsh system system illumos
1742026-05-08T01:23:34.244Zctags system system illumos
1752026-05-08T01:23:34.245Zfile vendor vendor darwinsys
1762026-05-08T01:23:34.245Zfile system system illumos
1772026-05-08T01:23:34.245Zgcc vendor 14 vendor
1782026-05-08T01:23:34.245Zgcc system 13 system
1792026-05-08T01:23:34.245Zgcc system 10 system
1802026-05-08T01:23:34.245Zgo system 1.25 system
1812026-05-08T01:23:34.245Zllvm system 15 system
1822026-05-08T01:23:34.245Zmariadb system 11.4 system
1832026-05-08T01:23:34.245Zmta vendor vendor dma
1842026-05-08T01:23:34.245Zopenjdk system 17 system
1852026-05-08T01:23:34.245Zopenjdk system 11 system
1862026-05-08T01:23:34.245Zopenssl vendor 3 vendor
1872026-05-08T01:23:34.245Zperl system 5.40 system
1882026-05-08T01:23:34.245Zpostgresql system 18 system
1892026-05-08T01:23:34.245Zpostgresql system 17 system
1902026-05-08T01:23:34.245Zpython vendor 3 vendor
1912026-05-08T01:23:34.246Zpython system 2 system
1922026-05-08T01:23:34.246Zpython3 vendor 3.13 vendor
1932026-05-08T01:23:34.246Zruby system 3.4 system
1942026-05-08T01:23:34.246Zruby system 3.0 system
1952026-05-08T01:23:34.246Zwords vendor vendor american-english
1962026-05-08T01:23:34.246Zwords system system australian-english
1972026-05-08T01:23:34.246Zwords system system british-english
1982026-05-08T01:23:34.246Zwords system system canadian-english
1992026-05-08T01:23:34.246Zwords system system french
2002026-05-08T01:23:34.246Zwords system system italian
2012026-05-08T01:23:34.246Zwords system system ngerman
2022026-05-08T01:23:34.246Zwords system system ogerman
2032026-05-08T01:23:34.246Zwords system system spanish
2042026-05-08T01:23:34.509ZPUBLISHER TYPE STATUS P LOCATION
2052026-05-08T01:23:34.509Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-05-08T01:23:34.759ZFMRI IFO
2072026-05-08T01:23:34.759Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-05-08T01:23:34.759Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-05-08T01:23:34.759Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-05-08T01:23:34.759Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-05-08T01:23:34.759Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-05-08T01:23:34.759Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-05-08T01:23:34.759Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-05-08T01:23:34.759Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-05-08T01:23:34.759Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-05-08T01:23:34.988Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-05-08T01:23:35.227Z Updating crates.io index
2182026-05-08T01:23:35.294Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-05-08T01:23:36.089Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-05-08T01:23:36.526Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-05-08T01:23:36.797Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-05-08T01:23:37.872Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-05-08T01:23:38.417Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-05-08T01:23:39.727Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-05-08T01:23:40.396Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-05-08T01:23:40.796Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-05-08T01:23:41.713Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-05-08T01:23:42.153Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2292026-05-08T01:23:42.419Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2302026-05-08T01:23:42.763Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2312026-05-08T01:23:43.763Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-05-08T01:23:44.278Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-05-08T01:23:44.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-05-08T01:23:45.082Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-05-08T01:23:45.483Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-05-08T01:23:45.823Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-05-08T01:23:46.022Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-05-08T01:23:46.236Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-05-08T01:23:46.621Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-05-08T01:23:46.994Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-05-08T01:23:47.563Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-05-08T01:23:47.884Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-05-08T01:23:48.176Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-05-08T01:23:48.433Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-05-08T01:23:49.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-05-08T01:23:50.488Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-08T01:23:50.922Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-08T01:23:51.240Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-08T01:23:51.477Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-08T01:23:51.755Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-08T01:23:52.060Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-08T01:23:52.579Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-08T01:23:52.814Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-08T01:23:53.081Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-08T01:23:53.421Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-08T01:24:08.316Z Downloading crates ...
2572026-05-08T01:24:08.422Z Downloaded cfg-if v1.0.4
2582026-05-08T01:24:08.422Z Downloaded anstream v0.6.21
2592026-05-08T01:24:08.422Z Downloaded macaddr v1.0.1
2602026-05-08T01:24:08.422Z Downloaded getrandom v0.4.1
2612026-05-08T01:24:08.422Z Downloaded tabled_derive v0.7.0
2622026-05-08T01:24:08.422Z Downloaded smawk v0.3.2
2632026-05-08T01:24:08.422Z Downloaded synstructure v0.13.2
2642026-05-08T01:24:08.422Z Downloaded plain v0.2.3
2652026-05-08T01:24:08.422Z Downloaded serde_tokenstream v0.2.3
2662026-05-08T01:24:08.422Z Downloaded proc-macro2 v1.0.106
2672026-05-08T01:24:08.422Z Downloaded form_urlencoded v1.2.2
2682026-05-08T01:24:08.422Z Downloaded toml v0.8.23
2692026-05-08T01:24:08.423Z Downloaded num-traits v0.2.19
2702026-05-08T01:24:08.423Z Downloaded version_check v0.9.5
2712026-05-08T01:24:08.423Z Downloaded yoke-derive v0.8.1
2722026-05-08T01:24:08.423Z Downloaded toml_datetime v0.6.11
2732026-05-08T01:24:08.423Z Downloaded zerofrom-derive v0.1.6
2742026-05-08T01:24:08.423Z Downloaded serde_json v1.0.149
2752026-05-08T01:24:08.423Z Downloaded scroll_derive v0.12.1
2762026-05-08T01:24:08.423Z Downloaded pest_generator v2.8.6
2772026-05-08T01:24:08.423Z Downloaded cargo_toml v0.21.0
2782026-05-08T01:24:08.423Z Downloaded utf8parse v0.2.2
2792026-05-08T01:24:08.423Z Downloaded fastrand v2.3.0
2802026-05-08T01:24:08.423Z Downloaded usdt v0.5.0
2812026-05-08T01:24:08.423Z Downloaded once_cell v1.21.3
2822026-05-08T01:24:08.423Z Downloaded thread-id v4.2.2
2832026-05-08T01:24:08.423Z Downloaded heck v0.4.1
2842026-05-08T01:24:08.423Z Downloaded usdt-impl v0.5.0
2852026-05-08T01:24:08.423Z Downloaded unicode-linebreak v0.1.5
2862026-05-08T01:24:08.423Z Downloaded zerofrom v0.1.6
2872026-05-08T01:24:08.423Z Downloaded serde-value v0.7.0
2882026-05-08T01:24:08.423Z Downloaded memmap v0.7.0
2892026-05-08T01:24:08.423Z Downloaded usdt-macro v0.5.0
2902026-05-08T01:24:08.423Z Downloaded usdt-attr-macro v0.5.0
2912026-05-08T01:24:08.423Z Downloaded quote v1.0.45
2922026-05-08T01:24:08.423Z Downloaded utf8_iter v1.0.4
2932026-05-08T01:24:08.423Z Downloaded bitflags v2.11.0
2942026-05-08T01:24:08.424Z Downloaded tinystr v0.8.2
2952026-05-08T01:24:08.424Z Downloaded terminal_size v0.4.3
2962026-05-08T01:24:08.424Z Downloaded serde_spanned v0.6.9
2972026-05-08T01:24:08.424Z Downloaded anyhow v1.0.102
2982026-05-08T01:24:08.424Z Downloaded writeable v0.6.2
2992026-05-08T01:24:08.424Z Downloaded unicode-xid v0.2.6
3002026-05-08T01:24:08.424Z Downloaded itoa v1.0.17
3012026-05-08T01:24:08.424Z Downloaded zmij v1.0.21
3022026-05-08T01:24:08.424Z Downloaded zerovec-derive v0.11.2
3032026-05-08T01:24:08.424Z Downloaded thiserror-impl v2.0.18
3042026-05-08T01:24:08.424Z Downloaded potential_utf v0.1.4
3052026-05-08T01:24:08.424Z Downloaded thiserror v1.0.69
3062026-05-08T01:24:08.425Z Downloaded strsim v0.11.1
3072026-05-08T01:24:08.425Z Downloaded icu_locale_core v2.1.1
3082026-05-08T01:24:08.425Z Downloaded zerotrie v0.2.3
3092026-05-08T01:24:08.425Z Downloaded thiserror-impl v1.0.69
3102026-05-08T01:24:08.425Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-08T01:24:08.425Z Downloaded percent-encoding v2.3.2
3122026-05-08T01:24:08.425Z Downloaded dof v0.3.0
3132026-05-08T01:24:08.425Z Downloaded toml_write v0.1.2
3142026-05-08T01:24:08.425Z Downloaded cpufeatures v0.2.17
3152026-05-08T01:24:08.425Z Downloaded generic-array v0.14.7
3162026-05-08T01:24:08.425Z Downloaded swrite v0.1.0
3172026-05-08T01:24:08.425Z Downloaded ordered-float v2.10.1
3182026-05-08T01:24:08.425Z Downloaded equivalent v1.0.2
3192026-05-08T01:24:08.425Z Downloaded fnv v1.0.7
3202026-05-08T01:24:08.425Z Downloaded thiserror v2.0.18
3212026-05-08T01:24:08.425Z Downloaded ucd-trie v0.1.7
3222026-05-08T01:24:08.425Z Downloaded yoke v0.8.1
3232026-05-08T01:24:08.425Z Downloaded crypto-common v0.1.7
3242026-05-08T01:24:08.425Z Downloaded typeid v1.0.3
3252026-05-08T01:24:08.425Z Downloaded anstyle v1.0.13
3262026-05-08T01:24:08.425Z Downloaded textwrap v0.16.2
3272026-05-08T01:24:08.426Z Downloaded cargo-util-schemas v0.8.2
3282026-05-08T01:24:08.426Z Downloaded zerocopy-derive v0.7.35
3292026-05-08T01:24:08.426Z Downloaded errno v0.3.14
3302026-05-08T01:24:08.426Z Downloaded toml_edit v0.22.27
3312026-05-08T01:24:08.426Z Downloaded stable_deref_trait v1.2.1
3322026-05-08T01:24:08.426Z Downloaded cargo-platform v0.2.0
3332026-05-08T01:24:08.426Z Downloaded anstyle-query v1.1.5
3342026-05-08T01:24:08.426Z Downloaded pretty-hex v0.4.1
3352026-05-08T01:24:08.426Z Downloaded colorchoice v1.0.4
3362026-05-08T01:24:08.426Z Downloaded block-buffer v0.10.4
3372026-05-08T01:24:08.426Z Downloaded unicode-ident v1.0.24
3382026-05-08T01:24:08.426Z Downloaded typenum v1.19.0
3392026-05-08T01:24:08.426Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-08T01:24:08.426Z Downloaded url v2.5.8
3412026-05-08T01:24:08.426Z Downloaded heck v0.5.0
3422026-05-08T01:24:08.426Z Downloaded idna_adapter v1.2.1
3432026-05-08T01:24:08.426Z Downloaded clap_lex v1.0.0
3442026-05-08T01:24:08.426Z Downloaded zerovec v0.11.5
3452026-05-08T01:24:08.426Z Downloaded winnow v0.7.14
3462026-05-08T01:24:08.426Z Downloaded zerocopy v0.7.35
3472026-05-08T01:24:08.426Z Downloaded digest v0.10.7
3482026-05-08T01:24:08.426Z Downloaded unicode-width v0.1.14
3492026-05-08T01:24:08.426Z Downloaded clap v4.5.60
3502026-05-08T01:24:08.427Z Downloaded sha2 v0.10.9
3512026-05-08T01:24:08.427Z Downloaded serde-untagged v0.1.9
3522026-05-08T01:24:08.427Z Downloaded unicode-width v0.2.0
3532026-05-08T01:24:08.427Z Downloaded proc-macro-error v1.0.4
3542026-05-08T01:24:08.427Z Downloaded fs-err v3.3.0
3552026-05-08T01:24:08.427Z Downloaded anstyle-parse v0.2.7
3562026-05-08T01:24:08.427Z Downloaded clap_derive v4.5.55
3572026-05-08T01:24:08.460Z Downloaded bytecount v0.6.9
3582026-05-08T01:24:08.461Z Downloaded erased-serde v0.4.9
3592026-05-08T01:24:08.461Z Downloaded autocfg v1.5.0
3602026-05-08T01:24:08.461Z Downloaded cargo_metadata v0.21.0
3612026-05-08T01:24:08.461Z Downloaded pest_derive v2.8.6
3622026-05-08T01:24:08.461Z Downloaded tempfile v3.25.0
3632026-05-08T01:24:08.461Z Downloaded semver v1.0.28
3642026-05-08T01:24:08.461Z Downloaded smallvec v1.15.1
3652026-05-08T01:24:08.461Z Downloaded litemap v0.8.1
3662026-05-08T01:24:08.461Z Downloaded scroll v0.12.0
3672026-05-08T01:24:08.461Z Downloaded camino v1.2.2
3682026-05-08T01:24:08.461Z Downloaded byteorder v1.5.0
3692026-05-08T01:24:08.461Z Downloaded camino-tempfile v1.4.1
3702026-05-08T01:24:08.461Z Downloaded pest_meta v2.8.6
3712026-05-08T01:24:08.461Z Downloaded dtrace-parser v0.2.0
3722026-05-08T01:24:08.461Z Downloaded displaydoc v0.2.5
3732026-05-08T01:24:08.461Z Downloaded icu_provider v2.1.1
3742026-05-08T01:24:08.461Z Downloaded log v0.4.29
3752026-05-08T01:24:08.461Z Downloaded memchr v2.8.0
3762026-05-08T01:24:08.461Z Downloaded icu_properties v2.1.2
3772026-05-08T01:24:08.461Z Downloaded serde_derive v1.0.228
3782026-05-08T01:24:08.461Z Downloaded serde_core v1.0.228
3792026-05-08T01:24:08.461Z Downloaded icu_normalizer_data v2.1.1
3802026-05-08T01:24:08.461Z Downloaded icu_normalizer v2.1.1
3812026-05-08T01:24:08.461Z Downloaded papergrid v0.11.0
3822026-05-08T01:24:08.461Z Downloaded icu_collections v2.1.1
3832026-05-08T01:24:08.461Z Downloaded serde v1.0.228
3842026-05-08T01:24:08.461Z Downloaded indexmap v2.14.0
3852026-05-08T01:24:08.461Z Downloaded icu_properties_data v2.1.2
3862026-05-08T01:24:08.461Z Downloaded pest v2.8.6
3872026-05-08T01:24:08.462Z Downloaded idna v1.1.0
3882026-05-08T01:24:08.462Z Downloaded hashbrown v0.17.0
3892026-05-08T01:24:08.462Z Downloaded clap_builder v4.5.60
3902026-05-08T01:24:08.462Z Downloaded goblin v0.8.2
3912026-05-08T01:24:08.462Z Downloaded tabled v0.15.0
3922026-05-08T01:24:08.462Z Downloaded syn v1.0.109
3932026-05-08T01:24:08.462Z Downloaded syn v2.0.117
3942026-05-08T01:24:08.462Z Downloaded rustix v1.1.3
3952026-05-08T01:24:08.462Z Downloaded libc v0.2.185
3962026-05-08T01:24:08.462Z Compiling proc-macro2 v1.0.106
3972026-05-08T01:24:08.462Z Compiling unicode-ident v1.0.24
3982026-05-08T01:24:08.462Z Compiling quote v1.0.45
3992026-05-08T01:24:08.462Z Compiling serde_core v1.0.228
4002026-05-08T01:24:08.462Z Compiling libc v0.2.185
4012026-05-08T01:24:08.462Z Compiling version_check v0.9.5
4022026-05-08T01:24:08.462Z Compiling memchr v2.8.0
4032026-05-08T01:24:08.462Z Compiling stable_deref_trait v1.2.1
4042026-05-08T01:24:08.462Z Compiling serde v1.0.228
4052026-05-08T01:24:08.462Z Compiling zmij v1.0.21
4062026-05-08T01:24:08.462Z Compiling ucd-trie v0.1.7
4072026-05-08T01:24:08.462Z Compiling thiserror v1.0.69
4082026-05-08T01:24:08.462Z Compiling autocfg v1.5.0
4092026-05-08T01:24:08.462Z Compiling itoa v1.0.17
4102026-05-08T01:24:08.462Z Compiling litemap v0.8.1
4112026-05-08T01:24:08.462Z Compiling writeable v0.6.2
4122026-05-08T01:24:08.462Z Compiling rustix v1.1.3
4132026-05-08T01:24:08.462Z Compiling icu_normalizer_data v2.1.1
4142026-05-08T01:24:08.462Z Compiling pest v2.8.6
4152026-05-08T01:24:08.462Z Compiling byteorder v1.5.0
4162026-05-08T01:24:08.462Z Compiling icu_properties_data v2.1.2
4172026-05-08T01:24:08.462Z Compiling serde_json v1.0.149
4182026-05-08T01:24:08.462Z Compiling bitflags v2.11.0
4192026-05-08T01:24:08.462Z Compiling num-traits v0.2.19
4202026-05-08T01:24:08.462Z Compiling smallvec v1.15.1
4212026-05-08T01:24:08.462Z Compiling hashbrown v0.17.0
4222026-05-08T01:24:08.463Z Compiling equivalent v1.0.2
4232026-05-08T01:24:08.463Z Compiling typeid v1.0.3
4242026-05-08T01:24:08.463Z Compiling usdt-impl v0.5.0
4252026-05-08T01:24:08.463Z Compiling errno v0.3.14
4262026-05-08T01:24:08.463Z Compiling thread-id v4.2.2
4272026-05-08T01:24:08.463Z Compiling proc-macro-error-attr v1.0.4
4282026-05-08T01:24:08.463Z Compiling winnow v0.7.14
4292026-05-08T01:24:08.463Z Compiling syn v1.0.109
4302026-05-08T01:24:08.463Z Compiling toml_write v0.1.2
4312026-05-08T01:24:08.463Z Compiling erased-serde v0.4.9
4322026-05-08T01:24:08.463Z Compiling proc-macro-error v1.0.4
4332026-05-08T01:24:08.463Z Compiling thiserror v2.0.18
4342026-05-08T01:24:08.463Z Compiling indexmap v2.14.0
4352026-05-08T01:24:08.463Z Compiling utf8_iter v1.0.4
4362026-05-08T01:24:08.463Z Compiling utf8parse v0.2.2
4372026-05-08T01:24:08.463Z Compiling getrandom v0.4.1
4382026-05-08T01:24:08.463Z Compiling log v0.4.29
4392026-05-08T01:24:08.463Z Compiling syn v2.0.117
4402026-05-08T01:24:08.463Z Compiling percent-encoding v2.3.2
4412026-05-08T01:24:08.463Z Compiling pest_meta v2.8.6
4422026-05-08T01:24:08.463Z Compiling plain v0.2.3
4432026-05-08T01:24:08.463Z Compiling camino v1.2.2
4442026-05-08T01:24:08.463Z Compiling form_urlencoded v1.2.2
4452026-05-08T01:24:08.463Z Compiling ordered-float v2.10.1
4462026-05-08T01:24:08.463Z Compiling anstyle-parse v0.2.7
4472026-05-08T01:24:08.463Z Compiling cfg-if v1.0.4
4482026-05-08T01:24:08.463Z Compiling colorchoice v1.0.4
4492026-05-08T01:24:08.463Z Compiling anstyle v1.0.13
4502026-05-08T01:24:08.463Z Compiling anstyle-query v1.1.5
4512026-05-08T01:24:08.463Z Compiling pretty-hex v0.4.1
4522026-05-08T01:24:08.463Z Compiling is_terminal_polyfill v1.70.2
4532026-05-08T01:24:08.463Z Compiling terminal_size v0.4.3
4542026-05-08T01:24:08.463Z Compiling fs-err v3.3.0
4552026-05-08T01:24:08.463Z Compiling strsim v0.11.1
4562026-05-08T01:24:08.463Z Compiling semver v1.0.28
4572026-05-08T01:24:08.477Z Compiling anstream v0.6.21
4582026-05-08T01:24:08.477Z Compiling heck v0.5.0
4592026-05-08T01:24:08.477Z Compiling heck v0.4.1
4602026-05-08T01:24:08.477Z Compiling unicode-width v0.1.14
4612026-05-08T01:24:08.477Z Compiling bytecount v0.6.9
4622026-05-08T01:24:08.477Z Compiling unicode-xid v0.2.6
4632026-05-08T01:24:08.477Z Compiling anyhow v1.0.102
4642026-05-08T01:24:08.477Z Compiling fastrand v2.3.0
4652026-05-08T01:24:08.477Z Compiling serde-untagged v0.1.9
4662026-05-08T01:24:08.478Z Compiling fnv v1.0.7
4672026-05-08T01:24:08.478Z Compiling clap_lex v1.0.0
4682026-05-08T01:24:08.478Z Compiling once_cell v1.21.3
4692026-05-08T01:24:08.478Z Compiling memmap v0.7.0
4702026-05-08T01:24:08.478Z Compiling smawk v0.3.2
4712026-05-08T01:24:08.478Z Compiling unicode-linebreak v0.1.5
4722026-05-08T01:24:08.516Z Compiling papergrid v0.11.0
4732026-05-08T01:24:08.564Z Compiling clap_builder v4.5.60
4742026-05-08T01:24:08.643Z Compiling tempfile v3.25.0
4752026-05-08T01:24:08.643Z Compiling unicode-width v0.2.0
4762026-05-08T01:24:08.692Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-05-08T01:24:08.718Z Compiling swrite v0.1.0
4782026-05-08T01:24:08.956Z Compiling textwrap v0.16.2
4792026-05-08T01:24:09.028Z Compiling camino-tempfile v1.4.1
4802026-05-08T01:24:09.232Z Compiling tabled_derive v0.7.0
4812026-05-08T01:24:09.858Z Compiling synstructure v0.13.2
4822026-05-08T01:24:09.858Z Compiling pest_generator v2.8.6
4832026-05-08T01:24:09.944Z Compiling tabled v0.15.0
4842026-05-08T01:24:10.389Z Compiling serde_derive v1.0.228
4852026-05-08T01:24:10.389Z Compiling zerofrom-derive v0.1.6
4862026-05-08T01:24:10.391Z Compiling yoke-derive v0.8.1
4872026-05-08T01:24:10.391Z Compiling zerovec-derive v0.11.2
4882026-05-08T01:24:10.407Z Compiling displaydoc v0.2.5
4892026-05-08T01:24:10.411Z Compiling thiserror-impl v1.0.69
4902026-05-08T01:24:10.461Z Compiling zerocopy-derive v0.7.35
4912026-05-08T01:24:10.479Z Compiling scroll_derive v0.12.1
4922026-05-08T01:24:10.482Z Compiling thiserror-impl v2.0.18
4932026-05-08T01:24:10.482Z Compiling clap_derive v4.5.55
4942026-05-08T01:24:10.482Z Compiling pest_derive v2.8.6
4952026-05-08T01:24:11.165Z Compiling scroll v0.12.0
4962026-05-08T01:24:11.295Z Compiling zerocopy v0.7.35
4972026-05-08T01:24:11.387Z Compiling goblin v0.8.2
4982026-05-08T01:24:11.436Z Compiling zerofrom v0.1.6
4992026-05-08T01:24:11.545Z Compiling yoke v0.8.1
5002026-05-08T01:24:11.585Z Compiling dtrace-parser v0.2.0
5012026-05-08T01:24:11.696Z Compiling zerovec v0.11.5
5022026-05-08T01:24:11.696Z Compiling zerotrie v0.2.3
5032026-05-08T01:24:11.923Z Compiling clap v4.5.60
5042026-05-08T01:24:12.133Z Compiling tinystr v0.8.2
5052026-05-08T01:24:12.133Z Compiling potential_utf v0.1.4
5062026-05-08T01:24:12.243Z Compiling icu_collections v2.1.1
5072026-05-08T01:24:12.300Z Compiling icu_locale_core v2.1.1
5082026-05-08T01:24:12.885Z Compiling icu_provider v2.1.1
5092026-05-08T01:24:12.924Z Compiling serde_spanned v0.6.9
5102026-05-08T01:24:12.925Z Compiling toml_datetime v0.6.11
5112026-05-08T01:24:12.928Z Compiling serde-value v0.7.0
5122026-05-08T01:24:12.928Z Compiling cargo-platform v0.2.0
5132026-05-08T01:24:12.928Z Compiling macaddr v1.0.1
5142026-05-08T01:24:12.942Z Compiling dof v0.3.0
5152026-05-08T01:24:12.946Z Compiling serde_tokenstream v0.2.3
5162026-05-08T01:24:13.100Z Compiling icu_normalizer v2.1.1
5172026-05-08T01:24:13.101Z Compiling icu_properties v2.1.2
5182026-05-08T01:24:13.148Z Compiling toml_edit v0.22.27
5192026-05-08T01:24:13.686Z Compiling usdt-macro v0.5.0
5202026-05-08T01:24:13.689Z Compiling usdt-attr-macro v0.5.0
5212026-05-08T01:24:13.910Z Compiling idna_adapter v1.2.1
5222026-05-08T01:24:14.019Z Compiling idna v1.1.0
5232026-05-08T01:24:14.282Z Compiling url v2.5.8
5242026-05-08T01:24:14.300Z Compiling usdt v0.5.0
5252026-05-08T01:24:14.448Z Compiling toml v0.8.23
5262026-05-08T01:24:14.783Z Compiling cargo-util-schemas v0.8.2
5272026-05-08T01:24:14.783Z Compiling cargo_toml v0.21.0
5282026-05-08T01:24:15.574Z Compiling cargo_metadata v0.21.0
5292026-05-08T01:24:16.486Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-08T01:24:18.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.76s
5312026-05-08T01:24:18.815Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-05-08T01:24:19.379Z Downloading crates ...
5332026-05-08T01:24:19.492Z Downloaded ahash v0.8.12
5342026-05-08T01:24:19.510Z Downloaded backoff v0.4.0
5352026-05-08T01:24:19.510Z Downloaded cbc v0.1.2
5362026-05-08T01:24:19.510Z Downloaded async-trait v0.1.89
5372026-05-08T01:24:19.511Z Downloaded bit-vec v0.6.3
5382026-05-08T01:24:19.511Z Downloaded flagset v0.4.7
5392026-05-08T01:24:19.511Z Downloaded aes-gcm v0.10.3
5402026-05-08T01:24:19.520Z Downloaded aho-corasick v1.1.4
5412026-05-08T01:24:19.520Z Downloaded crossbeam-utils v0.8.21
5422026-05-08T01:24:19.520Z Downloaded bzip2 v0.4.4
5432026-05-08T01:24:19.520Z Downloaded cpufeatures v0.3.0
5442026-05-08T01:24:19.520Z Downloaded cfg_aliases v0.1.1
5452026-05-08T01:24:19.521Z Downloaded darling v0.20.11
5462026-05-08T01:24:19.521Z Downloaded crossbeam-channel v0.5.15
5472026-05-08T01:24:19.521Z Downloaded byte-wrapper v0.1.0
5482026-05-08T01:24:19.528Z Downloaded ciborium-ll v0.2.2
5492026-05-08T01:24:19.528Z Downloaded crossterm v0.28.1
5502026-05-08T01:24:19.528Z Downloaded crossterm v0.29.0
5512026-05-08T01:24:19.537Z Downloaded castaway v0.2.4
5522026-05-08T01:24:19.537Z Downloaded cargo-platform v0.1.9
5532026-05-08T01:24:19.537Z Downloaded bit-set v0.5.3
5542026-05-08T01:24:19.537Z Downloaded bitfield-macros v0.19.4
5552026-05-08T01:24:19.537Z Downloaded bitflags v1.3.2
5562026-05-08T01:24:19.550Z Downloaded console v0.15.11
5572026-05-08T01:24:19.550Z Downloaded ascii-canvas v3.0.0
5582026-05-08T01:24:19.550Z Downloaded ciborium-io v0.2.2
5592026-05-08T01:24:19.550Z Downloaded bb8 v0.8.6
5602026-05-08T01:24:19.550Z Downloaded aes v0.8.4
5612026-05-08T01:24:19.550Z Downloaded bit-set v0.8.0
5622026-05-08T01:24:19.550Z Downloaded adler2 v2.0.1
5632026-05-08T01:24:19.588Z Downloaded const_format_proc_macros v0.2.34
5642026-05-08T01:24:19.588Z Downloaded defmt-parser v1.0.0
5652026-05-08T01:24:19.588Z Downloaded diesel v2.3.7
5662026-05-08T01:24:19.588Z Downloaded float-ord v0.3.2
5672026-05-08T01:24:19.607Z Downloaded aead v0.5.2
5682026-05-08T01:24:19.607Z Downloaded bcrypt-pbkdf v0.10.0
5692026-05-08T01:24:19.607Z Downloaded enum-as-inner v0.6.1
5702026-05-08T01:24:19.607Z Downloaded downcast-rs v2.0.2
5712026-05-08T01:24:19.608Z Downloaded embedded-io v0.6.1
5722026-05-08T01:24:19.608Z Downloaded document-features v0.2.12
5732026-05-08T01:24:19.608Z Downloaded assert_matches v1.5.0
5742026-05-08T01:24:19.608Z Downloaded display-error-chain v0.2.2
5752026-05-08T01:24:19.608Z Downloaded block-padding v0.3.3
5762026-05-08T01:24:19.608Z Downloaded arrayref v0.3.9
5772026-05-08T01:24:19.608Z Downloaded debug-ignore v1.0.5
5782026-05-08T01:24:19.608Z Downloaded cobs v0.3.0
5792026-05-08T01:24:19.608Z Downloaded cfg_aliases v0.2.1
5802026-05-08T01:24:19.608Z Downloaded atomicwrites v0.4.4
5812026-05-08T01:24:19.608Z Downloaded atomic-waker v1.1.2
5822026-05-08T01:24:19.608Z Downloaded crc v3.4.0
5832026-05-08T01:24:19.609Z Downloaded compression-core v0.4.31
5842026-05-08T01:24:19.609Z Downloaded dirs-sys-next v0.1.2
5852026-05-08T01:24:19.609Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-05-08T01:24:19.609Z Downloaded convert_case v0.4.0
5872026-05-08T01:24:19.609Z Downloaded dropshot-api-manager-types v0.7.1
5882026-05-08T01:24:19.609Z Downloaded crucible-workspace-hack v0.1.0
5892026-05-08T01:24:19.609Z Downloaded base16ct v0.2.0
5902026-05-08T01:24:19.609Z Downloaded endian-type v0.1.2
5912026-05-08T01:24:19.609Z Downloaded dyn-clone v1.0.20
5922026-05-08T01:24:19.609Z Downloaded darling_macro v0.20.11
5932026-05-08T01:24:19.610Z Downloaded fixedbitset v0.4.2
5942026-05-08T01:24:19.610Z Downloaded cipher v0.4.4
5952026-05-08T01:24:19.610Z Downloaded defmt v0.3.100
5962026-05-08T01:24:19.610Z Downloaded compression-codecs v0.4.37
5972026-05-08T01:24:19.610Z Downloaded dof v0.4.0
5982026-05-08T01:24:19.610Z Downloaded embedded-io v0.4.0
5992026-05-08T01:24:19.610Z Downloaded critical-section v1.2.0
6002026-05-08T01:24:19.610Z Downloaded dirs-next v2.0.0
6012026-05-08T01:24:19.647Z Downloaded crc-catalog v2.4.0
6022026-05-08T01:24:19.647Z Downloaded atty v0.2.14
6032026-05-08T01:24:19.647Z Downloaded ctr v0.9.2
6042026-05-08T01:24:19.647Z Downloaded crunchy v0.2.4
6052026-05-08T01:24:19.648Z Downloaded curve25519-dalek-derive v0.1.1
6062026-05-08T01:24:19.648Z Downloaded foreign-types-macros v0.2.3
6072026-05-08T01:24:19.648Z Downloaded async-recursion v1.1.1
6082026-05-08T01:24:19.648Z Downloaded foreign-types v0.5.0
6092026-05-08T01:24:19.648Z Downloaded foreign-types v0.3.2
6102026-05-08T01:24:19.648Z Downloaded dtrace-parser v0.3.0
6112026-05-08T01:24:19.648Z Downloaded difflib v0.4.0
6122026-05-08T01:24:19.648Z Downloaded bitfield-struct v0.6.2
6132026-05-08T01:24:19.648Z Downloaded async-stream v0.3.6
6142026-05-08T01:24:19.648Z Downloaded futures-io v0.3.32
6152026-05-08T01:24:19.648Z Downloaded fxhash v0.2.1
6162026-05-08T01:24:19.648Z Downloaded futures-core v0.3.32
6172026-05-08T01:24:19.648Z Downloaded fd-lock v4.0.4
6182026-05-08T01:24:19.648Z Downloaded crc8 v0.1.1
6192026-05-08T01:24:19.648Z Downloaded dsl_auto_type v0.2.0
6202026-05-08T01:24:19.648Z Downloaded funty v2.0.0
6212026-05-08T01:24:19.648Z Downloaded futures-sink v0.3.32
6222026-05-08T01:24:19.648Z Downloaded gethostname v0.5.0
6232026-05-08T01:24:19.648Z Downloaded chacha20 v0.9.1
6242026-05-08T01:24:19.649Z Downloaded foldhash v0.2.0
6252026-05-08T01:24:19.649Z Downloaded bit-vec v0.8.0
6262026-05-08T01:24:19.649Z Downloaded data-encoding v2.10.0
6272026-05-08T01:24:19.649Z Downloaded csv-core v0.1.13
6282026-05-08T01:24:19.649Z Downloaded foreign-types-shared v0.3.1
6292026-05-08T01:24:19.649Z Downloaded float-cmp v0.10.0
6302026-05-08T01:24:19.665Z Downloaded cexpr v0.6.0
6312026-05-08T01:24:19.665Z Downloaded async-stream-impl v0.3.6
6322026-05-08T01:24:19.665Z Downloaded bcs v0.1.6
6332026-05-08T01:24:19.665Z Downloaded array-init v0.0.4
6342026-05-08T01:24:19.665Z Downloaded futures-macro v0.3.32
6352026-05-08T01:24:19.665Z Downloaded cmake v0.1.57
6362026-05-08T01:24:19.665Z Downloaded cargo_metadata v0.19.2
6372026-05-08T01:24:19.665Z Downloaded buf-list v1.1.2
6382026-05-08T01:24:19.665Z Downloaded git-stub v1.0.0
6392026-05-08T01:24:19.665Z Downloaded ghash v0.5.1
6402026-05-08T01:24:19.665Z Downloaded darling_macro v0.21.3
6412026-05-08T01:24:19.665Z Downloaded base64ct v1.8.3
6422026-05-08T01:24:19.665Z Downloaded hash32 v0.2.1
6432026-05-08T01:24:19.665Z Downloaded defmt-macros v1.0.1
6442026-05-08T01:24:19.665Z Downloaded colored v3.1.1
6452026-05-08T01:24:19.665Z Downloaded fixedbitset v0.5.7
6462026-05-08T01:24:19.666Z Downloaded diesel-dtrace v0.5.0
6472026-05-08T01:24:19.666Z Downloaded either v1.15.0
6482026-05-08T01:24:19.666Z Downloaded ena v0.14.4
6492026-05-08T01:24:19.666Z Downloaded globwalk v0.9.1
6502026-05-08T01:24:19.666Z Downloaded daft-derive v0.1.5
6512026-05-08T01:24:19.666Z Downloaded hash32 v0.3.1
6522026-05-08T01:24:19.666Z Downloaded der_derive v0.7.3
6532026-05-08T01:24:19.666Z Downloaded headers-core v0.3.0
6542026-05-08T01:24:19.666Z Downloaded env_filter v1.0.0
6552026-05-08T01:24:19.666Z Downloaded hex-literal v0.4.1
6562026-05-08T01:24:19.679Z Downloaded hex v0.4.3
6572026-05-08T01:24:19.679Z Downloaded bytes v1.11.1
6582026-05-08T01:24:19.679Z Downloaded deranged v0.5.8
6592026-05-08T01:24:19.679Z Downloaded cancel-safe-futures v0.1.5
6602026-05-08T01:24:19.679Z Downloaded ff v0.13.1
6612026-05-08T01:24:19.679Z Downloaded foreign-types-shared v0.1.1
6622026-05-08T01:24:19.679Z Downloaded corncobs v0.1.4
6632026-05-08T01:24:19.679Z Downloaded futures-task v0.3.32
6642026-05-08T01:24:19.680Z Downloaded fs_extra v1.3.0
6652026-05-08T01:24:19.680Z Downloaded crossbeam-deque v0.8.6
6662026-05-08T01:24:19.680Z Downloaded futures-executor v0.3.32
6672026-05-08T01:24:19.680Z Downloaded fallible-iterator v0.2.0
6682026-05-08T01:24:19.680Z Downloaded derive_builder_core v0.20.2
6692026-05-08T01:24:19.701Z Downloaded foldhash v0.1.5
6702026-05-08T01:24:19.701Z Downloaded ed25519 v2.2.3
6712026-05-08T01:24:19.701Z Downloaded diff v0.1.13
6722026-05-08T01:24:19.701Z Downloaded hostname v0.3.1
6732026-05-08T01:24:19.701Z Downloaded darling v0.23.0
6742026-05-08T01:24:19.701Z Downloaded des v0.8.1
6752026-05-08T01:24:19.701Z Downloaded fs-err v2.11.0
6762026-05-08T01:24:19.701Z Downloaded derive-ex v0.1.8
6772026-05-08T01:24:19.701Z Downloaded daft v0.1.5
6782026-05-08T01:24:19.701Z Downloaded colored v2.2.0
6792026-05-08T01:24:19.702Z Downloaded clang-sys v1.8.1
6802026-05-08T01:24:19.715Z Downloaded cookie v0.18.1
6812026-05-08T01:24:19.715Z Downloaded http-body v1.0.1
6822026-05-08T01:24:19.715Z Downloaded httpdate v1.0.3
6832026-05-08T01:24:19.715Z Downloaded hubpack v0.1.2
6842026-05-08T01:24:19.715Z Downloaded hostname v0.4.2
6852026-05-08T01:24:19.715Z Downloaded chacha20 v0.10.0
6862026-05-08T01:24:19.715Z Downloaded http-range v0.1.5
6872026-05-08T01:24:19.716Z Downloaded backon v1.6.0
6882026-05-08T01:24:19.716Z Downloaded ident_case v1.0.1
6892026-05-08T01:24:19.716Z Downloaded hubpack_derive v0.1.1
6902026-05-08T01:24:19.716Z Downloaded git-stub-vcs v0.1.0
6912026-05-08T01:24:19.716Z Downloaded inout v0.1.4
6922026-05-08T01:24:19.716Z Downloaded indoc v1.0.9
6932026-05-08T01:24:19.716Z Downloaded console v0.16.2
6942026-05-08T01:24:19.716Z Downloaded glob v0.3.3
6952026-05-08T01:24:19.716Z Downloaded erased-serde v0.3.31
6962026-05-08T01:24:19.716Z Downloaded crossbeam-epoch v0.9.18
6972026-05-08T01:24:19.716Z Downloaded bzip2 v0.6.1
6982026-05-08T01:24:19.730Z Downloaded group v0.13.0
6992026-05-08T01:24:19.730Z Downloaded globset v0.4.18
7002026-05-08T01:24:19.730Z Downloaded find-msvc-tools v0.1.9
7012026-05-08T01:24:19.730Z Downloaded drift v0.1.4
7022026-05-08T01:24:19.730Z Downloaded internet-checksum v0.2.1
7032026-05-08T01:24:19.730Z Downloaded is_ci v1.2.0
7042026-05-08T01:24:19.730Z Downloaded argon2 v0.5.3
7052026-05-08T01:24:19.736Z Downloaded is-terminal v0.4.17
7062026-05-08T01:24:19.736Z Downloaded instant v0.1.13
7072026-05-08T01:24:19.736Z Downloaded indent_write v2.2.0
7082026-05-08T01:24:19.736Z Downloaded derive_more v0.99.20
7092026-05-08T01:24:19.737Z Downloaded getrandom v0.2.17
7102026-05-08T01:24:19.737Z Downloaded ecdsa v0.16.9
7112026-05-08T01:24:19.737Z Downloaded futures-channel v0.3.32
7122026-05-08T01:24:19.737Z Downloaded lalrpop-util v0.19.12
7132026-05-08T01:24:19.737Z Downloaded lazy_static v1.5.0
7142026-05-08T01:24:19.737Z Downloaded keccak v0.1.6
7152026-05-08T01:24:19.745Z Downloaded kstat-rs v0.2.4
7162026-05-08T01:24:19.745Z Downloaded crc32fast v1.5.0
7172026-05-08T01:24:19.745Z Downloaded filetime v0.2.27
7182026-05-08T01:24:19.745Z Downloaded convert_case v0.10.0
7192026-05-08T01:24:19.745Z Downloaded lru-slab v0.1.2
7202026-05-08T01:24:19.745Z Downloaded constant_time_eq v0.4.2
7212026-05-08T01:24:19.765Z Downloaded home v0.5.12
7222026-05-08T01:24:19.765Z Downloaded async-bb8-diesel v0.2.1
7232026-05-08T01:24:19.765Z Downloaded bitfield v0.19.4
7242026-05-08T01:24:19.765Z Downloaded ciborium v0.2.2
7252026-05-08T01:24:19.765Z Downloaded lru v0.12.5
7262026-05-08T01:24:19.765Z Downloaded highway v1.3.0
7272026-05-08T01:24:19.765Z Downloaded match_cfg v0.1.0
7282026-05-08T01:24:19.765Z Downloaded maplit v1.0.2
7292026-05-08T01:24:19.765Z Downloaded managed v0.8.0
7302026-05-08T01:24:19.765Z Downloaded blake2 v0.10.6
7312026-05-08T01:24:19.791Z Downloaded lzss v0.8.2
7322026-05-08T01:24:19.791Z Downloaded memoffset v0.9.1
7332026-05-08T01:24:19.791Z Downloaded cookie_store v0.22.1
7342026-05-08T01:24:19.791Z Downloaded cassowary v0.3.0
7352026-05-08T01:24:19.792Z Downloaded camino-tempfile-ext v0.3.3
7362026-05-08T01:24:19.792Z Downloaded linked-hash-map v0.5.6
7372026-05-08T01:24:19.792Z Downloaded http-body-util v0.1.3
7382026-05-08T01:24:19.792Z Downloaded libscf-sys v1.1.0
7392026-05-08T01:24:19.792Z Downloaded md5 v0.7.0
7402026-05-08T01:24:19.792Z Downloaded hyper-tls v0.6.0
7412026-05-08T01:24:19.792Z Downloaded arc-swap v1.8.2
7422026-05-08T01:24:19.792Z Downloaded mime v0.3.17
7432026-05-08T01:24:19.792Z Downloaded maybe-uninit v2.0.0
7442026-05-08T01:24:19.793Z Downloaded md-5 v0.10.6
7452026-05-08T01:24:19.793Z Downloaded lru-cache v0.1.2
7462026-05-08T01:24:19.793Z Downloaded newline-converter v0.3.0
7472026-05-08T01:24:19.793Z Downloaded instability v0.3.11
7482026-05-08T01:24:19.793Z Downloaded hyper-staticfile v0.10.1
7492026-05-08T01:24:19.794Z Downloaded humantime v2.3.0
7502026-05-08T01:24:19.794Z Downloaded const_format v0.2.35
7512026-05-08T01:24:19.811Z Downloaded ingot-types v0.1.2
7522026-05-08T01:24:19.811Z Downloaded indoc v2.0.7
7532026-05-08T01:24:19.811Z Downloaded impl-trait-for-tuples v0.2.3
7542026-05-08T01:24:19.811Z Downloaded newtype-uuid-macros v0.1.0
7552026-05-08T01:24:19.811Z Downloaded new_debug_unreachable v1.0.6
7562026-05-08T01:24:19.811Z Downloaded num-conv v0.2.0
7572026-05-08T01:24:19.811Z Downloaded ipnetwork v0.21.1
7582026-05-08T01:24:19.811Z Downloaded ipnet v2.11.0
7592026-05-08T01:24:19.811Z Downloaded ingot v0.1.1
7602026-05-08T01:24:19.811Z Downloaded crc-any v2.5.0
7612026-05-08T01:24:19.813Z Downloaded nodrop v0.1.14
7622026-05-08T01:24:19.813Z Downloaded newtype_derive v0.1.6
7632026-05-08T01:24:19.813Z Downloaded allocator-api2 v0.2.21
7642026-05-08T01:24:19.813Z Downloaded nonempty v0.12.0
7652026-05-08T01:24:19.813Z Downloaded num v0.4.3
7662026-05-08T01:24:19.813Z Downloaded multimap v0.10.1
7672026-05-08T01:24:19.813Z Downloaded nibble_vec v0.1.0
7682026-05-08T01:24:19.813Z Downloaded normalize-line-endings v0.3.0
7692026-05-08T01:24:19.813Z Downloaded num-derive v0.4.2
7702026-05-08T01:24:19.813Z Downloaded num-iter v0.1.45
7712026-05-08T01:24:19.813Z Downloaded jobserver v0.1.34
7722026-05-08T01:24:19.813Z Downloaded env_logger v0.11.9
7732026-05-08T01:24:19.813Z Downloaded derive-where v1.6.0
7742026-05-08T01:24:19.827Z Downloaded darling v0.21.3
7752026-05-08T01:24:19.827Z Downloaded chacha20poly1305 v0.10.1
7762026-05-08T01:24:19.827Z Downloaded libsw v3.5.0
7772026-05-08T01:24:19.827Z Downloaded num-derive v0.3.3
7782026-05-08T01:24:19.827Z Downloaded der v0.7.10
7792026-05-08T01:24:19.827Z Downloaded libefi-sys v0.1.0
7802026-05-08T01:24:19.827Z Downloaded hmac v0.12.1
7812026-05-08T01:24:19.828Z Downloaded opaque-debug v0.3.1
7822026-05-08T01:24:19.828Z Downloaded openssl-macros v0.1.1
7832026-05-08T01:24:19.828Z Downloaded libsw-core v0.3.2
7842026-05-08T01:24:19.828Z Downloaded num_enum_derive v0.5.11
7852026-05-08T01:24:19.856Z Downloaded olpc-cjson v0.1.4
7862026-05-08T01:24:19.856Z Downloaded linear-map v1.2.0
7872026-05-08T01:24:19.856Z Downloaded ar_archive_writer v0.5.1
7882026-05-08T01:24:19.856Z Downloaded getrandom v0.3.4
7892026-05-08T01:24:19.856Z Downloaded hyper-rustls v0.27.7
7902026-05-08T01:24:19.856Z Downloaded openssl-probe v0.2.1
7912026-05-08T01:24:19.856Z Downloaded defmt v1.0.1
7922026-05-08T01:24:19.856Z Downloaded oso-derive v0.27.3
7932026-05-08T01:24:19.856Z Downloaded darling_core v0.20.11
7942026-05-08T01:24:19.856Z Downloaded openssl-probe v0.1.6
7952026-05-08T01:24:19.857Z Downloaded native-tls v0.2.18
7962026-05-08T01:24:19.857Z Downloaded nanorand v0.7.0
7972026-05-08T01:24:19.883Z Downloaded newtype-uuid v1.3.2
7982026-05-08T01:24:19.883Z Downloaded iana-time-zone v0.1.65
7992026-05-08T01:24:19.883Z Downloaded half v2.7.1
8002026-05-08T01:24:19.883Z Downloaded flume v0.11.1
8012026-05-08T01:24:19.883Z Downloaded ingot-macros v0.1.1
8022026-05-08T01:24:19.883Z Downloaded diesel_derives v2.3.7
8032026-05-08T01:24:19.883Z Downloaded parse-size v1.1.0
8042026-05-08T01:24:19.883Z Downloaded pbkdf2 v0.12.2
8052026-05-08T01:24:19.884Z Downloaded parse-display v0.10.0
8062026-05-08T01:24:19.884Z Downloaded fatfs v0.3.6
8072026-05-08T01:24:19.884Z Downloaded nu-ansi-term v0.50.3
8082026-05-08T01:24:19.884Z Downloaded dropshot_endpoint v0.17.0
8092026-05-08T01:24:19.884Z Downloaded darling_core v0.21.3
8102026-05-08T01:24:19.884Z Downloaded derive_builder v0.20.2
8112026-05-08T01:24:19.889Z Downloaded num-complex v0.4.6
8122026-05-08T01:24:19.889Z Downloaded peg-runtime v0.8.5
8132026-05-08T01:24:19.889Z Downloaded phf_shared v0.12.1
8142026-05-08T01:24:19.889Z Downloaded pbkdf2 v0.11.0
8152026-05-08T01:24:19.889Z Downloaded phf_shared v0.11.3
8162026-05-08T01:24:19.890Z Downloaded memmap2 v0.9.10
8172026-05-08T01:24:19.890Z Downloaded path-slash v0.1.5
8182026-05-08T01:24:19.890Z Downloaded darling_core v0.23.0
8192026-05-08T01:24:19.890Z Downloaded pin-utils v0.1.0
8202026-05-08T01:24:19.890Z Downloaded phf_shared v0.13.1
8212026-05-08T01:24:19.890Z Downloaded num_enum_derive v0.7.5
8222026-05-08T01:24:19.890Z Downloaded num_enum v0.7.5
8232026-05-08T01:24:19.890Z Downloaded owo-colors v4.3.0
8242026-05-08T01:24:19.890Z Downloaded compact_str v0.8.1
8252026-05-08T01:24:19.890Z Downloaded packed_struct_codegen v0.10.1
8262026-05-08T01:24:19.890Z Downloaded bumpalo v3.20.2
8272026-05-08T01:24:19.890Z Downloaded multer v3.1.0
8282026-05-08T01:24:19.923Z Downloaded predicates-tree v1.0.13
8292026-05-08T01:24:19.933Z Downloaded predicates-core v1.0.10
8302026-05-08T01:24:19.933Z Downloaded precomputed-hash v0.1.1
8312026-05-08T01:24:19.933Z Downloaded powerfmt v0.2.0
8322026-05-08T01:24:19.933Z Downloaded num_enum v0.5.11
8332026-05-08T01:24:19.933Z Downloaded litrs v1.0.0
8342026-05-08T01:24:19.934Z Downloaded proc-macro-crate v3.4.0
8352026-05-08T01:24:19.934Z Downloaded proc-macro-crate v1.3.1
8362026-05-08T01:24:19.934Z Downloaded oxnet v0.1.4
8372026-05-08T01:24:19.934Z Downloaded oxide-tokio-rt v0.1.4
8382026-05-08T01:24:19.934Z Downloaded flate2 v1.1.9
8392026-05-08T01:24:19.934Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-05-08T01:24:19.934Z Downloaded num-rational v0.4.2
8412026-05-08T01:24:19.934Z Downloaded mime_guess v2.0.5
8422026-05-08T01:24:19.934Z Downloaded ignore v0.4.25
8432026-05-08T01:24:19.934Z Downloaded indexmap v1.9.3
8442026-05-08T01:24:19.934Z Downloaded psl-types v2.0.11
8452026-05-08T01:24:19.934Z Downloaded base64 v0.22.1
8462026-05-08T01:24:19.960Z Downloaded progenitor-macro v0.11.2
8472026-05-08T01:24:19.960Z Downloaded progenitor-client v0.14.0
8482026-05-08T01:24:19.960Z Downloaded progenitor-client v0.10.0
8492026-05-08T01:24:19.960Z Downloaded progenitor-macro v0.13.0
8502026-05-08T01:24:19.960Z Downloaded peg-macros v0.8.5
8512026-05-08T01:24:19.961Z Downloaded password-hash v0.5.0
8522026-05-08T01:24:19.961Z Downloaded crypto-bigint v0.5.5
8532026-05-08T01:24:19.961Z Downloaded progenitor-macro v0.10.0
8542026-05-08T01:24:19.961Z Downloaded pem v3.0.6
8552026-05-08T01:24:19.961Z Downloaded parking_lot v0.11.2
8562026-05-08T01:24:19.961Z Downloaded password-hash v0.4.2
8572026-05-08T01:24:19.961Z Downloaded httparse v1.10.1
8582026-05-08T01:24:19.961Z Downloaded radium v0.7.0
8592026-05-08T01:24:19.961Z Downloaded paste v1.0.15
8602026-05-08T01:24:19.961Z Downloaded poly1305 v0.8.0
8612026-05-08T01:24:19.980Z Downloaded phf v0.13.1
8622026-05-08T01:24:19.980Z Downloaded pem-rfc7468 v0.7.0
8632026-05-08T01:24:19.980Z Downloaded cc v1.2.56
8642026-05-08T01:24:19.980Z Downloaded quick-error v1.2.3
8652026-05-08T01:24:19.980Z Downloaded ed25519-dalek v2.2.0
8662026-05-08T01:24:19.981Z Downloaded base64 v0.21.7
8672026-05-08T01:24:19.981Z Downloaded peg v0.8.5
8682026-05-08T01:24:19.981Z Downloaded predicates v3.1.4
8692026-05-08T01:24:19.981Z Downloaded pkg-config v0.3.32
8702026-05-08T01:24:19.981Z Downloaded pkcs8 v0.10.2
8712026-05-08T01:24:19.981Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-05-08T01:24:19.981Z Downloaded ppv-lite86 v0.2.21
8732026-05-08T01:24:19.981Z Downloaded postgres-protocol v0.6.10
8742026-05-08T01:24:19.994Z Downloaded indicatif v0.18.4
8752026-05-08T01:24:19.994Z Downloaded parking_lot_core v0.9.12
8762026-05-08T01:24:19.995Z Downloaded rfc6979 v0.4.0
8772026-05-08T01:24:19.995Z Downloaded packed_struct v0.10.1
8782026-05-08T01:24:19.995Z Downloaded recursive v0.1.1
8792026-05-08T01:24:19.995Z Downloaded rand_xorshift v0.4.0
8802026-05-08T01:24:19.995Z Downloaded progenitor v0.10.0
8812026-05-08T01:24:19.995Z Downloaded derive_more v2.1.1
8822026-05-08T01:24:19.995Z Downloaded dropshot-api-manager v0.7.1
8832026-05-08T01:24:20.020Z Downloaded proc-macro-error2 v2.0.1
8842026-05-08T01:24:20.020Z Downloaded ref-cast-impl v1.0.25
8852026-05-08T01:24:20.020Z Downloaded progenitor v0.14.0
8862026-05-08T01:24:20.020Z Downloaded progenitor v0.11.2
8872026-05-08T01:24:20.020Z Downloaded progenitor-client v0.11.2
8882026-05-08T01:24:20.020Z Downloaded psm v0.1.30
8892026-05-08T01:24:20.020Z Downloaded ref-cast v1.0.25
8902026-05-08T01:24:20.020Z Downloaded progenitor v0.13.0
8912026-05-08T01:24:20.020Z Downloaded async-compression v0.4.41
8922026-05-08T01:24:20.036Z Downloaded russh-cryptovec v0.7.3
8932026-05-08T01:24:20.037Z Downloaded pkcs1 v0.7.5
8942026-05-08T01:24:20.037Z Downloaded rustc_version v0.1.7
8952026-05-08T01:24:20.037Z Downloaded rtoolbox v0.0.3
8962026-05-08T01:24:20.037Z Downloaded rustc-hash v2.1.1
8972026-05-08T01:24:20.037Z Downloaded phf v0.12.1
8982026-05-08T01:24:20.037Z Downloaded primeorder v0.13.6
8992026-05-08T01:24:20.037Z Downloaded heapless v0.8.0
9002026-05-08T01:24:20.037Z Downloaded pin-project-internal v1.1.11
9012026-05-08T01:24:20.037Z Downloaded r2d2 v0.8.10
9022026-05-08T01:24:20.037Z Downloaded pin-project-lite v0.2.17
9032026-05-08T01:24:20.037Z Downloaded progenitor-macro v0.14.0
9042026-05-08T01:24:20.037Z Downloaded progenitor-extras v0.2.0
9052026-05-08T01:24:20.037Z Downloaded pkcs5 v0.7.1
9062026-05-08T01:24:20.037Z Downloaded heapless v0.7.17
9072026-05-08T01:24:20.038Z Downloaded expectorate v1.2.0
9082026-05-08T01:24:20.038Z Downloaded parse-display-derive v0.10.0
9092026-05-08T01:24:20.038Z Downloaded parking_lot_core v0.8.6
9102026-05-08T01:24:20.038Z Downloaded postcard v1.1.3
9112026-05-08T01:24:20.053Z Downloaded rand_chacha v0.9.0
9122026-05-08T01:24:20.053Z Downloaded rand_core v0.10.0
9132026-05-08T01:24:20.053Z Downloaded polyval v0.6.2
9142026-05-08T01:24:20.053Z Downloaded rand_core v0.9.5
9152026-05-08T01:24:20.053Z Downloaded omicron-zone-package v0.12.2
9162026-05-08T01:24:20.053Z Downloaded rustc_version v0.4.1
9172026-05-08T01:24:20.053Z Downloaded rand_seeder v0.4.0
9182026-05-08T01:24:20.053Z Downloaded p256 v0.13.2
9192026-05-08T01:24:20.053Z Downloaded postgres-types v0.2.12
9202026-05-08T01:24:20.053Z Downloaded libbz2-rs-sys v0.2.2
9212026-05-08T01:24:20.053Z Downloaded scheduled-thread-pool v0.2.7
9222026-05-08T01:24:20.053Z Downloaded same-file v1.0.6
9232026-05-08T01:24:20.053Z Downloaded headers v0.4.1
9242026-05-08T01:24:20.070Z Downloaded sapling-renderdag v0.1.0
9252026-05-08T01:24:20.070Z Downloaded num-integer v0.1.46
9262026-05-08T01:24:20.070Z Downloaded scroll_derive v0.13.1
9272026-05-08T01:24:20.071Z Downloaded futures v0.3.32
9282026-05-08T01:24:20.071Z Downloaded miniz_oxide v0.8.9
9292026-05-08T01:24:20.071Z Downloaded papergrid v0.17.0
9302026-05-08T01:24:20.071Z Downloaded parking_lot v0.12.5
9312026-05-08T01:24:20.071Z Downloaded oso v0.27.3
9322026-05-08T01:24:20.071Z Downloaded scopeguard v1.2.0
9332026-05-08T01:24:20.071Z Downloaded scrypt v0.11.0
9342026-05-08T01:24:20.107Z Downloaded secrecy v0.8.0
9352026-05-08T01:24:20.107Z Downloaded salsa20 v0.10.2
9362026-05-08T01:24:20.107Z Downloaded semver v0.1.20
9372026-05-08T01:24:20.107Z Downloaded secrecy v0.10.3
9382026-05-08T01:24:20.107Z Downloaded progenitor-client v0.13.0
9392026-05-08T01:24:20.107Z Downloaded hickory-resolver v0.25.2
9402026-05-08T01:24:20.107Z Downloaded serde-big-array v0.5.1
9412026-05-08T01:24:20.107Z Downloaded resolv-conf v0.7.6
9422026-05-08T01:24:20.107Z Downloaded jiff-static v0.2.21
9432026-05-08T01:24:20.107Z Downloaded derive_more-impl v2.1.1
9442026-05-08T01:24:20.107Z Downloaded hashbrown v0.13.2
9452026-05-08T01:24:20.107Z Downloaded serde_spanned v1.0.4
9462026-05-08T01:24:20.108Z Downloaded serde_repr v0.1.20
9472026-05-08T01:24:20.108Z Downloaded serde_bytes v0.11.19
9482026-05-08T01:24:20.108Z Downloaded minimal-lexical v0.2.1
9492026-05-08T01:24:20.108Z Downloaded serde_plain v1.0.2
9502026-05-08T01:24:20.108Z Downloaded seq-macro v0.3.6
9512026-05-08T01:24:20.108Z Downloaded rand_chacha v0.3.1
9522026-05-08T01:24:20.108Z Downloaded quinn-udp v0.5.14
9532026-05-08T01:24:20.108Z Downloaded hickory-resolver v0.24.4
9542026-05-08T01:24:20.108Z Downloaded lock_api v0.4.14
9552026-05-08T01:24:20.108Z Downloaded num_threads v0.1.7
9562026-05-08T01:24:20.108Z Downloaded libloading v0.8.9
9572026-05-08T01:24:20.108Z Downloaded elliptic-curve v0.13.8
9582026-05-08T01:24:20.108Z Downloaded rand_core v0.6.4
9592026-05-08T01:24:20.108Z Downloaded sha1 v0.10.6
9602026-05-08T01:24:20.120Z Downloaded rustls-native-certs v0.8.3
9612026-05-08T01:24:20.120Z Downloaded half v1.8.3
9622026-05-08T01:24:20.121Z Downloaded dropshot_endpoint v0.16.7
9632026-05-08T01:24:20.121Z Downloaded shell-words v1.1.1
9642026-05-08T01:24:20.121Z Downloaded const-oid v0.9.6
9652026-05-08T01:24:20.121Z Downloaded blowfish v0.9.1
9662026-05-08T01:24:20.121Z Downloaded dunce v1.0.5
9672026-05-08T01:24:20.121Z Downloaded derive_builder_macro v0.20.2
9682026-05-08T01:24:20.121Z Downloaded darling_macro v0.23.0
9692026-05-08T01:24:20.121Z Downloaded cstr-argument v0.1.2
9702026-05-08T01:24:20.121Z Downloaded arrayvec v0.7.6
9712026-05-08T01:24:20.121Z Downloaded sigpipe v0.1.3
9722026-05-08T01:24:20.121Z Downloaded signal-hook-mio v0.2.5
9732026-05-08T01:24:20.121Z Downloaded prefix-trie v0.7.0
9742026-05-08T01:24:20.122Z Downloaded signature v2.2.0
9752026-05-08T01:24:20.122Z Downloaded signal-hook-tokio v0.3.1
9762026-05-08T01:24:20.131Z Downloaded slog-bunyan v2.5.0
9772026-05-08T01:24:20.131Z Downloaded scroll v0.13.0
9782026-05-08T01:24:20.131Z Downloaded hashbrown v0.12.3
9792026-05-08T01:24:20.131Z Downloaded rusty-fork v0.3.1
9802026-05-08T01:24:20.131Z Downloaded rustversion v1.0.22
9812026-05-08T01:24:20.167Z Downloaded sct v0.7.1
9822026-05-08T01:24:20.167Z Downloaded slog-envlogger v2.2.0
9832026-05-08T01:24:20.167Z Downloaded sec1 v0.7.3
9842026-05-08T01:24:20.167Z Downloaded progenitor-impl v0.13.0
9852026-05-08T01:24:20.167Z Downloaded progenitor-impl v0.10.0
9862026-05-08T01:24:20.167Z Downloaded serde-hex v0.1.0
9872026-05-08T01:24:20.167Z Downloaded openssl-sys v0.9.114
9882026-05-08T01:24:20.167Z Downloaded pin-project v1.1.11
9892026-05-08T01:24:20.167Z Downloaded ssh-encoding v0.2.0
9902026-05-08T01:24:20.167Z Downloaded ssh-cipher v0.2.0
9912026-05-08T01:24:20.195Z Downloaded serde_urlencoded v0.7.1
9922026-05-08T01:24:20.195Z Downloaded russh-keys v0.45.0
9932026-05-08T01:24:20.195Z Downloaded progenitor-impl v0.14.0
9942026-05-08T01:24:20.195Z Downloaded progenitor-impl v0.11.2
9952026-05-08T01:24:20.195Z Downloaded rustls-pemfile v2.2.0
9962026-05-08T01:24:20.195Z Downloaded shlex v1.3.0
9972026-05-08T01:24:20.195Z Downloaded hyper-util v0.1.20
9982026-05-08T01:24:20.195Z Downloaded serde_derive_internals v0.29.1
9992026-05-08T01:24:20.195Z Downloaded http v1.4.0
10002026-05-08T01:24:20.195Z Downloaded strum v0.26.3
10012026-05-08T01:24:20.196Z Downloaded rustls-pki-types v1.14.0
10022026-05-08T01:24:20.196Z Downloaded rcgen v0.12.1
10032026-05-08T01:24:20.196Z Downloaded pretty_assertions v1.4.1
10042026-05-08T01:24:20.196Z Downloaded num-bigint v0.4.6
10052026-05-08T01:24:20.212Z Downloaded strum v0.27.2
10062026-05-08T01:24:20.213Z Downloaded rustls-pemfile v1.0.4
10072026-05-08T01:24:20.213Z Downloaded prettyplease v0.2.37
10082026-05-08T01:24:20.213Z Downloaded structmeta v0.3.0
10092026-05-08T01:24:20.213Z Downloaded strip-ansi-escapes v0.2.1
10102026-05-08T01:24:20.213Z Downloaded siphasher v1.0.2
10112026-05-08T01:24:20.213Z Downloaded simd-adler32 v0.3.8
10122026-05-08T01:24:20.213Z Downloaded structmeta-derive v0.3.0
10132026-05-08T01:24:20.213Z Downloaded slog-dtrace v0.3.0
10142026-05-08T01:24:20.213Z Downloaded supports-color v3.0.2
10152026-05-08T01:24:20.213Z Downloaded slog-async v2.8.0
10162026-05-08T01:24:20.213Z Downloaded slab v0.4.12
10172026-05-08T01:24:20.213Z Downloaded subtle v2.6.1
10182026-05-08T01:24:20.214Z Downloaded tabled_derive v0.11.0
10192026-05-08T01:24:20.214Z Downloaded slog-json v2.6.1
10202026-05-08T01:24:20.214Z Downloaded sync_wrapper v1.0.2
10212026-05-08T01:24:20.214Z Downloaded signal-hook-registry v1.4.8
10222026-05-08T01:24:20.214Z Downloaded hickory-server v0.25.2
10232026-05-08T01:24:20.214Z Downloaded slog-scope v4.4.1
10242026-05-08T01:24:20.214Z Downloaded schemars_derive v0.8.22
10252026-05-08T01:24:20.214Z Downloaded slog-term v2.9.2
10262026-05-08T01:24:20.230Z Downloaded take_mut v0.2.2
10272026-05-08T01:24:20.230Z Downloaded tagptr v0.2.0
10282026-05-08T01:24:20.230Z Downloaded tap v1.0.1
10292026-05-08T01:24:20.230Z Downloaded sqlparser_derive v0.5.0
10302026-05-08T01:24:20.230Z Downloaded spki v0.7.3
10312026-05-08T01:24:20.230Z Downloaded snafu-derive v0.8.9
10322026-05-08T01:24:20.230Z Downloaded slog-stdlog v4.1.1
10332026-05-08T01:24:20.230Z Downloaded smallvec v0.6.14
10342026-05-08T01:24:20.230Z Downloaded ron v0.8.1
10352026-05-08T01:24:20.231Z Downloaded mio v1.2.0
10362026-05-08T01:24:20.231Z Downloaded itertools v0.10.5
10372026-05-08T01:24:20.231Z Downloaded time-core v0.1.8
10382026-05-08T01:24:20.231Z Downloaded stringprep v0.1.5
10392026-05-08T01:24:20.231Z Downloaded stacker v0.1.23
10402026-05-08T01:24:20.238Z Downloaded serde_path_to_error v0.1.20
10412026-05-08T01:24:20.238Z Downloaded tabwriter v1.4.1
10422026-05-08T01:24:20.238Z Downloaded serde_cbor v0.11.2
10432026-05-08T01:24:20.238Z Downloaded static_assertions v1.1.0
10442026-05-08T01:24:20.238Z Downloaded sync-ptr v0.1.4
10452026-05-08T01:24:20.238Z Downloaded nom v7.1.3
10462026-05-08T01:24:20.239Z Downloaded sqlformat v0.3.5
10472026-05-08T01:24:20.239Z Downloaded blake3 v1.8.3
10482026-05-08T01:24:20.260Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-08T01:24:20.261Z Downloaded testing_table v0.3.0
10502026-05-08T01:24:20.261Z Downloaded termtree v0.5.1
10512026-05-08T01:24:20.280Z Downloaded thread-id v5.1.0
10522026-05-08T01:24:20.280Z Downloaded strum_macros v0.26.4
10532026-05-08T01:24:20.280Z Downloaded strum_macros v0.27.2
10542026-05-08T01:24:20.280Z Downloaded tinyvec_macros v0.1.1
10552026-05-08T01:24:20.280Z Downloaded tokio-macros v2.7.0
10562026-05-08T01:24:20.280Z Downloaded strum_macros v0.24.3
10572026-05-08T01:24:20.280Z Downloaded hashbrown v0.16.1
10582026-05-08T01:24:20.280Z Downloaded ryu v1.0.23
10592026-05-08T01:24:20.287Z Downloaded support-bundle-viewer v0.1.2
10602026-05-08T01:24:20.287Z Downloaded hashbrown v0.15.5
10612026-05-08T01:24:20.287Z Downloaded smf v0.2.3
10622026-05-08T01:24:20.287Z Downloaded qorb v0.4.1
10632026-05-08T01:24:20.287Z Downloaded topological-sort v0.2.2
10642026-05-08T01:24:20.287Z Downloaded iddqd v0.3.18
10652026-05-08T01:24:20.298Z Downloaded spin v0.9.8
10662026-05-08T01:24:20.328Z Downloaded termios v0.3.3
10672026-05-08T01:24:20.328Z Downloaded tower-layer v0.3.3
10682026-05-08T01:24:20.328Z Downloaded trait-variant v0.1.2
10692026-05-08T01:24:20.328Z Downloaded iri-string v0.7.10
10702026-05-08T01:24:20.328Z Downloaded try-lock v0.2.5
10712026-05-08T01:24:20.328Z Downloaded quinn v0.11.9
10722026-05-08T01:24:20.328Z Downloaded string_cache v0.8.9
10732026-05-08T01:24:20.328Z Downloaded tower-service v0.3.3
10742026-05-08T01:24:20.328Z Downloaded thiserror-no-std v2.0.2
10752026-05-08T01:24:20.328Z Downloaded rustls-platform-verifier v0.6.2
10762026-05-08T01:24:20.329Z Downloaded serde_yaml v0.9.34+deprecated
10772026-05-08T01:24:20.329Z Downloaded thread_local v1.1.9
10782026-05-08T01:24:20.329Z Downloaded signal-hook v0.3.18
10792026-05-08T01:24:20.329Z Downloaded rayon-core v1.13.0
10802026-05-08T01:24:20.339Z Downloaded tiny-keccak v2.0.2
10812026-05-08T01:24:20.339Z Downloaded similar v2.7.0
10822026-05-08T01:24:20.339Z Downloaded typify-macro v0.4.3
10832026-05-08T01:24:20.339Z Downloaded time-macros v0.2.27
10842026-05-08T01:24:20.339Z Downloaded libxml v0.3.3
10852026-05-08T01:24:20.339Z Downloaded schemars v0.9.0
10862026-05-08T01:24:20.347Z Downloaded universal-hash v0.5.1
10872026-05-08T01:24:20.347Z Downloaded unit-prefix v0.5.2
10882026-05-08T01:24:20.347Z Downloaded unarray v0.1.4
10892026-05-08T01:24:20.347Z Downloaded untrusted v0.7.1
10902026-05-08T01:24:20.347Z Downloaded typify-macro v0.6.2
10912026-05-08T01:24:20.347Z Downloaded tokio-tungstenite v0.21.0
10922026-05-08T01:24:20.347Z Downloaded tokio-native-tls v0.3.1
10932026-05-08T01:24:20.347Z Downloaded untrusted v0.9.0
10942026-05-08T01:24:20.364Z Downloaded tokio-dtrace v0.1.1
10952026-05-08T01:24:20.364Z Downloaded publicsuffix v2.3.0
10962026-05-08T01:24:20.364Z Downloaded futures-util v0.3.32
10972026-05-08T01:24:20.365Z Downloaded usdt-macro v0.6.0
10982026-05-08T01:24:20.365Z Downloaded tokio-tungstenite v0.23.1
10992026-05-08T01:24:20.365Z Downloaded tls_codec_derive v0.4.2
11002026-05-08T01:24:20.369Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-05-08T01:24:20.369Z Downloaded term v0.7.0
11022026-05-08T01:24:20.369Z Downloaded utf-8 v0.7.6
11032026-05-08T01:24:20.369Z Downloaded itertools v0.14.0
11042026-05-08T01:24:20.369Z Downloaded socket2 v0.6.3
11052026-05-08T01:24:20.369Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-05-08T01:24:20.370Z Downloaded term v1.2.1
11072026-05-08T01:24:20.370Z Downloaded itertools v0.13.0
11082026-05-08T01:24:20.387Z Downloaded rand v0.9.2
11092026-05-08T01:24:20.392Z Downloaded rand v0.8.5
11102026-05-08T01:24:20.392Z Downloaded rsa v0.9.10
11112026-05-08T01:24:20.392Z Downloaded tui-tree-widget v0.23.1
11122026-05-08T01:24:20.392Z Downloaded void v1.0.2
11132026-05-08T01:24:20.392Z Downloaded num-bigint-dig v0.8.6
11142026-05-08T01:24:20.392Z Downloaded chrono v0.4.44
11152026-05-08T01:24:20.392Z Downloaded want v0.3.1
11162026-05-08T01:24:20.392Z Downloaded waitgroup v0.1.2
11172026-05-08T01:24:20.392Z Downloaded itertools v0.12.1
11182026-05-08T01:24:20.400Z Downloaded hyper v1.8.1
11192026-05-08T01:24:20.400Z Downloaded tokio-rustls v0.24.1
11202026-05-08T01:24:20.400Z Downloaded schemars v1.2.1
11212026-05-08T01:24:20.417Z Downloaded wait-timeout v0.2.1
11222026-05-08T01:24:20.424Z Downloaded samael v0.0.19
11232026-05-08T01:24:20.424Z Downloaded usdt-impl v0.6.0
11242026-05-08T01:24:20.424Z Downloaded slog v2.8.2
11252026-05-08T01:24:20.424Z Downloaded unicode-truncate v1.1.0
11262026-05-08T01:24:20.424Z Downloaded usdt-attr-macro v0.6.0
11272026-05-08T01:24:20.424Z Downloaded tokio-rustls v0.26.4
11282026-05-08T01:24:20.424Z Downloaded xshell-macros v0.2.7
11292026-05-08T01:24:20.424Z Downloaded uzers v0.12.2
11302026-05-08T01:24:20.424Z Downloaded unicase v2.9.0
11312026-05-08T01:24:20.424Z Downloaded zeroize_derive v1.4.3
11322026-05-08T01:24:20.424Z Downloaded rustls-webpki v0.103.9
11332026-05-08T01:24:20.424Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-05-08T01:24:20.433Z Downloaded socket2 v0.5.10
11352026-05-08T01:24:20.433Z Downloaded subprocess v0.2.15
11362026-05-08T01:24:20.434Z Downloaded tokio-stream v0.1.18
11372026-05-08T01:24:20.434Z Downloaded h2 v0.4.13
11382026-05-08T01:24:20.446Z Downloaded usdt v0.6.0
11392026-05-08T01:24:20.446Z Downloaded vergen-git2 v1.0.7
11402026-05-08T01:24:20.446Z Downloaded toml_parser v1.0.9+spec-1.1.0
11412026-05-08T01:24:20.446Z Downloaded snafu v0.8.9
11422026-05-08T01:24:20.446Z Downloaded rand v0.10.0
11432026-05-08T01:24:20.446Z Downloaded vsss-rs v3.3.4
11442026-05-08T01:24:20.446Z Downloaded vergen-lib v0.1.6
11452026-05-08T01:24:20.446Z Downloaded tls_codec v0.4.2
11462026-05-08T01:24:20.446Z Downloaded schemars v0.8.22
11472026-05-08T01:24:20.458Z Downloaded zone_cfg_derive v0.3.1
11482026-05-08T01:24:20.458Z Downloaded zone v0.3.1
11492026-05-08T01:24:20.459Z Downloaded walkdir v2.5.0
11502026-05-08T01:24:20.459Z Downloaded test-strategy v0.4.5
11512026-05-08T01:24:20.459Z Downloaded whoami v1.6.1
11522026-05-08T01:24:20.471Z Downloaded russh v0.45.0
11532026-05-08T01:24:20.471Z Downloaded whoami v2.1.0
11542026-05-08T01:24:20.471Z Downloaded xattr v1.6.1
11552026-05-08T01:24:20.471Z Downloaded serde_with_macros v3.17.0
11562026-05-08T01:24:20.471Z Downloaded libm v0.2.16
11572026-05-08T01:24:20.471Z Downloaded twox-hash v2.1.2
11582026-05-08T01:24:20.472Z Downloaded toml v0.7.8
11592026-05-08T01:24:20.479Z Downloaded tar v0.4.45
11602026-05-08T01:24:20.486Z Downloaded xshell v0.2.7
11612026-05-08T01:24:20.486Z Downloaded vergen v9.0.6
11622026-05-08T01:24:20.486Z Downloaded vergen-gitcl v1.0.8
11632026-05-08T01:24:20.486Z Downloaded p521 v0.13.3
11642026-05-08T01:24:20.486Z Downloaded tracing-attributes v0.1.31
11652026-05-08T01:24:20.497Z Downloaded tokio-rustls v0.25.0
11662026-05-08T01:24:20.498Z Downloaded tracing-core v0.1.36
11672026-05-08T01:24:20.498Z Downloaded tungstenite v0.23.0
11682026-05-08T01:24:20.498Z Downloaded tungstenite v0.21.0
11692026-05-08T01:24:20.498Z Downloaded tinyvec v1.10.0
11702026-05-08T01:24:20.509Z Downloaded zstd v0.13.3
11712026-05-08T01:24:20.509Z Downloaded toml v0.9.12+spec-1.1.0
11722026-05-08T01:24:20.512Z Downloaded zstd-safe v7.2.4
11732026-05-08T01:24:20.512Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-08T01:24:20.519Z Downloaded wyz v0.5.1
11752026-05-08T01:24:20.523Z Downloaded zeroize v1.8.2
11762026-05-08T01:24:20.523Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-05-08T01:24:20.532Z Downloaded hkdf v0.12.4
11782026-05-08T01:24:20.541Z Downloaded vte v0.14.1
11792026-05-08T01:24:20.541Z Downloaded unicode-properties v0.1.4
11802026-05-08T01:24:20.541Z Downloaded typify v0.6.2
11812026-05-08T01:24:20.541Z Downloaded typify v0.4.3
11822026-05-08T01:24:20.547Z Downloaded unsafe-libyaml v0.2.11
11832026-05-08T01:24:20.547Z Downloaded yasna v0.5.2
11842026-05-08T01:24:20.548Z Downloaded aws-lc-rs v1.16.0
11852026-05-08T01:24:20.560Z Downloaded unicode-bidi v0.3.18
11862026-05-08T01:24:20.560Z Downloaded tokio-postgres v0.7.16
11872026-05-08T01:24:20.560Z Downloaded rpassword v7.4.0
11882026-05-08T01:24:20.560Z Downloaded rustyline v14.0.0
11892026-05-08T01:24:20.576Z Downloaded zerocopy v0.6.6
11902026-05-08T01:24:20.576Z Downloaded uuid v1.23.0
11912026-05-08T01:24:20.586Z Downloaded steno v0.4.1
11922026-05-08T01:24:20.586Z Downloaded bitvec v1.0.1
11932026-05-08T01:24:20.598Z Downloaded unicode_categories v0.1.1
11942026-05-08T01:24:20.598Z Downloaded reedline v0.40.0
11952026-05-08T01:24:20.604Z Downloaded p384 v0.13.1
11962026-05-08T01:24:20.604Z Downloaded yansi v1.0.1
11972026-05-08T01:24:20.615Z Downloaded zopfli v0.8.3
11982026-05-08T01:24:20.616Z Downloaded toml_edit v0.19.15
11992026-05-08T01:24:20.625Z Downloaded zip v0.6.6
12002026-05-08T01:24:20.625Z Downloaded ssh-key v0.6.7
12012026-05-08T01:24:20.638Z Downloaded rayon v1.11.0
12022026-05-08T01:24:20.643Z Downloaded quick-xml v0.37.5
12032026-05-08T01:24:20.644Z Downloaded lalrpop v0.19.12
12042026-05-08T01:24:20.655Z Downloaded reqwest v0.13.2
12052026-05-08T01:24:20.661Z Downloaded salty v0.3.0
12062026-05-08T01:24:20.662Z Downloaded reqwest v0.12.28
12072026-05-08T01:24:20.669Z Downloaded x509-cert v0.2.5
12082026-05-08T01:24:20.680Z Downloaded zerocopy-derive v0.8.40
12092026-05-08T01:24:20.687Z Downloaded git2 v0.20.4
12102026-05-08T01:24:20.695Z Downloaded regex v1.12.3
12112026-05-08T01:24:20.701Z Downloaded bindgen v0.71.1
12122026-05-08T01:24:20.718Z Downloaded tower v0.5.3
12132026-05-08T01:24:20.718Z Downloaded typed-path v0.9.3
12142026-05-08T01:24:20.723Z Downloaded zip v4.6.1
12152026-05-08T01:24:20.723Z Downloaded portable-atomic v1.13.1
12162026-05-08T01:24:20.723Z Downloaded moka v0.12.13
12172026-05-08T01:24:20.723Z Downloaded curve25519-dalek v4.1.3
12182026-05-08T01:24:20.730Z Downloaded tokio-util v0.7.18
12192026-05-08T01:24:20.746Z Downloaded rustls-webpki v0.101.7
12202026-05-08T01:24:20.753Z Downloaded unicode-segmentation v1.12.0
12212026-05-08T01:24:20.763Z Downloaded nix v0.27.1
12222026-05-08T01:24:20.767Z Downloaded petname v2.0.2
12232026-05-08T01:24:20.767Z Downloaded serde_with v3.17.0
12242026-05-08T01:24:20.775Z Downloaded winnow v0.5.40
12252026-05-08T01:24:20.781Z Downloaded quinn-proto v0.11.13
12262026-05-08T01:24:20.781Z Downloaded tower-http v0.6.8
12272026-05-08T01:24:20.785Z Downloaded proptest v1.10.0
12282026-05-08T01:24:20.790Z Downloaded tough v0.20.0
12292026-05-08T01:24:20.793Z Downloaded rustls-webpki v0.102.8
12302026-05-08T01:24:20.804Z Downloaded winnow v0.6.26
12312026-05-08T01:24:20.808Z Downloaded object v0.30.4
12322026-05-08T01:24:20.815Z Downloaded nix v0.28.0
12332026-05-08T01:24:20.820Z Downloaded hickory-proto v0.26.1
12342026-05-08T01:24:20.826Z Downloaded dropshot v0.16.7
12352026-05-08T01:24:20.839Z Downloaded time v0.3.47
12362026-05-08T01:24:20.846Z Downloaded nix v0.29.0
12372026-05-08T01:24:20.852Z Downloaded smoltcp v0.9.1
12382026-05-08T01:24:20.860Z Downloaded radix_trie v0.2.1
12392026-05-08T01:24:20.865Z Downloaded openssl v0.10.78
12402026-05-08T01:24:20.869Z Downloaded tabled v0.20.0
12412026-05-08T01:24:20.877Z Downloaded zlib-rs v0.6.2
12422026-05-08T01:24:20.881Z Downloaded nix v0.31.2
12432026-05-08T01:24:20.887Z Downloaded regex-syntax v0.6.29
12442026-05-08T01:24:20.890Z Downloaded bstr v1.12.1
12452026-05-08T01:24:20.897Z Downloaded polar-core v0.27.3
12462026-05-08T01:24:20.901Z Downloaded webpki-roots v1.0.6
12472026-05-08T01:24:20.904Z Downloaded smoltcp v0.11.0
12482026-05-08T01:24:20.910Z Downloaded rustls v0.21.12
12492026-05-08T01:24:20.917Z Downloaded hickory-proto v0.25.2
12502026-05-08T01:24:20.929Z Downloaded vcpkg v0.2.15
12512026-05-08T01:24:20.948Z Downloaded zerocopy v0.8.40
12522026-05-08T01:24:20.954Z Downloaded hickory-proto v0.24.4
12532026-05-08T01:24:20.962Z Downloaded dropshot v0.17.0
12542026-05-08T01:24:20.974Z Downloaded rustls v0.22.4
12552026-05-08T01:24:20.987Z Downloaded rustls v0.23.37
12562026-05-08T01:24:20.990Z Downloaded regress v0.10.5
12572026-05-08T01:24:20.993Z Downloaded regress v0.11.1
12582026-05-08T01:24:20.999Z Downloaded rustix v0.38.44
12592026-05-08T01:24:21.014Z Downloaded openapiv3 v2.2.0
12602026-05-08T01:24:21.019Z Downloaded regex-syntax v0.8.10
12612026-05-08T01:24:21.023Z Downloaded object v0.37.3
12622026-05-08T01:24:21.030Z Downloaded unicode-normalization v0.1.25
12632026-05-08T01:24:21.033Z Downloaded goblin v0.10.5
12642026-05-08T01:24:21.037Z Downloaded sqlparser v0.61.0
12652026-05-08T01:24:21.047Z Downloaded sled v0.34.7
12662026-05-08T01:24:21.069Z Downloaded typify-impl v0.6.2
12672026-05-08T01:24:21.077Z Downloaded typify-impl v0.4.3
12682026-05-08T01:24:21.085Z Downloaded tracing v0.1.44
12692026-05-08T01:24:21.098Z Downloaded ratatui v0.29.0
12702026-05-08T01:24:21.109Z Downloaded zerocopy-derive v0.6.6
12712026-05-08T01:24:21.115Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-08T01:24:21.122Z Downloaded regex-automata v0.4.14
12732026-05-08T01:24:21.134Z Downloaded petgraph v0.6.5
12742026-05-08T01:24:21.154Z Downloaded chrono-tz v0.10.4
12752026-05-08T01:24:21.165Z Downloaded jiff v0.2.21
12762026-05-08T01:24:21.176Z Downloaded petgraph v0.8.3
12772026-05-08T01:24:21.196Z Downloaded libz-sys v1.1.24
12782026-05-08T01:24:21.220Z Downloaded sha3 v0.10.8
12792026-05-08T01:24:21.224Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-05-08T01:24:21.233Z Downloaded csv v1.4.0
12812026-05-08T01:24:21.245Z Downloaded tokio v1.52.1
12822026-05-08T01:24:21.297Z Downloaded encoding_rs v0.8.35
12832026-05-08T01:24:21.310Z Downloaded ring v0.17.14
12842026-05-08T01:24:21.363Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-08T01:24:21.865Z Downloaded aws-lc-sys v0.37.1
12862026-05-08T01:24:22.118Z Compiling libc v0.2.185
12872026-05-08T01:24:22.121Z Compiling serde v1.0.228
12882026-05-08T01:24:22.121Z Compiling log v0.4.29
12892026-05-08T01:24:22.121Z Compiling find-msvc-tools v0.1.9
12902026-05-08T01:24:22.121Z Compiling shlex v1.3.0
12912026-05-08T01:24:22.121Z Compiling smallvec v1.15.1
12922026-05-08T01:24:22.121Z Compiling typenum v1.19.0
12932026-05-08T01:24:22.121Z Compiling subtle v2.6.1
12942026-05-08T01:24:22.121Z Compiling generic-array v0.14.7
12952026-05-08T01:24:22.121Z Compiling scopeguard v1.2.0
12962026-05-08T01:24:22.269Z Compiling const-oid v0.9.6
12972026-05-08T01:24:22.330Z Compiling portable-atomic v1.13.1
12982026-05-08T01:24:22.401Z Compiling syn v2.0.117
12992026-05-08T01:24:22.403Z Compiling zerocopy v0.8.40
13002026-05-08T01:24:22.403Z Compiling serde_json v1.0.149
13012026-05-08T01:24:22.416Z Compiling critical-section v1.2.0
13022026-05-08T01:24:22.461Z Compiling lock_api v0.4.14
13032026-05-08T01:24:22.476Z Compiling pin-project-lite v0.2.17
13042026-05-08T01:24:22.519Z Compiling parking_lot_core v0.9.12
13052026-05-08T01:24:22.533Z Compiling pkg-config v0.3.32
13062026-05-08T01:24:22.551Z Compiling bitflags v2.11.0
13072026-05-08T01:24:22.551Z Compiling libm v0.2.16
13082026-05-08T01:24:22.580Z Compiling num-traits v0.2.19
13092026-05-08T01:24:22.596Z Compiling futures-core v0.3.32
13102026-05-08T01:24:22.623Z Compiling percent-encoding v2.3.2
13112026-05-08T01:24:22.649Z Compiling rand_core v0.10.0
13122026-05-08T01:24:22.702Z Compiling cpufeatures v0.2.17
13132026-05-08T01:24:22.780Z Compiling futures-sink v0.3.32
13142026-05-08T01:24:22.811Z Compiling getrandom v0.4.1
13152026-05-08T01:24:22.827Z Compiling futures-io v0.3.32
13162026-05-08T01:24:22.840Z Compiling futures-task v0.3.32
13172026-05-08T01:24:22.855Z Compiling slab v0.4.12
13182026-05-08T01:24:22.869Z Compiling futures-channel v0.3.32
13192026-05-08T01:24:22.913Z Compiling rustversion v1.0.22
13202026-05-08T01:24:22.954Z Compiling getrandom v0.3.4
13212026-05-08T01:24:23.002Z Compiling indexmap v2.14.0
13222026-05-08T01:24:23.018Z Compiling form_urlencoded v1.2.2
13232026-05-08T01:24:23.043Z Compiling base64ct v1.8.3
13242026-05-08T01:24:23.057Z Compiling ident_case v1.0.1
13252026-05-08T01:24:23.111Z Compiling fs_extra v1.3.0
13262026-05-08T01:24:23.132Z Compiling dunce v1.0.5
13272026-05-08T01:24:23.147Z Compiling flagset v0.4.7
13282026-05-08T01:24:23.186Z Compiling getrandom v0.2.17
13292026-05-08T01:24:23.200Z Compiling jobserver v0.1.34
13302026-05-08T01:24:23.214Z Compiling errno v0.3.14
13312026-05-08T01:24:23.264Z Compiling mio v1.2.0
13322026-05-08T01:24:23.293Z Compiling socket2 v0.6.3
13332026-05-08T01:24:23.355Z Compiling rand_core v0.6.4
13342026-05-08T01:24:23.371Z Compiling signal-hook-registry v1.4.8
13352026-05-08T01:24:23.391Z Compiling once_cell v1.21.3
13362026-05-08T01:24:23.431Z Compiling cc v1.2.56
13372026-05-08T01:24:23.456Z Compiling parking_lot v0.12.5
13382026-05-08T01:24:23.544Z Compiling pem-rfc7468 v0.7.0
13392026-05-08T01:24:23.558Z Compiling rustix v1.1.3
13402026-05-08T01:24:23.599Z Compiling iana-time-zone v0.1.65
13412026-05-08T01:24:23.627Z Compiling uuid v1.23.0
13422026-05-08T01:24:23.658Z Compiling rustc_version v0.4.1
13432026-05-08T01:24:23.674Z Compiling aws-lc-rs v1.16.0
13442026-05-08T01:24:23.677Z Compiling vcpkg v0.2.15
13452026-05-08T01:24:23.762Z Compiling regex-syntax v0.8.10
13462026-05-08T01:24:23.830Z Compiling tracing-core v0.1.36
13472026-05-08T01:24:23.855Z Compiling base64 v0.22.1
13482026-05-08T01:24:23.868Z Compiling httparse v1.10.1
13492026-05-08T01:24:23.918Z Compiling rand_core v0.9.5
13502026-05-08T01:24:24.057Z Compiling openssl-probe v0.2.1
13512026-05-08T01:24:24.072Z Compiling untrusted v0.9.0
13522026-05-08T01:24:24.076Z Compiling untrusted v0.7.1
13532026-05-08T01:24:24.172Z Compiling schemars v0.8.22
13542026-05-08T01:24:24.187Z Compiling tower-layer v0.3.3
13552026-05-08T01:24:24.212Z Compiling dyn-clone v1.0.20
13562026-05-08T01:24:24.233Z Compiling cmake v0.1.57
13572026-05-08T01:24:24.250Z Compiling try-lock v0.2.5
13582026-05-08T01:24:24.250Z Compiling rustls v0.23.37
13592026-05-08T01:24:24.280Z Compiling tinyvec_macros v0.1.1
13602026-05-08T01:24:24.352Z Compiling atomic-waker v1.1.2
13612026-05-08T01:24:24.370Z Compiling tower-service v0.3.3
13622026-05-08T01:24:24.398Z Compiling want v0.3.1
13632026-05-08T01:24:24.401Z Compiling tinyvec v1.10.0
13642026-05-08T01:24:24.401Z Compiling spin v0.9.8
13652026-05-08T01:24:24.461Z Compiling aho-corasick v1.1.4
13662026-05-08T01:24:24.479Z Compiling openssl v0.10.78
13672026-05-08T01:24:24.482Z Compiling time-core v0.1.8
13682026-05-08T01:24:24.496Z Compiling num-conv v0.2.0
13692026-05-08T01:24:24.509Z Compiling powerfmt v0.2.0
13702026-05-08T01:24:24.524Z Compiling foreign-types-shared v0.1.1
13712026-05-08T01:24:24.566Z Compiling crc32fast v1.5.0
13722026-05-08T01:24:24.631Z Compiling httpdate v1.0.3
13732026-05-08T01:24:24.647Z Compiling pin-utils v0.1.0
13742026-05-08T01:24:24.662Z Compiling foreign-types v0.3.2
13752026-05-08T01:24:24.677Z Compiling wait-timeout v0.2.1
13762026-05-08T01:24:24.680Z Compiling time-macros v0.2.27
13772026-05-08T01:24:24.695Z Compiling num_threads v0.1.7
13782026-05-08T01:24:24.726Z Compiling deranged v0.5.8
13792026-05-08T01:24:24.739Z Compiling quick-error v1.2.3
13802026-05-08T01:24:24.754Z Compiling crossbeam-utils v0.8.21
13812026-05-08T01:24:24.771Z Compiling syn v1.0.109
13822026-05-08T01:24:24.787Z Compiling siphasher v1.0.2
13832026-05-08T01:24:24.787Z Compiling native-tls v0.2.18
13842026-05-08T01:24:24.834Z Compiling usdt-impl v0.6.0
13852026-05-08T01:24:24.873Z Compiling simd-adler32 v0.3.8
13862026-05-08T01:24:24.902Z Compiling bit-vec v0.8.0
13872026-05-08T01:24:25.025Z Compiling unicode-normalization v0.1.25
13882026-05-08T01:24:25.048Z Compiling slog v2.8.2
13892026-05-08T01:24:25.081Z Compiling rand_xorshift v0.4.0
13902026-05-08T01:24:25.135Z Compiling heapless v0.7.17
13912026-05-08T01:24:25.182Z Compiling aws-lc-sys v0.37.1
13922026-05-08T01:24:25.206Z Compiling ring v0.17.14
13932026-05-08T01:24:25.221Z Compiling openssl-sys v0.9.114
13942026-05-08T01:24:25.228Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-08T01:24:25.231Z Compiling bzip2-sys v0.1.13+1.0.8
13962026-05-08T01:24:25.231Z Compiling bit-set v0.8.0
13972026-05-08T01:24:25.273Z Compiling thread-id v5.1.0
13982026-05-08T01:24:25.287Z Compiling sync_wrapper v1.0.2
13992026-05-08T01:24:25.378Z Compiling synstructure v0.13.2
14002026-05-08T01:24:25.409Z Compiling serde_derive_internals v0.29.1
14012026-05-08T01:24:25.425Z Compiling pest_generator v2.8.6
14022026-05-08T01:24:25.443Z Compiling darling_core v0.20.11
14032026-05-08T01:24:25.537Z Compiling regex-automata v0.4.14
14042026-05-08T01:24:25.565Z Compiling tempfile v3.25.0
14052026-05-08T01:24:25.595Z Compiling darling_core v0.21.3
14062026-05-08T01:24:25.832Z Compiling rusty-fork v0.3.1
14072026-05-08T01:24:25.924Z Compiling time v0.3.47
14082026-05-08T01:24:25.998Z Compiling cookie v0.18.1
14092026-05-08T01:24:26.037Z Compiling adler2 v2.0.1
14102026-05-08T01:24:26.190Z Compiling paste v1.0.15
14112026-05-08T01:24:26.209Z Compiling anyhow v1.0.102
14122026-05-08T01:24:26.210Z Compiling allocator-api2 v0.2.21
14132026-05-08T01:24:26.236Z Compiling unicode-bidi v0.3.18
14142026-05-08T01:24:26.339Z Compiling signal-hook v0.3.18
14152026-05-08T01:24:26.342Z Compiling unicode-properties v0.1.4
14162026-05-08T01:24:26.392Z Compiling zstd-safe v7.2.4
14172026-05-08T01:24:26.494Z Compiling unarray v0.1.4
14182026-05-08T01:24:26.572Z Compiling miniz_oxide v0.8.9
14192026-05-08T01:24:26.608Z Compiling stringprep v0.1.5
14202026-05-08T01:24:26.712Z Compiling num-integer v0.1.46
14212026-05-08T01:24:26.814Z Compiling vergen-lib v0.1.6
14222026-05-08T01:24:26.825Z Compiling curve25519-dalek v4.1.3
14232026-05-08T01:24:27.008Z Compiling ff v0.13.1
14242026-05-08T01:24:27.065Z Compiling hash32 v0.2.1
14252026-05-08T01:24:27.104Z Compiling memoffset v0.9.1
14262026-05-08T01:24:27.168Z Compiling smoltcp v0.9.1
14272026-05-08T01:24:27.192Z Compiling serde_derive v1.0.228
14282026-05-08T01:24:27.210Z Compiling zeroize_derive v1.4.3
14292026-05-08T01:24:27.233Z Compiling zerofrom-derive v0.1.6
14302026-05-08T01:24:27.248Z Compiling yoke-derive v0.8.1
14312026-05-08T01:24:27.286Z Compiling zerocopy-derive v0.8.40
14322026-05-08T01:24:27.318Z Compiling zerovec-derive v0.11.2
14332026-05-08T01:24:27.408Z Compiling displaydoc v0.2.5
14342026-05-08T01:24:27.537Z Compiling tokio-macros v2.7.0
14352026-05-08T01:24:27.587Z Compiling futures-macro v0.3.32
14362026-05-08T01:24:27.901Z Compiling der_derive v0.7.3
14372026-05-08T01:24:27.911Z Compiling zeroize v1.8.2
14382026-05-08T01:24:28.250Z Compiling thiserror-impl v2.0.18
14392026-05-08T01:24:28.290Z Compiling rustls-pki-types v1.14.0
14402026-05-08T01:24:28.327Z Compiling tracing-attributes v0.1.31
14412026-05-08T01:24:28.481Z Compiling futures-util v0.3.32
14422026-05-08T01:24:28.499Z Compiling scroll_derive v0.13.1
14432026-05-08T01:24:28.528Z Compiling pest_derive v2.8.6
14442026-05-08T01:24:28.728Z Compiling crypto-common v0.1.7
14452026-05-08T01:24:28.765Z Compiling zerofrom v0.1.6
14462026-05-08T01:24:28.826Z Compiling block-buffer v0.10.4
14472026-05-08T01:24:28.871Z Compiling yoke v0.8.1
14482026-05-08T01:24:28.957Z Compiling block-padding v0.3.3
14492026-05-08T01:24:28.992Z Compiling digest v0.10.7
14502026-05-08T01:24:29.028Z Compiling der v0.7.10
14512026-05-08T01:24:29.038Z Compiling schemars_derive v0.8.22
14522026-05-08T01:24:29.074Z Compiling zerovec v0.11.5
14532026-05-08T01:24:29.182Z Compiling zerotrie v0.2.3
14542026-05-08T01:24:29.314Z Compiling hmac v0.12.1
14552026-05-08T01:24:29.438Z Compiling inout v0.1.4
14562026-05-08T01:24:29.480Z Compiling sha2 v0.10.9
14572026-05-08T01:24:29.497Z Compiling pbkdf2 v0.12.2
14582026-05-08T01:24:29.629Z Compiling tinystr v0.8.2
14592026-05-08T01:24:29.645Z Compiling potential_utf v0.1.4
14602026-05-08T01:24:29.666Z Compiling cipher v0.4.4
14612026-05-08T01:24:29.725Z Compiling thiserror v2.0.18
14622026-05-08T01:24:29.846Z Compiling tracing v0.1.44
14632026-05-08T01:24:29.862Z Compiling icu_locale_core v2.1.1
14642026-05-08T01:24:29.862Z Compiling icu_collections v2.1.1
14652026-05-08T01:24:29.890Z Compiling scroll v0.13.0
14662026-05-08T01:24:29.907Z Compiling darling_macro v0.20.11
14672026-05-08T01:24:30.006Z Compiling salsa20 v0.10.2
14682026-05-08T01:24:30.087Z Compiling spki v0.7.3
14692026-05-08T01:24:30.126Z Compiling scrypt v0.11.0
14702026-05-08T01:24:30.170Z Compiling aes v0.8.4
14712026-05-08T01:24:30.327Z Compiling cbc v0.1.2
14722026-05-08T01:24:30.359Z Compiling goblin v0.10.5
14732026-05-08T01:24:30.368Z Compiling openssl-macros v0.1.1
14742026-05-08T01:24:30.401Z Compiling darling v0.20.11
14752026-05-08T01:24:30.432Z Compiling dtrace-parser v0.3.0
14762026-05-08T01:24:30.455Z Compiling signature v2.2.0
14772026-05-08T01:24:30.510Z Compiling icu_provider v2.1.1
14782026-05-08T01:24:30.528Z Compiling derive_builder_core v0.20.2
14792026-05-08T01:24:30.677Z Compiling pkcs5 v0.7.1
14802026-05-08T01:24:30.785Z Compiling rustls-native-certs v0.8.3
14812026-05-08T01:24:30.852Z Compiling scroll_derive v0.12.1
14822026-05-08T01:24:30.852Z Compiling bytes v1.11.1
14832026-05-08T01:24:30.919Z Compiling icu_normalizer v2.1.1
14842026-05-08T01:24:30.919Z Compiling icu_properties v2.1.2
14852026-05-08T01:24:30.997Z Compiling chrono v0.4.44
14862026-05-08T01:24:30.998Z Compiling ipnet v2.11.0
14872026-05-08T01:24:31.098Z Compiling pkcs8 v0.10.2
14882026-05-08T01:24:31.251Z Compiling thiserror-impl v1.0.69
14892026-05-08T01:24:31.318Z Compiling serde_tokenstream v0.2.3
14902026-05-08T01:24:31.412Z Compiling tokio v1.52.1
14912026-05-08T01:24:31.471Z Compiling http v1.4.0
14922026-05-08T01:24:31.471Z Compiling derive_builder_macro v0.20.2
14932026-05-08T01:24:31.525Z Compiling scroll v0.12.0
14942026-05-08T01:24:31.525Z Compiling serde_spanned v0.6.9
14952026-05-08T01:24:31.525Z Compiling erased-serde v0.3.31
14962026-05-08T01:24:31.664Z Compiling toml_datetime v0.6.11
14972026-05-08T01:24:31.744Z Compiling md-5 v0.10.6
14982026-05-08T01:24:31.777Z Compiling webpki-roots v1.0.6
14992026-05-08T01:24:31.777Z Compiling idna_adapter v1.2.1
15002026-05-08T01:24:31.825Z Compiling ppv-lite86 v0.2.21
15012026-05-08T01:24:31.897Z Compiling idna v1.1.0
15022026-05-08T01:24:31.924Z Compiling darling_macro v0.21.3
15032026-05-08T01:24:31.924Z Compiling zerocopy-derive v0.7.35
15042026-05-08T01:24:31.944Z Compiling iri-string v0.7.10
15052026-05-08T01:24:32.000Z Compiling cfg_aliases v0.2.1
15062026-05-08T01:24:32.046Z Compiling ref-cast v1.0.25
15072026-05-08T01:24:32.087Z Compiling http-body v1.0.1
15082026-05-08T01:24:32.130Z Compiling zlib-rs v0.6.2
15092026-05-08T01:24:32.149Z Compiling url v2.5.8
15102026-05-08T01:24:32.279Z Compiling rand_chacha v0.9.0
15112026-05-08T01:24:32.368Z Compiling http-body-util v0.1.3
15122026-05-08T01:24:32.408Z Compiling rand_chacha v0.3.1
15132026-05-08T01:24:32.408Z Compiling rustix v0.38.44
15142026-05-08T01:24:32.422Z Compiling ryu v1.0.23
15152026-05-08T01:24:32.532Z Compiling rand v0.9.2
15162026-05-08T01:24:32.532Z Compiling thiserror v1.0.69
15172026-05-08T01:24:32.619Z Compiling litrs v1.0.0
15182026-05-08T01:24:32.622Z Compiling fallible-iterator v0.2.0
15192026-05-08T01:24:32.756Z Compiling base16ct v0.2.0
15202026-05-08T01:24:32.803Z Compiling num-bigint-dig v0.8.6
15212026-05-08T01:24:32.960Z Compiling psl-types v2.0.11
15222026-05-08T01:24:32.976Z Compiling sec1 v0.7.3
15232026-05-08T01:24:32.976Z Compiling zerocopy v0.7.35
15242026-05-08T01:24:33.038Z Compiling rand v0.8.5
15252026-05-08T01:24:33.100Z Compiling dof v0.4.0
15262026-05-08T01:24:33.116Z Compiling proptest v1.10.0
15272026-05-08T01:24:33.169Z Compiling document-features v0.2.12
15282026-05-08T01:24:33.187Z Compiling postgres-protocol v0.6.10
15292026-05-08T01:24:33.273Z Compiling publicsuffix v2.3.0
15302026-05-08T01:24:33.347Z Compiling serde_urlencoded v0.7.1
15312026-05-08T01:24:33.473Z Compiling ipnetwork v0.21.1
15322026-05-08T01:24:33.502Z Compiling darling v0.21.3
15332026-05-08T01:24:33.599Z Compiling nix v0.31.2
15342026-05-08T01:24:33.617Z Compiling derive_builder v0.20.2
15352026-05-08T01:24:33.757Z Compiling oxnet v0.1.4
15362026-05-08T01:24:33.772Z Compiling goblin v0.8.2
15372026-05-08T01:24:33.788Z Compiling cargo-platform v0.1.9
15382026-05-08T01:24:33.906Z Compiling hubpack_derive v0.1.1
15392026-05-08T01:24:33.974Z Compiling hkdf v0.12.4
15402026-05-08T01:24:34.059Z Compiling crypto-bigint v0.5.5
15412026-05-08T01:24:34.106Z Compiling regex v1.12.3
15422026-05-08T01:24:34.213Z Compiling ref-cast-impl v1.0.25
15432026-05-08T01:24:34.236Z Compiling strum_macros v0.27.2
15442026-05-08T01:24:34.243Z Compiling async-trait v0.1.89
15452026-05-08T01:24:34.259Z Compiling daft-derive v0.1.5
15462026-05-08T01:24:34.349Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-08T01:24:34.486Z Compiling group v0.13.0
15482026-05-08T01:24:34.547Z Compiling num-iter v0.1.45
15492026-05-08T01:24:34.684Z Compiling terminal_size v0.4.3
15502026-05-08T01:24:34.795Z Compiling phf_shared v0.13.1
15512026-05-08T01:24:34.845Z Compiling lazy_static v1.5.0
15522026-05-08T01:24:34.962Z Compiling flate2 v1.1.9
15532026-05-08T01:24:34.986Z Compiling vergen v9.0.6
15542026-05-08T01:24:34.986Z Compiling fs-err v3.3.0
15552026-05-08T01:24:35.019Z Compiling ahash v0.8.12
15562026-05-08T01:24:35.035Z Compiling unicode-segmentation v1.12.0
15572026-05-08T01:24:35.050Z Compiling cpufeatures v0.3.0
15582026-05-08T01:24:35.067Z Compiling bumpalo v3.20.2
15592026-05-08T01:24:35.149Z Compiling tokio-util v0.7.18
15602026-05-08T01:24:35.205Z Compiling tower v0.5.3
15612026-05-08T01:24:35.229Z Compiling tokio-native-tls v0.3.1
15622026-05-08T01:24:35.254Z Compiling winnow v0.5.40
15632026-05-08T01:24:35.254Z Compiling object v0.37.3
15642026-05-08T01:24:35.329Z Compiling libbz2-rs-sys v0.2.2
15652026-05-08T01:24:35.347Z Compiling bitflags v1.3.2
15662026-05-08T01:24:35.359Z Compiling foldhash v0.1.5
15672026-05-08T01:24:35.399Z Compiling foldhash v0.2.0
15682026-05-08T01:24:35.420Z Compiling managed v0.8.0
15692026-05-08T01:24:35.437Z Compiling clap_builder v4.5.60
15702026-05-08T01:24:35.454Z Compiling zopfli v0.8.3
15712026-05-08T01:24:35.553Z Compiling newtype-uuid v1.3.2
15722026-05-08T01:24:35.627Z Compiling tower-http v0.6.8
15732026-05-08T01:24:35.661Z Compiling hashbrown v0.16.1
15742026-05-08T01:24:35.710Z Compiling hashbrown v0.15.5
15752026-05-08T01:24:35.919Z Compiling h2 v0.4.13
15762026-05-08T01:24:36.036Z Compiling daft v0.1.5
15772026-05-08T01:24:36.060Z Compiling dof v0.3.0
15782026-05-08T01:24:36.145Z Compiling bzip2 v0.6.1
15792026-05-08T01:24:36.271Z Compiling chacha20 v0.10.0
15802026-05-08T01:24:36.287Z Compiling strum v0.27.2
15812026-05-08T01:24:36.305Z Compiling phf v0.13.1
15822026-05-08T01:24:36.345Z Compiling elliptic-curve v0.13.8
15832026-05-08T01:24:36.387Z Compiling signal-hook-mio v0.2.5
15842026-05-08T01:24:36.492Z Compiling cookie_store v0.22.1
15852026-05-08T01:24:36.526Z Compiling cargo_metadata v0.19.2
15862026-05-08T01:24:36.599Z Compiling toml_edit v0.19.15
15872026-05-08T01:24:36.612Z Compiling usdt-attr-macro v0.6.0
15882026-05-08T01:24:36.722Z Compiling usdt-macro v0.6.0
15892026-05-08T01:24:36.775Z Compiling hubpack v0.1.2
15902026-05-08T01:24:36.827Z Compiling bzip2 v0.4.4
15912026-05-08T01:24:36.919Z Compiling serde_with_macros v3.17.0
15922026-05-08T01:24:37.018Z Compiling postgres-types v0.2.12
15932026-05-08T01:24:37.062Z Compiling zstd v0.13.3
15942026-05-08T01:24:37.181Z Compiling dtrace-parser v0.2.0
15952026-05-08T01:24:37.351Z Compiling ed25519 v2.2.3
15962026-05-08T01:24:37.371Z Compiling pkcs1 v0.7.5
15972026-05-08T01:24:37.465Z Compiling serde-big-array v0.5.1
15982026-05-08T01:24:37.518Z Compiling hex v0.4.3
15992026-05-08T01:24:37.603Z Compiling rfc6979 v0.4.0
16002026-05-08T01:24:37.636Z Compiling bstr v1.12.1
16012026-05-08T01:24:37.771Z Compiling strum_macros v0.26.4
16022026-05-08T01:24:37.805Z Compiling enum-as-inner v0.6.1
16032026-05-08T01:24:37.826Z Compiling clap_derive v4.5.55
16042026-05-08T01:24:37.890Z Compiling serde_repr v0.1.20
16052026-05-08T01:24:37.981Z Compiling phf_shared v0.11.3
16062026-05-08T01:24:38.096Z Compiling float-cmp v0.10.0
16072026-05-08T01:24:38.220Z Compiling thread-id v4.2.2
16082026-05-08T01:24:38.282Z Compiling memmap2 v0.9.10
16092026-05-08T01:24:38.301Z Compiling env_filter v1.0.0
16102026-05-08T01:24:38.317Z Compiling encoding_rs v0.8.35
16112026-05-08T01:24:38.337Z Compiling rustc-hash v2.1.1
16122026-05-08T01:24:38.423Z Compiling difflib v0.4.0
16132026-05-08T01:24:38.424Z Compiling data-encoding v2.10.0
16142026-05-08T01:24:38.485Z Compiling whoami v2.1.0
16152026-05-08T01:24:38.554Z Compiling keccak v0.1.6
16162026-05-08T01:24:38.554Z Compiling static_assertions v1.1.0
16172026-05-08T01:24:38.579Z Compiling either v1.15.0
16182026-05-08T01:24:38.602Z Compiling predicates-core v1.0.10
16192026-05-08T01:24:38.700Z Compiling normalize-line-endings v0.3.0
16202026-05-08T01:24:38.786Z Compiling jiff v0.2.21
16212026-05-08T01:24:38.844Z Compiling new_debug_unreachable v1.0.6
16222026-05-08T01:24:38.844Z Compiling precomputed-hash v0.1.1
16232026-05-08T01:24:38.936Z Compiling fixedbitset v0.5.7
16242026-05-08T01:24:39.004Z Compiling fixedbitset v0.4.2
16252026-05-08T01:24:39.005Z Compiling hyper v1.8.1
16262026-05-08T01:24:39.063Z Compiling mime v0.3.17
16272026-05-08T01:24:39.129Z Compiling petgraph v0.8.3
16282026-05-08T01:24:39.178Z Compiling petgraph v0.6.5
16292026-05-08T01:24:39.242Z Compiling toml_edit v0.22.27
16302026-05-08T01:24:39.288Z Compiling string_cache v0.8.9
16312026-05-08T01:24:39.318Z Compiling predicates v3.1.4
16322026-05-08T01:24:39.370Z Compiling itertools v0.13.0
16332026-05-08T01:24:39.395Z Compiling tokio-postgres v0.7.16
16342026-05-08T01:24:39.549Z Compiling hickory-proto v0.25.2
16352026-05-08T01:24:39.662Z Compiling strum v0.26.3
16362026-05-08T01:24:39.723Z Compiling clap v4.5.60
16372026-05-08T01:24:39.809Z Compiling sha3 v0.10.8
16382026-05-08T01:24:39.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16392026-05-08T01:24:39.921Z Compiling env_logger v0.11.9
16402026-05-08T01:24:40.016Z Compiling usdt v0.6.0
16412026-05-08T01:24:40.039Z Compiling iddqd v0.3.18
16422026-05-08T01:24:40.283Z Compiling hyper-util v0.1.20
16432026-05-08T01:24:40.319Z Compiling usdt-impl v0.5.0
16442026-05-08T01:24:40.319Z Compiling serde_with v3.17.0
16452026-05-08T01:24:40.640Z Compiling similar v2.7.0
16462026-05-08T01:24:40.660Z Compiling crossterm v0.28.1
16472026-05-08T01:24:40.701Z Compiling toml v0.7.8
16482026-05-08T01:24:40.917Z Compiling ecdsa v0.16.9
16492026-05-08T01:24:41.141Z Compiling rsa v0.9.10
16502026-05-08T01:24:41.199Z Compiling ed25519-dalek v2.2.0
16512026-05-08T01:24:41.345Z Compiling zip v0.6.6
16522026-05-08T01:24:41.539Z Compiling zip v4.6.1
16532026-05-08T01:24:41.774Z Compiling hyper-tls v0.6.0
16542026-05-08T01:24:41.894Z Compiling rand v0.10.0
16552026-05-08T01:24:42.026Z Compiling tokio-stream v0.1.18
16562026-05-08T01:24:42.058Z Compiling heck v0.4.1
16572026-05-08T01:24:42.078Z Compiling toml_parser v1.0.9+spec-1.1.0
16582026-05-08T01:24:42.094Z Compiling buf-list v1.1.2
16592026-05-08T01:24:42.242Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16602026-05-08T01:24:42.309Z Compiling openapiv3 v2.2.0
16612026-05-08T01:24:42.382Z Compiling x509-cert v0.2.5
16622026-05-08T01:24:42.396Z Compiling sha1 v0.10.6
16632026-05-08T01:24:42.531Z Compiling crossbeam-epoch v0.9.18
16642026-05-08T01:24:42.547Z Compiling toml_datetime v0.7.5+spec-1.1.0
16652026-05-08T01:24:42.562Z Compiling lalrpop-util v0.19.12
16662026-05-08T01:24:42.654Z Compiling peg-runtime v0.8.5
16672026-05-08T01:24:42.666Z Compiling thread_local v1.1.9
16682026-05-08T01:24:42.721Z Compiling slog-async v2.8.0
16692026-05-08T01:24:42.777Z Compiling futures-executor v0.3.32
16702026-05-08T01:24:42.806Z Compiling crossbeam-channel v0.5.15
16712026-05-08T01:24:42.853Z Compiling filetime v0.2.27
16722026-05-08T01:24:42.890Z Compiling is-terminal v0.4.17
16732026-05-08T01:24:42.932Z Compiling xattr v1.6.1
16742026-05-08T01:24:42.953Z Compiling term v1.2.1
16752026-05-08T01:24:43.007Z Compiling take_mut v0.2.2
16762026-05-08T01:24:43.061Z Compiling tar v0.4.45
16772026-05-08T01:24:43.076Z Compiling futures v0.3.32
16782026-05-08T01:24:43.290Z Compiling slog-term v2.9.2
16792026-05-08T01:25:00.866Z Compiling rustls-webpki v0.103.9
16802026-05-08T01:25:03.655Z Compiling tokio-rustls v0.26.4
16812026-05-08T01:25:03.655Z Compiling rustls-platform-verifier v0.6.2
16822026-05-08T01:25:03.864Z Compiling hyper-rustls v0.27.7
16832026-05-08T01:25:04.060Z Compiling reqwest v0.12.28
16842026-05-08T01:25:04.060Z Compiling reqwest v0.13.2
16852026-05-08T01:25:06.062Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862026-05-08T01:25:06.299Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16872026-05-08T01:25:09.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.20s
16882026-05-08T01:25:09.237Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16892026-05-08T01:25:09.299ZMay 08 01:25:08.967 INFO Starting download, target: Console
16902026-05-08T01:25:09.299ZMay 08 01:25:08.968 INFO Starting download, target: Cockroach
16912026-05-08T01:25:09.299ZMay 08 01:25:08.968 INFO Starting download, target: Clickhouse
16922026-05-08T01:25:09.309ZMay 08 01:25:08.968 INFO Starting download, target: DendriteStub
16932026-05-08T01:25:09.309ZMay 08 01:25:08.968 INFO Starting download, target: MaghemiteMgd
16942026-05-08T01:25:09.309ZMay 08 01:25:08.968 INFO Starting download, target: TransceiverControl
16952026-05-08T01:25:09.309ZMay 08 01:25:08.968 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16962026-05-08T01:25:09.309ZMay 08 01:25:08.968 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16972026-05-08T01:25:09.310ZMay 08 01:25:08.968 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16982026-05-08T01:25:09.310ZMay 08 01:25:08.968 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16992026-05-08T01:25:09.310ZMay 08 01:25:08.968 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17002026-05-08T01:25:09.310ZMay 08 01:25:08.968 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17012026-05-08T01:25:09.878ZMay 08 01:25:09.511 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17022026-05-08T01:25:10.058ZMay 08 01:25:09.720 INFO Download complete, target: TransceiverControl
17032026-05-08T01:25:10.322ZMay 08 01:25:09.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17042026-05-08T01:25:10.605ZMay 08 01:25:10.250 INFO Download complete, target: Console
17052026-05-08T01:25:11.040ZMay 08 01:25:10.656 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17062026-05-08T01:25:11.271ZMay 08 01:25:10.915 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17072026-05-08T01:25:11.326ZMay 08 01:25:10.983 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17082026-05-08T01:25:11.955ZMay 08 01:25:11.627 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17092026-05-08T01:25:11.955ZMay 08 01:25:11.627 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17102026-05-08T01:25:13.319ZMay 08 01:25:12.990 INFO Download complete, target: DendriteStub
17112026-05-08T01:25:13.729ZMay 08 01:25:13.402 INFO Download complete, target: MaghemiteMgd
17122026-05-08T01:25:16.733ZMay 08 01:25:16.403 INFO Checking that binary works, target: Cockroach
17132026-05-08T01:25:16.886ZMay 08 01:25:16.558 INFO Download complete, target: Cockroach
17142026-05-08T01:25:18.182ZMay 08 01:25:17.844 INFO Checking that binary works, target: Clickhouse
17152026-05-08T01:25:18.257ZMay 08 01:25:17.929 INFO Download complete, target: Clickhouse
17162026-05-08T01:25:18.265ZAll prerequisites installed successfully
17172026-05-08T01:25:18.274Z
17182026-05-08T01:25:18.274Zreal 1:56.049599225
17192026-05-08T01:25:18.274Zuser 6:46.222414454
17202026-05-08T01:25:18.274Zsys 1:43.892600453
17212026-05-08T01:25:18.274Ztrap 0.268208165
17222026-05-08T01:25:18.274Ztflt 1.217534190
17232026-05-08T01:25:18.275Zdflt 1.526279730
17242026-05-08T01:25:18.275Zkflt 0.023792716
17252026-05-08T01:25:18.275Zlock 22:20.617950881
17262026-05-08T01:25:18.275Zslp 18:32.266179845
17272026-05-08T01:25:18.275Zlat 24.974860848
17282026-05-08T01:25:18.278Zstop 2:56.887832880
17292026-05-08T01:25:18.278Z+ ptime -m cargo xtask download softnpu
17302026-05-08T01:25:18.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17312026-05-08T01:25:18.808Z Running `target/debug/xtask download softnpu`
17322026-05-08T01:25:19.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17332026-05-08T01:25:19.638Z Running `target/debug/xtask-downloader softnpu`
17342026-05-08T01:25:19.681ZMay 08 01:25:19.354 INFO Starting download, target: Softnpu
17352026-05-08T01:25:19.684ZMay 08 01:25:19.354 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17362026-05-08T01:25:20.512ZMay 08 01:25:20.179 INFO Download complete, target: Softnpu
17372026-05-08T01:25:20.528Z
17382026-05-08T01:25:20.528Zreal 2.241066320
17392026-05-08T01:25:20.528Zuser 1.346443058
17402026-05-08T01:25:20.528Zsys 0.665061756
17412026-05-08T01:25:20.528Ztrap 0.000548540
17422026-05-08T01:25:20.528Ztflt 0.000328240
17432026-05-08T01:25:20.528Zdflt 0.000218140
17442026-05-08T01:25:20.528Zkflt 0.000000000
17452026-05-08T01:25:20.528Zlock 15.583451716
17462026-05-08T01:25:20.529Zslp 0.673501213
17472026-05-08T01:25:20.529Zlat 0.084798847
17482026-05-08T01:25:20.529Zstop 0.000175510
17492026-05-08T01:25:20.529Z+ export CARGO_INCREMENTAL=0
17502026-05-08T01:25:20.529Z+ CARGO_INCREMENTAL=0
17512026-05-08T01:25:20.529Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17522026-05-08T01:25:21.405Z Compiling proc-macro2 v1.0.106
17532026-05-08T01:25:21.405Z Compiling quote v1.0.45
17542026-05-08T01:25:21.405Z Compiling unicode-ident v1.0.24
17552026-05-08T01:25:21.423Z Compiling libc v0.2.185
17562026-05-08T01:25:21.423Z Compiling serde_core v1.0.228
17572026-05-08T01:25:21.423Z Compiling serde v1.0.228
17582026-05-08T01:25:21.423Z Compiling cfg-if v1.0.4
17592026-05-08T01:25:21.423Z Compiling version_check v0.9.5
17602026-05-08T01:25:21.612Z Compiling shlex v1.3.0
17612026-05-08T01:25:21.636Z Compiling find-msvc-tools v0.1.9
17622026-05-08T01:25:21.637Z Compiling typenum v1.19.0
17632026-05-08T01:25:21.637Z Compiling autocfg v1.5.0
17642026-05-08T01:25:21.637Z Compiling zmij v1.0.21
17652026-05-08T01:25:21.637Z Compiling memchr v2.8.0
17662026-05-08T01:25:21.637Z Compiling serde_json v1.0.149
17672026-05-08T01:25:21.746Z Compiling portable-atomic v1.13.1
17682026-05-08T01:25:21.750Z Compiling zerocopy v0.8.40
17692026-05-08T01:25:21.927Z Compiling generic-array v0.14.7
17702026-05-08T01:25:21.973Z Compiling libm v0.2.16
17712026-05-08T01:25:21.992Z Compiling smallvec v1.15.1
17722026-05-08T01:25:22.045Z Compiling parking_lot_core v0.9.12
17732026-05-08T01:25:22.059Z Compiling icu_properties_data v2.1.2
17742026-05-08T01:25:22.089Z Compiling icu_normalizer_data v2.1.1
17752026-05-08T01:25:22.099Z Compiling num-traits v0.2.19
17762026-05-08T01:25:22.153Z Compiling itoa v1.0.17
17772026-05-08T01:25:22.195Z Compiling getrandom v0.4.1
17782026-05-08T01:25:22.233Z Compiling log v0.4.29
17792026-05-08T01:25:22.331Z Compiling stable_deref_trait v1.2.1
17802026-05-08T01:25:22.359Z Compiling pkg-config v0.3.32
17812026-05-08T01:25:22.372Z Compiling subtle v2.6.1
17822026-05-08T01:25:22.517Z Compiling scopeguard v1.2.0
17832026-05-08T01:25:22.603Z Compiling jobserver v0.1.34
17842026-05-08T01:25:22.620Z Compiling getrandom v0.2.17
17852026-05-08T01:25:22.718Z Compiling lock_api v0.4.14
17862026-05-08T01:25:22.806Z Compiling errno v0.3.14
17872026-05-08T01:25:22.831Z Compiling rand_core v0.6.4
17882026-05-08T01:25:22.868Z Compiling syn v2.0.117
17892026-05-08T01:25:22.868Z Compiling cc v1.2.56
17902026-05-08T01:25:22.887Z Compiling percent-encoding v2.3.2
17912026-05-08T01:25:22.897Z Compiling litemap v0.8.1
17922026-05-08T01:25:22.909Z Compiling writeable v0.6.2
17932026-05-08T01:25:22.944Z Compiling pin-project-lite v0.2.17
17942026-05-08T01:25:22.968Z Compiling thiserror v2.0.18
17952026-05-08T01:25:23.046Z Compiling fnv v1.0.7
17962026-05-08T01:25:23.118Z Compiling getrandom v0.3.4
17972026-05-08T01:25:23.205Z Compiling critical-section v1.2.0
17982026-05-08T01:25:23.247Z Compiling rustversion v1.0.22
17992026-05-08T01:25:23.289Z Compiling equivalent v1.0.2
18002026-05-08T01:25:23.333Z Compiling schemars v0.8.22
18012026-05-08T01:25:23.355Z Compiling fs_extra v1.3.0
18022026-05-08T01:25:23.372Z Compiling dunce v1.0.5
18032026-05-08T01:25:23.394Z Compiling rand_core v0.10.0
18042026-05-08T01:25:23.436Z Compiling utf8_iter v1.0.4
18052026-05-08T01:25:23.561Z Compiling form_urlencoded v1.2.2
18062026-05-08T01:25:23.635Z Compiling cmake v0.1.57
18072026-05-08T01:25:23.667Z Compiling signal-hook-registry v1.4.8
18082026-05-08T01:25:23.744Z Compiling once_cell v1.21.3
18092026-05-08T01:25:23.762Z Compiling const-oid v0.9.6
18102026-05-08T01:25:23.937Z Compiling hashbrown v0.17.0
18112026-05-08T01:25:24.018Z Compiling semver v1.0.28
18122026-05-08T01:25:24.052Z Compiling parking_lot v0.12.5
18132026-05-08T01:25:24.117Z Compiling bitflags v2.11.0
18142026-05-08T01:25:24.134Z Compiling socket2 v0.6.3
18152026-05-08T01:25:24.189Z Compiling mio v1.2.0
18162026-05-08T01:25:24.208Z Compiling ring v0.17.14
18172026-05-08T01:25:24.248Z Compiling aws-lc-sys v0.37.1
18182026-05-08T01:25:24.304Z Compiling rustix v1.1.3
18192026-05-08T01:25:24.323Z Compiling aws-lc-rs v1.16.0
18202026-05-08T01:25:24.340Z Compiling strsim v0.11.1
18212026-05-08T01:25:24.499Z Compiling indexmap v2.14.0
18222026-05-08T01:25:24.519Z Compiling futures-core v0.3.32
18232026-05-08T01:25:24.561Z Compiling thiserror v1.0.69
18242026-05-08T01:25:24.659Z Compiling ucd-trie v0.1.7
18252026-05-08T01:25:24.665Z Compiling byteorder v1.5.0
18262026-05-08T01:25:24.692Z Compiling httparse v1.10.1
18272026-05-08T01:25:24.775Z Compiling syn v1.0.109
18282026-05-08T01:25:24.853Z Compiling pest v2.8.6
18292026-05-08T01:25:24.926Z Compiling vcpkg v0.2.15
18302026-05-08T01:25:24.947Z Compiling heck v0.5.0
18312026-05-08T01:25:24.987Z Compiling iana-time-zone v0.1.65
18322026-05-08T01:25:24.994Z Compiling ident_case v1.0.1
18332026-05-08T01:25:25.029Z Compiling uuid v1.23.0
18342026-05-08T01:25:25.044Z Compiling cpufeatures v0.2.17
18352026-05-08T01:25:25.186Z Compiling regex-syntax v0.8.10
18362026-05-08T01:25:25.346Z Compiling rustc_version v0.4.1
18372026-05-08T01:25:25.408Z Compiling rustls v0.23.37
18382026-05-08T01:25:25.478Z Compiling futures-sink v0.3.32
18392026-05-08T01:25:25.516Z Compiling openssl-sys v0.9.114
18402026-05-08T01:25:25.596Z Compiling futures-channel v0.3.32
18412026-05-08T01:25:25.629Z Compiling futures-io v0.3.32
18422026-05-08T01:25:25.658Z Compiling synstructure v0.13.2
18432026-05-08T01:25:25.691Z Compiling serde_derive_internals v0.29.1
18442026-05-08T01:25:25.697Z Compiling futures-task v0.3.32
18452026-05-08T01:25:25.783Z Compiling slab v0.4.12
18462026-05-08T01:25:25.916Z Compiling pest_meta v2.8.6
18472026-05-08T01:25:25.929Z Compiling dyn-clone v1.0.20
18482026-05-08T01:25:26.015Z Compiling plain v0.2.3
18492026-05-08T01:25:26.050Z Compiling crc32fast v1.5.0
18502026-05-08T01:25:26.143Z Compiling aho-corasick v1.1.4
18512026-05-08T01:25:26.158Z Compiling time-core v0.1.8
18522026-05-08T01:25:26.158Z Compiling num-conv v0.2.0
18532026-05-08T01:25:26.158Z Compiling crossbeam-utils v0.8.21
18542026-05-08T01:25:26.250Z Compiling openssl v0.10.78
18552026-05-08T01:25:26.342Z Compiling pretty-hex v0.4.1
18562026-05-08T01:25:26.362Z Compiling time-macros v0.2.27
18572026-05-08T01:25:26.511Z Compiling pest_generator v2.8.6
18582026-05-08T01:25:26.533Z Compiling base64 v0.22.1
18592026-05-08T01:25:26.620Z Compiling base64ct v1.8.3
18602026-05-08T01:25:26.671Z Compiling anyhow v1.0.102
18612026-05-08T01:25:26.689Z Compiling darling_core v0.21.3
18622026-05-08T01:25:26.756Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18632026-05-08T01:25:26.819Z Compiling flagset v0.4.7
18642026-05-08T01:25:26.878Z Compiling pem-rfc7468 v0.7.0
18652026-05-08T01:25:26.907Z Compiling serde_derive v1.0.228
18662026-05-08T01:25:26.945Z Compiling zeroize_derive v1.4.3
18672026-05-08T01:25:26.994Z Compiling zerofrom-derive v0.1.6
18682026-05-08T01:25:27.009Z Compiling yoke-derive v0.8.1
18692026-05-08T01:25:27.009Z Compiling zerovec-derive v0.11.2
18702026-05-08T01:25:27.032Z Compiling displaydoc v0.2.5
18712026-05-08T01:25:27.152Z Compiling zerocopy-derive v0.8.40
18722026-05-08T01:25:27.161Z Compiling tokio-macros v2.7.0
18732026-05-08T01:25:27.179Z Compiling futures-macro v0.3.32
18742026-05-08T01:25:27.194Z Compiling thiserror-impl v2.0.18
18752026-05-08T01:25:27.307Z Compiling schemars_derive v0.8.22
18762026-05-08T01:25:27.353Z Compiling der_derive v0.7.3
18772026-05-08T01:25:27.556Z Compiling zeroize v1.8.2
18782026-05-08T01:25:27.720Z Compiling tracing-attributes v0.1.31
18792026-05-08T01:25:27.856Z Compiling thiserror-impl v1.0.69
18802026-05-08T01:25:27.965Z Compiling pest_derive v2.8.6
18812026-05-08T01:25:27.983Z Compiling futures-util v0.3.32
18822026-05-08T01:25:28.086Z Compiling regex-automata v0.4.14
18832026-05-08T01:25:28.115Z Compiling zerofrom v0.1.6
18842026-05-08T01:25:28.267Z Compiling yoke v0.8.1
18852026-05-08T01:25:28.286Z Compiling crypto-common v0.1.7
18862026-05-08T01:25:28.398Z Compiling block-buffer v0.10.4
18872026-05-08T01:25:28.458Z Compiling zerovec v0.11.5
18882026-05-08T01:25:28.488Z Compiling zerotrie v0.2.3
18892026-05-08T01:25:28.547Z Compiling digest v0.10.7
18902026-05-08T01:25:28.624Z Compiling block-padding v0.3.3
18912026-05-08T01:25:28.803Z Compiling hmac v0.12.1
18922026-05-08T01:25:28.849Z Compiling inout v0.1.4
18932026-05-08T01:25:28.873Z Compiling sha2 v0.10.9
18942026-05-08T01:25:28.966Z Compiling rustls-pki-types v1.14.0
18952026-05-08T01:25:29.002Z Compiling cipher v0.4.4
18962026-05-08T01:25:29.018Z Compiling scroll_derive v0.12.1
18972026-05-08T01:25:29.038Z Compiling tinystr v0.8.2
18982026-05-08T01:25:29.041Z Compiling potential_utf v0.1.4
18992026-05-08T01:25:29.106Z Compiling scroll_derive v0.13.1
19002026-05-08T01:25:29.257Z Compiling icu_locale_core v2.1.1
19012026-05-08T01:25:29.257Z Compiling icu_collections v2.1.1
19022026-05-08T01:25:29.317Z Compiling openssl-macros v0.1.1
19032026-05-08T01:25:29.495Z Compiling native-tls v0.2.18
19042026-05-08T01:25:29.754Z Compiling darling_macro v0.21.3
19052026-05-08T01:25:29.892Z Compiling der v0.7.10
19062026-05-08T01:25:29.955Z Compiling icu_provider v2.1.1
19072026-05-08T01:25:29.971Z Compiling zerocopy-derive v0.7.35
19082026-05-08T01:25:30.018Z Compiling rand_core v0.9.5
19092026-05-08T01:25:30.039Z Compiling bytes v1.11.1
19102026-05-08T01:25:30.213Z Compiling chrono v0.4.44
19112026-05-08T01:25:30.243Z Compiling icu_properties v2.1.2
19122026-05-08T01:25:30.247Z Compiling icu_normalizer v2.1.1
19132026-05-08T01:25:30.394Z Compiling serde_tokenstream v0.2.3
19142026-05-08T01:25:30.651Z Compiling tokio v1.52.1
19152026-05-08T01:25:30.788Z Compiling http v1.4.0
19162026-05-08T01:25:30.958Z Compiling regex v1.12.3
19172026-05-08T01:25:31.220Z Compiling idna_adapter v1.2.1
19182026-05-08T01:25:31.387Z Compiling idna v1.1.0
19192026-05-08T01:25:31.398Z Compiling slog v2.8.2
19202026-05-08T01:25:31.486Z Compiling tracing-core v0.1.36
19212026-05-08T01:25:31.627Z Compiling ppv-lite86 v0.2.21
19222026-05-08T01:25:31.767Z Compiling url v2.5.8
19232026-05-08T01:25:31.843Z Compiling untrusted v0.9.0
19242026-05-08T01:25:31.869Z Compiling tracing v0.1.44
19252026-05-08T01:25:31.999Z Compiling spki v0.7.3
19262026-05-08T01:25:32.236Z Compiling darling v0.21.3
19272026-05-08T01:25:32.250Z Compiling salsa20 v0.10.2
19282026-05-08T01:25:32.317Z Compiling pbkdf2 v0.12.2
19292026-05-08T01:25:32.578Z Compiling cookie v0.18.1
19302026-05-08T01:25:32.635Z Compiling camino v1.2.2
19312026-05-08T01:25:32.832Z Compiling scrypt v0.11.0
19322026-05-08T01:25:32.940Z Compiling rand_chacha v0.9.0
19332026-05-08T01:25:32.960Z Compiling cbc v0.1.2
19342026-05-08T01:25:33.045Z Compiling aes v0.8.4
19352026-05-08T01:25:33.506Z Compiling usdt-impl v0.5.0
19362026-05-08T01:25:33.522Z Compiling paste v1.0.15
19372026-05-08T01:25:33.550Z Compiling winnow v0.7.14
19382026-05-08T01:25:33.607Z Compiling either v1.15.0
19392026-05-08T01:25:33.658Z Compiling ref-cast v1.0.25
19402026-05-08T01:25:33.742Z Compiling usdt-impl v0.6.0
19412026-05-08T01:25:33.918Z Compiling pkcs5 v0.7.1
19422026-05-08T01:25:33.980Z Compiling rand v0.9.2
19432026-05-08T01:25:33.997Z Compiling http-body v1.0.1
19442026-05-08T01:25:34.182Z Compiling serde_spanned v0.6.9
19452026-05-08T01:25:34.258Z Compiling toml_datetime v0.6.11
19462026-05-08T01:25:34.343Z Compiling scroll v0.13.0
19472026-05-08T01:25:34.360Z Compiling tokio-util v0.7.18
19482026-05-08T01:25:34.384Z Compiling scroll v0.12.0
19492026-05-08T01:25:34.481Z Compiling heapless v0.7.17
19502026-05-08T01:25:34.567Z Compiling bzip2-sys v0.1.13+1.0.8
19512026-05-08T01:25:34.581Z Compiling untrusted v0.7.1
19522026-05-08T01:25:34.633Z Compiling openssl-probe v0.2.1
19532026-05-08T01:25:34.672Z Compiling atomic-waker v1.1.2
19542026-05-08T01:25:34.744Z Compiling signal-hook v0.3.18
19552026-05-08T01:25:34.870Z Compiling zstd-safe v7.2.4
19562026-05-08T01:25:34.936Z Compiling toml_parser v1.0.9+spec-1.1.0
19572026-05-08T01:25:34.954Z Compiling goblin v0.8.2
19582026-05-08T01:25:35.074Z Compiling goblin v0.10.5
19592026-05-08T01:25:35.106Z Compiling pkcs8 v0.10.2
19602026-05-08T01:25:35.412Z Compiling zerocopy v0.7.35
19612026-05-08T01:25:35.504Z Compiling ref-cast-impl v1.0.25
19622026-05-08T01:25:35.579Z Compiling curve25519-dalek v4.1.3
19632026-05-08T01:25:35.748Z Compiling darling_core v0.20.11
19642026-05-08T01:25:35.819Z Compiling toml_datetime v0.7.5+spec-1.1.0
19652026-05-08T01:25:35.843Z Compiling memoffset v0.9.1
19662026-05-08T01:25:35.964Z Compiling tinyvec_macros v0.1.1
19672026-05-08T01:25:36.018Z Compiling rustix v0.38.44
19682026-05-08T01:25:36.052Z Compiling try-lock v0.2.5
19692026-05-08T01:25:36.096Z Compiling fastrand v2.3.0
19702026-05-08T01:25:36.116Z Compiling tower-layer v0.3.3
19712026-05-08T01:25:36.183Z Compiling tower-service v0.3.3
19722026-05-08T01:25:36.212Z Compiling litrs v1.0.0
19732026-05-08T01:25:36.316Z Compiling winnow v0.5.40
19742026-05-08T01:25:36.585Z Compiling want v0.3.1
19752026-05-08T01:25:36.673Z Compiling document-features v0.2.12
19762026-05-08T01:25:36.690Z Compiling h2 v0.4.13
19772026-05-08T01:25:36.835Z Compiling tinyvec v1.10.0
19782026-05-08T01:25:37.196Z Compiling dof v0.3.0
19792026-05-08T01:25:37.741Z Compiling darling_macro v0.20.11
19802026-05-08T01:25:37.764Z Compiling dof v0.4.0
19812026-05-08T01:25:37.855Z Compiling toml_edit v0.19.15
19822026-05-08T01:25:37.957Z Compiling dtrace-parser v0.2.0
19832026-05-08T01:25:38.146Z Compiling ipnet v2.11.0
19842026-05-08T01:25:38.234Z Compiling dtrace-parser v0.3.0
19852026-05-08T01:25:38.545Z Compiling daft-derive v0.1.5
19862026-05-08T01:25:38.572Z Compiling async-trait v0.1.89
19872026-05-08T01:25:38.634Z Compiling spin v0.9.8
19882026-05-08T01:25:38.652Z Compiling thread-id v4.2.2
19892026-05-08T01:25:38.758Z Compiling thread-id v5.1.0
19902026-05-08T01:25:38.820Z Compiling httpdate v1.0.3
19912026-05-08T01:25:38.860Z Compiling pin-utils v0.1.0
19922026-05-08T01:25:38.877Z Compiling num-bigint-dig v0.8.6
19932026-05-08T01:25:38.966Z Compiling foreign-types-shared v0.1.1
19942026-05-08T01:25:39.003Z Compiling smoltcp v0.9.1
19952026-05-08T01:25:39.055Z Compiling cfg_aliases v0.2.1
19962026-05-08T01:25:39.075Z Compiling powerfmt v0.2.0
19972026-05-08T01:25:39.147Z Compiling nix v0.31.2
19982026-05-08T01:25:39.177Z Compiling tempfile v3.25.0
19992026-05-08T01:25:39.262Z Compiling deranged v0.5.8
20002026-05-08T01:25:39.287Z Compiling foreign-types v0.3.2
20012026-05-08T01:25:39.487Z Compiling darling v0.20.11
20022026-05-08T01:25:39.569Z Compiling ipnetwork v0.21.1
20032026-05-08T01:25:39.765Z Compiling hyper v1.8.1
20042026-05-08T01:25:39.906Z Compiling curve25519-dalek-derive v0.1.1
20052026-05-08T01:25:40.129Z Compiling strum_macros v0.26.4
20062026-05-08T01:25:40.215Z Compiling wait-timeout v0.2.1
20072026-05-08T01:25:40.267Z Compiling quick-error v1.2.3
20082026-05-08T01:25:40.398Z Compiling num_threads v0.1.7
20092026-05-08T01:25:40.516Z Compiling utf8parse v0.2.2
20102026-05-08T01:25:40.613Z Compiling bit-vec v0.8.0
20112026-05-08T01:25:40.629Z Compiling siphasher v1.0.2
20122026-05-08T01:25:40.645Z Compiling simd-adler32 v0.3.8
20132026-05-08T01:25:40.680Z Compiling anstyle v1.0.13
20142026-05-08T01:25:40.859Z Compiling hyper-util v0.1.20
20152026-05-08T01:25:40.874Z Compiling bit-set v0.8.0
20162026-05-08T01:25:40.919Z Compiling time v0.3.47
20172026-05-08T01:25:41.017Z Compiling anstyle-parse v0.2.7
20182026-05-08T01:25:41.184Z Compiling rusty-fork v0.3.1
20192026-05-08T01:25:41.487Z Compiling derive_builder_core v0.20.2
20202026-05-08T01:25:41.730Z Compiling unicode-normalization v0.1.25
20212026-05-08T01:25:42.282Z Compiling rustls-native-certs v0.8.3
20222026-05-08T01:25:42.558Z Compiling rand_xorshift v0.4.0
20232026-05-08T01:25:42.575Z Compiling signature v2.2.0
20242026-05-08T01:25:42.581Z Compiling hubpack_derive v0.1.1
20252026-05-08T01:25:42.718Z Compiling strum_macros v0.27.2
20262026-05-08T01:25:42.742Z Compiling sync_wrapper v1.0.2
20272026-05-08T01:25:42.757Z Compiling fs-err v3.3.0
20282026-05-08T01:25:42.777Z Compiling ahash v0.8.12
20292026-05-08T01:25:42.918Z Compiling is_terminal_polyfill v1.70.2
20302026-05-08T01:25:42.960Z Compiling unarray v0.1.4
20312026-05-08T01:25:43.013Z Compiling allocator-api2 v0.2.21
20322026-05-08T01:25:43.045Z Compiling object v0.37.3
20332026-05-08T01:25:43.100Z Compiling adler2 v2.0.1
20342026-05-08T01:25:43.145Z Compiling unicode-bidi v0.3.18
20352026-05-08T01:25:43.248Z Compiling anstyle-query v1.1.5
20362026-05-08T01:25:43.381Z Compiling colorchoice v1.0.4
20372026-05-08T01:25:43.392Z Compiling unicode-segmentation v1.12.0
20382026-05-08T01:25:43.392Z Compiling unicode-properties v0.1.4
20392026-05-08T01:25:43.392Z Compiling miniz_oxide v0.8.9
20402026-05-08T01:25:43.480Z Compiling anstream v0.6.21
20412026-05-08T01:25:43.544Z Compiling proptest v1.10.0
20422026-05-08T01:25:43.588Z Compiling stringprep v0.1.5
20432026-05-08T01:25:43.875Z Compiling tower v0.5.3
20442026-05-08T01:25:43.967Z Compiling derive_builder_macro v0.20.2
20452026-05-08T01:25:44.228Z Compiling usdt-attr-macro v0.6.0
20462026-05-08T01:25:44.264Z Compiling usdt-macro v0.6.0
20472026-05-08T01:25:44.707Z Compiling http-body-util v0.1.3
20482026-05-08T01:25:44.934Z Compiling webpki-roots v1.0.6
20492026-05-08T01:25:45.012Z Compiling rand_chacha v0.3.1
20502026-05-08T01:25:45.040Z Compiling erased-serde v0.3.31
20512026-05-08T01:25:45.040Z Compiling md-5 v0.10.6
20522026-05-08T01:25:45.077Z Compiling num-integer v0.1.46
20532026-05-08T01:25:45.126Z Compiling hash32 v0.2.1
20542026-05-08T01:25:45.222Z Compiling vergen-lib v0.1.6
20552026-05-08T01:25:45.255Z Compiling ff v0.13.1
20562026-05-08T01:25:45.293Z Compiling iri-string v0.7.10
20572026-05-08T01:25:45.319Z Compiling ryu v1.0.23
20582026-05-08T01:25:45.331Z Compiling zlib-rs v0.6.2
20592026-05-08T01:25:45.359Z Compiling base16ct v0.2.0
20602026-05-08T01:25:45.395Z Compiling fallible-iterator v0.2.0
20612026-05-08T01:25:45.434Z Compiling psl-types v2.0.11
20622026-05-08T01:25:45.502Z Compiling sec1 v0.7.3
20632026-05-08T01:25:45.549Z Compiling publicsuffix v2.3.0
20642026-05-08T01:25:45.564Z Compiling serde_urlencoded v0.7.1
20652026-05-08T01:25:45.579Z Compiling newtype-uuid v1.3.2
20662026-05-08T01:25:45.622Z Compiling group v0.13.0
20672026-05-08T01:25:45.652Z Compiling num-iter v0.1.45
20682026-05-08T01:25:45.727Z Compiling postgres-protocol v0.6.10
20692026-05-08T01:25:45.909Z Compiling rand v0.8.5
20702026-05-08T01:25:46.067Z Compiling oxnet v0.1.4
20712026-05-08T01:25:46.231Z Compiling derive_builder v0.20.2
20722026-05-08T01:25:46.327Z Compiling tokio-native-tls v0.3.1
20732026-05-08T01:25:46.382Z Compiling heck v0.4.1
20742026-05-08T01:25:46.411Z Compiling tower-http v0.6.8
20752026-05-08T01:25:46.450Z Compiling phf_shared v0.13.1
20762026-05-08T01:25:46.537Z Compiling lazy_static v1.5.0
20772026-05-08T01:25:46.627Z Compiling terminal_size v0.4.3
20782026-05-08T01:25:46.660Z Compiling serde_with_macros v3.17.0
20792026-05-08T01:25:46.670Z Compiling cargo-platform v0.1.9
20802026-05-08T01:25:46.732Z Compiling hkdf v0.12.4
20812026-05-08T01:25:46.736Z Compiling crypto-bigint v0.5.5
20822026-05-08T01:25:46.784Z Compiling clap_derive v4.5.55
20832026-05-08T01:25:46.802Z Compiling enum-as-inner v0.6.1
20842026-05-08T01:25:46.852Z Compiling serde_repr v0.1.20
20852026-05-08T01:25:46.895Z Compiling vergen v9.0.6
20862026-05-08T01:25:46.962Z Compiling bitflags v1.3.2
20872026-05-08T01:25:47.020Z Compiling managed v0.8.0
20882026-05-08T01:25:47.224Z Compiling foldhash v0.1.5
20892026-05-08T01:25:47.267Z Compiling cpufeatures v0.3.0
20902026-05-08T01:25:47.287Z Compiling clap_lex v1.0.0
20912026-05-08T01:25:47.310Z Compiling foldhash v0.2.0
20922026-05-08T01:25:47.330Z Compiling libbz2-rs-sys v0.2.2
20932026-05-08T01:25:47.375Z Compiling flate2 v1.1.9
20942026-05-08T01:25:47.409Z Compiling bumpalo v3.20.2
20952026-05-08T01:25:47.425Z Compiling clap_builder v4.5.60
20962026-05-08T01:25:47.492Z Compiling hashbrown v0.16.1
20972026-05-08T01:25:47.534Z Compiling hashbrown v0.15.5
20982026-05-08T01:25:47.594Z Compiling chacha20 v0.10.0
20992026-05-08T01:25:47.665Z Compiling elliptic-curve v0.13.8
21002026-05-08T01:25:47.726Z Compiling zopfli v0.8.3
21012026-05-08T01:25:47.757Z Compiling bzip2 v0.6.1
21022026-05-08T01:25:48.027Z Compiling cargo_metadata v0.19.2
21032026-05-08T01:25:48.085Z Compiling zstd v0.13.3
21042026-05-08T01:25:48.396Z Compiling phf v0.13.1
21052026-05-08T01:25:48.443Z Compiling hyper-tls v0.6.0
21062026-05-08T01:25:48.644Z Compiling signal-hook-mio v0.2.5
21072026-05-08T01:25:48.713Z Compiling daft v0.1.5
21082026-05-08T01:25:48.728Z Compiling cookie_store v0.22.1
21092026-05-08T01:25:48.777Z Compiling postgres-types v0.2.12
21102026-05-08T01:25:48.927Z Compiling bzip2 v0.4.4
21112026-05-08T01:25:49.018Z Compiling strum v0.27.2
21122026-05-08T01:25:49.166Z Compiling hubpack v0.1.2
21132026-05-08T01:25:49.352Z Compiling ed25519 v2.2.3
21142026-05-08T01:25:49.355Z Compiling phf_shared v0.11.3
21152026-05-08T01:25:49.409Z Compiling crossbeam-epoch v0.9.18
21162026-05-08T01:25:49.439Z Compiling pkcs1 v0.7.5
21172026-05-08T01:25:49.497Z Compiling bstr v1.12.1
21182026-05-08T01:25:49.555Z Compiling hex v0.4.3
21192026-05-08T01:25:49.570Z Compiling serde-big-array v0.5.1
21202026-05-08T01:25:49.737Z Compiling rfc6979 v0.4.0
21212026-05-08T01:25:49.755Z Compiling float-cmp v0.10.0
21222026-05-08T01:25:49.770Z Compiling memmap2 v0.9.10
21232026-05-08T01:25:49.836Z Compiling env_filter v1.0.0
21242026-05-08T01:25:49.879Z Compiling encoding_rs v0.8.35
21252026-05-08T01:25:49.923Z Compiling normalize-line-endings v0.3.0
21262026-05-08T01:25:49.941Z Compiling fixedbitset v0.4.2
21272026-05-08T01:25:49.957Z Compiling toml_write v0.1.2
21282026-05-08T01:25:50.004Z Compiling predicates-core v1.0.10
21292026-05-08T01:25:50.035Z Compiling difflib v0.4.0
21302026-05-08T01:25:50.054Z Compiling jiff v0.2.21
21312026-05-08T01:25:50.120Z Compiling fixedbitset v0.5.7
21322026-05-08T01:25:50.136Z Compiling keccak v0.1.6
21332026-05-08T01:25:50.166Z Compiling data-encoding v2.10.0
21342026-05-08T01:25:50.182Z Compiling precomputed-hash v0.1.1
21352026-05-08T01:25:50.202Z Compiling rustc-hash v2.1.1
21362026-05-08T01:25:50.227Z Compiling mime v0.3.17
21372026-05-08T01:25:50.347Z Compiling new_debug_unreachable v1.0.6
21382026-05-08T01:25:50.362Z Compiling whoami v2.1.0
21392026-05-08T01:25:50.417Z Compiling static_assertions v1.1.0
21402026-05-08T01:25:50.454Z Compiling string_cache v0.8.9
21412026-05-08T01:25:50.477Z Compiling hickory-proto v0.25.2
21422026-05-08T01:25:50.509Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21432026-05-08T01:25:50.688Z Compiling tokio-postgres v0.7.16
21442026-05-08T01:25:50.708Z Compiling petgraph v0.8.3
21452026-05-08T01:25:50.726Z Compiling iddqd v0.3.18
21462026-05-08T01:25:51.053Z Compiling sha3 v0.10.8
21472026-05-08T01:25:51.202Z Compiling predicates v3.1.4
21482026-05-08T01:25:51.297Z Compiling toml_edit v0.22.27
21492026-05-08T01:25:51.328Z Compiling petgraph v0.6.5
21502026-05-08T01:25:51.772Z Compiling env_logger v0.11.9
21512026-05-08T01:25:52.106Z Compiling similar v2.7.0
21522026-05-08T01:25:52.213Z Compiling usdt v0.6.0
21532026-05-08T01:25:52.589Z Compiling ecdsa v0.16.9
21542026-05-08T01:25:52.740Z Compiling zip v4.6.1
21552026-05-08T01:25:52.796Z Compiling serde_with v3.17.0
21562026-05-08T01:25:53.234Z Compiling rsa v0.9.10
21572026-05-08T01:25:53.263Z Compiling ed25519-dalek v2.2.0
21582026-05-08T01:25:53.573Z Compiling crossterm v0.28.1
21592026-05-08T01:25:53.729Z Compiling zip v0.6.6
21602026-05-08T01:25:53.775Z Compiling clap v4.5.60
21612026-05-08T01:25:54.135Z Compiling rand v0.10.0
21622026-05-08T01:25:54.208Z Compiling strum v0.26.3
21632026-05-08T01:25:54.283Z Compiling toml v0.7.8
21642026-05-08T01:25:54.300Z Compiling tokio-stream v0.1.18
21652026-05-08T01:25:54.366Z Compiling buf-list v1.1.2
21662026-05-08T01:25:54.595Z Compiling itertools v0.13.0
21672026-05-08T01:25:54.675Z Compiling x509-cert v0.2.5
21682026-05-08T01:25:54.766Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21692026-05-08T01:25:54.787Z Compiling openapiv3 v2.2.0
21702026-05-08T01:25:54.847Z Compiling sha1 v0.10.6
21712026-05-08T01:25:55.367Z Compiling lalrpop-util v0.19.12
21722026-05-08T01:25:55.416Z Compiling peg-runtime v0.8.5
21732026-05-08T01:26:11.778Z Compiling macaddr v1.0.1
21742026-05-08T01:26:11.869Z Compiling structmeta-derive v0.3.0
21752026-05-08T01:26:11.987Z Compiling rayon-core v1.13.0
21762026-05-08T01:26:12.017Z Compiling crucible-workspace-hack v0.1.0
21772026-05-08T01:26:12.077Z Compiling itertools v0.14.0
21782026-05-08T01:26:12.218Z Compiling secrecy v0.10.3
21792026-05-08T01:26:12.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802026-05-08T01:26:12.300Z Compiling rustls v0.22.4
21812026-05-08T01:26:12.406Z Compiling heapless v0.8.0
21822026-05-08T01:26:12.621Z Compiling crossbeam-deque v0.8.6
21832026-05-08T01:26:12.662Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21842026-05-08T01:26:12.837Z Compiling toml_edit v0.23.10+spec-1.0.0
21852026-05-08T01:26:12.867Z Compiling structmeta v0.3.0
21862026-05-08T01:26:12.872Z Compiling rustls-webpki v0.102.8
21872026-05-08T01:26:12.900Z Compiling futures-executor v0.3.32
21882026-05-08T01:26:12.922Z Compiling hash32 v0.3.1
21892026-05-08T01:26:12.926Z Compiling multer v3.1.0
21902026-05-08T01:26:13.011Z Compiling thread_local v1.1.9
21912026-05-08T01:26:13.080Z Compiling smoltcp v0.11.0
21922026-05-08T01:26:13.102Z Compiling slog-async v2.8.0
21932026-05-08T01:26:13.118Z Compiling match_cfg v0.1.0
21942026-05-08T01:26:13.160Z Compiling unicode-width v0.2.0
21952026-05-08T01:26:13.210Z Compiling compression-core v0.4.31
21962026-05-08T01:26:13.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21972026-05-08T01:26:13.341Z Compiling ingot-macros v0.1.1
21982026-05-08T01:26:13.380Z Compiling proc-macro-crate v3.4.0
21992026-05-08T01:26:13.398Z Compiling compression-codecs v0.4.37
22002026-05-08T01:26:13.458Z Compiling hostname v0.3.1
22012026-05-08T01:26:13.494Z Compiling derive-ex v0.1.8
22022026-05-08T01:26:13.546Z Compiling futures v0.3.32
22032026-05-08T01:26:13.663Z Compiling slog-json v2.6.1
22042026-05-08T01:26:13.803Z Compiling crossbeam-channel v0.5.15
22052026-05-08T01:26:13.820Z Compiling half v2.7.1
22062026-05-08T01:26:13.865Z Compiling newtype-uuid-macros v0.1.0
22072026-05-08T01:26:13.956Z Compiling cobs v0.3.0
22082026-05-08T01:26:14.108Z Compiling thiserror-impl-no-std v2.0.2
22092026-05-08T01:26:14.201Z Compiling universal-hash v0.5.1
22102026-05-08T01:26:14.329Z Compiling async-stream-impl v0.3.6
22112026-05-08T01:26:14.368Z Compiling serde_spanned v1.0.4
22122026-05-08T01:26:14.536Z Compiling toml_datetime v1.0.0+spec-1.1.0
22132026-05-08T01:26:14.560Z Compiling is-terminal v0.4.17
22142026-05-08T01:26:14.609Z Compiling dropshot v0.17.0
22152026-05-08T01:26:14.689Z Compiling proc-macro-error-attr v1.0.4
22162026-05-08T01:26:14.744Z Compiling take_mut v0.2.2
22172026-05-08T01:26:14.831Z Compiling ciborium-io v0.2.2
22182026-05-08T01:26:14.883Z Compiling term v1.2.1
22192026-05-08T01:26:14.916Z Compiling opaque-debug v0.3.1
22202026-05-08T01:26:14.941Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22212026-05-08T01:26:14.958Z Compiling toml_writer v1.0.6+spec-1.1.0
22222026-05-08T01:26:15.002Z Compiling convert_case v0.4.0
22232026-05-08T01:26:15.018Z Compiling poly1305 v0.8.0
22242026-05-08T01:26:15.066Z Compiling test-strategy v0.4.5
22252026-05-08T01:26:15.191Z Compiling toml v1.0.6+spec-1.1.0
22262026-05-08T01:26:15.208Z Compiling slog-term v2.9.2
22272026-05-08T01:26:15.224Z Compiling thiserror-no-std v2.0.2
22282026-05-08T01:26:15.249Z Compiling rustls-webpki v0.103.9
22292026-05-08T01:26:15.326Z Compiling derive_more v0.99.20
22302026-05-08T01:26:15.343Z Compiling async-stream v0.3.6
22312026-05-08T01:26:15.503Z Compiling ciborium-ll v0.2.2
22322026-05-08T01:26:15.562Z Compiling tokio-rustls v0.25.0
22332026-05-08T01:26:15.726Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-08T01:26:15.836Z Compiling postcard v1.1.3
22352026-05-08T01:26:16.005Z Compiling ingot-types v0.1.2
22362026-05-08T01:26:16.231Z Compiling slog-bunyan v2.5.0
22372026-05-08T01:26:16.377Z Compiling num_enum_derive v0.7.5
22382026-05-08T01:26:16.439Z Compiling ingot v0.1.1
22392026-05-08T01:26:16.456Z Compiling async-compression v0.4.41
22402026-05-08T01:26:16.696Z Compiling parse-display-derive v0.10.0
22412026-05-08T01:26:16.913Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22422026-05-08T01:26:16.938Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22432026-05-08T01:26:17.108Z Compiling proc-macro-crate v1.3.1
22442026-05-08T01:26:17.195Z Compiling backon v1.6.0
22452026-05-08T01:26:17.338Z Compiling waitgroup v0.1.2
22462026-05-08T01:26:17.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22472026-05-08T01:26:17.467Z Compiling password-hash v0.5.0
22482026-05-08T01:26:17.519Z Compiling dropshot_endpoint v0.17.0
22492026-05-08T01:26:17.535Z Compiling chacha20 v0.9.1
22502026-05-08T01:26:17.650Z Compiling rustls-pemfile v2.2.0
22512026-05-08T01:26:17.674Z Compiling blake2 v0.10.6
22522026-05-08T01:26:17.806Z Compiling aead v0.5.2
22532026-05-08T01:26:18.017Z Compiling foreign-types-macros v0.2.3
22542026-05-08T01:26:18.049Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22552026-05-08T01:26:18.168Z Compiling serde_path_to_error v0.1.20
22562026-05-08T01:26:18.352Z Compiling hostname v0.4.2
22572026-05-08T01:26:18.442Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-05-08T01:26:18.475Z Compiling proc-macro-error v1.0.4
22592026-05-08T01:26:18.503Z Compiling instant v0.1.13
22602026-05-08T01:26:18.548Z Compiling debug-ignore v1.0.5
22612026-05-08T01:26:18.593Z Compiling typeid v1.0.3
22622026-05-08T01:26:18.644Z Compiling foreign-types-shared v0.3.1
22632026-05-08T01:26:18.661Z Compiling backoff v0.4.0
22642026-05-08T01:26:18.679Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22652026-05-08T01:26:18.693Z Compiling parse-display v0.10.0
22662026-05-08T01:26:18.714Z Compiling chacha20poly1305 v0.10.1
22672026-05-08T01:26:18.764Z Compiling foreign-types v0.5.0
22682026-05-08T01:26:18.781Z Compiling argon2 v0.5.3
22692026-05-08T01:26:18.867Z Compiling tokio-rustls v0.26.4
22702026-05-08T01:26:18.883Z Compiling rustls-platform-verifier v0.6.2
22712026-05-08T01:26:18.914Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-08T01:26:18.917Z Compiling num_enum_derive v0.5.11
22732026-05-08T01:26:18.953Z Compiling num_enum v0.7.5
22742026-05-08T01:26:19.112Z Compiling hyper-rustls v0.27.7
22752026-05-08T01:26:19.131Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22762026-05-08T01:26:19.164Z Compiling ciborium v0.2.2
22772026-05-08T01:26:19.361Z Compiling reqwest v0.13.2
22782026-05-08T01:26:19.456Z Compiling reqwest v0.12.28
22792026-05-08T01:26:19.616Z Compiling vsss-rs v3.3.4
22802026-05-08T01:26:19.816Z Compiling tabwriter v1.4.1
22812026-05-08T01:26:19.834Z Compiling regress v0.10.5
22822026-05-08T01:26:19.887Z Compiling byte-wrapper v0.1.0
22832026-05-08T01:26:20.027Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22842026-05-08T01:26:20.202Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-05-08T01:26:20.275Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22862026-05-08T01:26:20.406Z Compiling cstr-argument v0.1.2
22872026-05-08T01:26:20.527Z Compiling erased-serde v0.4.9
22882026-05-08T01:26:20.610Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22892026-05-08T01:26:20.654Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22902026-05-08T01:26:20.670Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-05-08T01:26:20.809Z Compiling num_enum v0.5.11
22922026-05-08T01:26:20.841Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22932026-05-08T01:26:20.876Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-05-08T01:26:20.979Z Compiling rayon v1.11.0
22952026-05-08T01:26:21.102Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22962026-05-08T01:26:21.123Z Compiling indent_write v2.2.0
22972026-05-08T01:26:21.140Z Compiling libefi-sys v0.1.0
22982026-05-08T01:26:21.162Z Compiling colored v3.1.1
22992026-05-08T01:26:21.195Z Compiling zone_cfg_derive v0.3.1
23002026-05-08T01:26:21.302Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-08T01:26:21.522Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23022026-05-08T01:26:21.582Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-08T01:26:21.821Z Compiling camino-tempfile v1.4.1
23042026-05-08T01:26:21.837Z Compiling itertools v0.12.1
23052026-05-08T01:26:21.857Z Compiling usdt-attr-macro v0.5.0
23062026-05-08T01:26:21.998Z Compiling usdt-macro v0.5.0
23072026-05-08T01:26:22.077Z Compiling bitfield-struct v0.6.2
23082026-05-08T01:26:22.249Z Compiling num-derive v0.4.2
23092026-05-08T01:26:22.618Z Compiling blake3 v1.8.3
23102026-05-08T01:26:22.645Z Compiling ordered-float v2.10.1
23112026-05-08T01:26:22.722Z Compiling sigpipe v0.1.3
23122026-05-08T01:26:22.738Z Compiling memmap v0.7.0
23132026-05-08T01:26:22.851Z Compiling swrite v0.1.0
23142026-05-08T01:26:22.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-05-08T01:26:22.949Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23162026-05-08T01:26:22.983Z Compiling glob v0.3.3
23172026-05-08T01:26:23.013Z Compiling serde-value v0.7.0
23182026-05-08T01:26:23.047Z Compiling usdt v0.5.0
23192026-05-08T01:26:23.191Z Compiling zone v0.3.1
23202026-05-08T01:26:23.194Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23212026-05-08T01:26:23.225Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23222026-05-08T01:26:23.246Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-05-08T01:26:23.321Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23242026-05-08T01:26:23.494Z Compiling serde-untagged v0.1.9
23252026-05-08T01:26:23.531Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-05-08T01:26:23.720Z Compiling toml v0.8.23
23272026-05-08T01:26:23.737Z Compiling smf v0.2.3
23282026-05-08T01:26:23.885Z Compiling filetime v0.2.27
23292026-05-08T01:26:23.902Z Compiling unicode-xid v0.2.6
23302026-05-08T01:26:23.917Z Compiling same-file v1.0.6
23312026-05-08T01:26:23.953Z Compiling constant_time_eq v0.4.2
23322026-05-08T01:26:23.968Z Compiling whoami v1.6.1
23332026-05-08T01:26:24.070Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-05-08T01:26:24.114Z Compiling arrayvec v0.7.6
23352026-05-08T01:26:24.117Z Compiling arrayref v0.3.9
23362026-05-08T01:26:24.158Z Compiling xattr v1.6.1
23372026-05-08T01:26:24.175Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-08T01:26:24.181Z Compiling walkdir v2.5.0
23392026-05-08T01:26:24.222Z Compiling cargo-util-schemas v0.8.2
23402026-05-08T01:26:24.400Z Compiling tar v0.4.45
23412026-05-08T01:26:24.445Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23422026-05-08T01:26:24.548Z Compiling tokio-dtrace v0.1.1
23432026-05-08T01:26:24.698Z Compiling console v0.16.2
23442026-05-08T01:26:24.794Z Compiling gethostname v0.5.0
23452026-05-08T01:26:24.875Z Compiling cargo-platform v0.2.0
23462026-05-08T01:26:24.903Z Compiling unit-prefix v0.5.2
23472026-05-08T01:26:24.923Z Compiling topological-sort v0.2.2
23482026-05-08T01:26:24.949Z Compiling oxide-tokio-rt v0.1.4
23492026-05-08T01:26:24.965Z Compiling shell-words v1.1.1
23502026-05-08T01:26:25.090Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23512026-05-08T01:26:25.117Z Compiling indicatif v0.18.4
23522026-05-08T01:26:25.390Z Compiling cargo_metadata v0.21.0
23532026-05-08T01:26:34.750Z Compiling progenitor-client v0.14.0
23542026-05-08T01:26:34.766Z Compiling progenitor-client v0.10.0
23552026-05-08T01:26:34.766Z Compiling omicron-zone-package v0.12.2
23562026-05-08T01:26:34.868Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23572026-05-08T01:26:34.900Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23582026-05-08T01:26:34.934Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23592026-05-08T01:26:35.199Z Compiling progenitor-extras v0.2.0
23602026-05-08T01:26:35.254Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23612026-05-08T01:26:35.268Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23622026-05-08T01:26:35.462Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632026-05-08T01:26:35.846Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23642026-05-08T01:26:36.042Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-05-08T01:26:36.092Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-05-08T01:26:39.824Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23672026-05-08T01:26:47.187Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23682026-05-08T01:26:50.269Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23692026-05-08T01:26:51.296Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23702026-05-08T01:27:00.485Z Finished `release` profile [optimized] target(s) in 1m 39s
23712026-05-08T01:27:00.639Z Running `target/release/omicron-package -t test target create -p dev`
23722026-05-08T01:27:00.703ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732026-05-08T01:27:00.706ZCreated new build target 'test' and set it as active
23742026-05-08T01:27:00.706Z
23752026-05-08T01:27:00.706Zreal 1:40.189946820
23762026-05-08T01:27:00.706Zuser 16:30.137064758
23772026-05-08T01:27:00.706Zsys 2:36.707351644
23782026-05-08T01:27:00.706Ztrap 0.462899032
23792026-05-08T01:27:00.706Ztflt 2.617525423
23802026-05-08T01:27:00.706Zdflt 3.681590425
23812026-05-08T01:27:00.707Zkflt 0.000448580
23822026-05-08T01:27:00.707Zlock 51:51.249730633
23832026-05-08T01:27:00.707Zslp 42:26.476003995
23842026-05-08T01:27:00.707Zlat 46.404992442
23852026-05-08T01:27:00.707Zstop 5:29.961519233
23862026-05-08T01:27:00.707Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23872026-05-08T01:27:01.589Z Finished `release` profile [optimized] target(s) in 0.87s
23882026-05-08T01:27:01.660Z Running `target/release/omicron-package -t test package`
23892026-05-08T01:27:01.717ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-08T01:27:03.125Z Compiling heck v0.5.0
23912026-05-08T01:27:03.125Z Compiling regress v0.11.1
23922026-05-08T01:27:03.131Z Compiling unsafe-libyaml v0.2.11
23932026-05-08T01:27:03.387Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-05-08T01:27:03.406Z Compiling regress v0.10.5
23952026-05-08T01:27:03.428Z Compiling unicode-width v0.1.14
23962026-05-08T01:27:03.453Z Compiling is-terminal v0.4.17
23972026-05-08T01:27:03.469Z Compiling prettyplease v0.2.37
23982026-05-08T01:27:03.469Z Compiling bytecount v0.6.9
23992026-05-08T01:27:03.473Z Compiling rustls v0.22.4
24002026-05-08T01:27:03.473Z Compiling rustls-webpki v0.102.8
24012026-05-08T01:27:03.473Z Compiling derive-where v1.6.0
24022026-05-08T01:27:03.490Z Compiling thread_local v1.1.9
24032026-05-08T01:27:03.493Z Compiling compression-core v0.4.31
24042026-05-08T01:27:03.493Z Compiling match_cfg v0.1.0
24052026-05-08T01:27:03.614Z Compiling multer v3.1.0
24062026-05-08T01:27:03.620Z Compiling hostname v0.3.1
24072026-05-08T01:27:03.656Z Compiling slog-async v2.8.0
24082026-05-08T01:27:03.717Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24092026-05-08T01:27:03.731Z Compiling compression-codecs v0.4.37
24102026-05-08T01:27:03.751Z Compiling crossbeam-channel v0.5.15
24112026-05-08T01:27:03.778Z Compiling slog-json v2.6.1
24122026-05-08T01:27:03.784Z Compiling futures-executor v0.3.32
24132026-05-08T01:27:03.784Z Compiling serde_spanned v1.0.4
24142026-05-08T01:27:03.843Z Compiling toml_datetime v1.0.0+spec-1.1.0
24152026-05-08T01:27:03.847Z Compiling term v1.2.1
24162026-05-08T01:27:03.928Z Compiling serde_yaml v0.9.34+deprecated
24172026-05-08T01:27:04.000Z Compiling take_mut v0.2.2
24182026-05-08T01:27:04.024Z Compiling toml_writer v1.0.6+spec-1.1.0
24192026-05-08T01:27:04.024Z Compiling futures v0.3.32
24202026-05-08T01:27:04.084Z Compiling slog-bunyan v2.5.0
24212026-05-08T01:27:04.164Z Compiling slog-term v2.9.2
24222026-05-08T01:27:04.185Z Compiling async-compression v0.4.41
24232026-05-08T01:27:04.225Z Compiling toml v1.0.6+spec-1.1.0
24242026-05-08T01:27:04.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24252026-05-08T01:27:04.327Z Compiling async-stream v0.3.6
24262026-05-08T01:27:04.382Z Compiling dropshot v0.17.0
24272026-05-08T01:27:04.455Z Compiling num-rational v0.4.2
24282026-05-08T01:27:04.477Z Compiling progenitor-client v0.14.0
24292026-05-08T01:27:04.517Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24302026-05-08T01:27:04.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24312026-05-08T01:27:04.571Z Compiling waitgroup v0.1.2
24322026-05-08T01:27:04.672Z Compiling backon v1.6.0
24332026-05-08T01:27:04.726Z Compiling rustls-pemfile v2.2.0
24342026-05-08T01:27:04.749Z Compiling num-complex v0.4.6
24352026-05-08T01:27:04.753Z Compiling serde_path_to_error v0.1.20
24362026-05-08T01:27:04.774Z Compiling hostname v0.4.2
24372026-05-08T01:27:04.822Z Compiling instant v0.1.13
24382026-05-08T01:27:04.826Z Compiling debug-ignore v1.0.5
24392026-05-08T01:27:04.908Z Compiling typify-impl v0.6.2
24402026-05-08T01:27:04.944Z Compiling backoff v0.4.0
24412026-05-08T01:27:04.968Z Compiling progenitor-extras v0.2.0
24422026-05-08T01:27:04.972Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24432026-05-08T01:27:04.986Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24442026-05-08T01:27:05.179Z Compiling num v0.4.3
24452026-05-08T01:27:05.240Z Compiling parse-display v0.10.0
24462026-05-08T01:27:05.262Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24472026-05-08T01:27:05.265Z Compiling progenitor-client v0.13.0
24482026-05-08T01:27:05.305Z Compiling progenitor-client v0.10.0
24492026-05-08T01:27:05.308Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24502026-05-08T01:27:05.383Z Compiling macaddr v1.0.1
24512026-05-08T01:27:05.412Z Compiling float-ord v0.3.2
24522026-05-08T01:27:05.476Z Compiling console v0.15.11
24532026-05-08T01:27:05.584Z Compiling newline-converter v0.3.0
24542026-05-08T01:27:05.629Z Compiling atomicwrites v0.4.4
24552026-05-08T01:27:05.653Z Compiling slog-dtrace v0.3.0
24562026-05-08T01:27:05.813Z Compiling async-recursion v1.1.1
24572026-05-08T01:27:05.891Z Compiling tokio-rustls v0.25.0
24582026-05-08T01:27:05.960Z Compiling expectorate v1.2.0
24592026-05-08T01:27:05.980Z Compiling owo-colors v4.3.0
24602026-05-08T01:27:06.007Z Compiling cancel-safe-futures v0.1.5
24612026-05-08T01:27:06.077Z Compiling libsw-core v0.3.2
24622026-05-08T01:27:06.176Z Compiling resolv-conf v0.7.6
24632026-05-08T01:27:06.202Z Compiling toml v0.8.23
24642026-05-08T01:27:06.317Z Compiling libsw v3.5.0
24652026-05-08T01:27:06.460Z Compiling linear-map v1.2.0
24662026-05-08T01:27:06.483Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-05-08T01:27:06.573Z Compiling minimal-lexical v0.2.1
24682026-05-08T01:27:06.707Z Compiling linked-hash-map v0.5.6
24692026-05-08T01:27:06.765Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24702026-05-08T01:27:06.768Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24712026-05-08T01:27:06.811Z Compiling nom v7.1.3
24722026-05-08T01:27:06.816Z Compiling unicode-xid v0.2.6
24732026-05-08T01:27:06.850Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24742026-05-08T01:27:06.922Z Compiling lru-cache v0.1.2
24752026-05-08T01:27:06.957Z Compiling globset v0.4.18
24762026-05-08T01:27:06.980Z Compiling hickory-proto v0.24.4
24772026-05-08T01:27:07.000Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24782026-05-08T01:27:07.102Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24792026-05-08T01:27:07.357Z Compiling convert_case v0.10.0
24802026-05-08T01:27:07.653Z Compiling derive_more-impl v2.1.1
24812026-05-08T01:27:07.807Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24822026-05-08T01:27:08.179Z Compiling pin-project-internal v1.1.11
24832026-05-08T01:27:08.215Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24842026-05-08T01:27:08.389Z Compiling typify-macro v0.6.2
24852026-05-08T01:27:08.445Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24862026-05-08T01:27:08.700Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24872026-05-08T01:27:08.963Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-05-08T01:27:09.185Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24892026-05-08T01:27:09.236Z Compiling pin-project v1.1.11
24902026-05-08T01:27:09.373Z Compiling derive_more v2.1.1
24912026-05-08T01:27:09.486Z Compiling hickory-resolver v0.24.4
24922026-05-08T01:27:09.673Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24932026-05-08T01:27:09.709Z Compiling papergrid v0.11.0
24942026-05-08T01:27:09.858Z Compiling tabled_derive v0.7.0
24952026-05-08T01:27:09.990Z Compiling typify v0.6.2
24962026-05-08T01:27:10.242Z Compiling progenitor-impl v0.14.0
24972026-05-08T01:27:10.334Z Compiling progenitor-impl v0.13.0
24982026-05-08T01:27:10.853Z Compiling qorb v0.4.1
24992026-05-08T01:27:11.263Z Compiling pem v3.0.6
25002026-05-08T01:27:11.978Z Compiling snafu-derive v0.8.9
25012026-05-08T01:27:12.391Z Compiling progenitor-macro v0.14.0
25022026-05-08T01:27:12.528Z Compiling progenitor-macro v0.13.0
25032026-05-08T01:27:12.772Z Compiling termtree v0.5.1
25042026-05-08T01:27:12.974Z Compiling tabled v0.15.0
25052026-05-08T01:27:13.630Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25062026-05-08T01:27:14.667Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25072026-05-08T01:27:14.999Z Compiling snafu v0.8.9
25082026-05-08T01:27:15.257Z Compiling crossterm v0.29.0
25092026-05-08T01:27:15.545Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-08T01:27:15.601Z Compiling phf_shared v0.12.1
25112026-05-08T01:27:15.894Z Compiling olpc-cjson v0.1.4
25122026-05-08T01:27:16.142Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25132026-05-08T01:27:16.515Z Compiling serde_plain v1.0.2
25142026-05-08T01:27:16.568Z Compiling progenitor v0.14.0
25152026-05-08T01:27:16.690Z Compiling csv-core v0.1.13
25162026-05-08T01:27:16.711Z Compiling progenitor v0.13.0
25172026-05-08T01:27:16.748Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25182026-05-08T01:27:16.870Z Compiling vte v0.14.1
25192026-05-08T01:27:16.896Z Compiling chrono-tz v0.10.4
25202026-05-08T01:27:17.116Z Compiling highway v1.3.0
25212026-05-08T01:27:17.137Z Compiling typed-path v0.9.3
25222026-05-08T01:27:17.187Z Compiling strip-ansi-escapes v0.2.1
25232026-05-08T01:27:17.263Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-05-08T01:27:17.749Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-08T01:27:17.762Z Compiling csv v1.4.0
25262026-05-08T01:27:17.868Z Compiling phf v0.12.1
25272026-05-08T01:27:18.093Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25282026-05-08T01:27:18.213Z Compiling tough v0.20.0
25292026-05-08T01:27:18.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302026-05-08T01:27:19.274Z Compiling const_format_proc_macros v0.2.34
25312026-05-08T01:27:19.645Z Compiling fd-lock v4.0.4
25322026-05-08T01:27:19.823Z Compiling peg-macros v0.8.5
25332026-05-08T01:27:20.049Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-08T01:27:20.072Z Compiling nu-ansi-term v0.50.3
25352026-05-08T01:27:20.353Z Compiling reedline v0.40.0
25362026-05-08T01:27:20.647Z Compiling const_format v0.2.35
25372026-05-08T01:27:21.016Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25382026-05-08T01:27:21.078Z Compiling peg v0.8.5
25392026-05-08T01:27:21.162Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25402026-05-08T01:27:21.189Z Compiling bcs v0.1.6
25412026-05-08T01:27:21.673Z Compiling semver v0.1.20
25422026-05-08T01:27:21.963Z Compiling rustc_version v0.1.7
25432026-05-08T01:27:21.986Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442026-05-08T01:27:22.142Z Compiling unicode-linebreak v0.1.5
25452026-05-08T01:27:22.204Z Compiling newtype_derive v0.1.6
25462026-05-08T01:27:22.246Z Compiling humantime v2.3.0
25472026-05-08T01:27:22.431Z Compiling smawk v0.3.2
25482026-05-08T01:27:22.525Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25492026-05-08T01:27:22.648Z Compiling textwrap v0.16.2
25502026-05-08T01:27:22.847Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25512026-05-08T01:27:23.206Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25522026-05-08T01:27:23.772Z Compiling dropshot-api-manager-types v0.7.1
25532026-05-08T01:27:23.807Z Compiling base64 v0.21.7
25542026-05-08T01:27:24.288Z Compiling steno v0.4.1
25552026-05-08T01:27:24.352Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-05-08T01:27:24.374Z Compiling utf-8 v0.7.6
25572026-05-08T01:27:24.399Z Compiling tagptr v0.2.0
25582026-05-08T01:27:24.600Z Compiling moka v0.12.13
25592026-05-08T01:27:24.619Z Compiling hickory-proto v0.26.1
25602026-05-08T01:27:24.647Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25612026-05-08T01:27:24.788Z Compiling tungstenite v0.21.0
25622026-05-08T01:27:24.826Z Compiling radium v0.7.0
25632026-05-08T01:27:25.149Z Compiling tap v1.0.1
25642026-05-08T01:27:25.308Z Compiling maybe-uninit v2.0.0
25652026-05-08T01:27:25.505Z Compiling tokio-tungstenite v0.21.0
25662026-05-08T01:27:25.736Z Compiling hickory-resolver v0.25.2
25672026-05-08T01:27:25.837Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25682026-05-08T01:27:25.906Z Compiling wyz v0.5.1
25692026-05-08T01:27:26.165Z Compiling zerocopy-derive v0.6.6
25702026-05-08T01:27:26.189Z Compiling funty v2.0.0
25712026-05-08T01:27:26.227Z Compiling packed_struct v0.10.1
25722026-05-08T01:27:26.506Z Compiling display-error-chain v0.2.2
25732026-05-08T01:27:26.690Z Compiling crc-catalog v2.4.0
25742026-05-08T01:27:26.848Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-08T01:27:26.943Z Compiling crc v3.4.0
25762026-05-08T01:27:26.984Z Compiling zerocopy v0.6.6
25772026-05-08T01:27:27.151Z Compiling bitvec v1.0.1
25782026-05-08T01:27:27.307Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-05-08T01:27:27.353Z Compiling num-derive v0.3.3
25802026-05-08T01:27:27.417Z Compiling packed_struct_codegen v0.10.1
25812026-05-08T01:27:28.240Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25822026-05-08T01:27:28.431Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25832026-05-08T01:27:28.997Z Compiling bitfield-macros v0.19.4
25842026-05-08T01:27:29.714Z Compiling proc-macro-error-attr2 v2.0.0
25852026-05-08T01:27:29.798Z Compiling indexmap v1.9.3
25862026-05-08T01:27:30.037Z Compiling nodrop v0.1.14
25872026-05-08T01:27:30.109Z Compiling proc-macro-error2 v2.0.1
25882026-05-08T01:27:30.170Z Compiling array-init v0.0.4
25892026-05-08T01:27:30.223Z Compiling bitfield v0.19.4
25902026-05-08T01:27:30.546Z Compiling libscf-sys v1.1.0
25912026-05-08T01:27:30.595Z Compiling smallvec v0.6.14
25922026-05-08T01:27:30.730Z Compiling typify-impl v0.4.3
25932026-05-08T01:27:30.775Z Compiling hashbrown v0.12.3
25942026-05-08T01:27:30.841Z Compiling serde-hex v0.1.0
25952026-05-08T01:27:31.449Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25962026-05-08T01:27:31.611Z Compiling tabled_derive v0.11.0
25972026-05-08T01:27:31.807Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-05-08T01:27:31.950Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-05-08T01:27:32.002Z Compiling ron v0.8.1
26002026-05-08T01:27:32.171Z Compiling papergrid v0.17.0
26012026-05-08T01:27:32.193Z Compiling testing_table v0.3.0
26022026-05-08T01:27:32.221Z Compiling hashbrown v0.13.2
26032026-05-08T01:27:32.659Z Compiling vergen-gitcl v1.0.8
26042026-05-08T01:27:32.742Z Compiling dirs-sys-next v0.1.2
26052026-05-08T01:27:32.820Z Compiling glob v0.3.3
26062026-05-08T01:27:32.847Z Compiling maplit v1.0.2
26072026-05-08T01:27:32.881Z Compiling crunchy v0.2.4
26082026-05-08T01:27:32.939Z Compiling crc-any v2.5.0
26092026-05-08T01:27:32.977Z Compiling diesel_derives v2.3.7
26102026-05-08T01:27:33.025Z Compiling dirs-next v2.0.0
26112026-05-08T01:27:33.183Z Compiling clang-sys v1.8.1
26122026-05-08T01:27:33.198Z Compiling object v0.30.4
26132026-05-08T01:27:33.272Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-05-08T01:27:33.292Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-05-08T01:27:33.370Z Compiling tabled v0.20.0
26162026-05-08T01:27:33.572Z Compiling dsl_auto_type v0.2.0
26172026-05-08T01:27:33.712Z Compiling scheduled-thread-pool v0.2.7
26182026-05-08T01:27:33.952Z Compiling diesel_table_macro_syntax v0.3.0
26192026-05-08T01:27:33.983Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-08T01:27:34.154Z Compiling tiny-keccak v2.0.2
26212026-05-08T01:27:34.204Z Compiling path-slash v0.1.5
26222026-05-08T01:27:34.233Z Compiling xshell-macros v0.2.7
26232026-05-08T01:27:34.253Z Compiling typify-macro v0.4.3
26242026-05-08T01:27:34.350Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-08T01:27:34.406Z Compiling r2d2 v0.8.10
26262026-05-08T01:27:34.485Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272026-05-08T01:27:34.629Z Compiling xshell v0.2.7
26282026-05-08T01:27:34.719Z Compiling term v0.7.0
26292026-05-08T01:27:34.843Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26302026-05-08T01:27:35.241Z Compiling downcast-rs v2.0.2
26312026-05-08T01:27:35.278Z Compiling bit-vec v0.6.3
26322026-05-08T01:27:35.318Z Compiling ascii-canvas v3.0.0
26332026-05-08T01:27:35.583Z Compiling bit-set v0.5.3
26342026-05-08T01:27:35.634Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352026-05-08T01:27:35.769Z Compiling itertools v0.10.5
26362026-05-08T01:27:35.785Z Compiling ena v0.14.4
26372026-05-08T01:27:35.946Z Compiling libloading v0.8.9
26382026-05-08T01:27:36.040Z Compiling regex-syntax v0.6.29
26392026-05-08T01:27:36.184Z Compiling bindgen v0.71.1
26402026-05-08T01:27:36.523Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26412026-05-08T01:27:36.851Z Compiling diff v0.1.13
26422026-05-08T01:27:36.879Z Compiling unicase v2.9.0
26432026-05-08T01:27:37.126Z Compiling crc8 v0.1.1
26442026-05-08T01:27:37.301Z Compiling typify v0.4.3
26452026-05-08T01:27:37.439Z Compiling lalrpop v0.19.12
26462026-05-08T01:27:37.853Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-05-08T01:27:37.988Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26482026-05-08T01:27:38.022Z Compiling cexpr v0.6.0
26492026-05-08T01:27:42.518Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-05-08T01:27:42.669Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26512026-05-08T01:27:42.669Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26522026-05-08T01:27:42.669Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-05-08T01:27:42.669Z Compiling headers-core v0.3.0
26542026-05-08T01:27:42.669Z Compiling libxml v0.3.3
26552026-05-08T01:27:42.670Z Compiling headers v0.4.1
26562026-05-08T01:27:42.670Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26572026-05-08T01:27:42.670Z Compiling diesel v2.3.7
26582026-05-08T01:27:42.670Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26592026-05-08T01:27:42.670Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26602026-05-08T01:27:42.670Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26612026-05-08T01:27:42.670Z Compiling strum_macros v0.24.3
26622026-05-08T01:27:42.670Z Compiling indoc v1.0.9
26632026-05-08T01:27:42.670Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-05-08T01:27:42.670Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26652026-05-08T01:27:42.670Z Compiling derive_builder v0.20.2
26662026-05-08T01:27:42.670Z Compiling oso-derive v0.27.3
26672026-05-08T01:27:42.670Z Compiling quick-xml v0.37.5
26682026-05-08T01:27:42.670Z Compiling impl-trait-for-tuples v0.2.3
26692026-05-08T01:27:42.670Z Compiling openssl-probe v0.1.6
26702026-05-08T01:27:42.670Z Compiling half v1.8.3
26712026-05-08T01:27:42.701Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26722026-05-08T01:27:42.703Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26732026-05-08T01:27:42.732Z Compiling serde_cbor v0.11.2
26742026-05-08T01:27:42.948Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26752026-05-08T01:27:42.982Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26762026-05-08T01:27:43.124Z Compiling bb8 v0.8.6
26772026-05-08T01:27:43.211Z Compiling trait-variant v0.1.2
26782026-05-08T01:27:43.353Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26792026-05-08T01:27:43.493Z Compiling samael v0.0.19
26802026-05-08T01:27:43.603Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-05-08T01:27:43.663Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26822026-05-08T01:27:43.759Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26832026-05-08T01:27:43.802Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26842026-05-08T01:27:43.941Z Compiling fxhash v0.2.1
26852026-05-08T01:27:44.003Z Compiling salty v0.3.0
26862026-05-08T01:27:44.119Z Compiling progenitor-impl v0.11.2
26872026-05-08T01:27:44.312Z Compiling progenitor-impl v0.10.0
26882026-05-08T01:27:44.345Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26892026-05-08T01:27:44.370Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26902026-05-08T01:27:44.643Z Compiling kstat-rs v0.2.4
26912026-05-08T01:27:44.966Z Compiling polar-core v0.27.3
26922026-05-08T01:27:45.062Z Compiling libz-sys v1.1.24
26932026-05-08T01:27:45.133Z Compiling nonempty v0.12.0
26942026-05-08T01:27:45.205Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26952026-05-08T01:27:45.371Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26962026-05-08T01:27:46.332Z Compiling progenitor-macro v0.11.2
26972026-05-08T01:27:46.510Z Compiling progenitor-macro v0.10.0
26982026-05-08T01:27:47.555Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26992026-05-08T01:27:48.830Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-05-08T01:27:48.908Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-05-08T01:27:49.425Z Compiling progenitor-client v0.11.2
27022026-05-08T01:27:49.975Z Compiling darling_core v0.23.0
27032026-05-08T01:27:50.017Z Compiling nanorand v0.7.0
27042026-05-08T01:27:50.351Z Compiling arc-swap v1.8.2
27052026-05-08T01:27:50.408Z Compiling fs-err v2.11.0
27062026-05-08T01:27:50.553Z Compiling parking_lot_core v0.8.6
27072026-05-08T01:27:50.841Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082026-05-08T01:27:50.875Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27092026-05-08T01:27:50.893Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27102026-05-08T01:27:52.158Z Compiling darling_macro v0.23.0
27112026-05-08T01:27:52.667Z Compiling mime_guess v2.0.5
27122026-05-08T01:27:53.177Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27132026-05-08T01:27:53.746Z Compiling slog-scope v4.4.1
27142026-05-08T01:27:54.202Z Compiling oso v0.27.3
27152026-05-08T01:27:55.002Z Compiling progenitor v0.10.0
27162026-05-08T01:27:55.189Z Compiling progenitor v0.11.2
27172026-05-08T01:27:55.221Z Compiling flume v0.11.1
27182026-05-08T01:27:55.382Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-08T01:27:55.621Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27202026-05-08T01:27:57.770Z Compiling async-bb8-diesel v0.2.1
27212026-05-08T01:27:58.222Z Compiling diesel-dtrace v0.5.0
27222026-05-08T01:27:58.409Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-05-08T01:27:58.722Z Compiling primeorder v0.13.6
27242026-05-08T01:27:59.064Z Compiling git-stub v1.0.0
27252026-05-08T01:27:59.268Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-05-08T01:27:59.333Z Compiling instability v0.3.11
27272026-05-08T01:27:59.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27282026-05-08T01:27:59.888Z Compiling git-stub-vcs v0.1.0
27292026-05-08T01:28:00.142Z Compiling p384 v0.13.1
27302026-05-08T01:28:00.251Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-05-08T01:28:00.697Z Compiling slog-stdlog v4.1.1
27322026-05-08T01:28:01.326Z Compiling darling v0.23.0
27332026-05-08T01:28:01.601Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-05-08T01:28:01.657Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-05-08T01:28:01.710Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-05-08T01:28:01.863Z Compiling ignore v0.4.25
27372026-05-08T01:28:01.936Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27382026-05-08T01:28:02.289Z Compiling castaway v0.2.4
27392026-05-08T01:28:02.475Z Compiling atty v0.2.14
27402026-05-08T01:28:02.628Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-08T01:28:02.873Z Compiling parse-size v1.1.0
27422026-05-08T01:28:02.896Z Compiling http-range v0.1.5
27432026-05-08T01:28:03.099Z Compiling indoc v2.0.7
27442026-05-08T01:28:03.242Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27452026-05-08T01:28:03.377Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-08T01:28:04.326Z Compiling globwalk v0.9.1
27472026-05-08T01:28:04.419Z Compiling compact_str v0.8.1
27482026-05-08T01:28:05.080Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-05-08T01:28:05.597Z Compiling parking_lot v0.11.2
27502026-05-08T01:28:06.606Z Compiling slog-envlogger v2.2.0
27512026-05-08T01:28:06.865Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27522026-05-08T01:28:07.345Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27532026-05-08T01:28:07.628Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27542026-05-08T01:28:07.666Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27552026-05-08T01:28:07.690Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27562026-05-08T01:28:07.712Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27572026-05-08T01:28:07.790Z Compiling predicates-tree v1.0.13
27582026-05-08T01:28:08.293Z Compiling unicode-truncate v1.1.0
27592026-05-08T01:28:08.464Z Compiling lru v0.12.5
27602026-05-08T01:28:08.497Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-08T01:28:08.519Z Compiling rand_seeder v0.4.0
27622026-05-08T01:28:08.553Z Compiling prefix-trie v0.7.0
27632026-05-08T01:28:08.600Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27642026-05-08T01:28:08.704Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-08T01:28:08.785Z Compiling vergen-git2 v1.0.7
27662026-05-08T01:28:08.858Z Compiling cassowary v0.3.0
27672026-05-08T01:28:09.029Z Compiling corncobs v0.1.4
27682026-05-08T01:28:09.054Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-08T01:28:09.113Z Compiling hickory-server v0.25.2
27702026-05-08T01:28:09.168Z Compiling ratatui v0.29.0
27712026-05-08T01:28:09.280Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-08T01:28:09.411Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27732026-05-08T01:28:09.583Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-05-08T01:28:09.627Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-05-08T01:28:10.007Z Compiling camino-tempfile-ext v0.3.3
27762026-05-08T01:28:10.211Z Compiling hyper-staticfile v0.10.1
27772026-05-08T01:28:10.457Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27782026-05-08T01:28:10.524Z Compiling sled v0.34.7
27792026-05-08T01:28:10.979Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-05-08T01:28:11.407Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27812026-05-08T01:28:11.653Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-05-08T01:28:13.184Z Compiling secrecy v0.8.0
27832026-05-08T01:28:13.385Z Compiling rustls v0.21.12
27842026-05-08T01:28:13.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27852026-05-08T01:28:14.044Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27862026-05-08T01:28:14.131Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27872026-05-08T01:28:14.260Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
27882026-05-08T01:28:14.260Z --> dns-server/src/dns_server.rs:487:12
27892026-05-08T01:28:14.260Z |
27902026-05-08T01:28:14.260Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27912026-05-08T01:28:14.260Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27922026-05-08T01:28:14.260Z |
27932026-05-08T01:28:14.260Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27942026-05-08T01:28:14.260Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27952026-05-08T01:28:14.260Z |
27962026-05-08T01:28:14.260Z 77 | pub struct Record<R: RecordData = RData> {
27972026-05-08T01:28:14.260Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27982026-05-08T01:28:14.260Z |
27992026-05-08T01:28:14.261Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28002026-05-08T01:28:14.261Z |
28012026-05-08T01:28:14.261Z 78 | pub struct Record<R: RecordData = RData> {
28022026-05-08T01:28:14.261Z | ---------------------------------------- this is the found type
28032026-05-08T01:28:14.261Z = help: you can use `cargo tree` to explore your dependency tree
28042026-05-08T01:28:14.261Znote: required by a bound in `MessageResponse`
28052026-05-08T01:28:14.261Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28062026-05-08T01:28:14.261Z |
28072026-05-08T01:28:14.261Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28082026-05-08T01:28:14.261Z | --------------- required by a bound in this struct
28092026-05-08T01:28:14.261Z 22 | where
28102026-05-08T01:28:14.261Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28112026-05-08T01:28:14.261Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28122026-05-08T01:28:14.261Z
28132026-05-08T01:28:14.261Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28142026-05-08T01:28:14.261Z --> dns-server/src/dns_server.rs:487:12
28152026-05-08T01:28:14.261Z |
28162026-05-08T01:28:14.261Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28172026-05-08T01:28:14.261Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28182026-05-08T01:28:14.261Z |
28192026-05-08T01:28:14.262Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28202026-05-08T01:28:14.262Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28212026-05-08T01:28:14.262Z |
28222026-05-08T01:28:14.262Z 77 | pub struct Record<R: RecordData = RData> {
28232026-05-08T01:28:14.262Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28242026-05-08T01:28:14.262Z |
28252026-05-08T01:28:14.262Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28262026-05-08T01:28:14.262Z |
28272026-05-08T01:28:14.262Z 78 | pub struct Record<R: RecordData = RData> {
28282026-05-08T01:28:14.262Z | ---------------------------------------- this is the found type
28292026-05-08T01:28:14.262Z = help: you can use `cargo tree` to explore your dependency tree
28302026-05-08T01:28:14.262Znote: required by a bound in `MessageResponse`
28312026-05-08T01:28:14.262Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28322026-05-08T01:28:14.262Z |
28332026-05-08T01:28:14.262Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28342026-05-08T01:28:14.262Z | --------------- required by a bound in this struct
28352026-05-08T01:28:14.262Z...
28362026-05-08T01:28:14.262Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28372026-05-08T01:28:14.262Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28382026-05-08T01:28:14.262Z
28392026-05-08T01:28:14.269Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28402026-05-08T01:28:14.269Z --> dns-server/src/dns_server.rs:487:12
28412026-05-08T01:28:14.269Z |
28422026-05-08T01:28:14.269Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28432026-05-08T01:28:14.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28442026-05-08T01:28:14.269Z |
28452026-05-08T01:28:14.269Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28462026-05-08T01:28:14.269Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28472026-05-08T01:28:14.269Z |
28482026-05-08T01:28:14.269Z 77 | pub struct Record<R: RecordData = RData> {
28492026-05-08T01:28:14.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28502026-05-08T01:28:14.270Z |
28512026-05-08T01:28:14.270Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28522026-05-08T01:28:14.270Z |
28532026-05-08T01:28:14.270Z 78 | pub struct Record<R: RecordData = RData> {
28542026-05-08T01:28:14.270Z | ---------------------------------------- this is the found type
28552026-05-08T01:28:14.270Z = help: you can use `cargo tree` to explore your dependency tree
28562026-05-08T01:28:14.270Znote: required by a bound in `MessageResponse`
28572026-05-08T01:28:14.270Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28582026-05-08T01:28:14.270Z |
28592026-05-08T01:28:14.270Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28602026-05-08T01:28:14.270Z | --------------- required by a bound in this struct
28612026-05-08T01:28:14.270Z...
28622026-05-08T01:28:14.270Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28632026-05-08T01:28:14.270Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28642026-05-08T01:28:14.270Z
28652026-05-08T01:28:14.270Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28662026-05-08T01:28:14.270Z --> dns-server/src/dns_server.rs:487:12
28672026-05-08T01:28:14.270Z |
28682026-05-08T01:28:14.270Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28692026-05-08T01:28:14.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28702026-05-08T01:28:14.270Z |
28712026-05-08T01:28:14.270Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28722026-05-08T01:28:14.270Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28732026-05-08T01:28:14.270Z |
28742026-05-08T01:28:14.270Z 77 | pub struct Record<R: RecordData = RData> {
28752026-05-08T01:28:14.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28762026-05-08T01:28:14.270Z |
28772026-05-08T01:28:14.271Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28782026-05-08T01:28:14.271Z |
28792026-05-08T01:28:14.271Z 78 | pub struct Record<R: RecordData = RData> {
28802026-05-08T01:28:14.271Z | ---------------------------------------- this is the found type
28812026-05-08T01:28:14.271Z = help: you can use `cargo tree` to explore your dependency tree
28822026-05-08T01:28:14.271Znote: required by a bound in `MessageResponse`
28832026-05-08T01:28:14.271Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
28842026-05-08T01:28:14.271Z |
28852026-05-08T01:28:14.271Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28862026-05-08T01:28:14.271Z | --------------- required by a bound in this struct
28872026-05-08T01:28:14.271Z...
28882026-05-08T01:28:14.271Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
28892026-05-08T01:28:14.271Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28902026-05-08T01:28:14.271Z
28912026-05-08T01:28:14.449Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
28922026-05-08T01:28:14.449Z --> dns-server/src/dns_server.rs:161:36
28932026-05-08T01:28:14.449Z |
28942026-05-08T01:28:14.450Z161 | let mr = match MessageRequest::read(&mut dec) {
28952026-05-08T01:28:14.450Z | ^^^^ function or associated item not found in `MessageRequest`
28962026-05-08T01:28:14.450Z |
28972026-05-08T01:28:14.450Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28982026-05-08T01:28:14.450Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
28992026-05-08T01:28:14.450Z |
29002026-05-08T01:28:14.450Z 44 | pub trait BinDecodable<'r>: Sized {
29012026-05-08T01:28:14.450Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29022026-05-08T01:28:14.450Z |
29032026-05-08T01:28:14.450Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29042026-05-08T01:28:14.450Z |
29052026-05-08T01:28:14.450Z 45 | pub trait BinDecodable<'r>: Sized {
29062026-05-08T01:28:14.450Z | --------------------------------- this is the trait that was imported
29072026-05-08T01:28:14.450Z = help: you can use `cargo tree` to explore your dependency tree
29082026-05-08T01:28:14.450Z
29092026-05-08T01:28:14.460Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29102026-05-08T01:28:14.460Z --> dns-server/src/dns_server.rs:173:34
29112026-05-08T01:28:14.460Z |
29122026-05-08T01:28:14.460Z173 | let header = Header::response_from_request(mr.header());
29132026-05-08T01:28:14.460Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29142026-05-08T01:28:14.461Z |
29152026-05-08T01:28:14.461Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29162026-05-08T01:28:14.461Z --> dns-server/src/dns_server.rs:173:26
29172026-05-08T01:28:14.461Z |
29182026-05-08T01:28:14.461Z173 | let header = Header::response_from_request(mr.header());
29192026-05-08T01:28:14.461Z | ^^^^^^
29202026-05-08T01:28:14.461Z
29212026-05-08T01:28:14.486Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29222026-05-08T01:28:14.486Z --> dns-server/src/dns_server.rs:273:30
29232026-05-08T01:28:14.486Z |
29242026-05-08T01:28:14.486Z273 | let mut header = Header::response_from_request(mr.header());
29252026-05-08T01:28:14.486Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29262026-05-08T01:28:14.486Z |
29272026-05-08T01:28:14.486Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29282026-05-08T01:28:14.486Z --> dns-server/src/dns_server.rs:273:22
29292026-05-08T01:28:14.486Z |
29302026-05-08T01:28:14.486Z273 | let mut header = Header::response_from_request(mr.header());
29312026-05-08T01:28:14.487Z | ^^^^^^
29322026-05-08T01:28:14.487Z
29332026-05-08T01:28:14.506Zerror[E0308]: mismatched types
29342026-05-08T01:28:14.506Z --> dns-server/src/dns_server.rs:299:30
29352026-05-08T01:28:14.506Z |
29362026-05-08T01:28:14.506Z299 | let answer = store.query(query)?;
29372026-05-08T01:28:14.506Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29382026-05-08T01:28:14.506Z | |
29392026-05-08T01:28:14.506Z | arguments to this method are incorrect
29402026-05-08T01:28:14.506Z |
29412026-05-08T01:28:14.506Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29422026-05-08T01:28:14.506Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29432026-05-08T01:28:14.506Z |
29442026-05-08T01:28:14.506Z 22 | pub struct LowerQuery {
29452026-05-08T01:28:14.506Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29462026-05-08T01:28:14.506Z |
29472026-05-08T01:28:14.506Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29482026-05-08T01:28:14.506Z |
29492026-05-08T01:28:14.506Z 18 | pub struct LowerQuery {
29502026-05-08T01:28:14.506Z | --------------------- this is the found type
29512026-05-08T01:28:14.506Z = help: you can use `cargo tree` to explore your dependency tree
29522026-05-08T01:28:14.506Znote: method defined here
29532026-05-08T01:28:14.506Z --> dns-server/src/storage.rs:762:19
29542026-05-08T01:28:14.506Z |
29552026-05-08T01:28:14.506Z762 | pub(crate) fn query(
29562026-05-08T01:28:14.507Z | ^^^^^
29572026-05-08T01:28:14.507Z763 | &self,
29582026-05-08T01:28:14.507Z764 | query: &LowerQuery,
29592026-05-08T01:28:14.507Z | ------------------
29602026-05-08T01:28:14.507Z
29612026-05-08T01:28:14.510Zerror[E0308]: mismatched types
29622026-05-08T01:28:14.510Z --> dns-server/src/dns_server.rs:311:55
29632026-05-08T01:28:14.511Z |
29642026-05-08T01:28:14.511Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29652026-05-08T01:28:14.511Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29662026-05-08T01:28:14.511Z | |
29672026-05-08T01:28:14.511Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29682026-05-08T01:28:14.511Z |
29692026-05-08T01:28:14.511Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29702026-05-08T01:28:14.511Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29712026-05-08T01:28:14.511Z |
29722026-05-08T01:28:14.511Z 33 | pub enum RecordType {
29732026-05-08T01:28:14.511Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
29742026-05-08T01:28:14.511Z |
29752026-05-08T01:28:14.511Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
29762026-05-08T01:28:14.511Z |
29772026-05-08T01:28:14.511Z 33 | pub enum RecordType {
29782026-05-08T01:28:14.511Z | ------------------- this is the found type
29792026-05-08T01:28:14.511Z = help: you can use `cargo tree` to explore your dependency tree
29802026-05-08T01:28:14.511Z
29812026-05-08T01:28:14.534Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
29822026-05-08T01:28:14.534Z --> dns-server/src/dns_server.rs:327:60
29832026-05-08T01:28:14.535Z |
29842026-05-08T01:28:14.535Z327 | .filter(|record| match (query.query_type(), record.data()) {
29852026-05-08T01:28:14.535Z | ^^^^-- help: remove the arguments
29862026-05-08T01:28:14.535Z | |
29872026-05-08T01:28:14.535Z | field, not a method
29882026-05-08T01:28:14.535Z
29892026-05-08T01:28:14.543Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
29902026-05-08T01:28:14.543Z --> dns-server/src/dns_server.rs:348:51
29912026-05-08T01:28:14.543Z |
29922026-05-08T01:28:14.543Z348 | let additionals_target = match record.data() {
29932026-05-08T01:28:14.543Z | ^^^^-- help: remove the arguments
29942026-05-08T01:28:14.543Z | |
29952026-05-08T01:28:14.543Z | field, not a method
29962026-05-08T01:28:14.543Z
29972026-05-08T01:28:14.562Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
29982026-05-08T01:28:14.562Z --> dns-server/src/dns_server.rs:349:45
29992026-05-08T01:28:14.562Z |
30002026-05-08T01:28:14.563Z349 | RData::SRV(srv) => Some(srv.target()),
30012026-05-08T01:28:14.563Z | ^^^^^^-- help: remove the arguments
30022026-05-08T01:28:14.563Z | |
30032026-05-08T01:28:14.563Z | field, not a method
30042026-05-08T01:28:14.563Z
30052026-05-08T01:28:14.572Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30062026-05-08T01:28:14.572Z --> dns-server/src/dns_server.rs:416:9
30072026-05-08T01:28:14.572Z |
30082026-05-08T01:28:14.572Z414 | let mresp = rb.build(
30092026-05-08T01:28:14.572Z | ----- required by a bound introduced by this call
30102026-05-08T01:28:14.572Z415 | header,
30112026-05-08T01:28:14.572Z416 | response_records.iter().collect::<Vec<&Record>>(),
30122026-05-08T01:28:14.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30132026-05-08T01:28:14.572Z |
30142026-05-08T01:28:14.572Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30152026-05-08T01:28:14.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30162026-05-08T01:28:14.572Z |
30172026-05-08T01:28:14.572Z 77 | pub struct Record<R: RecordData = RData> {
30182026-05-08T01:28:14.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30192026-05-08T01:28:14.572Z |
30202026-05-08T01:28:14.572Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30212026-05-08T01:28:14.572Z |
30222026-05-08T01:28:14.572Z 78 | pub struct Record<R: RecordData = RData> {
30232026-05-08T01:28:14.572Z | ---------------------------------------- this is the found type
30242026-05-08T01:28:14.572Z = help: you can use `cargo tree` to explore your dependency tree
30252026-05-08T01:28:14.572Znote: the method call chain might not have had the expected associated types
30262026-05-08T01:28:14.572Z --> dns-server/src/dns_server.rs:416:26
30272026-05-08T01:28:14.572Z |
30282026-05-08T01:28:14.572Z411 | response_records: &[Record],
30292026-05-08T01:28:14.572Z | ---------------- this expression has type `&[Record]`
30302026-05-08T01:28:14.573Z...
30312026-05-08T01:28:14.573Z416 | response_records.iter().collect::<Vec<&Record>>(),
30322026-05-08T01:28:14.573Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30332026-05-08T01:28:14.573Z | |
30342026-05-08T01:28:14.573Z | `IntoIterator::Item` is `&Record` here
30352026-05-08T01:28:14.573Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30362026-05-08T01:28:14.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30372026-05-08T01:28:14.573Z |
30382026-05-08T01:28:14.573Z129 | pub fn build<'a, A, N, S, D>(
30392026-05-08T01:28:14.573Z | ----- required by a bound in this associated function
30402026-05-08T01:28:14.573Z...
30412026-05-08T01:28:14.573Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30422026-05-08T01:28:14.573Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30432026-05-08T01:28:14.573Z
30442026-05-08T01:28:14.573Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30452026-05-08T01:28:14.573Z --> dns-server/src/dns_server.rs:414:20
30462026-05-08T01:28:14.573Z |
30472026-05-08T01:28:14.573Z414 | let mresp = rb.build(
30482026-05-08T01:28:14.573Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30492026-05-08T01:28:14.573Z |
30502026-05-08T01:28:14.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30512026-05-08T01:28:14.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30522026-05-08T01:28:14.573Z |
30532026-05-08T01:28:14.573Z 77 | pub struct Record<R: RecordData = RData> {
30542026-05-08T01:28:14.573Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30552026-05-08T01:28:14.573Z |
30562026-05-08T01:28:14.573Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30572026-05-08T01:28:14.573Z |
30582026-05-08T01:28:14.573Z 78 | pub struct Record<R: RecordData = RData> {
30592026-05-08T01:28:14.573Z | ---------------------------------------- this is the found type
30602026-05-08T01:28:14.573Z = help: you can use `cargo tree` to explore your dependency tree
30612026-05-08T01:28:14.573Znote: required by a bound in `MessageResponse`
30622026-05-08T01:28:14.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30632026-05-08T01:28:14.573Z |
30642026-05-08T01:28:14.573Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30652026-05-08T01:28:14.573Z | --------------- required by a bound in this struct
30662026-05-08T01:28:14.574Z 22 | where
30672026-05-08T01:28:14.574Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30682026-05-08T01:28:14.574Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30692026-05-08T01:28:14.574Z
30702026-05-08T01:28:14.574Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30712026-05-08T01:28:14.574Z --> dns-server/src/dns_server.rs:419:9
30722026-05-08T01:28:14.574Z |
30732026-05-08T01:28:14.574Z414 | let mresp = rb.build(
30742026-05-08T01:28:14.574Z | ----- required by a bound introduced by this call
30752026-05-08T01:28:14.574Z...
30762026-05-08T01:28:14.574Z419 | additional_records,
30772026-05-08T01:28:14.574Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30782026-05-08T01:28:14.574Z |
30792026-05-08T01:28:14.574Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30802026-05-08T01:28:14.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30812026-05-08T01:28:14.574Z |
30822026-05-08T01:28:14.574Z 77 | pub struct Record<R: RecordData = RData> {
30832026-05-08T01:28:14.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30842026-05-08T01:28:14.574Z |
30852026-05-08T01:28:14.574Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30862026-05-08T01:28:14.574Z |
30872026-05-08T01:28:14.574Z 78 | pub struct Record<R: RecordData = RData> {
30882026-05-08T01:28:14.574Z | ---------------------------------------- this is the found type
30892026-05-08T01:28:14.574Z = help: you can use `cargo tree` to explore your dependency tree
30902026-05-08T01:28:14.574Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30912026-05-08T01:28:14.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
30922026-05-08T01:28:14.574Z |
30932026-05-08T01:28:14.574Z129 | pub fn build<'a, A, N, S, D>(
30942026-05-08T01:28:14.574Z | ----- required by a bound in this associated function
30952026-05-08T01:28:14.574Z...
30962026-05-08T01:28:14.574Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
30972026-05-08T01:28:14.574Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30982026-05-08T01:28:14.574Z
30992026-05-08T01:28:14.574Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31002026-05-08T01:28:14.575Z --> dns-server/src/dns_server.rs:414:20
31012026-05-08T01:28:14.575Z |
31022026-05-08T01:28:14.575Z414 | let mresp = rb.build(
31032026-05-08T01:28:14.575Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31042026-05-08T01:28:14.575Z |
31052026-05-08T01:28:14.584Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31062026-05-08T01:28:14.584Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31072026-05-08T01:28:14.584Z |
31082026-05-08T01:28:14.584Z 77 | pub struct Record<R: RecordData = RData> {
31092026-05-08T01:28:14.584Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31102026-05-08T01:28:14.584Z |
31112026-05-08T01:28:14.584Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31122026-05-08T01:28:14.584Z |
31132026-05-08T01:28:14.584Z 78 | pub struct Record<R: RecordData = RData> {
31142026-05-08T01:28:14.584Z | ---------------------------------------- this is the found type
31152026-05-08T01:28:14.584Z = help: you can use `cargo tree` to explore your dependency tree
31162026-05-08T01:28:14.584Znote: required by a bound in `MessageResponse`
31172026-05-08T01:28:14.584Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31182026-05-08T01:28:14.584Z |
31192026-05-08T01:28:14.585Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31202026-05-08T01:28:14.585Z | --------------- required by a bound in this struct
31212026-05-08T01:28:14.585Z...
31222026-05-08T01:28:14.585Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31232026-05-08T01:28:14.585Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31242026-05-08T01:28:14.585Z
31252026-05-08T01:28:14.585Zerror[E0308]: mismatched types
31262026-05-08T01:28:14.585Z --> dns-server/src/dns_server.rs:415:9
31272026-05-08T01:28:14.585Z |
31282026-05-08T01:28:14.585Z414 | let mresp = rb.build(
31292026-05-08T01:28:14.585Z | ----- arguments to this method are incorrect
31302026-05-08T01:28:14.585Z415 | header,
31312026-05-08T01:28:14.585Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31322026-05-08T01:28:14.585Z |
31332026-05-08T01:28:14.585Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31342026-05-08T01:28:14.585Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31352026-05-08T01:28:14.585Z |
31362026-05-08T01:28:14.585Z 57 | pub struct Header {
31372026-05-08T01:28:14.585Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31382026-05-08T01:28:14.585Z |
31392026-05-08T01:28:14.586Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31402026-05-08T01:28:14.586Z |
31412026-05-08T01:28:14.586Z 57 | pub struct Header {
31422026-05-08T01:28:14.586Z | ----------------- this is the found type
31432026-05-08T01:28:14.586Z = help: you can use `cargo tree` to explore your dependency tree
31442026-05-08T01:28:14.586Znote: method defined here
31452026-05-08T01:28:14.586Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31462026-05-08T01:28:14.586Z |
31472026-05-08T01:28:14.586Z129 | pub fn build<'a, A, N, S, D>(
31482026-05-08T01:28:14.586Z | ^^^^^
31492026-05-08T01:28:14.586Z
31502026-05-08T01:28:14.586Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31512026-05-08T01:28:14.586Z --> dns-server/src/dns_server.rs:422:31
31522026-05-08T01:28:14.586Z |
31532026-05-08T01:28:14.586Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31542026-05-08T01:28:14.586Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31552026-05-08T01:28:14.586Z | |
31562026-05-08T01:28:14.586Z | required by a bound introduced by this call
31572026-05-08T01:28:14.587Z |
31582026-05-08T01:28:14.587Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31592026-05-08T01:28:14.587Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31602026-05-08T01:28:14.587Z |
31612026-05-08T01:28:14.587Z 78 | pub struct Record<R: RecordData = RData> {
31622026-05-08T01:28:14.587Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31632026-05-08T01:28:14.587Z |
31642026-05-08T01:28:14.587Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31652026-05-08T01:28:14.587Z |
31662026-05-08T01:28:14.587Z 77 | pub struct Record<R: RecordData = RData> {
31672026-05-08T01:28:14.587Z | ---------------------------------------- this is the found type
31682026-05-08T01:28:14.587Z = help: you can use `cargo tree` to explore your dependency tree
31692026-05-08T01:28:14.587Znote: required by a bound in `encode_and_send`
31702026-05-08T01:28:14.587Z --> dns-server/src/dns_server.rs:492:27
31712026-05-08T01:28:14.587Z |
31722026-05-08T01:28:14.587Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31732026-05-08T01:28:14.587Z | --------------- required by a bound in this function
31742026-05-08T01:28:14.587Z...
31752026-05-08T01:28:14.587Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31762026-05-08T01:28:14.587Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31772026-05-08T01:28:14.587Z
31782026-05-08T01:28:14.587Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31792026-05-08T01:28:14.588Z --> dns-server/src/dns_server.rs:422:31
31802026-05-08T01:28:14.588Z |
31812026-05-08T01:28:14.588Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31822026-05-08T01:28:14.588Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31832026-05-08T01:28:14.588Z |
31842026-05-08T01:28:14.588Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31852026-05-08T01:28:14.588Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31862026-05-08T01:28:14.588Z |
31872026-05-08T01:28:14.588Z 77 | pub struct Record<R: RecordData = RData> {
31882026-05-08T01:28:14.588Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31892026-05-08T01:28:14.588Z |
31902026-05-08T01:28:14.588Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31912026-05-08T01:28:14.588Z |
31922026-05-08T01:28:14.588Z 78 | pub struct Record<R: RecordData = RData> {
31932026-05-08T01:28:14.588Z | ---------------------------------------- this is the found type
31942026-05-08T01:28:14.588Z = help: you can use `cargo tree` to explore your dependency tree
31952026-05-08T01:28:14.588Znote: required by a bound in `MessageResponse`
31962026-05-08T01:28:14.588Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
31972026-05-08T01:28:14.589Z |
31982026-05-08T01:28:14.589Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31992026-05-08T01:28:14.589Z | --------------- required by a bound in this struct
32002026-05-08T01:28:14.589Z 22 | where
32012026-05-08T01:28:14.589Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32022026-05-08T01:28:14.589Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32032026-05-08T01:28:14.589Z
32042026-05-08T01:28:14.589Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32052026-05-08T01:28:14.596Z --> dns-server/src/dns_server.rs:422:31
32062026-05-08T01:28:14.596Z |
32072026-05-08T01:28:14.596Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32082026-05-08T01:28:14.596Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32092026-05-08T01:28:14.597Z |
32102026-05-08T01:28:14.597Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32112026-05-08T01:28:14.597Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32122026-05-08T01:28:14.597Z |
32132026-05-08T01:28:14.597Z 77 | pub struct Record<R: RecordData = RData> {
32142026-05-08T01:28:14.597Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32152026-05-08T01:28:14.597Z |
32162026-05-08T01:28:14.597Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32172026-05-08T01:28:14.597Z |
32182026-05-08T01:28:14.597Z 78 | pub struct Record<R: RecordData = RData> {
32192026-05-08T01:28:14.597Z | ---------------------------------------- this is the found type
32202026-05-08T01:28:14.597Z = help: you can use `cargo tree` to explore your dependency tree
32212026-05-08T01:28:14.597Znote: required by a bound in `MessageResponse`
32222026-05-08T01:28:14.597Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32232026-05-08T01:28:14.597Z |
32242026-05-08T01:28:14.597Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32252026-05-08T01:28:14.597Z | --------------- required by a bound in this struct
32262026-05-08T01:28:14.597Z...
32272026-05-08T01:28:14.598Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32282026-05-08T01:28:14.598Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32292026-05-08T01:28:14.598Z
32302026-05-08T01:28:14.598Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32312026-05-08T01:28:14.598Z --> dns-server/src/dns_server.rs:422:5
32322026-05-08T01:28:14.598Z |
32332026-05-08T01:28:14.598Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32342026-05-08T01:28:14.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32352026-05-08T01:28:14.598Z |
32362026-05-08T01:28:14.598Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32372026-05-08T01:28:14.598Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32382026-05-08T01:28:14.598Z |
32392026-05-08T01:28:14.598Z 78 | pub struct Record<R: RecordData = RData> {
32402026-05-08T01:28:14.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32412026-05-08T01:28:14.598Z |
32422026-05-08T01:28:14.598Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32432026-05-08T01:28:14.598Z |
32442026-05-08T01:28:14.598Z 77 | pub struct Record<R: RecordData = RData> {
32452026-05-08T01:28:14.598Z | ---------------------------------------- this is the found type
32462026-05-08T01:28:14.598Z = help: you can use `cargo tree` to explore your dependency tree
32472026-05-08T01:28:14.598Znote: required by a bound in `encode_and_send`
32482026-05-08T01:28:14.598Z --> dns-server/src/dns_server.rs:492:27
32492026-05-08T01:28:14.598Z |
32502026-05-08T01:28:14.598Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32512026-05-08T01:28:14.598Z | --------------- required by a bound in this function
32522026-05-08T01:28:14.598Z...
32532026-05-08T01:28:14.598Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32542026-05-08T01:28:14.598Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32552026-05-08T01:28:14.598Z
32562026-05-08T01:28:14.598Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32572026-05-08T01:28:14.599Z --> dns-server/src/dns_server.rs:422:49
32582026-05-08T01:28:14.599Z |
32592026-05-08T01:28:14.599Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32602026-05-08T01:28:14.599Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32612026-05-08T01:28:14.599Z |
32622026-05-08T01:28:14.599Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32632026-05-08T01:28:14.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32642026-05-08T01:28:14.599Z |
32652026-05-08T01:28:14.599Z 78 | pub struct Record<R: RecordData = RData> {
32662026-05-08T01:28:14.599Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32672026-05-08T01:28:14.599Z |
32682026-05-08T01:28:14.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32692026-05-08T01:28:14.599Z |
32702026-05-08T01:28:14.599Z 77 | pub struct Record<R: RecordData = RData> {
32712026-05-08T01:28:14.599Z | ---------------------------------------- this is the found type
32722026-05-08T01:28:14.599Z = help: you can use `cargo tree` to explore your dependency tree
32732026-05-08T01:28:14.599Znote: required by a bound in `encode_and_send`
32742026-05-08T01:28:14.599Z --> dns-server/src/dns_server.rs:492:27
32752026-05-08T01:28:14.599Z |
32762026-05-08T01:28:14.599Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32772026-05-08T01:28:14.599Z | --------------- required by a bound in this function
32782026-05-08T01:28:14.599Z...
32792026-05-08T01:28:14.599Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32802026-05-08T01:28:14.599Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32812026-05-08T01:28:14.599Z
32822026-05-08T01:28:14.599Zerror[E0308]: arguments to this method are incorrect
32832026-05-08T01:28:14.599Z --> dns-server/src/dns_server.rs:438:33
32842026-05-08T01:28:14.599Z |
32852026-05-08T01:28:14.599Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
32862026-05-08T01:28:14.599Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
32872026-05-08T01:28:14.599Z | |
32882026-05-08T01:28:14.599Z | expected `&Header`, found `&&Header`
32892026-05-08T01:28:14.599Z |
32902026-05-08T01:28:14.599Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
32912026-05-08T01:28:14.599Z found reference `&&hickory_proto::op::Header`
32922026-05-08T01:28:14.600Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32932026-05-08T01:28:14.600Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
32942026-05-08T01:28:14.600Z |
32952026-05-08T01:28:14.600Z 67 | pub enum ResponseCode {
32962026-05-08T01:28:14.600Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32972026-05-08T01:28:14.601Z |
32982026-05-08T01:28:14.601Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
32992026-05-08T01:28:14.601Z |
33002026-05-08T01:28:14.601Z 67 | pub enum ResponseCode {
33012026-05-08T01:28:14.601Z | --------------------- this is the found type
33022026-05-08T01:28:14.601Z = help: you can use `cargo tree` to explore your dependency tree
33032026-05-08T01:28:14.601Znote: method defined here
33042026-05-08T01:28:14.601Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33052026-05-08T01:28:14.607Z |
33062026-05-08T01:28:14.607Z190 | pub fn error_msg<'a>(
33072026-05-08T01:28:14.607Z | ^^^^^^^^^
33082026-05-08T01:28:14.607Z
33092026-05-08T01:28:14.607Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33102026-05-08T01:28:14.607Z --> dns-server/src/dns_server.rs:457:50
33112026-05-08T01:28:14.607Z |
33122026-05-08T01:28:14.607Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33132026-05-08T01:28:14.607Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33142026-05-08T01:28:14.607Z | |
33152026-05-08T01:28:14.607Z | required by a bound introduced by this call
33162026-05-08T01:28:14.607Z |
33172026-05-08T01:28:14.607Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33182026-05-08T01:28:14.607Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33192026-05-08T01:28:14.607Z |
33202026-05-08T01:28:14.607Z 78 | pub struct Record<R: RecordData = RData> {
33212026-05-08T01:28:14.607Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33222026-05-08T01:28:14.607Z |
33232026-05-08T01:28:14.607Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33242026-05-08T01:28:14.607Z |
33252026-05-08T01:28:14.607Z 77 | pub struct Record<R: RecordData = RData> {
33262026-05-08T01:28:14.607Z | ---------------------------------------- this is the found type
33272026-05-08T01:28:14.607Z = help: you can use `cargo tree` to explore your dependency tree
33282026-05-08T01:28:14.607Znote: required by a bound in `encode_and_send`
33292026-05-08T01:28:14.608Z --> dns-server/src/dns_server.rs:491:23
33302026-05-08T01:28:14.608Z |
33312026-05-08T01:28:14.608Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33322026-05-08T01:28:14.608Z | --------------- required by a bound in this function
33332026-05-08T01:28:14.608Z...
33342026-05-08T01:28:14.608Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33352026-05-08T01:28:14.608Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33362026-05-08T01:28:14.608Z
33372026-05-08T01:28:14.608Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33382026-05-08T01:28:14.608Z --> dns-server/src/dns_server.rs:457:50
33392026-05-08T01:28:14.608Z |
33402026-05-08T01:28:14.608Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33412026-05-08T01:28:14.608Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33422026-05-08T01:28:14.608Z | |
33432026-05-08T01:28:14.608Z | required by a bound introduced by this call
33442026-05-08T01:28:14.608Z |
33452026-05-08T01:28:14.608Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33462026-05-08T01:28:14.608Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33472026-05-08T01:28:14.608Z |
33482026-05-08T01:28:14.608Z 78 | pub struct Record<R: RecordData = RData> {
33492026-05-08T01:28:14.608Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33502026-05-08T01:28:14.608Z |
33512026-05-08T01:28:14.608Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33522026-05-08T01:28:14.608Z |
33532026-05-08T01:28:14.608Z 77 | pub struct Record<R: RecordData = RData> {
33542026-05-08T01:28:14.608Z | ---------------------------------------- this is the found type
33552026-05-08T01:28:14.608Z = help: you can use `cargo tree` to explore your dependency tree
33562026-05-08T01:28:14.608Znote: required by a bound in `encode_and_send`
33572026-05-08T01:28:14.608Z --> dns-server/src/dns_server.rs:492:27
33582026-05-08T01:28:14.608Z |
33592026-05-08T01:28:14.608Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33602026-05-08T01:28:14.608Z | --------------- required by a bound in this function
33612026-05-08T01:28:14.608Z...
33622026-05-08T01:28:14.608Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33632026-05-08T01:28:14.608Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33642026-05-08T01:28:14.608Z
33652026-05-08T01:28:14.609Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33662026-05-08T01:28:14.609Z --> dns-server/src/dns_server.rs:457:50
33672026-05-08T01:28:14.609Z |
33682026-05-08T01:28:14.609Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33692026-05-08T01:28:14.609Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33702026-05-08T01:28:14.609Z | |
33712026-05-08T01:28:14.609Z | required by a bound introduced by this call
33722026-05-08T01:28:14.609Z |
33732026-05-08T01:28:14.609Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33742026-05-08T01:28:14.609Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33752026-05-08T01:28:14.609Z |
33762026-05-08T01:28:14.609Z 78 | pub struct Record<R: RecordData = RData> {
33772026-05-08T01:28:14.609Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33782026-05-08T01:28:14.609Z |
33792026-05-08T01:28:14.609Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33802026-05-08T01:28:14.609Z |
33812026-05-08T01:28:14.609Z 77 | pub struct Record<R: RecordData = RData> {
33822026-05-08T01:28:14.609Z | ---------------------------------------- this is the found type
33832026-05-08T01:28:14.609Z = help: you can use `cargo tree` to explore your dependency tree
33842026-05-08T01:28:14.609Znote: required by a bound in `encode_and_send`
33852026-05-08T01:28:14.609Z --> dns-server/src/dns_server.rs:493:19
33862026-05-08T01:28:14.609Z |
33872026-05-08T01:28:14.609Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33882026-05-08T01:28:14.609Z | --------------- required by a bound in this function
33892026-05-08T01:28:14.609Z...
33902026-05-08T01:28:14.609Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33912026-05-08T01:28:14.609Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33922026-05-08T01:28:14.609Z
33932026-05-08T01:28:14.609Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33942026-05-08T01:28:14.609Z --> dns-server/src/dns_server.rs:457:50
33952026-05-08T01:28:14.609Z |
33962026-05-08T01:28:14.609Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33972026-05-08T01:28:14.609Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33982026-05-08T01:28:14.610Z | |
33992026-05-08T01:28:14.610Z | required by a bound introduced by this call
34002026-05-08T01:28:14.610Z |
34012026-05-08T01:28:14.610Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34022026-05-08T01:28:14.610Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34032026-05-08T01:28:14.610Z |
34042026-05-08T01:28:14.610Z 78 | pub struct Record<R: RecordData = RData> {
34052026-05-08T01:28:14.620Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34062026-05-08T01:28:14.620Z |
34072026-05-08T01:28:14.620Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34082026-05-08T01:28:14.620Z |
34092026-05-08T01:28:14.620Z 77 | pub struct Record<R: RecordData = RData> {
34102026-05-08T01:28:14.620Z | ---------------------------------------- this is the found type
34112026-05-08T01:28:14.620Z = help: you can use `cargo tree` to explore your dependency tree
34122026-05-08T01:28:14.620Znote: required by a bound in `encode_and_send`
34132026-05-08T01:28:14.620Z --> dns-server/src/dns_server.rs:494:27
34142026-05-08T01:28:14.620Z |
34152026-05-08T01:28:14.621Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34162026-05-08T01:28:14.621Z | --------------- required by a bound in this function
34172026-05-08T01:28:14.621Z...
34182026-05-08T01:28:14.621Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34192026-05-08T01:28:14.621Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34202026-05-08T01:28:14.621Z
34212026-05-08T01:28:14.621Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34222026-05-08T01:28:14.621Z --> dns-server/src/dns_server.rs:457:25
34232026-05-08T01:28:14.621Z |
34242026-05-08T01:28:14.621Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34252026-05-08T01:28:14.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34262026-05-08T01:28:14.621Z |
34272026-05-08T01:28:14.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34282026-05-08T01:28:14.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34292026-05-08T01:28:14.621Z |
34302026-05-08T01:28:14.621Z 78 | pub struct Record<R: RecordData = RData> {
34312026-05-08T01:28:14.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34322026-05-08T01:28:14.621Z |
34332026-05-08T01:28:14.621Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34342026-05-08T01:28:14.621Z |
34352026-05-08T01:28:14.621Z 77 | pub struct Record<R: RecordData = RData> {
34362026-05-08T01:28:14.622Z | ---------------------------------------- this is the found type
34372026-05-08T01:28:14.622Z = help: you can use `cargo tree` to explore your dependency tree
34382026-05-08T01:28:14.622Znote: required by a bound in `encode_and_send`
34392026-05-08T01:28:14.622Z --> dns-server/src/dns_server.rs:491:23
34402026-05-08T01:28:14.622Z |
34412026-05-08T01:28:14.622Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34422026-05-08T01:28:14.622Z | --------------- required by a bound in this function
34432026-05-08T01:28:14.622Z...
34442026-05-08T01:28:14.622Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34452026-05-08T01:28:14.622Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34462026-05-08T01:28:14.622Z
34472026-05-08T01:28:14.622Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34482026-05-08T01:28:14.622Z --> dns-server/src/dns_server.rs:457:25
34492026-05-08T01:28:14.622Z |
34502026-05-08T01:28:14.622Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34512026-05-08T01:28:14.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34522026-05-08T01:28:14.622Z |
34532026-05-08T01:28:14.622Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34542026-05-08T01:28:14.622Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34552026-05-08T01:28:14.622Z |
34562026-05-08T01:28:14.622Z 78 | pub struct Record<R: RecordData = RData> {
34572026-05-08T01:28:14.623Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34582026-05-08T01:28:14.623Z |
34592026-05-08T01:28:14.623Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34602026-05-08T01:28:14.623Z |
34612026-05-08T01:28:14.623Z 77 | pub struct Record<R: RecordData = RData> {
34622026-05-08T01:28:14.623Z | ---------------------------------------- this is the found type
34632026-05-08T01:28:14.623Z = help: you can use `cargo tree` to explore your dependency tree
34642026-05-08T01:28:14.623Znote: required by a bound in `encode_and_send`
34652026-05-08T01:28:14.623Z --> dns-server/src/dns_server.rs:492:27
34662026-05-08T01:28:14.623Z |
34672026-05-08T01:28:14.623Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34682026-05-08T01:28:14.623Z | --------------- required by a bound in this function
34692026-05-08T01:28:14.623Z...
34702026-05-08T01:28:14.623Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34712026-05-08T01:28:14.623Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34722026-05-08T01:28:14.623Z
34732026-05-08T01:28:14.623Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34742026-05-08T01:28:14.623Z --> dns-server/src/dns_server.rs:457:25
34752026-05-08T01:28:14.623Z |
34762026-05-08T01:28:14.623Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34772026-05-08T01:28:14.623Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34782026-05-08T01:28:14.623Z |
34792026-05-08T01:28:14.623Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34802026-05-08T01:28:14.623Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34812026-05-08T01:28:14.624Z |
34822026-05-08T01:28:14.624Z 78 | pub struct Record<R: RecordData = RData> {
34832026-05-08T01:28:14.624Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34842026-05-08T01:28:14.624Z |
34852026-05-08T01:28:14.624Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34862026-05-08T01:28:14.624Z |
34872026-05-08T01:28:14.624Z 77 | pub struct Record<R: RecordData = RData> {
34882026-05-08T01:28:14.624Z | ---------------------------------------- this is the found type
34892026-05-08T01:28:14.624Z = help: you can use `cargo tree` to explore your dependency tree
34902026-05-08T01:28:14.624Znote: required by a bound in `encode_and_send`
34912026-05-08T01:28:14.624Z --> dns-server/src/dns_server.rs:493:19
34922026-05-08T01:28:14.624Z |
34932026-05-08T01:28:14.624Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34942026-05-08T01:28:14.624Z | --------------- required by a bound in this function
34952026-05-08T01:28:14.624Z...
34962026-05-08T01:28:14.624Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34972026-05-08T01:28:14.624Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34982026-05-08T01:28:14.625Z
34992026-05-08T01:28:14.625Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35002026-05-08T01:28:14.625Z --> dns-server/src/dns_server.rs:457:25
35012026-05-08T01:28:14.625Z |
35022026-05-08T01:28:14.625Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35032026-05-08T01:28:14.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35042026-05-08T01:28:14.625Z |
35052026-05-08T01:28:14.629Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35062026-05-08T01:28:14.629Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35072026-05-08T01:28:14.629Z |
35082026-05-08T01:28:14.629Z 78 | pub struct Record<R: RecordData = RData> {
35092026-05-08T01:28:14.629Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35102026-05-08T01:28:14.629Z |
35112026-05-08T01:28:14.629Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35122026-05-08T01:28:14.629Z |
35132026-05-08T01:28:14.630Z 77 | pub struct Record<R: RecordData = RData> {
35142026-05-08T01:28:14.630Z | ---------------------------------------- this is the found type
35152026-05-08T01:28:14.630Z = help: you can use `cargo tree` to explore your dependency tree
35162026-05-08T01:28:14.630Znote: required by a bound in `encode_and_send`
35172026-05-08T01:28:14.630Z --> dns-server/src/dns_server.rs:494:27
35182026-05-08T01:28:14.630Z |
35192026-05-08T01:28:14.630Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35202026-05-08T01:28:14.630Z | --------------- required by a bound in this function
35212026-05-08T01:28:14.630Z...
35222026-05-08T01:28:14.630Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35232026-05-08T01:28:14.630Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35242026-05-08T01:28:14.630Z
35252026-05-08T01:28:14.630Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35262026-05-08T01:28:14.630Z --> dns-server/src/dns_server.rs:457:69
35272026-05-08T01:28:14.630Z |
35282026-05-08T01:28:14.630Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35292026-05-08T01:28:14.630Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35302026-05-08T01:28:14.630Z |
35312026-05-08T01:28:14.630Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35322026-05-08T01:28:14.630Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35332026-05-08T01:28:14.630Z |
35342026-05-08T01:28:14.630Z 78 | pub struct Record<R: RecordData = RData> {
35352026-05-08T01:28:14.630Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35362026-05-08T01:28:14.631Z |
35372026-05-08T01:28:14.631Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35382026-05-08T01:28:14.631Z |
35392026-05-08T01:28:14.631Z 77 | pub struct Record<R: RecordData = RData> {
35402026-05-08T01:28:14.631Z | ---------------------------------------- this is the found type
35412026-05-08T01:28:14.631Z = help: you can use `cargo tree` to explore your dependency tree
35422026-05-08T01:28:14.631Znote: required by a bound in `encode_and_send`
35432026-05-08T01:28:14.631Z --> dns-server/src/dns_server.rs:491:23
35442026-05-08T01:28:14.631Z |
35452026-05-08T01:28:14.631Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35462026-05-08T01:28:14.631Z | --------------- required by a bound in this function
35472026-05-08T01:28:14.631Z...
35482026-05-08T01:28:14.631Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35492026-05-08T01:28:14.631Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35502026-05-08T01:28:14.631Z
35512026-05-08T01:28:14.631Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35522026-05-08T01:28:14.631Z --> dns-server/src/dns_server.rs:457:69
35532026-05-08T01:28:14.631Z |
35542026-05-08T01:28:14.631Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35552026-05-08T01:28:14.631Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35562026-05-08T01:28:14.631Z |
35572026-05-08T01:28:14.631Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35582026-05-08T01:28:14.631Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35592026-05-08T01:28:14.631Z |
35602026-05-08T01:28:14.631Z 78 | pub struct Record<R: RecordData = RData> {
35612026-05-08T01:28:14.631Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35622026-05-08T01:28:14.631Z |
35632026-05-08T01:28:14.632Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35642026-05-08T01:28:14.632Z |
35652026-05-08T01:28:14.632Z 77 | pub struct Record<R: RecordData = RData> {
35662026-05-08T01:28:14.632Z | ---------------------------------------- this is the found type
35672026-05-08T01:28:14.632Z = help: you can use `cargo tree` to explore your dependency tree
35682026-05-08T01:28:14.632Znote: required by a bound in `encode_and_send`
35692026-05-08T01:28:14.632Z --> dns-server/src/dns_server.rs:492:27
35702026-05-08T01:28:14.632Z |
35712026-05-08T01:28:14.632Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35722026-05-08T01:28:14.632Z | --------------- required by a bound in this function
35732026-05-08T01:28:14.632Z...
35742026-05-08T01:28:14.632Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35752026-05-08T01:28:14.632Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35762026-05-08T01:28:14.632Z
35772026-05-08T01:28:14.632Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35782026-05-08T01:28:14.632Z --> dns-server/src/dns_server.rs:457:69
35792026-05-08T01:28:14.632Z |
35802026-05-08T01:28:14.632Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35812026-05-08T01:28:14.632Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35822026-05-08T01:28:14.632Z |
35832026-05-08T01:28:14.632Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35842026-05-08T01:28:14.632Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35852026-05-08T01:28:14.633Z |
35862026-05-08T01:28:14.633Z 78 | pub struct Record<R: RecordData = RData> {
35872026-05-08T01:28:14.633Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35882026-05-08T01:28:14.633Z |
35892026-05-08T01:28:14.633Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35902026-05-08T01:28:14.633Z |
35912026-05-08T01:28:14.633Z 77 | pub struct Record<R: RecordData = RData> {
35922026-05-08T01:28:14.633Z | ---------------------------------------- this is the found type
35932026-05-08T01:28:14.633Z = help: you can use `cargo tree` to explore your dependency tree
35942026-05-08T01:28:14.633Znote: required by a bound in `encode_and_send`
35952026-05-08T01:28:14.633Z --> dns-server/src/dns_server.rs:493:19
35962026-05-08T01:28:14.633Z |
35972026-05-08T01:28:14.633Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35982026-05-08T01:28:14.633Z | --------------- required by a bound in this function
35992026-05-08T01:28:14.633Z...
36002026-05-08T01:28:14.633Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36012026-05-08T01:28:14.633Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36022026-05-08T01:28:14.633Z
36032026-05-08T01:28:14.633Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36042026-05-08T01:28:14.633Z --> dns-server/src/dns_server.rs:457:69
36052026-05-08T01:28:14.641Z |
36062026-05-08T01:28:14.641Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36072026-05-08T01:28:14.641Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36082026-05-08T01:28:14.641Z |
36092026-05-08T01:28:14.641Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36102026-05-08T01:28:14.641Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36112026-05-08T01:28:14.641Z |
36122026-05-08T01:28:14.641Z 78 | pub struct Record<R: RecordData = RData> {
36132026-05-08T01:28:14.641Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36142026-05-08T01:28:14.641Z |
36152026-05-08T01:28:14.641Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36162026-05-08T01:28:14.641Z |
36172026-05-08T01:28:14.641Z 77 | pub struct Record<R: RecordData = RData> {
36182026-05-08T01:28:14.641Z | ---------------------------------------- this is the found type
36192026-05-08T01:28:14.641Z = help: you can use `cargo tree` to explore your dependency tree
36202026-05-08T01:28:14.641Znote: required by a bound in `encode_and_send`
36212026-05-08T01:28:14.642Z --> dns-server/src/dns_server.rs:494:27
36222026-05-08T01:28:14.642Z |
36232026-05-08T01:28:14.642Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36242026-05-08T01:28:14.642Z | --------------- required by a bound in this function
36252026-05-08T01:28:14.642Z...
36262026-05-08T01:28:14.642Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36272026-05-08T01:28:14.642Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36282026-05-08T01:28:14.642Z
36292026-05-08T01:28:14.642Zerror[E0308]: arguments to this method are incorrect
36302026-05-08T01:28:14.642Z --> dns-server/src/dns_server.rs:477:20
36312026-05-08T01:28:14.642Z |
36322026-05-08T01:28:14.642Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36332026-05-08T01:28:14.642Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36342026-05-08T01:28:14.642Z | |
36352026-05-08T01:28:14.642Z | expected `Header`, found `hickory_proto::op::Header`
36362026-05-08T01:28:14.642Z |
36372026-05-08T01:28:14.642Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36382026-05-08T01:28:14.642Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36392026-05-08T01:28:14.642Z |
36402026-05-08T01:28:14.642Z 57 | pub struct Header {
36412026-05-08T01:28:14.642Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36422026-05-08T01:28:14.642Z |
36432026-05-08T01:28:14.642Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36442026-05-08T01:28:14.642Z |
36452026-05-08T01:28:14.642Z 57 | pub struct Header {
36462026-05-08T01:28:14.642Z | ----------------- this is the found type
36472026-05-08T01:28:14.642Z = help: you can use `cargo tree` to explore your dependency tree
36482026-05-08T01:28:14.642Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36492026-05-08T01:28:14.642Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36502026-05-08T01:28:14.642Z |
36512026-05-08T01:28:14.642Z 67 | pub enum ResponseCode {
36522026-05-08T01:28:14.642Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36532026-05-08T01:28:14.642Z |
36542026-05-08T01:28:14.642Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36552026-05-08T01:28:14.642Z |
36562026-05-08T01:28:14.642Z 67 | pub enum ResponseCode {
36572026-05-08T01:28:14.643Z | --------------------- this is the found type
36582026-05-08T01:28:14.643Z = help: you can use `cargo tree` to explore your dependency tree
36592026-05-08T01:28:14.643Znote: method defined here
36602026-05-08T01:28:14.643Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36612026-05-08T01:28:14.643Z |
36622026-05-08T01:28:14.643Z190 | pub fn error_msg<'a>(
36632026-05-08T01:28:14.643Z | ^^^^^^^^^
36642026-05-08T01:28:14.643Z
36652026-05-08T01:28:14.643Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36662026-05-08T01:28:14.643Z --> dns-server/src/dns_server.rs:478:50
36672026-05-08T01:28:14.643Z |
36682026-05-08T01:28:14.643Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36692026-05-08T01:28:14.643Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36702026-05-08T01:28:14.643Z | |
36712026-05-08T01:28:14.643Z | required by a bound introduced by this call
36722026-05-08T01:28:14.643Z |
36732026-05-08T01:28:14.643Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36742026-05-08T01:28:14.643Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36752026-05-08T01:28:14.643Z |
36762026-05-08T01:28:14.643Z 78 | pub struct Record<R: RecordData = RData> {
36772026-05-08T01:28:14.643Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36782026-05-08T01:28:14.643Z |
36792026-05-08T01:28:14.643Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36802026-05-08T01:28:14.643Z |
36812026-05-08T01:28:14.643Z 77 | pub struct Record<R: RecordData = RData> {
36822026-05-08T01:28:14.643Z | ---------------------------------------- this is the found type
36832026-05-08T01:28:14.643Z = help: you can use `cargo tree` to explore your dependency tree
36842026-05-08T01:28:14.643Znote: required by a bound in `encode_and_send`
36852026-05-08T01:28:14.643Z --> dns-server/src/dns_server.rs:491:23
36862026-05-08T01:28:14.643Z |
36872026-05-08T01:28:14.643Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36882026-05-08T01:28:14.643Z | --------------- required by a bound in this function
36892026-05-08T01:28:14.643Z...
36902026-05-08T01:28:14.643Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36912026-05-08T01:28:14.643Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36922026-05-08T01:28:14.644Z
36932026-05-08T01:28:14.644Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36942026-05-08T01:28:14.644Z --> dns-server/src/dns_server.rs:478:50
36952026-05-08T01:28:14.644Z |
36962026-05-08T01:28:14.644Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36972026-05-08T01:28:14.644Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36982026-05-08T01:28:14.644Z | |
36992026-05-08T01:28:14.644Z | required by a bound introduced by this call
37002026-05-08T01:28:14.644Z |
37012026-05-08T01:28:14.644Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37022026-05-08T01:28:14.644Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37032026-05-08T01:28:14.644Z |
37042026-05-08T01:28:14.644Z 78 | pub struct Record<R: RecordData = RData> {
37052026-05-08T01:28:14.657Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37062026-05-08T01:28:14.657Z |
37072026-05-08T01:28:14.657Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37082026-05-08T01:28:14.657Z |
37092026-05-08T01:28:14.657Z 77 | pub struct Record<R: RecordData = RData> {
37102026-05-08T01:28:14.657Z | ---------------------------------------- this is the found type
37112026-05-08T01:28:14.657Z = help: you can use `cargo tree` to explore your dependency tree
37122026-05-08T01:28:14.658Znote: required by a bound in `encode_and_send`
37132026-05-08T01:28:14.658Z --> dns-server/src/dns_server.rs:492:27
37142026-05-08T01:28:14.658Z |
37152026-05-08T01:28:14.658Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37162026-05-08T01:28:14.658Z | --------------- required by a bound in this function
37172026-05-08T01:28:14.658Z...
37182026-05-08T01:28:14.658Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37192026-05-08T01:28:14.658Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37202026-05-08T01:28:14.658Z
37212026-05-08T01:28:14.658Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37222026-05-08T01:28:14.658Z --> dns-server/src/dns_server.rs:478:50
37232026-05-08T01:28:14.658Z |
37242026-05-08T01:28:14.658Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37252026-05-08T01:28:14.658Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37262026-05-08T01:28:14.658Z | |
37272026-05-08T01:28:14.658Z | required by a bound introduced by this call
37282026-05-08T01:28:14.658Z |
37292026-05-08T01:28:14.658Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37302026-05-08T01:28:14.658Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37312026-05-08T01:28:14.658Z |
37322026-05-08T01:28:14.659Z 78 | pub struct Record<R: RecordData = RData> {
37332026-05-08T01:28:14.659Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37342026-05-08T01:28:14.659Z |
37352026-05-08T01:28:14.659Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37362026-05-08T01:28:14.659Z |
37372026-05-08T01:28:14.659Z 77 | pub struct Record<R: RecordData = RData> {
37382026-05-08T01:28:14.659Z | ---------------------------------------- this is the found type
37392026-05-08T01:28:14.659Z = help: you can use `cargo tree` to explore your dependency tree
37402026-05-08T01:28:14.659Znote: required by a bound in `encode_and_send`
37412026-05-08T01:28:14.659Z --> dns-server/src/dns_server.rs:493:19
37422026-05-08T01:28:14.659Z |
37432026-05-08T01:28:14.659Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37442026-05-08T01:28:14.659Z | --------------- required by a bound in this function
37452026-05-08T01:28:14.659Z...
37462026-05-08T01:28:14.659Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37472026-05-08T01:28:14.659Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37482026-05-08T01:28:14.659Z
37492026-05-08T01:28:14.659Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37502026-05-08T01:28:14.659Z --> dns-server/src/dns_server.rs:478:50
37512026-05-08T01:28:14.659Z |
37522026-05-08T01:28:14.659Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37532026-05-08T01:28:14.659Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37542026-05-08T01:28:14.659Z | |
37552026-05-08T01:28:14.659Z | required by a bound introduced by this call
37562026-05-08T01:28:14.659Z |
37572026-05-08T01:28:14.659Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37582026-05-08T01:28:14.659Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37592026-05-08T01:28:14.660Z |
37602026-05-08T01:28:14.660Z 78 | pub struct Record<R: RecordData = RData> {
37612026-05-08T01:28:14.660Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37622026-05-08T01:28:14.660Z |
37632026-05-08T01:28:14.660Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37642026-05-08T01:28:14.660Z |
37652026-05-08T01:28:14.660Z 77 | pub struct Record<R: RecordData = RData> {
37662026-05-08T01:28:14.660Z | ---------------------------------------- this is the found type
37672026-05-08T01:28:14.660Z = help: you can use `cargo tree` to explore your dependency tree
37682026-05-08T01:28:14.660Znote: required by a bound in `encode_and_send`
37692026-05-08T01:28:14.660Z --> dns-server/src/dns_server.rs:494:27
37702026-05-08T01:28:14.660Z |
37712026-05-08T01:28:14.660Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37722026-05-08T01:28:14.660Z | --------------- required by a bound in this function
37732026-05-08T01:28:14.660Z...
37742026-05-08T01:28:14.660Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37752026-05-08T01:28:14.660Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37762026-05-08T01:28:14.660Z
37772026-05-08T01:28:14.660Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37782026-05-08T01:28:14.660Z --> dns-server/src/dns_server.rs:478:25
37792026-05-08T01:28:14.660Z |
37802026-05-08T01:28:14.661Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37812026-05-08T01:28:14.661Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37822026-05-08T01:28:14.661Z |
37832026-05-08T01:28:14.661Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37842026-05-08T01:28:14.661Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37852026-05-08T01:28:14.661Z |
37862026-05-08T01:28:14.661Z 78 | pub struct Record<R: RecordData = RData> {
37872026-05-08T01:28:14.661Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37882026-05-08T01:28:14.661Z |
37892026-05-08T01:28:14.661Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37902026-05-08T01:28:14.661Z |
37912026-05-08T01:28:14.661Z 77 | pub struct Record<R: RecordData = RData> {
37922026-05-08T01:28:14.661Z | ---------------------------------------- this is the found type
37932026-05-08T01:28:14.661Z = help: you can use `cargo tree` to explore your dependency tree
37942026-05-08T01:28:14.661Znote: required by a bound in `encode_and_send`
37952026-05-08T01:28:14.661Z --> dns-server/src/dns_server.rs:491:23
37962026-05-08T01:28:14.661Z |
37972026-05-08T01:28:14.661Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37982026-05-08T01:28:14.661Z | --------------- required by a bound in this function
37992026-05-08T01:28:14.661Z...
38002026-05-08T01:28:14.661Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38012026-05-08T01:28:14.661Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38022026-05-08T01:28:14.661Z
38032026-05-08T01:28:14.661Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38042026-05-08T01:28:14.661Z --> dns-server/src/dns_server.rs:478:25
38052026-05-08T01:28:14.666Z |
38062026-05-08T01:28:14.666Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38072026-05-08T01:28:14.666Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38082026-05-08T01:28:14.666Z |
38092026-05-08T01:28:14.666Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38102026-05-08T01:28:14.666Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38112026-05-08T01:28:14.666Z |
38122026-05-08T01:28:14.666Z 78 | pub struct Record<R: RecordData = RData> {
38132026-05-08T01:28:14.666Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38142026-05-08T01:28:14.666Z |
38152026-05-08T01:28:14.666Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38162026-05-08T01:28:14.666Z |
38172026-05-08T01:28:14.666Z 77 | pub struct Record<R: RecordData = RData> {
38182026-05-08T01:28:14.666Z | ---------------------------------------- this is the found type
38192026-05-08T01:28:14.666Z = help: you can use `cargo tree` to explore your dependency tree
38202026-05-08T01:28:14.666Znote: required by a bound in `encode_and_send`
38212026-05-08T01:28:14.667Z --> dns-server/src/dns_server.rs:492:27
38222026-05-08T01:28:14.667Z |
38232026-05-08T01:28:14.667Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38242026-05-08T01:28:14.667Z | --------------- required by a bound in this function
38252026-05-08T01:28:14.667Z...
38262026-05-08T01:28:14.667Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38272026-05-08T01:28:14.667Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38282026-05-08T01:28:14.667Z
38292026-05-08T01:28:14.667Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38302026-05-08T01:28:14.667Z --> dns-server/src/dns_server.rs:478:25
38312026-05-08T01:28:14.667Z |
38322026-05-08T01:28:14.667Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38332026-05-08T01:28:14.667Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38342026-05-08T01:28:14.667Z |
38352026-05-08T01:28:14.667Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38362026-05-08T01:28:14.667Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38372026-05-08T01:28:14.667Z |
38382026-05-08T01:28:14.667Z 78 | pub struct Record<R: RecordData = RData> {
38392026-05-08T01:28:14.667Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38402026-05-08T01:28:14.667Z |
38412026-05-08T01:28:14.667Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38422026-05-08T01:28:14.667Z |
38432026-05-08T01:28:14.667Z 77 | pub struct Record<R: RecordData = RData> {
38442026-05-08T01:28:14.667Z | ---------------------------------------- this is the found type
38452026-05-08T01:28:14.667Z = help: you can use `cargo tree` to explore your dependency tree
38462026-05-08T01:28:14.667Znote: required by a bound in `encode_and_send`
38472026-05-08T01:28:14.667Z --> dns-server/src/dns_server.rs:493:19
38482026-05-08T01:28:14.668Z |
38492026-05-08T01:28:14.668Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38502026-05-08T01:28:14.668Z | --------------- required by a bound in this function
38512026-05-08T01:28:14.668Z...
38522026-05-08T01:28:14.668Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38532026-05-08T01:28:14.668Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38542026-05-08T01:28:14.668Z
38552026-05-08T01:28:14.668Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38562026-05-08T01:28:14.668Z --> dns-server/src/dns_server.rs:478:25
38572026-05-08T01:28:14.668Z |
38582026-05-08T01:28:14.668Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38592026-05-08T01:28:14.668Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38602026-05-08T01:28:14.668Z |
38612026-05-08T01:28:14.668Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38622026-05-08T01:28:14.668Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38632026-05-08T01:28:14.668Z |
38642026-05-08T01:28:14.668Z 78 | pub struct Record<R: RecordData = RData> {
38652026-05-08T01:28:14.668Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38662026-05-08T01:28:14.668Z |
38672026-05-08T01:28:14.668Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38682026-05-08T01:28:14.668Z |
38692026-05-08T01:28:14.668Z 77 | pub struct Record<R: RecordData = RData> {
38702026-05-08T01:28:14.668Z | ---------------------------------------- this is the found type
38712026-05-08T01:28:14.669Z = help: you can use `cargo tree` to explore your dependency tree
38722026-05-08T01:28:14.669Znote: required by a bound in `encode_and_send`
38732026-05-08T01:28:14.669Z --> dns-server/src/dns_server.rs:494:27
38742026-05-08T01:28:14.669Z |
38752026-05-08T01:28:14.669Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38762026-05-08T01:28:14.669Z | --------------- required by a bound in this function
38772026-05-08T01:28:14.669Z...
38782026-05-08T01:28:14.669Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38792026-05-08T01:28:14.669Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38802026-05-08T01:28:14.669Z
38812026-05-08T01:28:14.669Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38822026-05-08T01:28:14.669Z --> dns-server/src/dns_server.rs:478:69
38832026-05-08T01:28:14.669Z |
38842026-05-08T01:28:14.669Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38852026-05-08T01:28:14.669Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38862026-05-08T01:28:14.669Z |
38872026-05-08T01:28:14.669Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38882026-05-08T01:28:14.669Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38892026-05-08T01:28:14.669Z |
38902026-05-08T01:28:14.669Z 78 | pub struct Record<R: RecordData = RData> {
38912026-05-08T01:28:14.669Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38922026-05-08T01:28:14.669Z |
38932026-05-08T01:28:14.669Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38942026-05-08T01:28:14.669Z |
38952026-05-08T01:28:14.669Z 77 | pub struct Record<R: RecordData = RData> {
38962026-05-08T01:28:14.669Z | ---------------------------------------- this is the found type
38972026-05-08T01:28:14.669Z = help: you can use `cargo tree` to explore your dependency tree
38982026-05-08T01:28:14.669Znote: required by a bound in `encode_and_send`
38992026-05-08T01:28:14.669Z --> dns-server/src/dns_server.rs:491:23
39002026-05-08T01:28:14.669Z |
39012026-05-08T01:28:14.669Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39022026-05-08T01:28:14.669Z | --------------- required by a bound in this function
39032026-05-08T01:28:14.669Z...
39042026-05-08T01:28:14.669Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39052026-05-08T01:28:14.677Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39062026-05-08T01:28:14.677Z
39072026-05-08T01:28:14.677Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39082026-05-08T01:28:14.677Z --> dns-server/src/dns_server.rs:478:69
39092026-05-08T01:28:14.677Z |
39102026-05-08T01:28:14.677Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39112026-05-08T01:28:14.677Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39122026-05-08T01:28:14.677Z |
39132026-05-08T01:28:14.677Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39142026-05-08T01:28:14.677Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39152026-05-08T01:28:14.677Z |
39162026-05-08T01:28:14.677Z 78 | pub struct Record<R: RecordData = RData> {
39172026-05-08T01:28:14.677Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39182026-05-08T01:28:14.677Z |
39192026-05-08T01:28:14.677Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39202026-05-08T01:28:14.677Z |
39212026-05-08T01:28:14.677Z 77 | pub struct Record<R: RecordData = RData> {
39222026-05-08T01:28:14.677Z | ---------------------------------------- this is the found type
39232026-05-08T01:28:14.677Z = help: you can use `cargo tree` to explore your dependency tree
39242026-05-08T01:28:14.677Znote: required by a bound in `encode_and_send`
39252026-05-08T01:28:14.678Z --> dns-server/src/dns_server.rs:492:27
39262026-05-08T01:28:14.678Z |
39272026-05-08T01:28:14.678Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39282026-05-08T01:28:14.678Z | --------------- required by a bound in this function
39292026-05-08T01:28:14.678Z...
39302026-05-08T01:28:14.678Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39312026-05-08T01:28:14.678Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39322026-05-08T01:28:14.678Z
39332026-05-08T01:28:14.678Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39342026-05-08T01:28:14.678Z --> dns-server/src/dns_server.rs:478:69
39352026-05-08T01:28:14.678Z |
39362026-05-08T01:28:14.678Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39372026-05-08T01:28:14.678Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39382026-05-08T01:28:14.678Z |
39392026-05-08T01:28:14.678Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39402026-05-08T01:28:14.678Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39412026-05-08T01:28:14.678Z |
39422026-05-08T01:28:14.678Z 78 | pub struct Record<R: RecordData = RData> {
39432026-05-08T01:28:14.678Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39442026-05-08T01:28:14.678Z |
39452026-05-08T01:28:14.678Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39462026-05-08T01:28:14.678Z |
39472026-05-08T01:28:14.678Z 77 | pub struct Record<R: RecordData = RData> {
39482026-05-08T01:28:14.678Z | ---------------------------------------- this is the found type
39492026-05-08T01:28:14.678Z = help: you can use `cargo tree` to explore your dependency tree
39502026-05-08T01:28:14.679Znote: required by a bound in `encode_and_send`
39512026-05-08T01:28:14.679Z --> dns-server/src/dns_server.rs:493:19
39522026-05-08T01:28:14.679Z |
39532026-05-08T01:28:14.679Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39542026-05-08T01:28:14.679Z | --------------- required by a bound in this function
39552026-05-08T01:28:14.679Z...
39562026-05-08T01:28:14.679Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39572026-05-08T01:28:14.679Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39582026-05-08T01:28:14.679Z
39592026-05-08T01:28:14.679Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39602026-05-08T01:28:14.679Z --> dns-server/src/dns_server.rs:478:69
39612026-05-08T01:28:14.679Z |
39622026-05-08T01:28:14.679Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39632026-05-08T01:28:14.679Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39642026-05-08T01:28:14.679Z |
39652026-05-08T01:28:14.679Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39662026-05-08T01:28:14.679Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39672026-05-08T01:28:14.679Z |
39682026-05-08T01:28:14.679Z 78 | pub struct Record<R: RecordData = RData> {
39692026-05-08T01:28:14.679Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39702026-05-08T01:28:14.679Z |
39712026-05-08T01:28:14.679Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39722026-05-08T01:28:14.679Z |
39732026-05-08T01:28:14.679Z 77 | pub struct Record<R: RecordData = RData> {
39742026-05-08T01:28:14.679Z | ---------------------------------------- this is the found type
39752026-05-08T01:28:14.679Z = help: you can use `cargo tree` to explore your dependency tree
39762026-05-08T01:28:14.679Znote: required by a bound in `encode_and_send`
39772026-05-08T01:28:14.679Z --> dns-server/src/dns_server.rs:494:27
39782026-05-08T01:28:14.679Z |
39792026-05-08T01:28:14.680Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39802026-05-08T01:28:14.680Z | --------------- required by a bound in this function
39812026-05-08T01:28:14.680Z...
39822026-05-08T01:28:14.680Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39832026-05-08T01:28:14.680Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39842026-05-08T01:28:14.680Z
39852026-05-08T01:28:14.680Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
39862026-05-08T01:28:14.680Z --> dns-server/src/dns_server.rs:500:14
39872026-05-08T01:28:14.680Z |
39882026-05-08T01:28:14.680Z499 | let _ = mresp
39892026-05-08T01:28:14.680Z | _________________-
39902026-05-08T01:28:14.680Z500 | | .destructive_emit(&mut enc)
39912026-05-08T01:28:14.680Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
39922026-05-08T01:28:14.680Z | |_____________|
39932026-05-08T01:28:14.680Z |
39942026-05-08T01:28:14.680Z |
39952026-05-08T01:28:14.680Z = note: the following trait bounds were not satisfied:
39962026-05-08T01:28:14.680Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
39972026-05-08T01:28:14.680Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
39982026-05-08T01:28:14.680Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
39992026-05-08T01:28:14.680Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40002026-05-08T01:28:14.680Z
40012026-05-08T01:28:14.680Zerror[E0308]: mismatched types
40022026-05-08T01:28:14.680Z --> dns-server/src/dns_server.rs:229:35
40032026-05-08T01:28:14.680Z |
40042026-05-08T01:28:14.680Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40052026-05-08T01:28:14.686Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40062026-05-08T01:28:14.686Z | |
40072026-05-08T01:28:14.686Z | arguments to this function are incorrect
40082026-05-08T01:28:14.686Z |
40092026-05-08T01:28:14.687Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40102026-05-08T01:28:14.687Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40112026-05-08T01:28:14.687Z |
40122026-05-08T01:28:14.687Z 34 | pub struct Name {
40132026-05-08T01:28:14.687Z | ^^^^^^^^^^^^^^^ this is the expected type
40142026-05-08T01:28:14.687Z |
40152026-05-08T01:28:14.687Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40162026-05-08T01:28:14.687Z |
40172026-05-08T01:28:14.687Z 37 | pub struct Name {
40182026-05-08T01:28:14.687Z | --------------- this is the found type
40192026-05-08T01:28:14.687Z = help: you can use `cargo tree` to explore your dependency tree
40202026-05-08T01:28:14.687Znote: associated function defined here
40212026-05-08T01:28:14.687Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40222026-05-08T01:28:14.687Z |
40232026-05-08T01:28:14.687Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40242026-05-08T01:28:14.688Z | ^^^^^^^^^^
40252026-05-08T01:28:14.688Z
40262026-05-08T01:28:14.688Zerror[E0308]: mismatched types
40272026-05-08T01:28:14.688Z --> dns-server/src/dns_server.rs:233:35
40282026-05-08T01:28:14.688Z |
40292026-05-08T01:28:14.688Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40302026-05-08T01:28:14.688Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40312026-05-08T01:28:14.688Z | |
40322026-05-08T01:28:14.688Z | arguments to this function are incorrect
40332026-05-08T01:28:14.688Z |
40342026-05-08T01:28:14.688Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40352026-05-08T01:28:14.688Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40362026-05-08T01:28:14.688Z |
40372026-05-08T01:28:14.688Z 34 | pub struct Name {
40382026-05-08T01:28:14.688Z | ^^^^^^^^^^^^^^^ this is the expected type
40392026-05-08T01:28:14.689Z |
40402026-05-08T01:28:14.689Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40412026-05-08T01:28:14.689Z |
40422026-05-08T01:28:14.689Z 37 | pub struct Name {
40432026-05-08T01:28:14.689Z | --------------- this is the found type
40442026-05-08T01:28:14.689Z = help: you can use `cargo tree` to explore your dependency tree
40452026-05-08T01:28:14.689Znote: associated function defined here
40462026-05-08T01:28:14.689Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40472026-05-08T01:28:14.689Z |
40482026-05-08T01:28:14.689Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40492026-05-08T01:28:14.689Z | ^^^^^^^^^^
40502026-05-08T01:28:14.689Z
40512026-05-08T01:28:14.689Zerror[E0308]: mismatched types
40522026-05-08T01:28:14.689Z --> dns-server/src/dns_server.rs:247:60
40532026-05-08T01:28:14.689Z |
40542026-05-08T01:28:14.690Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40552026-05-08T01:28:14.690Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40562026-05-08T01:28:14.690Z | |
40572026-05-08T01:28:14.690Z | arguments to this function are incorrect
40582026-05-08T01:28:14.690Z |
40592026-05-08T01:28:14.690Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40602026-05-08T01:28:14.690Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40612026-05-08T01:28:14.690Z |
40622026-05-08T01:28:14.690Z 34 | pub struct Name {
40632026-05-08T01:28:14.690Z | ^^^^^^^^^^^^^^^ this is the expected type
40642026-05-08T01:28:14.690Z |
40652026-05-08T01:28:14.690Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40662026-05-08T01:28:14.690Z |
40672026-05-08T01:28:14.690Z 37 | pub struct Name {
40682026-05-08T01:28:14.690Z | --------------- this is the found type
40692026-05-08T01:28:14.690Z = help: you can use `cargo tree` to explore your dependency tree
40702026-05-08T01:28:14.690Znote: associated function defined here
40712026-05-08T01:28:14.690Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40722026-05-08T01:28:14.690Z |
40732026-05-08T01:28:14.690Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
40742026-05-08T01:28:14.691Z | ^^^
40752026-05-08T01:28:14.691Z
40762026-05-08T01:28:14.691Zerror[E0308]: mismatched types
40772026-05-08T01:28:14.691Z --> dns-server/src/dns_server.rs:245:17
40782026-05-08T01:28:14.691Z |
40792026-05-08T01:28:14.691Z244 | Ok(Record::from_rdata(
40802026-05-08T01:28:14.691Z | ------------------ arguments to this function are incorrect
40812026-05-08T01:28:14.691Z245 | name.clone(),
40822026-05-08T01:28:14.691Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40832026-05-08T01:28:14.691Z |
40842026-05-08T01:28:14.691Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40852026-05-08T01:28:14.691Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40862026-05-08T01:28:14.691Z |
40872026-05-08T01:28:14.691Z 34 | pub struct Name {
40882026-05-08T01:28:14.691Z | ^^^^^^^^^^^^^^^ this is the expected type
40892026-05-08T01:28:14.691Z |
40902026-05-08T01:28:14.691Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40912026-05-08T01:28:14.691Z |
40922026-05-08T01:28:14.691Z 37 | pub struct Name {
40932026-05-08T01:28:14.691Z | --------------- this is the found type
40942026-05-08T01:28:14.691Z = help: you can use `cargo tree` to explore your dependency tree
40952026-05-08T01:28:14.691Znote: associated function defined here
40962026-05-08T01:28:14.691Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40972026-05-08T01:28:14.691Z |
40982026-05-08T01:28:14.691Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40992026-05-08T01:28:14.692Z | ^^^^^^^^^^
41002026-05-08T01:28:14.692Z
41012026-05-08T01:28:14.692Zerror[E0308]: mismatched types
41022026-05-08T01:28:14.692Z --> dns-server/src/dns_server.rs:259:65
41032026-05-08T01:28:14.692Z |
41042026-05-08T01:28:14.692Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41052026-05-08T01:28:14.697Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41062026-05-08T01:28:14.697Z | |
41072026-05-08T01:28:14.697Z | arguments to this struct are incorrect
41082026-05-08T01:28:14.697Z |
41092026-05-08T01:28:14.697Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41102026-05-08T01:28:14.697Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41112026-05-08T01:28:14.698Z |
41122026-05-08T01:28:14.698Z 34 | pub struct Name {
41132026-05-08T01:28:14.698Z | ^^^^^^^^^^^^^^^ this is the expected type
41142026-05-08T01:28:14.698Z |
41152026-05-08T01:28:14.698Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41162026-05-08T01:28:14.698Z |
41172026-05-08T01:28:14.698Z 37 | pub struct Name {
41182026-05-08T01:28:14.698Z | --------------- this is the found type
41192026-05-08T01:28:14.698Z = help: you can use `cargo tree` to explore your dependency tree
41202026-05-08T01:28:14.698Znote: tuple struct defined here
41212026-05-08T01:28:14.698Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41222026-05-08T01:28:14.698Z |
41232026-05-08T01:28:14.698Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41242026-05-08T01:28:14.698Z | ^^
41252026-05-08T01:28:14.698Z
41262026-05-08T01:28:14.698Zerror[E0308]: mismatched types
41272026-05-08T01:28:14.698Z --> dns-server/src/dns_server.rs:259:35
41282026-05-08T01:28:14.698Z |
41292026-05-08T01:28:14.699Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41302026-05-08T01:28:14.699Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41312026-05-08T01:28:14.699Z | |
41322026-05-08T01:28:14.699Z | arguments to this function are incorrect
41332026-05-08T01:28:14.699Z |
41342026-05-08T01:28:14.699Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41352026-05-08T01:28:14.699Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41362026-05-08T01:28:14.699Z |
41372026-05-08T01:28:14.699Z 34 | pub struct Name {
41382026-05-08T01:28:14.699Z | ^^^^^^^^^^^^^^^ this is the expected type
41392026-05-08T01:28:14.699Z |
41402026-05-08T01:28:14.699Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41412026-05-08T01:28:14.699Z |
41422026-05-08T01:28:14.699Z 37 | pub struct Name {
41432026-05-08T01:28:14.699Z | --------------- this is the found type
41442026-05-08T01:28:14.699Z = help: you can use `cargo tree` to explore your dependency tree
41452026-05-08T01:28:14.699Znote: associated function defined here
41462026-05-08T01:28:14.699Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41472026-05-08T01:28:14.699Z |
41482026-05-08T01:28:14.699Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41492026-05-08T01:28:14.699Z | ^^^^^^^^^^
41502026-05-08T01:28:14.699Z
41512026-05-08T01:28:14.699Zerror[E0308]: arguments to this function are incorrect
41522026-05-08T01:28:14.699Z --> dns-server/src/storage.rs:448:43
41532026-05-08T01:28:14.699Z |
41542026-05-08T01:28:14.699Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41552026-05-08T01:28:14.700Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41562026-05-08T01:28:14.700Z449 | preferred_nameserver,
41572026-05-08T01:28:14.700Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41582026-05-08T01:28:14.700Z450 | rname,
41592026-05-08T01:28:14.700Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41602026-05-08T01:28:14.700Z |
41612026-05-08T01:28:14.700Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41622026-05-08T01:28:14.700Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41632026-05-08T01:28:14.700Z |
41642026-05-08T01:28:14.700Z 34 | pub struct Name {
41652026-05-08T01:28:14.700Z | ^^^^^^^^^^^^^^^ this is the expected type
41662026-05-08T01:28:14.700Z |
41672026-05-08T01:28:14.700Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41682026-05-08T01:28:14.700Z |
41692026-05-08T01:28:14.700Z 37 | pub struct Name {
41702026-05-08T01:28:14.700Z | --------------- this is the found type
41712026-05-08T01:28:14.700Z = help: you can use `cargo tree` to explore your dependency tree
41722026-05-08T01:28:14.701Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41732026-05-08T01:28:14.701Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41742026-05-08T01:28:14.701Z |
41752026-05-08T01:28:14.701Z 34 | pub struct Name {
41762026-05-08T01:28:14.701Z | ^^^^^^^^^^^^^^^ this is the expected type
41772026-05-08T01:28:14.701Z |
41782026-05-08T01:28:14.701Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41792026-05-08T01:28:14.701Z |
41802026-05-08T01:28:14.701Z 37 | pub struct Name {
41812026-05-08T01:28:14.701Z | --------------- this is the found type
41822026-05-08T01:28:14.701Z = help: you can use `cargo tree` to explore your dependency tree
41832026-05-08T01:28:14.701Znote: associated function defined here
41842026-05-08T01:28:14.701Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
41852026-05-08T01:28:14.701Z |
41862026-05-08T01:28:14.701Z154 | pub fn new(
41872026-05-08T01:28:14.701Z | ^^^
41882026-05-08T01:28:14.701Z
41892026-05-08T01:28:14.701Zerror[E0308]: mismatched types
41902026-05-08T01:28:14.701Z --> dns-server/src/storage.rs:446:13
41912026-05-08T01:28:14.701Z |
41922026-05-08T01:28:14.701Z445 | let record = hickory_proto::rr::Record::from_rdata(
41932026-05-08T01:28:14.701Z | ------------------------------------- arguments to this function are incorrect
41942026-05-08T01:28:14.701Z446 | soa_name,
41952026-05-08T01:28:14.701Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41962026-05-08T01:28:14.701Z |
41972026-05-08T01:28:14.701Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41982026-05-08T01:28:14.701Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41992026-05-08T01:28:14.702Z |
42002026-05-08T01:28:14.702Z 34 | pub struct Name {
42012026-05-08T01:28:14.702Z | ^^^^^^^^^^^^^^^ this is the expected type
42022026-05-08T01:28:14.702Z |
42032026-05-08T01:28:14.702Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42042026-05-08T01:28:14.702Z |
42052026-05-08T01:28:14.705Z 37 | pub struct Name {
42062026-05-08T01:28:14.705Z | --------------- this is the found type
42072026-05-08T01:28:14.705Z = help: you can use `cargo tree` to explore your dependency tree
42082026-05-08T01:28:14.706Znote: associated function defined here
42092026-05-08T01:28:14.706Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42102026-05-08T01:28:14.706Z |
42112026-05-08T01:28:14.706Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42122026-05-08T01:28:14.706Z | ^^^^^^^^^^
42132026-05-08T01:28:14.706Z
42142026-05-08T01:28:14.706Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42152026-05-08T01:28:14.727Zerror[E0308]: mismatched types
42162026-05-08T01:28:14.727Z --> dns-server/src/storage.rs:768:30
42172026-05-08T01:28:14.727Z |
42182026-05-08T01:28:14.727Z768 | self.query_raw(name, orig_name)
42192026-05-08T01:28:14.727Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42202026-05-08T01:28:14.727Z | |
42212026-05-08T01:28:14.727Z | arguments to this method are incorrect
42222026-05-08T01:28:14.727Z |
42232026-05-08T01:28:14.728Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42242026-05-08T01:28:14.728Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42252026-05-08T01:28:14.728Z |
42262026-05-08T01:28:14.728Z 37 | pub struct Name {
42272026-05-08T01:28:14.728Z | ^^^^^^^^^^^^^^^ this is the expected type
42282026-05-08T01:28:14.728Z |
42292026-05-08T01:28:14.728Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42302026-05-08T01:28:14.728Z |
42312026-05-08T01:28:14.728Z 34 | pub struct Name {
42322026-05-08T01:28:14.728Z | --------------- this is the found type
42332026-05-08T01:28:14.728Z = help: you can use `cargo tree` to explore your dependency tree
42342026-05-08T01:28:14.728Znote: method defined here
42352026-05-08T01:28:14.728Z --> dns-server/src/storage.rs:780:8
42362026-05-08T01:28:14.728Z |
42372026-05-08T01:28:14.728Z780 | fn query_raw(
42382026-05-08T01:28:14.728Z | ^^^^^^^^^
42392026-05-08T01:28:14.728Z...
42402026-05-08T01:28:14.728Z783 | orig_name: &Name,
42412026-05-08T01:28:14.729Z | ----------------
42422026-05-08T01:28:14.729Z
42432026-05-08T01:28:14.729Zerror[E0308]: mismatched types
42442026-05-08T01:28:14.729Z --> dns-server/src/storage.rs:777:40
42452026-05-08T01:28:14.729Z |
42462026-05-08T01:28:14.729Z777 | self.query_raw(&LowerName::new(name), name)
42472026-05-08T01:28:14.729Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42482026-05-08T01:28:14.729Z | |
42492026-05-08T01:28:14.729Z | arguments to this function are incorrect
42502026-05-08T01:28:14.729Z |
42512026-05-08T01:28:14.729Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42522026-05-08T01:28:14.729Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42532026-05-08T01:28:14.729Z |
42542026-05-08T01:28:14.729Z 34 | pub struct Name {
42552026-05-08T01:28:14.729Z | ^^^^^^^^^^^^^^^ this is the expected type
42562026-05-08T01:28:14.729Z |
42572026-05-08T01:28:14.729Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42582026-05-08T01:28:14.729Z |
42592026-05-08T01:28:14.729Z 37 | pub struct Name {
42602026-05-08T01:28:14.729Z | --------------- this is the found type
42612026-05-08T01:28:14.729Z = help: you can use `cargo tree` to explore your dependency tree
42622026-05-08T01:28:14.729Znote: associated function defined here
42632026-05-08T01:28:14.729Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42642026-05-08T01:28:14.729Z |
42652026-05-08T01:28:14.730Z 37 | pub fn new(name: &Name) -> Self {
42662026-05-08T01:28:14.730Z | ^^^
42672026-05-08T01:28:14.730Z
42682026-05-08T01:28:14.734Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42692026-05-08T01:28:14.734Z --> dns-server/src/storage.rs:791:33
42702026-05-08T01:28:14.734Z |
42712026-05-08T01:28:14.735Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42722026-05-08T01:28:14.735Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42732026-05-08T01:28:14.735Z |
42742026-05-08T01:28:14.735Zhelp: item with same name found
42752026-05-08T01:28:14.735Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
42762026-05-08T01:28:14.735Z |
42772026-05-08T01:28:14.735Z 28 | pub struct LowerName(Name);
42782026-05-08T01:28:14.735Z | ^^^^^^^^^^^^^^^^^^^^
42792026-05-08T01:28:14.735Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
42802026-05-08T01:28:14.735Zhelp: the following other types implement trait `std::convert::From<T>`
42812026-05-08T01:28:14.735Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
42822026-05-08T01:28:14.735Z |
42832026-05-08T01:28:14.735Z240 | impl From<Name> for LowerName {
42842026-05-08T01:28:14.735Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
42852026-05-08T01:28:14.735Z...
42862026-05-08T01:28:14.735Z246 | impl<'a> From<&'a Name> for LowerName {
42872026-05-08T01:28:14.735Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
42882026-05-08T01:28:14.735Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
42892026-05-08T01:28:14.735Z = help: you can use `cargo tree` to explore your dependency tree
42902026-05-08T01:28:14.735Z
42912026-05-08T01:28:14.794Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
42922026-05-08T01:28:14.946ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
42932026-05-08T01:28:14.946ZFor more information about an error, try `rustc --explain E0271`.
42942026-05-08T01:28:15.027Zerror: could not compile `dns-server` (lib) due to 60 previous errors
42952026-05-08T01:28:15.027Zwarning: build failed, waiting for other jobs to finish...
42962026-05-08T01:28:22.754ZError: Failed to build packages
42972026-05-08T01:28:22.760Z
42982026-05-08T01:28:22.761Zreal 1:22.043358018
42992026-05-08T01:28:22.761Zuser 18:30.626135446
43002026-05-08T01:28:22.761Zsys 1:36.332637765
43012026-05-08T01:28:22.761Ztrap 0.555652356
43022026-05-08T01:28:22.761Ztflt 1.588269984
43032026-05-08T01:28:22.762Zdflt 1.151116873
43042026-05-08T01:28:22.762Zkflt 0.005946380
43052026-05-08T01:28:22.763Zlock 1:40:34.777672789
43062026-05-08T01:28:22.763Zslp 51:51.076659670
43072026-05-08T01:28:22.763Zlat 1:18.556624377
43082026-05-08T01:28:22.763Zstop 3:46.835620208
43092026-05-08T01:28:22.763Zprocess exited: duration 300591 ms, exit code 1
 
43102026-05-08T01:28:22.770Zfound 0 output files
43112026-05-08T01:28:22.771Zupload error: rule "/work/package.tar.gz" required a match, but was not used