01KSKXT6NQ1DBKPXZNCT1Q3AE0: 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: 01KSKXTRDNZPM5AVTZXC9DVVHV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T05:17:50.205Zjob assigned to worker 01KSKXTYAJE7M6V2REWDPD8T68 [factory aws, i-0c7e8a871131fac90] (queued for 47 s)
 
22026-05-27T05:17:57.872Zstarting task 0: "setup"
32026-05-27T05:17:57.877Z++ uname -s
42026-05-27T05:17:57.880Z+ kern=SunOS
52026-05-27T05:17:57.880Z+ build_user=build
62026-05-27T05:17:57.880Z+ build_uid=12345
72026-05-27T05:17:57.881Z+ work_dir=/work
82026-05-27T05:17:57.881Z+ input_dir=/input
92026-05-27T05:17:57.881Z+ [[ 0 == 12345 ]]
102026-05-27T05:17:57.881Z+ case "$kern" in
112026-05-27T05:17:57.881Z+ groupadd -g 12345 build
122026-05-27T05:17:57.884Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T05:17:59.891Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T05:17:59.960Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T05:17:59.963Z+ home_fs=zfs
162026-05-27T05:17:59.963Z+ [[ zfs == autofs ]]
172026-05-27T05:17:59.963Z+ mkdir -p /home/build
182026-05-27T05:17:59.963Z+ chown build:build /home/build /work
192026-05-27T05:18:01.966Z+ chmod 0700 /home/build /work
202026-05-27T05:18:01.969Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-27T05:18:01.976Zstarting task 1: "rust-toolchain"
222026-05-27T05:18:01.982Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T05:18:01.982Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-27T05:18:01.982Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-27T05:18:01.982Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-27T05:18:01.983Z * rust toolchain channel = "1.94.0"
272026-05-27T05:18:01.983Z * rust toolchain profile = "default"
282026-05-27T05:18:01.986Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T05:18:01.986Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T05:18:02.099Zinfo: downloading installer
312026-05-27T05:18:03.431Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T05:18:03.431Zwarn: /home/build/.rustup/settings.toml
332026-05-27T05:18:03.431Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T05:18:03.431Zwarn: instead of the one inferred from the default host triple.
352026-05-27T05:18:03.443Zinfo: profile set to default
362026-05-27T05:18:03.443Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T05:18:03.446Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T05:18:03.586Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T05:18:03.589Zinfo: downloading 6 components
402026-05-27T05:18:17.714Z
412026-05-27T05:18:17.714Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-27T05:18:17.744Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T05:18:17.745Z
442026-05-27T05:18:17.745Z
452026-05-27T05:18:17.745ZRust is installed now. Great!
462026-05-27T05:18:17.745Z
472026-05-27T05:18:17.745ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T05:18:17.745Zenvironment variable. This has not been done automatically.
492026-05-27T05:18:17.745Z
502026-05-27T05:18:17.745ZTo configure your current shell, you need to source
512026-05-27T05:18:17.745Zthe corresponding env file under $HOME/.cargo.
522026-05-27T05:18:17.745Z
532026-05-27T05:18:17.745ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T05:18:17.749Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T05:18:17.749Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T05:18:17.749Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T05:18:17.749Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T05:18:17.749Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T05:18:17.749Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T05:18:17.749Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T05:18:17.749Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T05:18:17.846Z+ rustup --version
632026-05-27T05:18:17.851Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T05:18:17.855Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T05:18:17.874Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T05:18:17.877Z+ cargo --version
672026-05-27T05:18:17.885Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T05:18:17.888Z+ rustc --version
692026-05-27T05:18:17.909Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T05:18:17.912Zprocess exited: duration 15934 ms, exit code 0
 
712026-05-27T05:18:17.919Zstarting task 2: "authentication"
722026-05-27T05:18:17.940Zprocess exited: duration 18 ms, exit code 0
 
732026-05-27T05:18:17.949Zstarting task 3: "clone repository"
742026-05-27T05:18:17.953Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T05:18:17.956Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T05:18:17.995ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T05:18:28.131Z+ cd /work/oxidecomputer/omicron
782026-05-27T05:18:28.131Z+ git fetch origin 04f75510a02f379f9a03470e90efc841d3939640
792026-05-27T05:18:28.400ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T05:18:28.400Z * branch 04f75510a02f379f9a03470e90efc841d3939640 -> FETCH_HEAD
812026-05-27T05:18:28.413Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-27T05:18:28.416Z++ git branch --show-current
832026-05-27T05:18:28.420Z+ current=main
842026-05-27T05:18:28.420Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-27T05:18:28.420Z+ git branch -f renovate/crate-hickory-proto-vulnerability 04f75510a02f379f9a03470e90efc841d3939640
862026-05-27T05:18:28.423Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-27T05:18:28.661ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-27T05:18:28.664Z+ git reset --hard 04f75510a02f379f9a03470e90efc841d3939640
892026-05-27T05:18:28.898ZHEAD is now at 04f75510a Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-27T05:18:28.901Zprocess exited: duration 10952 ms, exit code 0
 
912026-05-27T05:18:28.908Zstarting task 4: "build"
922026-05-27T05:18:28.914Z+ source .github/buildomat/ci-env.sh
932026-05-27T05:18:28.914Z++ export CARGO_TERM_COLOR=always
942026-05-27T05:18:28.914Z++ CARGO_TERM_COLOR=always
952026-05-27T05:18:28.914Z+ cargo --version
962026-05-27T05:18:28.925Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-27T05:18:28.928Z+ rustc --version
982026-05-27T05:18:28.951Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-27T05:18:28.956Z+ WORK=/work
1002026-05-27T05:18:28.956Z+ pfexec mkdir -p /work
1012026-05-27T05:18:28.959Z+ pfexec chown build /work
1022026-05-27T05:18:28.959Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-27T05:18:30.502Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-27T05:18:30.577Z Startup: Caching catalogs ... Done
1052026-05-27T05:18:30.847ZPlanning: Solver setup ... Done (0.228s)
1062026-05-27T05:18:30.866ZPlanning: Running solver ... Done (0.019s)
1072026-05-27T05:18:30.872ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-27T05:18:30.885ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-27T05:18:30.902ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-27T05:18:30.916ZPlanning: Package planning ... Done (0.015s)
1112026-05-27T05:18:30.920ZPlanning: Merging actions ... Done (0.002s)
1122026-05-27T05:18:31.106ZPlanning: Checking for conflicting actions ... Done (0.188s)
1132026-05-27T05:18:31.109ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-27T05:18:31.980ZPlanning: Evaluating mediators ... Done (0.874s)
1152026-05-27T05:18:31.984ZPlanning: Planning completed in 1.38 seconds
1162026-05-27T05:18:31.991Z Packages to install: 2
1172026-05-27T05:18:31.991Z Estimated space available: 156.07 GB
1182026-05-27T05:18:31.991ZEstimated space to be consumed: 22.53 MB
1192026-05-27T05:18:31.991Z Create boot environment: No
1202026-05-27T05:18:31.991ZCreate backup boot environment: No
1212026-05-27T05:18:31.991Z Rebuild boot archive: No
1222026-05-27T05:18:31.991Z
1232026-05-27T05:18:31.991ZChanged packages:
1242026-05-27T05:18:31.995Zhelios
1252026-05-27T05:18:31.995Z developer/build-essential
1262026-05-27T05:18:31.995Z None -> 11-3.0
1272026-05-27T05:18:31.995Z library/libxmlsec1
1282026-05-27T05:18:31.995Z None -> 1.2.35-3.0
1292026-05-27T05:18:32.018Z
1302026-05-27T05:18:32.018ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-27T05:18:32.573ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-27T05:18:32.653Z Actions: 1/268 actions (Installing new actions)
1332026-05-27T05:18:32.692Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-27T05:18:32.726ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-27T05:18:32.726ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-27T05:18:32.744ZFinalize: Updating image state ... Done (0.018s)
1372026-05-27T05:18:35.320ZFinalize: Creating fast lookup database ... Done (2.551s)
1382026-05-27T05:18:35.388ZFinalize: Reading search index ... Done (0.012s)
1392026-05-27T05:18:35.391ZFinalize: Updating search index ... Done (0.000s)
1402026-05-27T05:18:35.476ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-27T05:18:35.776ZPlanning: Evaluating mediator changes ... Done
1422026-05-27T05:18:35.880ZPlanning: Checking for conflicting actions ... Done
1432026-05-27T05:18:35.884ZPlanning: Consolidating action changes ... Done
1442026-05-27T05:18:36.039ZPlanning: Evaluating mediators ... Done
1452026-05-27T05:18:36.042ZPlanning: Planning completed in 0.26 seconds
1462026-05-27T05:18:36.063Z Mediators to change: 2
1472026-05-27T05:18:36.063Z Create boot environment: No
1482026-05-27T05:18:36.064ZCreate backup boot environment: No
1492026-05-27T05:18:36.119ZFinalize: Updating package state database ... Done
1502026-05-27T05:18:36.119ZFinalize: Updating package cache ... Done
1512026-05-27T05:18:36.133ZFinalize: Updating image state ... Done
1522026-05-27T05:18:38.069ZFinalize: Creating fast lookup database ... Done
1532026-05-27T05:18:38.127ZFinalize: Reading search index ... Done
1542026-05-27T05:18:38.131ZFinalize: Updating search index ... Done
1552026-05-27T05:18:38.220ZFinalize: Updating package cache ... Done
1562026-05-27T05:18:38.505ZPlanning: Evaluating mediator changes ... Done
1572026-05-27T05:18:38.609ZPlanning: Checking for conflicting actions ... Done
1582026-05-27T05:18:38.612ZPlanning: Consolidating action changes ... Done
1592026-05-27T05:18:38.767ZPlanning: Evaluating mediators ... Done
1602026-05-27T05:18:38.770ZPlanning: Planning completed in 0.26 seconds
1612026-05-27T05:18:38.791Z Mediators to change: 1
1622026-05-27T05:18:38.791Z Create boot environment: No
1632026-05-27T05:18:38.791ZCreate backup boot environment: No
1642026-05-27T05:18:38.853ZFinalize: Updating package state database ... Done
1652026-05-27T05:18:38.853ZFinalize: Updating package cache ... Done
1662026-05-27T05:18:38.865ZFinalize: Updating image state ... Done
1672026-05-27T05:18:40.801ZFinalize: Creating fast lookup database ... Done
1682026-05-27T05:18:40.866ZFinalize: Reading search index ... Done
1692026-05-27T05:18:40.870ZFinalize: Updating search index ... Done
1702026-05-27T05:18:40.945ZFinalize: Updating package cache ... Done
1712026-05-27T05:18:41.258ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-27T05:18:41.258Zapache system 2.4 system
1732026-05-27T05:18:41.258Zclang system 15 system
1742026-05-27T05:18:41.258Zcsh system system illumos
1752026-05-27T05:18:41.258Zctags system system illumos
1762026-05-27T05:18:41.258Zfile vendor vendor darwinsys
1772026-05-27T05:18:41.258Zfile system system illumos
1782026-05-27T05:18:41.258Zgcc vendor 14 vendor
1792026-05-27T05:18:41.258Zgcc system 13 system
1802026-05-27T05:18:41.258Zgcc system 10 system
1812026-05-27T05:18:41.258Zgo system 1.25 system
1822026-05-27T05:18:41.258Zllvm system 15 system
1832026-05-27T05:18:41.258Zmariadb system 11.4 system
1842026-05-27T05:18:41.258Zmta vendor vendor dma
1852026-05-27T05:18:41.258Zopenjdk system 17 system
1862026-05-27T05:18:41.258Zopenjdk system 11 system
1872026-05-27T05:18:41.258Zopenssl vendor 3 vendor
1882026-05-27T05:18:41.258Zperl system 5.40 system
1892026-05-27T05:18:41.258Zpostgresql system 18 system
1902026-05-27T05:18:41.258Zpostgresql system 17 system
1912026-05-27T05:18:41.258Zpython vendor 3 vendor
1922026-05-27T05:18:41.258Zpython system 2 system
1932026-05-27T05:18:41.258Zpython3 vendor 3.13 vendor
1942026-05-27T05:18:41.258Zruby system 3.4 system
1952026-05-27T05:18:41.258Zruby system 3.0 system
1962026-05-27T05:18:41.258Zwords vendor vendor american-english
1972026-05-27T05:18:41.258Zwords system system australian-english
1982026-05-27T05:18:41.258Zwords system system british-english
1992026-05-27T05:18:41.258Zwords system system canadian-english
2002026-05-27T05:18:41.258Zwords system system french
2012026-05-27T05:18:41.258Zwords system system italian
2022026-05-27T05:18:41.258Zwords system system ngerman
2032026-05-27T05:18:41.259Zwords system system ogerman
2042026-05-27T05:18:41.259Zwords system system spanish
2052026-05-27T05:18:41.514ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-27T05:18:41.514Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-27T05:18:41.788ZFMRI IFO
2082026-05-27T05:18:41.788Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-27T05:18:41.788Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-27T05:18:41.788Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-27T05:18:41.789Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-27T05:18:41.789Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-27T05:18:41.789Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-27T05:18:41.789Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-27T05:18:41.789Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-27T05:18:41.789Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-27T05:18:42.038Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-27T05:18:42.296Z Updating crates.io index
2192026-05-27T05:18:42.330Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-27T05:18:43.041Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-27T05:18:43.353Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-27T05:18:43.754Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-27T05:18:44.850Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-27T05:18:45.306Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-27T05:18:47.097Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-27T05:18:47.879Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-27T05:18:48.262Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-27T05:18:49.088Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-27T05:18:49.383Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-27T05:18:49.844Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-27T05:18:50.106Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-27T05:18:51.090Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-27T05:18:51.567Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-27T05:18:51.899Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-27T05:18:52.117Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-27T05:18:52.601Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-27T05:18:52.917Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-27T05:18:53.245Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-27T05:18:53.499Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-27T05:18:53.764Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-27T05:18:54.161Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-27T05:18:54.522Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-27T05:18:54.848Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-27T05:18:55.255Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-27T05:18:55.592Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-27T05:18:55.901Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-27T05:18:56.206Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-27T05:18:57.108Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-27T05:18:57.891Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-27T05:18:58.156Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-27T05:18:58.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-27T05:18:58.865Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-27T05:18:59.162Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-27T05:18:59.655Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-27T05:18:59.914Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-27T05:19:00.164Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-27T05:19:00.418Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-27T05:19:00.781Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-27T05:19:12.612Z Downloading crates ...
2602026-05-27T05:19:12.661Z Downloaded heck v0.4.1
2612026-05-27T05:19:12.665Z Downloaded smallvec v1.15.1
2622026-05-27T05:19:12.669Z Downloaded anstream v0.6.21
2632026-05-27T05:19:12.672Z Downloaded anstyle v1.0.13
2642026-05-27T05:19:12.679Z Downloaded zerofrom v0.1.6
2652026-05-27T05:19:12.682Z Downloaded dof v0.3.0
2662026-05-27T05:19:12.682Z Downloaded form_urlencoded v1.2.2
2672026-05-27T05:19:12.686Z Downloaded toml_datetime v0.6.11
2682026-05-27T05:19:12.686Z Downloaded heck v0.5.0
2692026-05-27T05:19:12.686Z Downloaded serde_spanned v0.6.9
2702026-05-27T05:19:12.686Z Downloaded displaydoc v0.2.5
2712026-05-27T05:19:12.691Z Downloaded tinystr v0.8.2
2722026-05-27T05:19:12.691Z Downloaded yoke-derive v0.8.1
2732026-05-27T05:19:12.691Z Downloaded yoke v0.8.1
2742026-05-27T05:19:12.695Z Downloaded typeid v1.0.3
2752026-05-27T05:19:12.695Z Downloaded utf8_iter v1.0.4
2762026-05-27T05:19:12.695Z Downloaded cpufeatures v0.2.17
2772026-05-27T05:19:12.695Z Downloaded num-traits v0.2.19
2782026-05-27T05:19:12.695Z Downloaded zerofrom-derive v0.1.6
2792026-05-27T05:19:12.695Z Downloaded usdt v0.5.0
2802026-05-27T05:19:12.698Z Downloaded thread-id v4.2.2
2812026-05-27T05:19:12.698Z Downloaded version_check v0.9.5
2822026-05-27T05:19:12.698Z Downloaded cargo-util-schemas v0.8.2
2832026-05-27T05:19:12.698Z Downloaded scroll_derive v0.12.1
2842026-05-27T05:19:12.701Z Downloaded generic-array v0.14.7
2852026-05-27T05:19:12.701Z Downloaded usdt-macro v0.5.0
2862026-05-27T05:19:12.701Z Downloaded unicode-linebreak v0.1.5
2872026-05-27T05:19:12.701Z Downloaded digest v0.10.7
2882026-05-27T05:19:12.705Z Downloaded smawk v0.3.2
2892026-05-27T05:19:12.705Z Downloaded cargo_metadata v0.21.0
2902026-05-27T05:19:12.705Z Downloaded pretty-hex v0.4.1
2912026-05-27T05:19:12.705Z Downloaded unicode-xid v0.2.6
2922026-05-27T05:19:12.708Z Downloaded utf8parse v0.2.2
2932026-05-27T05:19:12.708Z Downloaded pest_generator v2.8.6
2942026-05-27T05:19:12.708Z Downloaded strsim v0.11.1
2952026-05-27T05:19:12.708Z Downloaded stable_deref_trait v1.2.1
2962026-05-27T05:19:12.708Z Downloaded itoa v1.0.17
2972026-05-27T05:19:12.711Z Downloaded thiserror v1.0.69
2982026-05-27T05:19:12.711Z Downloaded proc-macro-error-attr v1.0.4
2992026-05-27T05:19:12.714Z Downloaded proc-macro-error v1.0.4
3002026-05-27T05:19:12.714Z Downloaded fastrand v2.3.0
3012026-05-27T05:19:12.714Z Downloaded idna_adapter v1.2.1
3022026-05-27T05:19:12.717Z Downloaded usdt-attr-macro v0.5.0
3032026-05-27T05:19:12.717Z Downloaded toml_write v0.1.2
3042026-05-27T05:19:12.720Z Downloaded clap_derive v4.5.55
3052026-05-27T05:19:12.725Z Downloaded equivalent v1.0.2
3062026-05-27T05:19:12.725Z Downloaded zerovec-derive v0.11.2
3072026-05-27T05:19:12.728Z Downloaded plain v0.2.3
3082026-05-27T05:19:12.728Z Downloaded writeable v0.6.2
3092026-05-27T05:19:12.728Z Downloaded fs-err v3.3.0
3102026-05-27T05:19:12.728Z Downloaded errno v0.3.14
3112026-05-27T05:19:12.728Z Downloaded thiserror v2.0.18
3122026-05-27T05:19:12.733Z Downloaded zmij v1.0.21
3132026-05-27T05:19:12.736Z Downloaded block-buffer v0.10.4
3142026-05-27T05:19:12.739Z Downloaded thiserror-impl v2.0.18
3152026-05-27T05:19:12.739Z Downloaded dtrace-parser v0.2.0
3162026-05-27T05:19:12.742Z Downloaded usdt-impl v0.5.0
3172026-05-27T05:19:12.742Z Downloaded toml v0.8.23
3182026-05-27T05:19:12.745Z Downloaded clap_lex v1.0.0
3192026-05-27T05:19:12.745Z Downloaded ucd-trie v0.1.7
3202026-05-27T05:19:12.745Z Downloaded memmap v0.7.0
3212026-05-27T05:19:12.748Z Downloaded macaddr v1.0.1
3222026-05-27T05:19:12.748Z Downloaded serde-untagged v0.1.9
3232026-05-27T05:19:12.748Z Downloaded thiserror-impl v1.0.69
3242026-05-27T05:19:12.751Z Downloaded anstyle-query v1.1.5
3252026-05-27T05:19:12.754Z Downloaded fnv v1.0.7
3262026-05-27T05:19:12.754Z Downloaded percent-encoding v2.3.2
3272026-05-27T05:19:12.754Z Downloaded zerocopy-derive v0.7.35
3282026-05-27T05:19:12.758Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-27T05:19:12.758Z Downloaded unicode-ident v1.0.24
3302026-05-27T05:19:12.763Z Downloaded textwrap v0.16.2
3312026-05-27T05:19:12.766Z Downloaded crypto-common v0.1.7
3322026-05-27T05:19:12.766Z Downloaded zerotrie v0.2.3
3332026-05-27T05:19:12.769Z Downloaded swrite v0.1.0
3342026-05-27T05:19:12.769Z Downloaded cfg-if v1.0.4
3352026-05-27T05:19:12.770Z Downloaded terminal_size v0.4.3
3362026-05-27T05:19:12.770Z Downloaded potential_utf v0.1.4
3372026-05-27T05:19:12.770Z Downloaded typenum v1.19.0
3382026-05-27T05:19:12.774Z Downloaded cargo-platform v0.2.0
3392026-05-27T05:19:12.777Z Downloaded tabled_derive v0.7.0
3402026-05-27T05:19:12.777Z Downloaded toml_edit v0.22.27
3412026-05-27T05:19:12.780Z Downloaded url v2.5.8
3422026-05-27T05:19:12.783Z Downloaded serde-value v0.7.0
3432026-05-27T05:19:12.787Z Downloaded ordered-float v2.10.1
3442026-05-27T05:19:12.787Z Downloaded zerovec v0.11.5
3452026-05-27T05:19:12.790Z Downloaded cargo_toml v0.21.0
3462026-05-27T05:19:12.790Z Downloaded anstyle-parse v0.2.7
3472026-05-27T05:19:12.793Z Downloaded colorchoice v1.0.4
3482026-05-27T05:19:12.796Z Downloaded zerocopy v0.7.35
3492026-05-27T05:19:12.803Z Downloaded synstructure v0.13.2
3502026-05-27T05:19:12.806Z Downloaded winnow v0.7.14
3512026-05-27T05:19:12.809Z Downloaded sha2 v0.10.9
3522026-05-27T05:19:12.812Z Downloaded scroll v0.12.0
3532026-05-27T05:19:12.812Z Downloaded icu_normalizer v2.1.1
3542026-05-27T05:19:12.815Z Downloaded unicode-width v0.2.0
3552026-05-27T05:19:12.818Z Downloaded unicode-width v0.1.14
3562026-05-27T05:19:12.822Z Downloaded serde_tokenstream v0.2.3
3572026-05-27T05:19:12.822Z Downloaded camino-tempfile v1.4.1
3582026-05-27T05:19:12.822Z Downloaded bytecount v0.6.9
3592026-05-27T05:19:12.825Z Downloaded byteorder v1.5.0
3602026-05-27T05:19:12.838Z Downloaded erased-serde v0.4.9
3612026-05-27T05:19:12.841Z Downloaded anyhow v1.0.102
3622026-05-27T05:19:12.844Z Downloaded semver v1.0.28
3632026-05-27T05:19:12.847Z Downloaded quote v1.0.45
3642026-05-27T05:19:12.852Z Downloaded camino v1.2.2
3652026-05-27T05:19:12.852Z Downloaded bitflags v2.11.0
3662026-05-27T05:19:12.856Z Downloaded tempfile v3.25.0
3672026-05-27T05:19:12.860Z Downloaded once_cell v1.21.3
3682026-05-27T05:19:12.860Z Downloaded litemap v0.8.1
3692026-05-27T05:19:12.863Z Downloaded autocfg v1.5.0
3702026-05-27T05:19:12.866Z Downloaded pest_derive v2.8.6
3712026-05-27T05:19:12.869Z Downloaded serde_core v1.0.228
3722026-05-27T05:19:12.869Z Downloaded log v0.4.29
3732026-05-27T05:19:12.877Z Downloaded serde_derive v1.0.228
3742026-05-27T05:19:12.877Z Downloaded icu_provider v2.1.1
3752026-05-27T05:19:12.877Z Downloaded proc-macro2 v1.0.106
3762026-05-27T05:19:12.877Z Downloaded indexmap v2.14.0
3772026-05-27T05:19:12.881Z Downloaded clap v4.5.60
3782026-05-27T05:19:12.884Z Downloaded icu_properties v2.1.2
3792026-05-27T05:19:12.887Z Downloaded getrandom v0.4.1
3802026-05-27T05:19:12.887Z Downloaded icu_normalizer_data v2.1.1
3812026-05-27T05:19:12.893Z Downloaded papergrid v0.11.0
3822026-05-27T05:19:12.896Z Downloaded icu_locale_core v2.1.1
3832026-05-27T05:19:12.901Z Downloaded pest_meta v2.8.6
3842026-05-27T05:19:12.904Z Downloaded memchr v2.8.0
3852026-05-27T05:19:12.907Z Downloaded serde v1.0.228
3862026-05-27T05:19:12.913Z Downloaded icu_collections v2.1.1
3872026-05-27T05:19:12.947Z Downloaded pest v2.8.6
3882026-05-27T05:19:12.967Z Downloaded icu_properties_data v2.1.2
3892026-05-27T05:19:12.974Z Downloaded idna v1.1.0
3902026-05-27T05:19:12.978Z Downloaded hashbrown v0.17.0
3912026-05-27T05:19:12.978Z Downloaded serde_json v1.0.149
3922026-05-27T05:19:13.031Z Downloaded clap_builder v4.5.60
3932026-05-27T05:19:13.032Z Downloaded goblin v0.8.2
3942026-05-27T05:19:13.032Z Downloaded tabled v0.15.0
3952026-05-27T05:19:13.032Z Downloaded syn v1.0.109
3962026-05-27T05:19:13.032Z Downloaded rustix v1.1.3
3972026-05-27T05:19:13.032Z Downloaded syn v2.0.117
3982026-05-27T05:19:13.047Z Downloaded libc v0.2.185
3992026-05-27T05:19:13.113Z Compiling proc-macro2 v1.0.106
4002026-05-27T05:19:13.113Z Compiling unicode-ident v1.0.24
4012026-05-27T05:19:13.114Z Compiling quote v1.0.45
4022026-05-27T05:19:13.118Z Compiling serde_core v1.0.228
4032026-05-27T05:19:13.118Z Compiling libc v0.2.185
4042026-05-27T05:19:13.118Z Compiling version_check v0.9.5
4052026-05-27T05:19:13.118Z Compiling memchr v2.8.0
4062026-05-27T05:19:13.118Z Compiling stable_deref_trait v1.2.1
4072026-05-27T05:19:13.118Z Compiling serde v1.0.228
4082026-05-27T05:19:13.118Z Compiling zmij v1.0.21
4092026-05-27T05:19:13.301Z Compiling autocfg v1.5.0
4102026-05-27T05:19:13.310Z Compiling ucd-trie v0.1.7
4112026-05-27T05:19:13.313Z Compiling itoa v1.0.17
4122026-05-27T05:19:13.387Z Compiling thiserror v1.0.69
4132026-05-27T05:19:13.390Z Compiling litemap v0.8.1
4142026-05-27T05:19:13.495Z Compiling writeable v0.6.2
4152026-05-27T05:19:13.582Z Compiling icu_properties_data v2.1.2
4162026-05-27T05:19:13.582Z Compiling rustix v1.1.3
4172026-05-27T05:19:13.756Z Compiling byteorder v1.5.0
4182026-05-27T05:19:13.791Z Compiling icu_normalizer_data v2.1.1
4192026-05-27T05:19:13.794Z Compiling bitflags v2.11.0
4202026-05-27T05:19:13.846Z Compiling pest v2.8.6
4212026-05-27T05:19:13.916Z Compiling serde_json v1.0.149
4222026-05-27T05:19:13.989Z Compiling num-traits v0.2.19
4232026-05-27T05:19:14.043Z Compiling smallvec v1.15.1
4242026-05-27T05:19:14.078Z Compiling typeid v1.0.3
4252026-05-27T05:19:14.151Z Compiling equivalent v1.0.2
4262026-05-27T05:19:14.189Z Compiling hashbrown v0.17.0
4272026-05-27T05:19:14.207Z Compiling errno v0.3.14
4282026-05-27T05:19:14.295Z Compiling thread-id v4.2.2
4292026-05-27T05:19:14.301Z Compiling proc-macro-error-attr v1.0.4
4302026-05-27T05:19:14.301Z Compiling usdt-impl v0.5.0
4312026-05-27T05:19:14.366Z Compiling winnow v0.7.14
4322026-05-27T05:19:14.366Z Compiling toml_write v0.1.2
4332026-05-27T05:19:14.370Z Compiling erased-serde v0.4.9
4342026-05-27T05:19:14.370Z Compiling syn v1.0.109
4352026-05-27T05:19:14.456Z Compiling proc-macro-error v1.0.4
4362026-05-27T05:19:14.636Z Compiling getrandom v0.4.1
4372026-05-27T05:19:14.655Z Compiling utf8parse v0.2.2
4382026-05-27T05:19:14.683Z Compiling log v0.4.29
4392026-05-27T05:19:14.725Z Compiling indexmap v2.14.0
4402026-05-27T05:19:14.748Z Compiling utf8_iter v1.0.4
4412026-05-27T05:19:14.765Z Compiling percent-encoding v2.3.2
4422026-05-27T05:19:14.797Z Compiling syn v2.0.117
4432026-05-27T05:19:14.832Z Compiling plain v0.2.3
4442026-05-27T05:19:14.873Z Compiling camino v1.2.2
4452026-05-27T05:19:14.892Z Compiling thiserror v2.0.18
4462026-05-27T05:19:14.907Z Compiling pest_meta v2.8.6
4472026-05-27T05:19:14.926Z Compiling form_urlencoded v1.2.2
4482026-05-27T05:19:14.983Z Compiling anstyle-parse v0.2.7
4492026-05-27T05:19:15.146Z Compiling ordered-float v2.10.1
4502026-05-27T05:19:15.183Z Compiling colorchoice v1.0.4
4512026-05-27T05:19:15.186Z Compiling is_terminal_polyfill v1.70.2
4522026-05-27T05:19:15.219Z Compiling anstyle-query v1.1.5
4532026-05-27T05:19:15.295Z Compiling anstyle v1.0.13
4542026-05-27T05:19:15.316Z Compiling cfg-if v1.0.4
4552026-05-27T05:19:15.336Z Compiling terminal_size v0.4.3
4562026-05-27T05:19:15.356Z Compiling pretty-hex v0.4.1
4572026-05-27T05:19:15.393Z Compiling fs-err v3.3.0
4582026-05-27T05:19:15.451Z Compiling fnv v1.0.7
4592026-05-27T05:19:15.486Z Compiling anstream v0.6.21
4602026-05-27T05:19:15.505Z Compiling bytecount v0.6.9
4612026-05-27T05:19:15.522Z Compiling strsim v0.11.1
4622026-05-27T05:19:15.541Z Compiling fastrand v2.3.0
4632026-05-27T05:19:15.558Z Compiling anyhow v1.0.102
4642026-05-27T05:19:15.576Z Compiling heck v0.5.0
4652026-05-27T05:19:15.613Z Compiling heck v0.4.1
4662026-05-27T05:19:15.632Z Compiling unicode-width v0.1.14
4672026-05-27T05:19:15.649Z Compiling once_cell v1.21.3
4682026-05-27T05:19:15.670Z Compiling clap_lex v1.0.0
4692026-05-27T05:19:15.928Z Compiling semver v1.0.28
4702026-05-27T05:19:15.932Z Compiling unicode-xid v0.2.6
4712026-05-27T05:19:15.932Z Compiling papergrid v0.11.0
4722026-05-27T05:19:15.932Z Compiling clap_builder v4.5.60
4732026-05-27T05:19:16.024Z Compiling tempfile v3.25.0
4742026-05-27T05:19:16.027Z Compiling memmap v0.7.0
4752026-05-27T05:19:16.178Z Compiling unicode-linebreak v0.1.5
4762026-05-27T05:19:16.202Z Compiling unicode-width v0.2.0
4772026-05-27T05:19:16.250Z Compiling smawk v0.3.2
4782026-05-27T05:19:16.346Z Compiling serde-untagged v0.1.9
4792026-05-27T05:19:16.400Z Compiling camino-tempfile v1.4.1
4802026-05-27T05:19:16.440Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-27T05:19:16.458Z Compiling textwrap v0.16.2
4822026-05-27T05:19:16.495Z Compiling swrite v0.1.0
4832026-05-27T05:19:16.801Z Compiling tabled_derive v0.7.0
4842026-05-27T05:19:17.371Z Compiling synstructure v0.13.2
4852026-05-27T05:19:17.371Z Compiling pest_generator v2.8.6
4862026-05-27T05:19:17.465Z Compiling tabled v0.15.0
4872026-05-27T05:19:17.907Z Compiling serde_derive v1.0.228
4882026-05-27T05:19:17.910Z Compiling zerofrom-derive v0.1.6
4892026-05-27T05:19:17.911Z Compiling yoke-derive v0.8.1
4902026-05-27T05:19:17.911Z Compiling zerovec-derive v0.11.2
4912026-05-27T05:19:17.911Z Compiling displaydoc v0.2.5
4922026-05-27T05:19:17.911Z Compiling thiserror-impl v1.0.69
4932026-05-27T05:19:17.959Z Compiling zerocopy-derive v0.7.35
4942026-05-27T05:19:17.976Z Compiling scroll_derive v0.12.1
4952026-05-27T05:19:17.992Z Compiling thiserror-impl v2.0.18
4962026-05-27T05:19:18.010Z Compiling clap_derive v4.5.55
4972026-05-27T05:19:18.062Z Compiling pest_derive v2.8.6
4982026-05-27T05:19:18.656Z Compiling scroll v0.12.0
4992026-05-27T05:19:18.780Z Compiling zerocopy v0.7.35
5002026-05-27T05:19:18.875Z Compiling goblin v0.8.2
5012026-05-27T05:19:18.893Z Compiling zerofrom v0.1.6
5022026-05-27T05:19:19.004Z Compiling yoke v0.8.1
5032026-05-27T05:19:19.076Z Compiling dtrace-parser v0.2.0
5042026-05-27T05:19:19.160Z Compiling zerovec v0.11.5
5052026-05-27T05:19:19.160Z Compiling zerotrie v0.2.3
5062026-05-27T05:19:19.384Z Compiling clap v4.5.60
5072026-05-27T05:19:19.611Z Compiling tinystr v0.8.2
5082026-05-27T05:19:19.611Z Compiling potential_utf v0.1.4
5092026-05-27T05:19:19.718Z Compiling icu_collections v2.1.1
5102026-05-27T05:19:19.771Z Compiling icu_locale_core v2.1.1
5112026-05-27T05:19:20.297Z Compiling icu_provider v2.1.1
5122026-05-27T05:19:20.341Z Compiling dof v0.3.0
5132026-05-27T05:19:20.341Z Compiling serde_tokenstream v0.2.3
5142026-05-27T05:19:20.358Z Compiling serde_spanned v0.6.9
5152026-05-27T05:19:20.361Z Compiling toml_datetime v0.6.11
5162026-05-27T05:19:20.361Z Compiling serde-value v0.7.0
5172026-05-27T05:19:20.361Z Compiling cargo-platform v0.2.0
5182026-05-27T05:19:20.361Z Compiling macaddr v1.0.1
5192026-05-27T05:19:20.516Z Compiling icu_properties v2.1.2
5202026-05-27T05:19:20.516Z Compiling icu_normalizer v2.1.1
5212026-05-27T05:19:20.602Z Compiling toml_edit v0.22.27
5222026-05-27T05:19:21.090Z Compiling usdt-macro v0.5.0
5232026-05-27T05:19:21.093Z Compiling usdt-attr-macro v0.5.0
5242026-05-27T05:19:21.402Z Compiling idna_adapter v1.2.1
5252026-05-27T05:19:21.507Z Compiling idna v1.1.0
5262026-05-27T05:19:21.676Z Compiling usdt v0.5.0
5272026-05-27T05:19:21.764Z Compiling url v2.5.8
5282026-05-27T05:19:21.993Z Compiling toml v0.8.23
5292026-05-27T05:19:22.283Z Compiling cargo-util-schemas v0.8.2
5302026-05-27T05:19:22.288Z Compiling cargo_toml v0.21.0
5312026-05-27T05:19:23.046Z Compiling cargo_metadata v0.21.0
5322026-05-27T05:19:23.957Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-27T05:19:26.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.18s
5342026-05-27T05:19:26.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-27T05:19:26.874Z Downloading crates ...
5362026-05-27T05:19:26.970Z Downloaded atomic-waker v1.1.2
5372026-05-27T05:19:26.976Z Downloaded backoff v0.4.0
5382026-05-27T05:19:26.979Z Downloaded ahash v0.8.12
5392026-05-27T05:19:26.983Z Downloaded console v0.15.11
5402026-05-27T05:19:26.986Z Downloaded colored v3.1.1
5412026-05-27T05:19:26.986Z Downloaded crossbeam-epoch v0.9.18
5422026-05-27T05:19:26.989Z Downloaded crc32fast v1.5.0
5432026-05-27T05:19:26.989Z Downloaded async-stream v0.3.6
5442026-05-27T05:19:26.992Z Downloaded camino-tempfile-ext v0.3.3
5452026-05-27T05:19:26.992Z Downloaded float-ord v0.3.2
5462026-05-27T05:19:26.992Z Downloaded defmt v1.0.1
5472026-05-27T05:19:26.995Z Downloaded bitfield-struct v0.6.2
5482026-05-27T05:19:26.995Z Downloaded async-stream-impl v0.3.6
5492026-05-27T05:19:26.998Z Downloaded bit-vec v0.6.3
5502026-05-27T05:19:26.998Z Downloaded arrayref v0.3.9
5512026-05-27T05:19:26.998Z Downloaded defmt-macros v1.0.1
5522026-05-27T05:19:27.002Z Downloaded crossbeam-utils v0.8.21
5532026-05-27T05:19:27.002Z Downloaded darling_macro v0.23.0
5542026-05-27T05:19:27.005Z Downloaded debug-ignore v1.0.5
5552026-05-27T05:19:27.005Z Downloaded darling_macro v0.21.3
5562026-05-27T05:19:27.005Z Downloaded bcs v0.1.6
5572026-05-27T05:19:27.009Z Downloaded dof v0.4.0
5582026-05-27T05:19:27.009Z Downloaded aead v0.5.2
5592026-05-27T05:19:27.009Z Downloaded defmt v0.3.100
5602026-05-27T05:19:27.009Z Downloaded ascii-canvas v3.0.0
5612026-05-27T05:19:27.009Z Downloaded env_logger v0.11.9
5622026-05-27T05:19:27.012Z Downloaded bitfield v0.19.4
5632026-05-27T05:19:27.012Z Downloaded der_derive v0.7.3
5642026-05-27T05:19:27.015Z Downloaded data-encoding v2.10.0
5652026-05-27T05:19:27.015Z Downloaded colored v2.2.0
5662026-05-27T05:19:27.018Z Downloaded crc8 v0.1.1
5672026-05-27T05:19:27.018Z Downloaded bit-vec v0.8.0
5682026-05-27T05:19:27.018Z Downloaded crossbeam-deque v0.8.6
5692026-05-27T05:19:27.018Z Downloaded defmt-parser v1.0.0
5702026-05-27T05:19:27.021Z Downloaded arrayvec v0.7.6
5712026-05-27T05:19:27.021Z Downloaded critical-section v1.2.0
5722026-05-27T05:19:27.025Z Downloaded adler2 v2.0.1
5732026-05-27T05:19:27.025Z Downloaded async-recursion v1.1.1
5742026-05-27T05:19:27.025Z Downloaded atty v0.2.14
5752026-05-27T05:19:27.029Z Downloaded array-init v0.0.4
5762026-05-27T05:19:27.029Z Downloaded aes-gcm v0.10.3
5772026-05-27T05:19:27.033Z Downloaded curve25519-dalek v4.1.3
5782026-05-27T05:19:27.039Z Downloaded filetime v0.2.27
5792026-05-27T05:19:27.045Z Downloaded float-cmp v0.10.0
5802026-05-27T05:19:27.045Z Downloaded bit-set v0.8.0
5812026-05-27T05:19:27.045Z Downloaded fixedbitset v0.5.7
5822026-05-27T05:19:27.045Z Downloaded flagset v0.4.7
5832026-05-27T05:19:27.048Z Downloaded erased-serde v0.3.31
5842026-05-27T05:19:27.049Z Downloaded der v0.7.10
5852026-05-27T05:19:27.049Z Downloaded crossbeam-channel v0.5.15
5862026-05-27T05:19:27.052Z Downloaded embedded-io v0.6.1
5872026-05-27T05:19:27.052Z Downloaded embedded-io v0.4.0
5882026-05-27T05:19:27.052Z Downloaded dtrace-parser v0.3.0
5892026-05-27T05:19:27.055Z Downloaded base16ct v0.2.0
5902026-05-27T05:19:27.055Z Downloaded cstr-argument v0.1.2
5912026-05-27T05:19:27.055Z Downloaded crucible-workspace-hack v0.1.0
5922026-05-27T05:19:27.055Z Downloaded ciborium-io v0.2.2
5932026-05-27T05:19:27.058Z Downloaded endian-type v0.1.2
5942026-05-27T05:19:27.058Z Downloaded darling_macro v0.20.11
5952026-05-27T05:19:27.058Z Downloaded dyn-clone v1.0.20
5962026-05-27T05:19:27.061Z Downloaded document-features v0.2.12
5972026-05-27T05:19:27.061Z Downloaded async-bb8-diesel v0.2.1
5982026-05-27T05:19:27.061Z Downloaded bitflags v1.3.2
5992026-05-27T05:19:27.065Z Downloaded darling_macro v0.13.4
6002026-05-27T05:19:27.065Z Downloaded curve25519-dalek-derive v0.1.1
6012026-05-27T05:19:27.065Z Downloaded display-error-chain v0.2.2
6022026-05-27T05:19:27.068Z Downloaded downcast-rs v2.0.2
6032026-05-27T05:19:27.068Z Downloaded cpufeatures v0.3.0
6042026-05-27T05:19:27.068Z Downloaded convert_case v0.10.0
6052026-05-27T05:19:27.071Z Downloaded cexpr v0.6.0
6062026-05-27T05:19:27.071Z Downloaded bitfield-macros v0.19.4
6072026-05-27T05:19:27.071Z Downloaded cobs v0.3.0
6082026-05-27T05:19:27.078Z Downloaded base64ct v1.8.3
6092026-05-27T05:19:27.078Z Downloaded compression-core v0.4.31
6102026-05-27T05:19:27.078Z Downloaded ciborium-ll v0.2.2
6112026-05-27T05:19:27.081Z Downloaded block-padding v0.3.3
6122026-05-27T05:19:27.081Z Downloaded async-trait v0.1.89
6132026-05-27T05:19:27.081Z Downloaded dropshot-api-manager-types v0.7.2
6142026-05-27T05:19:27.081Z Downloaded fd-lock v4.0.4
6152026-05-27T05:19:27.081Z Downloaded cargo-platform v0.3.2
6162026-05-27T05:19:27.085Z Downloaded bcrypt-pbkdf v0.10.0
6172026-05-27T05:19:27.085Z Downloaded atomicwrites v0.4.4
6182026-05-27T05:19:27.085Z Downloaded dirs-next v2.0.0
6192026-05-27T05:19:27.085Z Downloaded crunchy v0.2.4
6202026-05-27T05:19:27.085Z Downloaded dsl_auto_type v0.2.0
6212026-05-27T05:19:27.088Z Downloaded dunce v1.0.5
6222026-05-27T05:19:27.088Z Downloaded dirs-sys-next v0.1.2
6232026-05-27T05:19:27.088Z Downloaded difflib v0.4.0
6242026-05-27T05:19:27.088Z Downloaded convert_case v0.4.0
6252026-05-27T05:19:27.092Z Downloaded cfg_aliases v0.1.1
6262026-05-27T05:19:27.092Z Downloaded cfg_aliases v0.2.1
6272026-05-27T05:19:27.092Z Downloaded assert_matches v1.5.0
6282026-05-27T05:19:27.092Z Downloaded bit-set v0.5.3
6292026-05-27T05:19:27.095Z Downloaded foreign-types v0.3.2
6302026-05-27T05:19:27.095Z Downloaded foreign-types-shared v0.1.1
6312026-05-27T05:19:27.095Z Downloaded funty v2.0.0
6322026-05-27T05:19:27.095Z Downloaded enum-as-inner v0.6.1
6332026-05-27T05:19:27.098Z Downloaded ghash v0.5.1
6342026-05-27T05:19:27.098Z Downloaded futures-sink v0.3.32
6352026-05-27T05:19:27.098Z Downloaded foreign-types-macros v0.2.3
6362026-05-27T05:19:27.098Z Downloaded foreign-types v0.5.0
6372026-05-27T05:19:27.098Z Downloaded futures-core v0.3.32
6382026-05-27T05:19:27.102Z Downloaded foreign-types-shared v0.3.1
6392026-05-27T05:19:27.102Z Downloaded const_format_proc_macros v0.2.34
6402026-05-27T05:19:27.102Z Downloaded castaway v0.2.4
6412026-05-27T05:19:27.107Z Downloaded buf-list v1.1.2
6422026-05-27T05:19:27.107Z Downloaded ff v0.13.1
6432026-05-27T05:19:27.107Z Downloaded either v1.15.0
6442026-05-27T05:19:27.111Z Downloaded csv-core v0.1.13
6452026-05-27T05:19:27.113Z Downloaded crc v3.4.0
6462026-05-27T05:19:27.113Z Downloaded base64 v0.22.1
6472026-05-27T05:19:27.116Z Downloaded blowfish v0.9.1
6482026-05-27T05:19:27.116Z Downloaded futures-io v0.3.32
6492026-05-27T05:19:27.116Z Downloaded chacha20 v0.9.1
6502026-05-27T05:19:27.116Z Downloaded gethostname v0.5.0
6512026-05-27T05:19:27.116Z Downloaded git-stub v1.0.0
6522026-05-27T05:19:27.116Z Downloaded fxhash v0.2.1
6532026-05-27T05:19:27.119Z Downloaded constant_time_eq v0.4.2
6542026-05-27T05:19:27.119Z Downloaded cassowary v0.3.0
6552026-05-27T05:19:27.119Z Downloaded darling v0.13.4
6562026-05-27T05:19:27.122Z Downloaded hash32 v0.2.1
6572026-05-27T05:19:27.122Z Downloaded futures-macro v0.3.32
6582026-05-27T05:19:27.123Z Downloaded bzip2 v0.4.4
6592026-05-27T05:19:27.127Z Downloaded hash32 v0.3.1
6602026-05-27T05:19:27.127Z Downloaded hex-literal v0.4.1
6612026-05-27T05:19:27.127Z Downloaded hex v0.4.3
6622026-05-27T05:19:27.130Z Downloaded backon v1.6.0
6632026-05-27T05:19:27.130Z Downloaded headers-core v0.3.0
6642026-05-27T05:19:27.130Z Downloaded cbc v0.1.2
6652026-05-27T05:19:27.130Z Downloaded cargo_metadata v0.23.1
6662026-05-27T05:19:27.133Z Downloaded globwalk v0.9.1
6672026-05-27T05:19:27.134Z Downloaded byte-wrapper v0.1.0
6682026-05-27T05:19:27.134Z Downloaded home v0.5.12
6692026-05-27T05:19:27.138Z Downloaded argon2 v0.5.3
6702026-05-27T05:19:27.138Z Downloaded crc-catalog v2.4.0
6712026-05-27T05:19:27.138Z Downloaded derive_builder_macro v0.20.2
6722026-05-27T05:19:27.143Z Downloaded fixedbitset v0.4.2
6732026-05-27T05:19:27.143Z Downloaded http-body v1.0.1
6742026-05-27T05:19:27.143Z Downloaded compression-codecs v0.4.37
6752026-05-27T05:19:27.146Z Downloaded hostname v0.4.2
6762026-05-27T05:19:27.146Z Downloaded hostname v0.3.1
6772026-05-27T05:19:27.146Z Downloaded ecdsa v0.16.9
6782026-05-27T05:19:27.146Z Downloaded ed25519 v2.2.3
6792026-05-27T05:19:27.149Z Downloaded foldhash v0.2.0
6802026-05-27T05:19:27.149Z Downloaded fallible-iterator v0.2.0
6812026-05-27T05:19:27.149Z Downloaded env_filter v1.0.0
6822026-05-27T05:19:27.153Z Downloaded derive-ex v0.1.8
6832026-05-27T05:19:27.153Z Downloaded cmake v0.1.57
6842026-05-27T05:19:27.153Z Downloaded cipher v0.4.4
6852026-05-27T05:19:27.156Z Downloaded git-stub-vcs v0.1.0
6862026-05-27T05:19:27.156Z Downloaded ena v0.14.4
6872026-05-27T05:19:27.156Z Downloaded derive_builder_core v0.20.2
6882026-05-27T05:19:27.159Z Downloaded hubpack_derive v0.1.1
6892026-05-27T05:19:27.159Z Downloaded http-range v0.1.5
6902026-05-27T05:19:27.159Z Downloaded httpdate v1.0.3
6912026-05-27T05:19:27.159Z Downloaded find-msvc-tools v0.1.9
6922026-05-27T05:19:27.162Z Downloaded diesel-dtrace v0.5.0
6932026-05-27T05:19:27.162Z Downloaded diesel_table_macro_syntax v0.3.0
6942026-05-27T05:19:27.162Z Downloaded bb8 v0.8.6
6952026-05-27T05:19:27.165Z Downloaded const-oid v0.9.6
6962026-05-27T05:19:27.165Z Downloaded clang-sys v1.8.1
6972026-05-27T05:19:27.168Z Downloaded console v0.16.2
6982026-05-27T05:19:27.169Z Downloaded ciborium v0.2.2
6992026-05-27T05:19:27.172Z Downloaded futures-task v0.3.32
7002026-05-27T05:19:27.172Z Downloaded indent_write v2.2.0
7012026-05-27T05:19:27.172Z Downloaded illumos-nvpair v0.3.0
7022026-05-27T05:19:27.172Z Downloaded fs_extra v1.3.0
7032026-05-27T05:19:27.175Z Downloaded foldhash v0.1.5
7042026-05-27T05:19:27.175Z Downloaded chacha20 v0.10.0
7052026-05-27T05:19:27.179Z Downloaded cancel-safe-futures v0.1.5
7062026-05-27T05:19:27.179Z Downloaded illumos-nvpair-sys v0.2.0
7072026-05-27T05:19:27.179Z Downloaded ident_case v1.0.1
7082026-05-27T05:19:27.179Z Downloaded indoc v1.0.9
7092026-05-27T05:19:27.182Z Downloaded is_ci v1.2.0
7102026-05-27T05:19:27.182Z Downloaded internet-checksum v0.2.1
7112026-05-27T05:19:27.182Z Downloaded futures-executor v0.3.32
7122026-05-27T05:19:27.185Z Downloaded fs-err v2.11.0
7132026-05-27T05:19:27.185Z Downloaded is-terminal v0.4.17
7142026-05-27T05:19:27.185Z Downloaded daft-derive v0.1.7
7152026-05-27T05:19:27.189Z Downloaded kstat-rs v0.2.4
7162026-05-27T05:19:27.189Z Downloaded keccak v0.1.6
7172026-05-27T05:19:27.192Z Downloaded globset v0.4.18
7182026-05-27T05:19:27.192Z Downloaded glob v0.3.3
7192026-05-27T05:19:27.192Z Downloaded daft v0.1.7
7202026-05-27T05:19:27.196Z Downloaded highway v1.3.0
7212026-05-27T05:19:27.196Z Downloaded group v0.13.0
7222026-05-27T05:19:27.196Z Downloaded instant v0.1.13
7232026-05-27T05:19:27.199Z Downloaded instability v0.3.11
7242026-05-27T05:19:27.202Z Downloaded lalrpop-util v0.19.12
7252026-05-27T05:19:27.205Z Downloaded libscf-sys v1.1.0
7262026-05-27T05:19:27.208Z Downloaded managed v0.8.0
7272026-05-27T05:19:27.208Z Downloaded linked-hash-map v0.5.6
7282026-05-27T05:19:27.209Z Downloaded cookie v0.18.1
7292026-05-27T05:19:27.213Z Downloaded darling v0.21.3
7302026-05-27T05:19:27.216Z Downloaded http-body-util v0.1.3
7312026-05-27T05:19:27.219Z Downloaded hubpack v0.1.2
7322026-05-27T05:19:27.223Z Downloaded lru-cache v0.1.2
7332026-05-27T05:19:27.223Z Downloaded des v0.8.1
7342026-05-27T05:19:27.227Z Downloaded darling v0.20.11
7352026-05-27T05:19:27.227Z Downloaded cookie_store v0.22.1
7362026-05-27T05:19:27.230Z Downloaded blake2 v0.10.6
7372026-05-27T05:19:27.230Z Downloaded diff v0.1.13
7382026-05-27T05:19:27.233Z Downloaded humantime v2.3.0
7392026-05-27T05:19:27.233Z Downloaded hyper-tls v0.6.0
7402026-05-27T05:19:27.233Z Downloaded md-5 v0.10.6
7412026-05-27T05:19:27.236Z Downloaded maplit v1.0.2
7422026-05-27T05:19:27.236Z Downloaded md5 v0.7.0
7432026-05-27T05:19:27.236Z Downloaded memoffset v0.9.1
7442026-05-27T05:19:27.239Z Downloaded match_cfg v0.1.0
7452026-05-27T05:19:27.239Z Downloaded lzss v0.8.2
7462026-05-27T05:19:27.239Z Downloaded lru-slab v0.1.2
7472026-05-27T05:19:27.240Z Downloaded newline-converter v0.3.0
7482026-05-27T05:19:27.242Z Downloaded mime v0.3.17
7492026-05-27T05:19:27.242Z Downloaded futures-channel v0.3.32
7502026-05-27T05:19:27.242Z Downloaded impl-trait-for-tuples v0.2.3
7512026-05-27T05:19:27.247Z Downloaded inout v0.1.4
7522026-05-27T05:19:27.247Z Downloaded hyper-staticfile v0.10.1
7532026-05-27T05:19:27.250Z Downloaded newtype-uuid-macros v0.1.0
7542026-05-27T05:19:27.250Z Downloaded nibble_vec v0.1.0
7552026-05-27T05:19:27.250Z Downloaded lazy_static v1.5.0
7562026-05-27T05:19:27.250Z Downloaded jobserver v0.1.34
7572026-05-27T05:19:27.254Z Downloaded libefi-sys v0.1.0
7582026-05-27T05:19:27.254Z Downloaded ipnet v2.11.0
7592026-05-27T05:19:27.254Z Downloaded normalize-line-endings v0.3.0
7602026-05-27T05:19:27.257Z Downloaded nodrop v0.1.14
7612026-05-27T05:19:27.257Z Downloaded ingot v0.1.1
7622026-05-27T05:19:27.257Z Downloaded ingot-types v0.1.2
7632026-05-27T05:19:27.257Z Downloaded newtype_derive v0.1.6
7642026-05-27T05:19:27.262Z Downloaded nonempty v0.12.0
7652026-05-27T05:19:27.262Z Downloaded new_debug_unreachable v1.0.6
7662026-05-27T05:19:27.262Z Downloaded num-conv v0.2.0
7672026-05-27T05:19:27.262Z Downloaded multimap v0.10.1
7682026-05-27T05:19:27.265Z Downloaded num-derive v0.4.2
7692026-05-27T05:19:27.265Z Downloaded deranged v0.5.8
7702026-05-27T05:19:27.265Z Downloaded darling v0.23.0
7712026-05-27T05:19:27.268Z Downloaded num-iter v0.1.45
7722026-05-27T05:19:27.268Z Downloaded num_enum_derive v0.5.11
7732026-05-27T05:19:27.271Z Downloaded num-derive v0.3.3
7742026-05-27T05:19:27.271Z Downloaded fatfs v0.3.6
7752026-05-27T05:19:27.274Z Downloaded indoc v2.0.7
7762026-05-27T05:19:27.274Z Downloaded libsw v3.5.0
7772026-05-27T05:19:27.278Z Downloaded bzip2 v0.6.1
7782026-05-27T05:19:27.278Z Downloaded ipnetwork v0.21.1
7792026-05-27T05:19:27.278Z Downloaded corncobs v0.1.4
7802026-05-27T05:19:27.281Z Downloaded lru v0.12.5
7812026-05-27T05:19:27.281Z Downloaded num v0.4.3
7822026-05-27T05:19:27.281Z Downloaded libloading v0.8.9
7832026-05-27T05:19:27.284Z Downloaded hmac v0.12.1
7842026-05-27T05:19:27.284Z Downloaded ctr v0.9.2
7852026-05-27T05:19:27.287Z Downloaded dropshot_endpoint v0.17.0
7862026-05-27T05:19:27.290Z Downloaded drift v0.2.0
7872026-05-27T05:19:27.295Z Downloaded httparse v1.10.1
7882026-05-27T05:19:27.299Z Downloaded futures v0.3.32
7892026-05-27T05:19:27.302Z Downloaded num_threads v0.1.7
7902026-05-27T05:19:27.302Z Downloaded derive_builder v0.20.2
7912026-05-27T05:19:27.305Z Downloaded openssl-macros v0.1.1
7922026-05-27T05:19:27.305Z Downloaded opaque-debug v0.3.1
7932026-05-27T05:19:27.308Z Downloaded derive-where v1.6.0
7942026-05-27T05:19:27.308Z Downloaded oso-derive v0.27.3
7952026-05-27T05:19:27.314Z Downloaded openssl-probe v0.1.6
7962026-05-27T05:19:27.314Z Downloaded mime_guess v2.0.5
7972026-05-27T05:19:27.317Z Downloaded newtype-uuid v1.3.2
7982026-05-27T05:19:27.317Z Downloaded half v1.8.3
7992026-05-27T05:19:27.317Z Downloaded maybe-uninit v2.0.0
8002026-05-27T05:19:27.317Z Downloaded ingot-macros v0.1.1
8012026-05-27T05:19:27.317Z Downloaded lock_api v0.4.14
8022026-05-27T05:19:27.320Z Downloaded linear-map v1.2.0
8032026-05-27T05:19:27.320Z Downloaded parse-display v0.10.0
8042026-05-27T05:19:27.320Z Downloaded packed_struct_codegen v0.10.1
8052026-05-27T05:19:27.324Z Downloaded multer v3.1.0
8062026-05-27T05:19:27.324Z Downloaded openssl-probe v0.2.1
8072026-05-27T05:19:27.327Z Downloaded iana-time-zone v0.1.65
8082026-05-27T05:19:27.327Z Downloaded hyper-rustls v0.27.7
8092026-05-27T05:19:27.334Z Downloaded nu-ansi-term v0.50.3
8102026-05-27T05:19:27.334Z Downloaded num-complex v0.4.6
8112026-05-27T05:19:27.334Z Downloaded getrandom v0.3.4
8122026-05-27T05:19:27.337Z Downloaded getrandom v0.2.17
8132026-05-27T05:19:27.338Z Downloaded peg-runtime v0.8.5
8142026-05-27T05:19:27.338Z Downloaded path-slash v0.1.5
8152026-05-27T05:19:27.341Z Downloaded parse-size v1.1.0
8162026-05-27T05:19:27.341Z Downloaded darling_core v0.13.4
8172026-05-27T05:19:27.344Z Downloaded olpc-cjson v0.1.4
8182026-05-27T05:19:27.344Z Downloaded phf_shared v0.13.1
8192026-05-27T05:19:27.344Z Downloaded num_enum v0.5.11
8202026-05-27T05:19:27.349Z Downloaded pbkdf2 v0.11.0
8212026-05-27T05:19:27.353Z Downloaded libsw-core v0.3.2
8222026-05-27T05:19:27.353Z Downloaded bytes v1.11.1
8232026-05-27T05:19:27.356Z Downloaded phf_shared v0.11.3
8242026-05-27T05:19:27.356Z Downloaded arc-swap v1.8.2
8252026-05-27T05:19:27.359Z Downloaded crc-any v2.5.0
8262026-05-27T05:19:27.360Z Downloaded num_enum_derive v0.7.5
8272026-05-27T05:19:27.363Z Downloaded num-rational v0.4.2
8282026-05-27T05:19:27.363Z Downloaded derive_more v0.99.20
8292026-05-27T05:19:27.366Z Downloaded elliptic-curve v0.13.8
8302026-05-27T05:19:27.369Z Downloaded flume v0.11.1
8312026-05-27T05:19:27.373Z Downloaded num_enum v0.7.5
8322026-05-27T05:19:27.376Z Downloaded pin-utils v0.1.0
8332026-05-27T05:19:27.376Z Downloaded aes v0.8.4
8342026-05-27T05:19:27.379Z Downloaded memmap2 v0.9.10
8352026-05-27T05:19:27.379Z Downloaded powerfmt v0.2.0
8362026-05-27T05:19:27.383Z Downloaded ignore v0.4.25
8372026-05-27T05:19:27.383Z Downloaded native-tls v0.2.18
8382026-05-27T05:19:27.383Z Downloaded nanorand v0.7.0
8392026-05-27T05:19:27.386Z Downloaded predicates-tree v1.0.13
8402026-05-27T05:19:27.401Z Downloaded progenitor-client v0.14.0
8412026-05-27T05:19:27.405Z Downloaded progenitor-client v0.11.2
8422026-05-27T05:19:27.405Z Downloaded progenitor-client v0.10.0
8432026-05-27T05:19:27.405Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-05-27T05:19:27.405Z Downloaded proc-macro-crate v1.3.1
8452026-05-27T05:19:27.408Z Downloaded packed_struct v0.10.1
8462026-05-27T05:19:27.408Z Downloaded oxnet v0.1.4
8472026-05-27T05:19:27.408Z Downloaded pem v3.0.6
8482026-05-27T05:19:27.412Z Downloaded psl-types v2.0.11
8492026-05-27T05:19:27.412Z Downloaded pem-rfc7468 v0.7.0
8502026-05-27T05:19:27.412Z Downloaded half v2.7.1
8512026-05-27T05:19:27.416Z Downloaded peg v0.8.5
8522026-05-27T05:19:27.420Z Downloaded headers v0.4.1
8532026-05-27T05:19:27.424Z Downloaded ar_archive_writer v0.5.1
8542026-05-27T05:19:27.424Z Downloaded heapless v0.8.0
8552026-05-27T05:19:27.427Z Downloaded peg-macros v0.8.5
8562026-05-27T05:19:27.427Z Downloaded paste v1.0.15
8572026-05-27T05:19:27.432Z Downloaded quick-error v1.2.3
8582026-05-27T05:19:27.435Z Downloaded crypto-bigint v0.5.5
8592026-05-27T05:19:27.435Z Downloaded pkg-config v0.3.32
8602026-05-27T05:19:27.443Z Downloaded poly1305 v0.8.0
8612026-05-27T05:19:27.443Z Downloaded radium v0.7.0
8622026-05-27T05:19:27.447Z Downloaded async-compression v0.4.41
8632026-05-27T05:19:27.447Z Downloaded pkcs8 v0.10.2
8642026-05-27T05:19:27.447Z Downloaded rand_chacha v0.3.1
8652026-05-27T05:19:27.452Z Downloaded predicates v3.1.4
8662026-05-27T05:19:27.452Z Downloaded ppv-lite86 v0.2.21
8672026-05-27T05:19:27.452Z Downloaded pin-project-lite v0.2.17
8682026-05-27T05:19:27.456Z Downloaded primeorder v0.13.6
8692026-05-27T05:19:27.456Z Downloaded postgres-protocol v0.6.10
8702026-05-27T05:19:27.456Z Downloaded polyval v0.6.2
8712026-05-27T05:19:27.462Z Downloaded derive_more v2.1.1
8722026-05-27T05:19:27.465Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-05-27T05:19:27.469Z Downloaded ref-cast-impl v1.0.25
8742026-05-27T05:19:27.469Z Downloaded recursive v0.1.1
8752026-05-27T05:19:27.469Z Downloaded ref-cast v1.0.25
8762026-05-27T05:19:27.476Z Downloaded rfc6979 v0.4.0
8772026-05-27T05:19:27.476Z Downloaded rand_xorshift v0.4.0
8782026-05-27T05:19:27.476Z Downloaded progenitor v0.11.2
8792026-05-27T05:19:27.479Z Downloaded proc-macro-crate v3.4.0
8802026-05-27T05:19:27.479Z Downloaded progenitor-extras v0.2.0
8812026-05-27T05:19:27.479Z Downloaded progenitor-client v0.13.0
8822026-05-27T05:19:27.479Z Downloaded indicatif v0.18.4
8832026-05-27T05:19:27.479Z Downloaded heapless v0.7.17
8842026-05-27T05:19:27.483Z Downloaded progenitor v0.14.0
8852026-05-27T05:19:27.486Z Downloaded hickory-resolver v0.24.4
8862026-05-27T05:19:27.486Z Downloaded progenitor v0.13.0
8872026-05-27T05:19:27.490Z Downloaded proc-macro-error2 v2.0.1
8882026-05-27T05:19:27.494Z Downloaded parking_lot_core v0.9.12
8892026-05-27T05:19:27.494Z Downloaded parking_lot_core v0.8.6
8902026-05-27T05:19:27.494Z Downloaded psm v0.1.30
8912026-05-27T05:19:27.497Z Downloaded russh-cryptovec v0.7.3
8922026-05-27T05:19:27.498Z Downloaded rtoolbox v0.0.3
8932026-05-27T05:19:27.498Z Downloaded phf v0.13.1
8942026-05-27T05:19:27.498Z Downloaded progenitor-macro v0.13.0
8952026-05-27T05:19:27.502Z Downloaded parking_lot v0.12.5
8962026-05-27T05:19:27.503Z Downloaded postcard v1.1.3
8972026-05-27T05:19:27.509Z Downloaded expectorate v1.2.0
8982026-05-27T05:19:27.509Z Downloaded r2d2 v0.8.10
8992026-05-27T05:19:27.509Z Downloaded ed25519-dalek v2.2.0
9002026-05-27T05:19:27.512Z Downloaded rustc_version v0.4.1
9012026-05-27T05:19:27.512Z Downloaded rustc_version v0.1.7
9022026-05-27T05:19:27.513Z Downloaded rustc-hash v2.1.1
9032026-05-27T05:19:27.513Z Downloaded diesel_derives v2.3.7
9042026-05-27T05:19:27.517Z Downloaded rand_seeder v0.4.0
9052026-05-27T05:19:27.517Z Downloaded rand_core v0.10.0
9062026-05-27T05:19:27.521Z Downloaded rand_core v0.9.5
9072026-05-27T05:19:27.521Z Downloaded rand_core v0.6.4
9082026-05-27T05:19:27.521Z Downloaded rand_chacha v0.9.0
9092026-05-27T05:19:27.524Z Downloaded postgres-types v0.2.12
9102026-05-27T05:19:27.524Z Downloaded scheduled-thread-pool v0.2.7
9112026-05-27T05:19:27.524Z Downloaded salsa20 v0.10.2
9122026-05-27T05:19:27.529Z Downloaded omicron-zone-package v0.12.2
9132026-05-27T05:19:27.529Z Downloaded miniz_oxide v0.8.9
9142026-05-27T05:19:27.532Z Downloaded jiff-static v0.2.21
9152026-05-27T05:19:27.532Z Downloaded oso v0.27.3
9162026-05-27T05:19:27.535Z Downloaded derive_more-impl v2.1.1
9172026-05-27T05:19:27.538Z Downloaded scrypt v0.11.0
9182026-05-27T05:19:27.538Z Downloaded sapling-renderdag v0.1.0
9192026-05-27T05:19:27.545Z Downloaded scopeguard v1.2.0
9202026-05-27T05:19:27.545Z Downloaded secrecy v0.8.0
9212026-05-27T05:19:27.545Z Downloaded scroll_derive v0.13.1
9222026-05-27T05:19:27.551Z Downloaded serde_bytes v0.11.19
9232026-05-27T05:19:27.551Z Downloaded serde-big-array v0.5.1
9242026-05-27T05:19:27.552Z Downloaded seq-macro v0.3.6
9252026-05-27T05:19:27.552Z Downloaded serde_plain v1.0.2
9262026-05-27T05:19:27.552Z Downloaded semver v0.1.20
9272026-05-27T05:19:27.552Z Downloaded secrecy v0.10.3
9282026-05-27T05:19:27.552Z Downloaded pin-project v1.1.11
9292026-05-27T05:19:27.556Z Downloaded http v1.4.0
9302026-05-27T05:19:27.560Z Downloaded hickory-resolver v0.25.2
9312026-05-27T05:19:27.564Z Downloaded resolv-conf v0.7.6
9322026-05-27T05:19:27.564Z Downloaded serde_urlencoded v0.7.1
9332026-05-27T05:19:27.567Z Downloaded serde_spanned v1.0.4
9342026-05-27T05:19:27.567Z Downloaded serde_repr v0.1.20
9352026-05-27T05:19:27.567Z Downloaded same-file v1.0.6
9362026-05-27T05:19:27.570Z Downloaded pkcs5 v0.7.1
9372026-05-27T05:19:27.574Z Downloaded pkcs1 v0.7.5
9382026-05-27T05:19:27.574Z Downloaded parking_lot v0.11.2
9392026-05-27T05:19:27.577Z Downloaded pin-project-internal v1.1.11
9402026-05-27T05:19:27.577Z Downloaded sha1 v0.10.6
9412026-05-27T05:19:27.577Z Downloaded quinn-udp v0.5.14
9422026-05-27T05:19:27.583Z Downloaded sigpipe v0.1.3
9432026-05-27T05:19:27.583Z Downloaded rusty-fork v0.3.1
9442026-05-27T05:19:27.583Z Downloaded signature v2.2.0
9452026-05-27T05:19:27.583Z Downloaded rustls-native-certs v0.8.3
9462026-05-27T05:19:27.586Z Downloaded signal-hook-tokio v0.3.1
9472026-05-27T05:19:27.586Z Downloaded rustls-pemfile v1.0.4
9482026-05-27T05:19:27.586Z Downloaded openssl-sys v0.9.115
9492026-05-27T05:19:27.589Z Downloaded siphasher v1.0.2
9502026-05-27T05:19:27.594Z Downloaded shell-words v1.1.1
9512026-05-27T05:19:27.594Z Downloaded rustls-pemfile v2.2.0
9522026-05-27T05:19:27.594Z Downloaded phf v0.12.1
9532026-05-27T05:19:27.598Z Downloaded progenitor-macro v0.14.0
9542026-05-27T05:19:27.598Z Downloaded p256 v0.13.2
9552026-05-27T05:19:27.598Z Downloaded hashbrown v0.13.2
9562026-05-27T05:19:27.603Z Downloaded rustversion v1.0.22
9572026-05-27T05:19:27.603Z Downloaded minimal-lexical v0.2.1
9582026-05-27T05:19:27.607Z Downloaded serde-hex v0.1.0
9592026-05-27T05:19:27.607Z Downloaded prefix-trie v0.7.0
9602026-05-27T05:19:27.611Z Downloaded papergrid v0.17.0
9612026-05-27T05:19:27.614Z Downloaded schemars_derive v0.8.22
9622026-05-27T05:19:27.614Z Downloaded slog-bunyan v2.5.0
9632026-05-27T05:19:27.614Z Downloaded sec1 v0.7.3
9642026-05-27T05:19:27.617Z Downloaded sct v0.7.1
9652026-05-27T05:19:27.617Z Downloaded scroll v0.13.0
9662026-05-27T05:19:27.621Z Downloaded serde_path_to_error v0.1.20
9672026-05-27T05:19:27.621Z Downloaded progenitor-impl v0.11.2
9682026-05-27T05:19:27.624Z Downloaded serde_derive_internals v0.29.1
9692026-05-27T05:19:27.624Z Downloaded hyper-util v0.1.20
9702026-05-27T05:19:27.628Z Downloaded hashbrown v0.12.3
9712026-05-27T05:19:27.634Z Downloaded hickory-server v0.25.2
9722026-05-27T05:19:27.638Z Downloaded progenitor-macro v0.11.2
9732026-05-27T05:19:27.638Z Downloaded flate2 v1.1.9
9742026-05-27T05:19:27.638Z Downloaded ssh-cipher v0.2.0
9752026-05-27T05:19:27.638Z Downloaded darling_core v0.21.3
9762026-05-27T05:19:27.642Z Downloaded password-hash v0.4.2
9772026-05-27T05:19:27.645Z Downloaded cc v1.2.56
9782026-05-27T05:19:27.645Z Downloaded serde_with_macros v1.5.2
9792026-05-27T05:19:27.645Z Downloaded signal-hook-mio v0.2.5
9802026-05-27T05:19:27.649Z Downloaded sqlparser_derive v0.5.0
9812026-05-27T05:19:27.649Z Downloaded ssh-encoding v0.2.0
9822026-05-27T05:19:27.649Z Downloaded structmeta v0.3.0
9832026-05-27T05:19:27.652Z Downloaded strsim v0.10.0
9842026-05-27T05:19:27.652Z Downloaded signal-hook-registry v1.4.8
9852026-05-27T05:19:27.652Z Downloaded bumpalo v3.20.2
9862026-05-27T05:19:27.656Z Downloaded subtle v2.6.1
9872026-05-27T05:19:27.656Z Downloaded shlex v1.3.0
9882026-05-27T05:19:27.656Z Downloaded crossterm v0.28.1
9892026-05-27T05:19:27.663Z Downloaded rustls-pki-types v1.14.0
9902026-05-27T05:19:27.666Z Downloaded structmeta-derive v0.3.0
9912026-05-27T05:19:27.666Z Downloaded allocator-api2 v0.2.21
9922026-05-27T05:19:27.666Z Downloaded slog-envlogger v2.2.0
9932026-05-27T05:19:27.666Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-27T05:19:27.672Z Downloaded slog-json v2.6.1
9952026-05-27T05:19:27.675Z Downloaded supports-color v3.0.2
9962026-05-27T05:19:27.675Z Downloaded strum v0.27.2
9972026-05-27T05:19:27.675Z Downloaded strum v0.26.3
9982026-05-27T05:19:27.679Z Downloaded tabled_derive v0.11.0
9992026-05-27T05:19:27.679Z Downloaded simd-adler32 v0.3.8
10002026-05-27T05:19:27.679Z Downloaded prettyplease v0.2.37
10012026-05-27T05:19:27.679Z Downloaded rcgen v0.12.1
10022026-05-27T05:19:27.679Z Downloaded slab v0.4.12
10032026-05-27T05:19:27.679Z Downloaded base64 v0.21.7
10042026-05-27T05:19:27.683Z Downloaded sync_wrapper v1.0.2
10052026-05-27T05:19:27.683Z Downloaded termtree v0.5.1
10062026-05-27T05:19:27.686Z Downloaded tabwriter v1.4.1
10072026-05-27T05:19:27.686Z Downloaded sync-ptr v0.1.4
10082026-05-27T05:19:27.686Z Downloaded smallvec v0.6.14
10092026-05-27T05:19:27.689Z Downloaded take_mut v0.2.2
10102026-05-27T05:19:27.689Z Downloaded tap v1.0.1
10112026-05-27T05:19:27.689Z Downloaded smf v0.2.3
10122026-05-27T05:19:27.692Z Downloaded serde_cbor v0.11.2
10132026-05-27T05:19:27.692Z Downloaded snafu-derive v0.8.9
10142026-05-27T05:19:27.692Z Downloaded slog-term v2.9.2
10152026-05-27T05:19:27.696Z Downloaded slog-scope v4.4.1
10162026-05-27T05:19:27.696Z Downloaded slog-dtrace v0.3.0
10172026-05-27T05:19:27.699Z Downloaded slog-async v2.8.0
10182026-05-27T05:19:27.699Z Downloaded pbkdf2 v0.12.2
10192026-05-27T05:19:27.699Z Downloaded password-hash v0.5.0
10202026-05-27T05:19:27.702Z Downloaded parse-display-derive v0.10.0
10212026-05-27T05:19:27.702Z Downloaded oxide-tokio-rt v0.1.4
10222026-05-27T05:19:27.702Z Downloaded progenitor-impl v0.13.0
10232026-05-27T05:19:27.706Z Downloaded ron v0.8.1
10242026-05-27T05:19:27.709Z Downloaded tagptr v0.2.0
10252026-05-27T05:19:27.709Z Downloaded slog-stdlog v4.1.1
10262026-05-27T05:19:27.712Z Downloaded crossterm v0.29.0
10272026-05-27T05:19:27.715Z Downloaded stacker v0.1.23
10282026-05-27T05:19:27.718Z Downloaded progenitor-impl v0.14.0
10292026-05-27T05:19:27.718Z Downloaded sqlformat v0.3.5
10302026-05-27T05:19:27.721Z Downloaded testing_table v0.3.0
10312026-05-27T05:19:27.721Z Downloaded owo-colors v4.3.0
10322026-05-27T05:19:27.721Z Downloaded tinyvec_macros v0.1.1
10332026-05-27T05:19:27.725Z Downloaded time-core v0.1.8
10342026-05-27T05:19:27.725Z Downloaded thread-id v5.1.0
10352026-05-27T05:19:27.725Z Downloaded static_assertions v1.1.0
10362026-05-27T05:19:27.728Z Downloaded rustls-platform-verifier v0.6.2
10372026-05-27T05:19:27.728Z Downloaded string_cache v0.8.9
10382026-05-27T05:19:27.768Z Downloaded ryu v1.0.23
10392026-05-27T05:19:27.768Z Downloaded serde_with_macros v3.17.0
10402026-05-27T05:19:27.769Z Downloaded libbz2-rs-sys v0.2.2
10412026-05-27T05:19:27.769Z Downloaded rayon-core v1.13.0
10422026-05-27T05:19:27.769Z Downloaded tokio-macros v2.7.0
10432026-05-27T05:19:27.769Z Downloaded indexmap v1.9.3
10442026-05-27T05:19:27.769Z Downloaded predicates-core v1.0.10
10452026-05-27T05:19:27.769Z Downloaded precomputed-hash v0.1.1
10462026-05-27T05:19:27.769Z Downloaded support-bundle-viewer v0.1.2
10472026-05-27T05:19:27.769Z Downloaded strum_macros v0.27.2
10482026-05-27T05:19:27.769Z Downloaded darling_core v0.23.0
10492026-05-27T05:19:27.769Z Downloaded mio v1.2.0
10502026-05-27T05:19:27.769Z Downloaded strum_macros v0.26.4
10512026-05-27T05:19:27.769Z Downloaded schemars v0.8.22
10522026-05-27T05:19:27.769Z Downloaded num-bigint v0.4.6
10532026-05-27T05:19:27.769Z Downloaded hashbrown v0.16.1
10542026-05-27T05:19:27.773Z Downloaded libxml v0.3.3
10552026-05-27T05:19:27.773Z Downloaded itertools v0.10.5
10562026-05-27T05:19:27.777Z Downloaded litrs v1.0.0
10572026-05-27T05:19:27.780Z Downloaded topological-sort v0.2.2
10582026-05-27T05:19:27.780Z Downloaded russh-keys v0.45.0
10592026-05-27T05:19:27.780Z Downloaded quinn v0.11.9
10602026-05-27T05:19:27.783Z Downloaded spin v0.9.8
10612026-05-27T05:19:27.786Z Downloaded tower-layer v0.3.3
10622026-05-27T05:19:27.786Z Downloaded aho-corasick v1.1.4
10632026-05-27T05:19:27.789Z Downloaded thread_local v1.1.9
10642026-05-27T05:19:27.792Z Downloaded time-macros v0.2.27
10652026-05-27T05:19:27.793Z Downloaded tower-service v0.3.3
10662026-05-27T05:19:27.793Z Downloaded stringprep v0.1.5
10672026-05-27T05:19:27.796Z Downloaded thiserror-no-std v2.0.2
10682026-05-27T05:19:27.796Z Downloaded trait-variant v0.1.2
10692026-05-27T05:19:27.799Z Downloaded try-lock v0.2.5
10702026-05-27T05:19:27.799Z Downloaded tokio-dtrace v0.1.1
10712026-05-27T05:19:27.799Z Downloaded tls_codec v0.4.2
10722026-05-27T05:19:27.802Z Downloaded strum_macros v0.24.3
10732026-05-27T05:19:27.802Z Downloaded similar v2.7.0
10742026-05-27T05:19:27.805Z Downloaded tokio-native-tls v0.3.1
10752026-05-27T05:19:27.809Z Downloaded tiny-keccak v2.0.2
10762026-05-27T05:19:27.813Z Downloaded pretty_assertions v1.4.1
10772026-05-27T05:19:27.813Z Downloaded signal-hook v0.3.18
10782026-05-27T05:19:27.816Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-27T05:19:27.816Z Downloaded dropshot-api-manager v0.7.2
10802026-05-27T05:19:27.819Z Downloaded unit-prefix v0.5.2
10812026-05-27T05:19:27.819Z Downloaded nom v7.1.3
10822026-05-27T05:19:27.822Z Downloaded unarray v0.1.4
10832026-05-27T05:19:27.822Z Downloaded typify-macro v0.4.3
10842026-05-27T05:19:27.826Z Downloaded utf-8 v0.7.6
10852026-05-27T05:19:27.826Z Downloaded termios v0.3.3
10862026-05-27T05:19:27.826Z Downloaded socket2 v0.6.3
10872026-05-27T05:19:27.829Z Downloaded num-bigint-dig v0.8.6
10882026-05-27T05:19:27.833Z Downloaded tokio-tungstenite v0.21.0
10892026-05-27T05:19:27.833Z Downloaded usdt-attr-macro v0.6.0
10902026-05-27T05:19:27.833Z Downloaded untrusted v0.7.1
10912026-05-27T05:19:27.833Z Downloaded universal-hash v0.5.1
10922026-05-27T05:19:27.836Z Downloaded itertools v0.13.0
10932026-05-27T05:19:27.839Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-05-27T05:19:27.839Z Downloaded term v0.7.0
10952026-05-27T05:19:27.842Z Downloaded toml_writer v1.0.6+spec-1.1.0
10962026-05-27T05:19:27.842Z Downloaded usdt-macro v0.6.0
10972026-05-27T05:19:27.845Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-05-27T05:19:27.845Z Downloaded rsa v0.9.10
10992026-05-27T05:19:27.850Z Downloaded socket2 v0.5.10
11002026-05-27T05:19:27.854Z Downloaded itertools v0.12.1
11012026-05-27T05:19:27.857Z Downloaded void v1.0.2
11022026-05-27T05:19:27.857Z Downloaded spki v0.7.3
11032026-05-27T05:19:27.857Z Downloaded rand v0.8.6
11042026-05-27T05:19:27.860Z Downloaded typify-macro v0.6.2
11052026-05-27T05:19:27.860Z Downloaded iri-string v0.7.10
11062026-05-27T05:19:27.863Z Downloaded serde_yaml v0.9.34+deprecated
11072026-05-27T05:19:27.866Z Downloaded waitgroup v0.1.2
11082026-05-27T05:19:27.866Z Downloaded tls_codec_derive v0.4.2
11092026-05-27T05:19:27.871Z Downloaded wait-timeout v0.2.1
11102026-05-27T05:19:27.871Z Downloaded rustls-webpki v0.103.9
11112026-05-27T05:19:27.878Z Downloaded tui-tree-widget v0.23.1
11122026-05-27T05:19:27.878Z Downloaded rand v0.9.2
11132026-05-27T05:19:27.878Z Downloaded schemars v0.9.0
11142026-05-27T05:19:27.884Z Downloaded unicode-truncate v1.1.0
11152026-05-27T05:19:27.888Z Downloaded unicase v2.9.0
11162026-05-27T05:19:27.888Z Downloaded xshell-macros v0.2.7
11172026-05-27T05:19:27.888Z Downloaded tokio-rustls v0.26.4
11182026-05-27T05:19:27.888Z Downloaded want v0.3.1
11192026-05-27T05:19:27.888Z Downloaded slog v2.8.2
11202026-05-27T05:19:27.892Z Downloaded itertools v0.14.0
11212026-05-27T05:19:27.895Z Downloaded tokio-tungstenite v0.23.1
11222026-05-27T05:19:27.895Z Downloaded tokio-stream v0.1.18
11232026-05-27T05:19:27.898Z Downloaded snafu v0.8.9
11242026-05-27T05:19:27.901Z Downloaded xattr v1.6.1
11252026-05-27T05:19:27.904Z Downloaded toml_parser v1.0.9+spec-1.1.0
11262026-05-27T05:19:27.904Z Downloaded usdt-impl v0.6.0
11272026-05-27T05:19:27.907Z Downloaded test-strategy v0.4.5
11282026-05-27T05:19:27.910Z Downloaded hkdf v0.12.4
11292026-05-27T05:19:27.910Z Downloaded libm v0.2.16
11302026-05-27T05:19:27.916Z Downloaded zeroize_derive v1.4.3
11312026-05-27T05:19:27.920Z Downloaded vergen-lib v0.1.6
11322026-05-27T05:19:27.920Z Downloaded vergen-git2 v9.1.0
11332026-05-27T05:19:27.920Z Downloaded tokio-rustls v0.24.1
11342026-05-27T05:19:27.923Z Downloaded vergen-gitcl v1.0.8
11352026-05-27T05:19:27.923Z Downloaded uzers v0.12.2
11362026-05-27T05:19:27.923Z Downloaded bindgen v0.71.1
11372026-05-27T05:19:27.926Z Downloaded zone_cfg_derive v0.3.1
11382026-05-27T05:19:27.930Z Downloaded zone v0.3.1
11392026-05-27T05:19:27.930Z Downloaded subprocess v0.2.15
11402026-05-27T05:19:27.933Z Downloaded term v1.2.1
11412026-05-27T05:19:27.934Z Downloaded hashbrown v0.15.5
11422026-05-27T05:19:27.936Z Downloaded tracing-attributes v0.1.31
11432026-05-27T05:19:27.941Z Downloaded twox-hash v2.1.2
11442026-05-27T05:19:27.941Z Downloaded vsss-rs v3.3.4
11452026-05-27T05:19:27.943Z Downloaded vergen-lib v9.1.0
11462026-05-27T05:19:27.944Z Downloaded schemars v1.2.1
11472026-05-27T05:19:27.950Z Downloaded whoami v2.1.0
11482026-05-27T05:19:27.953Z Downloaded walkdir v2.5.0
11492026-05-27T05:19:27.953Z Downloaded h2 v0.4.13
11502026-05-27T05:19:27.957Z Downloaded futures-util v0.3.32
11512026-05-27T05:19:27.964Z Downloaded xshell v0.2.7
11522026-05-27T05:19:27.967Z Downloaded whoami v1.6.1
11532026-05-27T05:19:27.967Z Downloaded tar v0.4.45
11542026-05-27T05:19:27.970Z Downloaded steno v0.4.1
11552026-05-27T05:19:27.973Z Downloaded toml v0.7.8
11562026-05-27T05:19:27.976Z Downloaded zeroize v1.8.2
11572026-05-27T05:19:27.976Z Downloaded samael v0.0.19
11582026-05-27T05:19:27.979Z Downloaded unicode-properties v0.1.4
11592026-05-27T05:19:27.982Z Downloaded typify v0.4.3
11602026-05-27T05:19:27.985Z Downloaded russh v0.45.0
11612026-05-27T05:19:27.988Z Downloaded zstd v0.13.3
11622026-05-27T05:19:27.988Z Downloaded vergen v9.1.0
11632026-05-27T05:19:27.991Z Downloaded hyper v1.8.1
11642026-05-27T05:19:27.994Z Downloaded tinyvec v1.10.0
11652026-05-27T05:19:27.997Z Downloaded tungstenite v0.21.0
11662026-05-27T05:19:28.000Z Downloaded iddqd v0.4.2
11672026-05-27T05:19:28.003Z Downloaded yasna v0.5.2
11682026-05-27T05:19:28.007Z Downloaded rustyline v14.0.0
11692026-05-27T05:19:28.010Z Downloaded rand v0.10.0
11702026-05-27T05:19:28.013Z Downloaded wyz v0.5.1
11712026-05-27T05:19:28.013Z Downloaded toml v1.0.6+spec-1.1.0
11722026-05-27T05:19:28.016Z Downloaded rpassword v7.4.0
11732026-05-27T05:19:28.016Z Downloaded typify v0.6.2
11742026-05-27T05:19:28.020Z Downloaded zerocopy v0.6.6
11752026-05-27T05:19:28.023Z Downloaded unsafe-libyaml v0.2.11
11762026-05-27T05:19:28.023Z Downloaded uuid v1.23.0
11772026-05-27T05:19:28.026Z Downloaded tracing-core v0.1.36
11782026-05-27T05:19:28.029Z Downloaded blake3 v1.8.3
11792026-05-27T05:19:28.032Z Downloaded zstd-safe v7.2.4
11802026-05-27T05:19:28.035Z Downloaded p521 v0.13.3
11812026-05-27T05:19:28.038Z Downloaded usdt v0.6.0
11822026-05-27T05:19:28.039Z Downloaded unicode-bidi v0.3.18
11832026-05-27T05:19:28.040Z Downloaded untrusted v0.9.0
11842026-05-27T05:19:28.043Z Downloaded tungstenite v0.23.0
11852026-05-27T05:19:28.043Z Downloaded tokio-rustls v0.25.0
11862026-05-27T05:19:28.043Z Downloaded qorb v0.4.1
11872026-05-27T05:19:28.046Z Downloaded publicsuffix v2.3.0
11882026-05-27T05:19:28.049Z Downloaded darling_core v0.20.11
11892026-05-27T05:19:28.052Z Downloaded const_format v0.2.35
11902026-05-27T05:19:28.055Z Downloaded compact_str v0.8.1
11912026-05-27T05:19:28.058Z Downloaded serde_with v1.14.0
11922026-05-27T05:19:28.061Z Downloaded toml_edit v0.19.15
11932026-05-27T05:19:28.069Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-05-27T05:19:28.072Z Downloaded vte v0.14.1
11952026-05-27T05:19:28.076Z Downloaded bitvec v1.0.1
11962026-05-27T05:19:28.083Z Downloaded regex v1.12.3
11972026-05-27T05:19:28.086Z Downloaded p384 v0.13.1
11982026-05-27T05:19:28.090Z Downloaded reqwest v0.13.2
11992026-05-27T05:19:28.094Z Downloaded yansi v1.0.1
12002026-05-27T05:19:28.097Z Downloaded git2 v0.20.4
12012026-05-27T05:19:28.101Z Downloaded reqwest v0.12.28
12022026-05-27T05:19:28.105Z Downloaded zip v0.6.6
12032026-05-27T05:19:28.108Z Downloaded aws-lc-rs v1.16.3
12042026-05-27T05:19:28.114Z Downloaded reedline v0.40.0
12052026-05-27T05:19:28.119Z Downloaded chacha20poly1305 v0.10.1
12062026-05-27T05:19:28.122Z Downloaded num-integer v0.1.46
12072026-05-27T05:19:28.122Z Downloaded zopfli v0.8.3
12082026-05-27T05:19:28.125Z Downloaded unicode_categories v0.1.1
12092026-05-27T05:19:28.125Z Downloaded tokio-postgres v0.7.16
12102026-05-27T05:19:28.128Z Downloaded typed-path v0.9.3
12112026-05-27T05:19:28.132Z Downloaded lalrpop v0.19.12
12122026-05-27T05:19:28.140Z Downloaded zerocopy-derive v0.8.40
12132026-05-27T05:19:28.144Z Downloaded tower v0.5.3
12142026-05-27T05:19:28.149Z Downloaded ssh-key v0.6.7
12152026-05-27T05:19:28.154Z Downloaded phf_shared v0.12.1
12162026-05-27T05:19:28.158Z Downloaded rayon v1.11.0
12172026-05-27T05:19:28.163Z Downloaded salty v0.3.0
12182026-05-27T05:19:28.167Z Downloaded unicode-segmentation v1.12.0
12192026-05-27T05:19:28.170Z Downloaded moka v0.12.13
12202026-05-27T05:19:28.175Z Downloaded x509-cert v0.2.5
12212026-05-27T05:19:28.179Z Downloaded chrono v0.4.44
12222026-05-27T05:19:28.184Z Downloaded rustls-webpki v0.101.7
12232026-05-27T05:19:28.193Z Downloaded unicode-normalization v0.1.25
12242026-05-27T05:19:28.196Z Downloaded quick-xml v0.37.5
12252026-05-27T05:19:28.199Z Downloaded serde_with v3.17.0
12262026-05-27T05:19:28.207Z Downloaded zip v4.6.1
12272026-05-27T05:19:28.210Z Downloaded portable-atomic v1.13.1
12282026-05-27T05:19:28.214Z Downloaded tower-http v0.6.8
12292026-05-27T05:19:28.219Z Downloaded petname v2.0.2
12302026-05-27T05:19:28.223Z Downloaded proptest v1.10.0
12312026-05-27T05:19:28.228Z Downloaded tokio-util v0.7.18
12322026-05-27T05:19:28.234Z Downloaded goblin v0.10.5
12332026-05-27T05:19:28.245Z Downloaded object v0.30.4
12342026-05-27T05:19:28.251Z Downloaded radix_trie v0.2.1
12352026-05-27T05:19:28.257Z Downloaded hickory-proto v0.26.1
12362026-05-27T05:19:28.270Z Downloaded tough v0.22.0
12372026-05-27T05:19:28.275Z Downloaded winnow v0.6.26
12382026-05-27T05:19:28.281Z Downloaded nix v0.27.1
12392026-05-27T05:19:28.286Z Downloaded rustls-webpki v0.102.8
12402026-05-27T05:19:28.298Z Downloaded winnow v0.5.40
12412026-05-27T05:19:28.301Z Downloaded openssl v0.10.79
12422026-05-27T05:19:28.307Z Downloaded tabled v0.20.0
12432026-05-27T05:19:28.318Z Downloaded bstr v1.12.1
12442026-05-27T05:19:28.324Z Downloaded polar-core v0.27.3
12452026-05-27T05:19:28.329Z Downloaded quinn-proto v0.11.13
12462026-05-27T05:19:28.342Z Downloaded zlib-rs v0.6.2
12472026-05-27T05:19:28.348Z Downloaded webpki-roots v1.0.6
12482026-05-27T05:19:28.351Z Downloaded object v0.37.3
12492026-05-27T05:19:28.356Z Downloaded regress v0.10.5
12502026-05-27T05:19:28.362Z Downloaded rustls v0.21.12
12512026-05-27T05:19:28.373Z Downloaded smoltcp v0.9.1
12522026-05-27T05:19:28.376Z Downloaded zerocopy v0.8.40
12532026-05-27T05:19:28.382Z Downloaded time v0.3.47
12542026-05-27T05:19:28.390Z Downloaded nix v0.28.0
12552026-05-27T05:19:28.398Z Downloaded regex-syntax v0.8.10
12562026-05-27T05:19:28.404Z Downloaded dropshot v0.17.0
12572026-05-27T05:19:28.418Z Downloaded nix v0.31.2
12582026-05-27T05:19:28.425Z Downloaded vcpkg v0.2.15
12592026-05-27T05:19:28.451Z Downloaded hickory-proto v0.24.4
12602026-05-27T05:19:28.460Z Downloaded rustls v0.22.4
12612026-05-27T05:19:28.468Z Downloaded smoltcp v0.11.0
12622026-05-27T05:19:28.477Z Downloaded sqlparser v0.61.0
12632026-05-27T05:19:28.482Z Downloaded hickory-proto v0.25.2
12642026-05-27T05:19:28.492Z Downloaded diesel v2.3.7
12652026-05-27T05:19:28.507Z Downloaded tracing v0.1.44
12662026-05-27T05:19:28.519Z Downloaded typify-impl v0.4.3
12672026-05-27T05:19:28.530Z Downloaded rustix v0.38.44
12682026-05-27T05:19:28.544Z Downloaded rustls v0.23.37
12692026-05-27T05:19:28.553Z Downloaded regress v0.11.1
12702026-05-27T05:19:28.557Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-05-27T05:19:28.565Z Downloaded openapiv3 v2.2.0
12722026-05-27T05:19:28.573Z Downloaded regex-syntax v0.6.29
12732026-05-27T05:19:28.577Z Downloaded zerocopy-derive v0.6.6
12742026-05-27T05:19:28.584Z Downloaded petgraph v0.6.5
12752026-05-27T05:19:28.596Z Downloaded sled v0.34.7
12762026-05-27T05:19:28.602Z Downloaded chrono-tz v0.10.4
12772026-05-27T05:19:28.615Z Downloaded typify-impl v0.6.2
12782026-05-27T05:19:28.623Z Downloaded ratatui v0.29.0
12792026-05-27T05:19:28.644Z Downloaded petgraph v0.8.3
12802026-05-27T05:19:28.658Z Downloaded regex-automata v0.4.14
12812026-05-27T05:19:28.667Z Downloaded libz-sys v1.1.24
12822026-05-27T05:19:28.701Z Downloaded jiff v0.2.21
12832026-05-27T05:19:28.743Z Downloaded csv v1.4.0
12842026-05-27T05:19:28.756Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-27T05:19:28.766Z Downloaded sha3 v0.10.8
12862026-05-27T05:19:28.769Z Downloaded tokio v1.52.1
12872026-05-27T05:19:28.816Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-27T05:19:28.855Z Downloaded encoding_rs v0.8.35
12892026-05-27T05:19:28.868Z Downloaded ring v0.17.14
12902026-05-27T05:19:29.339Z Downloaded aws-lc-sys v0.40.0
12912026-05-27T05:19:29.591Z Compiling libc v0.2.185
12922026-05-27T05:19:29.591Z Compiling serde v1.0.228
12932026-05-27T05:19:29.595Z Compiling log v0.4.29
12942026-05-27T05:19:29.595Z Compiling find-msvc-tools v0.1.9
12952026-05-27T05:19:29.595Z Compiling shlex v1.3.0
12962026-05-27T05:19:29.595Z Compiling smallvec v1.15.1
12972026-05-27T05:19:29.595Z Compiling typenum v1.19.0
12982026-05-27T05:19:29.595Z Compiling subtle v2.6.1
12992026-05-27T05:19:29.595Z Compiling generic-array v0.14.7
13002026-05-27T05:19:29.595Z Compiling scopeguard v1.2.0
13012026-05-27T05:19:29.827Z Compiling const-oid v0.9.6
13022026-05-27T05:19:29.833Z Compiling serde_json v1.0.149
13032026-05-27T05:19:29.839Z Compiling syn v2.0.117
13042026-05-27T05:19:29.852Z Compiling zerocopy v0.8.40
13052026-05-27T05:19:29.854Z Compiling pin-project-lite v0.2.17
13062026-05-27T05:19:29.864Z Compiling lock_api v0.4.14
13072026-05-27T05:19:29.902Z Compiling portable-atomic v1.13.1
13082026-05-27T05:19:29.930Z Compiling parking_lot_core v0.9.12
13092026-05-27T05:19:29.945Z Compiling pkg-config v0.3.32
13102026-05-27T05:19:29.960Z Compiling bitflags v2.11.0
13112026-05-27T05:19:30.033Z Compiling futures-core v0.3.32
13122026-05-27T05:19:30.049Z Compiling critical-section v1.2.0
13132026-05-27T05:19:30.104Z Compiling libm v0.2.16
13142026-05-27T05:19:30.119Z Compiling num-traits v0.2.19
13152026-05-27T05:19:30.146Z Compiling percent-encoding v2.3.2
13162026-05-27T05:19:30.162Z Compiling getrandom v0.4.1
13172026-05-27T05:19:30.195Z Compiling futures-sink v0.3.32
13182026-05-27T05:19:30.223Z Compiling rand_core v0.10.0
13192026-05-27T05:19:30.238Z Compiling slab v0.4.12
13202026-05-27T05:19:30.279Z Compiling futures-task v0.3.32
13212026-05-27T05:19:30.323Z Compiling futures-channel v0.3.32
13222026-05-27T05:19:30.354Z Compiling futures-io v0.3.32
13232026-05-27T05:19:30.370Z Compiling cpufeatures v0.2.17
13242026-05-27T05:19:30.417Z Compiling indexmap v2.14.0
13252026-05-27T05:19:30.460Z Compiling getrandom v0.3.4
13262026-05-27T05:19:30.475Z Compiling rustversion v1.0.22
13272026-05-27T05:19:30.478Z Compiling form_urlencoded v1.2.2
13282026-05-27T05:19:30.521Z Compiling dunce v1.0.5
13292026-05-27T05:19:30.550Z Compiling fs_extra v1.3.0
13302026-05-27T05:19:30.554Z Compiling base64ct v1.8.3
13312026-05-27T05:19:30.592Z Compiling ident_case v1.0.1
13322026-05-27T05:19:30.608Z Compiling flagset v0.4.7
13332026-05-27T05:19:30.621Z Compiling regex-syntax v0.8.10
13342026-05-27T05:19:30.638Z Compiling rustix v1.1.3
13352026-05-27T05:19:30.691Z Compiling iana-time-zone v0.1.65
13362026-05-27T05:19:30.727Z Compiling getrandom v0.2.17
13372026-05-27T05:19:30.752Z Compiling jobserver v0.1.34
13382026-05-27T05:19:30.780Z Compiling errno v0.3.14
13392026-05-27T05:19:30.853Z Compiling mio v1.2.0
13402026-05-27T05:19:30.867Z Compiling socket2 v0.6.3
13412026-05-27T05:19:30.880Z Compiling rand_core v0.6.4
13422026-05-27T05:19:31.028Z Compiling signal-hook-registry v1.4.8
13432026-05-27T05:19:31.062Z Compiling cc v1.2.56
13442026-05-27T05:19:31.077Z Compiling parking_lot v0.12.5
13452026-05-27T05:19:31.095Z Compiling once_cell v1.21.3
13462026-05-27T05:19:31.173Z Compiling pem-rfc7468 v0.7.0
13472026-05-27T05:19:31.210Z Compiling vcpkg v0.2.15
13482026-05-27T05:19:31.238Z Compiling aws-lc-rs v1.16.3
13492026-05-27T05:19:31.346Z Compiling tracing-core v0.1.36
13502026-05-27T05:19:31.364Z Compiling uuid v1.23.0
13512026-05-27T05:19:31.364Z Compiling rustc_version v0.4.1
13522026-05-27T05:19:31.431Z Compiling base64 v0.22.1
13532026-05-27T05:19:31.472Z Compiling rand_core v0.9.5
13542026-05-27T05:19:31.511Z Compiling tinyvec_macros v0.1.1
13552026-05-27T05:19:31.568Z Compiling openssl-probe v0.2.1
13562026-05-27T05:19:31.582Z Compiling untrusted v0.9.0
13572026-05-27T05:19:31.595Z Compiling httparse v1.10.1
13582026-05-27T05:19:31.684Z Compiling untrusted v0.7.1
13592026-05-27T05:19:31.724Z Compiling tinyvec v1.10.0
13602026-05-27T05:19:31.738Z Compiling aho-corasick v1.1.4
13612026-05-27T05:19:31.769Z Compiling dyn-clone v1.0.20
13622026-05-27T05:19:31.783Z Compiling schemars v0.8.22
13632026-05-27T05:19:31.797Z Compiling atomic-waker v1.1.2
13642026-05-27T05:19:31.822Z Compiling cmake v0.1.57
13652026-05-27T05:19:31.835Z Compiling rustls v0.23.37
13662026-05-27T05:19:31.931Z Compiling tower-layer v0.3.3
13672026-05-27T05:19:31.946Z Compiling try-lock v0.2.5
13682026-05-27T05:19:31.949Z Compiling tower-service v0.3.3
13692026-05-27T05:19:32.001Z Compiling pin-utils v0.1.0
13702026-05-27T05:19:32.015Z Compiling openssl v0.10.79
13712026-05-27T05:19:32.031Z Compiling httpdate v1.0.3
13722026-05-27T05:19:32.058Z Compiling want v0.3.1
13732026-05-27T05:19:32.088Z Compiling foreign-types-shared v0.1.1
13742026-05-27T05:19:32.091Z Compiling unicode-normalization v0.1.25
13752026-05-27T05:19:32.091Z Compiling spin v0.9.8
13762026-05-27T05:19:32.129Z Compiling num-conv v0.2.0
13772026-05-27T05:19:32.132Z Compiling time-core v0.1.8
13782026-05-27T05:19:32.156Z Compiling powerfmt v0.2.0
13792026-05-27T05:19:32.188Z Compiling foreign-types v0.3.2
13802026-05-27T05:19:32.265Z Compiling native-tls v0.2.18
13812026-05-27T05:19:32.280Z Compiling crc32fast v1.5.0
13822026-05-27T05:19:32.283Z Compiling wait-timeout v0.2.1
13832026-05-27T05:19:32.283Z Compiling sync_wrapper v1.0.2
13842026-05-27T05:19:32.283Z Compiling bit-vec v0.8.0
13852026-05-27T05:19:32.338Z Compiling deranged v0.5.8
13862026-05-27T05:19:32.341Z Compiling time-macros v0.2.27
13872026-05-27T05:19:32.368Z Compiling syn v1.0.109
13882026-05-27T05:19:32.385Z Compiling num_threads v0.1.7
13892026-05-27T05:19:32.400Z Compiling siphasher v1.0.2
13902026-05-27T05:19:32.448Z Compiling tempfile v3.25.0
13912026-05-27T05:19:32.495Z Compiling simd-adler32 v0.3.8
13922026-05-27T05:19:32.524Z Compiling usdt-impl v0.6.0
13932026-05-27T05:19:32.592Z Compiling quick-error v1.2.3
13942026-05-27T05:19:32.621Z Compiling crossbeam-utils v0.8.21
13952026-05-27T05:19:32.636Z Compiling regex-automata v0.4.14
13962026-05-27T05:19:32.639Z Compiling bit-set v0.8.0
13972026-05-27T05:19:32.718Z Compiling rusty-fork v0.3.1
13982026-05-27T05:19:32.752Z Compiling slog v2.8.2
13992026-05-27T05:19:32.770Z Compiling aws-lc-sys v0.40.0
14002026-05-27T05:19:32.800Z Compiling ring v0.17.14
14012026-05-27T05:19:32.804Z Compiling openssl-sys v0.9.115
14022026-05-27T05:19:32.832Z Compiling synstructure v0.13.2
14032026-05-27T05:19:32.867Z Compiling serde_derive_internals v0.29.1
14042026-05-27T05:19:32.882Z Compiling pest_generator v2.8.6
14052026-05-27T05:19:32.886Z Compiling darling_core v0.20.11
14062026-05-27T05:19:32.950Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14072026-05-27T05:19:32.994Z Compiling darling_core v0.21.3
14082026-05-27T05:19:33.070Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-27T05:19:33.155Z Compiling heapless v0.7.17
14102026-05-27T05:19:33.391Z Compiling rand_xorshift v0.4.0
14112026-05-27T05:19:33.453Z Compiling thread-id v5.1.0
14122026-05-27T05:19:33.457Z Compiling cookie v0.18.1
14132026-05-27T05:19:33.481Z Compiling iri-string v0.7.10
14142026-05-27T05:19:33.521Z Compiling time v0.3.47
14152026-05-27T05:19:33.550Z Compiling anyhow v1.0.102
14162026-05-27T05:19:33.569Z Compiling unarray v0.1.4
14172026-05-27T05:19:33.574Z Compiling unicode-bidi v0.3.18
14182026-05-27T05:19:33.625Z Compiling allocator-api2 v0.2.21
14192026-05-27T05:19:33.695Z Compiling ryu v1.0.23
14202026-05-27T05:19:33.714Z Compiling adler2 v2.0.1
14212026-05-27T05:19:33.808Z Compiling signal-hook v0.3.18
14222026-05-27T05:19:33.863Z Compiling unicode-properties v0.1.4
14232026-05-27T05:19:33.880Z Compiling paste v1.0.15
14242026-05-27T05:19:33.900Z Compiling zstd-safe v7.2.4
14252026-05-27T05:19:34.019Z Compiling miniz_oxide v0.8.9
14262026-05-27T05:19:34.095Z Compiling stringprep v0.1.5
14272026-05-27T05:19:34.223Z Compiling num-integer v0.1.46
14282026-05-27T05:19:34.250Z Compiling vergen-lib v9.1.0
14292026-05-27T05:19:34.449Z Compiling curve25519-dalek v4.1.3
14302026-05-27T05:19:34.576Z Compiling ff v0.13.1
14312026-05-27T05:19:34.590Z Compiling hash32 v0.2.1
14322026-05-27T05:19:34.631Z Compiling serde_derive v1.0.228
14332026-05-27T05:19:34.660Z Compiling zeroize_derive v1.4.3
14342026-05-27T05:19:34.682Z Compiling zerofrom-derive v0.1.6
14352026-05-27T05:19:34.733Z Compiling yoke-derive v0.8.1
14362026-05-27T05:19:34.806Z Compiling zerovec-derive v0.11.2
14372026-05-27T05:19:34.820Z Compiling zerocopy-derive v0.8.40
14382026-05-27T05:19:34.910Z Compiling displaydoc v0.2.5
14392026-05-27T05:19:35.071Z Compiling tokio-macros v2.7.0
14402026-05-27T05:19:35.200Z Compiling futures-macro v0.3.32
14412026-05-27T05:19:35.282Z Compiling der_derive v0.7.3
14422026-05-27T05:19:35.357Z Compiling zeroize v1.8.2
14432026-05-27T05:19:35.622Z Compiling rustls-pki-types v1.14.0
14442026-05-27T05:19:35.690Z Compiling tracing-attributes v0.1.31
14452026-05-27T05:19:35.826Z Compiling thiserror-impl v2.0.18
14462026-05-27T05:19:35.960Z Compiling pest_derive v2.8.6
14472026-05-27T05:19:35.987Z Compiling schemars_derive v0.8.22
14482026-05-27T05:19:36.072Z Compiling futures-util v0.3.32
14492026-05-27T05:19:36.147Z Compiling crypto-common v0.1.7
14502026-05-27T05:19:36.169Z Compiling zerofrom v0.1.6
14512026-05-27T05:19:36.192Z Compiling block-buffer v0.10.4
14522026-05-27T05:19:36.302Z Compiling block-padding v0.3.3
14532026-05-27T05:19:36.314Z Compiling yoke v0.8.1
14542026-05-27T05:19:36.319Z Compiling der v0.7.10
14552026-05-27T05:19:36.385Z Compiling digest v0.10.7
14562026-05-27T05:19:36.429Z Compiling inout v0.1.4
14572026-05-27T05:19:36.450Z Compiling scroll_derive v0.13.1
14582026-05-27T05:19:36.512Z Compiling zerovec v0.11.5
14592026-05-27T05:19:36.615Z Compiling zerotrie v0.2.3
14602026-05-27T05:19:36.656Z Compiling hmac v0.12.1
14612026-05-27T05:19:36.827Z Compiling sha2 v0.10.9
14622026-05-27T05:19:36.899Z Compiling cipher v0.4.4
14632026-05-27T05:19:36.946Z Compiling pbkdf2 v0.12.2
14642026-05-27T05:19:37.041Z Compiling tinystr v0.8.2
14652026-05-27T05:19:37.069Z Compiling potential_utf v0.1.4
14662026-05-27T05:19:37.160Z Compiling salsa20 v0.10.2
14672026-05-27T05:19:37.204Z Compiling spki v0.7.3
14682026-05-27T05:19:37.283Z Compiling icu_locale_core v2.1.1
14692026-05-27T05:19:37.299Z Compiling icu_collections v2.1.1
14702026-05-27T05:19:37.318Z Compiling scrypt v0.11.0
14712026-05-27T05:19:37.324Z Compiling thiserror v2.0.18
14722026-05-27T05:19:37.347Z Compiling tracing v0.1.44
14732026-05-27T05:19:37.350Z Compiling cbc v0.1.2
14742026-05-27T05:19:37.432Z Compiling aes v0.8.4
14752026-05-27T05:19:37.453Z Compiling scroll v0.13.0
14762026-05-27T05:19:37.513Z Compiling darling_macro v0.20.11
14772026-05-27T05:19:37.591Z Compiling openssl-macros v0.1.1
14782026-05-27T05:19:37.606Z Compiling rustls-native-certs v0.8.3
14792026-05-27T05:19:37.663Z Compiling dtrace-parser v0.3.0
14802026-05-27T05:19:37.743Z Compiling goblin v0.10.5
14812026-05-27T05:19:37.790Z Compiling signature v2.2.0
14822026-05-27T05:19:37.922Z Compiling icu_provider v2.1.1
14832026-05-27T05:19:37.992Z Compiling pkcs5 v0.7.1
14842026-05-27T05:19:38.035Z Compiling darling v0.20.11
14852026-05-27T05:19:38.126Z Compiling derive_builder_core v0.20.2
14862026-05-27T05:19:38.191Z Compiling icu_normalizer v2.1.1
14872026-05-27T05:19:38.206Z Compiling bytes v1.11.1
14882026-05-27T05:19:38.263Z Compiling icu_properties v2.1.2
14892026-05-27T05:19:38.283Z Compiling chrono v0.4.44
14902026-05-27T05:19:38.298Z Compiling pkcs8 v0.10.2
14912026-05-27T05:19:38.431Z Compiling ipnet v2.11.0
14922026-05-27T05:19:38.456Z Compiling webpki-roots v1.0.6
14932026-05-27T05:19:38.497Z Compiling thiserror-impl v1.0.69
14942026-05-27T05:19:38.529Z Compiling scroll_derive v0.12.1
14952026-05-27T05:19:38.587Z Compiling serde_spanned v0.6.9
14962026-05-27T05:19:38.628Z Compiling toml_datetime v0.6.11
14972026-05-27T05:19:38.749Z Compiling tokio v1.52.1
14982026-05-27T05:19:38.753Z Compiling http v1.4.0
14992026-05-27T05:19:38.841Z Compiling serde_urlencoded v0.7.1
15002026-05-27T05:19:38.912Z Compiling erased-serde v0.3.31
15012026-05-27T05:19:38.940Z Compiling serde_tokenstream v0.2.3
15022026-05-27T05:19:39.035Z Compiling derive_builder_macro v0.20.2
15032026-05-27T05:19:39.103Z Compiling idna_adapter v1.2.1
15042026-05-27T05:19:39.218Z Compiling idna v1.1.0
15052026-05-27T05:19:39.280Z Compiling ppv-lite86 v0.2.21
15062026-05-27T05:19:39.286Z Compiling scroll v0.12.0
15072026-05-27T05:19:39.377Z Compiling md-5 v0.10.6
15082026-05-27T05:19:39.394Z Compiling http-body v1.0.1
15092026-05-27T05:19:39.408Z Compiling darling_macro v0.21.3
15102026-05-27T05:19:39.460Z Compiling bstr v1.12.1
15112026-05-27T05:19:39.538Z Compiling url v2.5.8
15122026-05-27T05:19:39.553Z Compiling rand_chacha v0.9.0
15132026-05-27T05:19:39.569Z Compiling http-body-util v0.1.3
15142026-05-27T05:19:39.572Z Compiling rand_chacha v0.3.1
15152026-05-27T05:19:39.595Z Compiling async-trait v0.1.89
15162026-05-27T05:19:39.700Z Compiling zerocopy-derive v0.7.35
15172026-05-27T05:19:39.717Z Compiling pin-project-internal v1.1.11
15182026-05-27T05:19:39.809Z Compiling rand v0.9.2
15192026-05-27T05:19:39.824Z Compiling thiserror v1.0.69
15202026-05-27T05:19:39.899Z Compiling memoffset v0.9.1
15212026-05-27T05:19:39.923Z Compiling encoding_rs v0.8.35
15222026-05-27T05:19:39.942Z Compiling rustix v0.38.44
15232026-05-27T05:19:40.127Z Compiling num-bigint-dig v0.8.6
15242026-05-27T05:19:40.253Z Compiling psl-types v2.0.11
15252026-05-27T05:19:40.340Z Compiling fallible-iterator v0.2.0
15262026-05-27T05:19:40.355Z Compiling zlib-rs v0.6.2
15272026-05-27T05:19:40.388Z Compiling proptest v1.10.0
15282026-05-27T05:19:40.403Z Compiling dof v0.4.0
15292026-05-27T05:19:40.629Z Compiling smoltcp v0.9.1
15302026-05-27T05:19:40.643Z Compiling ref-cast v1.0.25
15312026-05-27T05:19:40.659Z Compiling litrs v1.0.0
15322026-05-27T05:19:40.675Z Compiling base16ct v0.2.0
15332026-05-27T05:19:40.678Z Compiling cfg_aliases v0.2.1
15342026-05-27T05:19:40.704Z Compiling mime v0.3.17
15352026-05-27T05:19:40.776Z Compiling nix v0.31.2
15362026-05-27T05:19:40.859Z Compiling pin-project v1.1.11
15372026-05-27T05:19:40.874Z Compiling sec1 v0.7.3
15382026-05-27T05:19:41.018Z Compiling ipnetwork v0.21.1
15392026-05-27T05:19:41.077Z Compiling postgres-protocol v0.6.10
15402026-05-27T05:19:41.093Z Compiling zerocopy v0.7.35
15412026-05-27T05:19:41.108Z Compiling publicsuffix v2.3.0
15422026-05-27T05:19:41.242Z Compiling document-features v0.2.12
15432026-05-27T05:19:41.257Z Compiling oxnet v0.1.4
15442026-05-27T05:19:41.395Z Compiling darling v0.21.3
15452026-05-27T05:19:41.422Z Compiling rand v0.8.6
15462026-05-27T05:19:41.449Z Compiling derive_builder v0.20.2
15472026-05-27T05:19:41.485Z Compiling goblin v0.8.2
15482026-05-27T05:19:41.502Z Compiling hex v0.4.3
15492026-05-27T05:19:41.599Z Compiling hubpack_derive v0.1.1
15502026-05-27T05:19:41.643Z Compiling futures-executor v0.3.32
15512026-05-27T05:19:41.659Z Compiling hkdf v0.12.4
15522026-05-27T05:19:41.673Z Compiling crypto-bigint v0.5.5
15532026-05-27T05:19:41.688Z Compiling regex v1.12.3
15542026-05-27T05:19:41.902Z Compiling group v0.13.0
15552026-05-27T05:19:41.916Z Compiling strum_macros v0.27.2
15562026-05-27T05:19:41.930Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-27T05:19:41.934Z Compiling snafu-derive v0.8.9
15582026-05-27T05:19:41.993Z Compiling daft-derive v0.1.7
15592026-05-27T05:19:42.076Z Compiling ref-cast-impl v1.0.25
15602026-05-27T05:19:42.100Z Compiling num-iter v0.1.45
15612026-05-27T05:19:42.346Z Compiling phf_shared v0.13.1
15622026-05-27T05:19:42.407Z Compiling terminal_size v0.4.3
15632026-05-27T05:19:42.570Z Compiling tokio-util v0.7.18
15642026-05-27T05:19:42.612Z Compiling tower v0.5.3
15652026-05-27T05:19:42.616Z Compiling tokio-native-tls v0.3.1
15662026-05-27T05:19:42.644Z Compiling lazy_static v1.5.0
15672026-05-27T05:19:42.644Z Compiling vergen v9.1.0
15682026-05-27T05:19:42.674Z Compiling cargo-platform v0.3.2
15692026-05-27T05:19:42.713Z Compiling fs-err v3.3.0
15702026-05-27T05:19:42.762Z Compiling ahash v0.8.12
15712026-05-27T05:19:42.777Z Compiling newtype-uuid v1.3.2
15722026-05-27T05:19:42.821Z Compiling object v0.37.3
15732026-05-27T05:19:42.851Z Compiling same-file v1.0.6
15742026-05-27T05:19:42.919Z Compiling bitflags v1.3.2
15752026-05-27T05:19:42.971Z Compiling winnow v0.5.40
15762026-05-27T05:19:42.987Z Compiling cpufeatures v0.3.0
15772026-05-27T05:19:43.003Z Compiling unicode-segmentation v1.12.0
15782026-05-27T05:19:43.029Z Compiling tower-http v0.6.8
15792026-05-27T05:19:43.075Z Compiling bumpalo v3.20.2
15802026-05-27T05:19:43.117Z Compiling foldhash v0.2.0
15812026-05-27T05:19:43.135Z Compiling libbz2-rs-sys v0.2.2
15822026-05-27T05:19:43.147Z Compiling managed v0.8.0
15832026-05-27T05:19:43.359Z Compiling h2 v0.4.13
15842026-05-27T05:19:43.373Z Compiling flate2 v1.1.9
15852026-05-27T05:19:43.389Z Compiling foldhash v0.1.5
15862026-05-27T05:19:43.460Z Compiling zopfli v0.8.3
15872026-05-27T05:19:43.616Z Compiling bzip2 v0.6.1
15882026-05-27T05:19:43.680Z Compiling hashbrown v0.15.5
15892026-05-27T05:19:43.695Z Compiling hashbrown v0.16.1
15902026-05-27T05:19:43.847Z Compiling dof v0.3.0
15912026-05-27T05:19:43.863Z Compiling chacha20 v0.10.0
15922026-05-27T05:19:43.894Z Compiling daft v0.1.7
15932026-05-27T05:19:43.910Z Compiling snafu v0.8.9
15942026-05-27T05:19:43.983Z Compiling walkdir v2.5.0
15952026-05-27T05:19:43.998Z Compiling strum v0.27.2
15962026-05-27T05:19:44.224Z Compiling cargo_metadata v0.23.1
15972026-05-27T05:19:44.234Z Compiling clap_builder v4.5.60
15982026-05-27T05:19:44.284Z Compiling elliptic-curve v0.13.8
15992026-05-27T05:19:44.287Z Compiling toml_edit v0.19.15
16002026-05-27T05:19:44.313Z Compiling phf v0.13.1
16012026-05-27T05:19:44.317Z Compiling signal-hook-mio v0.2.5
16022026-05-27T05:19:44.448Z Compiling cookie_store v0.22.1
16032026-05-27T05:19:44.462Z Compiling hubpack v0.1.2
16042026-05-27T05:19:44.499Z Compiling usdt-macro v0.6.0
16052026-05-27T05:19:44.609Z Compiling usdt-attr-macro v0.6.0
16062026-05-27T05:19:44.623Z Compiling bzip2 v0.4.4
16072026-05-27T05:19:44.702Z Compiling futures v0.3.32
16082026-05-27T05:19:44.711Z Compiling serde_with_macros v3.17.0
16092026-05-27T05:19:44.745Z Compiling postgres-types v0.2.12
16102026-05-27T05:19:44.908Z Compiling zstd v0.13.3
16112026-05-27T05:19:45.069Z Compiling dtrace-parser v0.2.0
16122026-05-27T05:19:45.124Z Compiling globset v0.4.18
16132026-05-27T05:19:45.187Z Compiling ed25519 v2.2.3
16142026-05-27T05:19:45.283Z Compiling pkcs1 v0.7.5
16152026-05-27T05:19:45.315Z Compiling serde-big-array v0.5.1
16162026-05-27T05:19:45.454Z Compiling olpc-cjson v0.1.4
16172026-05-27T05:19:45.473Z Compiling serde_plain v1.0.2
16182026-05-27T05:19:45.590Z Compiling rfc6979 v0.4.0
16192026-05-27T05:19:45.630Z Compiling enum-as-inner v0.6.1
16202026-05-27T05:19:45.684Z Compiling async-recursion v1.1.1
16212026-05-27T05:19:45.700Z Compiling strum_macros v0.26.4
16222026-05-27T05:19:45.700Z Compiling serde_repr v0.1.20
16232026-05-27T05:19:45.832Z Compiling clap_derive v4.5.55
16242026-05-27T05:19:45.846Z Compiling phf_shared v0.11.3
16252026-05-27T05:19:45.864Z Compiling float-cmp v0.10.0
16262026-05-27T05:19:45.980Z Compiling pem v3.0.6
16272026-05-27T05:19:46.059Z Compiling memmap2 v0.9.10
16282026-05-27T05:19:46.075Z Compiling thread-id v4.2.2
16292026-05-27T05:19:46.109Z Compiling env_filter v1.0.0
16302026-05-27T05:19:46.177Z Compiling precomputed-hash v0.1.1
16312026-05-27T05:19:46.217Z Compiling predicates-core v1.0.10
16322026-05-27T05:19:46.285Z Compiling static_assertions v1.1.0
16332026-05-27T05:19:46.309Z Compiling data-encoding v2.10.0
16342026-05-27T05:19:46.332Z Compiling whoami v2.1.0
16352026-05-27T05:19:46.349Z Compiling keccak v0.1.6
16362026-05-27T05:19:46.373Z Compiling either v1.15.0
16372026-05-27T05:19:46.417Z Compiling hyper v1.8.1
16382026-05-27T05:19:46.432Z Compiling new_debug_unreachable v1.0.6
16392026-05-27T05:19:46.446Z Compiling fixedbitset v0.4.2
16402026-05-27T05:19:46.516Z Compiling difflib v0.4.0
16412026-05-27T05:19:46.599Z Compiling fixedbitset v0.5.7
16422026-05-27T05:19:46.683Z Compiling jiff v0.2.21
16432026-05-27T05:19:46.725Z Compiling typed-path v0.9.3
16442026-05-27T05:19:46.924Z Compiling normalize-line-endings v0.3.0
16452026-05-27T05:19:46.960Z Compiling petgraph v0.8.3
16462026-05-27T05:19:47.030Z Compiling predicates v3.1.4
16472026-05-27T05:19:47.045Z Compiling hickory-proto v0.25.2
16482026-05-27T05:19:47.101Z Compiling petgraph v0.6.5
16492026-05-27T05:19:47.193Z Compiling itertools v0.13.0
16502026-05-27T05:19:47.334Z Compiling tokio-postgres v0.7.16
16512026-05-27T05:19:47.356Z Compiling sha3 v0.10.8
16522026-05-27T05:19:47.473Z Compiling string_cache v0.8.9
16532026-05-27T05:19:47.586Z Compiling hyper-util v0.1.20
16542026-05-27T05:19:47.712Z Compiling clap v4.5.60
16552026-05-27T05:19:47.728Z Compiling strum v0.26.3
16562026-05-27T05:19:47.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16572026-05-27T05:19:47.808Z Compiling env_logger v0.11.9
16582026-05-27T05:19:47.840Z Compiling usdt v0.6.0
16592026-05-27T05:19:47.878Z Compiling toml_edit v0.22.27
16602026-05-27T05:19:47.996Z Compiling usdt-impl v0.5.0
16612026-05-27T05:19:48.064Z Compiling serde_with v3.17.0
16622026-05-27T05:19:48.122Z Compiling crossterm v0.28.1
16632026-05-27T05:19:48.188Z Compiling ecdsa v0.16.9
16642026-05-27T05:19:48.461Z Compiling toml v0.7.8
16652026-05-27T05:19:48.604Z Compiling rsa v0.9.10
16662026-05-27T05:19:48.619Z Compiling ed25519-dalek v2.2.0
16672026-05-27T05:19:49.053Z Compiling hyper-tls v0.6.0
16682026-05-27T05:19:49.080Z Compiling zip v0.6.6
16692026-05-27T05:19:49.289Z Compiling zip v4.6.1
16702026-05-27T05:19:49.306Z Compiling iddqd v0.4.2
16712026-05-27T05:19:49.416Z Compiling rand v0.10.0
16722026-05-27T05:19:49.774Z Compiling heck v0.4.1
16732026-05-27T05:19:49.796Z Compiling similar v2.7.0
16742026-05-27T05:19:49.812Z Compiling tokio-stream v0.1.18
16752026-05-27T05:19:49.902Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-27T05:19:50.022Z Compiling buf-list v1.1.2
16772026-05-27T05:19:50.265Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-27T05:19:50.298Z Compiling openapiv3 v2.2.0
16792026-05-27T05:19:50.319Z Compiling x509-cert v0.2.5
16802026-05-27T05:19:50.338Z Compiling sha1 v0.10.6
16812026-05-27T05:19:50.465Z Compiling crossbeam-epoch v0.9.18
16822026-05-27T05:19:50.547Z Compiling peg-runtime v0.8.5
16832026-05-27T05:19:50.588Z Compiling lalrpop-util v0.19.12
16842026-05-27T05:19:50.603Z Compiling thread_local v1.1.9
16852026-05-27T05:19:50.624Z Compiling slog-async v2.8.0
16862026-05-27T05:19:50.639Z Compiling crossbeam-channel v0.5.15
16872026-05-27T05:19:50.644Z Compiling filetime v0.2.27
16882026-05-27T05:19:50.685Z Compiling is-terminal v0.4.17
16892026-05-27T05:19:50.791Z Compiling take_mut v0.2.2
16902026-05-27T05:19:50.806Z Compiling term v1.2.1
16912026-05-27T05:19:50.820Z Compiling xattr v1.6.1
16922026-05-27T05:19:50.995Z Compiling tar v0.4.45
16932026-05-27T05:19:51.144Z Compiling slog-term v2.9.2
16942026-05-27T05:20:08.630Z Compiling rustls-webpki v0.103.9
16952026-05-27T05:20:11.391Z Compiling tokio-rustls v0.26.4
16962026-05-27T05:20:11.392Z Compiling rustls-platform-verifier v0.6.2
16972026-05-27T05:20:11.600Z Compiling hyper-rustls v0.27.7
16982026-05-27T05:20:11.817Z Compiling reqwest v0.12.28
16992026-05-27T05:20:11.825Z Compiling reqwest v0.13.2
17002026-05-27T05:20:12.982Z Compiling tough v0.22.0
17012026-05-27T05:20:15.471Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-05-27T05:20:15.705Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-05-27T05:20:18.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.15s
17042026-05-27T05:20:18.692Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17052026-05-27T05:20:18.747ZMay 27 05:20:18.057 INFO Starting download, target: Cockroach
17062026-05-27T05:20:18.747ZMay 27 05:20:18.058 INFO Starting download, target: DendriteStub
17072026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Starting download, target: Console
17082026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Starting download, target: Clickhouse
17092026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Starting download, target: MaghemiteMgd
17102026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Starting download, target: TransceiverControl
17112026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17142026-05-27T05:20:18.753ZMay 27 05:20:18.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-27T05:20:18.754ZMay 27 05:20:18.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-27T05:20:18.754ZMay 27 05:20:18.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-05-27T05:20:19.241ZMay 27 05:20:18.527 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17182026-05-27T05:20:19.460ZMay 27 05:20:18.753 INFO Download complete, target: TransceiverControl
17192026-05-27T05:20:19.726ZMay 27 05:20:19.032 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-05-27T05:20:19.988ZMay 27 05:20:19.279 INFO Download complete, target: Console
17212026-05-27T05:20:20.598ZMay 27 05:20:19.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-05-27T05:20:20.808ZMay 27 05:20:20.116 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-05-27T05:20:21.130ZMay 27 05:20:20.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-27T05:20:21.130ZMay 27 05:20:20.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-27T05:20:21.679ZMay 27 05:20:20.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-05-27T05:20:23.187ZMay 27 05:20:22.489 INFO Download complete, target: DendriteStub
17272026-05-27T05:20:23.466ZMay 27 05:20:22.727 INFO Download complete, target: MaghemiteMgd
17282026-05-27T05:20:26.229ZMay 27 05:20:25.446 INFO Checking that binary works, target: Cockroach
17292026-05-27T05:20:26.281ZMay 27 05:20:25.574 INFO Download complete, target: Cockroach
17302026-05-27T05:20:28.711ZMay 27 05:20:27.999 INFO Checking that binary works, target: Clickhouse
17312026-05-27T05:20:28.862ZMay 27 05:20:28.120 INFO Download complete, target: Clickhouse
17322026-05-27T05:20:28.877ZAll prerequisites installed successfully
17332026-05-27T05:20:28.877Z
17342026-05-27T05:20:28.877Zreal 1:59.852430280
17352026-05-27T05:20:28.877Zuser 6:57.505865638
17362026-05-27T05:20:28.877Zsys 1:41.932222128
17372026-05-27T05:20:28.877Ztrap 0.275969943
17382026-05-27T05:20:28.877Ztflt 1.228778330
17392026-05-27T05:20:28.877Zdflt 1.740566266
17402026-05-27T05:20:28.877Zkflt 0.028195479
17412026-05-27T05:20:28.877Zlock 23:24.034760981
17422026-05-27T05:20:28.878Zslp 18:59.912104338
17432026-05-27T05:20:28.878Zlat 24.725877939
17442026-05-27T05:20:28.878Zstop 2:48.984359780
17452026-05-27T05:20:28.878Z+ ptime -m cargo xtask download softnpu
17462026-05-27T05:20:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17472026-05-27T05:20:29.409Z Running `target/debug/xtask download softnpu`
17482026-05-27T05:20:30.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17492026-05-27T05:20:30.226Z Running `target/debug/xtask-downloader softnpu`
17502026-05-27T05:20:30.257ZMay 27 05:20:29.568 INFO Starting download, target: Softnpu
17512026-05-27T05:20:30.261ZMay 27 05:20:29.568 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-05-27T05:20:31.356ZMay 27 05:20:30.666 INFO Download complete, target: Softnpu
17532026-05-27T05:20:31.362Z
17542026-05-27T05:20:31.366Zreal 2.536856922
17552026-05-27T05:20:31.366Zuser 1.359100740
17562026-05-27T05:20:31.366Zsys 0.667902589
17572026-05-27T05:20:31.366Ztrap 0.000538520
17582026-05-27T05:20:31.366Ztflt 0.000376650
17592026-05-27T05:20:31.366Zdflt 0.000048460
17602026-05-27T05:20:31.366Zkflt 0.000000000
17612026-05-27T05:20:31.366Zlock 20.214109585
17622026-05-27T05:20:31.366Zslp 0.956442935
17632026-05-27T05:20:31.366Zlat 0.101992707
17642026-05-27T05:20:31.366Zstop 0.000197250
17652026-05-27T05:20:31.366Z+ export CARGO_INCREMENTAL=0
17662026-05-27T05:20:31.367Z+ CARGO_INCREMENTAL=0
17672026-05-27T05:20:31.367Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-05-27T05:20:32.262Z Compiling proc-macro2 v1.0.106
17692026-05-27T05:20:32.262Z Compiling quote v1.0.45
17702026-05-27T05:20:32.262Z Compiling unicode-ident v1.0.24
17712026-05-27T05:20:32.267Z Compiling libc v0.2.185
17722026-05-27T05:20:32.267Z Compiling serde_core v1.0.228
17732026-05-27T05:20:32.267Z Compiling serde v1.0.228
17742026-05-27T05:20:32.267Z Compiling cfg-if v1.0.4
17752026-05-27T05:20:32.267Z Compiling version_check v0.9.5
17762026-05-27T05:20:32.267Z Compiling find-msvc-tools v0.1.9
17772026-05-27T05:20:32.267Z Compiling shlex v1.3.0
17782026-05-27T05:20:32.267Z Compiling typenum v1.19.0
17792026-05-27T05:20:32.267Z Compiling zmij v1.0.21
17802026-05-27T05:20:32.267Z Compiling autocfg v1.5.0
17812026-05-27T05:20:32.411Z Compiling serde_json v1.0.149
17822026-05-27T05:20:32.414Z Compiling memchr v2.8.0
17832026-05-27T05:20:32.599Z Compiling portable-atomic v1.13.1
17842026-05-27T05:20:32.699Z Compiling libm v0.2.16
17852026-05-27T05:20:32.802Z Compiling zerocopy v0.8.40
17862026-05-27T05:20:32.809Z Compiling generic-array v0.14.7
17872026-05-27T05:20:32.815Z Compiling parking_lot_core v0.9.12
17882026-05-27T05:20:32.819Z Compiling smallvec v1.15.1
17892026-05-27T05:20:32.865Z Compiling icu_properties_data v2.1.2
17902026-05-27T05:20:32.963Z Compiling icu_normalizer_data v2.1.1
17912026-05-27T05:20:33.009Z Compiling num-traits v0.2.19
17922026-05-27T05:20:33.030Z Compiling itoa v1.0.17
17932026-05-27T05:20:33.080Z Compiling getrandom v0.4.1
17942026-05-27T05:20:33.085Z Compiling log v0.4.29
17952026-05-27T05:20:33.155Z Compiling stable_deref_trait v1.2.1
17962026-05-27T05:20:33.168Z Compiling pkg-config v0.3.32
17972026-05-27T05:20:33.200Z Compiling subtle v2.6.1
17982026-05-27T05:20:33.359Z Compiling scopeguard v1.2.0
17992026-05-27T05:20:33.389Z Compiling jobserver v0.1.34
18002026-05-27T05:20:33.394Z Compiling getrandom v0.2.17
18012026-05-27T05:20:33.485Z Compiling errno v0.3.14
18022026-05-27T05:20:33.572Z Compiling lock_api v0.4.14
18032026-05-27T05:20:33.581Z Compiling rand_core v0.6.4
18042026-05-27T05:20:33.602Z Compiling litemap v0.8.1
18052026-05-27T05:20:33.626Z Compiling cc v1.2.56
18062026-05-27T05:20:33.676Z Compiling syn v2.0.117
18072026-05-27T05:20:33.692Z Compiling percent-encoding v2.3.2
18082026-05-27T05:20:33.697Z Compiling writeable v0.6.2
18092026-05-27T05:20:33.811Z Compiling fnv v1.0.7
18102026-05-27T05:20:33.824Z Compiling pin-project-lite v0.2.17
18112026-05-27T05:20:33.898Z Compiling thiserror v2.0.18
18122026-05-27T05:20:33.945Z Compiling getrandom v0.3.4
18132026-05-27T05:20:33.977Z Compiling fs_extra v1.3.0
18142026-05-27T05:20:33.999Z Compiling equivalent v1.0.2
18152026-05-27T05:20:34.008Z Compiling dunce v1.0.5
18162026-05-27T05:20:34.063Z Compiling schemars v0.8.22
18172026-05-27T05:20:34.078Z Compiling rustversion v1.0.22
18182026-05-27T05:20:34.102Z Compiling utf8_iter v1.0.4
18192026-05-27T05:20:34.133Z Compiling rand_core v0.10.0
18202026-05-27T05:20:34.241Z Compiling form_urlencoded v1.2.2
18212026-05-27T05:20:34.312Z Compiling critical-section v1.2.0
18222026-05-27T05:20:34.344Z Compiling cmake v0.1.57
18232026-05-27T05:20:34.374Z Compiling signal-hook-registry v1.4.8
18242026-05-27T05:20:34.454Z Compiling rustix v1.1.3
18252026-05-27T05:20:34.471Z Compiling hashbrown v0.17.0
18262026-05-27T05:20:34.504Z Compiling mio v1.2.0
18272026-05-27T05:20:34.587Z Compiling socket2 v0.6.3
18282026-05-27T05:20:34.700Z Compiling once_cell v1.21.3
18292026-05-27T05:20:34.787Z Compiling semver v1.0.28
18302026-05-27T05:20:34.854Z Compiling parking_lot v0.12.5
18312026-05-27T05:20:34.933Z Compiling bitflags v2.11.0
18322026-05-27T05:20:34.984Z Compiling ring v0.17.14
18332026-05-27T05:20:35.015Z Compiling aws-lc-sys v0.40.0
18342026-05-27T05:20:35.033Z Compiling indexmap v2.14.0
18352026-05-27T05:20:35.046Z Compiling const-oid v0.9.6
18362026-05-27T05:20:35.127Z Compiling heck v0.5.0
18372026-05-27T05:20:35.160Z Compiling aws-lc-rs v1.16.3
18382026-05-27T05:20:35.241Z Compiling futures-core v0.3.32
18392026-05-27T05:20:35.264Z Compiling httparse v1.10.1
18402026-05-27T05:20:35.373Z Compiling strsim v0.11.1
18412026-05-27T05:20:35.378Z Compiling thiserror v1.0.69
18422026-05-27T05:20:35.422Z Compiling vcpkg v0.2.15
18432026-05-27T05:20:35.599Z Compiling byteorder v1.5.0
18442026-05-27T05:20:35.684Z Compiling ucd-trie v0.1.7
18452026-05-27T05:20:35.701Z Compiling iana-time-zone v0.1.65
18462026-05-27T05:20:35.774Z Compiling syn v1.0.109
18472026-05-27T05:20:35.779Z Compiling ident_case v1.0.1
18482026-05-27T05:20:35.787Z Compiling regex-syntax v0.8.10
18492026-05-27T05:20:35.804Z Compiling uuid v1.23.0
18502026-05-27T05:20:35.842Z Compiling pest v2.8.6
18512026-05-27T05:20:35.892Z Compiling rustls v0.23.37
18522026-05-27T05:20:35.914Z Compiling cpufeatures v0.2.17
18532026-05-27T05:20:36.000Z Compiling openssl-sys v0.9.115
18542026-05-27T05:20:36.127Z Compiling futures-sink v0.3.32
18552026-05-27T05:20:36.160Z Compiling rustc_version v0.4.1
18562026-05-27T05:20:36.233Z Compiling futures-channel v0.3.32
18572026-05-27T05:20:36.253Z Compiling futures-io v0.3.32
18582026-05-27T05:20:36.278Z Compiling futures-task v0.3.32
18592026-05-27T05:20:36.445Z Compiling slab v0.4.12
18602026-05-27T05:20:36.467Z Compiling synstructure v0.13.2
18612026-05-27T05:20:36.500Z Compiling serde_derive_internals v0.29.1
18622026-05-27T05:20:36.597Z Compiling aho-corasick v1.1.4
18632026-05-27T05:20:36.641Z Compiling dyn-clone v1.0.20
18642026-05-27T05:20:36.865Z Compiling base64 v0.22.1
18652026-05-27T05:20:36.878Z Compiling plain v0.2.3
18662026-05-27T05:20:36.993Z Compiling pest_meta v2.8.6
18672026-05-27T05:20:37.029Z Compiling crc32fast v1.5.0
18682026-05-27T05:20:37.029Z Compiling openssl v0.10.79
18692026-05-27T05:20:37.050Z Compiling num-conv v0.2.0
18702026-05-27T05:20:37.142Z Compiling crossbeam-utils v0.8.21
18712026-05-27T05:20:37.171Z Compiling time-core v0.1.8
18722026-05-27T05:20:37.267Z Compiling pretty-hex v0.4.1
18732026-05-27T05:20:37.384Z Compiling native-tls v0.2.18
18742026-05-27T05:20:37.394Z Compiling time-macros v0.2.27
18752026-05-27T05:20:37.394Z Compiling anyhow v1.0.102
18762026-05-27T05:20:37.394Z Compiling base64ct v1.8.3
18772026-05-27T05:20:37.394Z Compiling regex-automata v0.4.14
18782026-05-27T05:20:37.395Z Compiling darling_core v0.21.3
18792026-05-27T05:20:37.534Z Compiling pest_generator v2.8.6
18802026-05-27T05:20:37.619Z Compiling pem-rfc7468 v0.7.0
18812026-05-27T05:20:37.634Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-05-27T05:20:37.656Z Compiling tracing-core v0.1.36
18832026-05-27T05:20:37.735Z Compiling serde_derive v1.0.228
18842026-05-27T05:20:37.888Z Compiling zeroize_derive v1.4.3
18852026-05-27T05:20:37.909Z Compiling zerofrom-derive v0.1.6
18862026-05-27T05:20:37.924Z Compiling yoke-derive v0.8.1
18872026-05-27T05:20:37.997Z Compiling zerovec-derive v0.11.2
18882026-05-27T05:20:38.023Z Compiling displaydoc v0.2.5
18892026-05-27T05:20:38.167Z Compiling zerocopy-derive v0.8.40
18902026-05-27T05:20:38.204Z Compiling tokio-macros v2.7.0
18912026-05-27T05:20:38.276Z Compiling futures-macro v0.3.32
18922026-05-27T05:20:38.489Z Compiling zeroize v1.8.2
18932026-05-27T05:20:38.746Z Compiling thiserror-impl v2.0.18
18942026-05-27T05:20:38.927Z Compiling schemars_derive v0.8.22
18952026-05-27T05:20:38.934Z Compiling tracing-attributes v0.1.31
18962026-05-27T05:20:39.069Z Compiling zerofrom v0.1.6
18972026-05-27T05:20:39.107Z Compiling der_derive v0.7.3
18982026-05-27T05:20:39.170Z Compiling yoke v0.8.1
18992026-05-27T05:20:39.274Z Compiling crypto-common v0.1.7
19002026-05-27T05:20:39.376Z Compiling zerovec v0.11.5
19012026-05-27T05:20:39.397Z Compiling zerotrie v0.2.3
19022026-05-27T05:20:39.437Z Compiling block-buffer v0.10.4
19032026-05-27T05:20:39.560Z Compiling digest v0.10.7
19042026-05-27T05:20:39.795Z Compiling thiserror-impl v1.0.69
19052026-05-27T05:20:39.917Z Compiling pest_derive v2.8.6
19062026-05-27T05:20:39.985Z Compiling tinystr v0.8.2
19072026-05-27T05:20:40.002Z Compiling potential_utf v0.1.4
19082026-05-27T05:20:40.013Z Compiling futures-util v0.3.32
19092026-05-27T05:20:40.076Z Compiling hmac v0.12.1
19102026-05-27T05:20:40.158Z Compiling icu_collections v2.1.1
19112026-05-27T05:20:40.186Z Compiling icu_locale_core v2.1.1
19122026-05-27T05:20:40.413Z Compiling block-padding v0.3.3
19132026-05-27T05:20:40.549Z Compiling inout v0.1.4
19142026-05-27T05:20:40.720Z Compiling rustls-pki-types v1.14.0
19152026-05-27T05:20:40.828Z Compiling bytes v1.11.1
19162026-05-27T05:20:40.913Z Compiling icu_provider v2.1.1
19172026-05-27T05:20:40.924Z Compiling chrono v0.4.44
19182026-05-27T05:20:40.953Z Compiling openssl-macros v0.1.1
19192026-05-27T05:20:41.166Z Compiling icu_normalizer v2.1.1
19202026-05-27T05:20:41.272Z Compiling icu_properties v2.1.2
19212026-05-27T05:20:41.323Z Compiling tokio v1.52.1
19222026-05-27T05:20:41.792Z Compiling serde_tokenstream v0.2.3
19232026-05-27T05:20:42.085Z Compiling cipher v0.4.4
19242026-05-27T05:20:42.096Z Compiling sha2 v0.10.9
19252026-05-27T05:20:42.334Z Compiling idna_adapter v1.2.1
19262026-05-27T05:20:42.412Z Compiling ppv-lite86 v0.2.21
19272026-05-27T05:20:42.461Z Compiling idna v1.1.0
19282026-05-27T05:20:42.599Z Compiling scroll_derive v0.12.1
19292026-05-27T05:20:42.667Z Compiling scroll_derive v0.13.1
19302026-05-27T05:20:42.714Z Compiling http v1.4.0
19312026-05-27T05:20:42.807Z Compiling flagset v0.4.7
19322026-05-27T05:20:42.885Z Compiling url v2.5.8
19332026-05-27T05:20:43.105Z Compiling untrusted v0.9.0
19342026-05-27T05:20:43.106Z Compiling der v0.7.10
19352026-05-27T05:20:43.183Z Compiling tracing v0.1.44
19362026-05-27T05:20:43.260Z Compiling regex v1.12.3
19372026-05-27T05:20:43.345Z Compiling darling_macro v0.21.3
19382026-05-27T05:20:43.491Z Compiling zerocopy-derive v0.7.35
19392026-05-27T05:20:43.581Z Compiling rand_core v0.9.5
19402026-05-27T05:20:43.670Z Compiling slog v2.8.2
19412026-05-27T05:20:44.086Z Compiling darling v0.21.3
19422026-05-27T05:20:44.123Z Compiling spki v0.7.3
19432026-05-27T05:20:44.179Z Compiling salsa20 v0.10.2
19442026-05-27T05:20:44.234Z Compiling pbkdf2 v0.12.2
19452026-05-27T05:20:44.570Z Compiling cookie v0.18.1
19462026-05-27T05:20:44.740Z Compiling camino v1.2.2
19472026-05-27T05:20:45.084Z Compiling scrypt v0.11.0
19482026-05-27T05:20:45.113Z Compiling tokio-util v0.7.18
19492026-05-27T05:20:45.113Z Compiling rand_chacha v0.9.0
19502026-05-27T05:20:45.264Z Compiling http-body v1.0.1
19512026-05-27T05:20:45.328Z Compiling cbc v0.1.2
19522026-05-27T05:20:45.373Z Compiling aes v0.8.4
19532026-05-27T05:20:45.439Z Compiling usdt-impl v0.5.0
19542026-05-27T05:20:45.520Z Compiling winnow v0.7.14
19552026-05-27T05:20:45.520Z Compiling tinyvec_macros v0.1.1
19562026-05-27T05:20:45.591Z Compiling openssl-probe v0.2.1
19572026-05-27T05:20:45.591Z Compiling atomic-waker v1.1.2
19582026-05-27T05:20:45.686Z Compiling either v1.15.0
19592026-05-27T05:20:45.733Z Compiling paste v1.0.15
19602026-05-27T05:20:45.860Z Compiling ref-cast v1.0.25
19612026-05-27T05:20:45.912Z Compiling usdt-impl v0.6.0
19622026-05-27T05:20:45.912Z Compiling untrusted v0.7.1
19632026-05-27T05:20:46.058Z Compiling pkcs5 v0.7.1
19642026-05-27T05:20:46.123Z Compiling tinyvec v1.10.0
19652026-05-27T05:20:46.152Z Compiling rand v0.9.2
19662026-05-27T05:20:46.424Z Compiling scroll v0.13.0
19672026-05-27T05:20:46.471Z Compiling scroll v0.12.0
19682026-05-27T05:20:46.566Z Compiling toml_datetime v0.6.11
19692026-05-27T05:20:46.688Z Compiling serde_spanned v0.6.9
19702026-05-27T05:20:46.702Z Compiling async-trait v0.1.89
19712026-05-27T05:20:46.721Z Compiling heapless v0.7.17
19722026-05-27T05:20:46.755Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-05-27T05:20:46.843Z Compiling tower-service v0.3.3
19742026-05-27T05:20:46.853Z Compiling tower-layer v0.3.3
19752026-05-27T05:20:46.897Z Compiling zstd-safe v7.2.4
19762026-05-27T05:20:46.951Z Compiling signal-hook v0.3.18
19772026-05-27T05:20:46.987Z Compiling try-lock v0.2.5
19782026-05-27T05:20:47.058Z Compiling fastrand v2.3.0
19792026-05-27T05:20:47.156Z Compiling want v0.3.1
19802026-05-27T05:20:47.211Z Compiling h2 v0.4.13
19812026-05-27T05:20:47.291Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-05-27T05:20:47.332Z Compiling goblin v0.8.2
19832026-05-27T05:20:47.406Z Compiling goblin v0.10.5
19842026-05-27T05:20:47.537Z Compiling pkcs8 v0.10.2
19852026-05-27T05:20:47.596Z Compiling zerocopy v0.7.35
19862026-05-27T05:20:47.714Z Compiling ipnet v2.11.0
19872026-05-27T05:20:47.855Z Compiling ref-cast-impl v1.0.25
19882026-05-27T05:20:48.028Z Compiling darling_core v0.20.11
19892026-05-27T05:20:48.147Z Compiling curve25519-dalek v4.1.3
19902026-05-27T05:20:48.316Z Compiling memoffset v0.9.1
19912026-05-27T05:20:48.396Z Compiling pin-utils v0.1.0
19922026-05-27T05:20:48.421Z Compiling litrs v1.0.0
19932026-05-27T05:20:48.492Z Compiling foreign-types-shared v0.1.1
19942026-05-27T05:20:48.536Z Compiling rustix v0.38.44
19952026-05-27T05:20:48.590Z Compiling httpdate v1.0.3
19962026-05-27T05:20:48.956Z Compiling winnow v0.5.40
19972026-05-27T05:20:49.051Z Compiling document-features v0.2.12
19982026-05-27T05:20:49.170Z Compiling tempfile v3.25.0
19992026-05-27T05:20:49.248Z Compiling foreign-types v0.3.2
20002026-05-27T05:20:49.518Z Compiling dof v0.3.0
20012026-05-27T05:20:49.613Z Compiling unicode-normalization v0.1.25
20022026-05-27T05:20:49.999Z Compiling darling_macro v0.20.11
20032026-05-27T05:20:50.017Z Compiling dtrace-parser v0.2.0
20042026-05-27T05:20:50.125Z Compiling dof v0.4.0
20052026-05-27T05:20:50.164Z Compiling hyper v1.8.1
20062026-05-27T05:20:50.324Z Compiling toml_edit v0.19.15
20072026-05-27T05:20:50.416Z Compiling dtrace-parser v0.3.0
20082026-05-27T05:20:50.501Z Compiling pin-project-internal v1.1.11
20092026-05-27T05:20:50.614Z Compiling daft-derive v0.1.7
20102026-05-27T05:20:50.666Z Compiling spin v0.9.8
20112026-05-27T05:20:50.679Z Compiling thread-id v5.1.0
20122026-05-27T05:20:50.705Z Compiling thread-id v4.2.2
20132026-05-27T05:20:50.774Z Compiling powerfmt v0.2.0
20142026-05-27T05:20:50.806Z Compiling smoltcp v0.9.1
20152026-05-27T05:20:50.896Z Compiling cfg_aliases v0.2.1
20162026-05-27T05:20:51.029Z Compiling num-bigint-dig v0.8.6
20172026-05-27T05:20:51.068Z Compiling nix v0.31.2
20182026-05-27T05:20:51.130Z Compiling deranged v0.5.8
20192026-05-27T05:20:51.324Z Compiling hyper-util v0.1.20
20202026-05-27T05:20:51.531Z Compiling darling v0.20.11
20212026-05-27T05:20:51.690Z Compiling rustls-native-certs v0.8.3
20222026-05-27T05:20:51.743Z Compiling ipnetwork v0.21.1
20232026-05-27T05:20:52.116Z Compiling strum_macros v0.26.4
20242026-05-27T05:20:52.306Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-27T05:20:52.421Z Compiling sync_wrapper v1.0.2
20262026-05-27T05:20:52.524Z Compiling wait-timeout v0.2.1
20272026-05-27T05:20:52.646Z Compiling siphasher v1.0.2
20282026-05-27T05:20:52.765Z Compiling simd-adler32 v0.3.8
20292026-05-27T05:20:52.816Z Compiling quick-error v1.2.3
20302026-05-27T05:20:52.948Z Compiling bit-vec v0.8.0
20312026-05-27T05:20:53.017Z Compiling utf8parse v0.2.2
20322026-05-27T05:20:53.068Z Compiling anstyle v1.0.13
20332026-05-27T05:20:53.117Z Compiling num_threads v0.1.7
20342026-05-27T05:20:53.213Z Compiling time v0.3.47
20352026-05-27T05:20:53.230Z Compiling bit-set v0.8.0
20362026-05-27T05:20:53.298Z Compiling anstyle-parse v0.2.7
20372026-05-27T05:20:53.415Z Compiling rusty-fork v0.3.1
20382026-05-27T05:20:53.581Z Compiling tower v0.5.3
20392026-05-27T05:20:53.770Z Compiling derive_builder_core v0.20.2
20402026-05-27T05:20:53.871Z Compiling http-body-util v0.1.3
20412026-05-27T05:20:54.073Z Compiling webpki-roots v1.0.6
20422026-05-27T05:20:54.133Z Compiling rand_xorshift v0.4.0
20432026-05-27T05:20:54.181Z Compiling signature v2.2.0
20442026-05-27T05:20:54.211Z Compiling hubpack_derive v0.1.1
20452026-05-27T05:20:54.283Z Compiling snafu-derive v0.8.9
20462026-05-27T05:20:54.298Z Compiling strum_macros v0.27.2
20472026-05-27T05:20:54.532Z Compiling fs-err v3.3.0
20482026-05-27T05:20:54.570Z Compiling ahash v0.8.12
20492026-05-27T05:20:54.665Z Compiling encoding_rs v0.8.35
20502026-05-27T05:20:54.744Z Compiling colorchoice v1.0.4
20512026-05-27T05:20:54.794Z Compiling allocator-api2 v0.2.21
20522026-05-27T05:20:54.875Z Compiling unicode-properties v0.1.4
20532026-05-27T05:20:54.879Z Compiling adler2 v2.0.1
20542026-05-27T05:20:55.043Z Compiling ryu v1.0.23
20552026-05-27T05:20:55.095Z Compiling mime v0.3.17
20562026-05-27T05:20:55.170Z Compiling unarray v0.1.4
20572026-05-27T05:20:55.266Z Compiling iri-string v0.7.10
20582026-05-27T05:20:55.302Z Compiling unicode-segmentation v1.12.0
20592026-05-27T05:20:55.317Z Compiling is_terminal_polyfill v1.70.2
20602026-05-27T05:20:55.338Z Compiling object v0.37.3
20612026-05-27T05:20:55.362Z Compiling unicode-bidi v0.3.18
20622026-05-27T05:20:55.377Z Compiling anstyle-query v1.1.5
20632026-05-27T05:20:55.404Z Compiling serde_urlencoded v0.7.1
20642026-05-27T05:20:55.501Z Compiling anstream v0.6.21
20652026-05-27T05:20:55.607Z Compiling proptest v1.10.0
20662026-05-27T05:20:55.697Z Compiling stringprep v0.1.5
20672026-05-27T05:20:55.875Z Compiling miniz_oxide v0.8.9
20682026-05-27T05:20:55.993Z Compiling derive_builder_macro v0.20.2
20692026-05-27T05:20:56.155Z Compiling tokio-native-tls v0.3.1
20702026-05-27T05:20:56.189Z Compiling usdt-attr-macro v0.6.0
20712026-05-27T05:20:56.341Z Compiling usdt-macro v0.6.0
20722026-05-27T05:20:56.552Z Compiling tower-http v0.6.8
20732026-05-27T05:20:56.817Z Compiling rand_chacha v0.3.1
20742026-05-27T05:20:56.851Z Compiling erased-serde v0.3.31
20752026-05-27T05:20:56.877Z Compiling md-5 v0.10.6
20762026-05-27T05:20:56.929Z Compiling bstr v1.12.1
20772026-05-27T05:20:56.979Z Compiling num-integer v0.1.46
20782026-05-27T05:20:56.996Z Compiling hash32 v0.2.1
20792026-05-27T05:20:57.039Z Compiling vergen-lib v9.1.0
20802026-05-27T05:20:57.117Z Compiling ff v0.13.1
20812026-05-27T05:20:57.239Z Compiling zlib-rs v0.6.2
20822026-05-27T05:20:57.260Z Compiling psl-types v2.0.11
20832026-05-27T05:20:57.411Z Compiling base16ct v0.2.0
20842026-05-27T05:20:57.450Z Compiling fallible-iterator v0.2.0
20852026-05-27T05:20:57.450Z Compiling publicsuffix v2.3.0
20862026-05-27T05:20:57.539Z Compiling sec1 v0.7.3
20872026-05-27T05:20:57.608Z Compiling num-iter v0.1.45
20882026-05-27T05:20:57.765Z Compiling newtype-uuid v1.3.2
20892026-05-27T05:20:57.776Z Compiling postgres-protocol v0.6.10
20902026-05-27T05:20:57.816Z Compiling group v0.13.0
20912026-05-27T05:20:58.040Z Compiling rand v0.8.6
20922026-05-27T05:20:58.438Z Compiling oxnet v0.1.4
20932026-05-27T05:20:58.538Z Compiling derive_builder v0.20.2
20942026-05-27T05:20:58.581Z Compiling hyper-tls v0.6.0
20952026-05-27T05:20:58.662Z Compiling heck v0.4.1
20962026-05-27T05:20:58.774Z Compiling phf_shared v0.13.1
20972026-05-27T05:20:58.783Z Compiling pin-project v1.1.11
20982026-05-27T05:20:58.840Z Compiling lazy_static v1.5.0
20992026-05-27T05:20:58.958Z Compiling terminal_size v0.4.3
21002026-05-27T05:20:58.978Z Compiling serde_with_macros v3.17.0
21012026-05-27T05:20:58.998Z Compiling futures-executor v0.3.32
21022026-05-27T05:20:59.013Z Compiling hex v0.4.3
21032026-05-27T05:20:59.110Z Compiling hkdf v0.12.4
21042026-05-27T05:20:59.222Z Compiling flate2 v1.1.9
21052026-05-27T05:20:59.245Z Compiling crypto-bigint v0.5.5
21062026-05-27T05:20:59.275Z Compiling clap_derive v4.5.55
21072026-05-27T05:20:59.379Z Compiling enum-as-inner v0.6.1
21082026-05-27T05:20:59.388Z Compiling serde_repr v0.1.20
21092026-05-27T05:20:59.426Z Compiling async-recursion v1.1.1
21102026-05-27T05:20:59.497Z Compiling vergen v9.1.0
21112026-05-27T05:20:59.631Z Compiling cargo-platform v0.3.2
21122026-05-27T05:20:59.679Z Compiling bumpalo v3.20.2
21132026-05-27T05:20:59.718Z Compiling bitflags v1.3.2
21142026-05-27T05:20:59.900Z Compiling foldhash v0.1.5
21152026-05-27T05:20:59.914Z Compiling clap_lex v1.0.0
21162026-05-27T05:20:59.970Z Compiling same-file v1.0.6
21172026-05-27T05:21:00.040Z Compiling managed v0.8.0
21182026-05-27T05:21:00.085Z Compiling foldhash v0.2.0
21192026-05-27T05:21:00.152Z Compiling libbz2-rs-sys v0.2.2
21202026-05-27T05:21:00.169Z Compiling cpufeatures v0.3.0
21212026-05-27T05:21:00.202Z Compiling elliptic-curve v0.13.8
21222026-05-27T05:21:00.270Z Compiling hashbrown v0.16.1
21232026-05-27T05:21:00.286Z Compiling chacha20 v0.10.0
21242026-05-27T05:21:00.474Z Compiling clap_builder v4.5.60
21252026-05-27T05:21:00.543Z Compiling walkdir v2.5.0
21262026-05-27T05:21:00.559Z Compiling bzip2 v0.6.1
21272026-05-27T05:21:00.575Z Compiling hashbrown v0.15.5
21282026-05-27T05:21:00.836Z Compiling zopfli v0.8.3
21292026-05-27T05:21:00.847Z Compiling cargo_metadata v0.23.1
21302026-05-27T05:21:00.928Z Compiling futures v0.3.32
21312026-05-27T05:21:01.162Z Compiling phf v0.13.1
21322026-05-27T05:21:01.346Z Compiling snafu v0.8.9
21332026-05-27T05:21:01.379Z Compiling zstd v0.13.3
21342026-05-27T05:21:01.383Z Compiling signal-hook-mio v0.2.5
21352026-05-27T05:21:01.383Z Compiling daft v0.1.7
21362026-05-27T05:21:01.612Z Compiling cookie_store v0.22.1
21372026-05-27T05:21:01.667Z Compiling postgres-types v0.2.12
21382026-05-27T05:21:01.681Z Compiling bzip2 v0.4.4
21392026-05-27T05:21:01.837Z Compiling globset v0.4.18
21402026-05-27T05:21:01.904Z Compiling strum v0.27.2
21412026-05-27T05:21:02.204Z Compiling hubpack v0.1.2
21422026-05-27T05:21:02.215Z Compiling ed25519 v2.2.3
21432026-05-27T05:21:02.232Z Compiling phf_shared v0.11.3
21442026-05-27T05:21:02.325Z Compiling crossbeam-epoch v0.9.18
21452026-05-27T05:21:02.429Z Compiling olpc-cjson v0.1.4
21462026-05-27T05:21:02.447Z Compiling pkcs1 v0.7.5
21472026-05-27T05:21:02.478Z Compiling pem v3.0.6
21482026-05-27T05:21:02.609Z Compiling serde_plain v1.0.2
21492026-05-27T05:21:02.659Z Compiling serde-big-array v0.5.1
21502026-05-27T05:21:02.685Z Compiling rfc6979 v0.4.0
21512026-05-27T05:21:02.787Z Compiling float-cmp v0.10.0
21522026-05-27T05:21:02.825Z Compiling memmap2 v0.9.10
21532026-05-27T05:21:02.976Z Compiling env_filter v1.0.0
21542026-05-27T05:21:02.976Z Compiling typed-path v0.9.3
21552026-05-27T05:21:02.977Z Compiling normalize-line-endings v0.3.0
21562026-05-27T05:21:02.977Z Compiling toml_write v0.1.2
21572026-05-27T05:21:02.977Z Compiling keccak v0.1.6
21582026-05-27T05:21:03.015Z Compiling difflib v0.4.0
21592026-05-27T05:21:03.016Z Compiling precomputed-hash v0.1.1
21602026-05-27T05:21:03.016Z Compiling new_debug_unreachable v1.0.6
21612026-05-27T05:21:03.107Z Compiling data-encoding v2.10.0
21622026-05-27T05:21:03.167Z Compiling fixedbitset v0.5.7
21632026-05-27T05:21:03.168Z Compiling jiff v0.2.21
21642026-05-27T05:21:03.168Z Compiling whoami v2.1.0
21652026-05-27T05:21:03.168Z Compiling fixedbitset v0.4.2
21662026-05-27T05:21:03.221Z Compiling static_assertions v1.1.0
21672026-05-27T05:21:03.255Z Compiling predicates-core v1.0.10
21682026-05-27T05:21:03.355Z Compiling tokio-postgres v0.7.16
21692026-05-27T05:21:03.364Z Compiling predicates v3.1.4
21702026-05-27T05:21:03.411Z Compiling hickory-proto v0.25.2
21712026-05-27T05:21:03.433Z Compiling petgraph v0.6.5
21722026-05-27T05:21:03.455Z Compiling petgraph v0.8.3
21732026-05-27T05:21:03.652Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21742026-05-27T05:21:03.815Z Compiling string_cache v0.8.9
21752026-05-27T05:21:03.974Z Compiling toml_edit v0.22.27
21762026-05-27T05:21:04.026Z Compiling sha3 v0.10.8
21772026-05-27T05:21:04.190Z Compiling env_logger v0.11.9
21782026-05-27T05:21:04.337Z Compiling usdt v0.6.0
21792026-05-27T05:21:04.447Z Compiling ecdsa v0.16.9
21802026-05-27T05:21:04.573Z Compiling rsa v0.9.10
21812026-05-27T05:21:04.864Z Compiling ed25519-dalek v2.2.0
21822026-05-27T05:21:05.327Z Compiling crossterm v0.28.1
21832026-05-27T05:21:05.384Z Compiling clap v4.5.60
21842026-05-27T05:21:05.405Z Compiling zip v0.6.6
21852026-05-27T05:21:05.482Z Compiling iddqd v0.4.2
21862026-05-27T05:21:05.782Z Compiling zip v4.6.1
21872026-05-27T05:21:06.247Z Compiling rand v0.10.0
21882026-05-27T05:21:06.277Z Compiling serde_with v3.17.0
21892026-05-27T05:21:06.455Z Compiling similar v2.7.0
21902026-05-27T05:21:06.465Z Compiling strum v0.26.3
21912026-05-27T05:21:06.535Z Compiling toml v0.7.8
21922026-05-27T05:21:06.679Z Compiling itertools v0.13.0
21932026-05-27T05:21:06.690Z Compiling tokio-stream v0.1.18
21942026-05-27T05:21:06.768Z Compiling buf-list v1.1.2
21952026-05-27T05:21:06.898Z Compiling x509-cert v0.2.5
21962026-05-27T05:21:07.173Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-05-27T05:21:07.199Z Compiling openapiv3 v2.2.0
21982026-05-27T05:21:07.356Z Compiling sha1 v0.10.6
21992026-05-27T05:21:07.741Z Compiling peg-runtime v0.8.5
22002026-05-27T05:21:07.909Z Compiling lalrpop-util v0.19.12
22012026-05-27T05:21:22.251Z Compiling rustls-webpki v0.103.9
22022026-05-27T05:21:24.002Z Compiling macaddr v1.0.1
22032026-05-27T05:21:24.017Z Compiling structmeta-derive v0.3.0
22042026-05-27T05:21:24.140Z Compiling crucible-workspace-hack v0.1.0
22052026-05-27T05:21:24.323Z Compiling rayon-core v1.13.0
22062026-05-27T05:21:24.369Z Compiling itertools v0.14.0
22072026-05-27T05:21:24.553Z Compiling secrecy v0.10.3
22082026-05-27T05:21:24.577Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-05-27T05:21:24.608Z Compiling heapless v0.8.0
22102026-05-27T05:21:24.708Z Compiling toml_datetime v0.7.5+spec-1.1.0
22112026-05-27T05:21:24.741Z Compiling rustls v0.22.4
22122026-05-27T05:21:24.986Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-05-27T05:21:25.004Z Compiling crossbeam-deque v0.8.6
22142026-05-27T05:21:25.023Z Compiling rustls-webpki v0.102.8
22152026-05-27T05:21:25.042Z Compiling structmeta v0.3.0
22162026-05-27T05:21:25.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-27T05:21:25.114Z Compiling hash32 v0.3.1
22182026-05-27T05:21:25.147Z Compiling multer v3.1.0
22192026-05-27T05:21:25.183Z Compiling thread_local v1.1.9
22202026-05-27T05:21:25.230Z Compiling match_cfg v0.1.0
22212026-05-27T05:21:25.249Z Compiling smoltcp v0.11.0
22222026-05-27T05:21:25.279Z Compiling unicode-width v0.2.0
22232026-05-27T05:21:25.301Z Compiling slog-async v2.8.0
22242026-05-27T05:21:25.346Z Compiling compression-core v0.4.31
22252026-05-27T05:21:25.371Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-05-27T05:21:25.566Z Compiling proc-macro-crate v3.4.0
22272026-05-27T05:21:25.609Z Compiling compression-codecs v0.4.37
22282026-05-27T05:21:25.676Z Compiling hostname v0.3.1
22292026-05-27T05:21:25.694Z Compiling ingot-macros v0.1.1
22302026-05-27T05:21:25.699Z Compiling derive-ex v0.1.8
22312026-05-27T05:21:25.863Z Compiling slog-json v2.6.1
22322026-05-27T05:21:25.922Z Compiling crossbeam-channel v0.5.15
22332026-05-27T05:21:25.996Z Compiling half v2.7.1
22342026-05-27T05:21:26.005Z Compiling newtype-uuid-macros v0.1.0
22352026-05-27T05:21:26.223Z Compiling tokio-rustls v0.26.4
22362026-05-27T05:21:26.249Z Compiling rustls-platform-verifier v0.6.2
22372026-05-27T05:21:26.387Z Compiling hyper-rustls v0.27.7
22382026-05-27T05:21:26.451Z Compiling cobs v0.3.0
22392026-05-27T05:21:26.469Z Compiling thiserror-impl-no-std v2.0.2
22402026-05-27T05:21:26.613Z Compiling reqwest v0.12.28
22412026-05-27T05:21:26.706Z Compiling reqwest v0.13.2
22422026-05-27T05:21:26.747Z Compiling universal-hash v0.5.1
22432026-05-27T05:21:26.752Z Compiling async-stream-impl v0.3.6
22442026-05-27T05:21:26.848Z Compiling serde_spanned v1.0.4
22452026-05-27T05:21:26.907Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-05-27T05:21:27.035Z Compiling is-terminal v0.4.17
22472026-05-27T05:21:27.153Z Compiling dropshot v0.17.0
22482026-05-27T05:21:27.218Z Compiling proc-macro-error-attr v1.0.4
22492026-05-27T05:21:27.319Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22502026-05-27T05:21:27.347Z Compiling ciborium-io v0.2.2
22512026-05-27T05:21:27.372Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-05-27T05:21:27.386Z Compiling term v1.2.1
22532026-05-27T05:21:27.437Z Compiling convert_case v0.4.0
22542026-05-27T05:21:27.491Z Compiling opaque-debug v0.3.1
22552026-05-27T05:21:27.521Z Compiling take_mut v0.2.2
22562026-05-27T05:21:27.558Z Compiling thiserror-no-std v2.0.2
22572026-05-27T05:21:27.575Z Compiling toml v1.0.6+spec-1.1.0
22582026-05-27T05:21:27.578Z Compiling poly1305 v0.8.0
22592026-05-27T05:21:27.667Z Compiling tokio-rustls v0.25.0
22602026-05-27T05:21:27.739Z Compiling slog-term v2.9.2
22612026-05-27T05:21:27.764Z Compiling derive_more v0.99.20
22622026-05-27T05:21:27.800Z Compiling ciborium-ll v0.2.2
22632026-05-27T05:21:27.988Z Compiling async-stream v0.3.6
22642026-05-27T05:21:28.082Z Compiling test-strategy v0.4.5
22652026-05-27T05:21:28.202Z Compiling tough v0.22.0
22662026-05-27T05:21:28.218Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-05-27T05:21:28.308Z Compiling ingot-types v0.1.2
22682026-05-27T05:21:28.778Z Compiling ingot v0.1.1
22692026-05-27T05:21:28.927Z Compiling postcard v1.1.3
22702026-05-27T05:21:29.214Z Compiling slog-bunyan v2.5.0
22712026-05-27T05:21:29.330Z Compiling num_enum_derive v0.7.5
22722026-05-27T05:21:29.434Z Compiling async-compression v0.4.41
22732026-05-27T05:21:29.456Z Compiling parse-display-derive v0.10.0
22742026-05-27T05:21:29.864Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-05-27T05:21:29.975Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-05-27T05:21:30.002Z Compiling proc-macro-crate v1.3.1
22772026-05-27T05:21:30.032Z Compiling backon v1.6.0
22782026-05-27T05:21:30.063Z Compiling waitgroup v0.1.2
22792026-05-27T05:21:30.219Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22802026-05-27T05:21:30.229Z Compiling password-hash v0.5.0
22812026-05-27T05:21:30.278Z Compiling chacha20 v0.9.1
22822026-05-27T05:21:30.304Z Compiling dropshot_endpoint v0.17.0
22832026-05-27T05:21:30.422Z Compiling rustls-pemfile v2.2.0
22842026-05-27T05:21:30.555Z Compiling blake2 v0.10.6
22852026-05-27T05:21:30.717Z Compiling aead v0.5.2
22862026-05-27T05:21:30.741Z Compiling foreign-types-macros v0.2.3
22872026-05-27T05:21:30.936Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-27T05:21:30.953Z Compiling serde_path_to_error v0.1.20
22892026-05-27T05:21:31.030Z Compiling hostname v0.4.2
22902026-05-27T05:21:31.079Z Compiling proc-macro-error v1.0.4
22912026-05-27T05:21:31.166Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-27T05:21:31.221Z Compiling instant v0.1.13
22932026-05-27T05:21:31.237Z Compiling foreign-types-shared v0.3.1
22942026-05-27T05:21:31.302Z Compiling debug-ignore v1.0.5
22952026-05-27T05:21:31.344Z Compiling typeid v1.0.3
22962026-05-27T05:21:31.358Z Compiling backoff v0.4.0
22972026-05-27T05:21:31.361Z Compiling foreign-types v0.5.0
22982026-05-27T05:21:31.394Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-27T05:21:31.438Z Compiling parse-display v0.10.0
23002026-05-27T05:21:31.438Z Compiling chacha20poly1305 v0.10.1
23012026-05-27T05:21:31.473Z Compiling argon2 v0.5.3
23022026-05-27T05:21:31.503Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23032026-05-27T05:21:31.528Z Compiling num_enum_derive v0.5.11
23042026-05-27T05:21:31.600Z Compiling num_enum v0.7.5
23052026-05-27T05:21:31.626Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-05-27T05:21:31.685Z Compiling ciborium v0.2.2
23072026-05-27T05:21:31.819Z Compiling vsss-rs v3.3.4
23082026-05-27T05:21:31.825Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-05-27T05:21:32.145Z Compiling tabwriter v1.4.1
23102026-05-27T05:21:32.175Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-27T05:21:32.244Z Compiling regress v0.10.5
23122026-05-27T05:21:32.330Z Compiling byte-wrapper v0.1.0
23132026-05-27T05:21:32.468Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-05-27T05:21:32.494Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-27T05:21:32.520Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-27T05:21:32.548Z Compiling cstr-argument v0.1.2
23172026-05-27T05:21:32.596Z Compiling humantime v2.3.0
23182026-05-27T05:21:32.629Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-05-27T05:21:32.737Z Compiling erased-serde v0.4.9
23202026-05-27T05:21:32.862Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-05-27T05:21:32.937Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-27T05:21:33.056Z Compiling num_enum v0.5.11
23232026-05-27T05:21:33.141Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-05-27T05:21:33.188Z Compiling rayon v1.11.0
23252026-05-27T05:21:33.228Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-05-27T05:21:33.255Z Compiling indent_write v2.2.0
23272026-05-27T05:21:33.292Z Compiling colored v3.1.1
23282026-05-27T05:21:33.308Z Compiling libefi-sys v0.1.0
23292026-05-27T05:21:33.352Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23302026-05-27T05:21:33.381Z Compiling zone_cfg_derive v0.3.1
23312026-05-27T05:21:33.424Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23322026-05-27T05:21:33.572Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-05-27T05:21:33.586Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23342026-05-27T05:21:33.824Z Compiling camino-tempfile v1.4.1
23352026-05-27T05:21:33.920Z Compiling itertools v0.12.1
23362026-05-27T05:21:33.920Z Compiling usdt-macro v0.5.0
23372026-05-27T05:21:33.946Z Compiling usdt-attr-macro v0.5.0
23382026-05-27T05:21:33.994Z Compiling num-derive v0.4.2
23392026-05-27T05:21:34.066Z Compiling bitfield-struct v0.6.2
23402026-05-27T05:21:34.092Z Compiling blake3 v1.8.3
23412026-05-27T05:21:34.296Z Compiling ordered-float v2.10.1
23422026-05-27T05:21:34.471Z Compiling sigpipe v0.1.3
23432026-05-27T05:21:34.545Z Compiling memmap v0.7.0
23442026-05-27T05:21:34.570Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-05-27T05:21:34.570Z Compiling swrite v0.1.0
23462026-05-27T05:21:34.668Z Compiling glob v0.3.3
23472026-05-27T05:21:34.696Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-27T05:21:34.732Z Compiling usdt v0.5.0
23492026-05-27T05:21:34.776Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-05-27T05:21:34.787Z Compiling serde-value v0.7.0
23512026-05-27T05:21:34.863Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23522026-05-27T05:21:35.350Z Compiling zone v0.3.1
23532026-05-27T05:21:35.381Z Compiling serde-untagged v0.1.9
23542026-05-27T05:21:35.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23552026-05-27T05:21:35.549Z Compiling toml v0.8.23
23562026-05-27T05:21:35.564Z Compiling smf v0.2.3
23572026-05-27T05:21:35.604Z Compiling filetime v0.2.27
23582026-05-27T05:21:35.625Z Compiling xattr v1.6.1
23592026-05-27T05:21:35.740Z Compiling arrayref v0.3.9
23602026-05-27T05:21:35.756Z Compiling arrayvec v0.7.6
23612026-05-27T05:21:35.818Z Compiling whoami v1.6.1
23622026-05-27T05:21:35.835Z Compiling constant_time_eq v0.4.2
23632026-05-27T05:21:35.838Z Compiling unicode-xid v0.2.6
23642026-05-27T05:21:35.867Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-05-27T05:21:35.922Z Compiling tar v0.4.45
23662026-05-27T05:21:36.013Z Compiling cargo-util-schemas v0.8.2
23672026-05-27T05:21:36.031Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-27T05:21:36.056Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-05-27T05:21:36.291Z Compiling tokio-dtrace v0.1.1
23702026-05-27T05:21:36.306Z Compiling console v0.16.2
23712026-05-27T05:21:36.636Z Compiling gethostname v0.5.0
23722026-05-27T05:21:36.719Z Compiling cargo-platform v0.2.0
23732026-05-27T05:21:36.749Z Compiling unit-prefix v0.5.2
23742026-05-27T05:21:36.789Z Compiling topological-sort v0.2.2
23752026-05-27T05:21:36.933Z Compiling indicatif v0.18.4
23762026-05-27T05:21:36.952Z Compiling oxide-tokio-rt v0.1.4
23772026-05-27T05:21:36.986Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23782026-05-27T05:21:37.023Z Compiling shell-words v1.1.1
23792026-05-27T05:21:37.189Z Compiling cargo_metadata v0.21.0
23802026-05-27T05:21:46.550Z Compiling progenitor-client v0.10.0
23812026-05-27T05:21:46.550Z Compiling omicron-zone-package v0.12.2
23822026-05-27T05:21:46.601Z Compiling progenitor-client v0.14.0
23832026-05-27T05:21:47.048Z Compiling progenitor-extras v0.2.0
23842026-05-27T05:21:49.399Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-05-27T05:21:49.416Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-05-27T05:21:49.433Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-05-27T05:21:49.484Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882026-05-27T05:21:49.534Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-27T05:21:49.567Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-05-27T05:21:49.619Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-05-27T05:21:49.718Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-05-27T05:21:49.820Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-27T05:21:53.680Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-05-27T05:22:01.332Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-05-27T05:22:04.403Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-05-27T05:22:05.385Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-05-27T05:22:15.034Z Finished `release` profile [optimized] target(s) in 1m 43s
23982026-05-27T05:22:15.185Z Running `target/release/omicron-package -t test target create -p dev`
23992026-05-27T05:22:15.246ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-05-27T05:22:15.249ZCreated new build target 'test' and set it as active
24012026-05-27T05:22:15.249Z
24022026-05-27T05:22:15.249Zreal 1:43.883842294
24032026-05-27T05:22:15.249Zuser 16:58.355633889
24042026-05-27T05:22:15.249Zsys 2:36.507172431
24052026-05-27T05:22:15.249Ztrap 0.457109333
24062026-05-27T05:22:15.249Ztflt 2.844672972
24072026-05-27T05:22:15.249Zdflt 4.506353110
24082026-05-27T05:22:15.249Zkflt 0.000666850
24092026-05-27T05:22:15.249Zlock 52:43.247080935
24102026-05-27T05:22:15.249Zslp 43:03.240884811
24112026-05-27T05:22:15.249Zlat 44.304294888
24122026-05-27T05:22:15.249Zstop 5:35.114996090
24132026-05-27T05:22:15.252Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-05-27T05:22:16.141Z Finished `release` profile [optimized] target(s) in 0.88s
24152026-05-27T05:22:16.212Z Running `target/release/omicron-package -t test package`
24162026-05-27T05:22:16.272ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-05-27T05:22:17.717Z Compiling heck v0.5.0
24182026-05-27T05:22:17.720Z Compiling regress v0.11.1
24192026-05-27T05:22:17.720Z Compiling unsafe-libyaml v0.2.11
24202026-05-27T05:22:17.977Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-05-27T05:22:18.007Z Compiling regress v0.10.5
24222026-05-27T05:22:18.030Z Compiling is-terminal v0.4.17
24232026-05-27T05:22:18.051Z Compiling unicode-width v0.1.14
24242026-05-27T05:22:18.054Z Compiling prettyplease v0.2.37
24252026-05-27T05:22:18.054Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24262026-05-27T05:22:18.054Z Compiling bytecount v0.6.9
24272026-05-27T05:22:18.054Z Compiling rustls v0.22.4
24282026-05-27T05:22:18.054Z Compiling rustls-webpki v0.102.8
24292026-05-27T05:22:18.073Z Compiling derive-where v1.6.0
24302026-05-27T05:22:18.076Z Compiling thread_local v1.1.9
24312026-05-27T05:22:18.095Z Compiling compression-core v0.4.31
24322026-05-27T05:22:18.157Z Compiling match_cfg v0.1.0
24332026-05-27T05:22:18.181Z Compiling multer v3.1.0
24342026-05-27T05:22:18.288Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-05-27T05:22:18.309Z Compiling hostname v0.3.1
24362026-05-27T05:22:18.312Z Compiling compression-codecs v0.4.37
24372026-05-27T05:22:18.312Z Compiling slog-async v2.8.0
24382026-05-27T05:22:18.376Z Compiling crossbeam-channel v0.5.15
24392026-05-27T05:22:18.400Z Compiling slog-json v2.6.1
24402026-05-27T05:22:18.423Z Compiling toml_datetime v1.0.0+spec-1.1.0
24412026-05-27T05:22:18.444Z Compiling serde_spanned v1.0.4
24422026-05-27T05:22:18.468Z Compiling serde_yaml v0.9.34+deprecated
24432026-05-27T05:22:18.488Z Compiling term v1.2.1
24442026-05-27T05:22:18.508Z Compiling take_mut v0.2.2
24452026-05-27T05:22:18.562Z Compiling toml_writer v1.0.6+spec-1.1.0
24462026-05-27T05:22:18.615Z Compiling slog-bunyan v2.5.0
24472026-05-27T05:22:18.637Z Compiling async-compression v0.4.41
24482026-05-27T05:22:18.722Z Compiling dropshot v0.17.0
24492026-05-27T05:22:18.773Z Compiling slog-term v2.9.2
24502026-05-27T05:22:18.793Z Compiling toml v1.0.6+spec-1.1.0
24512026-05-27T05:22:18.836Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-05-27T05:22:18.894Z Compiling async-stream v0.3.6
24532026-05-27T05:22:18.996Z Compiling num-rational v0.4.2
24542026-05-27T05:22:19.018Z Compiling progenitor-client v0.14.0
24552026-05-27T05:22:19.021Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-27T05:22:19.086Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-27T05:22:19.121Z Compiling waitgroup v0.1.2
24582026-05-27T05:22:19.239Z Compiling rustls-pemfile v2.2.0
24592026-05-27T05:22:19.260Z Compiling backon v1.6.0
24602026-05-27T05:22:19.284Z Compiling num-complex v0.4.6
24612026-05-27T05:22:19.305Z Compiling serde_path_to_error v0.1.20
24622026-05-27T05:22:19.328Z Compiling hostname v0.4.2
24632026-05-27T05:22:19.351Z Compiling instant v0.1.13
24642026-05-27T05:22:19.354Z Compiling debug-ignore v1.0.5
24652026-05-27T05:22:19.453Z Compiling typify-impl v0.6.2
24662026-05-27T05:22:19.488Z Compiling backoff v0.4.0
24672026-05-27T05:22:19.510Z Compiling progenitor-extras v0.2.0
24682026-05-27T05:22:19.513Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24692026-05-27T05:22:19.513Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-05-27T05:22:19.724Z Compiling num v0.4.3
24712026-05-27T05:22:19.758Z Compiling parse-display v0.10.0
24722026-05-27T05:22:19.819Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732026-05-27T05:22:19.825Z Compiling progenitor-client v0.10.0
24742026-05-27T05:22:19.825Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-05-27T05:22:19.838Z Compiling macaddr v1.0.1
24762026-05-27T05:22:19.958Z Compiling humantime v2.3.0
24772026-05-27T05:22:19.982Z Compiling float-ord v0.3.2
24782026-05-27T05:22:20.104Z Compiling console v0.15.11
24792026-05-27T05:22:20.128Z Compiling newline-converter v0.3.0
24802026-05-27T05:22:20.172Z Compiling atomicwrites v0.4.4
24812026-05-27T05:22:20.245Z Compiling progenitor-client v0.13.0
24822026-05-27T05:22:20.272Z Compiling slog-dtrace v0.3.0
24832026-05-27T05:22:20.319Z Compiling cancel-safe-futures v0.1.5
24842026-05-27T05:22:20.486Z Compiling tokio-rustls v0.25.0
24852026-05-27T05:22:20.510Z Compiling expectorate v1.2.0
24862026-05-27T05:22:20.552Z Compiling owo-colors v4.3.0
24872026-05-27T05:22:20.571Z Compiling resolv-conf v0.7.6
24882026-05-27T05:22:20.648Z Compiling toml v0.8.23
24892026-05-27T05:22:20.677Z Compiling libsw-core v0.3.2
24902026-05-27T05:22:20.824Z Compiling libsw v3.5.0
24912026-05-27T05:22:20.905Z Compiling linked-hash-map v0.5.6
24922026-05-27T05:22:21.050Z Compiling linear-map v1.2.0
24932026-05-27T05:22:21.158Z Compiling lru-cache v0.1.2
24942026-05-27T05:22:21.181Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-05-27T05:22:21.219Z Compiling minimal-lexical v0.2.1
24962026-05-27T05:22:21.255Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-27T05:22:21.308Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-27T05:22:21.330Z Compiling hickory-proto v0.24.4
24992026-05-27T05:22:21.353Z Compiling unicode-xid v0.2.6
25002026-05-27T05:22:21.403Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-05-27T05:22:21.488Z Compiling nom v7.1.3
25022026-05-27T05:22:21.512Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-27T05:22:21.534Z Compiling convert_case v0.10.0
25042026-05-27T05:22:21.835Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-27T05:22:21.908Z Compiling derive_more-impl v2.1.1
25062026-05-27T05:22:22.280Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-05-27T05:22:22.696Z Compiling derive_more v2.1.1
25082026-05-27T05:22:22.807Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-05-27T05:22:22.813Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-05-27T05:22:22.843Z Compiling papergrid v0.11.0
25112026-05-27T05:22:22.946Z Compiling tabled_derive v0.7.0
25122026-05-27T05:22:22.968Z Compiling typify-macro v0.6.2
25132026-05-27T05:22:23.060Z Compiling termtree v0.5.1
25142026-05-27T05:22:23.259Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-27T05:22:23.582Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-05-27T05:22:23.835Z Compiling hickory-resolver v0.24.4
25172026-05-27T05:22:23.897Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-05-27T05:22:24.115Z Compiling tabled v0.15.0
25192026-05-27T05:22:24.140Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-27T05:22:24.501Z Compiling typify v0.6.2
25212026-05-27T05:22:24.793Z Compiling progenitor-impl v0.14.0
25222026-05-27T05:22:25.320Z Compiling progenitor-impl v0.13.0
25232026-05-27T05:22:27.005Z Compiling progenitor-macro v0.14.0
25242026-05-27T05:22:27.152Z Compiling qorb v0.4.1
25252026-05-27T05:22:27.493Z Compiling progenitor-macro v0.13.0
25262026-05-27T05:22:28.499Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-05-27T05:22:29.050Z Compiling crossterm v0.29.0
25282026-05-27T05:22:29.452Z Compiling phf_shared v0.12.1
25292026-05-27T05:22:29.610Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-27T05:22:29.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-05-27T05:22:29.844Z Compiling vte v0.14.1
25322026-05-27T05:22:30.262Z Compiling csv-core v0.1.13
25332026-05-27T05:22:30.338Z Compiling highway v1.3.0
25342026-05-27T05:22:30.708Z Compiling chrono-tz v0.10.4
25352026-05-27T05:22:30.745Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-27T05:22:30.978Z Compiling csv v1.4.0
25372026-05-27T05:22:31.060Z Compiling progenitor v0.14.0
25382026-05-27T05:22:31.082Z Compiling strip-ansi-escapes v0.2.1
25392026-05-27T05:22:31.241Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-27T05:22:31.562Z Compiling progenitor v0.13.0
25412026-05-27T05:22:31.672Z Compiling phf v0.12.1
25422026-05-27T05:22:31.706Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-05-27T05:22:31.747Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-05-27T05:22:31.886Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-27T05:22:31.959Z Compiling const_format_proc_macros v0.2.34
25462026-05-27T05:22:31.999Z Compiling fd-lock v4.0.4
25472026-05-27T05:22:32.021Z Compiling peg-macros v0.8.5
25482026-05-27T05:22:32.172Z Compiling nu-ansi-term v0.50.3
25492026-05-27T05:22:32.421Z Compiling reedline v0.40.0
25502026-05-27T05:22:32.745Z Compiling const_format v0.2.35
25512026-05-27T05:22:33.256Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-27T05:22:33.278Z Compiling peg v0.8.5
25532026-05-27T05:22:33.383Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-27T05:22:34.257Z Compiling bcs v0.1.6
25552026-05-27T05:22:34.530Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-05-27T05:22:34.703Z Compiling semver v0.1.20
25572026-05-27T05:22:34.824Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-05-27T05:22:35.020Z Compiling rustc_version v0.1.7
25592026-05-27T05:22:35.112Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-27T05:22:35.265Z Compiling newtype_derive v0.1.6
25612026-05-27T05:22:35.500Z Compiling smawk v0.3.2
25622026-05-27T05:22:35.653Z Compiling unicode-linebreak v0.1.5
25632026-05-27T05:22:35.775Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-05-27T05:22:35.894Z Compiling textwrap v0.16.2
25652026-05-27T05:22:36.074Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-05-27T05:22:36.344Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-27T05:22:36.593Z Compiling base64 v0.21.7
25682026-05-27T05:22:36.779Z Compiling steno v0.4.1
25692026-05-27T05:22:36.803Z Compiling dropshot-api-manager-types v0.7.2
25702026-05-27T05:22:37.447Z Compiling tagptr v0.2.0
25712026-05-27T05:22:37.507Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-05-27T05:22:37.599Z Compiling utf-8 v0.7.6
25732026-05-27T05:22:37.644Z Compiling moka v0.12.13
25742026-05-27T05:22:37.780Z Compiling hickory-proto v0.26.1
25752026-05-27T05:22:37.802Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-05-27T05:22:37.805Z Compiling tungstenite v0.21.0
25772026-05-27T05:22:37.846Z Compiling radium v0.7.0
25782026-05-27T05:22:38.000Z Compiling maybe-uninit v2.0.0
25792026-05-27T05:22:38.185Z Compiling display-error-chain v0.2.2
25802026-05-27T05:22:38.299Z Compiling tap v1.0.1
25812026-05-27T05:22:38.428Z Compiling tokio-tungstenite v0.21.0
25822026-05-27T05:22:38.451Z Compiling wyz v0.5.1
25832026-05-27T05:22:38.814Z Compiling hickory-resolver v0.25.2
25842026-05-27T05:22:38.869Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25852026-05-27T05:22:38.989Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-27T05:22:39.149Z Compiling num-derive v0.3.3
25872026-05-27T05:22:39.870Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-05-27T05:22:39.919Z Compiling zerocopy-derive v0.6.6
25892026-05-27T05:22:40.071Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-27T05:22:40.712Z Compiling proc-macro-error-attr2 v2.0.0
25912026-05-27T05:22:40.719Z Compiling crc-catalog v2.4.0
25922026-05-27T05:22:40.839Z Compiling packed_struct v0.10.1
25932026-05-27T05:22:41.088Z Compiling funty v2.0.0
25942026-05-27T05:22:41.153Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-27T05:22:41.818Z Compiling bitvec v1.0.1
25962026-05-27T05:22:42.049Z Compiling proc-macro-error2 v2.0.1
25972026-05-27T05:22:42.096Z Compiling crc v3.4.0
25982026-05-27T05:22:42.355Z Compiling zerocopy v0.6.6
25992026-05-27T05:22:42.397Z Compiling libscf-sys v1.1.0
26002026-05-27T05:22:42.680Z Compiling packed_struct_codegen v0.10.1
26012026-05-27T05:22:42.753Z Compiling vergen-lib v0.1.6
26022026-05-27T05:22:42.777Z Compiling bitfield-macros v0.19.4
26032026-05-27T05:22:42.979Z Compiling indexmap v1.9.3
26042026-05-27T05:22:43.212Z Compiling nodrop v0.1.14
26052026-05-27T05:22:43.347Z Compiling array-init v0.0.4
26062026-05-27T05:22:43.471Z Compiling bitfield v0.19.4
26072026-05-27T05:22:43.716Z Compiling smallvec v0.6.14
26082026-05-27T05:22:43.746Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-05-27T05:22:43.789Z Compiling tabled_derive v0.11.0
26102026-05-27T05:22:43.980Z Compiling papergrid v0.17.0
26112026-05-27T05:22:44.010Z Compiling testing_table v0.3.0
26122026-05-27T05:22:44.337Z Compiling vergen-gitcl v1.0.8
26132026-05-27T05:22:44.433Z Compiling dirs-sys-next v0.1.2
26142026-05-27T05:22:44.433Z Compiling diesel_derives v2.3.7
26152026-05-27T05:22:44.566Z Compiling hashbrown v0.12.3
26162026-05-27T05:22:44.681Z Compiling glob v0.3.3
26172026-05-27T05:22:44.706Z Compiling crunchy v0.2.4
26182026-05-27T05:22:44.838Z Compiling maplit v1.0.2
26192026-05-27T05:22:45.017Z Compiling dirs-next v2.0.0
26202026-05-27T05:22:45.039Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-05-27T05:22:45.062Z Compiling clang-sys v1.8.1
26222026-05-27T05:22:45.173Z Compiling tabled v0.20.0
26232026-05-27T05:22:45.262Z Compiling serde-hex v0.1.0
26242026-05-27T05:22:45.336Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-27T05:22:45.451Z Compiling ron v0.8.1
26262026-05-27T05:22:45.584Z Compiling hashbrown v0.13.2
26272026-05-27T05:22:45.638Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-27T05:22:45.736Z Compiling scheduled-thread-pool v0.2.7
26292026-05-27T05:22:45.958Z Compiling dsl_auto_type v0.2.0
26302026-05-27T05:22:46.201Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-27T05:22:46.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-27T05:22:46.429Z Compiling crc-any v2.5.0
26332026-05-27T05:22:46.512Z Compiling tiny-keccak v2.0.2
26342026-05-27T05:22:46.572Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26352026-05-27T05:22:46.767Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-27T05:22:46.802Z Compiling object v0.30.4
26372026-05-27T05:22:46.869Z Compiling r2d2 v0.8.10
26382026-05-27T05:22:47.184Z Compiling term v0.7.0
26392026-05-27T05:22:47.453Z Compiling xshell-macros v0.2.7
26402026-05-27T05:22:47.485Z Compiling path-slash v0.1.5
26412026-05-27T05:22:47.567Z Compiling bit-vec v0.6.3
26422026-05-27T05:22:47.669Z Compiling downcast-rs v2.0.2
26432026-05-27T05:22:47.718Z Compiling ascii-canvas v3.0.0
26442026-05-27T05:22:47.802Z Compiling bit-set v0.5.3
26452026-05-27T05:22:47.826Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26462026-05-27T05:22:47.878Z Compiling xshell v0.2.7
26472026-05-27T05:22:47.982Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-05-27T05:22:48.004Z Compiling itertools v0.10.5
26492026-05-27T05:22:48.096Z Compiling ena v0.14.4
26502026-05-27T05:22:48.343Z Compiling libloading v0.8.9
26512026-05-27T05:22:48.467Z Compiling bindgen v0.71.1
26522026-05-27T05:22:48.579Z Compiling unicase v2.9.0
26532026-05-27T05:22:48.760Z Compiling diff v0.1.13
26542026-05-27T05:22:48.888Z Compiling regex-syntax v0.6.29
26552026-05-27T05:22:49.036Z Compiling crc8 v0.1.1
26562026-05-27T05:22:49.118Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26572026-05-27T05:22:49.230Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-05-27T05:22:49.699Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-05-27T05:22:50.320Z Compiling lalrpop v0.19.12
26602026-05-27T05:22:50.345Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26612026-05-27T05:22:50.540Z Compiling cexpr v0.6.0
26622026-05-27T05:22:50.844Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26632026-05-27T05:22:50.948Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-05-27T05:22:50.974Z Compiling rustc-hash v2.1.1
26652026-05-27T05:22:51.127Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-05-27T05:22:51.151Z Compiling headers-core v0.3.0
26672026-05-27T05:22:51.189Z Compiling libxml v0.3.3
26682026-05-27T05:22:51.313Z Compiling headers v0.4.1
26692026-05-27T05:22:51.336Z Compiling diesel v2.3.7
26702026-05-27T05:22:51.482Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-27T05:22:51.594Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-05-27T05:22:51.763Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-27T05:22:52.039Z Compiling typify-impl v0.4.3
26742026-05-27T05:22:52.244Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-05-27T05:22:52.481Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-05-27T05:22:52.919Z Compiling strum_macros v0.24.3
26772026-05-27T05:22:52.977Z Compiling git-stub v1.0.0
26782026-05-27T05:22:52.981Z Compiling indoc v1.0.9
26792026-05-27T05:22:53.251Z Compiling git-stub-vcs v0.1.0
26802026-05-27T05:22:53.430Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-05-27T05:22:53.614Z Compiling derive_builder v0.20.2
26822026-05-27T05:22:53.650Z Compiling oso-derive v0.27.3
26832026-05-27T05:22:53.779Z Compiling quick-xml v0.37.5
26842026-05-27T05:22:54.158Z Compiling impl-trait-for-tuples v0.2.3
26852026-05-27T05:22:54.180Z Compiling openssl-probe v0.1.6
26862026-05-27T05:22:54.521Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-05-27T05:22:54.912Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-05-27T05:22:55.260Z Compiling half v1.8.3
26892026-05-27T05:22:55.438Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-05-27T05:22:55.486Z Compiling typify-macro v0.4.3
26912026-05-27T05:22:55.606Z Compiling serde_cbor v0.11.2
26922026-05-27T05:22:55.663Z Compiling bb8 v0.8.6
26932026-05-27T05:22:55.666Z Compiling trait-variant v0.1.2
26942026-05-27T05:22:55.767Z Compiling samael v0.0.19
26952026-05-27T05:22:55.798Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-05-27T05:22:56.060Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-05-27T05:22:56.237Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-05-27T05:22:56.395Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-05-27T05:22:56.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-05-27T05:22:56.631Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-05-27T05:22:56.685Z Compiling fxhash v0.2.1
27022026-05-27T05:22:56.779Z Compiling libz-sys v1.1.24
27032026-05-27T05:22:56.852Z Compiling salty v0.3.0
27042026-05-27T05:22:56.882Z Compiling nonempty v0.12.0
27052026-05-27T05:22:57.014Z Compiling typify v0.4.3
27062026-05-27T05:22:57.208Z Compiling progenitor-impl v0.11.2
27072026-05-27T05:22:57.218Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-05-27T05:22:57.275Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27092026-05-27T05:22:57.412Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-05-27T05:22:57.769Z Compiling progenitor-client v0.11.2
27112026-05-27T05:22:57.792Z Compiling polar-core v0.27.3
27122026-05-27T05:22:58.024Z Compiling kstat-rs v0.2.4
27132026-05-27T05:22:58.049Z Compiling arc-swap v1.8.2
27142026-05-27T05:22:58.315Z Compiling fs-err v2.11.0
27152026-05-27T05:22:58.667Z Compiling mime_guess v2.0.5
27162026-05-27T05:22:58.709Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27172026-05-27T05:22:59.198Z Compiling slog-scope v4.4.1
27182026-05-27T05:22:59.311Z Compiling progenitor-macro v0.11.2
27192026-05-27T05:22:59.472Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-05-27T05:22:59.651Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-05-27T05:23:01.596Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27222026-05-27T05:23:01.732Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27232026-05-27T05:23:02.054Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-27T05:23:02.173Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27252026-05-27T05:23:02.653Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-05-27T05:23:03.067Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27272026-05-27T05:23:03.253Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-05-27T05:23:03.303Z Compiling progenitor v0.11.2
27292026-05-27T05:23:03.415Z Compiling nanorand v0.7.0
27302026-05-27T05:23:03.491Z Compiling darling_core v0.23.0
27312026-05-27T05:23:03.781Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-05-27T05:23:04.202Z Compiling parking_lot_core v0.8.6
27332026-05-27T05:23:05.655Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-05-27T05:23:07.143Z Compiling oso v0.27.3
27352026-05-27T05:23:10.832Z Compiling diesel-dtrace v0.5.0
27362026-05-27T05:23:11.151Z Compiling async-bb8-diesel v0.2.1
27372026-05-27T05:23:11.609Z Compiling darling_macro v0.23.0
27382026-05-27T05:23:11.631Z Compiling flume v0.11.1
27392026-05-27T05:23:11.662Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-27T05:23:11.867Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-05-27T05:23:11.889Z Compiling slog-stdlog v4.1.1
27422026-05-27T05:23:12.271Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-05-27T05:23:12.350Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-05-27T05:23:13.267Z Compiling primeorder v0.13.6
27452026-05-27T05:23:13.486Z Compiling atty v0.2.14
27462026-05-27T05:23:13.534Z Compiling http-range v0.1.5
27472026-05-27T05:23:13.580Z Compiling instability v0.3.11
27482026-05-27T05:23:13.638Z Compiling strsim v0.10.0
27492026-05-27T05:23:13.801Z Compiling parse-size v1.1.0
27502026-05-27T05:23:13.863Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-05-27T05:23:13.950Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-27T05:23:14.002Z Compiling darling_core v0.13.4
27532026-05-27T05:23:14.056Z Compiling p384 v0.13.1
27542026-05-27T05:23:14.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-05-27T05:23:14.152Z Compiling darling v0.23.0
27562026-05-27T05:23:15.060Z Compiling slog-envlogger v2.2.0
27572026-05-27T05:23:16.084Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27582026-05-27T05:23:16.244Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27592026-05-27T05:23:16.252Z Compiling ignore v0.4.25
27602026-05-27T05:23:16.688Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-05-27T05:23:16.788Z Compiling vergen-git2 v9.1.0
27622026-05-27T05:23:16.949Z Compiling castaway v0.2.4
27632026-05-27T05:23:17.022Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-27T05:23:17.108Z Compiling indoc v2.0.7
27652026-05-27T05:23:17.360Z Compiling compact_str v0.8.1
27662026-05-27T05:23:18.062Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-05-27T05:23:18.301Z Compiling globwalk v0.9.1
27682026-05-27T05:23:18.324Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692026-05-27T05:23:18.802Z Compiling parking_lot v0.11.2
27702026-05-27T05:23:18.861Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-05-27T05:23:18.973Z Compiling darling_macro v0.13.4
27722026-05-27T05:23:19.473Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-27T05:23:19.696Z Compiling hyper-staticfile v0.10.1
27742026-05-27T05:23:20.044Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-05-27T05:23:20.729Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-27T05:23:20.989Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-05-27T05:23:21.216Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-05-27T05:23:21.464Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27792026-05-27T05:23:21.508Z Compiling predicates-tree v1.0.13
27802026-05-27T05:23:21.966Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-05-27T05:23:22.136Z Compiling unicode-truncate v1.1.0
27822026-05-27T05:23:22.186Z Compiling lru v0.12.5
27832026-05-27T05:23:22.273Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-05-27T05:23:22.276Z Compiling prefix-trie v0.7.0
27852026-05-27T05:23:22.353Z Compiling rand_seeder v0.4.0
27862026-05-27T05:23:22.376Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-27T05:23:22.417Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27882026-05-27T05:23:22.616Z Compiling illumos-nvpair-sys v0.2.0
27892026-05-27T05:23:22.673Z Compiling cassowary v0.3.0
27902026-05-27T05:23:22.730Z Compiling rustls v0.21.12
27912026-05-27T05:23:22.754Z Compiling corncobs v0.1.4
27922026-05-27T05:23:22.777Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-05-27T05:23:22.899Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-05-27T05:23:22.926Z Compiling hickory-server v0.25.2
27952026-05-27T05:23:23.001Z Compiling ratatui v0.29.0
27962026-05-27T05:23:23.004Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-05-27T05:23:23.123Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-05-27T05:23:23.234Z Compiling camino-tempfile-ext v0.3.3
27992026-05-27T05:23:23.388Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-05-27T05:23:23.601Z Compiling darling v0.13.4
28012026-05-27T05:23:23.889Z Compiling sled v0.34.7
28022026-05-27T05:23:23.923Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-27T05:23:24.242Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-05-27T05:23:24.402Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-05-27T05:23:26.222Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-05-27T05:23:27.039Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28072026-05-27T05:23:27.066Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-05-27T05:23:27.274Z Compiling sct v0.7.1
28092026-05-27T05:23:27.297Z Compiling rustls-webpki v0.101.7
28102026-05-27T05:23:27.553Z Compiling secrecy v0.8.0
28112026-05-27T05:23:27.755Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28122026-05-27T05:23:28.430Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28132026-05-27T05:23:28.430Z --> dns-server/src/dns_server.rs:487:12
28142026-05-27T05:23:28.430Z |
28152026-05-27T05:23:28.430Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28162026-05-27T05:23:28.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28172026-05-27T05:23:28.430Z |
28182026-05-27T05:23:28.430Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28192026-05-27T05:23:28.430Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28202026-05-27T05:23:28.430Z |
28212026-05-27T05:23:28.430Z 77 | pub struct Record<R: RecordData = RData> {
28222026-05-27T05:23:28.430Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28232026-05-27T05:23:28.430Z |
28242026-05-27T05:23:28.430Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28252026-05-27T05:23:28.430Z |
28262026-05-27T05:23:28.430Z 78 | pub struct Record<R: RecordData = RData> {
28272026-05-27T05:23:28.430Z | ---------------------------------------- this is the found type
28282026-05-27T05:23:28.430Z = help: you can use `cargo tree` to explore your dependency tree
28292026-05-27T05:23:28.430Znote: required by a bound in `MessageResponse`
28302026-05-27T05:23:28.430Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28312026-05-27T05:23:28.430Z |
28322026-05-27T05:23:28.430Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28332026-05-27T05:23:28.430Z | --------------- required by a bound in this struct
28342026-05-27T05:23:28.430Z 22 | where
28352026-05-27T05:23:28.430Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28362026-05-27T05:23:28.430Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28372026-05-27T05:23:28.430Z
28382026-05-27T05:23:28.430Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28392026-05-27T05:23:28.430Z --> dns-server/src/dns_server.rs:487:12
28402026-05-27T05:23:28.431Z |
28412026-05-27T05:23:28.431Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28422026-05-27T05:23:28.431Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28432026-05-27T05:23:28.431Z |
28442026-05-27T05:23:28.431Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28452026-05-27T05:23:28.431Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28462026-05-27T05:23:28.431Z |
28472026-05-27T05:23:28.431Z 77 | pub struct Record<R: RecordData = RData> {
28482026-05-27T05:23:28.431Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28492026-05-27T05:23:28.431Z |
28502026-05-27T05:23:28.431Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28512026-05-27T05:23:28.431Z |
28522026-05-27T05:23:28.431Z 78 | pub struct Record<R: RecordData = RData> {
28532026-05-27T05:23:28.431Z | ---------------------------------------- this is the found type
28542026-05-27T05:23:28.431Z = help: you can use `cargo tree` to explore your dependency tree
28552026-05-27T05:23:28.431Znote: required by a bound in `MessageResponse`
28562026-05-27T05:23:28.431Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28572026-05-27T05:23:28.431Z |
28582026-05-27T05:23:28.431Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28592026-05-27T05:23:28.431Z | --------------- required by a bound in this struct
28602026-05-27T05:23:28.431Z...
28612026-05-27T05:23:28.431Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28622026-05-27T05:23:28.431Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28632026-05-27T05:23:28.431Z
28642026-05-27T05:23:28.436Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28652026-05-27T05:23:28.436Z --> dns-server/src/dns_server.rs:487:12
28662026-05-27T05:23:28.436Z |
28672026-05-27T05:23:28.436Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28682026-05-27T05:23:28.436Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28692026-05-27T05:23:28.436Z |
28702026-05-27T05:23:28.436Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28712026-05-27T05:23:28.436Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28722026-05-27T05:23:28.436Z |
28732026-05-27T05:23:28.436Z 77 | pub struct Record<R: RecordData = RData> {
28742026-05-27T05:23:28.436Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28752026-05-27T05:23:28.436Z |
28762026-05-27T05:23:28.436Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28772026-05-27T05:23:28.436Z |
28782026-05-27T05:23:28.436Z 78 | pub struct Record<R: RecordData = RData> {
28792026-05-27T05:23:28.436Z | ---------------------------------------- this is the found type
28802026-05-27T05:23:28.436Z = help: you can use `cargo tree` to explore your dependency tree
28812026-05-27T05:23:28.436Znote: required by a bound in `MessageResponse`
28822026-05-27T05:23:28.436Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28832026-05-27T05:23:28.436Z |
28842026-05-27T05:23:28.436Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28852026-05-27T05:23:28.436Z | --------------- required by a bound in this struct
28862026-05-27T05:23:28.436Z...
28872026-05-27T05:23:28.436Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28882026-05-27T05:23:28.436Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28892026-05-27T05:23:28.436Z
28902026-05-27T05:23:28.436Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28912026-05-27T05:23:28.437Z --> dns-server/src/dns_server.rs:487:12
28922026-05-27T05:23:28.437Z |
28932026-05-27T05:23:28.437Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28942026-05-27T05:23:28.437Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28952026-05-27T05:23:28.437Z |
28962026-05-27T05:23:28.437Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28972026-05-27T05:23:28.437Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28982026-05-27T05:23:28.437Z |
28992026-05-27T05:23:28.437Z 77 | pub struct Record<R: RecordData = RData> {
29002026-05-27T05:23:28.437Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29012026-05-27T05:23:28.437Z |
29022026-05-27T05:23:28.437Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29032026-05-27T05:23:28.437Z |
29042026-05-27T05:23:28.438Z 78 | pub struct Record<R: RecordData = RData> {
29052026-05-27T05:23:28.438Z | ---------------------------------------- this is the found type
29062026-05-27T05:23:28.438Z = help: you can use `cargo tree` to explore your dependency tree
29072026-05-27T05:23:28.438Znote: required by a bound in `MessageResponse`
29082026-05-27T05:23:28.438Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29092026-05-27T05:23:28.438Z |
29102026-05-27T05:23:28.438Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29112026-05-27T05:23:28.438Z | --------------- required by a bound in this struct
29122026-05-27T05:23:28.438Z...
29132026-05-27T05:23:28.438Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29142026-05-27T05:23:28.438Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29152026-05-27T05:23:28.438Z
29162026-05-27T05:23:28.454Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
29172026-05-27T05:23:28.625Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29182026-05-27T05:23:28.626Z --> dns-server/src/dns_server.rs:161:36
29192026-05-27T05:23:28.626Z |
29202026-05-27T05:23:28.626Z161 | let mr = match MessageRequest::read(&mut dec) {
29212026-05-27T05:23:28.626Z | ^^^^ function or associated item not found in `MessageRequest`
29222026-05-27T05:23:28.626Z |
29232026-05-27T05:23:28.626Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29242026-05-27T05:23:28.626Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29252026-05-27T05:23:28.626Z |
29262026-05-27T05:23:28.626Z 44 | pub trait BinDecodable<'r>: Sized {
29272026-05-27T05:23:28.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29282026-05-27T05:23:28.626Z |
29292026-05-27T05:23:28.626Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29302026-05-27T05:23:28.626Z |
29312026-05-27T05:23:28.626Z 45 | pub trait BinDecodable<'r>: Sized {
29322026-05-27T05:23:28.626Z | --------------------------------- this is the trait that was imported
29332026-05-27T05:23:28.626Z = help: you can use `cargo tree` to explore your dependency tree
29342026-05-27T05:23:28.626Z
29352026-05-27T05:23:28.626Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29362026-05-27T05:23:28.626Z --> dns-server/src/dns_server.rs:173:34
29372026-05-27T05:23:28.626Z |
29382026-05-27T05:23:28.626Z173 | let header = Header::response_from_request(mr.header());
29392026-05-27T05:23:28.626Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29402026-05-27T05:23:28.626Z |
29412026-05-27T05:23:28.626Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29422026-05-27T05:23:28.626Z --> dns-server/src/dns_server.rs:173:26
29432026-05-27T05:23:28.626Z |
29442026-05-27T05:23:28.626Z173 | let header = Header::response_from_request(mr.header());
29452026-05-27T05:23:28.626Z | ^^^^^^
29462026-05-27T05:23:28.626Z
29472026-05-27T05:23:28.648Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29482026-05-27T05:23:28.648Z --> dns-server/src/dns_server.rs:273:30
29492026-05-27T05:23:28.648Z |
29502026-05-27T05:23:28.648Z273 | let mut header = Header::response_from_request(mr.header());
29512026-05-27T05:23:28.648Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29522026-05-27T05:23:28.648Z |
29532026-05-27T05:23:28.648Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29542026-05-27T05:23:28.648Z --> dns-server/src/dns_server.rs:273:22
29552026-05-27T05:23:28.648Z |
29562026-05-27T05:23:28.648Z273 | let mut header = Header::response_from_request(mr.header());
29572026-05-27T05:23:28.648Z | ^^^^^^
29582026-05-27T05:23:28.648Z
29592026-05-27T05:23:28.667Zerror[E0308]: mismatched types
29602026-05-27T05:23:28.667Z --> dns-server/src/dns_server.rs:299:30
29612026-05-27T05:23:28.667Z |
29622026-05-27T05:23:28.667Z299 | let answer = store.query(query)?;
29632026-05-27T05:23:28.667Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29642026-05-27T05:23:28.667Z | |
29652026-05-27T05:23:28.667Z | arguments to this method are incorrect
29662026-05-27T05:23:28.667Z |
29672026-05-27T05:23:28.667Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29682026-05-27T05:23:28.667Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29692026-05-27T05:23:28.667Z |
29702026-05-27T05:23:28.667Z 22 | pub struct LowerQuery {
29712026-05-27T05:23:28.667Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29722026-05-27T05:23:28.667Z |
29732026-05-27T05:23:28.667Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29742026-05-27T05:23:28.667Z |
29752026-05-27T05:23:28.667Z 18 | pub struct LowerQuery {
29762026-05-27T05:23:28.667Z | --------------------- this is the found type
29772026-05-27T05:23:28.667Z = help: you can use `cargo tree` to explore your dependency tree
29782026-05-27T05:23:28.667Znote: method defined here
29792026-05-27T05:23:28.667Z --> dns-server/src/storage.rs:762:19
29802026-05-27T05:23:28.667Z |
29812026-05-27T05:23:28.667Z762 | pub(crate) fn query(
29822026-05-27T05:23:28.668Z | ^^^^^
29832026-05-27T05:23:28.668Z763 | &self,
29842026-05-27T05:23:28.668Z764 | query: &LowerQuery,
29852026-05-27T05:23:28.668Z | ------------------
29862026-05-27T05:23:28.668Z
29872026-05-27T05:23:28.671Zerror[E0308]: mismatched types
29882026-05-27T05:23:28.671Z --> dns-server/src/dns_server.rs:311:55
29892026-05-27T05:23:28.671Z |
29902026-05-27T05:23:28.671Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29912026-05-27T05:23:28.671Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29922026-05-27T05:23:28.671Z | |
29932026-05-27T05:23:28.671Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29942026-05-27T05:23:28.671Z |
29952026-05-27T05:23:28.671Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29962026-05-27T05:23:28.671Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29972026-05-27T05:23:28.671Z |
29982026-05-27T05:23:28.671Z 33 | pub enum RecordType {
29992026-05-27T05:23:28.671Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
30002026-05-27T05:23:28.671Z |
30012026-05-27T05:23:28.671Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
30022026-05-27T05:23:28.671Z |
30032026-05-27T05:23:28.671Z 33 | pub enum RecordType {
30042026-05-27T05:23:28.672Z | ------------------- this is the found type
30052026-05-27T05:23:28.672Z = help: you can use `cargo tree` to explore your dependency tree
30062026-05-27T05:23:28.672Z
30072026-05-27T05:23:28.688Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30082026-05-27T05:23:28.688Z --> dns-server/src/dns_server.rs:327:60
30092026-05-27T05:23:28.688Z |
30102026-05-27T05:23:28.688Z327 | .filter(|record| match (query.query_type(), record.data()) {
30112026-05-27T05:23:28.688Z | ^^^^-- help: remove the arguments
30122026-05-27T05:23:28.688Z | |
30132026-05-27T05:23:28.688Z | field, not a method
30142026-05-27T05:23:28.689Z
30152026-05-27T05:23:28.707Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30162026-05-27T05:23:28.707Z --> dns-server/src/dns_server.rs:348:51
30172026-05-27T05:23:28.707Z |
30182026-05-27T05:23:28.707Z348 | let additionals_target = match record.data() {
30192026-05-27T05:23:28.707Z | ^^^^-- help: remove the arguments
30202026-05-27T05:23:28.707Z | |
30212026-05-27T05:23:28.707Z | field, not a method
30222026-05-27T05:23:28.707Z
30232026-05-27T05:23:28.723Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30242026-05-27T05:23:28.723Z --> dns-server/src/dns_server.rs:349:45
30252026-05-27T05:23:28.723Z |
30262026-05-27T05:23:28.723Z349 | RData::SRV(srv) => Some(srv.target()),
30272026-05-27T05:23:28.723Z | ^^^^^^-- help: remove the arguments
30282026-05-27T05:23:28.723Z | |
30292026-05-27T05:23:28.723Z | field, not a method
30302026-05-27T05:23:28.723Z
30312026-05-27T05:23:28.730Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30322026-05-27T05:23:28.730Z --> dns-server/src/dns_server.rs:416:9
30332026-05-27T05:23:28.730Z |
30342026-05-27T05:23:28.730Z414 | let mresp = rb.build(
30352026-05-27T05:23:28.730Z | ----- required by a bound introduced by this call
30362026-05-27T05:23:28.730Z415 | header,
30372026-05-27T05:23:28.730Z416 | response_records.iter().collect::<Vec<&Record>>(),
30382026-05-27T05:23:28.730Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30392026-05-27T05:23:28.730Z |
30402026-05-27T05:23:28.730Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30412026-05-27T05:23:28.730Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30422026-05-27T05:23:28.730Z |
30432026-05-27T05:23:28.730Z 77 | pub struct Record<R: RecordData = RData> {
30442026-05-27T05:23:28.730Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30452026-05-27T05:23:28.730Z |
30462026-05-27T05:23:28.730Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30472026-05-27T05:23:28.730Z |
30482026-05-27T05:23:28.730Z 78 | pub struct Record<R: RecordData = RData> {
30492026-05-27T05:23:28.730Z | ---------------------------------------- this is the found type
30502026-05-27T05:23:28.732Z = help: you can use `cargo tree` to explore your dependency tree
30512026-05-27T05:23:28.732Znote: the method call chain might not have had the expected associated types
30522026-05-27T05:23:28.732Z --> dns-server/src/dns_server.rs:416:26
30532026-05-27T05:23:28.732Z |
30542026-05-27T05:23:28.732Z411 | response_records: &[Record],
30552026-05-27T05:23:28.732Z | ---------------- this expression has type `&[Record]`
30562026-05-27T05:23:28.732Z...
30572026-05-27T05:23:28.732Z416 | response_records.iter().collect::<Vec<&Record>>(),
30582026-05-27T05:23:28.732Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30592026-05-27T05:23:28.732Z | |
30602026-05-27T05:23:28.732Z | `IntoIterator::Item` is `&Record` here
30612026-05-27T05:23:28.732Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30622026-05-27T05:23:28.732Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30632026-05-27T05:23:28.732Z |
30642026-05-27T05:23:28.732Z129 | pub fn build<'a, A, N, S, D>(
30652026-05-27T05:23:28.732Z | ----- required by a bound in this associated function
30662026-05-27T05:23:28.732Z...
30672026-05-27T05:23:28.732Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30682026-05-27T05:23:28.732Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30692026-05-27T05:23:28.732Z
30702026-05-27T05:23:28.737Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30712026-05-27T05:23:28.737Z --> dns-server/src/dns_server.rs:414:20
30722026-05-27T05:23:28.737Z |
30732026-05-27T05:23:28.737Z414 | let mresp = rb.build(
30742026-05-27T05:23:28.737Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30752026-05-27T05:23:28.737Z |
30762026-05-27T05:23:28.737Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30772026-05-27T05:23:28.737Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30782026-05-27T05:23:28.737Z |
30792026-05-27T05:23:28.737Z 77 | pub struct Record<R: RecordData = RData> {
30802026-05-27T05:23:28.737Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30812026-05-27T05:23:28.737Z |
30822026-05-27T05:23:28.737Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30832026-05-27T05:23:28.737Z |
30842026-05-27T05:23:28.737Z 78 | pub struct Record<R: RecordData = RData> {
30852026-05-27T05:23:28.737Z | ---------------------------------------- this is the found type
30862026-05-27T05:23:28.737Z = help: you can use `cargo tree` to explore your dependency tree
30872026-05-27T05:23:28.737Znote: required by a bound in `MessageResponse`
30882026-05-27T05:23:28.737Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30892026-05-27T05:23:28.737Z |
30902026-05-27T05:23:28.737Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30912026-05-27T05:23:28.737Z | --------------- required by a bound in this struct
30922026-05-27T05:23:28.737Z 22 | where
30932026-05-27T05:23:28.737Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30942026-05-27T05:23:28.737Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30952026-05-27T05:23:28.737Z
30962026-05-27T05:23:28.737Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30972026-05-27T05:23:28.737Z --> dns-server/src/dns_server.rs:419:9
30982026-05-27T05:23:28.737Z |
30992026-05-27T05:23:28.737Z414 | let mresp = rb.build(
31002026-05-27T05:23:28.737Z | ----- required by a bound introduced by this call
31012026-05-27T05:23:28.737Z...
31022026-05-27T05:23:28.737Z419 | additional_records,
31032026-05-27T05:23:28.737Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31042026-05-27T05:23:28.737Z |
31052026-05-27T05:23:28.737Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31062026-05-27T05:23:28.737Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31072026-05-27T05:23:28.738Z |
31082026-05-27T05:23:28.738Z 77 | pub struct Record<R: RecordData = RData> {
31092026-05-27T05:23:28.738Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31102026-05-27T05:23:28.738Z |
31112026-05-27T05:23:28.738Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31122026-05-27T05:23:28.738Z |
31132026-05-27T05:23:28.738Z 78 | pub struct Record<R: RecordData = RData> {
31142026-05-27T05:23:28.738Z | ---------------------------------------- this is the found type
31152026-05-27T05:23:28.738Z = help: you can use `cargo tree` to explore your dependency tree
31162026-05-27T05:23:28.738Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31172026-05-27T05:23:28.738Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31182026-05-27T05:23:28.738Z |
31192026-05-27T05:23:28.738Z129 | pub fn build<'a, A, N, S, D>(
31202026-05-27T05:23:28.738Z | ----- required by a bound in this associated function
31212026-05-27T05:23:28.738Z...
31222026-05-27T05:23:28.738Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31232026-05-27T05:23:28.738Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31242026-05-27T05:23:28.738Z
31252026-05-27T05:23:28.738Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31262026-05-27T05:23:28.738Z --> dns-server/src/dns_server.rs:414:20
31272026-05-27T05:23:28.738Z |
31282026-05-27T05:23:28.738Z414 | let mresp = rb.build(
31292026-05-27T05:23:28.738Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31302026-05-27T05:23:28.738Z |
31312026-05-27T05:23:28.738Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31322026-05-27T05:23:28.738Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31332026-05-27T05:23:28.738Z |
31342026-05-27T05:23:28.738Z 77 | pub struct Record<R: RecordData = RData> {
31352026-05-27T05:23:28.738Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31362026-05-27T05:23:28.738Z |
31372026-05-27T05:23:28.738Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31382026-05-27T05:23:28.738Z |
31392026-05-27T05:23:28.738Z 78 | pub struct Record<R: RecordData = RData> {
31402026-05-27T05:23:28.738Z | ---------------------------------------- this is the found type
31412026-05-27T05:23:28.738Z = help: you can use `cargo tree` to explore your dependency tree
31422026-05-27T05:23:28.738Znote: required by a bound in `MessageResponse`
31432026-05-27T05:23:28.738Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31442026-05-27T05:23:28.738Z |
31452026-05-27T05:23:28.739Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31462026-05-27T05:23:28.739Z | --------------- required by a bound in this struct
31472026-05-27T05:23:28.739Z...
31482026-05-27T05:23:28.739Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31492026-05-27T05:23:28.739Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31502026-05-27T05:23:28.739Z
31512026-05-27T05:23:28.744Zerror[E0308]: mismatched types
31522026-05-27T05:23:28.744Z --> dns-server/src/dns_server.rs:415:9
31532026-05-27T05:23:28.744Z |
31542026-05-27T05:23:28.744Z414 | let mresp = rb.build(
31552026-05-27T05:23:28.744Z | ----- arguments to this method are incorrect
31562026-05-27T05:23:28.744Z415 | header,
31572026-05-27T05:23:28.744Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31582026-05-27T05:23:28.744Z |
31592026-05-27T05:23:28.744Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31602026-05-27T05:23:28.744Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31612026-05-27T05:23:28.744Z |
31622026-05-27T05:23:28.744Z 57 | pub struct Header {
31632026-05-27T05:23:28.744Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31642026-05-27T05:23:28.744Z |
31652026-05-27T05:23:28.744Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31662026-05-27T05:23:28.744Z |
31672026-05-27T05:23:28.744Z 57 | pub struct Header {
31682026-05-27T05:23:28.744Z | ----------------- this is the found type
31692026-05-27T05:23:28.744Z = help: you can use `cargo tree` to explore your dependency tree
31702026-05-27T05:23:28.744Znote: method defined here
31712026-05-27T05:23:28.744Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31722026-05-27T05:23:28.744Z |
31732026-05-27T05:23:28.744Z129 | pub fn build<'a, A, N, S, D>(
31742026-05-27T05:23:28.744Z | ^^^^^
31752026-05-27T05:23:28.744Z
31762026-05-27T05:23:28.744Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31772026-05-27T05:23:28.744Z --> dns-server/src/dns_server.rs:422:31
31782026-05-27T05:23:28.744Z |
31792026-05-27T05:23:28.744Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31802026-05-27T05:23:28.744Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31812026-05-27T05:23:28.744Z | |
31822026-05-27T05:23:28.744Z | required by a bound introduced by this call
31832026-05-27T05:23:28.744Z |
31842026-05-27T05:23:28.744Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31852026-05-27T05:23:28.745Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31862026-05-27T05:23:28.745Z |
31872026-05-27T05:23:28.745Z 78 | pub struct Record<R: RecordData = RData> {
31882026-05-27T05:23:28.745Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31892026-05-27T05:23:28.745Z |
31902026-05-27T05:23:28.745Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31912026-05-27T05:23:28.746Z |
31922026-05-27T05:23:28.746Z 77 | pub struct Record<R: RecordData = RData> {
31932026-05-27T05:23:28.746Z | ---------------------------------------- this is the found type
31942026-05-27T05:23:28.746Z = help: you can use `cargo tree` to explore your dependency tree
31952026-05-27T05:23:28.746Znote: required by a bound in `encode_and_send`
31962026-05-27T05:23:28.746Z --> dns-server/src/dns_server.rs:492:27
31972026-05-27T05:23:28.746Z |
31982026-05-27T05:23:28.746Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31992026-05-27T05:23:28.746Z | --------------- required by a bound in this function
32002026-05-27T05:23:28.746Z...
32012026-05-27T05:23:28.746Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32022026-05-27T05:23:28.746Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32032026-05-27T05:23:28.746Z
32042026-05-27T05:23:28.747Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32052026-05-27T05:23:28.747Z --> dns-server/src/dns_server.rs:422:31
32062026-05-27T05:23:28.747Z |
32072026-05-27T05:23:28.747Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32082026-05-27T05:23:28.747Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32092026-05-27T05:23:28.747Z |
32102026-05-27T05:23:28.747Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32112026-05-27T05:23:28.747Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32122026-05-27T05:23:28.747Z |
32132026-05-27T05:23:28.747Z 77 | pub struct Record<R: RecordData = RData> {
32142026-05-27T05:23:28.747Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32152026-05-27T05:23:28.747Z |
32162026-05-27T05:23:28.747Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32172026-05-27T05:23:28.747Z |
32182026-05-27T05:23:28.747Z 78 | pub struct Record<R: RecordData = RData> {
32192026-05-27T05:23:28.747Z | ---------------------------------------- this is the found type
32202026-05-27T05:23:28.747Z = help: you can use `cargo tree` to explore your dependency tree
32212026-05-27T05:23:28.747Znote: required by a bound in `MessageResponse`
32222026-05-27T05:23:28.747Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32232026-05-27T05:23:28.747Z |
32242026-05-27T05:23:28.747Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32252026-05-27T05:23:28.747Z | --------------- required by a bound in this struct
32262026-05-27T05:23:28.747Z 22 | where
32272026-05-27T05:23:28.747Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32282026-05-27T05:23:28.747Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32292026-05-27T05:23:28.747Z
32302026-05-27T05:23:28.747Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32312026-05-27T05:23:28.747Z --> dns-server/src/dns_server.rs:422:31
32322026-05-27T05:23:28.747Z |
32332026-05-27T05:23:28.747Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32342026-05-27T05:23:28.747Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32352026-05-27T05:23:28.747Z |
32362026-05-27T05:23:28.748Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32372026-05-27T05:23:28.748Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32382026-05-27T05:23:28.748Z |
32392026-05-27T05:23:28.748Z 77 | pub struct Record<R: RecordData = RData> {
32402026-05-27T05:23:28.748Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32412026-05-27T05:23:28.748Z |
32422026-05-27T05:23:28.748Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32432026-05-27T05:23:28.748Z |
32442026-05-27T05:23:28.748Z 78 | pub struct Record<R: RecordData = RData> {
32452026-05-27T05:23:28.748Z | ---------------------------------------- this is the found type
32462026-05-27T05:23:28.748Z = help: you can use `cargo tree` to explore your dependency tree
32472026-05-27T05:23:28.749Znote: required by a bound in `MessageResponse`
32482026-05-27T05:23:28.749Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32492026-05-27T05:23:28.749Z |
32502026-05-27T05:23:28.749Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32512026-05-27T05:23:28.753Z | --------------- required by a bound in this struct
32522026-05-27T05:23:28.753Z...
32532026-05-27T05:23:28.753Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32542026-05-27T05:23:28.753Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32552026-05-27T05:23:28.753Z
32562026-05-27T05:23:28.753Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32572026-05-27T05:23:28.753Z --> dns-server/src/dns_server.rs:422:5
32582026-05-27T05:23:28.753Z |
32592026-05-27T05:23:28.753Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32602026-05-27T05:23:28.753Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32612026-05-27T05:23:28.753Z |
32622026-05-27T05:23:28.753Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32632026-05-27T05:23:28.753Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32642026-05-27T05:23:28.753Z |
32652026-05-27T05:23:28.753Z 78 | pub struct Record<R: RecordData = RData> {
32662026-05-27T05:23:28.753Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32672026-05-27T05:23:28.753Z |
32682026-05-27T05:23:28.753Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32692026-05-27T05:23:28.753Z |
32702026-05-27T05:23:28.753Z 77 | pub struct Record<R: RecordData = RData> {
32712026-05-27T05:23:28.753Z | ---------------------------------------- this is the found type
32722026-05-27T05:23:28.753Z = help: you can use `cargo tree` to explore your dependency tree
32732026-05-27T05:23:28.754Znote: required by a bound in `encode_and_send`
32742026-05-27T05:23:28.754Z --> dns-server/src/dns_server.rs:492:27
32752026-05-27T05:23:28.754Z |
32762026-05-27T05:23:28.754Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32772026-05-27T05:23:28.754Z | --------------- required by a bound in this function
32782026-05-27T05:23:28.754Z...
32792026-05-27T05:23:28.754Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32802026-05-27T05:23:28.754Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32812026-05-27T05:23:28.754Z
32822026-05-27T05:23:28.754Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32832026-05-27T05:23:28.754Z --> dns-server/src/dns_server.rs:422:49
32842026-05-27T05:23:28.754Z |
32852026-05-27T05:23:28.754Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32862026-05-27T05:23:28.754Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32872026-05-27T05:23:28.754Z |
32882026-05-27T05:23:28.754Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32892026-05-27T05:23:28.754Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32902026-05-27T05:23:28.754Z |
32912026-05-27T05:23:28.754Z 78 | pub struct Record<R: RecordData = RData> {
32922026-05-27T05:23:28.754Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32932026-05-27T05:23:28.754Z |
32942026-05-27T05:23:28.755Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32952026-05-27T05:23:28.755Z |
32962026-05-27T05:23:28.755Z 77 | pub struct Record<R: RecordData = RData> {
32972026-05-27T05:23:28.755Z | ---------------------------------------- this is the found type
32982026-05-27T05:23:28.755Z = help: you can use `cargo tree` to explore your dependency tree
32992026-05-27T05:23:28.755Znote: required by a bound in `encode_and_send`
33002026-05-27T05:23:28.755Z --> dns-server/src/dns_server.rs:492:27
33012026-05-27T05:23:28.755Z |
33022026-05-27T05:23:28.756Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33032026-05-27T05:23:28.756Z | --------------- required by a bound in this function
33042026-05-27T05:23:28.756Z...
33052026-05-27T05:23:28.756Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33062026-05-27T05:23:28.756Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33072026-05-27T05:23:28.756Z
33082026-05-27T05:23:28.756Zerror[E0308]: arguments to this method are incorrect
33092026-05-27T05:23:28.756Z --> dns-server/src/dns_server.rs:438:33
33102026-05-27T05:23:28.756Z |
33112026-05-27T05:23:28.756Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
33122026-05-27T05:23:28.756Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
33132026-05-27T05:23:28.756Z | |
33142026-05-27T05:23:28.756Z | expected `&Header`, found `&&Header`
33152026-05-27T05:23:28.756Z |
33162026-05-27T05:23:28.756Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33172026-05-27T05:23:28.756Z found reference `&&hickory_proto::op::Header`
33182026-05-27T05:23:28.756Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33192026-05-27T05:23:28.756Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33202026-05-27T05:23:28.756Z |
33212026-05-27T05:23:28.756Z 67 | pub enum ResponseCode {
33222026-05-27T05:23:28.756Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33232026-05-27T05:23:28.756Z |
33242026-05-27T05:23:28.756Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33252026-05-27T05:23:28.756Z |
33262026-05-27T05:23:28.756Z 67 | pub enum ResponseCode {
33272026-05-27T05:23:28.756Z | --------------------- this is the found type
33282026-05-27T05:23:28.756Z = help: you can use `cargo tree` to explore your dependency tree
33292026-05-27T05:23:28.756Znote: method defined here
33302026-05-27T05:23:28.756Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33312026-05-27T05:23:28.756Z |
33322026-05-27T05:23:28.756Z190 | pub fn error_msg<'a>(
33332026-05-27T05:23:28.756Z | ^^^^^^^^^
33342026-05-27T05:23:28.756Z
33352026-05-27T05:23:28.756Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33362026-05-27T05:23:28.756Z --> dns-server/src/dns_server.rs:457:50
33372026-05-27T05:23:28.756Z |
33382026-05-27T05:23:28.756Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33392026-05-27T05:23:28.756Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33402026-05-27T05:23:28.757Z | |
33412026-05-27T05:23:28.757Z | required by a bound introduced by this call
33422026-05-27T05:23:28.757Z |
33432026-05-27T05:23:28.757Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33442026-05-27T05:23:28.757Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33452026-05-27T05:23:28.757Z |
33462026-05-27T05:23:28.757Z 78 | pub struct Record<R: RecordData = RData> {
33472026-05-27T05:23:28.757Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33482026-05-27T05:23:28.757Z |
33492026-05-27T05:23:28.757Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33502026-05-27T05:23:28.757Z |
33512026-05-27T05:23:28.761Z 77 | pub struct Record<R: RecordData = RData> {
33522026-05-27T05:23:28.761Z | ---------------------------------------- this is the found type
33532026-05-27T05:23:28.762Z = help: you can use `cargo tree` to explore your dependency tree
33542026-05-27T05:23:28.762Znote: required by a bound in `encode_and_send`
33552026-05-27T05:23:28.762Z --> dns-server/src/dns_server.rs:491:23
33562026-05-27T05:23:28.762Z |
33572026-05-27T05:23:28.762Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33582026-05-27T05:23:28.762Z | --------------- required by a bound in this function
33592026-05-27T05:23:28.762Z...
33602026-05-27T05:23:28.762Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33612026-05-27T05:23:28.762Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33622026-05-27T05:23:28.762Z
33632026-05-27T05:23:28.762Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33642026-05-27T05:23:28.762Z --> dns-server/src/dns_server.rs:457:50
33652026-05-27T05:23:28.762Z |
33662026-05-27T05:23:28.762Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33672026-05-27T05:23:28.762Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33682026-05-27T05:23:28.762Z | |
33692026-05-27T05:23:28.762Z | required by a bound introduced by this call
33702026-05-27T05:23:28.762Z |
33712026-05-27T05:23:28.762Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33722026-05-27T05:23:28.762Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33732026-05-27T05:23:28.762Z |
33742026-05-27T05:23:28.762Z 78 | pub struct Record<R: RecordData = RData> {
33752026-05-27T05:23:28.762Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33762026-05-27T05:23:28.762Z |
33772026-05-27T05:23:28.762Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33782026-05-27T05:23:28.762Z |
33792026-05-27T05:23:28.762Z 77 | pub struct Record<R: RecordData = RData> {
33802026-05-27T05:23:28.762Z | ---------------------------------------- this is the found type
33812026-05-27T05:23:28.762Z = help: you can use `cargo tree` to explore your dependency tree
33822026-05-27T05:23:28.762Znote: required by a bound in `encode_and_send`
33832026-05-27T05:23:28.762Z --> dns-server/src/dns_server.rs:492:27
33842026-05-27T05:23:28.762Z |
33852026-05-27T05:23:28.762Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33862026-05-27T05:23:28.762Z | --------------- required by a bound in this function
33872026-05-27T05:23:28.762Z...
33882026-05-27T05:23:28.762Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33892026-05-27T05:23:28.762Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33902026-05-27T05:23:28.762Z
33912026-05-27T05:23:28.762Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33922026-05-27T05:23:28.763Z --> dns-server/src/dns_server.rs:457:50
33932026-05-27T05:23:28.763Z |
33942026-05-27T05:23:28.763Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33952026-05-27T05:23:28.763Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33962026-05-27T05:23:28.763Z | |
33972026-05-27T05:23:28.763Z | required by a bound introduced by this call
33982026-05-27T05:23:28.763Z |
33992026-05-27T05:23:28.763Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34002026-05-27T05:23:28.763Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34012026-05-27T05:23:28.763Z |
34022026-05-27T05:23:28.763Z 78 | pub struct Record<R: RecordData = RData> {
34032026-05-27T05:23:28.763Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34042026-05-27T05:23:28.763Z |
34052026-05-27T05:23:28.763Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34062026-05-27T05:23:28.763Z |
34072026-05-27T05:23:28.763Z 77 | pub struct Record<R: RecordData = RData> {
34082026-05-27T05:23:28.763Z | ---------------------------------------- this is the found type
34092026-05-27T05:23:28.763Z = help: you can use `cargo tree` to explore your dependency tree
34102026-05-27T05:23:28.763Znote: required by a bound in `encode_and_send`
34112026-05-27T05:23:28.763Z --> dns-server/src/dns_server.rs:493:19
34122026-05-27T05:23:28.763Z |
34132026-05-27T05:23:28.763Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34142026-05-27T05:23:28.763Z | --------------- required by a bound in this function
34152026-05-27T05:23:28.763Z...
34162026-05-27T05:23:28.763Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34172026-05-27T05:23:28.763Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34182026-05-27T05:23:28.763Z
34192026-05-27T05:23:28.763Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34202026-05-27T05:23:28.763Z --> dns-server/src/dns_server.rs:457:50
34212026-05-27T05:23:28.763Z |
34222026-05-27T05:23:28.763Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34232026-05-27T05:23:28.763Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34242026-05-27T05:23:28.763Z | |
34252026-05-27T05:23:28.763Z | required by a bound introduced by this call
34262026-05-27T05:23:28.763Z |
34272026-05-27T05:23:28.763Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34282026-05-27T05:23:28.763Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34292026-05-27T05:23:28.763Z |
34302026-05-27T05:23:28.764Z 78 | pub struct Record<R: RecordData = RData> {
34312026-05-27T05:23:28.764Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34322026-05-27T05:23:28.764Z |
34332026-05-27T05:23:28.764Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34342026-05-27T05:23:28.764Z |
34352026-05-27T05:23:28.764Z 77 | pub struct Record<R: RecordData = RData> {
34362026-05-27T05:23:28.764Z | ---------------------------------------- this is the found type
34372026-05-27T05:23:28.764Z = help: you can use `cargo tree` to explore your dependency tree
34382026-05-27T05:23:28.764Znote: required by a bound in `encode_and_send`
34392026-05-27T05:23:28.764Z --> dns-server/src/dns_server.rs:494:27
34402026-05-27T05:23:28.764Z |
34412026-05-27T05:23:28.764Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34422026-05-27T05:23:28.764Z | --------------- required by a bound in this function
34432026-05-27T05:23:28.764Z...
34442026-05-27T05:23:28.764Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34452026-05-27T05:23:28.764Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34462026-05-27T05:23:28.764Z
34472026-05-27T05:23:28.764Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34482026-05-27T05:23:28.764Z --> dns-server/src/dns_server.rs:457:25
34492026-05-27T05:23:28.764Z |
34502026-05-27T05:23:28.764Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34512026-05-27T05:23:28.862Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34522026-05-27T05:23:28.862Z |
34532026-05-27T05:23:28.862Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34542026-05-27T05:23:28.862Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34552026-05-27T05:23:28.862Z |
34562026-05-27T05:23:28.862Z 78 | pub struct Record<R: RecordData = RData> {
34572026-05-27T05:23:28.862Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34582026-05-27T05:23:28.862Z |
34592026-05-27T05:23:28.862Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34602026-05-27T05:23:28.862Z |
34612026-05-27T05:23:28.862Z 77 | pub struct Record<R: RecordData = RData> {
34622026-05-27T05:23:28.862Z | ---------------------------------------- this is the found type
34632026-05-27T05:23:28.862Z = help: you can use `cargo tree` to explore your dependency tree
34642026-05-27T05:23:28.862Znote: required by a bound in `encode_and_send`
34652026-05-27T05:23:28.862Z --> dns-server/src/dns_server.rs:491:23
34662026-05-27T05:23:28.862Z |
34672026-05-27T05:23:28.862Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34682026-05-27T05:23:28.862Z | --------------- required by a bound in this function
34692026-05-27T05:23:28.862Z...
34702026-05-27T05:23:28.862Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34712026-05-27T05:23:28.863Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34722026-05-27T05:23:28.863Z
34732026-05-27T05:23:28.863Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34742026-05-27T05:23:28.863Z --> dns-server/src/dns_server.rs:457:25
34752026-05-27T05:23:28.863Z |
34762026-05-27T05:23:28.863Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34772026-05-27T05:23:28.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34782026-05-27T05:23:28.863Z |
34792026-05-27T05:23:28.863Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34802026-05-27T05:23:28.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34812026-05-27T05:23:28.863Z |
34822026-05-27T05:23:28.863Z 78 | pub struct Record<R: RecordData = RData> {
34832026-05-27T05:23:28.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34842026-05-27T05:23:28.863Z |
34852026-05-27T05:23:28.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34862026-05-27T05:23:28.863Z |
34872026-05-27T05:23:28.863Z 77 | pub struct Record<R: RecordData = RData> {
34882026-05-27T05:23:28.863Z | ---------------------------------------- this is the found type
34892026-05-27T05:23:28.863Z = help: you can use `cargo tree` to explore your dependency tree
34902026-05-27T05:23:28.863Znote: required by a bound in `encode_and_send`
34912026-05-27T05:23:28.863Z --> dns-server/src/dns_server.rs:492:27
34922026-05-27T05:23:28.863Z |
34932026-05-27T05:23:28.863Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34942026-05-27T05:23:28.863Z | --------------- required by a bound in this function
34952026-05-27T05:23:28.863Z...
34962026-05-27T05:23:28.863Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34972026-05-27T05:23:28.863Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34982026-05-27T05:23:28.863Z
34992026-05-27T05:23:28.863Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35002026-05-27T05:23:28.863Z --> dns-server/src/dns_server.rs:457:25
35012026-05-27T05:23:28.863Z |
35022026-05-27T05:23:28.863Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35032026-05-27T05:23:28.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35042026-05-27T05:23:28.863Z |
35052026-05-27T05:23:28.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35062026-05-27T05:23:28.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35072026-05-27T05:23:28.864Z |
35082026-05-27T05:23:28.864Z 78 | pub struct Record<R: RecordData = RData> {
35092026-05-27T05:23:28.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35102026-05-27T05:23:28.864Z |
35112026-05-27T05:23:28.864Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35122026-05-27T05:23:28.864Z |
35132026-05-27T05:23:28.864Z 77 | pub struct Record<R: RecordData = RData> {
35142026-05-27T05:23:28.864Z | ---------------------------------------- this is the found type
35152026-05-27T05:23:28.864Z = help: you can use `cargo tree` to explore your dependency tree
35162026-05-27T05:23:28.865Znote: required by a bound in `encode_and_send`
35172026-05-27T05:23:28.865Z --> dns-server/src/dns_server.rs:493:19
35182026-05-27T05:23:28.865Z |
35192026-05-27T05:23:28.865Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35202026-05-27T05:23:28.865Z | --------------- required by a bound in this function
35212026-05-27T05:23:28.865Z...
35222026-05-27T05:23:28.865Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35232026-05-27T05:23:28.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35242026-05-27T05:23:28.865Z
35252026-05-27T05:23:28.865Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35262026-05-27T05:23:28.865Z --> dns-server/src/dns_server.rs:457:25
35272026-05-27T05:23:28.865Z |
35282026-05-27T05:23:28.865Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35292026-05-27T05:23:28.865Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35302026-05-27T05:23:28.865Z |
35312026-05-27T05:23:28.865Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35322026-05-27T05:23:28.865Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35332026-05-27T05:23:28.865Z |
35342026-05-27T05:23:28.865Z 78 | pub struct Record<R: RecordData = RData> {
35352026-05-27T05:23:28.865Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35362026-05-27T05:23:28.865Z |
35372026-05-27T05:23:28.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35382026-05-27T05:23:28.865Z |
35392026-05-27T05:23:28.865Z 77 | pub struct Record<R: RecordData = RData> {
35402026-05-27T05:23:28.865Z | ---------------------------------------- this is the found type
35412026-05-27T05:23:28.865Z = help: you can use `cargo tree` to explore your dependency tree
35422026-05-27T05:23:28.865Znote: required by a bound in `encode_and_send`
35432026-05-27T05:23:28.865Z --> dns-server/src/dns_server.rs:494:27
35442026-05-27T05:23:28.865Z |
35452026-05-27T05:23:28.865Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35462026-05-27T05:23:28.865Z | --------------- required by a bound in this function
35472026-05-27T05:23:28.865Z...
35482026-05-27T05:23:28.865Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35492026-05-27T05:23:28.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35502026-05-27T05:23:28.865Z
35512026-05-27T05:23:28.870Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35522026-05-27T05:23:28.870Z --> dns-server/src/dns_server.rs:457:69
35532026-05-27T05:23:28.870Z |
35542026-05-27T05:23:28.870Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35552026-05-27T05:23:28.870Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35562026-05-27T05:23:28.870Z |
35572026-05-27T05:23:28.870Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35582026-05-27T05:23:28.870Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35592026-05-27T05:23:28.870Z |
35602026-05-27T05:23:28.870Z 78 | pub struct Record<R: RecordData = RData> {
35612026-05-27T05:23:28.870Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35622026-05-27T05:23:28.870Z |
35632026-05-27T05:23:28.870Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35642026-05-27T05:23:28.870Z |
35652026-05-27T05:23:28.870Z 77 | pub struct Record<R: RecordData = RData> {
35662026-05-27T05:23:28.870Z | ---------------------------------------- this is the found type
35672026-05-27T05:23:28.870Z = help: you can use `cargo tree` to explore your dependency tree
35682026-05-27T05:23:28.870Znote: required by a bound in `encode_and_send`
35692026-05-27T05:23:28.870Z --> dns-server/src/dns_server.rs:491:23
35702026-05-27T05:23:28.870Z |
35712026-05-27T05:23:28.870Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35722026-05-27T05:23:28.870Z | --------------- required by a bound in this function
35732026-05-27T05:23:28.870Z...
35742026-05-27T05:23:28.870Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35752026-05-27T05:23:28.870Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35762026-05-27T05:23:28.870Z
35772026-05-27T05:23:28.871Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35782026-05-27T05:23:28.871Z --> dns-server/src/dns_server.rs:457:69
35792026-05-27T05:23:28.871Z |
35802026-05-27T05:23:28.871Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35812026-05-27T05:23:28.871Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35822026-05-27T05:23:28.871Z |
35832026-05-27T05:23:28.871Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35842026-05-27T05:23:28.871Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35852026-05-27T05:23:28.871Z |
35862026-05-27T05:23:28.871Z 78 | pub struct Record<R: RecordData = RData> {
35872026-05-27T05:23:28.871Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35882026-05-27T05:23:28.871Z |
35892026-05-27T05:23:28.871Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35902026-05-27T05:23:28.871Z |
35912026-05-27T05:23:28.871Z 77 | pub struct Record<R: RecordData = RData> {
35922026-05-27T05:23:28.871Z | ---------------------------------------- this is the found type
35932026-05-27T05:23:28.871Z = help: you can use `cargo tree` to explore your dependency tree
35942026-05-27T05:23:28.871Znote: required by a bound in `encode_and_send`
35952026-05-27T05:23:28.871Z --> dns-server/src/dns_server.rs:492:27
35962026-05-27T05:23:28.871Z |
35972026-05-27T05:23:28.871Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35982026-05-27T05:23:28.871Z | --------------- required by a bound in this function
35992026-05-27T05:23:28.872Z...
36002026-05-27T05:23:28.872Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36012026-05-27T05:23:28.872Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36022026-05-27T05:23:28.872Z
36032026-05-27T05:23:28.872Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36042026-05-27T05:23:28.872Z --> dns-server/src/dns_server.rs:457:69
36052026-05-27T05:23:28.872Z |
36062026-05-27T05:23:28.872Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36072026-05-27T05:23:28.872Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36082026-05-27T05:23:28.872Z |
36092026-05-27T05:23:28.872Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36102026-05-27T05:23:28.872Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36112026-05-27T05:23:28.872Z |
36122026-05-27T05:23:28.872Z 78 | pub struct Record<R: RecordData = RData> {
36132026-05-27T05:23:28.872Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36142026-05-27T05:23:28.872Z |
36152026-05-27T05:23:28.872Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36162026-05-27T05:23:28.872Z |
36172026-05-27T05:23:28.872Z 77 | pub struct Record<R: RecordData = RData> {
36182026-05-27T05:23:28.872Z | ---------------------------------------- this is the found type
36192026-05-27T05:23:28.872Z = help: you can use `cargo tree` to explore your dependency tree
36202026-05-27T05:23:28.873Znote: required by a bound in `encode_and_send`
36212026-05-27T05:23:28.873Z --> dns-server/src/dns_server.rs:493:19
36222026-05-27T05:23:28.873Z |
36232026-05-27T05:23:28.873Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36242026-05-27T05:23:28.873Z | --------------- required by a bound in this function
36252026-05-27T05:23:28.873Z...
36262026-05-27T05:23:28.873Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36272026-05-27T05:23:28.873Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36282026-05-27T05:23:28.873Z
36292026-05-27T05:23:28.873Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36302026-05-27T05:23:28.873Z --> dns-server/src/dns_server.rs:457:69
36312026-05-27T05:23:28.873Z |
36322026-05-27T05:23:28.873Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36332026-05-27T05:23:28.873Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36342026-05-27T05:23:28.873Z |
36352026-05-27T05:23:28.874Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36362026-05-27T05:23:28.874Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36372026-05-27T05:23:28.874Z |
36382026-05-27T05:23:28.874Z 78 | pub struct Record<R: RecordData = RData> {
36392026-05-27T05:23:28.874Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36402026-05-27T05:23:28.874Z |
36412026-05-27T05:23:28.874Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36422026-05-27T05:23:28.874Z |
36432026-05-27T05:23:28.874Z 77 | pub struct Record<R: RecordData = RData> {
36442026-05-27T05:23:28.874Z | ---------------------------------------- this is the found type
36452026-05-27T05:23:28.874Z = help: you can use `cargo tree` to explore your dependency tree
36462026-05-27T05:23:28.874Znote: required by a bound in `encode_and_send`
36472026-05-27T05:23:28.874Z --> dns-server/src/dns_server.rs:494:27
36482026-05-27T05:23:28.874Z |
36492026-05-27T05:23:28.874Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36502026-05-27T05:23:28.874Z | --------------- required by a bound in this function
36512026-05-27T05:23:28.878Z...
36522026-05-27T05:23:28.878Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36532026-05-27T05:23:28.878Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36542026-05-27T05:23:28.879Z
36552026-05-27T05:23:28.879Zerror[E0308]: arguments to this method are incorrect
36562026-05-27T05:23:28.879Z --> dns-server/src/dns_server.rs:477:20
36572026-05-27T05:23:28.879Z |
36582026-05-27T05:23:28.879Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36592026-05-27T05:23:28.879Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36602026-05-27T05:23:28.879Z | |
36612026-05-27T05:23:28.879Z | expected `Header`, found `hickory_proto::op::Header`
36622026-05-27T05:23:28.879Z |
36632026-05-27T05:23:28.879Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36642026-05-27T05:23:28.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36652026-05-27T05:23:28.879Z |
36662026-05-27T05:23:28.879Z 57 | pub struct Header {
36672026-05-27T05:23:28.879Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36682026-05-27T05:23:28.879Z |
36692026-05-27T05:23:28.879Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36702026-05-27T05:23:28.879Z |
36712026-05-27T05:23:28.879Z 57 | pub struct Header {
36722026-05-27T05:23:28.879Z | ----------------- this is the found type
36732026-05-27T05:23:28.879Z = help: you can use `cargo tree` to explore your dependency tree
36742026-05-27T05:23:28.879Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36752026-05-27T05:23:28.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36762026-05-27T05:23:28.879Z |
36772026-05-27T05:23:28.879Z 67 | pub enum ResponseCode {
36782026-05-27T05:23:28.879Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36792026-05-27T05:23:28.879Z |
36802026-05-27T05:23:28.879Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36812026-05-27T05:23:28.879Z |
36822026-05-27T05:23:28.879Z 67 | pub enum ResponseCode {
36832026-05-27T05:23:28.879Z | --------------------- this is the found type
36842026-05-27T05:23:28.879Z = help: you can use `cargo tree` to explore your dependency tree
36852026-05-27T05:23:28.879Znote: method defined here
36862026-05-27T05:23:28.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36872026-05-27T05:23:28.879Z |
36882026-05-27T05:23:28.879Z190 | pub fn error_msg<'a>(
36892026-05-27T05:23:28.879Z | ^^^^^^^^^
36902026-05-27T05:23:28.879Z
36912026-05-27T05:23:28.879Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36922026-05-27T05:23:28.879Z --> dns-server/src/dns_server.rs:478:50
36932026-05-27T05:23:28.880Z |
36942026-05-27T05:23:28.880Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36952026-05-27T05:23:28.880Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36962026-05-27T05:23:28.880Z | |
36972026-05-27T05:23:28.880Z | required by a bound introduced by this call
36982026-05-27T05:23:28.880Z |
36992026-05-27T05:23:28.880Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37002026-05-27T05:23:28.880Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37012026-05-27T05:23:28.880Z |
37022026-05-27T05:23:28.880Z 78 | pub struct Record<R: RecordData = RData> {
37032026-05-27T05:23:28.880Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37042026-05-27T05:23:28.880Z |
37052026-05-27T05:23:28.880Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37062026-05-27T05:23:28.880Z |
37072026-05-27T05:23:28.880Z 77 | pub struct Record<R: RecordData = RData> {
37082026-05-27T05:23:28.880Z | ---------------------------------------- this is the found type
37092026-05-27T05:23:28.880Z = help: you can use `cargo tree` to explore your dependency tree
37102026-05-27T05:23:28.880Znote: required by a bound in `encode_and_send`
37112026-05-27T05:23:28.880Z --> dns-server/src/dns_server.rs:491:23
37122026-05-27T05:23:28.880Z |
37132026-05-27T05:23:28.880Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37142026-05-27T05:23:28.880Z | --------------- required by a bound in this function
37152026-05-27T05:23:28.880Z...
37162026-05-27T05:23:28.880Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37172026-05-27T05:23:28.880Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37182026-05-27T05:23:28.880Z
37192026-05-27T05:23:28.880Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37202026-05-27T05:23:28.880Z --> dns-server/src/dns_server.rs:478:50
37212026-05-27T05:23:28.880Z |
37222026-05-27T05:23:28.880Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37232026-05-27T05:23:28.880Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37242026-05-27T05:23:28.881Z | |
37252026-05-27T05:23:28.881Z | required by a bound introduced by this call
37262026-05-27T05:23:28.881Z |
37272026-05-27T05:23:28.881Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37282026-05-27T05:23:28.881Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37292026-05-27T05:23:28.881Z |
37302026-05-27T05:23:28.881Z 78 | pub struct Record<R: RecordData = RData> {
37312026-05-27T05:23:28.881Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37322026-05-27T05:23:28.881Z |
37332026-05-27T05:23:28.881Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37342026-05-27T05:23:28.881Z |
37352026-05-27T05:23:28.881Z 77 | pub struct Record<R: RecordData = RData> {
37362026-05-27T05:23:28.881Z | ---------------------------------------- this is the found type
37372026-05-27T05:23:28.881Z = help: you can use `cargo tree` to explore your dependency tree
37382026-05-27T05:23:28.881Znote: required by a bound in `encode_and_send`
37392026-05-27T05:23:28.881Z --> dns-server/src/dns_server.rs:492:27
37402026-05-27T05:23:28.881Z |
37412026-05-27T05:23:28.881Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37422026-05-27T05:23:28.881Z | --------------- required by a bound in this function
37432026-05-27T05:23:28.881Z...
37442026-05-27T05:23:28.881Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37452026-05-27T05:23:28.881Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37462026-05-27T05:23:28.882Z
37472026-05-27T05:23:28.882Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37482026-05-27T05:23:28.882Z --> dns-server/src/dns_server.rs:478:50
37492026-05-27T05:23:28.882Z |
37502026-05-27T05:23:28.882Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37512026-05-27T05:23:28.886Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37522026-05-27T05:23:28.886Z | |
37532026-05-27T05:23:28.886Z | required by a bound introduced by this call
37542026-05-27T05:23:28.886Z |
37552026-05-27T05:23:28.886Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37562026-05-27T05:23:28.886Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37572026-05-27T05:23:28.886Z |
37582026-05-27T05:23:28.886Z 78 | pub struct Record<R: RecordData = RData> {
37592026-05-27T05:23:28.886Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37602026-05-27T05:23:28.886Z |
37612026-05-27T05:23:28.886Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37622026-05-27T05:23:28.886Z |
37632026-05-27T05:23:28.886Z 77 | pub struct Record<R: RecordData = RData> {
37642026-05-27T05:23:28.886Z | ---------------------------------------- this is the found type
37652026-05-27T05:23:28.887Z = help: you can use `cargo tree` to explore your dependency tree
37662026-05-27T05:23:28.887Znote: required by a bound in `encode_and_send`
37672026-05-27T05:23:28.887Z --> dns-server/src/dns_server.rs:493:19
37682026-05-27T05:23:28.887Z |
37692026-05-27T05:23:28.887Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37702026-05-27T05:23:28.887Z | --------------- required by a bound in this function
37712026-05-27T05:23:28.887Z...
37722026-05-27T05:23:28.887Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37732026-05-27T05:23:28.887Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37742026-05-27T05:23:28.887Z
37752026-05-27T05:23:28.887Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37762026-05-27T05:23:28.887Z --> dns-server/src/dns_server.rs:478:50
37772026-05-27T05:23:28.887Z |
37782026-05-27T05:23:28.887Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37792026-05-27T05:23:28.887Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37802026-05-27T05:23:28.887Z | |
37812026-05-27T05:23:28.887Z | required by a bound introduced by this call
37822026-05-27T05:23:28.887Z |
37832026-05-27T05:23:28.887Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37842026-05-27T05:23:28.887Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37852026-05-27T05:23:28.887Z |
37862026-05-27T05:23:28.888Z 78 | pub struct Record<R: RecordData = RData> {
37872026-05-27T05:23:28.888Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37882026-05-27T05:23:28.888Z |
37892026-05-27T05:23:28.888Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37902026-05-27T05:23:28.888Z |
37912026-05-27T05:23:28.888Z 77 | pub struct Record<R: RecordData = RData> {
37922026-05-27T05:23:28.888Z | ---------------------------------------- this is the found type
37932026-05-27T05:23:28.888Z = help: you can use `cargo tree` to explore your dependency tree
37942026-05-27T05:23:28.888Znote: required by a bound in `encode_and_send`
37952026-05-27T05:23:28.888Z --> dns-server/src/dns_server.rs:494:27
37962026-05-27T05:23:28.888Z |
37972026-05-27T05:23:28.888Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37982026-05-27T05:23:28.888Z | --------------- required by a bound in this function
37992026-05-27T05:23:28.888Z...
38002026-05-27T05:23:28.888Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38012026-05-27T05:23:28.888Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38022026-05-27T05:23:28.888Z
38032026-05-27T05:23:28.888Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38042026-05-27T05:23:28.888Z --> dns-server/src/dns_server.rs:478:25
38052026-05-27T05:23:28.888Z |
38062026-05-27T05:23:28.888Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38072026-05-27T05:23:28.888Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38082026-05-27T05:23:28.888Z |
38092026-05-27T05:23:28.888Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38102026-05-27T05:23:28.888Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38112026-05-27T05:23:28.888Z |
38122026-05-27T05:23:28.888Z 78 | pub struct Record<R: RecordData = RData> {
38132026-05-27T05:23:28.888Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38142026-05-27T05:23:28.888Z |
38152026-05-27T05:23:28.888Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38162026-05-27T05:23:28.888Z |
38172026-05-27T05:23:28.888Z 77 | pub struct Record<R: RecordData = RData> {
38182026-05-27T05:23:28.888Z | ---------------------------------------- this is the found type
38192026-05-27T05:23:28.888Z = help: you can use `cargo tree` to explore your dependency tree
38202026-05-27T05:23:28.888Znote: required by a bound in `encode_and_send`
38212026-05-27T05:23:28.888Z --> dns-server/src/dns_server.rs:491:23
38222026-05-27T05:23:28.888Z |
38232026-05-27T05:23:28.888Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38242026-05-27T05:23:28.888Z | --------------- required by a bound in this function
38252026-05-27T05:23:28.889Z...
38262026-05-27T05:23:28.889Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38272026-05-27T05:23:28.889Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38282026-05-27T05:23:28.889Z
38292026-05-27T05:23:28.889Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38302026-05-27T05:23:28.890Z --> dns-server/src/dns_server.rs:478:25
38312026-05-27T05:23:28.890Z |
38322026-05-27T05:23:28.890Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38332026-05-27T05:23:28.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38342026-05-27T05:23:28.890Z |
38352026-05-27T05:23:28.890Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38362026-05-27T05:23:28.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38372026-05-27T05:23:28.891Z |
38382026-05-27T05:23:28.891Z 78 | pub struct Record<R: RecordData = RData> {
38392026-05-27T05:23:28.891Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38402026-05-27T05:23:28.891Z |
38412026-05-27T05:23:28.891Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38422026-05-27T05:23:28.891Z |
38432026-05-27T05:23:28.891Z 77 | pub struct Record<R: RecordData = RData> {
38442026-05-27T05:23:28.891Z | ---------------------------------------- this is the found type
38452026-05-27T05:23:28.891Z = help: you can use `cargo tree` to explore your dependency tree
38462026-05-27T05:23:28.891Znote: required by a bound in `encode_and_send`
38472026-05-27T05:23:28.891Z --> dns-server/src/dns_server.rs:492:27
38482026-05-27T05:23:28.891Z |
38492026-05-27T05:23:28.891Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38502026-05-27T05:23:28.891Z | --------------- required by a bound in this function
38512026-05-27T05:23:28.897Z...
38522026-05-27T05:23:28.897Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38532026-05-27T05:23:28.897Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38542026-05-27T05:23:28.897Z
38552026-05-27T05:23:28.897Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38562026-05-27T05:23:28.897Z --> dns-server/src/dns_server.rs:478:25
38572026-05-27T05:23:28.897Z |
38582026-05-27T05:23:28.897Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38592026-05-27T05:23:28.897Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38602026-05-27T05:23:28.897Z |
38612026-05-27T05:23:28.897Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38622026-05-27T05:23:28.897Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38632026-05-27T05:23:28.897Z |
38642026-05-27T05:23:28.897Z 78 | pub struct Record<R: RecordData = RData> {
38652026-05-27T05:23:28.898Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38662026-05-27T05:23:28.898Z |
38672026-05-27T05:23:28.898Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38682026-05-27T05:23:28.898Z |
38692026-05-27T05:23:28.898Z 77 | pub struct Record<R: RecordData = RData> {
38702026-05-27T05:23:28.898Z | ---------------------------------------- this is the found type
38712026-05-27T05:23:28.898Z = help: you can use `cargo tree` to explore your dependency tree
38722026-05-27T05:23:28.898Znote: required by a bound in `encode_and_send`
38732026-05-27T05:23:28.898Z --> dns-server/src/dns_server.rs:493:19
38742026-05-27T05:23:28.898Z |
38752026-05-27T05:23:28.898Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38762026-05-27T05:23:28.898Z | --------------- required by a bound in this function
38772026-05-27T05:23:28.898Z...
38782026-05-27T05:23:28.898Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38792026-05-27T05:23:28.898Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38802026-05-27T05:23:28.898Z
38812026-05-27T05:23:28.898Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38822026-05-27T05:23:28.898Z --> dns-server/src/dns_server.rs:478:25
38832026-05-27T05:23:28.898Z |
38842026-05-27T05:23:28.898Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38852026-05-27T05:23:28.898Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38862026-05-27T05:23:28.898Z |
38872026-05-27T05:23:28.898Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38882026-05-27T05:23:28.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38892026-05-27T05:23:28.898Z |
38902026-05-27T05:23:28.898Z 78 | pub struct Record<R: RecordData = RData> {
38912026-05-27T05:23:28.898Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38922026-05-27T05:23:28.898Z |
38932026-05-27T05:23:28.898Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38942026-05-27T05:23:28.898Z |
38952026-05-27T05:23:28.898Z 77 | pub struct Record<R: RecordData = RData> {
38962026-05-27T05:23:28.898Z | ---------------------------------------- this is the found type
38972026-05-27T05:23:28.898Z = help: you can use `cargo tree` to explore your dependency tree
38982026-05-27T05:23:28.898Znote: required by a bound in `encode_and_send`
38992026-05-27T05:23:28.898Z --> dns-server/src/dns_server.rs:494:27
39002026-05-27T05:23:28.899Z |
39012026-05-27T05:23:28.899Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39022026-05-27T05:23:28.899Z | --------------- required by a bound in this function
39032026-05-27T05:23:28.899Z...
39042026-05-27T05:23:28.899Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39052026-05-27T05:23:28.899Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39062026-05-27T05:23:28.899Z
39072026-05-27T05:23:28.899Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39082026-05-27T05:23:28.899Z --> dns-server/src/dns_server.rs:478:69
39092026-05-27T05:23:28.899Z |
39102026-05-27T05:23:28.899Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39112026-05-27T05:23:28.899Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39122026-05-27T05:23:28.899Z |
39132026-05-27T05:23:28.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39142026-05-27T05:23:28.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39152026-05-27T05:23:28.899Z |
39162026-05-27T05:23:28.899Z 78 | pub struct Record<R: RecordData = RData> {
39172026-05-27T05:23:28.899Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39182026-05-27T05:23:28.899Z |
39192026-05-27T05:23:28.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39202026-05-27T05:23:28.899Z |
39212026-05-27T05:23:28.899Z 77 | pub struct Record<R: RecordData = RData> {
39222026-05-27T05:23:28.899Z | ---------------------------------------- this is the found type
39232026-05-27T05:23:28.899Z = help: you can use `cargo tree` to explore your dependency tree
39242026-05-27T05:23:28.899Znote: required by a bound in `encode_and_send`
39252026-05-27T05:23:28.899Z --> dns-server/src/dns_server.rs:491:23
39262026-05-27T05:23:28.899Z |
39272026-05-27T05:23:28.899Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39282026-05-27T05:23:28.899Z | --------------- required by a bound in this function
39292026-05-27T05:23:28.899Z...
39302026-05-27T05:23:28.899Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39312026-05-27T05:23:28.899Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39322026-05-27T05:23:28.899Z
39332026-05-27T05:23:28.899Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39342026-05-27T05:23:28.899Z --> dns-server/src/dns_server.rs:478:69
39352026-05-27T05:23:28.899Z |
39362026-05-27T05:23:28.899Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39372026-05-27T05:23:28.899Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39382026-05-27T05:23:28.900Z |
39392026-05-27T05:23:28.900Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39402026-05-27T05:23:28.900Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39412026-05-27T05:23:28.900Z |
39422026-05-27T05:23:28.900Z 78 | pub struct Record<R: RecordData = RData> {
39432026-05-27T05:23:28.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39442026-05-27T05:23:28.900Z |
39452026-05-27T05:23:28.900Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39462026-05-27T05:23:28.900Z |
39472026-05-27T05:23:28.900Z 77 | pub struct Record<R: RecordData = RData> {
39482026-05-27T05:23:28.900Z | ---------------------------------------- this is the found type
39492026-05-27T05:23:28.900Z = help: you can use `cargo tree` to explore your dependency tree
39502026-05-27T05:23:28.900Znote: required by a bound in `encode_and_send`
39512026-05-27T05:23:28.904Z --> dns-server/src/dns_server.rs:492:27
39522026-05-27T05:23:28.904Z |
39532026-05-27T05:23:28.904Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39542026-05-27T05:23:28.904Z | --------------- required by a bound in this function
39552026-05-27T05:23:28.904Z...
39562026-05-27T05:23:28.904Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39572026-05-27T05:23:28.904Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39582026-05-27T05:23:28.904Z
39592026-05-27T05:23:28.905Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39602026-05-27T05:23:28.905Z --> dns-server/src/dns_server.rs:478:69
39612026-05-27T05:23:28.905Z |
39622026-05-27T05:23:28.905Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39632026-05-27T05:23:28.905Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39642026-05-27T05:23:28.905Z |
39652026-05-27T05:23:28.905Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39662026-05-27T05:23:28.905Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39672026-05-27T05:23:28.905Z |
39682026-05-27T05:23:28.905Z 78 | pub struct Record<R: RecordData = RData> {
39692026-05-27T05:23:28.905Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39702026-05-27T05:23:28.905Z |
39712026-05-27T05:23:28.905Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39722026-05-27T05:23:28.905Z |
39732026-05-27T05:23:28.905Z 77 | pub struct Record<R: RecordData = RData> {
39742026-05-27T05:23:28.905Z | ---------------------------------------- this is the found type
39752026-05-27T05:23:28.905Z = help: you can use `cargo tree` to explore your dependency tree
39762026-05-27T05:23:28.905Znote: required by a bound in `encode_and_send`
39772026-05-27T05:23:28.905Z --> dns-server/src/dns_server.rs:493:19
39782026-05-27T05:23:28.905Z |
39792026-05-27T05:23:28.905Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39802026-05-27T05:23:28.906Z | --------------- required by a bound in this function
39812026-05-27T05:23:28.906Z...
39822026-05-27T05:23:28.906Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39832026-05-27T05:23:28.906Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39842026-05-27T05:23:28.906Z
39852026-05-27T05:23:28.906Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39862026-05-27T05:23:28.906Z --> dns-server/src/dns_server.rs:478:69
39872026-05-27T05:23:28.906Z |
39882026-05-27T05:23:28.906Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39892026-05-27T05:23:28.906Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39902026-05-27T05:23:28.906Z |
39912026-05-27T05:23:28.906Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39922026-05-27T05:23:28.906Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39932026-05-27T05:23:28.906Z |
39942026-05-27T05:23:28.906Z 78 | pub struct Record<R: RecordData = RData> {
39952026-05-27T05:23:28.906Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39962026-05-27T05:23:28.906Z |
39972026-05-27T05:23:28.906Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39982026-05-27T05:23:28.906Z |
39992026-05-27T05:23:28.906Z 77 | pub struct Record<R: RecordData = RData> {
40002026-05-27T05:23:28.906Z | ---------------------------------------- this is the found type
40012026-05-27T05:23:28.906Z = help: you can use `cargo tree` to explore your dependency tree
40022026-05-27T05:23:28.906Znote: required by a bound in `encode_and_send`
40032026-05-27T05:23:28.906Z --> dns-server/src/dns_server.rs:494:27
40042026-05-27T05:23:28.906Z |
40052026-05-27T05:23:28.906Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40062026-05-27T05:23:28.906Z | --------------- required by a bound in this function
40072026-05-27T05:23:28.906Z...
40082026-05-27T05:23:28.906Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40092026-05-27T05:23:28.907Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40102026-05-27T05:23:28.907Z
40112026-05-27T05:23:28.907Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
40122026-05-27T05:23:28.907Z --> dns-server/src/dns_server.rs:500:14
40132026-05-27T05:23:28.907Z |
40142026-05-27T05:23:28.907Z499 | let _ = mresp
40152026-05-27T05:23:28.907Z | _________________-
40162026-05-27T05:23:28.907Z500 | | .destructive_emit(&mut enc)
40172026-05-27T05:23:28.907Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40182026-05-27T05:23:28.907Z | |_____________|
40192026-05-27T05:23:28.907Z |
40202026-05-27T05:23:28.907Z |
40212026-05-27T05:23:28.907Z = note: the following trait bounds were not satisfied:
40222026-05-27T05:23:28.907Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40232026-05-27T05:23:28.907Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40242026-05-27T05:23:28.907Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40252026-05-27T05:23:28.907Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40262026-05-27T05:23:28.907Z
40272026-05-27T05:23:28.907Zerror[E0308]: mismatched types
40282026-05-27T05:23:28.907Z --> dns-server/src/dns_server.rs:229:35
40292026-05-27T05:23:28.907Z |
40302026-05-27T05:23:28.907Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40312026-05-27T05:23:28.907Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40322026-05-27T05:23:28.907Z | |
40332026-05-27T05:23:28.907Z | arguments to this function are incorrect
40342026-05-27T05:23:28.907Z |
40352026-05-27T05:23:28.907Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40362026-05-27T05:23:28.907Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40372026-05-27T05:23:28.907Z |
40382026-05-27T05:23:28.907Z 34 | pub struct Name {
40392026-05-27T05:23:28.907Z | ^^^^^^^^^^^^^^^ this is the expected type
40402026-05-27T05:23:28.908Z |
40412026-05-27T05:23:28.908Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40422026-05-27T05:23:28.908Z |
40432026-05-27T05:23:28.908Z 37 | pub struct Name {
40442026-05-27T05:23:28.908Z | --------------- this is the found type
40452026-05-27T05:23:28.908Z = help: you can use `cargo tree` to explore your dependency tree
40462026-05-27T05:23:28.908Znote: associated function defined here
40472026-05-27T05:23:28.908Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40482026-05-27T05:23:28.908Z |
40492026-05-27T05:23:28.908Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40502026-05-27T05:23:28.908Z | ^^^^^^^^^^
40512026-05-27T05:23:28.912Z
40522026-05-27T05:23:28.912Zerror[E0308]: mismatched types
40532026-05-27T05:23:28.913Z --> dns-server/src/dns_server.rs:233:35
40542026-05-27T05:23:28.913Z |
40552026-05-27T05:23:28.913Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40562026-05-27T05:23:28.913Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40572026-05-27T05:23:28.913Z | |
40582026-05-27T05:23:28.913Z | arguments to this function are incorrect
40592026-05-27T05:23:28.913Z |
40602026-05-27T05:23:28.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-05-27T05:23:28.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40622026-05-27T05:23:28.913Z |
40632026-05-27T05:23:28.913Z 34 | pub struct Name {
40642026-05-27T05:23:28.913Z | ^^^^^^^^^^^^^^^ this is the expected type
40652026-05-27T05:23:28.913Z |
40662026-05-27T05:23:28.913Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40672026-05-27T05:23:28.913Z |
40682026-05-27T05:23:28.913Z 37 | pub struct Name {
40692026-05-27T05:23:28.913Z | --------------- this is the found type
40702026-05-27T05:23:28.913Z = help: you can use `cargo tree` to explore your dependency tree
40712026-05-27T05:23:28.913Znote: associated function defined here
40722026-05-27T05:23:28.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40732026-05-27T05:23:28.913Z |
40742026-05-27T05:23:28.913Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40752026-05-27T05:23:28.913Z | ^^^^^^^^^^
40762026-05-27T05:23:28.913Z
40772026-05-27T05:23:28.913Zerror[E0308]: mismatched types
40782026-05-27T05:23:28.913Z --> dns-server/src/dns_server.rs:247:60
40792026-05-27T05:23:28.913Z |
40802026-05-27T05:23:28.913Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40812026-05-27T05:23:28.913Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40822026-05-27T05:23:28.913Z | |
40832026-05-27T05:23:28.913Z | arguments to this function are incorrect
40842026-05-27T05:23:28.914Z |
40852026-05-27T05:23:28.914Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40862026-05-27T05:23:28.914Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40872026-05-27T05:23:28.914Z |
40882026-05-27T05:23:28.914Z 34 | pub struct Name {
40892026-05-27T05:23:28.914Z | ^^^^^^^^^^^^^^^ this is the expected type
40902026-05-27T05:23:28.914Z |
40912026-05-27T05:23:28.914Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40922026-05-27T05:23:28.914Z |
40932026-05-27T05:23:28.914Z 37 | pub struct Name {
40942026-05-27T05:23:28.914Z | --------------- this is the found type
40952026-05-27T05:23:28.914Z = help: you can use `cargo tree` to explore your dependency tree
40962026-05-27T05:23:28.914Znote: associated function defined here
40972026-05-27T05:23:28.914Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40982026-05-27T05:23:28.914Z |
40992026-05-27T05:23:28.914Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
41002026-05-27T05:23:28.914Z | ^^^
41012026-05-27T05:23:28.914Z
41022026-05-27T05:23:28.914Zerror[E0308]: mismatched types
41032026-05-27T05:23:28.914Z --> dns-server/src/dns_server.rs:245:17
41042026-05-27T05:23:28.914Z |
41052026-05-27T05:23:28.914Z244 | Ok(Record::from_rdata(
41062026-05-27T05:23:28.914Z | ------------------ arguments to this function are incorrect
41072026-05-27T05:23:28.914Z245 | name.clone(),
41082026-05-27T05:23:28.914Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41092026-05-27T05:23:28.914Z |
41102026-05-27T05:23:28.914Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41112026-05-27T05:23:28.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41122026-05-27T05:23:28.915Z |
41132026-05-27T05:23:28.915Z 34 | pub struct Name {
41142026-05-27T05:23:28.915Z | ^^^^^^^^^^^^^^^ this is the expected type
41152026-05-27T05:23:28.915Z |
41162026-05-27T05:23:28.915Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41172026-05-27T05:23:28.915Z |
41182026-05-27T05:23:28.915Z 37 | pub struct Name {
41192026-05-27T05:23:28.915Z | --------------- this is the found type
41202026-05-27T05:23:28.915Z = help: you can use `cargo tree` to explore your dependency tree
41212026-05-27T05:23:28.915Znote: associated function defined here
41222026-05-27T05:23:28.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41232026-05-27T05:23:28.915Z |
41242026-05-27T05:23:28.915Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41252026-05-27T05:23:28.915Z | ^^^^^^^^^^
41262026-05-27T05:23:28.915Z
41272026-05-27T05:23:28.915Zerror[E0308]: mismatched types
41282026-05-27T05:23:28.915Z --> dns-server/src/dns_server.rs:259:65
41292026-05-27T05:23:28.915Z |
41302026-05-27T05:23:28.915Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41312026-05-27T05:23:28.915Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41322026-05-27T05:23:28.915Z | |
41332026-05-27T05:23:28.915Z | arguments to this struct are incorrect
41342026-05-27T05:23:28.915Z |
41352026-05-27T05:23:28.915Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41362026-05-27T05:23:28.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41372026-05-27T05:23:28.915Z |
41382026-05-27T05:23:28.915Z 34 | pub struct Name {
41392026-05-27T05:23:28.915Z | ^^^^^^^^^^^^^^^ this is the expected type
41402026-05-27T05:23:28.915Z |
41412026-05-27T05:23:28.915Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41422026-05-27T05:23:28.915Z |
41432026-05-27T05:23:28.915Z 37 | pub struct Name {
41442026-05-27T05:23:28.915Z | --------------- this is the found type
41452026-05-27T05:23:28.915Z = help: you can use `cargo tree` to explore your dependency tree
41462026-05-27T05:23:28.915Znote: tuple struct defined here
41472026-05-27T05:23:28.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41482026-05-27T05:23:28.915Z |
41492026-05-27T05:23:28.915Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41502026-05-27T05:23:28.916Z | ^^
41512026-05-27T05:23:28.920Z
41522026-05-27T05:23:28.920Zerror[E0308]: mismatched types
41532026-05-27T05:23:28.921Z --> dns-server/src/dns_server.rs:259:35
41542026-05-27T05:23:28.921Z |
41552026-05-27T05:23:28.921Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41562026-05-27T05:23:28.921Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41572026-05-27T05:23:28.921Z | |
41582026-05-27T05:23:28.921Z | arguments to this function are incorrect
41592026-05-27T05:23:28.921Z |
41602026-05-27T05:23:28.921Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41612026-05-27T05:23:28.921Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41622026-05-27T05:23:28.921Z |
41632026-05-27T05:23:28.921Z 34 | pub struct Name {
41642026-05-27T05:23:28.921Z | ^^^^^^^^^^^^^^^ this is the expected type
41652026-05-27T05:23:28.921Z |
41662026-05-27T05:23:28.921Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41672026-05-27T05:23:28.921Z |
41682026-05-27T05:23:28.921Z 37 | pub struct Name {
41692026-05-27T05:23:28.921Z | --------------- this is the found type
41702026-05-27T05:23:28.921Z = help: you can use `cargo tree` to explore your dependency tree
41712026-05-27T05:23:28.921Znote: associated function defined here
41722026-05-27T05:23:28.921Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41732026-05-27T05:23:28.921Z |
41742026-05-27T05:23:28.921Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41752026-05-27T05:23:28.921Z | ^^^^^^^^^^
41762026-05-27T05:23:28.921Z
41772026-05-27T05:23:28.921Zerror[E0308]: arguments to this function are incorrect
41782026-05-27T05:23:28.921Z --> dns-server/src/storage.rs:448:43
41792026-05-27T05:23:28.921Z |
41802026-05-27T05:23:28.921Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41812026-05-27T05:23:28.921Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41822026-05-27T05:23:28.921Z449 | preferred_nameserver,
41832026-05-27T05:23:28.921Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41842026-05-27T05:23:28.921Z450 | rname,
41852026-05-27T05:23:28.921Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41862026-05-27T05:23:28.921Z |
41872026-05-27T05:23:28.921Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41882026-05-27T05:23:28.921Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41892026-05-27T05:23:28.921Z |
41902026-05-27T05:23:28.921Z 34 | pub struct Name {
41912026-05-27T05:23:28.921Z | ^^^^^^^^^^^^^^^ this is the expected type
41922026-05-27T05:23:28.922Z |
41932026-05-27T05:23:28.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41942026-05-27T05:23:28.922Z |
41952026-05-27T05:23:28.922Z 37 | pub struct Name {
41962026-05-27T05:23:28.922Z | --------------- this is the found type
41972026-05-27T05:23:28.922Z = help: you can use `cargo tree` to explore your dependency tree
41982026-05-27T05:23:28.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41992026-05-27T05:23:28.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42002026-05-27T05:23:28.922Z |
42012026-05-27T05:23:28.922Z 34 | pub struct Name {
42022026-05-27T05:23:28.922Z | ^^^^^^^^^^^^^^^ this is the expected type
42032026-05-27T05:23:28.922Z |
42042026-05-27T05:23:28.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42052026-05-27T05:23:28.922Z |
42062026-05-27T05:23:28.922Z 37 | pub struct Name {
42072026-05-27T05:23:28.922Z | --------------- this is the found type
42082026-05-27T05:23:28.922Z = help: you can use `cargo tree` to explore your dependency tree
42092026-05-27T05:23:28.922Znote: associated function defined here
42102026-05-27T05:23:28.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
42112026-05-27T05:23:28.922Z |
42122026-05-27T05:23:28.922Z154 | pub fn new(
42132026-05-27T05:23:28.922Z | ^^^
42142026-05-27T05:23:28.922Z
42152026-05-27T05:23:28.922Zerror[E0308]: mismatched types
42162026-05-27T05:23:28.922Z --> dns-server/src/storage.rs:446:13
42172026-05-27T05:23:28.922Z |
42182026-05-27T05:23:28.922Z445 | let record = hickory_proto::rr::Record::from_rdata(
42192026-05-27T05:23:28.922Z | ------------------------------------- arguments to this function are incorrect
42202026-05-27T05:23:28.922Z446 | soa_name,
42212026-05-27T05:23:28.922Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42222026-05-27T05:23:28.922Z |
42232026-05-27T05:23:28.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42242026-05-27T05:23:28.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42252026-05-27T05:23:28.922Z |
42262026-05-27T05:23:28.922Z 34 | pub struct Name {
42272026-05-27T05:23:28.922Z | ^^^^^^^^^^^^^^^ this is the expected type
42282026-05-27T05:23:28.922Z |
42292026-05-27T05:23:28.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42302026-05-27T05:23:28.922Z |
42312026-05-27T05:23:28.923Z 37 | pub struct Name {
42322026-05-27T05:23:28.923Z | --------------- this is the found type
42332026-05-27T05:23:28.923Z = help: you can use `cargo tree` to explore your dependency tree
42342026-05-27T05:23:28.923Znote: associated function defined here
42352026-05-27T05:23:28.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42362026-05-27T05:23:28.923Z |
42372026-05-27T05:23:28.923Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42382026-05-27T05:23:28.923Z | ^^^^^^^^^^
42392026-05-27T05:23:28.923Z
42402026-05-27T05:23:28.923Zerror[E0308]: mismatched types
42412026-05-27T05:23:28.923Z --> dns-server/src/storage.rs:768:30
42422026-05-27T05:23:28.923Z |
42432026-05-27T05:23:28.923Z768 | self.query_raw(name, orig_name)
42442026-05-27T05:23:28.923Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42452026-05-27T05:23:28.923Z | |
42462026-05-27T05:23:28.923Z | arguments to this method are incorrect
42472026-05-27T05:23:28.923Z |
42482026-05-27T05:23:28.923Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42492026-05-27T05:23:28.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42502026-05-27T05:23:28.923Z |
42512026-05-27T05:23:28.929Z 37 | pub struct Name {
42522026-05-27T05:23:28.929Z | ^^^^^^^^^^^^^^^ this is the expected type
42532026-05-27T05:23:28.929Z |
42542026-05-27T05:23:28.929Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42552026-05-27T05:23:28.929Z |
42562026-05-27T05:23:28.929Z 34 | pub struct Name {
42572026-05-27T05:23:28.929Z | --------------- this is the found type
42582026-05-27T05:23:28.929Z = help: you can use `cargo tree` to explore your dependency tree
42592026-05-27T05:23:28.929Znote: method defined here
42602026-05-27T05:23:28.929Z --> dns-server/src/storage.rs:780:8
42612026-05-27T05:23:28.929Z |
42622026-05-27T05:23:28.929Z780 | fn query_raw(
42632026-05-27T05:23:28.929Z | ^^^^^^^^^
42642026-05-27T05:23:28.929Z...
42652026-05-27T05:23:28.929Z783 | orig_name: &Name,
42662026-05-27T05:23:28.929Z | ----------------
42672026-05-27T05:23:28.930Z
42682026-05-27T05:23:28.930Zerror[E0308]: mismatched types
42692026-05-27T05:23:28.930Z --> dns-server/src/storage.rs:777:40
42702026-05-27T05:23:28.930Z |
42712026-05-27T05:23:28.930Z777 | self.query_raw(&LowerName::new(name), name)
42722026-05-27T05:23:28.930Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42732026-05-27T05:23:28.930Z | |
42742026-05-27T05:23:28.930Z | arguments to this function are incorrect
42752026-05-27T05:23:28.930Z |
42762026-05-27T05:23:28.930Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42772026-05-27T05:23:28.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42782026-05-27T05:23:28.930Z |
42792026-05-27T05:23:28.930Z 34 | pub struct Name {
42802026-05-27T05:23:28.930Z | ^^^^^^^^^^^^^^^ this is the expected type
42812026-05-27T05:23:28.930Z |
42822026-05-27T05:23:28.930Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42832026-05-27T05:23:28.930Z |
42842026-05-27T05:23:28.930Z 37 | pub struct Name {
42852026-05-27T05:23:28.930Z | --------------- this is the found type
42862026-05-27T05:23:28.930Z = help: you can use `cargo tree` to explore your dependency tree
42872026-05-27T05:23:28.930Znote: associated function defined here
42882026-05-27T05:23:28.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42892026-05-27T05:23:28.930Z |
42902026-05-27T05:23:28.930Z 37 | pub fn new(name: &Name) -> Self {
42912026-05-27T05:23:28.930Z | ^^^
42922026-05-27T05:23:28.930Z
42932026-05-27T05:23:28.930Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42942026-05-27T05:23:28.930Z --> dns-server/src/storage.rs:791:33
42952026-05-27T05:23:28.930Z |
42962026-05-27T05:23:28.930Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42972026-05-27T05:23:28.930Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42982026-05-27T05:23:28.930Z |
42992026-05-27T05:23:28.930Zhelp: item with same name found
43002026-05-27T05:23:28.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
43012026-05-27T05:23:28.930Z |
43022026-05-27T05:23:28.930Z 28 | pub struct LowerName(Name);
43032026-05-27T05:23:28.930Z | ^^^^^^^^^^^^^^^^^^^^
43042026-05-27T05:23:28.930Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43052026-05-27T05:23:28.930Zhelp: the following other types implement trait `std::convert::From<T>`
43062026-05-27T05:23:28.931Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
43072026-05-27T05:23:28.931Z |
43082026-05-27T05:23:28.931Z240 | impl From<Name> for LowerName {
43092026-05-27T05:23:28.931Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
43102026-05-27T05:23:28.931Z...
43112026-05-27T05:23:28.931Z246 | impl<'a> From<&'a Name> for LowerName {
43122026-05-27T05:23:28.931Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
43132026-05-27T05:23:28.931Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43142026-05-27T05:23:28.931Z = help: you can use `cargo tree` to explore your dependency tree
43152026-05-27T05:23:28.931Z
43162026-05-27T05:23:28.957Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43172026-05-27T05:23:29.102ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43182026-05-27T05:23:29.102ZFor more information about an error, try `rustc --explain E0271`.
43192026-05-27T05:23:29.185Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43202026-05-27T05:23:29.185Zwarning: build failed, waiting for other jobs to finish...
43212026-05-27T05:23:38.015ZError: Failed to build packages
43222026-05-27T05:23:38.019Z
43232026-05-27T05:23:38.019Zreal 1:22.761540209
43242026-05-27T05:23:38.019Zuser 18:15.261109880
43252026-05-27T05:23:38.019Zsys 1:34.710996034
43262026-05-27T05:23:38.019Ztrap 0.536509626
43272026-05-27T05:23:38.019Ztflt 1.636536151
43282026-05-27T05:23:38.019Zdflt 1.571073036
43292026-05-27T05:23:38.020Zkflt 0.005030149
43302026-05-27T05:23:38.020Zlock 1:38:56.119884298
43312026-05-27T05:23:38.020Zslp 50:42.459205101
43322026-05-27T05:23:38.020Zlat 1:12.300271511
43332026-05-27T05:23:38.020Zstop 3:49.568185898
43342026-05-27T05:23:38.023Zprocess exited: duration 309107 ms, exit code 1
 
43352026-05-27T05:23:38.030Zfound 0 output files
43362026-05-27T05:23:38.030Zupload error: rule "/work/package.tar.gz" required a match, but was not used