01KS16KM87J97A2KX1NSKXRK95: 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: 01KS16M6X89Q6CRF34YBSNAVY0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T22:45:57.939Zjob assigned to worker 01KS16MC1AHMGYS3GYWP3FQ95A [factory aws, i-090b709666b1bd3d1] (queued for 47 s)
 
22026-05-19T22:46:05.122Zstarting task 0: "setup"
32026-05-19T22:46:05.126Z++ uname -s
42026-05-19T22:46:05.130Z+ kern=SunOS
52026-05-19T22:46:05.130Z+ build_user=build
62026-05-19T22:46:05.130Z+ build_uid=12345
72026-05-19T22:46:05.130Z+ work_dir=/work
82026-05-19T22:46:05.130Z+ input_dir=/input
92026-05-19T22:46:05.130Z+ [[ 0 == 12345 ]]
102026-05-19T22:46:05.130Z+ case "$kern" in
112026-05-19T22:46:05.130Z+ groupadd -g 12345 build
122026-05-19T22:46:05.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T22:46:07.140Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T22:46:07.216Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T22:46:07.219Z+ home_fs=zfs
162026-05-19T22:46:07.219Z+ [[ zfs == autofs ]]
172026-05-19T22:46:07.219Z+ mkdir -p /home/build
182026-05-19T22:46:07.224Z+ chown build:build /home/build /work
192026-05-19T22:46:09.223Z+ chmod 0700 /home/build /work
202026-05-19T22:46:09.226Zprocess exited: duration 4107 ms, exit code 0
 
212026-05-19T22:46:09.233Zstarting task 1: "rust-toolchain"
222026-05-19T22:46:09.239Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T22:46:09.239Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T22:46:09.239Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-19T22:46:09.239Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-19T22:46:09.239Z * rust toolchain channel = "1.94.0"
272026-05-19T22:46:09.239Z * rust toolchain profile = "default"
282026-05-19T22:46:09.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T22:46:09.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T22:46:09.342Zinfo: downloading installer
312026-05-19T22:46:10.776Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T22:46:10.776Zwarn: /home/build/.rustup/settings.toml
332026-05-19T22:46:10.776Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T22:46:10.776Zwarn: instead of the one inferred from the default host triple.
352026-05-19T22:46:10.787Zinfo: profile set to default
362026-05-19T22:46:10.787Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T22:46:10.790Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T22:46:10.932Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T22:46:10.935Zinfo: downloading 6 components
402026-05-19T22:46:25.162Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T22:46:25.162Z
422026-05-19T22:46:25.193Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T22:46:25.193Z
442026-05-19T22:46:25.193Z
452026-05-19T22:46:25.193ZRust is installed now. Great!
462026-05-19T22:46:25.193Z
472026-05-19T22:46:25.193ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T22:46:25.193Zenvironment variable. This has not been done automatically.
492026-05-19T22:46:25.193Z
502026-05-19T22:46:25.193ZTo configure your current shell, you need to source
512026-05-19T22:46:25.193Zthe corresponding env file under $HOME/.cargo.
522026-05-19T22:46:25.193Z
532026-05-19T22:46:25.193ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T22:46:25.196Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T22:46:25.196Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T22:46:25.196Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T22:46:25.196Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T22:46:25.196Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T22:46:25.196Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T22:46:25.196Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T22:46:25.196Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T22:46:25.295Z+ rustup --version
632026-05-19T22:46:25.302Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T22:46:25.302Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T22:46:25.323Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T22:46:25.326Z+ cargo --version
672026-05-19T22:46:25.335Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T22:46:25.338Z+ rustc --version
692026-05-19T22:46:25.358Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T22:46:25.361Zprocess exited: duration 16128 ms, exit code 0
 
712026-05-19T22:46:25.367Zstarting task 2: "authentication"
722026-05-19T22:46:25.385Zprocess exited: duration 17 ms, exit code 0
 
732026-05-19T22:46:25.391Zstarting task 3: "clone repository"
742026-05-19T22:46:25.395Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T22:46:25.399Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T22:46:25.446ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T22:46:35.516Z+ cd /work/oxidecomputer/omicron
782026-05-19T22:46:35.516Z+ git fetch origin 179dd12f9ac13120da941ea93fbeaa144ab54bd5
792026-05-19T22:46:36.047ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T22:46:36.047Z * branch 179dd12f9ac13120da941ea93fbeaa144ab54bd5 -> FETCH_HEAD
812026-05-19T22:46:36.063Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-19T22:46:36.066Z++ git branch --show-current
832026-05-19T22:46:36.069Z+ current=main
842026-05-19T22:46:36.069Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-19T22:46:36.069Z+ git branch -f renovate/crate-hickory-proto-vulnerability 179dd12f9ac13120da941ea93fbeaa144ab54bd5
862026-05-19T22:46:36.072Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-19T22:46:36.261ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-19T22:46:36.264Z+ git reset --hard 179dd12f9ac13120da941ea93fbeaa144ab54bd5
892026-05-19T22:46:36.448ZHEAD is now at 179dd12f9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-19T22:46:36.452Zprocess exited: duration 11058 ms, exit code 0
 
912026-05-19T22:46:36.458Zstarting task 4: "build"
922026-05-19T22:46:36.464Z+ source .github/buildomat/ci-env.sh
932026-05-19T22:46:36.464Z++ export CARGO_TERM_COLOR=always
942026-05-19T22:46:36.464Z++ CARGO_TERM_COLOR=always
952026-05-19T22:46:36.467Z+ cargo --version
962026-05-19T22:46:36.474Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T22:46:36.477Z+ rustc --version
982026-05-19T22:46:36.500Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T22:46:36.503Z+ WORK=/work
1002026-05-19T22:46:36.503Z+ pfexec mkdir -p /work
1012026-05-19T22:46:36.507Z+ pfexec chown build /work
1022026-05-19T22:46:36.511Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T22:46:39.035Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T22:46:39.154Z Startup: Caching catalogs ... Done
1052026-05-19T22:46:39.360ZPlanning: Solver setup ... Done (0.174s)
1062026-05-19T22:46:39.376ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T22:46:39.393ZPlanning: Finding local manifests ... Done (0.012s)
1082026-05-19T22:46:39.408ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T22:46:39.427ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T22:46:39.442ZPlanning: Package planning ... Done (0.015s)
1112026-05-19T22:46:39.445ZPlanning: Merging actions ... Done (0.001s)
1122026-05-19T22:46:39.645ZPlanning: Checking for conflicting actions ... Done (0.202s)
1132026-05-19T22:46:39.648ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T22:46:41.020ZPlanning: Evaluating mediators ... Done (1.373s)
1152026-05-19T22:46:41.024ZPlanning: Planning completed in 1.85 seconds
1162026-05-19T22:46:41.030Z Packages to install: 2
1172026-05-19T22:46:41.030Z Estimated space available: 156.08 GB
1182026-05-19T22:46:41.030ZEstimated space to be consumed: 19.74 MB
1192026-05-19T22:46:41.030Z Create boot environment: No
1202026-05-19T22:46:41.030ZCreate backup boot environment: No
1212026-05-19T22:46:41.030Z Rebuild boot archive: No
1222026-05-19T22:46:41.033Z
1232026-05-19T22:46:41.033ZChanged packages:
1242026-05-19T22:46:41.033Zhelios
1252026-05-19T22:46:41.033Z developer/build-essential
1262026-05-19T22:46:41.033Z None -> 11-3.0
1272026-05-19T22:46:41.033Z library/libxmlsec1
1282026-05-19T22:46:41.033Z None -> 1.2.35-3.0
1292026-05-19T22:46:41.077Z
1302026-05-19T22:46:41.077ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T22:46:42.651ZDownload: Completed 1.28 MB in 1.57 seconds (833k/s)
1322026-05-19T22:46:42.708Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T22:46:42.748Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-19T22:46:42.756ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T22:46:42.756ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T22:46:42.772ZFinalize: Updating image state ... Done (0.015s)
1372026-05-19T22:46:45.630ZFinalize: Creating fast lookup database ... Done (2.837s)
1382026-05-19T22:46:45.706ZFinalize: Reading search index ... Done (0.013s)
1392026-05-19T22:46:45.711ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T22:46:45.774ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T22:46:46.067ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T22:46:46.171ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T22:46:46.177ZPlanning: Consolidating action changes ... Done
1442026-05-19T22:46:46.330ZPlanning: Evaluating mediators ... Done
1452026-05-19T22:46:46.333ZPlanning: Planning completed in 0.26 seconds
1462026-05-19T22:46:46.354Z Mediators to change: 2
1472026-05-19T22:46:46.354Z Create boot environment: No
1482026-05-19T22:46:46.354ZCreate backup boot environment: No
1492026-05-19T22:46:46.406ZFinalize: Updating package state database ... Done
1502026-05-19T22:46:46.406ZFinalize: Updating package cache ... Done
1512026-05-19T22:46:46.416ZFinalize: Updating image state ... Done
1522026-05-19T22:46:48.367ZFinalize: Creating fast lookup database ... Done
1532026-05-19T22:46:48.428ZFinalize: Reading search index ... Done
1542026-05-19T22:46:48.431ZFinalize: Updating search index ... Done
1552026-05-19T22:46:48.487ZFinalize: Updating package cache ... Done
1562026-05-19T22:46:48.772ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T22:46:48.878ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T22:46:48.881ZPlanning: Consolidating action changes ... Done
1592026-05-19T22:46:49.036ZPlanning: Evaluating mediators ... Done
1602026-05-19T22:46:49.039ZPlanning: Planning completed in 0.26 seconds
1612026-05-19T22:46:49.060Z Mediators to change: 1
1622026-05-19T22:46:49.060Z Create boot environment: No
1632026-05-19T22:46:49.060ZCreate backup boot environment: No
1642026-05-19T22:46:49.110ZFinalize: Updating package state database ... Done
1652026-05-19T22:46:49.110ZFinalize: Updating package cache ... Done
1662026-05-19T22:46:49.124ZFinalize: Updating image state ... Done
1672026-05-19T22:46:51.072ZFinalize: Creating fast lookup database ... Done
1682026-05-19T22:46:51.125ZFinalize: Reading search index ... Done
1692026-05-19T22:46:51.128ZFinalize: Updating search index ... Done
1702026-05-19T22:46:51.182ZFinalize: Updating package cache ... Done
1712026-05-19T22:46:51.498ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T22:46:51.498Zapache system 2.4 system
1732026-05-19T22:46:51.498Zclang system 15 system
1742026-05-19T22:46:51.498Zcsh system system illumos
1752026-05-19T22:46:51.498Zctags system system illumos
1762026-05-19T22:46:51.498Zfile vendor vendor darwinsys
1772026-05-19T22:46:51.498Zfile system system illumos
1782026-05-19T22:46:51.498Zgcc vendor 14 vendor
1792026-05-19T22:46:51.498Zgcc system 13 system
1802026-05-19T22:46:51.498Zgcc system 10 system
1812026-05-19T22:46:51.498Zgo system 1.25 system
1822026-05-19T22:46:51.498Zllvm system 15 system
1832026-05-19T22:46:51.498Zmariadb system 11.4 system
1842026-05-19T22:46:51.498Zmta vendor vendor dma
1852026-05-19T22:46:51.498Zopenjdk system 17 system
1862026-05-19T22:46:51.498Zopenjdk system 11 system
1872026-05-19T22:46:51.498Zopenssl vendor 3 vendor
1882026-05-19T22:46:51.498Zperl system 5.40 system
1892026-05-19T22:46:51.498Zpostgresql system 18 system
1902026-05-19T22:46:51.498Zpostgresql system 17 system
1912026-05-19T22:46:51.499Zpython vendor 3 vendor
1922026-05-19T22:46:51.499Zpython system 2 system
1932026-05-19T22:46:51.499Zpython3 vendor 3.13 vendor
1942026-05-19T22:46:51.499Zruby system 3.4 system
1952026-05-19T22:46:51.499Zruby system 3.0 system
1962026-05-19T22:46:51.499Zwords vendor vendor american-english
1972026-05-19T22:46:51.499Zwords system system australian-english
1982026-05-19T22:46:51.499Zwords system system british-english
1992026-05-19T22:46:51.499Zwords system system canadian-english
2002026-05-19T22:46:51.499Zwords system system french
2012026-05-19T22:46:51.499Zwords system system italian
2022026-05-19T22:46:51.499Zwords system system ngerman
2032026-05-19T22:46:51.499Zwords system system ogerman
2042026-05-19T22:46:51.499Zwords system system spanish
2052026-05-19T22:46:51.749ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T22:46:51.749Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T22:46:52.016ZFMRI IFO
2082026-05-19T22:46:52.016Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T22:46:52.016Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T22:46:52.016Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T22:46:52.016Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T22:46:52.016Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T22:46:52.016Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T22:46:52.016Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T22:46:52.016Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T22:46:52.016Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T22:46:52.253Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T22:46:52.516Z Updating crates.io index
2192026-05-19T22:46:52.551Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T22:46:53.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T22:46:53.748Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T22:46:54.106Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T22:46:55.352Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T22:46:55.842Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T22:46:57.696Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T22:46:58.594Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T22:46:58.837Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T22:46:59.595Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T22:47:00.111Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T22:47:00.429Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T22:47:00.831Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T22:47:01.820Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T22:47:02.303Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-19T22:47:02.557Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-19T22:47:03.004Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-19T22:47:03.358Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-19T22:47:03.793Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-19T22:47:04.229Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-19T22:47:04.471Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-19T22:47:04.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-19T22:47:05.101Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-19T22:47:05.642Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-19T22:47:06.009Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-19T22:47:06.350Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-19T22:47:06.875Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-19T22:47:07.187Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-19T22:47:09.523Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-19T22:47:10.421Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-19T22:47:10.853Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-19T22:47:11.149Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-19T22:47:11.482Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-19T22:47:11.772Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-19T22:47:12.113Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-19T22:47:12.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-19T22:47:12.872Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-19T22:47:13.161Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-19T22:47:13.547Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-19T22:47:25.194Z Downloading crates ...
2592026-05-19T22:47:25.244Z Downloaded anstyle-parse v0.2.7
2602026-05-19T22:47:25.249Z Downloaded cpufeatures v0.2.17
2612026-05-19T22:47:25.252Z Downloaded equivalent v1.0.2
2622026-05-19T22:47:25.252Z Downloaded form_urlencoded v1.2.2
2632026-05-19T22:47:25.257Z Downloaded cargo_toml v0.21.0
2642026-05-19T22:47:25.260Z Downloaded anstyle v1.0.13
2652026-05-19T22:47:25.260Z Downloaded digest v0.10.7
2662026-05-19T22:47:25.263Z Downloaded displaydoc v0.2.5
2672026-05-19T22:47:25.263Z Downloaded zerovec-derive v0.11.2
2682026-05-19T22:47:25.266Z Downloaded fnv v1.0.7
2692026-05-19T22:47:25.266Z Downloaded generic-array v0.14.7
2702026-05-19T22:47:25.266Z Downloaded fastrand v2.3.0
2712026-05-19T22:47:25.269Z Downloaded tinystr v0.8.2
2722026-05-19T22:47:25.270Z Downloaded bitflags v2.11.0
2732026-05-19T22:47:25.273Z Downloaded unicode-ident v1.0.24
2742026-05-19T22:47:25.273Z Downloaded dtrace-parser v0.2.0
2752026-05-19T22:47:25.276Z Downloaded once_cell v1.21.3
2762026-05-19T22:47:25.277Z Downloaded typeid v1.0.3
2772026-05-19T22:47:25.277Z Downloaded toml_write v0.1.2
2782026-05-19T22:47:25.277Z Downloaded usdt-attr-macro v0.5.0
2792026-05-19T22:47:25.279Z Downloaded anstyle-query v1.1.5
2802026-05-19T22:47:25.279Z Downloaded getrandom v0.4.1
2812026-05-19T22:47:25.283Z Downloaded utf8parse v0.2.2
2822026-05-19T22:47:25.283Z Downloaded usdt v0.5.0
2832026-05-19T22:47:25.283Z Downloaded version_check v0.9.5
2842026-05-19T22:47:25.286Z Downloaded yoke-derive v0.8.1
2852026-05-19T22:47:25.286Z Downloaded errno v0.3.14
2862026-05-19T22:47:25.289Z Downloaded unicode-xid v0.2.6
2872026-05-19T22:47:25.292Z Downloaded camino v1.2.2
2882026-05-19T22:47:25.292Z Downloaded utf8_iter v1.0.4
2892026-05-19T22:47:25.292Z Downloaded toml_datetime v0.6.11
2902026-05-19T22:47:25.295Z Downloaded proc-macro2 v1.0.106
2912026-05-19T22:47:25.295Z Downloaded zerofrom-derive v0.1.6
2922026-05-19T22:47:25.295Z Downloaded zerofrom v0.1.6
2932026-05-19T22:47:25.299Z Downloaded usdt-macro v0.5.0
2942026-05-19T22:47:25.299Z Downloaded icu_provider v2.1.1
2952026-05-19T22:47:25.299Z Downloaded serde_spanned v0.6.9
2962026-05-19T22:47:25.302Z Downloaded scroll_derive v0.12.1
2972026-05-19T22:47:25.302Z Downloaded unicode-linebreak v0.1.5
2982026-05-19T22:47:25.303Z Downloaded clap_derive v4.5.55
2992026-05-19T22:47:25.303Z Downloaded anstream v0.6.21
3002026-05-19T22:47:25.306Z Downloaded ordered-float v2.10.1
3012026-05-19T22:47:25.306Z Downloaded is_terminal_polyfill v1.70.2
3022026-05-19T22:47:25.309Z Downloaded zmij v1.0.21
3032026-05-19T22:47:25.309Z Downloaded yoke v0.8.1
3042026-05-19T22:47:25.312Z Downloaded thread-id v4.2.2
3052026-05-19T22:47:25.312Z Downloaded thiserror v1.0.69
3062026-05-19T22:47:25.316Z Downloaded potential_utf v0.1.4
3072026-05-19T22:47:25.316Z Downloaded itoa v1.0.17
3082026-05-19T22:47:25.316Z Downloaded usdt-impl v0.5.0
3092026-05-19T22:47:25.316Z Downloaded thiserror-impl v2.0.18
3102026-05-19T22:47:25.319Z Downloaded thiserror-impl v1.0.69
3112026-05-19T22:47:25.319Z Downloaded colorchoice v1.0.4
3122026-05-19T22:47:25.324Z Downloaded proc-macro-error-attr v1.0.4
3132026-05-19T22:47:25.324Z Downloaded heck v0.4.1
3142026-05-19T22:47:25.324Z Downloaded thiserror v2.0.18
3152026-05-19T22:47:25.327Z Downloaded zerocopy-derive v0.7.35
3162026-05-19T22:47:25.327Z Downloaded ucd-trie v0.1.7
3172026-05-19T22:47:25.330Z Downloaded bytecount v0.6.9
3182026-05-19T22:47:25.330Z Downloaded writeable v0.6.2
3192026-05-19T22:47:25.330Z Downloaded serde-untagged v0.1.9
3202026-05-19T22:47:25.333Z Downloaded toml v0.8.23
3212026-05-19T22:47:25.333Z Downloaded percent-encoding v2.3.2
3222026-05-19T22:47:25.336Z Downloaded serde-value v0.7.0
3232026-05-19T22:47:25.340Z Downloaded typenum v1.19.0
3242026-05-19T22:47:25.340Z Downloaded swrite v0.1.0
3252026-05-19T22:47:25.340Z Downloaded pretty-hex v0.4.1
3262026-05-19T22:47:25.346Z Downloaded plain v0.2.3
3272026-05-19T22:47:25.346Z Downloaded textwrap v0.16.2
3282026-05-19T22:47:25.349Z Downloaded tabled_derive v0.7.0
3292026-05-19T22:47:25.350Z Downloaded zerotrie v0.2.3
3302026-05-19T22:47:25.350Z Downloaded strsim v0.11.1
3312026-05-19T22:47:25.350Z Downloaded toml_edit v0.22.27
3322026-05-19T22:47:25.350Z Downloaded stable_deref_trait v1.2.1
3332026-05-19T22:47:25.350Z Downloaded macaddr v1.0.1
3342026-05-19T22:47:25.353Z Downloaded crypto-common v0.1.7
3352026-05-19T22:47:25.353Z Downloaded url v2.5.8
3362026-05-19T22:47:25.353Z Downloaded cargo-platform v0.2.0
3372026-05-19T22:47:25.357Z Downloaded quote v1.0.45
3382026-05-19T22:47:25.357Z Downloaded dof v0.3.0
3392026-05-19T22:47:25.357Z Downloaded erased-serde v0.4.9
3402026-05-19T22:47:25.357Z Downloaded zerovec v0.11.5
3412026-05-19T22:47:25.361Z Downloaded smawk v0.3.2
3422026-05-19T22:47:25.365Z Downloaded zerocopy v0.7.35
3432026-05-19T22:47:25.373Z Downloaded block-buffer v0.10.4
3442026-05-19T22:47:25.377Z Downloaded winnow v0.7.14
3452026-05-19T22:47:25.380Z Downloaded proc-macro-error v1.0.4
3462026-05-19T22:47:25.383Z Downloaded log v0.4.29
3472026-05-19T22:47:25.384Z Downloaded unicode-width v0.2.0
3482026-05-19T22:47:25.387Z Downloaded pest_derive v2.8.6
3492026-05-19T22:47:25.390Z Downloaded terminal_size v0.4.3
3502026-05-19T22:47:25.390Z Downloaded heck v0.5.0
3512026-05-19T22:47:25.390Z Downloaded unicode-width v0.1.14
3522026-05-19T22:47:25.396Z Downloaded fs-err v3.3.0
3532026-05-19T22:47:25.399Z Downloaded clap_lex v1.0.0
3542026-05-19T22:47:25.404Z Downloaded idna_adapter v1.2.1
3552026-05-19T22:47:25.409Z Downloaded camino-tempfile v1.4.1
3562026-05-19T22:47:25.412Z Downloaded memmap v0.7.0
3572026-05-19T22:47:25.415Z Downloaded anyhow v1.0.102
3582026-05-19T22:47:25.419Z Downloaded sha2 v0.10.9
3592026-05-19T22:47:25.419Z Downloaded autocfg v1.5.0
3602026-05-19T22:47:25.423Z Downloaded cfg-if v1.0.4
3612026-05-19T22:47:25.427Z Downloaded scroll v0.12.0
3622026-05-19T22:47:25.427Z Downloaded pest_meta v2.8.6
3632026-05-19T22:47:25.430Z Downloaded synstructure v0.13.2
3642026-05-19T22:47:25.434Z Downloaded semver v1.0.28
3652026-05-19T22:47:25.443Z Downloaded serde_tokenstream v0.2.3
3662026-05-19T22:47:25.447Z Downloaded byteorder v1.5.0
3672026-05-19T22:47:25.452Z Downloaded cargo-util-schemas v0.8.2
3682026-05-19T22:47:25.466Z Downloaded litemap v0.8.1
3692026-05-19T22:47:25.473Z Downloaded cargo_metadata v0.21.0
3702026-05-19T22:47:25.476Z Downloaded smallvec v1.15.1
3712026-05-19T22:47:25.479Z Downloaded pest_generator v2.8.6
3722026-05-19T22:47:25.483Z Downloaded papergrid v0.11.0
3732026-05-19T22:47:25.483Z Downloaded tempfile v3.25.0
3742026-05-19T22:47:25.488Z Downloaded clap v4.5.60
3752026-05-19T22:47:25.494Z Downloaded icu_properties v2.1.2
3762026-05-19T22:47:25.494Z Downloaded serde_derive v1.0.228
3772026-05-19T22:47:25.498Z Downloaded icu_locale_core v2.1.1
3782026-05-19T22:47:25.503Z Downloaded num-traits v0.2.19
3792026-05-19T22:47:25.508Z Downloaded serde_core v1.0.228
3802026-05-19T22:47:25.508Z Downloaded icu_normalizer_data v2.1.1
3812026-05-19T22:47:25.508Z Downloaded icu_normalizer v2.1.1
3822026-05-19T22:47:25.522Z Downloaded memchr v2.8.0
3832026-05-19T22:47:25.529Z Downloaded serde v1.0.228
3842026-05-19T22:47:25.532Z Downloaded icu_collections v2.1.1
3852026-05-19T22:47:25.538Z Downloaded indexmap v2.14.0
3862026-05-19T22:47:25.572Z Downloaded serde_json v1.0.149
3872026-05-19T22:47:25.575Z Downloaded hashbrown v0.17.0
3882026-05-19T22:47:25.583Z Downloaded pest v2.8.6
3892026-05-19T22:47:25.592Z Downloaded idna v1.1.0
3902026-05-19T22:47:25.596Z Downloaded clap_builder v4.5.60
3912026-05-19T22:47:25.600Z Downloaded icu_properties_data v2.1.2
3922026-05-19T22:47:25.612Z Downloaded tabled v0.15.0
3932026-05-19T22:47:25.621Z Downloaded goblin v0.8.2
3942026-05-19T22:47:25.630Z Downloaded syn v1.0.109
3952026-05-19T22:47:25.639Z Downloaded syn v2.0.117
3962026-05-19T22:47:25.660Z Downloaded rustix v1.1.3
3972026-05-19T22:47:25.684Z Downloaded libc v0.2.185
3982026-05-19T22:47:25.748Z Compiling proc-macro2 v1.0.106
3992026-05-19T22:47:25.748Z Compiling unicode-ident v1.0.24
4002026-05-19T22:47:25.748Z Compiling quote v1.0.45
4012026-05-19T22:47:25.752Z Compiling serde_core v1.0.228
4022026-05-19T22:47:25.752Z Compiling libc v0.2.185
4032026-05-19T22:47:25.752Z Compiling version_check v0.9.5
4042026-05-19T22:47:25.752Z Compiling memchr v2.8.0
4052026-05-19T22:47:25.752Z Compiling serde v1.0.228
4062026-05-19T22:47:25.752Z Compiling stable_deref_trait v1.2.1
4072026-05-19T22:47:25.752Z Compiling zmij v1.0.21
4082026-05-19T22:47:25.752Z Compiling autocfg v1.5.0
4092026-05-19T22:47:25.752Z Compiling ucd-trie v0.1.7
4102026-05-19T22:47:25.933Z Compiling thiserror v1.0.69
4112026-05-19T22:47:25.937Z Compiling itoa v1.0.17
4122026-05-19T22:47:25.937Z Compiling writeable v0.6.2
4132026-05-19T22:47:26.202Z Compiling litemap v0.8.1
4142026-05-19T22:47:26.223Z Compiling icu_properties_data v2.1.2
4152026-05-19T22:47:26.320Z Compiling byteorder v1.5.0
4162026-05-19T22:47:26.352Z Compiling rustix v1.1.3
4172026-05-19T22:47:26.374Z Compiling icu_normalizer_data v2.1.1
4182026-05-19T22:47:26.418Z Compiling serde_json v1.0.149
4192026-05-19T22:47:26.515Z Compiling pest v2.8.6
4202026-05-19T22:47:26.621Z Compiling bitflags v2.11.0
4212026-05-19T22:47:26.819Z Compiling num-traits v0.2.19
4222026-05-19T22:47:26.834Z Compiling equivalent v1.0.2
4232026-05-19T22:47:26.870Z Compiling smallvec v1.15.1
4242026-05-19T22:47:26.887Z Compiling hashbrown v0.17.0
4252026-05-19T22:47:27.042Z Compiling typeid v1.0.3
4262026-05-19T22:47:27.066Z Compiling usdt-impl v0.5.0
4272026-05-19T22:47:27.070Z Compiling proc-macro-error-attr v1.0.4
4282026-05-19T22:47:27.100Z Compiling winnow v0.7.14
4292026-05-19T22:47:27.154Z Compiling syn v1.0.109
4302026-05-19T22:47:27.163Z Compiling toml_write v0.1.2
4312026-05-19T22:47:27.257Z Compiling erased-serde v0.4.9
4322026-05-19T22:47:27.275Z Compiling proc-macro-error v1.0.4
4332026-05-19T22:47:27.314Z Compiling utf8parse v0.2.2
4342026-05-19T22:47:27.333Z Compiling errno v0.3.14
4352026-05-19T22:47:27.352Z Compiling thread-id v4.2.2
4362026-05-19T22:47:27.444Z Compiling indexmap v2.14.0
4372026-05-19T22:47:27.497Z Compiling camino v1.2.2
4382026-05-19T22:47:27.515Z Compiling getrandom v0.4.1
4392026-05-19T22:47:27.521Z Compiling log v0.4.29
4402026-05-19T22:47:27.573Z Compiling percent-encoding v2.3.2
4412026-05-19T22:47:27.621Z Compiling pest_meta v2.8.6
4422026-05-19T22:47:27.621Z Compiling utf8_iter v1.0.4
4432026-05-19T22:47:27.656Z Compiling plain v0.2.3
4442026-05-19T22:47:27.740Z Compiling thiserror v2.0.18
4452026-05-19T22:47:27.802Z Compiling syn v2.0.117
4462026-05-19T22:47:27.829Z Compiling form_urlencoded v1.2.2
4472026-05-19T22:47:27.877Z Compiling anstyle-parse v0.2.7
4482026-05-19T22:47:27.971Z Compiling ordered-float v2.10.1
4492026-05-19T22:47:27.989Z Compiling anstyle v1.0.13
4502026-05-19T22:47:28.026Z Compiling colorchoice v1.0.4
4512026-05-19T22:47:28.089Z Compiling cfg-if v1.0.4
4522026-05-19T22:47:28.101Z Compiling anstyle-query v1.1.5
4532026-05-19T22:47:28.117Z Compiling pretty-hex v0.4.1
4542026-05-19T22:47:28.150Z Compiling is_terminal_polyfill v1.70.2
4552026-05-19T22:47:28.241Z Compiling anstream v0.6.21
4562026-05-19T22:47:28.262Z Compiling fs-err v3.3.0
4572026-05-19T22:47:28.279Z Compiling fastrand v2.3.0
4582026-05-19T22:47:28.298Z Compiling terminal_size v0.4.3
4592026-05-19T22:47:28.326Z Compiling bytecount v0.6.9
4602026-05-19T22:47:28.343Z Compiling unicode-width v0.1.14
4612026-05-19T22:47:28.369Z Compiling anyhow v1.0.102
4622026-05-19T22:47:28.381Z Compiling heck v0.5.0
4632026-05-19T22:47:28.459Z Compiling heck v0.4.1
4642026-05-19T22:47:28.483Z Compiling unicode-xid v0.2.6
4652026-05-19T22:47:28.496Z Compiling strsim v0.11.1
4662026-05-19T22:47:28.604Z Compiling semver v1.0.28
4672026-05-19T22:47:28.653Z Compiling fnv v1.0.7
4682026-05-19T22:47:28.668Z Compiling clap_lex v1.0.0
4692026-05-19T22:47:28.680Z Compiling once_cell v1.21.3
4702026-05-19T22:47:28.781Z Compiling papergrid v0.11.0
4712026-05-19T22:47:28.846Z Compiling clap_builder v4.5.60
4722026-05-19T22:47:28.891Z Compiling tempfile v3.25.0
4732026-05-19T22:47:29.033Z Compiling memmap v0.7.0
4742026-05-19T22:47:29.033Z Compiling unicode-linebreak v0.1.5
4752026-05-19T22:47:29.033Z Compiling unicode-width v0.2.0
4762026-05-19T22:47:29.062Z Compiling serde-untagged v0.1.9
4772026-05-19T22:47:29.062Z Compiling smawk v0.3.2
4782026-05-19T22:47:29.086Z Compiling camino-tempfile v1.4.1
4792026-05-19T22:47:29.206Z Compiling textwrap v0.16.2
4802026-05-19T22:47:29.247Z Compiling swrite v0.1.0
4812026-05-19T22:47:29.273Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-19T22:47:29.535Z Compiling tabled_derive v0.7.0
4832026-05-19T22:47:30.208Z Compiling tabled v0.15.0
4842026-05-19T22:47:30.295Z Compiling synstructure v0.13.2
4852026-05-19T22:47:30.296Z Compiling pest_generator v2.8.6
4862026-05-19T22:47:30.834Z Compiling serde_derive v1.0.228
4872026-05-19T22:47:30.848Z Compiling zerofrom-derive v0.1.6
4882026-05-19T22:47:30.848Z Compiling yoke-derive v0.8.1
4892026-05-19T22:47:30.848Z Compiling zerovec-derive v0.11.2
4902026-05-19T22:47:30.848Z Compiling displaydoc v0.2.5
4912026-05-19T22:47:30.848Z Compiling thiserror-impl v1.0.69
4922026-05-19T22:47:30.849Z Compiling zerocopy-derive v0.7.35
4932026-05-19T22:47:30.849Z Compiling scroll_derive v0.12.1
4942026-05-19T22:47:30.849Z Compiling thiserror-impl v2.0.18
4952026-05-19T22:47:30.849Z Compiling clap_derive v4.5.55
4962026-05-19T22:47:30.927Z Compiling pest_derive v2.8.6
4972026-05-19T22:47:31.582Z Compiling zerocopy v0.7.35
4982026-05-19T22:47:31.600Z Compiling scroll v0.12.0
4992026-05-19T22:47:31.817Z Compiling goblin v0.8.2
5002026-05-19T22:47:32.034Z Compiling zerofrom v0.1.6
5012026-05-19T22:47:32.078Z Compiling dtrace-parser v0.2.0
5022026-05-19T22:47:32.111Z Compiling yoke v0.8.1
5032026-05-19T22:47:32.263Z Compiling zerovec v0.11.5
5042026-05-19T22:47:32.263Z Compiling zerotrie v0.2.3
5052026-05-19T22:47:32.536Z Compiling clap v4.5.60
5062026-05-19T22:47:32.692Z Compiling tinystr v0.8.2
5072026-05-19T22:47:32.692Z Compiling potential_utf v0.1.4
5082026-05-19T22:47:32.817Z Compiling icu_collections v2.1.1
5092026-05-19T22:47:32.831Z Compiling icu_locale_core v2.1.1
5102026-05-19T22:47:37.499Z Compiling serde_spanned v0.6.9
5112026-05-19T22:47:37.499Z Compiling toml_datetime v0.6.11
5122026-05-19T22:47:37.570Z Compiling dof v0.3.0
5132026-05-19T22:47:37.570Z Compiling serde_tokenstream v0.2.3
5142026-05-19T22:47:37.570Z Compiling serde-value v0.7.0
5152026-05-19T22:47:37.570Z Compiling cargo-platform v0.2.0
5162026-05-19T22:47:37.570Z Compiling macaddr v1.0.1
5172026-05-19T22:47:37.570Z Compiling icu_provider v2.1.1
5182026-05-19T22:47:37.570Z Compiling toml_edit v0.22.27
5192026-05-19T22:47:37.570Z Compiling icu_properties v2.1.2
5202026-05-19T22:47:37.570Z Compiling icu_normalizer v2.1.1
5212026-05-19T22:47:37.570Z Compiling usdt-macro v0.5.0
5222026-05-19T22:47:37.570Z Compiling usdt-attr-macro v0.5.0
5232026-05-19T22:47:37.570Z Compiling idna_adapter v1.2.1
5242026-05-19T22:47:37.570Z Compiling idna v1.1.0
5252026-05-19T22:47:37.570Z Compiling usdt v0.5.0
5262026-05-19T22:47:37.570Z Compiling toml v0.8.23
5272026-05-19T22:47:37.570Z Compiling url v2.5.8
5282026-05-19T22:47:37.639Z Compiling cargo_toml v0.21.0
5292026-05-19T22:47:37.639Z Compiling cargo-util-schemas v0.8.2
5302026-05-19T22:47:37.639Z Compiling cargo_metadata v0.21.0
5312026-05-19T22:47:37.639Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-19T22:47:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.98s
5332026-05-19T22:47:39.346Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-19T22:47:39.906Z Downloading crates ...
5352026-05-19T22:47:39.999Z Downloaded adler2 v2.0.1
5362026-05-19T22:47:40.002Z Downloaded aead v0.5.2
5372026-05-19T22:47:40.006Z Downloaded async-stream-impl v0.3.6
5382026-05-19T22:47:40.006Z Downloaded array-init v0.0.4
5392026-05-19T22:47:40.006Z Downloaded cargo-platform v0.1.9
5402026-05-19T22:47:40.009Z Downloaded arrayref v0.3.9
5412026-05-19T22:47:40.012Z Downloaded argon2 v0.5.3
5422026-05-19T22:47:40.021Z Downloaded crc32fast v1.5.0
5432026-05-19T22:47:40.024Z Downloaded arc-swap v1.8.2
5442026-05-19T22:47:40.028Z Downloaded corncobs v0.1.4
5452026-05-19T22:47:40.035Z Downloaded cstr-argument v0.1.2
5462026-05-19T22:47:40.035Z Downloaded crc8 v0.1.1
5472026-05-19T22:47:40.035Z Downloaded critical-section v1.2.0
5482026-05-19T22:47:40.038Z Downloaded cbc v0.1.2
5492026-05-19T22:47:40.038Z Downloaded async-compression v0.4.41
5502026-05-19T22:47:40.041Z Downloaded embedded-io v0.4.0
5512026-05-19T22:47:40.041Z Downloaded async-stream v0.3.6
5522026-05-19T22:47:40.044Z Downloaded ciborium-ll v0.2.2
5532026-05-19T22:47:40.044Z Downloaded cfg_aliases v0.2.1
5542026-05-19T22:47:40.044Z Downloaded aws-lc-rs v1.16.3
5552026-05-19T22:47:40.050Z Downloaded dunce v1.0.5
5562026-05-19T22:47:40.052Z Downloaded bitfield-macros v0.19.4
5572026-05-19T22:47:40.052Z Downloaded aes v0.8.4
5582026-05-19T22:47:40.054Z Downloaded atty v0.2.14
5592026-05-19T22:47:40.055Z Downloaded bit-set v0.8.0
5602026-05-19T22:47:40.057Z Downloaded crypto-bigint v0.5.5
5612026-05-19T22:47:40.060Z Downloaded dirs-next v2.0.0
5622026-05-19T22:47:40.062Z Downloaded async-recursion v1.1.1
5632026-05-19T22:47:40.062Z Downloaded der_derive v0.7.3
5642026-05-19T22:47:40.065Z Downloaded bit-vec v0.8.0
5652026-05-19T22:47:40.065Z Downloaded bb8 v0.8.6
5662026-05-19T22:47:40.068Z Downloaded base16ct v0.2.0
5672026-05-19T22:47:40.070Z Downloaded difflib v0.4.0
5682026-05-19T22:47:40.070Z Downloaded enum-as-inner v0.6.1
5692026-05-19T22:47:40.074Z Downloaded atomicwrites v0.4.4
5702026-05-19T22:47:40.074Z Downloaded display-error-chain v0.2.2
5712026-05-19T22:47:40.074Z Downloaded debug-ignore v1.0.5
5722026-05-19T22:47:40.077Z Downloaded darling_macro v0.21.3
5732026-05-19T22:47:40.077Z Downloaded crc v3.4.0
5742026-05-19T22:47:40.077Z Downloaded dof v0.4.0
5752026-05-19T22:47:40.077Z Downloaded darling_macro v0.20.11
5762026-05-19T22:47:40.080Z Downloaded defmt v1.0.1
5772026-05-19T22:47:40.084Z Downloaded atomic-waker v1.1.2
5782026-05-19T22:47:40.087Z Downloaded cmake v0.1.57
5792026-05-19T22:47:40.089Z Downloaded bitfield v0.19.4
5802026-05-19T22:47:40.092Z Downloaded document-features v0.2.12
5812026-05-19T22:47:40.094Z Downloaded darling_macro v0.23.0
5822026-05-19T22:47:40.098Z Downloaded compression-core v0.4.31
5832026-05-19T22:47:40.098Z Downloaded castaway v0.2.4
5842026-05-19T22:47:40.098Z Downloaded dropshot-api-manager-types v0.7.1
5852026-05-19T22:47:40.100Z Downloaded assert_matches v1.5.0
5862026-05-19T22:47:40.100Z Downloaded bitfield-struct v0.6.2
5872026-05-19T22:47:40.104Z Downloaded derive_builder_macro v0.20.2
5882026-05-19T22:47:40.104Z Downloaded defmt v0.3.100
5892026-05-19T22:47:40.104Z Downloaded endian-type v0.1.2
5902026-05-19T22:47:40.107Z Downloaded embedded-io v0.6.1
5912026-05-19T22:47:40.107Z Downloaded cfg_aliases v0.1.1
5922026-05-19T22:47:40.107Z Downloaded ff v0.13.1
5932026-05-19T22:47:40.107Z Downloaded diesel-dtrace v0.5.0
5942026-05-19T22:47:40.110Z Downloaded crc-catalog v2.4.0
5952026-05-19T22:47:40.111Z Downloaded curve25519-dalek-derive v0.1.1
5962026-05-19T22:47:40.111Z Downloaded env_filter v1.0.0
5972026-05-19T22:47:40.113Z Downloaded crunchy v0.2.4
5982026-05-19T22:47:40.113Z Downloaded downcast-rs v2.0.2
5992026-05-19T22:47:40.113Z Downloaded defmt-parser v1.0.0
6002026-05-19T22:47:40.116Z Downloaded bcrypt-pbkdf v0.10.0
6012026-05-19T22:47:40.116Z Downloaded flagset v0.4.7
6022026-05-19T22:47:40.116Z Downloaded crucible-workspace-hack v0.1.0
6032026-05-19T22:47:40.119Z Downloaded ciborium-io v0.2.2
6042026-05-19T22:47:40.124Z Downloaded foreign-types-macros v0.2.3
6052026-05-19T22:47:40.124Z Downloaded fixedbitset v0.4.2
6062026-05-19T22:47:40.124Z Downloaded cobs v0.3.0
6072026-05-19T22:47:40.128Z Downloaded diesel_table_macro_syntax v0.3.0
6082026-05-19T22:47:40.128Z Downloaded cpufeatures v0.3.0
6092026-05-19T22:47:40.130Z Downloaded convert_case v0.4.0
6102026-05-19T22:47:40.130Z Downloaded dyn-clone v1.0.20
6112026-05-19T22:47:40.130Z Downloaded block-padding v0.3.3
6122026-05-19T22:47:40.130Z Downloaded ascii-canvas v3.0.0
6132026-05-19T22:47:40.133Z Downloaded foreign-types-shared v0.3.1
6142026-05-19T22:47:40.135Z Downloaded bit-set v0.5.3
6152026-05-19T22:47:40.138Z Downloaded futures-io v0.3.32
6162026-05-19T22:47:40.141Z Downloaded dsl_auto_type v0.2.0
6172026-05-19T22:47:40.143Z Downloaded des v0.8.1
6182026-05-19T22:47:40.143Z Downloaded darling v0.23.0
6192026-05-19T22:47:40.146Z Downloaded dropshot_endpoint v0.17.0
6202026-05-19T22:47:40.148Z Downloaded dirs-sys-next v0.1.2
6212026-05-19T22:47:40.151Z Downloaded compact_str v0.8.1
6222026-05-19T22:47:40.152Z Downloaded foreign-types v0.5.0
6232026-05-19T22:47:40.154Z Downloaded foreign-types-shared v0.1.1
6242026-05-19T22:47:40.154Z Downloaded foreign-types v0.3.2
6252026-05-19T22:47:40.154Z Downloaded futures-macro v0.3.32
6262026-05-19T22:47:40.156Z Downloaded funty v2.0.0
6272026-05-19T22:47:40.156Z Downloaded foldhash v0.2.0
6282026-05-19T22:47:40.156Z Downloaded cassowary v0.3.0
6292026-05-19T22:47:40.159Z Downloaded float-cmp v0.10.0
6302026-05-19T22:47:40.159Z Downloaded defmt-macros v1.0.1
6312026-05-19T22:47:40.161Z Downloaded futures-task v0.3.32
6322026-05-19T22:47:40.161Z Downloaded futures-core v0.3.32
6332026-05-19T22:47:40.164Z Downloaded ena v0.14.4
6342026-05-19T22:47:40.164Z Downloaded foldhash v0.1.5
6352026-05-19T22:47:40.166Z Downloaded ghash v0.5.1
6362026-05-19T22:47:40.166Z Downloaded gethostname v0.5.0
6372026-05-19T22:47:40.166Z Downloaded fxhash v0.2.1
6382026-05-19T22:47:40.166Z Downloaded hash32 v0.2.1
6392026-05-19T22:47:40.170Z Downloaded globwalk v0.9.1
6402026-05-19T22:47:40.170Z Downloaded derive-ex v0.1.8
6412026-05-19T22:47:40.170Z Downloaded filetime v0.2.27
6422026-05-19T22:47:40.172Z Downloaded headers-core v0.3.0
6432026-05-19T22:47:40.172Z Downloaded hash32 v0.3.1
6442026-05-19T22:47:40.172Z Downloaded byte-wrapper v0.1.0
6452026-05-19T22:47:40.175Z Downloaded fd-lock v4.0.4
6462026-05-19T22:47:40.178Z Downloaded erased-serde v0.3.31
6472026-05-19T22:47:40.178Z Downloaded blowfish v0.9.1
6482026-05-19T22:47:40.180Z Downloaded cargo_metadata v0.19.2
6492026-05-19T22:47:40.180Z Downloaded buf-list v1.1.2
6502026-05-19T22:47:40.183Z Downloaded find-msvc-tools v0.1.9
6512026-05-19T22:47:40.183Z Downloaded cipher v0.4.4
6522026-05-19T22:47:40.185Z Downloaded constant_time_eq v0.4.2
6532026-05-19T22:47:40.185Z Downloaded daft v0.1.7
6542026-05-19T22:47:40.188Z Downloaded compression-codecs v0.4.37
6552026-05-19T22:47:40.190Z Downloaded fixedbitset v0.5.7
6562026-05-19T22:47:40.190Z Downloaded chacha20 v0.9.1
6572026-05-19T22:47:40.192Z Downloaded bcs v0.1.6
6582026-05-19T22:47:40.192Z Downloaded futures-sink v0.3.32
6592026-05-19T22:47:40.195Z Downloaded hex v0.4.3
6602026-05-19T22:47:40.195Z Downloaded hex-literal v0.4.1
6612026-05-19T22:47:40.197Z Downloaded futures-executor v0.3.32
6622026-05-19T22:47:40.197Z Downloaded convert_case v0.10.0
6632026-05-19T22:47:40.198Z Downloaded ecdsa v0.16.9
6642026-05-19T22:47:40.201Z Downloaded deranged v0.5.8
6652026-05-19T22:47:40.202Z Downloaded fs-err v2.11.0
6662026-05-19T22:47:40.202Z Downloaded darling v0.20.11
6672026-05-19T22:47:40.204Z Downloaded async-trait v0.1.89
6682026-05-19T22:47:40.207Z Downloaded http-range v0.1.5
6692026-05-19T22:47:40.209Z Downloaded hostname v0.4.2
6702026-05-19T22:47:40.209Z Downloaded hostname v0.3.1
6712026-05-19T22:47:40.212Z Downloaded clang-sys v1.8.1
6722026-05-19T22:47:40.212Z Downloaded home v0.5.12
6732026-05-19T22:47:40.214Z Downloaded fs_extra v1.3.0
6742026-05-19T22:47:40.214Z Downloaded http-body v1.0.1
6752026-05-19T22:47:40.214Z Downloaded fallible-iterator v0.2.0
6762026-05-19T22:47:40.217Z Downloaded hubpack_derive v0.1.1
6772026-05-19T22:47:40.217Z Downloaded env_logger v0.11.9
6782026-05-19T22:47:40.220Z Downloaded hubpack v0.1.2
6792026-05-19T22:47:40.220Z Downloaded httpdate v1.0.3
6802026-05-19T22:47:40.220Z Downloaded async-bb8-diesel v0.2.1
6812026-05-19T22:47:40.222Z Downloaded arrayvec v0.7.6
6822026-05-19T22:47:40.225Z Downloaded hyper-tls v0.6.0
6832026-05-19T22:47:40.225Z Downloaded globset v0.4.18
6842026-05-19T22:47:40.225Z Downloaded git-stub v1.0.0
6852026-05-19T22:47:40.228Z Downloaded glob v0.3.3
6862026-05-19T22:47:40.228Z Downloaded git-stub-vcs v0.1.0
6872026-05-19T22:47:40.228Z Downloaded darling v0.21.3
6882026-05-19T22:47:40.232Z Downloaded illumos-nvpair-sys v0.2.0
6892026-05-19T22:47:40.232Z Downloaded group v0.13.0
6902026-05-19T22:47:40.235Z Downloaded float-ord v0.3.2
6912026-05-19T22:47:40.235Z Downloaded crossbeam-utils v0.8.21
6922026-05-19T22:47:40.235Z Downloaded indoc v1.0.9
6932026-05-19T22:47:40.279Z Downloaded instant v0.1.13
6942026-05-19T22:47:40.279Z Downloaded base64ct v1.8.3
6952026-05-19T22:47:40.279Z Downloaded console v0.15.11
6962026-05-19T22:47:40.279Z Downloaded indent_write v2.2.0
6972026-05-19T22:47:40.279Z Downloaded crossbeam-epoch v0.9.18
6982026-05-19T22:47:40.279Z Downloaded ed25519 v2.2.3
6992026-05-19T22:47:40.279Z Downloaded drift v0.1.4
7002026-05-19T22:47:40.279Z Downloaded const-oid v0.9.6
7012026-05-19T22:47:40.279Z Downloaded chacha20 v0.10.0
7022026-05-19T22:47:40.280Z Downloaded inout v0.1.4
7032026-05-19T22:47:40.280Z Downloaded keccak v0.1.6
7042026-05-19T22:47:40.280Z Downloaded illumos-nvpair v0.3.0
7052026-05-19T22:47:40.280Z Downloaded ciborium v0.2.2
7062026-05-19T22:47:40.280Z Downloaded is-terminal v0.4.17
7072026-05-19T22:47:40.280Z Downloaded instability v0.3.11
7082026-05-19T22:47:40.280Z Downloaded derive_builder v0.20.2
7092026-05-19T22:47:40.280Z Downloaded darling_core v0.21.3
7102026-05-19T22:47:40.280Z Downloaded libscf-sys v1.1.0
7112026-05-19T22:47:40.280Z Downloaded internet-checksum v0.2.1
7122026-05-19T22:47:40.280Z Downloaded lazy_static v1.5.0
7132026-05-19T22:47:40.280Z Downloaded colored v3.1.1
7142026-05-19T22:47:40.280Z Downloaded kstat-rs v0.2.4
7152026-05-19T22:47:40.280Z Downloaded is_ci v1.2.0
7162026-05-19T22:47:40.280Z Downloaded ident_case v1.0.1
7172026-05-19T22:47:40.280Z Downloaded http-body-util v0.1.3
7182026-05-19T22:47:40.280Z Downloaded getrandom v0.2.17
7192026-05-19T22:47:40.283Z Downloaded linked-hash-map v0.5.6
7202026-05-19T22:47:40.283Z Downloaded half v1.8.3
7212026-05-19T22:47:40.283Z Downloaded lalrpop-util v0.19.12
7222026-05-19T22:47:40.283Z Downloaded futures-channel v0.3.32
7232026-05-19T22:47:40.283Z Downloaded ingot-types v0.1.2
7242026-05-19T22:47:40.283Z Downloaded highway v1.3.0
7252026-05-19T22:47:40.283Z Downloaded base64 v0.22.1
7262026-05-19T22:47:40.286Z Downloaded bzip2 v0.6.1
7272026-05-19T22:47:40.289Z Downloaded md5 v0.7.0
7282026-05-19T22:47:40.289Z Downloaded memoffset v0.9.1
7292026-05-19T22:47:40.289Z Downloaded md-5 v0.10.6
7302026-05-19T22:47:40.293Z Downloaded maybe-uninit v2.0.0
7312026-05-19T22:47:40.293Z Downloaded lzss v0.8.2
7322026-05-19T22:47:40.293Z Downloaded match_cfg v0.1.0
7332026-05-19T22:47:40.297Z Downloaded fatfs v0.3.6
7342026-05-19T22:47:40.297Z Downloaded nibble_vec v0.1.0
7352026-05-19T22:47:40.297Z Downloaded newtype_derive v0.1.6
7362026-05-19T22:47:40.297Z Downloaded newtype-uuid-macros v0.1.0
7372026-05-19T22:47:40.300Z Downloaded humantime v2.3.0
7382026-05-19T22:47:40.300Z Downloaded impl-trait-for-tuples v0.2.3
7392026-05-19T22:47:40.300Z Downloaded newline-converter v0.3.0
7402026-05-19T22:47:40.302Z Downloaded mime v0.3.17
7412026-05-19T22:47:40.302Z Downloaded cookie_store v0.22.1
7422026-05-19T22:47:40.305Z Downloaded blake2 v0.10.6
7432026-05-19T22:47:40.305Z Downloaded new_debug_unreachable v1.0.6
7442026-05-19T22:47:40.305Z Downloaded hyper-staticfile v0.10.1
7452026-05-19T22:47:40.310Z Downloaded cookie v0.18.1
7462026-05-19T22:47:40.314Z Downloaded ipnet v2.11.0
7472026-05-19T22:47:40.314Z Downloaded maplit v1.0.2
7482026-05-19T22:47:40.314Z Downloaded ipnetwork v0.21.1
7492026-05-19T22:47:40.314Z Downloaded managed v0.8.0
7502026-05-19T22:47:40.314Z Downloaded lru-slab v0.1.2
7512026-05-19T22:47:40.314Z Downloaded lru v0.12.5
7522026-05-19T22:47:40.316Z Downloaded darling_core v0.23.0
7532026-05-19T22:47:40.325Z Downloaded num v0.4.3
7542026-05-19T22:47:40.325Z Downloaded bzip2 v0.4.4
7552026-05-19T22:47:40.325Z Downloaded console v0.16.2
7562026-05-19T22:47:40.328Z Downloaded colored v2.2.0
7572026-05-19T22:47:40.328Z Downloaded elliptic-curve v0.13.8
7582026-05-19T22:47:40.328Z Downloaded ingot v0.1.1
7592026-05-19T22:47:40.328Z Downloaded dropshot_endpoint v0.16.7
7602026-05-19T22:47:40.328Z Downloaded nodrop v0.1.14
7612026-05-19T22:47:40.331Z Downloaded derive-where v1.6.0
7622026-05-19T22:47:40.331Z Downloaded olpc-cjson v0.1.4
7632026-05-19T22:47:40.334Z Downloaded num_threads v0.1.7
7642026-05-19T22:47:40.334Z Downloaded num_enum_derive v0.5.11
7652026-05-19T22:47:40.334Z Downloaded num-iter v0.1.45
7662026-05-19T22:47:40.337Z Downloaded libsw-core v0.3.2
7672026-05-19T22:47:40.337Z Downloaded chacha20poly1305 v0.10.1
7682026-05-19T22:47:40.337Z Downloaded cc v1.2.56
7692026-05-19T22:47:40.340Z Downloaded diff v0.1.13
7702026-05-19T22:47:40.340Z Downloaded crossbeam-channel v0.5.15
7712026-05-19T22:47:40.343Z Downloaded openssl-probe v0.1.6
7722026-05-19T22:47:40.346Z Downloaded multimap v0.10.1
7732026-05-19T22:47:40.346Z Downloaded openssl-probe v0.2.1
7742026-05-19T22:47:40.346Z Downloaded libefi-sys v0.1.0
7752026-05-19T22:47:40.346Z Downloaded num-derive v0.4.2
7762026-05-19T22:47:40.349Z Downloaded opaque-debug v0.3.1
7772026-05-19T22:47:40.349Z Downloaded num-derive v0.3.3
7782026-05-19T22:47:40.349Z Downloaded hmac v0.12.1
7792026-05-19T22:47:40.352Z Downloaded num-conv v0.2.0
7802026-05-19T22:47:40.352Z Downloaded normalize-line-endings v0.3.0
7812026-05-19T22:47:40.352Z Downloaded libsw v3.5.0
7822026-05-19T22:47:40.352Z Downloaded jobserver v0.1.34
7832026-05-19T22:47:40.355Z Downloaded iana-time-zone v0.1.65
7842026-05-19T22:47:40.358Z Downloaded linear-map v1.2.0
7852026-05-19T22:47:40.358Z Downloaded openssl-macros v0.1.1
7862026-05-19T22:47:40.358Z Downloaded lru-cache v0.1.2
7872026-05-19T22:47:40.361Z Downloaded lock_api v0.4.14
7882026-05-19T22:47:40.361Z Downloaded libloading v0.8.9
7892026-05-19T22:47:40.361Z Downloaded native-tls v0.2.18
7902026-05-19T22:47:40.364Z Downloaded oso-derive v0.27.3
7912026-05-19T22:47:40.364Z Downloaded nanorand v0.7.0
7922026-05-19T22:47:40.366Z Downloaded httparse v1.10.1
7932026-05-19T22:47:40.366Z Downloaded crc-any v2.5.0
7942026-05-19T22:47:40.369Z Downloaded ahash v0.8.12
7952026-05-19T22:47:40.372Z Downloaded bytes v1.11.1
7962026-05-19T22:47:40.372Z Downloaded multer v3.1.0
7972026-05-19T22:47:40.374Z Downloaded indoc v2.0.7
7982026-05-19T22:47:40.376Z Downloaded cancel-safe-futures v0.1.5
7992026-05-19T22:47:40.379Z Downloaded allocator-api2 v0.2.21
8002026-05-19T22:47:40.379Z Downloaded ingot-macros v0.1.1
8012026-05-19T22:47:40.382Z Downloaded backon v1.6.0
8022026-05-19T22:47:40.382Z Downloaded pbkdf2 v0.12.2
8032026-05-19T22:47:40.384Z Downloaded pbkdf2 v0.11.0
8042026-05-19T22:47:40.384Z Downloaded newtype-uuid v1.3.2
8052026-05-19T22:47:40.386Z Downloaded derive_more v0.99.20
8062026-05-19T22:47:40.389Z Downloaded flume v0.11.1
8072026-05-19T22:47:40.391Z Downloaded path-slash v0.1.5
8082026-05-19T22:47:40.392Z Downloaded parse-size v1.1.0
8092026-05-19T22:47:40.394Z Downloaded darling_core v0.20.11
8102026-05-19T22:47:40.396Z Downloaded peg-runtime v0.8.5
8112026-05-19T22:47:40.396Z Downloaded num_enum_derive v0.7.5
8122026-05-19T22:47:40.399Z Downloaded phf_shared v0.13.1
8132026-05-19T22:47:40.399Z Downloaded num-complex v0.4.6
8142026-05-19T22:47:40.399Z Downloaded nu-ansi-term v0.50.3
8152026-05-19T22:47:40.402Z Downloaded nonempty v0.12.0
8162026-05-19T22:47:40.402Z Downloaded parse-display v0.10.0
8172026-05-19T22:47:40.402Z Downloaded daft-derive v0.1.7
8182026-05-19T22:47:40.405Z Downloaded phf_shared v0.11.3
8192026-05-19T22:47:40.409Z Downloaded crossbeam-deque v0.8.6
8202026-05-19T22:47:40.409Z Downloaded phf_shared v0.12.1
8212026-05-19T22:47:40.409Z Downloaded const_format_proc_macros v0.2.34
8222026-05-19T22:47:40.412Z Downloaded pin-utils v0.1.0
8232026-05-19T22:47:40.412Z Downloaded futures v0.3.32
8242026-05-19T22:47:40.414Z Downloaded num_enum v0.7.5
8252026-05-19T22:47:40.417Z Downloaded num_enum v0.5.11
8262026-05-19T22:47:40.433Z Downloaded progenitor-client v0.10.0
8272026-05-19T22:47:40.435Z Downloaded powerfmt v0.2.0
8282026-05-19T22:47:40.436Z Downloaded oxide-tokio-rt v0.1.4
8292026-05-19T22:47:40.436Z Downloaded owo-colors v4.3.0
8302026-05-19T22:47:40.439Z Downloaded mime_guess v2.0.5
8312026-05-19T22:47:40.439Z Downloaded indexmap v1.9.3
8322026-05-19T22:47:40.441Z Downloaded proc-macro-error-attr2 v2.0.0
8332026-05-19T22:47:40.441Z Downloaded headers v0.4.1
8342026-05-19T22:47:40.444Z Downloaded proc-macro-crate v1.3.1
8352026-05-19T22:47:40.447Z Downloaded predicates-tree v1.0.13
8362026-05-19T22:47:40.447Z Downloaded predicates-core v1.0.10
8372026-05-19T22:47:40.447Z Downloaded proc-macro-crate v3.4.0
8382026-05-19T22:47:40.450Z Downloaded packed_struct_codegen v0.10.1
8392026-05-19T22:47:40.450Z Downloaded packed_struct v0.10.1
8402026-05-19T22:47:40.450Z Downloaded bumpalo v3.20.2
8412026-05-19T22:47:40.452Z Downloaded memmap2 v0.9.10
8422026-05-19T22:47:40.453Z Downloaded precomputed-hash v0.1.1
8432026-05-19T22:47:40.461Z Downloaded parking_lot_core v0.8.6
8442026-05-19T22:47:40.461Z Downloaded progenitor-macro v0.14.0
8452026-05-19T22:47:40.461Z Downloaded heapless v0.8.0
8462026-05-19T22:47:40.466Z Downloaded base64 v0.21.7
8472026-05-19T22:47:40.466Z Downloaded parse-display-derive v0.10.0
8482026-05-19T22:47:40.466Z Downloaded derive_more v2.1.1
8492026-05-19T22:47:40.473Z Downloaded progenitor-macro v0.13.0
8502026-05-19T22:47:40.473Z Downloaded quick-error v1.2.3
8512026-05-19T22:47:40.473Z Downloaded progenitor-macro v0.10.0
8522026-05-19T22:47:40.476Z Downloaded peg-macros v0.8.5
8532026-05-19T22:47:40.476Z Downloaded paste v1.0.15
8542026-05-19T22:47:40.476Z Downloaded password-hash v0.5.0
8552026-05-19T22:47:40.476Z Downloaded pkcs8 v0.10.2
8562026-05-19T22:47:40.479Z Downloaded password-hash v0.4.2
8572026-05-19T22:47:40.479Z Downloaded flate2 v1.1.9
8582026-05-19T22:47:40.481Z Downloaded oxnet v0.1.4
8592026-05-19T22:47:40.481Z Downloaded pin-project-internal v1.1.11
8602026-05-19T22:47:40.484Z Downloaded radium v0.7.0
8612026-05-19T22:47:40.484Z Downloaded psl-types v2.0.11
8622026-05-19T22:47:40.486Z Downloaded phf v0.13.1
8632026-05-19T22:47:40.486Z Downloaded pem-rfc7468 v0.7.0
8642026-05-19T22:47:40.488Z Downloaded num-rational v0.4.2
8652026-05-19T22:47:40.489Z Downloaded rand_chacha v0.3.1
8662026-05-19T22:47:40.491Z Downloaded pkg-config v0.3.32
8672026-05-19T22:47:40.491Z Downloaded pin-project-lite v0.2.17
8682026-05-19T22:47:40.494Z Downloaded der v0.7.10
8692026-05-19T22:47:40.498Z Downloaded progenitor-client v0.11.2
8702026-05-19T22:47:40.501Z Downloaded proc-macro-error2 v2.0.1
8712026-05-19T22:47:40.504Z Downloaded primeorder v0.13.6
8722026-05-19T22:47:40.504Z Downloaded predicates v3.1.4
8732026-05-19T22:47:40.506Z Downloaded rand_xorshift v0.4.0
8742026-05-19T22:47:40.507Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-05-19T22:47:40.507Z Downloaded recursive v0.1.1
8762026-05-19T22:47:40.507Z Downloaded diesel_derives v2.3.7
8772026-05-19T22:47:40.510Z Downloaded indicatif v0.18.4
8782026-05-19T22:47:40.513Z Downloaded ref-cast-impl v1.0.25
8792026-05-19T22:47:40.516Z Downloaded ref-cast v1.0.25
8802026-05-19T22:47:40.516Z Downloaded progenitor-extras v0.2.0
8812026-05-19T22:47:40.518Z Downloaded parking_lot v0.11.2
8822026-05-19T22:47:40.521Z Downloaded parking_lot_core v0.9.12
8832026-05-19T22:47:40.521Z Downloaded heapless v0.7.17
8842026-05-19T22:47:40.524Z Downloaded const_format v0.2.35
8852026-05-19T22:47:40.526Z Downloaded progenitor v0.14.0
8862026-05-19T22:47:40.526Z Downloaded progenitor-macro v0.11.2
8872026-05-19T22:47:40.529Z Downloaded dropshot-api-manager v0.7.1
8882026-05-19T22:47:40.529Z Downloaded progenitor v0.13.0
8892026-05-19T22:47:40.532Z Downloaded progenitor v0.10.0
8902026-05-19T22:47:40.532Z Downloaded parking_lot v0.12.5
8912026-05-19T22:47:40.536Z Downloaded rustc-hash v2.1.1
8922026-05-19T22:47:40.536Z Downloaded hickory-resolver v0.24.4
8932026-05-19T22:47:40.539Z Downloaded rfc6979 v0.4.0
8942026-05-19T22:47:40.539Z Downloaded peg v0.8.5
8952026-05-19T22:47:40.543Z Downloaded psm v0.1.30
8962026-05-19T22:47:40.543Z Downloaded phf v0.12.1
8972026-05-19T22:47:40.546Z Downloaded pem v3.0.6
8982026-05-19T22:47:40.546Z Downloaded litrs v1.0.0
8992026-05-19T22:47:40.546Z Downloaded rustc_version v0.1.7
9002026-05-19T22:47:40.546Z Downloaded russh-cryptovec v0.7.3
9012026-05-19T22:47:40.548Z Downloaded r2d2 v0.8.10
9022026-05-19T22:47:40.548Z Downloaded expectorate v1.2.0
9032026-05-19T22:47:40.551Z Downloaded rustc_version v0.4.1
9042026-05-19T22:47:40.551Z Downloaded derive_more-impl v2.1.1
9052026-05-19T22:47:40.555Z Downloaded rtoolbox v0.0.3
9062026-05-19T22:47:40.555Z Downloaded ar_archive_writer v0.5.1
9072026-05-19T22:47:40.559Z Downloaded pkcs1 v0.7.5
9082026-05-19T22:47:40.564Z Downloaded rand_core v0.6.4
9092026-05-19T22:47:40.564Z Downloaded crossterm v0.29.0
9102026-05-19T22:47:40.570Z Downloaded oso v0.27.3
9112026-05-19T22:47:40.570Z Downloaded progenitor-client v0.14.0
9122026-05-19T22:47:40.570Z Downloaded rand_core v0.9.5
9132026-05-19T22:47:40.570Z Downloaded progenitor-client v0.13.0
9142026-05-19T22:47:40.570Z Downloaded ppv-lite86 v0.2.21
9152026-05-19T22:47:40.576Z Downloaded poly1305 v0.8.0
9162026-05-19T22:47:40.576Z Downloaded omicron-zone-package v0.12.2
9172026-05-19T22:47:40.576Z Downloaded salsa20 v0.10.2
9182026-05-19T22:47:40.576Z Downloaded polyval v0.6.2
9192026-05-19T22:47:40.586Z Downloaded miniz_oxide v0.8.9
9202026-05-19T22:47:40.587Z Downloaded hashbrown v0.13.2
9212026-05-19T22:47:40.587Z Downloaded rand_core v0.10.0
9222026-05-19T22:47:40.587Z Downloaded rand_chacha v0.9.0
9232026-05-19T22:47:40.600Z Downloaded papergrid v0.17.0
9242026-05-19T22:47:40.600Z Downloaded postgres-protocol v0.6.10
9252026-05-19T22:47:40.600Z Downloaded libbz2-rs-sys v0.2.2
9262026-05-19T22:47:40.600Z Downloaded sapling-renderdag v0.1.0
9272026-05-19T22:47:40.600Z Downloaded progenitor v0.11.2
9282026-05-19T22:47:40.600Z Downloaded ed25519-dalek v2.2.0
9292026-05-19T22:47:40.600Z Downloaded same-file v1.0.6
9302026-05-19T22:47:40.600Z Downloaded rand_seeder v0.4.0
9312026-05-19T22:47:40.601Z Downloaded postgres-types v0.2.12
9322026-05-19T22:47:40.613Z Downloaded scopeguard v1.2.0
9332026-05-19T22:47:40.613Z Downloaded resolv-conf v0.7.6
9342026-05-19T22:47:40.613Z Downloaded scrypt v0.11.0
9352026-05-19T22:47:40.613Z Downloaded postcard v1.1.3
9362026-05-19T22:47:40.614Z Downloaded hyper-rustls v0.27.7
9372026-05-19T22:47:40.614Z Downloaded half v2.7.1
9382026-05-19T22:47:40.614Z Downloaded semver v0.1.20
9392026-05-19T22:47:40.614Z Downloaded seq-macro v0.3.6
9402026-05-19T22:47:40.614Z Downloaded serde_bytes v0.11.19
9412026-05-19T22:47:40.614Z Downloaded secrecy v0.10.3
9422026-05-19T22:47:40.614Z Downloaded secrecy v0.8.0
9432026-05-19T22:47:40.614Z Downloaded serde_plain v1.0.2
9442026-05-19T22:47:40.614Z Downloaded scroll_derive v0.13.1
9452026-05-19T22:47:40.614Z Downloaded getrandom v0.3.4
9462026-05-19T22:47:40.620Z Downloaded jiff-static v0.2.21
9472026-05-19T22:47:40.620Z Downloaded ignore v0.4.25
9482026-05-19T22:47:40.620Z Downloaded num-integer v0.1.46
9492026-05-19T22:47:40.620Z Downloaded cexpr v0.6.0
9502026-05-19T22:47:40.621Z Downloaded camino-tempfile-ext v0.3.3
9512026-05-19T22:47:40.621Z Downloaded backoff v0.4.0
9522026-05-19T22:47:40.632Z Downloaded either v1.15.0
9532026-05-19T22:47:40.632Z Downloaded rustls-native-certs v0.8.3
9542026-05-19T22:47:40.632Z Downloaded derive_builder_core v0.20.2
9552026-05-19T22:47:40.632Z Downloaded serde_repr v0.1.20
9562026-05-19T22:47:40.632Z Downloaded rustls-pemfile v2.2.0
9572026-05-19T22:47:40.638Z Downloaded serde_urlencoded v0.7.1
9582026-05-19T22:47:40.638Z Downloaded sha1 v0.10.6
9592026-05-19T22:47:40.638Z Downloaded serde_spanned v1.0.4
9602026-05-19T22:47:40.638Z Downloaded serde-big-array v0.5.1
9612026-05-19T22:47:40.638Z Downloaded sigpipe v0.1.3
9622026-05-19T22:47:40.638Z Downloaded shell-words v1.1.1
9632026-05-19T22:47:40.638Z Downloaded quinn-udp v0.5.14
9642026-05-19T22:47:40.638Z Downloaded data-encoding v2.10.0
9652026-05-19T22:47:40.638Z Downloaded bitflags v1.3.2
9662026-05-19T22:47:40.638Z Downloaded ctr v0.9.2
9672026-05-19T22:47:40.670Z Downloaded openssl-sys v0.9.115
9682026-05-19T22:47:40.670Z Downloaded http v1.4.0
9692026-05-19T22:47:40.678Z Downloaded csv-core v0.1.13
9702026-05-19T22:47:40.678Z Downloaded dtrace-parser v0.3.0
9712026-05-19T22:47:40.678Z Downloaded rustls-pemfile v1.0.4
9722026-05-19T22:47:40.678Z Downloaded signal-hook-mio v0.2.5
9732026-05-19T22:47:40.678Z Downloaded bit-vec v0.6.3
9742026-05-19T22:47:40.678Z Downloaded signal-hook-tokio v0.3.1
9752026-05-19T22:47:40.678Z Downloaded signature v2.2.0
9762026-05-19T22:47:40.678Z Downloaded rusty-fork v0.3.1
9772026-05-19T22:47:40.678Z Downloaded pkcs5 v0.7.1
9782026-05-19T22:47:40.678Z Downloaded slog-envlogger v2.2.0
9792026-05-19T22:47:40.678Z Downloaded minimal-lexical v0.2.1
9802026-05-19T22:47:40.678Z Downloaded p256 v0.13.2
9812026-05-19T22:47:40.678Z Downloaded hashbrown v0.12.3
9822026-05-19T22:47:40.678Z Downloaded siphasher v1.0.2
9832026-05-19T22:47:40.679Z Downloaded slog-bunyan v2.5.0
9842026-05-19T22:47:40.679Z Downloaded scheduled-thread-pool v0.2.7
9852026-05-19T22:47:40.679Z Downloaded progenitor-impl v0.11.2
9862026-05-19T22:47:40.679Z Downloaded sec1 v0.7.3
9872026-05-19T22:47:40.679Z Downloaded schemars_derive v0.8.22
9882026-05-19T22:47:40.690Z Downloaded hickory-resolver v0.25.2
9892026-05-19T22:47:40.714Z Downloaded progenitor-impl v0.13.0
9902026-05-19T22:47:40.714Z Downloaded pin-project v1.1.11
9912026-05-19T22:47:40.714Z Downloaded ssh-cipher v0.2.0
9922026-05-19T22:47:40.714Z Downloaded sqlparser_derive v0.5.0
9932026-05-19T22:47:40.715Z Downloaded serde_derive_internals v0.29.1
9942026-05-19T22:47:40.715Z Downloaded sct v0.7.1
9952026-05-19T22:47:40.715Z Downloaded russh-keys v0.45.0
9962026-05-19T22:47:40.715Z Downloaded structmeta-derive v0.3.0
9972026-05-19T22:47:40.715Z Downloaded signal-hook-registry v1.4.8
9982026-05-19T22:47:40.726Z Downloaded structmeta v0.3.0
9992026-05-19T22:47:40.727Z Downloaded strip-ansi-escapes v0.2.1
10002026-05-19T22:47:40.727Z Downloaded hickory-server v0.25.2
10012026-05-19T22:47:40.727Z Downloaded serde-hex v0.1.0
10022026-05-19T22:47:40.727Z Downloaded prefix-trie v0.7.0
10032026-05-19T22:47:40.727Z Downloaded ssh-encoding v0.2.0
10042026-05-19T22:47:40.727Z Downloaded shlex v1.3.0
10052026-05-19T22:47:40.734Z Downloaded strum v0.27.2
10062026-05-19T22:47:40.735Z Downloaded strum v0.26.3
10072026-05-19T22:47:40.735Z Downloaded subtle v2.6.1
10082026-05-19T22:47:40.735Z Downloaded simd-adler32 v0.3.8
10092026-05-19T22:47:40.736Z Downloaded prettyplease v0.2.37
10102026-05-19T22:47:40.742Z Downloaded rustls-pki-types v1.14.0
10112026-05-19T22:47:40.742Z Downloaded tagptr v0.2.0
10122026-05-19T22:47:40.742Z Downloaded supports-color v3.0.2
10132026-05-19T22:47:40.742Z Downloaded smallvec v0.6.14
10142026-05-19T22:47:40.742Z Downloaded slog-term v2.9.2
10152026-05-19T22:47:40.742Z Downloaded slog-stdlog v4.1.1
10162026-05-19T22:47:40.752Z Downloaded progenitor-impl v0.10.0
10172026-05-19T22:47:40.752Z Downloaded scroll v0.13.0
10182026-05-19T22:47:40.752Z Downloaded slog-scope v4.4.1
10192026-05-19T22:47:40.752Z Downloaded hyper-util v0.1.20
10202026-05-19T22:47:40.752Z Downloaded slog-json v2.6.1
10212026-05-19T22:47:40.752Z Downloaded sync_wrapper v1.0.2
10222026-05-19T22:47:40.758Z Downloaded take_mut v0.2.2
10232026-05-19T22:47:40.758Z Downloaded tap v1.0.1
10242026-05-19T22:47:40.758Z Downloaded tabled_derive v0.11.0
10252026-05-19T22:47:40.758Z Downloaded sync-ptr v0.1.4
10262026-05-19T22:47:40.758Z Downloaded tabwriter v1.4.1
10272026-05-19T22:47:40.758Z Downloaded testing_table v0.3.0
10282026-05-19T22:47:40.759Z Downloaded snafu-derive v0.8.9
10292026-05-19T22:47:40.759Z Downloaded slog-async v2.8.0
10302026-05-19T22:47:40.759Z Downloaded serde_path_to_error v0.1.20
10312026-05-19T22:47:40.765Z Downloaded slab v0.4.12
10322026-05-19T22:47:40.766Z Downloaded crossterm v0.28.1
10332026-05-19T22:47:40.766Z Downloaded itertools v0.10.5
10342026-05-19T22:47:40.779Z Downloaded stringprep v0.1.5
10352026-05-19T22:47:40.779Z Downloaded static_assertions v1.1.0
10362026-05-19T22:47:40.779Z Downloaded thread-id v5.1.0
10372026-05-19T22:47:40.780Z Downloaded string_cache v0.8.9
10382026-05-19T22:47:40.780Z Downloaded time-core v0.1.8
10392026-05-19T22:47:40.795Z Downloaded spki v0.7.3
10402026-05-19T22:47:40.796Z Downloaded termtree v0.5.1
10412026-05-19T22:47:40.796Z Downloaded smf v0.2.3
10422026-05-19T22:47:40.796Z Downloaded serde_cbor v0.11.2
10432026-05-19T22:47:40.796Z Downloaded aes-gcm v0.10.3
10442026-05-19T22:47:40.796Z Downloaded slog-dtrace v0.3.0
10452026-05-19T22:47:40.796Z Downloaded rustversion v1.0.22
10462026-05-19T22:47:40.796Z Downloaded rcgen v0.12.1
10472026-05-19T22:47:40.824Z Downloaded rayon-core v1.13.0
10482026-05-19T22:47:40.824Z Downloaded sqlformat v0.3.5
10492026-05-19T22:47:40.824Z Downloaded serde_with_macros v3.17.0
10502026-05-19T22:47:40.824Z Downloaded strum_macros v0.27.2
10512026-05-19T22:47:40.824Z Downloaded strum_macros v0.26.4
10522026-05-19T22:47:40.824Z Downloaded tinyvec_macros v0.1.1
10532026-05-19T22:47:40.824Z Downloaded strum_macros v0.24.3
10542026-05-19T22:47:40.824Z Downloaded tokio-macros v2.7.0
10552026-05-19T22:47:40.824Z Downloaded pretty_assertions v1.4.1
10562026-05-19T22:47:40.824Z Downloaded mio v1.2.0
10572026-05-19T22:47:40.842Z Downloaded ryu v1.0.23
10582026-05-19T22:47:40.842Z Downloaded hashbrown v0.15.5
10592026-05-19T22:47:40.842Z Downloaded support-bundle-viewer v0.1.2
10602026-05-19T22:47:40.842Z Downloaded publicsuffix v2.3.0
10612026-05-19T22:47:40.842Z Downloaded libxml v0.3.3
10622026-05-19T22:47:40.851Z Downloaded rustls-platform-verifier v0.6.2
10632026-05-19T22:47:40.852Z Downloaded spin v0.9.8
10642026-05-19T22:47:40.855Z Downloaded schemars v0.8.22
10652026-05-19T22:47:40.865Z Downloaded trait-variant v0.1.2
10662026-05-19T22:47:40.865Z Downloaded tower-service v0.3.3
10672026-05-19T22:47:40.865Z Downloaded tower-layer v0.3.3
10682026-05-19T22:47:40.865Z Downloaded try-lock v0.2.5
10692026-05-19T22:47:40.865Z Downloaded topological-sort v0.2.2
10702026-05-19T22:47:40.865Z Downloaded thread_local v1.1.9
10712026-05-19T22:47:40.865Z Downloaded tiny-keccak v2.0.2
10722026-05-19T22:47:40.865Z Downloaded quinn v0.11.9
10732026-05-19T22:47:40.865Z Downloaded thiserror-no-std v2.0.2
10742026-05-19T22:47:40.865Z Downloaded termios v0.3.3
10752026-05-19T22:47:40.865Z Downloaded serde_yaml v0.9.34+deprecated
10762026-05-19T22:47:40.873Z Downloaded time-macros v0.2.27
10772026-05-19T22:47:40.873Z Downloaded unarray v0.1.4
10782026-05-19T22:47:40.873Z Downloaded num-bigint v0.4.6
10792026-05-19T22:47:40.873Z Downloaded typify-macro v0.6.2
10802026-05-19T22:47:40.873Z Downloaded typify-macro v0.4.3
10812026-05-19T22:47:40.873Z Downloaded tls_codec_derive v0.4.2
10822026-05-19T22:47:40.873Z Downloaded tls_codec v0.4.2
10832026-05-19T22:47:40.897Z Downloaded stacker v0.1.23
10842026-05-19T22:47:40.897Z Downloaded similar v2.7.0
10852026-05-19T22:47:40.897Z Downloaded slog v2.8.2
10862026-05-19T22:47:40.909Z Downloaded rand v0.8.6
10872026-05-19T22:47:40.909Z Downloaded signal-hook v0.3.18
10882026-05-19T22:47:40.909Z Downloaded tokio-dtrace v0.1.1
10892026-05-19T22:47:40.909Z Downloaded usdt v0.6.0
10902026-05-19T22:47:40.909Z Downloaded ron v0.8.1
10912026-05-19T22:47:40.909Z Downloaded untrusted v0.7.1
10922026-05-19T22:47:40.909Z Downloaded universal-hash v0.5.1
10932026-05-19T22:47:40.909Z Downloaded unicode-truncate v1.1.0
10942026-05-19T22:47:40.910Z Downloaded hashbrown v0.16.1
10952026-05-19T22:47:40.910Z Downloaded progenitor-impl v0.14.0
10962026-05-19T22:47:40.910Z Downloaded tokio-native-tls v0.3.1
10972026-05-19T22:47:40.910Z Downloaded utf-8 v0.7.6
10982026-05-19T22:47:40.910Z Downloaded usdt-attr-macro v0.6.0
10992026-05-19T22:47:40.910Z Downloaded socket2 v0.5.10
11002026-05-19T22:47:40.910Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-19T22:47:40.910Z Downloaded tokio-tungstenite v0.21.0
11022026-05-19T22:47:40.917Z Downloaded term v1.2.1
11032026-05-19T22:47:40.918Z Downloaded unit-prefix v0.5.2
11042026-05-19T22:47:40.918Z Downloaded tokio-tungstenite v0.23.1
11052026-05-19T22:47:40.918Z Downloaded usdt-macro v0.6.0
11062026-05-19T22:47:40.918Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-19T22:47:40.918Z Downloaded nom v7.1.3
11082026-05-19T22:47:40.918Z Downloaded num-bigint-dig v0.8.6
11092026-05-19T22:47:40.925Z Downloaded thiserror-impl-no-std v2.0.2
11102026-05-19T22:47:40.925Z Downloaded term v0.7.0
11112026-05-19T22:47:40.925Z Downloaded socket2 v0.6.3
11122026-05-19T22:47:40.925Z Downloaded itertools v0.12.1
11132026-05-19T22:47:40.931Z Downloaded qorb v0.4.1
11142026-05-19T22:47:40.931Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-19T22:47:40.939Z Downloaded void v1.0.2
11162026-05-19T22:47:40.943Z Downloaded tui-tree-widget v0.23.1
11172026-05-19T22:47:40.943Z Downloaded wait-timeout v0.2.1
11182026-05-19T22:47:40.943Z Downloaded rsa v0.9.10
11192026-05-19T22:47:40.943Z Downloaded rustls-webpki v0.103.9
11202026-05-19T22:47:40.943Z Downloaded hyper v1.8.1
11212026-05-19T22:47:40.946Z Downloaded rand v0.9.2
11222026-05-19T22:47:40.952Z Downloaded tokio-rustls v0.26.4
11232026-05-19T22:47:40.957Z Downloaded iddqd v0.4.1
11242026-05-19T22:47:40.959Z Downloaded want v0.3.1
11252026-05-19T22:47:40.959Z Downloaded waitgroup v0.1.2
11262026-05-19T22:47:40.961Z Downloaded xshell-macros v0.2.7
11272026-05-19T22:47:40.961Z Downloaded xattr v1.6.1
11282026-05-19T22:47:40.961Z Downloaded unicase v2.9.0
11292026-05-19T22:47:40.964Z Downloaded tokio-rustls v0.24.1
11302026-05-19T22:47:40.964Z Downloaded samael v0.0.19
11312026-05-19T22:47:40.967Z Downloaded tokio-stream v0.1.18
11322026-05-19T22:47:40.970Z Downloaded tokio-rustls v0.25.0
11332026-05-19T22:47:40.973Z Downloaded snafu v0.8.9
11342026-05-19T22:47:40.980Z Downloaded usdt-impl v0.6.0
11352026-05-19T22:47:40.983Z Downloaded untrusted v0.9.0
11362026-05-19T22:47:40.983Z Downloaded aho-corasick v1.1.4
11372026-05-19T22:47:40.986Z Downloaded zone_cfg_derive v0.3.1
11382026-05-19T22:47:40.988Z Downloaded schemars v0.9.0
11392026-05-19T22:47:40.993Z Downloaded zeroize_derive v1.4.3
11402026-05-19T22:47:40.996Z Downloaded vergen-git2 v1.0.7
11412026-05-19T22:47:40.996Z Downloaded itertools v0.14.0
11422026-05-19T22:47:41.000Z Downloaded vsss-rs v3.3.4
11432026-05-19T22:47:41.004Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-05-19T22:47:41.004Z Downloaded tracing-attributes v0.1.31
11452026-05-19T22:47:41.006Z Downloaded tinyvec v1.10.0
11462026-05-19T22:47:41.006Z Downloaded vergen-lib v0.1.6
11472026-05-19T22:47:41.010Z Downloaded hkdf v0.12.4
11482026-05-19T22:47:41.010Z Downloaded vergen-gitcl v1.0.8
11492026-05-19T22:47:41.014Z Downloaded futures-util v0.3.32
11502026-05-19T22:47:41.019Z Downloaded twox-hash v2.1.2
11512026-05-19T22:47:41.024Z Downloaded rand v0.10.0
11522026-05-19T22:47:41.024Z Downloaded subprocess v0.2.15
11532026-05-19T22:47:41.044Z Downloaded h2 v0.4.13
11542026-05-19T22:47:41.045Z Downloaded xshell v0.2.7
11552026-05-19T22:47:41.045Z Downloaded whoami v1.6.1
11562026-05-19T22:47:41.045Z Downloaded walkdir v2.5.0
11572026-05-19T22:47:41.045Z Downloaded whoami v2.1.0
11582026-05-19T22:47:41.045Z Downloaded uzers v0.12.2
11592026-05-19T22:47:41.064Z Downloaded test-strategy v0.4.5
11602026-05-19T22:47:41.064Z Downloaded iri-string v0.7.10
11612026-05-19T22:47:41.064Z Downloaded wyz v0.5.1
11622026-05-19T22:47:41.064Z Downloaded toml v0.7.8
11632026-05-19T22:47:41.064Z Downloaded zone v0.3.1
11642026-05-19T22:47:41.064Z Downloaded tar v0.4.45
11652026-05-19T22:47:41.064Z Downloaded zstd v0.13.3
11662026-05-19T22:47:41.064Z Downloaded zstd-safe v7.2.4
11672026-05-19T22:47:41.064Z Downloaded zeroize v1.8.2
11682026-05-19T22:47:41.064Z Downloaded toml v1.0.6+spec-1.1.0
11692026-05-19T22:47:41.064Z Downloaded itertools v0.13.0
11702026-05-19T22:47:41.078Z Downloaded toml v0.9.12+spec-1.1.0
11712026-05-19T22:47:41.078Z Downloaded tracing-core v0.1.36
11722026-05-19T22:47:41.078Z Downloaded steno v0.4.1
11732026-05-19T22:47:41.078Z Downloaded unicode-bidi v0.3.18
11742026-05-19T22:47:41.087Z Downloaded yasna v0.5.2
11752026-05-19T22:47:41.087Z Downloaded unicode-properties v0.1.4
11762026-05-19T22:47:41.087Z Downloaded unsafe-libyaml v0.2.11
11772026-05-19T22:47:41.090Z Downloaded tungstenite v0.21.0
11782026-05-19T22:47:41.090Z Downloaded vergen v9.0.6
11792026-05-19T22:47:41.090Z Downloaded typify v0.6.2
11802026-05-19T22:47:41.093Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-05-19T22:47:41.097Z Downloaded russh v0.45.0
11822026-05-19T22:47:41.100Z Downloaded libm v0.2.16
11832026-05-19T22:47:41.105Z Downloaded tungstenite v0.23.0
11842026-05-19T22:47:41.107Z Downloaded zerocopy v0.6.6
11852026-05-19T22:47:41.110Z Downloaded schemars v1.2.1
11862026-05-19T22:47:41.117Z Downloaded zopfli v0.8.3
11872026-05-19T22:47:41.120Z Downloaded uuid v1.23.0
11882026-05-19T22:47:41.122Z Downloaded p521 v0.13.3
11892026-05-19T22:47:41.125Z Downloaded toml_edit v0.19.15
11902026-05-19T22:47:41.133Z Downloaded blake3 v1.8.3
11912026-05-19T22:47:41.137Z Downloaded rustyline v14.0.0
11922026-05-19T22:47:41.140Z Downloaded reqwest v0.13.2
11932026-05-19T22:47:41.147Z Downloaded unicode_categories v0.1.1
11942026-05-19T22:47:41.157Z Downloaded yansi v1.0.1
11952026-05-19T22:47:41.157Z Downloaded rpassword v7.4.0
11962026-05-19T22:47:41.161Z Downloaded vte v0.14.1
11972026-05-19T22:47:41.161Z Downloaded typify v0.4.3
11982026-05-19T22:47:41.176Z Downloaded tokio-postgres v0.7.16
11992026-05-19T22:47:41.180Z Downloaded lalrpop v0.19.12
12002026-05-19T22:47:41.185Z Downloaded rustls-webpki v0.101.7
12012026-05-19T22:47:41.195Z Downloaded salty v0.3.0
12022026-05-19T22:47:41.199Z Downloaded curve25519-dalek v4.1.3
12032026-05-19T22:47:41.204Z Downloaded reqwest v0.12.28
12042026-05-19T22:47:41.208Z Downloaded moka v0.12.13
12052026-05-19T22:47:41.212Z Downloaded chrono v0.4.44
12062026-05-19T22:47:41.216Z Downloaded ssh-key v0.6.7
12072026-05-19T22:47:41.220Z Downloaded tokio-util v0.7.18
12082026-05-19T22:47:41.224Z Downloaded bitvec v1.0.1
12092026-05-19T22:47:41.233Z Downloaded rustls-webpki v0.102.8
12102026-05-19T22:47:41.243Z Downloaded regex v1.12.3
12112026-05-19T22:47:41.247Z Downloaded bindgen v0.71.1
12122026-05-19T22:47:41.252Z Downloaded zip v0.6.6
12132026-05-19T22:47:41.255Z Downloaded reedline v0.40.0
12142026-05-19T22:47:41.257Z Downloaded unicode-normalization v0.1.25
12152026-05-19T22:47:41.260Z Downloaded portable-atomic v1.13.1
12162026-05-19T22:47:41.263Z Downloaded rayon v1.11.0
12172026-05-19T22:47:41.272Z Downloaded git2 v0.20.4
12182026-05-19T22:47:41.275Z Downloaded unicode-segmentation v1.12.0
12192026-05-19T22:47:41.277Z Downloaded p384 v0.13.1
12202026-05-19T22:47:41.280Z Downloaded zerocopy-derive v0.8.40
12212026-05-19T22:47:41.305Z Downloaded typed-path v0.9.3
12222026-05-19T22:47:41.308Z Downloaded dropshot v0.16.7
12232026-05-19T22:47:41.320Z Downloaded x509-cert v0.2.5
12242026-05-19T22:47:41.324Z Downloaded tabled v0.20.0
12252026-05-19T22:47:41.334Z Downloaded tower v0.5.3
12262026-05-19T22:47:41.339Z Downloaded rustls v0.21.12
12272026-05-19T22:47:41.346Z Downloaded quick-xml v0.37.5
12282026-05-19T22:47:41.349Z Downloaded time v0.3.47
12292026-05-19T22:47:41.356Z Downloaded goblin v0.10.5
12302026-05-19T22:47:41.361Z Downloaded vcpkg v0.2.15
12312026-05-19T22:47:41.386Z Downloaded tower-http v0.6.8
12322026-05-19T22:47:41.391Z Downloaded hickory-proto v0.25.2
12332026-05-19T22:47:41.401Z Downloaded petname v2.0.2
12342026-05-19T22:47:41.404Z Downloaded hickory-proto v0.24.4
12352026-05-19T22:47:41.414Z Downloaded smoltcp v0.11.0
12362026-05-19T22:47:41.420Z Downloaded tough v0.22.0
12372026-05-19T22:47:41.425Z Downloaded zip v4.6.1
12382026-05-19T22:47:41.428Z Downloaded diesel v2.3.7
12392026-05-19T22:47:41.442Z Downloaded serde_with v3.17.0
12402026-05-19T22:47:41.448Z Downloaded rustls v0.23.37
12412026-05-19T22:47:41.455Z Downloaded nix v0.27.1
12422026-05-19T22:47:41.460Z Downloaded object v0.30.4
12432026-05-19T22:47:41.465Z Downloaded radix_trie v0.2.1
12442026-05-19T22:47:41.469Z Downloaded proptest v1.10.0
12452026-05-19T22:47:41.474Z Downloaded dropshot v0.17.0
12462026-05-19T22:47:41.487Z Downloaded winnow v0.6.26
12472026-05-19T22:47:41.495Z Downloaded polar-core v0.27.3
12482026-05-19T22:47:41.499Z Downloaded quinn-proto v0.11.13
12492026-05-19T22:47:41.504Z Downloaded winnow v0.5.40
12502026-05-19T22:47:41.543Z Downloaded ratatui v0.29.0
12512026-05-19T22:47:41.546Z Downloaded tracing v0.1.44
12522026-05-19T22:47:41.546Z Downloaded typify-impl v0.4.3
12532026-05-19T22:47:41.553Z Downloaded hickory-proto v0.26.1
12542026-05-19T22:47:41.559Z Downloaded nix v0.29.0
12552026-05-19T22:47:41.565Z Downloaded smoltcp v0.9.1
12562026-05-19T22:47:41.571Z Downloaded nix v0.28.0
12572026-05-19T22:47:41.578Z Downloaded openssl v0.10.79
12582026-05-19T22:47:41.582Z Downloaded csv v1.4.0
12592026-05-19T22:47:41.594Z Downloaded regex-syntax v0.6.29
12602026-05-19T22:47:41.597Z Downloaded object v0.37.3
12612026-05-19T22:47:41.603Z Downloaded bstr v1.12.1
12622026-05-19T22:47:41.608Z Downloaded sled v0.34.7
12632026-05-19T22:47:41.613Z Downloaded nix v0.31.2
12642026-05-19T22:47:41.622Z Downloaded webpki-roots v1.0.6
12652026-05-19T22:47:41.631Z Downloaded openapiv3 v2.2.0
12662026-05-19T22:47:41.636Z Downloaded libz-sys v1.1.24
12672026-05-19T22:47:41.650Z Downloaded zlib-rs v0.6.2
12682026-05-19T22:47:41.664Z Downloaded zerocopy v0.8.40
12692026-05-19T22:47:41.670Z Downloaded regress v0.11.1
12702026-05-19T22:47:41.675Z Downloaded regex-syntax v0.8.10
12712026-05-19T22:47:41.681Z Downloaded rustls v0.22.4
12722026-05-19T22:47:41.688Z Downloaded regress v0.10.5
12732026-05-19T22:47:41.719Z Downloaded rustix v0.38.44
12742026-05-19T22:47:41.739Z Downloaded encoding_rs v0.8.35
12752026-05-19T22:47:41.760Z Downloaded ring v0.17.14
12762026-05-19T22:47:41.791Z Downloaded sqlparser v0.61.0
12772026-05-19T22:47:41.795Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-05-19T22:47:41.833Z Downloaded typify-impl v0.6.2
12792026-05-19T22:47:41.842Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-19T22:47:41.876Z Downloaded regex-automata v0.4.14
12812026-05-19T22:47:41.886Z Downloaded zerocopy-derive v0.6.6
12822026-05-19T22:47:41.923Z Downloaded jiff v0.2.21
12832026-05-19T22:47:41.933Z Downloaded petgraph v0.6.5
12842026-05-19T22:47:41.953Z Downloaded chrono-tz v0.10.4
12852026-05-19T22:47:41.963Z Downloaded petgraph v0.8.3
12862026-05-19T22:47:41.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-05-19T22:47:41.991Z Downloaded sha3 v0.10.8
12882026-05-19T22:47:41.994Z Downloaded tokio v1.52.1
12892026-05-19T22:47:42.561Z Downloaded aws-lc-sys v0.40.0
12902026-05-19T22:47:42.821Z Compiling libc v0.2.185
12912026-05-19T22:47:42.822Z Compiling serde v1.0.228
12922026-05-19T22:47:42.825Z Compiling log v0.4.29
12932026-05-19T22:47:42.825Z Compiling find-msvc-tools v0.1.9
12942026-05-19T22:47:42.825Z Compiling shlex v1.3.0
12952026-05-19T22:47:42.825Z Compiling smallvec v1.15.1
12962026-05-19T22:47:42.825Z Compiling typenum v1.19.0
12972026-05-19T22:47:42.825Z Compiling subtle v2.6.1
12982026-05-19T22:47:42.825Z Compiling generic-array v0.14.7
12992026-05-19T22:47:42.825Z Compiling scopeguard v1.2.0
13002026-05-19T22:47:43.049Z Compiling const-oid v0.9.6
13012026-05-19T22:47:43.060Z Compiling serde_json v1.0.149
13022026-05-19T22:47:43.075Z Compiling syn v2.0.117
13032026-05-19T22:47:43.089Z Compiling zerocopy v0.8.40
13042026-05-19T22:47:43.092Z Compiling pin-project-lite v0.2.17
13052026-05-19T22:47:43.092Z Compiling portable-atomic v1.13.1
13062026-05-19T22:47:43.147Z Compiling lock_api v0.4.14
13072026-05-19T22:47:43.162Z Compiling parking_lot_core v0.9.12
13082026-05-19T22:47:43.165Z Compiling pkg-config v0.3.32
13092026-05-19T22:47:43.190Z Compiling bitflags v2.11.0
13102026-05-19T22:47:43.207Z Compiling libm v0.2.16
13112026-05-19T22:47:43.236Z Compiling critical-section v1.2.0
13122026-05-19T22:47:43.396Z Compiling futures-core v0.3.32
13132026-05-19T22:47:43.412Z Compiling num-traits v0.2.19
13142026-05-19T22:47:43.467Z Compiling percent-encoding v2.3.2
13152026-05-19T22:47:43.497Z Compiling rand_core v0.10.0
13162026-05-19T22:47:43.497Z Compiling futures-sink v0.3.32
13172026-05-19T22:47:43.557Z Compiling getrandom v0.4.1
13182026-05-19T22:47:43.588Z Compiling slab v0.4.12
13192026-05-19T22:47:43.588Z Compiling futures-task v0.3.32
13202026-05-19T22:47:43.673Z Compiling futures-channel v0.3.32
13212026-05-19T22:47:43.702Z Compiling futures-io v0.3.32
13222026-05-19T22:47:43.705Z Compiling cpufeatures v0.2.17
13232026-05-19T22:47:43.746Z Compiling indexmap v2.14.0
13242026-05-19T22:47:43.771Z Compiling getrandom v0.3.4
13252026-05-19T22:47:43.801Z Compiling rustversion v1.0.22
13262026-05-19T22:47:43.801Z Compiling form_urlencoded v1.2.2
13272026-05-19T22:47:43.830Z Compiling dunce v1.0.5
13282026-05-19T22:47:43.857Z Compiling fs_extra v1.3.0
13292026-05-19T22:47:43.871Z Compiling ident_case v1.0.1
13302026-05-19T22:47:43.901Z Compiling base64ct v1.8.3
13312026-05-19T22:47:43.931Z Compiling iana-time-zone v0.1.65
13322026-05-19T22:47:43.945Z Compiling regex-syntax v0.8.10
13332026-05-19T22:47:43.961Z Compiling flagset v0.4.7
13342026-05-19T22:47:44.003Z Compiling getrandom v0.2.17
13352026-05-19T22:47:44.006Z Compiling jobserver v0.1.34
13362026-05-19T22:47:44.088Z Compiling errno v0.3.14
13372026-05-19T22:47:44.118Z Compiling mio v1.2.0
13382026-05-19T22:47:44.139Z Compiling rand_core v0.6.4
13392026-05-19T22:47:44.143Z Compiling socket2 v0.6.3
13402026-05-19T22:47:44.204Z Compiling signal-hook-registry v1.4.8
13412026-05-19T22:47:44.248Z Compiling cc v1.2.56
13422026-05-19T22:47:44.251Z Compiling once_cell v1.21.3
13432026-05-19T22:47:44.301Z Compiling parking_lot v0.12.5
13442026-05-19T22:47:44.422Z Compiling pem-rfc7468 v0.7.0
13452026-05-19T22:47:44.422Z Compiling rustix v1.1.3
13462026-05-19T22:47:44.464Z Compiling aws-lc-rs v1.16.3
13472026-05-19T22:47:44.496Z Compiling vcpkg v0.2.15
13482026-05-19T22:47:44.510Z Compiling tracing-core v0.1.36
13492026-05-19T22:47:44.577Z Compiling uuid v1.23.0
13502026-05-19T22:47:44.600Z Compiling rustc_version v0.4.1
13512026-05-19T22:47:44.603Z Compiling base64 v0.22.1
13522026-05-19T22:47:44.688Z Compiling rand_core v0.9.5
13532026-05-19T22:47:44.754Z Compiling httparse v1.10.1
13542026-05-19T22:47:44.771Z Compiling openssl-probe v0.2.1
13552026-05-19T22:47:44.786Z Compiling untrusted v0.7.1
13562026-05-19T22:47:44.804Z Compiling untrusted v0.9.0
13572026-05-19T22:47:45.924Z Compiling tinyvec_macros v0.1.1
13582026-05-19T22:47:45.927Z Compiling aho-corasick v1.1.4
13592026-05-19T22:47:45.927Z Compiling dyn-clone v1.0.20
13602026-05-19T22:47:45.927Z Compiling cmake v0.1.57
13612026-05-19T22:47:45.927Z Compiling atomic-waker v1.1.2
13622026-05-19T22:47:45.927Z Compiling tinyvec v1.10.0
13632026-05-19T22:47:45.927Z Compiling tower-layer v0.3.3
13642026-05-19T22:47:45.927Z Compiling rustls v0.23.37
13652026-05-19T22:47:45.927Z Compiling try-lock v0.2.5
13662026-05-19T22:47:45.927Z Compiling tower-service v0.3.3
13672026-05-19T22:47:45.928Z Compiling schemars v0.8.22
13682026-05-19T22:47:45.928Z Compiling httpdate v1.0.3
13692026-05-19T22:47:45.928Z Compiling want v0.3.1
13702026-05-19T22:47:45.928Z Compiling openssl v0.10.79
13712026-05-19T22:47:45.928Z Compiling pin-utils v0.1.0
13722026-05-19T22:47:45.928Z Compiling foreign-types-shared v0.1.1
13732026-05-19T22:47:45.928Z Compiling spin v0.9.8
13742026-05-19T22:47:45.928Z Compiling powerfmt v0.2.0
13752026-05-19T22:47:45.928Z Compiling num-conv v0.2.0
13762026-05-19T22:47:45.928Z Compiling foreign-types v0.3.2
13772026-05-19T22:47:45.928Z Compiling unicode-normalization v0.1.25
13782026-05-19T22:47:45.928Z Compiling native-tls v0.2.18
13792026-05-19T22:47:45.928Z Compiling time-core v0.1.8
13802026-05-19T22:47:45.928Z Compiling crc32fast v1.5.0
13812026-05-19T22:47:45.928Z Compiling wait-timeout v0.2.1
13822026-05-19T22:47:45.928Z Compiling deranged v0.5.8
13832026-05-19T22:47:45.928Z Compiling sync_wrapper v1.0.2
13842026-05-19T22:47:45.928Z Compiling siphasher v1.0.2
13852026-05-19T22:47:45.928Z Compiling num_threads v0.1.7
13862026-05-19T22:47:45.928Z Compiling syn v1.0.109
13872026-05-19T22:47:45.928Z Compiling usdt-impl v0.6.0
13882026-05-19T22:47:45.928Z Compiling time-macros v0.2.27
13892026-05-19T22:47:45.928Z Compiling simd-adler32 v0.3.8
13902026-05-19T22:47:45.928Z Compiling quick-error v1.2.3
13912026-05-19T22:47:45.928Z Compiling bit-vec v0.8.0
13922026-05-19T22:47:45.928Z Compiling crossbeam-utils v0.8.21
13932026-05-19T22:47:45.928Z Compiling slog v2.8.2
13942026-05-19T22:47:45.928Z Compiling heapless v0.7.17
13952026-05-19T22:47:45.928Z Compiling regex-automata v0.4.14
13962026-05-19T22:47:45.928Z Compiling aws-lc-sys v0.40.0
13972026-05-19T22:47:45.928Z Compiling ring v0.17.14
13982026-05-19T22:47:45.928Z Compiling openssl-sys v0.9.115
13992026-05-19T22:47:45.928Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-19T22:47:45.932Z Compiling synstructure v0.13.2
14012026-05-19T22:47:45.953Z Compiling serde_derive_internals v0.29.1
14022026-05-19T22:47:45.966Z Compiling pest_generator v2.8.6
14032026-05-19T22:47:46.000Z Compiling darling_core v0.20.11
14042026-05-19T22:47:46.014Z Compiling tempfile v3.25.0
14052026-05-19T22:47:46.374Z Compiling rusty-fork v0.3.1
14062026-05-19T22:47:46.406Z Compiling darling_core v0.21.3
14072026-05-19T22:47:46.420Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-05-19T22:47:46.504Z Compiling bit-set v0.8.0
14092026-05-19T22:47:46.594Z Compiling rand_xorshift v0.4.0
14102026-05-19T22:47:46.687Z Compiling thread-id v5.1.0
14112026-05-19T22:47:46.722Z Compiling cookie v0.18.1
14122026-05-19T22:47:46.736Z Compiling unarray v0.1.4
14132026-05-19T22:47:46.761Z Compiling ryu v1.0.23
14142026-05-19T22:47:46.775Z Compiling time v0.3.47
14152026-05-19T22:47:46.791Z Compiling paste v1.0.15
14162026-05-19T22:47:46.794Z Compiling zstd-safe v7.2.4
14172026-05-19T22:47:46.818Z Compiling adler2 v2.0.1
14182026-05-19T22:47:46.862Z Compiling unicode-properties v0.1.4
14192026-05-19T22:47:46.925Z Compiling signal-hook v0.3.18
14202026-05-19T22:47:46.960Z Compiling unicode-bidi v0.3.18
14212026-05-19T22:47:46.974Z Compiling iri-string v0.7.10
14222026-05-19T22:47:46.989Z Compiling anyhow v1.0.102
14232026-05-19T22:47:47.022Z Compiling allocator-api2 v0.2.21
14242026-05-19T22:47:47.140Z Compiling miniz_oxide v0.8.9
14252026-05-19T22:47:47.370Z Compiling stringprep v0.1.5
14262026-05-19T22:47:47.607Z Compiling vergen-lib v0.1.6
14272026-05-19T22:47:47.622Z Compiling num-integer v0.1.46
14282026-05-19T22:47:47.739Z Compiling curve25519-dalek v4.1.3
14292026-05-19T22:47:47.793Z Compiling ff v0.13.1
14302026-05-19T22:47:47.796Z Compiling serde_derive v1.0.228
14312026-05-19T22:47:47.820Z Compiling zeroize_derive v1.4.3
14322026-05-19T22:47:47.848Z Compiling zerofrom-derive v0.1.6
14332026-05-19T22:47:47.946Z Compiling yoke-derive v0.8.1
14342026-05-19T22:47:47.976Z Compiling zerovec-derive v0.11.2
14352026-05-19T22:47:48.100Z Compiling zerocopy-derive v0.8.40
14362026-05-19T22:47:48.121Z Compiling displaydoc v0.2.5
14372026-05-19T22:47:48.432Z Compiling tokio-macros v2.7.0
14382026-05-19T22:47:48.479Z Compiling futures-macro v0.3.32
14392026-05-19T22:47:48.520Z Compiling zeroize v1.8.2
14402026-05-19T22:47:48.557Z Compiling der_derive v0.7.3
14412026-05-19T22:47:48.905Z Compiling rustls-pki-types v1.14.0
14422026-05-19T22:47:49.058Z Compiling tracing-attributes v0.1.31
14432026-05-19T22:47:49.181Z Compiling thiserror-impl v2.0.18
14442026-05-19T22:47:49.225Z Compiling schemars_derive v0.8.22
14452026-05-19T22:47:49.226Z Compiling scroll_derive v0.13.1
14462026-05-19T22:47:49.313Z Compiling crypto-common v0.1.7
14472026-05-19T22:47:49.314Z Compiling zerofrom v0.1.6
14482026-05-19T22:47:49.330Z Compiling block-buffer v0.10.4
14492026-05-19T22:47:49.381Z Compiling futures-util v0.3.32
14502026-05-19T22:47:49.459Z Compiling yoke v0.8.1
14512026-05-19T22:47:49.468Z Compiling digest v0.10.7
14522026-05-19T22:47:49.521Z Compiling block-padding v0.3.3
14532026-05-19T22:47:49.580Z Compiling der v0.7.10
14542026-05-19T22:47:49.660Z Compiling zerovec v0.11.5
14552026-05-19T22:47:49.700Z Compiling zerotrie v0.2.3
14562026-05-19T22:47:49.728Z Compiling hmac v0.12.1
14572026-05-19T22:47:49.905Z Compiling inout v0.1.4
14582026-05-19T22:47:50.012Z Compiling sha2 v0.10.9
14592026-05-19T22:47:50.053Z Compiling cipher v0.4.4
14602026-05-19T22:47:50.067Z Compiling pbkdf2 v0.12.2
14612026-05-19T22:47:50.080Z Compiling pest_derive v2.8.6
14622026-05-19T22:47:50.166Z Compiling tinystr v0.8.2
14632026-05-19T22:47:50.194Z Compiling potential_utf v0.1.4
14642026-05-19T22:47:50.323Z Compiling icu_collections v2.1.1
14652026-05-19T22:47:50.383Z Compiling icu_locale_core v2.1.1
14662026-05-19T22:47:50.398Z Compiling spki v0.7.3
14672026-05-19T22:47:50.412Z Compiling salsa20 v0.10.2
14682026-05-19T22:47:50.509Z Compiling tracing v0.1.44
14692026-05-19T22:47:50.556Z Compiling scrypt v0.11.0
14702026-05-19T22:47:50.578Z Compiling thiserror v2.0.18
14712026-05-19T22:47:50.604Z Compiling aes v0.8.4
14722026-05-19T22:47:50.618Z Compiling cbc v0.1.2
14732026-05-19T22:47:50.678Z Compiling scroll v0.13.0
14742026-05-19T22:47:50.802Z Compiling darling_macro v0.20.11
14752026-05-19T22:47:50.809Z Compiling openssl-macros v0.1.1
14762026-05-19T22:47:50.809Z Compiling rustls-native-certs v0.8.3
14772026-05-19T22:47:50.831Z Compiling dtrace-parser v0.3.0
14782026-05-19T22:47:50.841Z Compiling signature v2.2.0
14792026-05-19T22:47:50.952Z Compiling goblin v0.10.5
14802026-05-19T22:47:51.039Z Compiling icu_provider v2.1.1
14812026-05-19T22:47:51.118Z Compiling pkcs5 v0.7.1
14822026-05-19T22:47:51.334Z Compiling icu_normalizer v2.1.1
14832026-05-19T22:47:51.348Z Compiling icu_properties v2.1.2
14842026-05-19T22:47:51.365Z Compiling bytes v1.11.1
14852026-05-19T22:47:51.437Z Compiling chrono v0.4.44
14862026-05-19T22:47:51.457Z Compiling pkcs8 v0.10.2
14872026-05-19T22:47:51.505Z Compiling ipnet v2.11.0
14882026-05-19T22:47:51.635Z Compiling darling v0.20.11
14892026-05-19T22:47:51.659Z Compiling webpki-roots v1.0.6
14902026-05-19T22:47:51.723Z Compiling derive_builder_core v0.20.2
14912026-05-19T22:47:51.741Z Compiling scroll_derive v0.12.1
14922026-05-19T22:47:51.771Z Compiling thiserror-impl v1.0.69
14932026-05-19T22:47:51.793Z Compiling erased-serde v0.3.31
14942026-05-19T22:47:51.805Z Compiling serde_urlencoded v0.7.1
14952026-05-19T22:47:51.903Z Compiling tokio v1.52.1
14962026-05-19T22:47:52.017Z Compiling http v1.4.0
14972026-05-19T22:47:52.037Z Compiling serde_tokenstream v0.2.3
14982026-05-19T22:47:52.064Z Compiling serde_spanned v0.6.9
14992026-05-19T22:47:52.222Z Compiling idna_adapter v1.2.1
15002026-05-19T22:47:52.293Z Compiling toml_datetime v0.6.11
15012026-05-19T22:47:52.360Z Compiling idna v1.1.0
15022026-05-19T22:47:52.383Z Compiling md-5 v0.10.6
15032026-05-19T22:47:52.436Z Compiling scroll v0.12.0
15042026-05-19T22:47:52.490Z Compiling darling_macro v0.21.3
15052026-05-19T22:47:52.568Z Compiling ppv-lite86 v0.2.21
15062026-05-19T22:47:52.582Z Compiling bstr v1.12.1
15072026-05-19T22:47:52.637Z Compiling derive_builder_macro v0.20.2
15082026-05-19T22:47:52.700Z Compiling url v2.5.8
15092026-05-19T22:47:52.724Z Compiling http-body v1.0.1
15102026-05-19T22:47:52.869Z Compiling rand_chacha v0.9.0
15112026-05-19T22:47:52.897Z Compiling http-body-util v0.1.3
15122026-05-19T22:47:52.910Z Compiling rand_chacha v0.3.1
15132026-05-19T22:47:52.967Z Compiling zerocopy-derive v0.7.35
15142026-05-19T22:47:52.996Z Compiling pin-project-internal v1.1.11
15152026-05-19T22:47:53.040Z Compiling async-trait v0.1.89
15162026-05-19T22:47:53.098Z Compiling rand v0.9.2
15172026-05-19T22:47:53.130Z Compiling thiserror v1.0.69
15182026-05-19T22:47:53.166Z Compiling hash32 v0.2.1
15192026-05-19T22:47:53.266Z Compiling memoffset v0.9.1
15202026-05-19T22:47:53.368Z Compiling fallible-iterator v0.2.0
15212026-05-19T22:47:53.477Z Compiling ref-cast v1.0.25
15222026-05-19T22:47:53.589Z Compiling litrs v1.0.0
15232026-05-19T22:47:53.606Z Compiling rustix v0.38.44
15242026-05-19T22:47:53.719Z Compiling dof v0.4.0
15252026-05-19T22:47:53.752Z Compiling proptest v1.10.0
15262026-05-19T22:47:53.814Z Compiling psl-types v2.0.11
15272026-05-19T22:47:53.863Z Compiling cfg_aliases v0.2.1
15282026-05-19T22:47:53.878Z Compiling num-bigint-dig v0.8.6
15292026-05-19T22:47:53.935Z Compiling smoltcp v0.9.1
15302026-05-19T22:47:53.951Z Compiling base16ct v0.2.0
15312026-05-19T22:47:53.957Z Compiling zlib-rs v0.6.2
15322026-05-19T22:47:54.080Z Compiling ipnetwork v0.21.1
15332026-05-19T22:47:54.109Z Compiling sec1 v0.7.3
15342026-05-19T22:47:54.123Z Compiling document-features v0.2.12
15352026-05-19T22:47:54.138Z Compiling nix v0.31.2
15362026-05-19T22:47:54.157Z Compiling publicsuffix v2.3.0
15372026-05-19T22:47:54.170Z Compiling pin-project v1.1.11
15382026-05-19T22:47:54.278Z Compiling zerocopy v0.7.35
15392026-05-19T22:47:54.315Z Compiling oxnet v0.1.4
15402026-05-19T22:47:54.345Z Compiling postgres-protocol v0.6.10
15412026-05-19T22:47:54.521Z Compiling rand v0.8.6
15422026-05-19T22:47:54.529Z Compiling derive_builder v0.20.2
15432026-05-19T22:47:54.608Z Compiling darling v0.21.3
15442026-05-19T22:47:54.682Z Compiling goblin v0.8.2
15452026-05-19T22:47:54.730Z Compiling hubpack_derive v0.1.1
15462026-05-19T22:47:54.736Z Compiling futures-executor v0.3.32
15472026-05-19T22:47:54.819Z Compiling cargo-platform v0.1.9
15482026-05-19T22:47:54.843Z Compiling hex v0.4.3
15492026-05-19T22:47:54.878Z Compiling hkdf v0.12.4
15502026-05-19T22:47:54.908Z Compiling crypto-bigint v0.5.5
15512026-05-19T22:47:54.919Z Compiling regex v1.12.3
15522026-05-19T22:47:55.110Z Compiling group v0.13.0
15532026-05-19T22:47:55.121Z Compiling num-iter v0.1.45
15542026-05-19T22:47:55.135Z Compiling strum_macros v0.27.2
15552026-05-19T22:47:55.165Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-19T22:47:55.179Z Compiling daft-derive v0.1.7
15572026-05-19T22:47:55.221Z Compiling ref-cast-impl v1.0.25
15582026-05-19T22:47:55.255Z Compiling snafu-derive v0.8.9
15592026-05-19T22:47:55.376Z Compiling terminal_size v0.4.3
15602026-05-19T22:47:55.566Z Compiling phf_shared v0.13.1
15612026-05-19T22:47:55.658Z Compiling tokio-util v0.7.18
15622026-05-19T22:47:55.671Z Compiling tower v0.5.3
15632026-05-19T22:47:55.679Z Compiling tokio-native-tls v0.3.1
15642026-05-19T22:47:55.792Z Compiling lazy_static v1.5.0
15652026-05-19T22:47:55.806Z Compiling vergen v9.0.6
15662026-05-19T22:47:55.868Z Compiling fs-err v3.3.0
15672026-05-19T22:47:55.909Z Compiling ahash v0.8.12
15682026-05-19T22:47:55.909Z Compiling encoding_rs v0.8.35
15692026-05-19T22:47:55.909Z Compiling libbz2-rs-sys v0.2.2
15702026-05-19T22:47:55.992Z Compiling foldhash v0.1.5
15712026-05-19T22:47:56.036Z Compiling managed v0.8.0
15722026-05-19T22:47:56.078Z Compiling bumpalo v3.20.2
15732026-05-19T22:47:56.103Z Compiling tower-http v0.6.8
15742026-05-19T22:47:56.135Z Compiling newtype-uuid v1.3.2
15752026-05-19T22:47:56.168Z Compiling bitflags v1.3.2
15762026-05-19T22:47:56.299Z Compiling foldhash v0.2.0
15772026-05-19T22:47:56.338Z Compiling winnow v0.5.40
15782026-05-19T22:47:56.359Z Compiling unicode-segmentation v1.12.0
15792026-05-19T22:47:56.518Z Compiling h2 v0.4.13
15802026-05-19T22:47:56.558Z Compiling mime v0.3.17
15812026-05-19T22:47:56.577Z Compiling same-file v1.0.6
15822026-05-19T22:47:56.689Z Compiling cpufeatures v0.3.0
15832026-05-19T22:47:56.735Z Compiling object v0.37.3
15842026-05-19T22:47:56.753Z Compiling chacha20 v0.10.0
15852026-05-19T22:47:56.754Z Compiling walkdir v2.5.0
15862026-05-19T22:47:56.790Z Compiling clap_builder v4.5.60
15872026-05-19T22:47:56.832Z Compiling flate2 v1.1.9
15882026-05-19T22:47:57.076Z Compiling dof v0.3.0
15892026-05-19T22:47:57.100Z Compiling hashbrown v0.16.1
15902026-05-19T22:47:57.100Z Compiling daft v0.1.7
15912026-05-19T22:47:57.132Z Compiling bzip2 v0.6.1
15922026-05-19T22:47:57.191Z Compiling strum v0.27.2
15932026-05-19T22:47:57.255Z Compiling zopfli v0.8.3
15942026-05-19T22:47:57.299Z Compiling snafu v0.8.9
15952026-05-19T22:47:57.346Z Compiling hashbrown v0.15.5
15962026-05-19T22:47:57.443Z Compiling elliptic-curve v0.13.8
15972026-05-19T22:47:57.632Z Compiling toml_edit v0.19.15
15982026-05-19T22:47:57.713Z Compiling phf v0.13.1
15992026-05-19T22:47:57.758Z Compiling signal-hook-mio v0.2.5
16002026-05-19T22:47:57.820Z Compiling cargo_metadata v0.19.2
16012026-05-19T22:47:57.866Z Compiling cookie_store v0.22.1
16022026-05-19T22:47:57.890Z Compiling usdt-macro v0.6.0
16032026-05-19T22:47:57.911Z Compiling usdt-attr-macro v0.6.0
16042026-05-19T22:47:57.933Z Compiling hubpack v0.1.2
16052026-05-19T22:47:57.943Z Compiling bzip2 v0.4.4
16062026-05-19T22:47:58.028Z Compiling futures v0.3.32
16072026-05-19T22:47:58.128Z Compiling zstd v0.13.3
16082026-05-19T22:47:58.165Z Compiling serde_with_macros v3.17.0
16092026-05-19T22:47:58.174Z Compiling postgres-types v0.2.12
16102026-05-19T22:47:58.302Z Compiling dtrace-parser v0.2.0
16112026-05-19T22:47:58.397Z Compiling globset v0.4.18
16122026-05-19T22:47:58.553Z Compiling ed25519 v2.2.3
16132026-05-19T22:47:58.683Z Compiling pkcs1 v0.7.5
16142026-05-19T22:47:58.755Z Compiling serde-big-array v0.5.1
16152026-05-19T22:47:58.770Z Compiling olpc-cjson v0.1.4
16162026-05-19T22:47:58.913Z Compiling serde_plain v1.0.2
16172026-05-19T22:47:58.940Z Compiling rfc6979 v0.4.0
16182026-05-19T22:47:59.082Z Compiling serde_repr v0.1.20
16192026-05-19T22:47:59.098Z Compiling strum_macros v0.26.4
16202026-05-19T22:47:59.098Z Compiling enum-as-inner v0.6.1
16212026-05-19T22:47:59.129Z Compiling clap_derive v4.5.55
16222026-05-19T22:47:59.134Z Compiling async-recursion v1.1.1
16232026-05-19T22:47:59.189Z Compiling phf_shared v0.11.3
16242026-05-19T22:47:59.324Z Compiling float-cmp v0.10.0
16252026-05-19T22:47:59.358Z Compiling pem v3.0.6
16262026-05-19T22:47:59.395Z Compiling thread-id v4.2.2
16272026-05-19T22:47:59.483Z Compiling memmap2 v0.9.10
16282026-05-19T22:47:59.491Z Compiling hyper v1.8.1
16292026-05-19T22:47:59.497Z Compiling env_filter v1.0.0
16302026-05-19T22:47:59.651Z Compiling jiff v0.2.21
16312026-05-19T22:47:59.659Z Compiling normalize-line-endings v0.3.0
16322026-05-19T22:47:59.718Z Compiling keccak v0.1.6
16332026-05-19T22:47:59.731Z Compiling whoami v2.1.0
16342026-05-19T22:47:59.764Z Compiling new_debug_unreachable v1.0.6
16352026-05-19T22:47:59.827Z Compiling predicates-core v1.0.10
16362026-05-19T22:47:59.842Z Compiling data-encoding v2.10.0
16372026-05-19T22:47:59.859Z Compiling precomputed-hash v0.1.1
16382026-05-19T22:47:59.863Z Compiling either v1.15.0
16392026-05-19T22:47:59.962Z Compiling fixedbitset v0.5.7
16402026-05-19T22:48:00.045Z Compiling typed-path v0.9.3
16412026-05-19T22:48:00.094Z Compiling difflib v0.4.0
16422026-05-19T22:48:00.120Z Compiling static_assertions v1.1.0
16432026-05-19T22:48:00.211Z Compiling fixedbitset v0.4.2
16442026-05-19T22:48:00.278Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16452026-05-19T22:48:00.306Z Compiling petgraph v0.8.3
16462026-05-19T22:48:00.441Z Compiling petgraph v0.6.5
16472026-05-19T22:48:00.523Z Compiling predicates v3.1.4
16482026-05-19T22:48:00.549Z Compiling hickory-proto v0.25.2
16492026-05-19T22:48:00.563Z Compiling itertools v0.13.0
16502026-05-19T22:48:00.575Z Compiling hyper-util v0.1.20
16512026-05-19T22:48:00.681Z Compiling tokio-postgres v0.7.16
16522026-05-19T22:48:00.907Z Compiling strum v0.26.3
16532026-05-19T22:48:00.990Z Compiling clap v4.5.60
16542026-05-19T22:48:01.059Z Compiling string_cache v0.8.9
16552026-05-19T22:48:01.079Z Compiling sha3 v0.10.8
16562026-05-19T22:48:01.116Z Compiling toml_edit v0.22.27
16572026-05-19T22:48:01.238Z Compiling env_logger v0.11.9
16582026-05-19T22:48:01.264Z Compiling usdt v0.6.0
16592026-05-19T22:48:01.346Z Compiling usdt-impl v0.5.0
16602026-05-19T22:48:01.553Z Compiling serde_with v3.17.0
16612026-05-19T22:48:01.597Z Compiling crossterm v0.28.1
16622026-05-19T22:48:01.625Z Compiling ecdsa v0.16.9
16632026-05-19T22:48:01.843Z Compiling toml v0.7.8
16642026-05-19T22:48:01.962Z Compiling rsa v0.9.10
16652026-05-19T22:48:02.010Z Compiling hyper-tls v0.6.0
16662026-05-19T22:48:02.040Z Compiling ed25519-dalek v2.2.0
16672026-05-19T22:48:02.328Z Compiling zip v4.6.1
16682026-05-19T22:48:02.471Z Compiling zip v0.6.6
16692026-05-19T22:48:02.688Z Compiling iddqd v0.4.1
16702026-05-19T22:48:03.126Z Compiling rand v0.10.0
16712026-05-19T22:48:03.138Z Compiling heck v0.4.1
16722026-05-19T22:48:03.160Z Compiling similar v2.7.0
16732026-05-19T22:48:03.194Z Compiling tokio-stream v0.1.18
16742026-05-19T22:48:03.213Z Compiling toml_parser v1.0.9+spec-1.1.0
16752026-05-19T22:48:03.432Z Compiling buf-list v1.1.2
16762026-05-19T22:48:03.442Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16772026-05-19T22:48:03.442Z Compiling openapiv3 v2.2.0
16782026-05-19T22:48:03.608Z Compiling x509-cert v0.2.5
16792026-05-19T22:48:03.640Z Compiling sha1 v0.10.6
16802026-05-19T22:48:03.702Z Compiling crossbeam-epoch v0.9.18
16812026-05-19T22:48:03.841Z Compiling toml_datetime v0.7.5+spec-1.1.0
16822026-05-19T22:48:03.866Z Compiling lalrpop-util v0.19.12
16832026-05-19T22:48:03.882Z Compiling peg-runtime v0.8.5
16842026-05-19T22:48:03.931Z Compiling thread_local v1.1.9
16852026-05-19T22:48:03.983Z Compiling slog-async v2.8.0
16862026-05-19T22:48:04.044Z Compiling crossbeam-channel v0.5.15
16872026-05-19T22:48:04.044Z Compiling filetime v0.2.27
16882026-05-19T22:48:04.124Z Compiling is-terminal v0.4.17
16892026-05-19T22:48:04.124Z Compiling xattr v1.6.1
16902026-05-19T22:48:04.124Z Compiling take_mut v0.2.2
16912026-05-19T22:48:04.205Z Compiling term v1.2.1
16922026-05-19T22:48:04.296Z Compiling tar v0.4.45
16932026-05-19T22:48:04.450Z Compiling slog-term v2.9.2
16942026-05-19T22:48:22.052Z Compiling rustls-webpki v0.103.9
16952026-05-19T22:48:24.813Z Compiling tokio-rustls v0.26.4
16962026-05-19T22:48:24.813Z Compiling rustls-platform-verifier v0.6.2
16972026-05-19T22:48:25.018Z Compiling hyper-rustls v0.27.7
16982026-05-19T22:48:25.207Z Compiling reqwest v0.12.28
16992026-05-19T22:48:25.207Z Compiling reqwest v0.13.2
17002026-05-19T22:48:26.432Z Compiling tough v0.22.0
17012026-05-19T22:48:28.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-05-19T22:48:29.163Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-05-19T22:48:31.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.55s
17042026-05-19T22:48:32.117Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17052026-05-19T22:48:32.172ZMay 19 22:48:31.859 INFO Starting download, target: Cockroach
17062026-05-19T22:48:32.172ZMay 19 22:48:31.860 INFO Starting download, target: Clickhouse
17072026-05-19T22:48:32.172ZMay 19 22:48:31.860 INFO Starting download, target: Console
17082026-05-19T22:48:32.175ZMay 19 22:48:31.860 INFO Starting download, target: DendriteStub
17092026-05-19T22:48:32.175ZMay 19 22:48:31.860 INFO Starting download, target: MaghemiteMgd
17102026-05-19T22:48:32.175ZMay 19 22:48:31.860 INFO Starting download, target: TransceiverControl
17112026-05-19T22:48:32.175ZMay 19 22:48:31.860 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-05-19T22:48:32.176ZMay 19 22:48:31.860 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17132026-05-19T22:48:32.176ZMay 19 22:48:31.860 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-05-19T22:48:32.176ZMay 19 22:48:31.860 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17152026-05-19T22:48:32.176ZMay 19 22:48:31.860 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-05-19T22:48:32.176ZMay 19 22:48:31.860 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-05-19T22:48:33.245ZMay 19 22:48:32.912 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17182026-05-19T22:48:33.433ZMay 19 22:48:33.099 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-05-19T22:48:33.480ZMay 19 22:48:33.155 INFO Download complete, target: Console
17202026-05-19T22:48:33.628ZMay 19 22:48:33.308 INFO Download complete, target: TransceiverControl
17212026-05-19T22:48:34.562ZMay 19 22:48:34.241 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-05-19T22:48:35.615ZMay 19 22:48:35.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-05-19T22:48:35.939ZMay 19 22:48:35.613 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17242026-05-19T22:48:36.438ZMay 19 22:48:36.125 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17252026-05-19T22:48:36.438ZMay 19 22:48:36.125 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17262026-05-19T22:48:37.955ZMay 19 22:48:37.642 INFO Download complete, target: DendriteStub
17272026-05-19T22:48:38.349ZMay 19 22:48:38.035 INFO Download complete, target: MaghemiteMgd
17282026-05-19T22:48:41.204ZMay 19 22:48:40.883 INFO Checking that binary works, target: Cockroach
17292026-05-19T22:48:41.405ZMay 19 22:48:41.086 INFO Checking that binary works, target: Clickhouse
17302026-05-19T22:48:41.423ZMay 19 22:48:41.111 INFO Download complete, target: Cockroach
17312026-05-19T22:48:41.556ZMay 19 22:48:41.242 INFO Download complete, target: Clickhouse
17322026-05-19T22:48:41.561ZAll prerequisites installed successfully
17332026-05-19T22:48:41.566Z
17342026-05-19T22:48:41.567Zreal 2:05.036164766
17352026-05-19T22:48:41.567Zuser 6:55.611613112
17362026-05-19T22:48:41.567Zsys 1:41.952731738
17372026-05-19T22:48:41.567Ztrap 0.238431911
17382026-05-19T22:48:41.567Ztflt 2.806575374
17392026-05-19T22:48:41.567Zdflt 2.868384701
17402026-05-19T22:48:41.567Zkflt 0.062748710
17412026-05-19T22:48:41.567Zlock 22:45.035269329
17422026-05-19T22:48:41.567Zslp 19:26.030996092
17432026-05-19T22:48:41.567Zlat 21.471340026
17442026-05-19T22:48:41.567Zstop 2:48.022266123
17452026-05-19T22:48:41.567Z+ ptime -m cargo xtask download softnpu
17462026-05-19T22:48:42.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17472026-05-19T22:48:42.270Z Running `target/debug/xtask download softnpu`
17482026-05-19T22:48:42.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17492026-05-19T22:48:43.008Z Running `target/debug/xtask-downloader softnpu`
17502026-05-19T22:48:43.043ZMay 19 22:48:42.718 INFO Starting download, target: Softnpu
17512026-05-19T22:48:43.062ZMay 19 22:48:42.718 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-05-19T22:48:45.459ZMay 19 22:48:45.120 INFO Download complete, target: Softnpu
17532026-05-19T22:48:45.536Z
17542026-05-19T22:48:45.536Zreal 3.869411815
17552026-05-19T22:48:45.536Zuser 1.386501215
17562026-05-19T22:48:45.536Zsys 0.691872413
17572026-05-19T22:48:45.537Ztrap 0.001371320
17582026-05-19T22:48:45.537Ztflt 0.000092150
17592026-05-19T22:48:45.537Zdflt 0.000310180
17602026-05-19T22:48:45.537Zkflt 0.000002080
17612026-05-19T22:48:45.537Zlock 47.931772070
17622026-05-19T22:48:45.537Zslp 2.243633885
17632026-05-19T22:48:45.537Zlat 0.111717373
17642026-05-19T22:48:45.538Zstop 0.000268500
17652026-05-19T22:48:45.538Z+ export CARGO_INCREMENTAL=0
17662026-05-19T22:48:45.538Z+ CARGO_INCREMENTAL=0
17672026-05-19T22:48:45.538Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-05-19T22:48:46.366Z Compiling proc-macro2 v1.0.106
17692026-05-19T22:48:46.366Z Compiling quote v1.0.45
17702026-05-19T22:48:46.366Z Compiling unicode-ident v1.0.24
17712026-05-19T22:48:46.366Z Compiling libc v0.2.185
17722026-05-19T22:48:46.366Z Compiling serde_core v1.0.228
17732026-05-19T22:48:46.384Z Compiling serde v1.0.228
17742026-05-19T22:48:46.384Z Compiling cfg-if v1.0.4
17752026-05-19T22:48:46.514Z Compiling version_check v0.9.5
17762026-05-19T22:48:46.521Z Compiling shlex v1.3.0
17772026-05-19T22:48:46.521Z Compiling find-msvc-tools v0.1.9
17782026-05-19T22:48:46.521Z Compiling typenum v1.19.0
17792026-05-19T22:48:46.521Z Compiling zmij v1.0.21
17802026-05-19T22:48:46.521Z Compiling autocfg v1.5.0
17812026-05-19T22:48:46.522Z Compiling serde_json v1.0.149
17822026-05-19T22:48:46.522Z Compiling memchr v2.8.0
17832026-05-19T22:48:46.647Z Compiling portable-atomic v1.13.1
17842026-05-19T22:48:46.764Z Compiling libm v0.2.16
17852026-05-19T22:48:46.792Z Compiling zerocopy v0.8.40
17862026-05-19T22:48:46.889Z Compiling smallvec v1.15.1
17872026-05-19T22:48:46.933Z Compiling parking_lot_core v0.9.12
17882026-05-19T22:48:46.949Z Compiling generic-array v0.14.7
17892026-05-19T22:48:46.964Z Compiling icu_properties_data v2.1.2
17902026-05-19T22:48:47.013Z Compiling icu_normalizer_data v2.1.1
17912026-05-19T22:48:47.013Z Compiling itoa v1.0.17
17922026-05-19T22:48:47.129Z Compiling getrandom v0.4.1
17932026-05-19T22:48:47.151Z Compiling num-traits v0.2.19
17942026-05-19T22:48:47.201Z Compiling log v0.4.29
17952026-05-19T22:48:47.219Z Compiling stable_deref_trait v1.2.1
17962026-05-19T22:48:47.247Z Compiling pkg-config v0.3.32
17972026-05-19T22:48:47.251Z Compiling subtle v2.6.1
17982026-05-19T22:48:47.428Z Compiling scopeguard v1.2.0
17992026-05-19T22:48:47.477Z Compiling litemap v0.8.1
18002026-05-19T22:48:47.480Z Compiling writeable v0.6.2
18012026-05-19T22:48:47.534Z Compiling jobserver v0.1.34
18022026-05-19T22:48:47.537Z Compiling getrandom v0.2.17
18032026-05-19T22:48:47.592Z Compiling errno v0.3.14
18042026-05-19T22:48:47.659Z Compiling lock_api v0.4.14
18052026-05-19T22:48:47.736Z Compiling rand_core v0.6.4
18062026-05-19T22:48:47.753Z Compiling cc v1.2.56
18072026-05-19T22:48:47.785Z Compiling percent-encoding v2.3.2
18082026-05-19T22:48:47.850Z Compiling fnv v1.0.7
18092026-05-19T22:48:47.883Z Compiling syn v2.0.117
18102026-05-19T22:48:47.898Z Compiling pin-project-lite v0.2.17
18112026-05-19T22:48:47.970Z Compiling thiserror v2.0.18
18122026-05-19T22:48:48.036Z Compiling getrandom v0.3.4
18132026-05-19T22:48:48.042Z Compiling dunce v1.0.5
18142026-05-19T22:48:48.109Z Compiling fs_extra v1.3.0
18152026-05-19T22:48:48.112Z Compiling equivalent v1.0.2
18162026-05-19T22:48:48.123Z Compiling rand_core v0.10.0
18172026-05-19T22:48:48.173Z Compiling rustversion v1.0.22
18182026-05-19T22:48:48.176Z Compiling utf8_iter v1.0.4
18192026-05-19T22:48:48.201Z Compiling schemars v0.8.22
18202026-05-19T22:48:48.293Z Compiling form_urlencoded v1.2.2
18212026-05-19T22:48:48.366Z Compiling critical-section v1.2.0
18222026-05-19T22:48:48.431Z Compiling signal-hook-registry v1.4.8
18232026-05-19T22:48:48.461Z Compiling rustix v1.1.3
18242026-05-19T22:48:48.494Z Compiling cmake v0.1.57
18252026-05-19T22:48:48.546Z Compiling hashbrown v0.17.0
18262026-05-19T22:48:48.584Z Compiling socket2 v0.6.3
18272026-05-19T22:48:48.635Z Compiling parking_lot v0.12.5
18282026-05-19T22:48:48.798Z Compiling once_cell v1.21.3
18292026-05-19T22:48:48.813Z Compiling mio v1.2.0
18302026-05-19T22:48:48.861Z Compiling const-oid v0.9.6
18312026-05-19T22:48:48.952Z Compiling semver v1.0.28
18322026-05-19T22:48:49.086Z Compiling bitflags v2.11.0
18332026-05-19T22:48:49.094Z Compiling ring v0.17.14
18342026-05-19T22:48:49.094Z Compiling aws-lc-sys v0.40.0
18352026-05-19T22:48:49.094Z Compiling indexmap v2.14.0
18362026-05-19T22:48:49.289Z Compiling heck v0.5.0
18372026-05-19T22:48:49.332Z Compiling aws-lc-rs v1.16.3
18382026-05-19T22:48:49.400Z Compiling futures-core v0.3.32
18392026-05-19T22:48:49.438Z Compiling httparse v1.10.1
18402026-05-19T22:48:49.538Z Compiling thiserror v1.0.69
18412026-05-19T22:48:49.541Z Compiling strsim v0.11.1
18422026-05-19T22:48:49.571Z Compiling vcpkg v0.2.15
18432026-05-19T22:48:49.637Z Compiling iana-time-zone v0.1.65
18442026-05-19T22:48:49.637Z Compiling ucd-trie v0.1.7
18452026-05-19T22:48:49.761Z Compiling byteorder v1.5.0
18462026-05-19T22:48:49.812Z Compiling pest v2.8.6
18472026-05-19T22:48:49.850Z Compiling syn v1.0.109
18482026-05-19T22:48:49.866Z Compiling regex-syntax v0.8.10
18492026-05-19T22:48:49.882Z Compiling ident_case v1.0.1
18502026-05-19T22:48:49.895Z Compiling uuid v1.23.0
18512026-05-19T22:48:50.009Z Compiling cpufeatures v0.2.17
18522026-05-19T22:48:50.024Z Compiling rustls v0.23.37
18532026-05-19T22:48:50.147Z Compiling openssl-sys v0.9.115
18542026-05-19T22:48:50.155Z Compiling futures-sink v0.3.32
18552026-05-19T22:48:50.263Z Compiling rustc_version v0.4.1
18562026-05-19T22:48:50.291Z Compiling futures-channel v0.3.32
18572026-05-19T22:48:50.367Z Compiling futures-task v0.3.32
18582026-05-19T22:48:50.379Z Compiling slab v0.4.12
18592026-05-19T22:48:50.460Z Compiling futures-io v0.3.32
18602026-05-19T22:48:50.638Z Compiling aho-corasick v1.1.4
18612026-05-19T22:48:50.660Z Compiling synstructure v0.13.2
18622026-05-19T22:48:50.677Z Compiling serde_derive_internals v0.29.1
18632026-05-19T22:48:50.697Z Compiling dyn-clone v1.0.20
18642026-05-19T22:48:50.934Z Compiling pest_meta v2.8.6
18652026-05-19T22:48:50.979Z Compiling plain v0.2.3
18662026-05-19T22:48:50.993Z Compiling crc32fast v1.5.0
18672026-05-19T22:48:51.038Z Compiling openssl v0.10.79
18682026-05-19T22:48:51.074Z Compiling base64 v0.22.1
18692026-05-19T22:48:51.112Z Compiling num-conv v0.2.0
18702026-05-19T22:48:51.121Z Compiling time-core v0.1.8
18712026-05-19T22:48:51.196Z Compiling crossbeam-utils v0.8.21
18722026-05-19T22:48:51.299Z Compiling time-macros v0.2.27
18732026-05-19T22:48:51.363Z Compiling native-tls v0.2.18
18742026-05-19T22:48:51.418Z Compiling pretty-hex v0.4.1
18752026-05-19T22:48:51.477Z Compiling regex-automata v0.4.14
18762026-05-19T22:48:51.495Z Compiling anyhow v1.0.102
18772026-05-19T22:48:51.510Z Compiling base64ct v1.8.3
18782026-05-19T22:48:51.570Z Compiling pest_generator v2.8.6
18792026-05-19T22:48:51.593Z Compiling darling_core v0.21.3
18802026-05-19T22:48:51.733Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-05-19T22:48:51.813Z Compiling pem-rfc7468 v0.7.0
18822026-05-19T22:48:51.821Z Compiling tracing-core v0.1.36
18832026-05-19T22:48:51.932Z Compiling serde_derive v1.0.228
18842026-05-19T22:48:52.019Z Compiling zeroize_derive v1.4.3
18852026-05-19T22:48:52.067Z Compiling zerofrom-derive v0.1.6
18862026-05-19T22:48:52.083Z Compiling yoke-derive v0.8.1
18872026-05-19T22:48:52.097Z Compiling zerovec-derive v0.11.2
18882026-05-19T22:48:52.114Z Compiling displaydoc v0.2.5
18892026-05-19T22:48:52.194Z Compiling zerocopy-derive v0.8.40
18902026-05-19T22:48:52.209Z Compiling tokio-macros v2.7.0
18912026-05-19T22:48:52.270Z Compiling futures-macro v0.3.32
18922026-05-19T22:48:52.623Z Compiling zeroize v1.8.2
18932026-05-19T22:48:52.889Z Compiling thiserror-impl v2.0.18
18942026-05-19T22:48:52.906Z Compiling schemars_derive v0.8.22
18952026-05-19T22:48:53.036Z Compiling tracing-attributes v0.1.31
18962026-05-19T22:48:53.040Z Compiling der_derive v0.7.3
18972026-05-19T22:48:53.129Z Compiling thiserror-impl v1.0.69
18982026-05-19T22:48:53.186Z Compiling zerofrom v0.1.6
18992026-05-19T22:48:53.330Z Compiling yoke v0.8.1
19002026-05-19T22:48:53.422Z Compiling crypto-common v0.1.7
19012026-05-19T22:48:53.523Z Compiling zerovec v0.11.5
19022026-05-19T22:48:53.539Z Compiling zerotrie v0.2.3
19032026-05-19T22:48:53.736Z Compiling block-buffer v0.10.4
19042026-05-19T22:48:53.946Z Compiling digest v0.10.7
19052026-05-19T22:48:53.985Z Compiling pest_derive v2.8.6
19062026-05-19T22:48:54.038Z Compiling tinystr v0.8.2
19072026-05-19T22:48:54.054Z Compiling potential_utf v0.1.4
19082026-05-19T22:48:54.185Z Compiling icu_collections v2.1.1
19092026-05-19T22:48:54.202Z Compiling futures-util v0.3.32
19102026-05-19T22:48:54.238Z Compiling icu_locale_core v2.1.1
19112026-05-19T22:48:54.261Z Compiling hmac v0.12.1
19122026-05-19T22:48:54.414Z Compiling block-padding v0.3.3
19132026-05-19T22:48:54.430Z Compiling rustls-pki-types v1.14.0
19142026-05-19T22:48:54.433Z Compiling openssl-macros v0.1.1
19152026-05-19T22:48:54.463Z Compiling sha2 v0.10.9
19162026-05-19T22:48:54.847Z Compiling inout v0.1.4
19172026-05-19T22:48:54.928Z Compiling icu_provider v2.1.1
19182026-05-19T22:48:55.009Z Compiling bytes v1.11.1
19192026-05-19T22:48:55.086Z Compiling chrono v0.4.44
19202026-05-19T22:48:55.175Z Compiling serde_tokenstream v0.2.3
19212026-05-19T22:48:55.280Z Compiling icu_properties v2.1.2
19222026-05-19T22:48:55.396Z Compiling icu_normalizer v2.1.1
19232026-05-19T22:48:55.491Z Compiling cipher v0.4.4
19242026-05-19T22:48:55.615Z Compiling tokio v1.52.1
19252026-05-19T22:48:56.028Z Compiling scroll_derive v0.13.1
19262026-05-19T22:48:56.271Z Compiling idna_adapter v1.2.1
19272026-05-19T22:48:56.422Z Compiling idna v1.1.0
19282026-05-19T22:48:56.579Z Compiling ppv-lite86 v0.2.21
19292026-05-19T22:48:56.784Z Compiling url v2.5.8
19302026-05-19T22:48:56.834Z Compiling scroll_derive v0.12.1
19312026-05-19T22:48:56.857Z Compiling http v1.4.0
19322026-05-19T22:48:56.891Z Compiling untrusted v0.9.0
19332026-05-19T22:48:56.928Z Compiling flagset v0.4.7
19342026-05-19T22:48:57.072Z Compiling der v0.7.10
19352026-05-19T22:48:57.159Z Compiling tracing v0.1.44
19362026-05-19T22:48:57.417Z Compiling darling_macro v0.21.3
19372026-05-19T22:48:57.467Z Compiling regex v1.12.3
19382026-05-19T22:48:57.580Z Compiling zerocopy-derive v0.7.35
19392026-05-19T22:48:57.761Z Compiling rand_core v0.9.5
19402026-05-19T22:48:57.886Z Compiling slog v2.8.2
19412026-05-19T22:48:58.185Z Compiling darling v0.21.3
19422026-05-19T22:48:58.278Z Compiling spki v0.7.3
19432026-05-19T22:48:58.332Z Compiling salsa20 v0.10.2
19442026-05-19T22:48:58.351Z Compiling pbkdf2 v0.12.2
19452026-05-19T22:48:58.711Z Compiling cookie v0.18.1
19462026-05-19T22:48:58.884Z Compiling camino v1.2.2
19472026-05-19T22:48:59.111Z Compiling scrypt v0.11.0
19482026-05-19T22:48:59.198Z Compiling rand_chacha v0.9.0
19492026-05-19T22:48:59.215Z Compiling http-body v1.0.1
19502026-05-19T22:48:59.269Z Compiling cbc v0.1.2
19512026-05-19T22:48:59.323Z Compiling tokio-util v0.7.18
19522026-05-19T22:48:59.351Z Compiling aes v0.8.4
19532026-05-19T22:48:59.436Z Compiling usdt-impl v0.5.0
19542026-05-19T22:48:59.439Z Compiling winnow v0.7.14
19552026-05-19T22:48:59.476Z Compiling tinyvec_macros v0.1.1
19562026-05-19T22:48:59.560Z Compiling atomic-waker v1.1.2
19572026-05-19T22:48:59.575Z Compiling usdt-impl v0.6.0
19582026-05-19T22:48:59.590Z Compiling ref-cast v1.0.25
19592026-05-19T22:48:59.678Z Compiling untrusted v0.7.1
19602026-05-19T22:48:59.712Z Compiling either v1.15.0
19612026-05-19T22:48:59.825Z Compiling paste v1.0.15
19622026-05-19T22:48:59.839Z Compiling openssl-probe v0.2.1
19632026-05-19T22:48:59.892Z Compiling pkcs5 v0.7.1
19642026-05-19T22:49:00.015Z Compiling tinyvec v1.10.0
19652026-05-19T22:49:00.159Z Compiling rand v0.9.2
19662026-05-19T22:49:00.407Z Compiling scroll v0.12.0
19672026-05-19T22:49:00.558Z Compiling scroll v0.13.0
19682026-05-19T22:49:00.586Z Compiling toml_datetime v0.6.11
19692026-05-19T22:49:00.681Z Compiling serde_spanned v0.6.9
19702026-05-19T22:49:00.696Z Compiling async-trait v0.1.89
19712026-05-19T22:49:00.746Z Compiling heapless v0.7.17
19722026-05-19T22:49:00.844Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-05-19T22:49:00.858Z Compiling try-lock v0.2.5
19742026-05-19T22:49:00.861Z Compiling signal-hook v0.3.18
19752026-05-19T22:49:00.891Z Compiling zstd-safe v7.2.4
19762026-05-19T22:49:00.933Z Compiling tower-layer v0.3.3
19772026-05-19T22:49:01.014Z Compiling tower-service v0.3.3
19782026-05-19T22:49:01.157Z Compiling fastrand v2.3.0
19792026-05-19T22:49:01.220Z Compiling want v0.3.1
19802026-05-19T22:49:01.279Z Compiling h2 v0.4.13
19812026-05-19T22:49:01.399Z Compiling goblin v0.10.5
19822026-05-19T22:49:01.440Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-05-19T22:49:01.517Z Compiling goblin v0.8.2
19842026-05-19T22:49:01.547Z Compiling pkcs8 v0.10.2
19852026-05-19T22:49:01.636Z Compiling zerocopy v0.7.35
19862026-05-19T22:49:01.853Z Compiling ipnet v2.11.0
19872026-05-19T22:49:01.997Z Compiling ref-cast-impl v1.0.25
19882026-05-19T22:49:02.059Z Compiling darling_core v0.20.11
19892026-05-19T22:49:02.193Z Compiling curve25519-dalek v4.1.3
19902026-05-19T22:49:02.360Z Compiling toml_datetime v0.7.5+spec-1.1.0
19912026-05-19T22:49:02.492Z Compiling memoffset v0.9.1
19922026-05-19T22:49:02.534Z Compiling pin-utils v0.1.0
19932026-05-19T22:49:02.620Z Compiling foreign-types-shared v0.1.1
19942026-05-19T22:49:02.646Z Compiling litrs v1.0.0
19952026-05-19T22:49:02.727Z Compiling httpdate v1.0.3
19962026-05-19T22:49:02.973Z Compiling rustix v0.38.44
19972026-05-19T22:49:03.094Z Compiling winnow v0.5.40
19982026-05-19T22:49:03.312Z Compiling document-features v0.2.12
19992026-05-19T22:49:03.331Z Compiling tempfile v3.25.0
20002026-05-19T22:49:03.348Z Compiling foreign-types v0.3.2
20012026-05-19T22:49:03.678Z Compiling dof v0.3.0
20022026-05-19T22:49:03.829Z Compiling unicode-normalization v0.1.25
20032026-05-19T22:49:03.996Z Compiling darling_macro v0.20.11
20042026-05-19T22:49:04.075Z Compiling dof v0.4.0
20052026-05-19T22:49:04.218Z Compiling dtrace-parser v0.2.0
20062026-05-19T22:49:04.292Z Compiling hyper v1.8.1
20072026-05-19T22:49:04.450Z Compiling toml_edit v0.19.15
20082026-05-19T22:49:04.482Z Compiling dtrace-parser v0.3.0
20092026-05-19T22:49:04.579Z Compiling pin-project-internal v1.1.11
20102026-05-19T22:49:04.701Z Compiling daft-derive v0.1.7
20112026-05-19T22:49:04.803Z Compiling spin v0.9.8
20122026-05-19T22:49:04.818Z Compiling thread-id v4.2.2
20132026-05-19T22:49:04.835Z Compiling thread-id v5.1.0
20142026-05-19T22:49:04.917Z Compiling num-bigint-dig v0.8.6
20152026-05-19T22:49:05.029Z Compiling cfg_aliases v0.2.1
20162026-05-19T22:49:05.076Z Compiling smoltcp v0.9.1
20172026-05-19T22:49:05.093Z Compiling powerfmt v0.2.0
20182026-05-19T22:49:05.127Z Compiling nix v0.31.2
20192026-05-19T22:49:05.385Z Compiling hyper-util v0.1.20
20202026-05-19T22:49:05.405Z Compiling deranged v0.5.8
20212026-05-19T22:49:05.623Z Compiling darling v0.20.11
20222026-05-19T22:49:05.731Z Compiling rustls-native-certs v0.8.3
20232026-05-19T22:49:05.777Z Compiling ipnetwork v0.21.1
20242026-05-19T22:49:06.080Z Compiling strum_macros v0.26.4
20252026-05-19T22:49:06.530Z Compiling curve25519-dalek-derive v0.1.1
20262026-05-19T22:49:06.618Z Compiling sync_wrapper v1.0.2
20272026-05-19T22:49:06.639Z Compiling wait-timeout v0.2.1
20282026-05-19T22:49:06.752Z Compiling simd-adler32 v0.3.8
20292026-05-19T22:49:06.881Z Compiling bit-vec v0.8.0
20302026-05-19T22:49:06.953Z Compiling siphasher v1.0.2
20312026-05-19T22:49:07.079Z Compiling anstyle v1.0.13
20322026-05-19T22:49:07.158Z Compiling quick-error v1.2.3
20332026-05-19T22:49:07.178Z Compiling num_threads v0.1.7
20342026-05-19T22:49:07.284Z Compiling utf8parse v0.2.2
20352026-05-19T22:49:07.315Z Compiling rusty-fork v0.3.1
20362026-05-19T22:49:07.384Z Compiling time v0.3.47
20372026-05-19T22:49:07.402Z Compiling anstyle-parse v0.2.7
20382026-05-19T22:49:07.584Z Compiling bit-set v0.8.0
20392026-05-19T22:49:07.602Z Compiling tower v0.5.3
20402026-05-19T22:49:07.806Z Compiling derive_builder_core v0.20.2
20412026-05-19T22:49:07.992Z Compiling http-body-util v0.1.3
20422026-05-19T22:49:08.232Z Compiling webpki-roots v1.0.6
20432026-05-19T22:49:08.291Z Compiling rand_xorshift v0.4.0
20442026-05-19T22:49:08.327Z Compiling signature v2.2.0
20452026-05-19T22:49:08.369Z Compiling hubpack_derive v0.1.1
20462026-05-19T22:49:08.451Z Compiling strum_macros v0.27.2
20472026-05-19T22:49:08.472Z Compiling snafu-derive v0.8.9
20482026-05-19T22:49:08.588Z Compiling fs-err v3.3.0
20492026-05-19T22:49:08.672Z Compiling ahash v0.8.12
20502026-05-19T22:49:08.845Z Compiling anstyle-query v1.1.5
20512026-05-19T22:49:08.919Z Compiling unicode-bidi v0.3.18
20522026-05-19T22:49:08.969Z Compiling colorchoice v1.0.4
20532026-05-19T22:49:08.999Z Compiling iri-string v0.7.10
20542026-05-19T22:49:09.108Z Compiling ryu v1.0.23
20552026-05-19T22:49:09.125Z Compiling is_terminal_polyfill v1.70.2
20562026-05-19T22:49:09.147Z Compiling unicode-properties v0.1.4
20572026-05-19T22:49:09.163Z Compiling unarray v0.1.4
20582026-05-19T22:49:09.184Z Compiling unicode-segmentation v1.12.0
20592026-05-19T22:49:09.350Z Compiling adler2 v2.0.1
20602026-05-19T22:49:09.380Z Compiling object v0.37.3
20612026-05-19T22:49:09.406Z Compiling allocator-api2 v0.2.21
20622026-05-19T22:49:09.424Z Compiling serde_urlencoded v0.7.1
20632026-05-19T22:49:09.424Z Compiling stringprep v0.1.5
20642026-05-19T22:49:09.486Z Compiling miniz_oxide v0.8.9
20652026-05-19T22:49:09.501Z Compiling proptest v1.10.0
20662026-05-19T22:49:09.653Z Compiling anstream v0.6.21
20672026-05-19T22:49:09.873Z Compiling derive_builder_macro v0.20.2
20682026-05-19T22:49:10.126Z Compiling tokio-native-tls v0.3.1
20692026-05-19T22:49:10.204Z Compiling tower-http v0.6.8
20702026-05-19T22:49:10.248Z Compiling usdt-macro v0.6.0
20712026-05-19T22:49:10.264Z Compiling usdt-attr-macro v0.6.0
20722026-05-19T22:49:10.530Z Compiling rand_chacha v0.3.1
20732026-05-19T22:49:10.549Z Compiling erased-serde v0.3.31
20742026-05-19T22:49:10.664Z Compiling md-5 v0.10.6
20752026-05-19T22:49:10.736Z Compiling bstr v1.12.1
20762026-05-19T22:49:10.831Z Compiling num-integer v0.1.46
20772026-05-19T22:49:10.924Z Compiling hash32 v0.2.1
20782026-05-19T22:49:10.967Z Compiling vergen-lib v0.1.6
20792026-05-19T22:49:10.983Z Compiling ff v0.13.1
20802026-05-19T22:49:11.058Z Compiling fallible-iterator v0.2.0
20812026-05-19T22:49:11.130Z Compiling base16ct v0.2.0
20822026-05-19T22:49:11.163Z Compiling zlib-rs v0.6.2
20832026-05-19T22:49:11.193Z Compiling psl-types v2.0.11
20842026-05-19T22:49:11.240Z Compiling group v0.13.0
20852026-05-19T22:49:11.276Z Compiling sec1 v0.7.3
20862026-05-19T22:49:11.300Z Compiling publicsuffix v2.3.0
20872026-05-19T22:49:11.340Z Compiling num-iter v0.1.45
20882026-05-19T22:49:11.374Z Compiling postgres-protocol v0.6.10
20892026-05-19T22:49:11.479Z Compiling rand v0.8.6
20902026-05-19T22:49:11.495Z Compiling newtype-uuid v1.3.2
20912026-05-19T22:49:11.812Z Compiling oxnet v0.1.4
20922026-05-19T22:49:12.078Z Compiling derive_builder v0.20.2
20932026-05-19T22:49:12.100Z Compiling hyper-tls v0.6.0
20942026-05-19T22:49:12.184Z Compiling heck v0.4.1
20952026-05-19T22:49:12.200Z Compiling phf_shared v0.13.1
20962026-05-19T22:49:12.214Z Compiling pin-project v1.1.11
20972026-05-19T22:49:12.275Z Compiling lazy_static v1.5.0
20982026-05-19T22:49:12.414Z Compiling terminal_size v0.4.3
20992026-05-19T22:49:12.450Z Compiling serde_with_macros v3.17.0
21002026-05-19T22:49:12.453Z Compiling futures-executor v0.3.32
21012026-05-19T22:49:12.516Z Compiling hex v0.4.3
21022026-05-19T22:49:12.715Z Compiling cargo-platform v0.1.9
21032026-05-19T22:49:12.758Z Compiling hkdf v0.12.4
21042026-05-19T22:49:12.828Z Compiling crypto-bigint v0.5.5
21052026-05-19T22:49:12.886Z Compiling async-recursion v1.1.1
21062026-05-19T22:49:12.901Z Compiling enum-as-inner v0.6.1
21072026-05-19T22:49:12.921Z Compiling clap_derive v4.5.55
21082026-05-19T22:49:12.965Z Compiling serde_repr v0.1.20
21092026-05-19T22:49:13.037Z Compiling vergen v9.0.6
21102026-05-19T22:49:13.247Z Compiling flate2 v1.1.9
21112026-05-19T22:49:13.427Z Compiling encoding_rs v0.8.35
21122026-05-19T22:49:13.486Z Compiling foldhash v0.1.5
21132026-05-19T22:49:13.502Z Compiling bitflags v1.3.2
21142026-05-19T22:49:13.518Z Compiling mime v0.3.17
21152026-05-19T22:49:13.522Z Compiling same-file v1.0.6
21162026-05-19T22:49:13.593Z Compiling bumpalo v3.20.2
21172026-05-19T22:49:13.607Z Compiling clap_lex v1.0.0
21182026-05-19T22:49:13.666Z Compiling cpufeatures v0.3.0
21192026-05-19T22:49:13.695Z Compiling libbz2-rs-sys v0.2.2
21202026-05-19T22:49:13.754Z Compiling managed v0.8.0
21212026-05-19T22:49:13.904Z Compiling foldhash v0.2.0
21222026-05-19T22:49:13.935Z Compiling zopfli v0.8.3
21232026-05-19T22:49:14.121Z Compiling bzip2 v0.6.1
21242026-05-19T22:49:14.279Z Compiling hashbrown v0.16.1
21252026-05-19T22:49:14.339Z Compiling clap_builder v4.5.60
21262026-05-19T22:49:14.375Z Compiling chacha20 v0.10.0
21272026-05-19T22:49:14.517Z Compiling elliptic-curve v0.13.8
21282026-05-19T22:49:14.562Z Compiling walkdir v2.5.0
21292026-05-19T22:49:14.630Z Compiling hashbrown v0.15.5
21302026-05-19T22:49:14.726Z Compiling cargo_metadata v0.19.2
21312026-05-19T22:49:14.781Z Compiling zstd v0.13.3
21322026-05-19T22:49:14.825Z Compiling futures v0.3.32
21332026-05-19T22:49:14.968Z Compiling phf v0.13.1
21342026-05-19T22:49:15.049Z Compiling snafu v0.8.9
21352026-05-19T22:49:15.181Z Compiling signal-hook-mio v0.2.5
21362026-05-19T22:49:15.220Z Compiling daft v0.1.7
21372026-05-19T22:49:15.316Z Compiling cookie_store v0.22.1
21382026-05-19T22:49:15.402Z Compiling postgres-types v0.2.12
21392026-05-19T22:49:15.489Z Compiling bzip2 v0.4.4
21402026-05-19T22:49:15.509Z Compiling globset v0.4.18
21412026-05-19T22:49:15.709Z Compiling strum v0.27.2
21422026-05-19T22:49:15.963Z Compiling hubpack v0.1.2
21432026-05-19T22:49:15.998Z Compiling ed25519 v2.2.3
21442026-05-19T22:49:16.031Z Compiling phf_shared v0.11.3
21452026-05-19T22:49:16.118Z Compiling crossbeam-epoch v0.9.18
21462026-05-19T22:49:16.159Z Compiling olpc-cjson v0.1.4
21472026-05-19T22:49:16.189Z Compiling pkcs1 v0.7.5
21482026-05-19T22:49:16.261Z Compiling pem v3.0.6
21492026-05-19T22:49:16.419Z Compiling serde-big-array v0.5.1
21502026-05-19T22:49:16.434Z Compiling serde_plain v1.0.2
21512026-05-19T22:49:16.494Z Compiling rfc6979 v0.4.0
21522026-05-19T22:49:16.584Z Compiling float-cmp v0.10.0
21532026-05-19T22:49:16.600Z Compiling memmap2 v0.9.10
21542026-05-19T22:49:16.600Z Compiling env_filter v1.0.0
21552026-05-19T22:49:16.649Z Compiling keccak v0.1.6
21562026-05-19T22:49:16.652Z Compiling toml_write v0.1.2
21572026-05-19T22:49:16.652Z Compiling new_debug_unreachable v1.0.6
21582026-05-19T22:49:16.716Z Compiling fixedbitset v0.4.2
21592026-05-19T22:49:16.750Z Compiling jiff v0.2.21
21602026-05-19T22:49:16.766Z Compiling fixedbitset v0.5.7
21612026-05-19T22:49:16.828Z Compiling whoami v2.1.0
21622026-05-19T22:49:16.844Z Compiling difflib v0.4.0
21632026-05-19T22:49:16.867Z Compiling precomputed-hash v0.1.1
21642026-05-19T22:49:16.931Z Compiling typed-path v0.9.3
21652026-05-19T22:49:16.970Z Compiling normalize-line-endings v0.3.0
21662026-05-19T22:49:17.059Z Compiling static_assertions v1.1.0
21672026-05-19T22:49:17.083Z Compiling data-encoding v2.10.0
21682026-05-19T22:49:17.148Z Compiling predicates-core v1.0.10
21692026-05-19T22:49:17.179Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21702026-05-19T22:49:17.267Z Compiling tokio-postgres v0.7.16
21712026-05-19T22:49:17.299Z Compiling predicates v3.1.4
21722026-05-19T22:49:17.395Z Compiling hickory-proto v0.25.2
21732026-05-19T22:49:17.626Z Compiling petgraph v0.8.3
21742026-05-19T22:49:17.641Z Compiling string_cache v0.8.9
21752026-05-19T22:49:17.881Z Compiling petgraph v0.6.5
21762026-05-19T22:49:17.897Z Compiling toml_edit v0.22.27
21772026-05-19T22:49:17.901Z Compiling sha3 v0.10.8
21782026-05-19T22:49:18.075Z Compiling env_logger v0.11.9
21792026-05-19T22:49:18.091Z Compiling usdt v0.6.0
21802026-05-19T22:49:18.355Z Compiling ecdsa v0.16.9
21812026-05-19T22:49:18.559Z Compiling rsa v0.9.10
21822026-05-19T22:49:18.773Z Compiling ed25519-dalek v2.2.0
21832026-05-19T22:49:19.305Z Compiling zip v4.6.1
21842026-05-19T22:49:19.572Z Compiling clap v4.5.60
21852026-05-19T22:49:19.604Z Compiling crossterm v0.28.1
21862026-05-19T22:49:19.667Z Compiling zip v0.6.6
21872026-05-19T22:49:20.203Z Compiling iddqd v0.4.1
21882026-05-19T22:49:20.252Z Compiling rand v0.10.0
21892026-05-19T22:49:20.420Z Compiling serde_with v3.17.0
21902026-05-19T22:49:20.444Z Compiling similar v2.7.0
21912026-05-19T22:49:20.510Z Compiling strum v0.26.3
21922026-05-19T22:49:20.539Z Compiling toml v0.7.8
21932026-05-19T22:49:20.659Z Compiling tokio-stream v0.1.18
21942026-05-19T22:49:20.812Z Compiling itertools v0.13.0
21952026-05-19T22:49:20.944Z Compiling buf-list v1.1.2
21962026-05-19T22:49:21.106Z Compiling x509-cert v0.2.5
21972026-05-19T22:49:21.221Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21982026-05-19T22:49:21.396Z Compiling openapiv3 v2.2.0
21992026-05-19T22:49:21.518Z Compiling sha1 v0.10.6
22002026-05-19T22:49:21.673Z Compiling peg-runtime v0.8.5
22012026-05-19T22:49:21.817Z Compiling lalrpop-util v0.19.12
22022026-05-19T22:49:36.983Z Compiling rustls-webpki v0.103.9
22032026-05-19T22:49:38.168Z Compiling macaddr v1.0.1
22042026-05-19T22:49:38.233Z Compiling structmeta-derive v0.3.0
22052026-05-19T22:49:38.270Z Compiling rayon-core v1.13.0
22062026-05-19T22:49:38.365Z Compiling crucible-workspace-hack v0.1.0
22072026-05-19T22:49:38.476Z Compiling itertools v0.14.0
22082026-05-19T22:49:38.509Z Compiling secrecy v0.10.3
22092026-05-19T22:49:38.597Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-19T22:49:38.712Z Compiling heapless v0.8.0
22112026-05-19T22:49:38.744Z Compiling rustls v0.22.4
22122026-05-19T22:49:38.918Z Compiling crossbeam-deque v0.8.6
22132026-05-19T22:49:38.940Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-05-19T22:49:38.973Z Compiling rustls-webpki v0.102.8
22152026-05-19T22:49:38.990Z Compiling hash32 v0.3.1
22162026-05-19T22:49:39.005Z Compiling multer v3.1.0
22172026-05-19T22:49:39.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-19T22:49:39.147Z Compiling thread_local v1.1.9
22192026-05-19T22:49:39.168Z Compiling smoltcp v0.11.0
22202026-05-19T22:49:39.200Z Compiling unicode-width v0.2.0
22212026-05-19T22:49:39.215Z Compiling match_cfg v0.1.0
22222026-05-19T22:49:39.219Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-19T22:49:39.247Z Compiling structmeta v0.3.0
22242026-05-19T22:49:39.310Z Compiling compression-core v0.4.31
22252026-05-19T22:49:39.404Z Compiling slog-async v2.8.0
22262026-05-19T22:49:39.468Z Compiling derive-ex v0.1.8
22272026-05-19T22:49:39.522Z Compiling proc-macro-crate v3.4.0
22282026-05-19T22:49:39.525Z Compiling compression-codecs v0.4.37
22292026-05-19T22:49:39.566Z Compiling hostname v0.3.1
22302026-05-19T22:49:39.725Z Compiling ingot-macros v0.1.1
22312026-05-19T22:49:39.757Z Compiling slog-json v2.6.1
22322026-05-19T22:49:39.852Z Compiling crossbeam-channel v0.5.15
22332026-05-19T22:49:39.935Z Compiling half v2.7.1
22342026-05-19T22:49:39.961Z Compiling newtype-uuid-macros v0.1.0
22352026-05-19T22:49:40.024Z Compiling cobs v0.3.0
22362026-05-19T22:49:40.154Z Compiling thiserror-impl-no-std v2.0.2
22372026-05-19T22:49:40.320Z Compiling universal-hash v0.5.1
22382026-05-19T22:49:40.336Z Compiling async-stream-impl v0.3.6
22392026-05-19T22:49:40.515Z Compiling serde_spanned v1.0.4
22402026-05-19T22:49:40.584Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-05-19T22:49:40.702Z Compiling is-terminal v0.4.17
22422026-05-19T22:49:40.726Z Compiling tokio-rustls v0.26.4
22432026-05-19T22:49:40.823Z Compiling rustls-platform-verifier v0.6.2
22442026-05-19T22:49:40.826Z Compiling proc-macro-error-attr v1.0.4
22452026-05-19T22:49:40.915Z Compiling dropshot v0.17.0
22462026-05-19T22:49:41.016Z Compiling hyper-rustls v0.27.7
22472026-05-19T22:49:41.019Z Compiling take_mut v0.2.2
22482026-05-19T22:49:41.049Z Compiling ciborium-io v0.2.2
22492026-05-19T22:49:41.067Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-05-19T22:49:41.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-05-19T22:49:41.133Z Compiling opaque-debug v0.3.1
22522026-05-19T22:49:41.169Z Compiling term v1.2.1
22532026-05-19T22:49:41.185Z Compiling convert_case v0.4.0
22542026-05-19T22:49:41.215Z Compiling thiserror-no-std v2.0.2
22552026-05-19T22:49:41.230Z Compiling poly1305 v0.8.0
22562026-05-19T22:49:41.289Z Compiling reqwest v0.12.28
22572026-05-19T22:49:41.310Z Compiling reqwest v0.13.2
22582026-05-19T22:49:41.360Z Compiling toml v1.0.6+spec-1.1.0
22592026-05-19T22:49:41.435Z Compiling ciborium-ll v0.2.2
22602026-05-19T22:49:41.512Z Compiling derive_more v0.99.20
22612026-05-19T22:49:41.719Z Compiling tokio-rustls v0.25.0
22622026-05-19T22:49:41.871Z Compiling slog-term v2.9.2
22632026-05-19T22:49:41.984Z Compiling test-strategy v0.4.5
22642026-05-19T22:49:41.999Z Compiling async-stream v0.3.6
22652026-05-19T22:49:42.206Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-05-19T22:49:42.398Z Compiling ingot-types v0.1.2
22672026-05-19T22:49:42.430Z Compiling postcard v1.1.3
22682026-05-19T22:49:42.825Z Compiling tough v0.22.0
22692026-05-19T22:49:42.862Z Compiling ingot v0.1.1
22702026-05-19T22:49:42.973Z Compiling num_enum_derive v0.7.5
22712026-05-19T22:49:43.122Z Compiling slog-bunyan v2.5.0
22722026-05-19T22:49:43.219Z Compiling async-compression v0.4.41
22732026-05-19T22:49:43.330Z Compiling parse-display-derive v0.10.0
22742026-05-19T22:49:43.662Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-05-19T22:49:43.701Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-05-19T22:49:43.920Z Compiling proc-macro-crate v1.3.1
22772026-05-19T22:49:43.951Z Compiling backon v1.6.0
22782026-05-19T22:49:43.967Z Compiling waitgroup v0.1.2
22792026-05-19T22:49:44.143Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-05-19T22:49:44.241Z Compiling password-hash v0.5.0
22812026-05-19T22:49:44.277Z Compiling chacha20 v0.9.1
22822026-05-19T22:49:44.499Z Compiling dropshot_endpoint v0.17.0
22832026-05-19T22:49:44.540Z Compiling rustls-pemfile v2.2.0
22842026-05-19T22:49:44.557Z Compiling blake2 v0.10.6
22852026-05-19T22:49:44.634Z Compiling aead v0.5.2
22862026-05-19T22:49:44.843Z Compiling foreign-types-macros v0.2.3
22872026-05-19T22:49:44.879Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-19T22:49:44.902Z Compiling serde_path_to_error v0.1.20
22892026-05-19T22:49:45.082Z Compiling hostname v0.4.2
22902026-05-19T22:49:45.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-19T22:49:45.234Z Compiling proc-macro-error v1.0.4
22922026-05-19T22:49:45.264Z Compiling instant v0.1.13
22932026-05-19T22:49:45.282Z Compiling typeid v1.0.3
22942026-05-19T22:49:45.298Z Compiling debug-ignore v1.0.5
22952026-05-19T22:49:45.329Z Compiling foreign-types-shared v0.3.1
22962026-05-19T22:49:45.383Z Compiling backoff v0.4.0
22972026-05-19T22:49:45.416Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-19T22:49:45.434Z Compiling argon2 v0.5.3
22992026-05-19T22:49:45.451Z Compiling parse-display v0.10.0
23002026-05-19T22:49:45.455Z Compiling foreign-types v0.5.0
23012026-05-19T22:49:45.468Z Compiling chacha20poly1305 v0.10.1
23022026-05-19T22:49:45.520Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-19T22:49:45.549Z Compiling num_enum_derive v0.5.11
23042026-05-19T22:49:45.565Z Compiling num_enum v0.7.5
23052026-05-19T22:49:45.631Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-05-19T22:49:45.648Z Compiling ciborium v0.2.2
23072026-05-19T22:49:45.710Z Compiling vsss-rs v3.3.4
23082026-05-19T22:49:45.901Z Compiling tabwriter v1.4.1
23092026-05-19T22:49:45.950Z Compiling regress v0.10.5
23102026-05-19T22:49:46.288Z Compiling byte-wrapper v0.1.0
23112026-05-19T22:49:46.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-05-19T22:49:46.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-05-19T22:49:46.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-19T22:49:46.492Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23152026-05-19T22:49:46.515Z Compiling cstr-argument v0.1.2
23162026-05-19T22:49:46.699Z Compiling erased-serde v0.4.9
23172026-05-19T22:49:46.733Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-19T22:49:46.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-05-19T22:49:46.904Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-05-19T22:49:47.055Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-05-19T22:49:47.077Z Compiling num_enum v0.5.11
23222026-05-19T22:49:47.130Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-05-19T22:49:47.163Z Compiling rayon v1.11.0
23242026-05-19T22:49:47.213Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-05-19T22:49:47.237Z Compiling colored v3.1.1
23262026-05-19T22:49:47.240Z Compiling indent_write v2.2.0
23272026-05-19T22:49:47.290Z Compiling libefi-sys v0.1.0
23282026-05-19T22:49:47.377Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-05-19T22:49:47.409Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-19T22:49:47.412Z Compiling zone_cfg_derive v0.3.1
23312026-05-19T22:49:47.557Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-05-19T22:49:47.574Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-19T22:49:47.577Z Compiling camino-tempfile v1.4.1
23342026-05-19T22:49:47.782Z Compiling itertools v0.12.1
23352026-05-19T22:49:47.812Z Compiling usdt-attr-macro v0.5.0
23362026-05-19T22:49:47.963Z Compiling usdt-macro v0.5.0
23372026-05-19T22:49:47.993Z Compiling num-derive v0.4.2
23382026-05-19T22:49:48.049Z Compiling bitfield-struct v0.6.2
23392026-05-19T22:49:48.110Z Compiling blake3 v1.8.3
23402026-05-19T22:49:48.128Z Compiling ordered-float v2.10.1
23412026-05-19T22:49:48.428Z Compiling sigpipe v0.1.3
23422026-05-19T22:49:48.480Z Compiling memmap v0.7.0
23432026-05-19T22:49:48.540Z Compiling swrite v0.1.0
23442026-05-19T22:49:48.557Z Compiling glob v0.3.3
23452026-05-19T22:49:48.668Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-05-19T22:49:48.682Z Compiling usdt v0.5.0
23472026-05-19T22:49:48.699Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-19T22:49:48.728Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-19T22:49:48.902Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-05-19T22:49:49.024Z Compiling serde-value v0.7.0
23512026-05-19T22:49:49.222Z Compiling zone v0.3.1
23522026-05-19T22:49:49.327Z Compiling serde-untagged v0.1.9
23532026-05-19T22:49:49.388Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23542026-05-19T22:49:49.500Z Compiling toml v0.8.23
23552026-05-19T22:49:49.539Z Compiling smf v0.2.3
23562026-05-19T22:49:49.603Z Compiling filetime v0.2.27
23572026-05-19T22:49:49.650Z Compiling arrayvec v0.7.6
23582026-05-19T22:49:49.705Z Compiling xattr v1.6.1
23592026-05-19T22:49:49.721Z Compiling unicode-xid v0.2.6
23602026-05-19T22:49:49.724Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-19T22:49:49.829Z Compiling arrayref v0.3.9
23622026-05-19T22:49:49.846Z Compiling whoami v1.6.1
23632026-05-19T22:49:49.884Z Compiling constant_time_eq v0.4.2
23642026-05-19T22:49:49.900Z Compiling tar v0.4.45
23652026-05-19T22:49:49.915Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-19T22:49:49.929Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-05-19T22:49:49.932Z Compiling tokio-dtrace v0.1.1
23682026-05-19T22:49:50.221Z Compiling cargo-util-schemas v0.8.2
23692026-05-19T22:49:50.290Z Compiling console v0.16.2
23702026-05-19T22:49:50.346Z Compiling gethostname v0.5.0
23712026-05-19T22:49:50.507Z Compiling cargo-platform v0.2.0
23722026-05-19T22:49:50.629Z Compiling topological-sort v0.2.2
23732026-05-19T22:49:50.653Z Compiling unit-prefix v0.5.2
23742026-05-19T22:49:50.728Z Compiling oxide-tokio-rt v0.1.4
23752026-05-19T22:49:50.807Z Compiling indicatif v0.18.4
23762026-05-19T22:49:50.828Z Compiling shell-words v1.1.1
23772026-05-19T22:49:50.842Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23782026-05-19T22:49:51.380Z Compiling cargo_metadata v0.21.0
23792026-05-19T22:50:00.388Z Compiling progenitor-client v0.10.0
23802026-05-19T22:50:00.388Z Compiling omicron-zone-package v0.12.2
23812026-05-19T22:50:00.420Z Compiling progenitor-client v0.14.0
23822026-05-19T22:50:00.879Z Compiling progenitor-extras v0.2.0
23832026-05-19T22:50:03.204Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-05-19T22:50:03.221Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-05-19T22:50:03.239Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23862026-05-19T22:50:03.291Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-05-19T22:50:03.349Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-19T22:50:03.399Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-19T22:50:03.449Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-05-19T22:50:03.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-05-19T22:50:03.544Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-05-19T22:50:07.493Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-05-19T22:50:15.107Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-05-19T22:50:18.150Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-05-19T22:50:19.113Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-05-19T22:50:28.837Z Finished `release` profile [optimized] target(s) in 1m 43s
23972026-05-19T22:50:28.992Z Running `target/release/omicron-package -t test target create -p dev`
23982026-05-19T22:50:29.056ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-05-19T22:50:29.060ZCreated new build target 'test' and set it as active
24002026-05-19T22:50:29.060Z
24012026-05-19T22:50:29.060Zreal 1:43.618461169
24022026-05-19T22:50:29.060Zuser 16:56.271124233
24032026-05-19T22:50:29.060Zsys 2:36.337019711
24042026-05-19T22:50:29.060Ztrap 0.449711114
24052026-05-19T22:50:29.060Ztflt 2.891974965
24062026-05-19T22:50:29.060Zdflt 4.294511846
24072026-05-19T22:50:29.060Zkflt 0.012706354
24082026-05-19T22:50:29.060Zlock 52:40.377265661
24092026-05-19T22:50:29.060Zslp 43:15.918345968
24102026-05-19T22:50:29.060Zlat 42.465932381
24112026-05-19T22:50:29.060Zstop 5:18.449275841
24122026-05-19T22:50:29.060Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-05-19T22:50:29.950Z Finished `release` profile [optimized] target(s) in 0.87s
24142026-05-19T22:50:30.021Z Running `target/release/omicron-package -t test package`
24152026-05-19T22:50:30.079ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-05-19T22:50:31.521Z Compiling heck v0.5.0
24172026-05-19T22:50:31.525Z Compiling regress v0.11.1
24182026-05-19T22:50:31.525Z Compiling unsafe-libyaml v0.2.11
24192026-05-19T22:50:31.786Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-05-19T22:50:31.803Z Compiling regress v0.10.5
24212026-05-19T22:50:31.826Z Compiling is-terminal v0.4.17
24222026-05-19T22:50:31.829Z Compiling unicode-width v0.1.14
24232026-05-19T22:50:31.867Z Compiling prettyplease v0.2.37
24242026-05-19T22:50:31.888Z Compiling bytecount v0.6.9
24252026-05-19T22:50:31.888Z Compiling rustls v0.22.4
24262026-05-19T22:50:31.892Z Compiling rustls-webpki v0.102.8
24272026-05-19T22:50:31.892Z Compiling derive-where v1.6.0
24282026-05-19T22:50:31.892Z Compiling thread_local v1.1.9
24292026-05-19T22:50:31.907Z Compiling match_cfg v0.1.0
24302026-05-19T22:50:31.927Z Compiling compression-core v0.4.31
24312026-05-19T22:50:32.028Z Compiling multer v3.1.0
24322026-05-19T22:50:32.047Z Compiling slog-async v2.8.0
24332026-05-19T22:50:32.094Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-05-19T22:50:32.115Z Compiling compression-codecs v0.4.37
24352026-05-19T22:50:32.118Z Compiling hostname v0.3.1
24362026-05-19T22:50:32.118Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24372026-05-19T22:50:32.118Z Compiling crossbeam-channel v0.5.15
24382026-05-19T22:50:32.197Z Compiling slog-json v2.6.1
24392026-05-19T22:50:32.218Z Compiling serde_spanned v1.0.4
24402026-05-19T22:50:32.218Z Compiling toml_datetime v1.0.0+spec-1.1.0
24412026-05-19T22:50:32.273Z Compiling serde_yaml v0.9.34+deprecated
24422026-05-19T22:50:32.373Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-05-19T22:50:32.398Z Compiling take_mut v0.2.2
24442026-05-19T22:50:32.400Z Compiling term v1.2.1
24452026-05-19T22:50:32.440Z Compiling slog-bunyan v2.5.0
24462026-05-19T22:50:32.443Z Compiling async-compression v0.4.41
24472026-05-19T22:50:32.564Z Compiling toml v1.0.6+spec-1.1.0
24482026-05-19T22:50:32.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-19T22:50:32.634Z Compiling dropshot v0.17.0
24502026-05-19T22:50:32.675Z Compiling async-stream v0.3.6
24512026-05-19T22:50:32.720Z Compiling slog-term v2.9.2
24522026-05-19T22:50:32.795Z Compiling num-rational v0.4.2
24532026-05-19T22:50:32.799Z Compiling progenitor-client v0.14.0
24542026-05-19T22:50:32.869Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-05-19T22:50:32.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-19T22:50:32.965Z Compiling waitgroup v0.1.2
24572026-05-19T22:50:33.038Z Compiling backon v1.6.0
24582026-05-19T22:50:33.159Z Compiling rustls-pemfile v2.2.0
24592026-05-19T22:50:33.182Z Compiling num-complex v0.4.6
24602026-05-19T22:50:33.203Z Compiling serde_path_to_error v0.1.20
24612026-05-19T22:50:33.206Z Compiling hostname v0.4.2
24622026-05-19T22:50:33.244Z Compiling instant v0.1.13
24632026-05-19T22:50:33.277Z Compiling debug-ignore v1.0.5
24642026-05-19T22:50:33.302Z Compiling typify-impl v0.6.2
24652026-05-19T22:50:33.372Z Compiling backoff v0.4.0
24662026-05-19T22:50:33.394Z Compiling progenitor-extras v0.2.0
24672026-05-19T22:50:33.394Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24682026-05-19T22:50:33.437Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24692026-05-19T22:50:33.617Z Compiling num v0.4.3
24702026-05-19T22:50:33.642Z Compiling parse-display v0.10.0
24712026-05-19T22:50:33.664Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-05-19T22:50:33.684Z Compiling progenitor-client v0.13.0
24732026-05-19T22:50:33.729Z Compiling progenitor-client v0.10.0
24742026-05-19T22:50:33.751Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-05-19T22:50:33.755Z Compiling macaddr v1.0.1
24762026-05-19T22:50:33.851Z Compiling float-ord v0.3.2
24772026-05-19T22:50:33.970Z Compiling console v0.15.11
24782026-05-19T22:50:34.031Z Compiling newline-converter v0.3.0
24792026-05-19T22:50:34.056Z Compiling atomicwrites v0.4.4
24802026-05-19T22:50:34.141Z Compiling slog-dtrace v0.3.0
24812026-05-19T22:50:34.191Z Compiling resolv-conf v0.7.6
24822026-05-19T22:50:34.212Z Compiling cancel-safe-futures v0.1.5
24832026-05-19T22:50:34.295Z Compiling tokio-rustls v0.25.0
24842026-05-19T22:50:34.367Z Compiling expectorate v1.2.0
24852026-05-19T22:50:34.421Z Compiling owo-colors v4.3.0
24862026-05-19T22:50:34.442Z Compiling toml v0.8.23
24872026-05-19T22:50:34.548Z Compiling libsw-core v0.3.2
24882026-05-19T22:50:34.647Z Compiling linear-map v1.2.0
24892026-05-19T22:50:34.760Z Compiling libsw v3.5.0
24902026-05-19T22:50:34.821Z Compiling linked-hash-map v0.5.6
24912026-05-19T22:50:34.910Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-05-19T22:50:34.998Z Compiling minimal-lexical v0.2.1
24932026-05-19T22:50:35.019Z Compiling lru-cache v0.1.2
24942026-05-19T22:50:35.039Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-05-19T22:50:35.065Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-05-19T22:50:35.192Z Compiling hickory-proto v0.24.4
24972026-05-19T22:50:35.215Z Compiling unicode-xid v0.2.6
24982026-05-19T22:50:35.285Z Compiling nom v7.1.3
24992026-05-19T22:50:35.306Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-05-19T22:50:35.310Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-05-19T22:50:35.373Z Compiling convert_case v0.10.0
25022026-05-19T22:50:35.677Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-05-19T22:50:35.828Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25042026-05-19T22:50:36.203Z Compiling derive_more-impl v2.1.1
25052026-05-19T22:50:36.649Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-05-19T22:50:36.689Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-05-19T22:50:36.809Z Compiling typify-macro v0.6.2
25082026-05-19T22:50:36.855Z Compiling papergrid v0.11.0
25092026-05-19T22:50:36.904Z Compiling tabled_derive v0.7.0
25102026-05-19T22:50:36.976Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-05-19T22:50:37.222Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-19T22:50:37.437Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-05-19T22:50:37.799Z Compiling hickory-resolver v0.24.4
25142026-05-19T22:50:37.821Z Compiling derive_more v2.1.1
25152026-05-19T22:50:37.855Z Compiling termtree v0.5.1
25162026-05-19T22:50:37.938Z Compiling crossterm v0.29.0
25172026-05-19T22:50:38.065Z Compiling tabled v0.15.0
25182026-05-19T22:50:38.339Z Compiling typify v0.6.2
25192026-05-19T22:50:38.657Z Compiling progenitor-impl v0.14.0
25202026-05-19T22:50:38.832Z Compiling progenitor-impl v0.13.0
25212026-05-19T22:50:40.840Z Compiling progenitor-macro v0.14.0
25222026-05-19T22:50:40.909Z Compiling qorb v0.4.1
25232026-05-19T22:50:40.978Z Compiling progenitor-macro v0.13.0
25242026-05-19T22:50:41.100Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-05-19T22:50:42.379Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-05-19T22:50:42.872Z Compiling phf_shared v0.12.1
25272026-05-19T22:50:43.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-05-19T22:50:43.382Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-05-19T22:50:43.666Z Compiling csv-core v0.1.13
25302026-05-19T22:50:43.763Z Compiling vte v0.14.1
25312026-05-19T22:50:44.113Z Compiling chrono-tz v0.10.4
25322026-05-19T22:50:44.139Z Compiling highway v1.3.0
25332026-05-19T22:50:44.369Z Compiling strip-ansi-escapes v0.2.1
25342026-05-19T22:50:44.734Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-05-19T22:50:44.880Z Compiling csv v1.4.0
25362026-05-19T22:50:44.901Z Compiling progenitor v0.14.0
25372026-05-19T22:50:44.951Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-19T22:50:45.012Z Compiling progenitor v0.13.0
25392026-05-19T22:50:45.089Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-19T22:50:45.210Z Compiling phf v0.12.1
25412026-05-19T22:50:45.418Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-05-19T22:50:45.571Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-05-19T22:50:45.895Z Compiling const_format_proc_macros v0.2.34
25442026-05-19T22:50:45.934Z Compiling fd-lock v4.0.4
25452026-05-19T22:50:45.958Z Compiling peg-macros v0.8.5
25462026-05-19T22:50:46.110Z Compiling nu-ansi-term v0.50.3
25472026-05-19T22:50:46.395Z Compiling reedline v0.40.0
25482026-05-19T22:50:46.676Z Compiling const_format v0.2.35
25492026-05-19T22:50:46.739Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25502026-05-19T22:50:47.254Z Compiling peg v0.8.5
25512026-05-19T22:50:47.357Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-05-19T22:50:48.351Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-05-19T22:50:48.379Z Compiling bcs v0.1.6
25542026-05-19T22:50:48.676Z Compiling semver v0.1.20
25552026-05-19T22:50:48.787Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-05-19T22:50:48.814Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-19T22:50:49.028Z Compiling rustc_version v0.1.7
25582026-05-19T22:50:49.052Z Compiling smawk v0.3.2
25592026-05-19T22:50:49.253Z Compiling humantime v2.3.0
25602026-05-19T22:50:49.276Z Compiling newtype_derive v0.1.6
25612026-05-19T22:50:49.503Z Compiling unicode-linebreak v0.1.5
25622026-05-19T22:50:49.735Z Compiling textwrap v0.16.2
25632026-05-19T22:50:49.757Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-05-19T22:50:49.924Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-05-19T22:50:50.005Z Compiling dropshot-api-manager-types v0.7.1
25662026-05-19T22:50:50.043Z Compiling base64 v0.21.7
25672026-05-19T22:50:50.632Z Compiling steno v0.4.1
25682026-05-19T22:50:50.654Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-05-19T22:50:50.747Z Compiling tagptr v0.2.0
25702026-05-19T22:50:50.946Z Compiling moka v0.12.13
25712026-05-19T22:50:51.234Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-05-19T22:50:51.360Z Compiling utf-8 v0.7.6
25732026-05-19T22:50:51.523Z Compiling hickory-proto v0.26.1
25742026-05-19T22:50:51.608Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-05-19T22:50:51.674Z Compiling tungstenite v0.21.0
25762026-05-19T22:50:51.838Z Compiling radium v0.7.0
25772026-05-19T22:50:52.100Z Compiling hickory-resolver v0.25.2
25782026-05-19T22:50:52.184Z Compiling tap v1.0.1
25792026-05-19T22:50:52.218Z Compiling maybe-uninit v2.0.0
25802026-05-19T22:50:52.335Z Compiling tokio-tungstenite v0.21.0
25812026-05-19T22:50:52.582Z Compiling wyz v0.5.1
25822026-05-19T22:50:52.728Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-19T22:50:52.826Z Compiling zerocopy-derive v0.6.6
25842026-05-19T22:50:53.013Z Compiling crc-catalog v2.4.0
25852026-05-19T22:50:53.146Z Compiling funty v2.0.0
25862026-05-19T22:50:53.591Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-05-19T22:50:53.809Z Compiling display-error-chain v0.2.2
25882026-05-19T22:50:53.833Z Compiling packed_struct v0.10.1
25892026-05-19T22:50:54.042Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-19T22:50:54.106Z Compiling zerocopy v0.6.6
25912026-05-19T22:50:54.159Z Compiling bitvec v1.0.1
25922026-05-19T22:50:54.463Z Compiling crc v3.4.0
25932026-05-19T22:50:54.684Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25942026-05-19T22:50:54.790Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-19T22:50:55.888Z Compiling num-derive v0.3.3
25962026-05-19T22:50:55.979Z Compiling packed_struct_codegen v0.10.1
25972026-05-19T22:50:56.643Z Compiling bitfield-macros v0.19.4
25982026-05-19T22:50:56.680Z Compiling proc-macro-error-attr2 v2.0.0
25992026-05-19T22:50:56.787Z Compiling indexmap v1.9.3
26002026-05-19T22:50:57.024Z Compiling nodrop v0.1.14
26012026-05-19T22:50:57.103Z Compiling proc-macro-error2 v2.0.1
26022026-05-19T22:50:57.157Z Compiling array-init v0.0.4
26032026-05-19T22:50:57.344Z Compiling bitfield v0.19.4
26042026-05-19T22:50:57.424Z Compiling libscf-sys v1.1.0
26052026-05-19T22:50:57.447Z Compiling smallvec v0.6.14
26062026-05-19T22:50:57.546Z Compiling typify-impl v0.4.3
26072026-05-19T22:50:57.611Z Compiling hashbrown v0.12.3
26082026-05-19T22:50:57.673Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-05-19T22:50:57.718Z Compiling serde-hex v0.1.0
26102026-05-19T22:50:58.368Z Compiling tabled_derive v0.11.0
26112026-05-19T22:50:58.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-05-19T22:50:58.561Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-05-19T22:50:58.666Z Compiling ron v0.8.1
26142026-05-19T22:50:58.742Z Compiling papergrid v0.17.0
26152026-05-19T22:50:58.762Z Compiling testing_table v0.3.0
26162026-05-19T22:50:59.151Z Compiling hashbrown v0.13.2
26172026-05-19T22:50:59.199Z Compiling vergen-gitcl v1.0.8
26182026-05-19T22:50:59.401Z Compiling dirs-sys-next v0.1.2
26192026-05-19T22:50:59.424Z Compiling crc-any v2.5.0
26202026-05-19T22:50:59.668Z Compiling glob v0.3.3
26212026-05-19T22:50:59.772Z Compiling maplit v1.0.2
26222026-05-19T22:50:59.826Z Compiling diesel_derives v2.3.7
26232026-05-19T22:50:59.852Z Compiling crunchy v0.2.4
26242026-05-19T22:50:59.873Z Compiling object v0.30.4
26252026-05-19T22:50:59.897Z Compiling tabled v0.20.0
26262026-05-19T22:51:00.039Z Compiling clang-sys v1.8.1
26272026-05-19T22:51:00.091Z Compiling dirs-next v2.0.0
26282026-05-19T22:51:00.209Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-05-19T22:51:00.256Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-19T22:51:00.420Z Compiling dsl_auto_type v0.2.0
26312026-05-19T22:51:00.453Z Compiling scheduled-thread-pool v0.2.7
26322026-05-19T22:51:00.665Z Compiling diesel_table_macro_syntax v0.3.0
26332026-05-19T22:51:00.901Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-19T22:51:00.904Z Compiling path-slash v0.1.5
26352026-05-19T22:51:00.949Z Compiling typify-macro v0.4.3
26362026-05-19T22:51:00.975Z Compiling tiny-keccak v2.0.2
26372026-05-19T22:51:01.052Z Compiling xshell-macros v0.2.7
26382026-05-19T22:51:01.121Z Compiling r2d2 v0.8.10
26392026-05-19T22:51:01.224Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-05-19T22:51:01.286Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-05-19T22:51:01.456Z Compiling term v0.7.0
26422026-05-19T22:51:01.461Z Compiling xshell v0.2.7
26432026-05-19T22:51:01.765Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26442026-05-19T22:51:01.933Z Compiling downcast-rs v2.0.2
26452026-05-19T22:51:02.063Z Compiling bit-vec v0.6.3
26462026-05-19T22:51:02.254Z Compiling ascii-canvas v3.0.0
26472026-05-19T22:51:02.315Z Compiling bit-set v0.5.3
26482026-05-19T22:51:02.339Z Compiling itertools v0.10.5
26492026-05-19T22:51:02.475Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-05-19T22:51:02.531Z Compiling ena v0.14.4
26512026-05-19T22:51:02.769Z Compiling libloading v0.8.9
26522026-05-19T22:51:02.790Z Compiling bindgen v0.71.1
26532026-05-19T22:51:03.003Z Compiling regex-syntax v0.6.29
26542026-05-19T22:51:03.071Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-19T22:51:03.478Z Compiling unicase v2.9.0
26562026-05-19T22:51:03.739Z Compiling crc8 v0.1.1
26572026-05-19T22:51:03.794Z Compiling diff v0.1.13
26582026-05-19T22:51:04.059Z Compiling typify v0.4.3
26592026-05-19T22:51:04.199Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26602026-05-19T22:51:04.580Z Compiling lalrpop v0.19.12
26612026-05-19T22:51:04.783Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-05-19T22:51:04.955Z Compiling cexpr v0.6.0
26632026-05-19T22:51:05.067Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-05-19T22:51:05.335Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-05-19T22:51:05.404Z Compiling rustc-hash v2.1.1
26662026-05-19T22:51:05.498Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-19T22:51:05.521Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26682026-05-19T22:51:05.615Z Compiling headers-core v0.3.0
26692026-05-19T22:51:05.728Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-19T22:51:05.774Z Compiling diesel v2.3.7
26712026-05-19T22:51:05.868Z Compiling git-stub v1.0.0
26722026-05-19T22:51:06.050Z Compiling libxml v0.3.3
26732026-05-19T22:51:06.255Z Compiling git-stub-vcs v0.1.0
26742026-05-19T22:51:06.434Z Compiling headers v0.4.1
26752026-05-19T22:51:06.621Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-05-19T22:51:06.962Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-05-19T22:51:07.183Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-05-19T22:51:07.652Z Compiling strum_macros v0.24.3
26792026-05-19T22:51:07.812Z Compiling indoc v1.0.9
26802026-05-19T22:51:08.074Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-05-19T22:51:08.274Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-05-19T22:51:08.303Z Compiling derive_builder v0.20.2
26832026-05-19T22:51:08.475Z Compiling oso-derive v0.27.3
26842026-05-19T22:51:08.896Z Compiling quick-xml v0.37.5
26852026-05-19T22:51:08.930Z Compiling impl-trait-for-tuples v0.2.3
26862026-05-19T22:51:08.980Z Compiling half v1.8.3
26872026-05-19T22:51:09.318Z Compiling openssl-probe v0.1.6
26882026-05-19T22:51:09.423Z Compiling serde_cbor v0.11.2
26892026-05-19T22:51:09.650Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-05-19T22:51:09.814Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-19T22:51:10.181Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-05-19T22:51:10.204Z Compiling samael v0.0.19
26932026-05-19T22:51:10.227Z Compiling bb8 v0.8.6
26942026-05-19T22:51:10.368Z Compiling trait-variant v0.1.2
26952026-05-19T22:51:10.416Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-05-19T22:51:10.479Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-05-19T22:51:10.616Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26982026-05-19T22:51:10.687Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-05-19T22:51:10.707Z Compiling fxhash v0.2.1
27002026-05-19T22:51:10.822Z Compiling salty v0.3.0
27012026-05-19T22:51:10.942Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-05-19T22:51:10.974Z Compiling progenitor-impl v0.10.0
27032026-05-19T22:51:11.149Z Compiling progenitor-impl v0.11.2
27042026-05-19T22:51:11.207Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-05-19T22:51:11.585Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-05-19T22:51:11.606Z Compiling kstat-rs v0.2.4
27072026-05-19T22:51:12.008Z Compiling polar-core v0.27.3
27082026-05-19T22:51:12.032Z Compiling libz-sys v1.1.24
27092026-05-19T22:51:12.083Z Compiling nonempty v0.12.0
27102026-05-19T22:51:12.105Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-05-19T22:51:12.314Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-05-19T22:51:13.107Z Compiling progenitor-macro v0.10.0
27132026-05-19T22:51:13.308Z Compiling progenitor-macro v0.11.2
27142026-05-19T22:51:14.719Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27152026-05-19T22:51:15.236Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27162026-05-19T22:51:15.281Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-05-19T22:51:15.870Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-05-19T22:51:16.428Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-19T22:51:16.617Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-19T22:51:16.921Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-19T22:51:17.121Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-05-19T22:51:17.346Z Compiling progenitor-client v0.11.2
27232026-05-19T22:51:17.894Z Compiling darling_core v0.23.0
27242026-05-19T22:51:20.028Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-19T22:51:20.852Z Compiling nanorand v0.7.0
27262026-05-19T22:51:21.226Z Compiling oso v0.27.3
27272026-05-19T22:51:21.456Z Compiling arc-swap v1.8.2
27282026-05-19T22:51:21.651Z Compiling fs-err v2.11.0
27292026-05-19T22:51:21.837Z Compiling parking_lot_core v0.8.6
27302026-05-19T22:51:22.135Z Compiling mime_guess v2.0.5
27312026-05-19T22:51:22.298Z Compiling slog-scope v4.4.1
27322026-05-19T22:51:22.746Z Compiling async-bb8-diesel v0.2.1
27332026-05-19T22:51:23.187Z Compiling diesel-dtrace v0.5.0
27342026-05-19T22:51:23.399Z Compiling flume v0.11.1
27352026-05-19T22:51:23.508Z Compiling darling_macro v0.23.0
27362026-05-19T22:51:23.802Z Compiling progenitor v0.11.2
27372026-05-19T22:51:24.001Z Compiling progenitor v0.10.0
27382026-05-19T22:51:24.026Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27392026-05-19T22:51:24.190Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-19T22:51:24.419Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-05-19T22:51:26.154Z Compiling primeorder v0.13.6
27422026-05-19T22:51:26.471Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-05-19T22:51:26.542Z Compiling instability v0.3.11
27442026-05-19T22:51:26.585Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-05-19T22:51:26.803Z Compiling p384 v0.13.1
27462026-05-19T22:51:27.314Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-05-19T22:51:27.651Z Compiling darling v0.23.0
27482026-05-19T22:51:27.803Z Compiling slog-stdlog v4.1.1
27492026-05-19T22:51:28.585Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-05-19T22:51:28.675Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-19T22:51:28.703Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-05-19T22:51:28.781Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-05-19T22:51:28.865Z Compiling ignore v0.4.25
27542026-05-19T22:51:28.940Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-05-19T22:51:29.499Z Compiling castaway v0.2.4
27562026-05-19T22:51:29.660Z Compiling atty v0.2.14
27572026-05-19T22:51:29.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-19T22:51:29.859Z Compiling indoc v2.0.7
27592026-05-19T22:51:30.052Z Compiling http-range v0.1.5
27602026-05-19T22:51:30.308Z Compiling parse-size v1.1.0
27612026-05-19T22:51:30.487Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27622026-05-19T22:51:30.534Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-05-19T22:51:31.053Z Compiling compact_str v0.8.1
27642026-05-19T22:51:31.372Z Compiling globwalk v0.9.1
27652026-05-19T22:51:32.046Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-05-19T22:51:32.285Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-19T22:51:32.589Z Compiling parking_lot v0.11.2
27682026-05-19T22:51:33.506Z Compiling slog-envlogger v2.2.0
27692026-05-19T22:51:33.864Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-05-19T22:51:34.746Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-05-19T22:51:34.852Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-19T22:51:34.911Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-05-19T22:51:35.023Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-19T22:51:35.093Z Compiling predicates-tree v1.0.13
27752026-05-19T22:51:35.387Z Compiling unicode-truncate v1.1.0
27762026-05-19T22:51:35.410Z Compiling lru v0.12.5
27772026-05-19T22:51:35.431Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-05-19T22:51:35.582Z Compiling rand_seeder v0.4.0
27792026-05-19T22:51:35.606Z Compiling prefix-trie v0.7.0
27802026-05-19T22:51:35.632Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-19T22:51:35.652Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-05-19T22:51:35.847Z Compiling vergen-git2 v1.0.7
27832026-05-19T22:51:35.906Z Compiling corncobs v0.1.4
27842026-05-19T22:51:35.970Z Compiling cassowary v0.3.0
27852026-05-19T22:51:36.075Z Compiling illumos-nvpair-sys v0.2.0
27862026-05-19T22:51:36.098Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-19T22:51:36.147Z Compiling hickory-server v0.25.2
27882026-05-19T22:51:36.167Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-19T22:51:36.367Z Compiling ratatui v0.29.0
27902026-05-19T22:51:36.519Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-19T22:51:36.759Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-05-19T22:51:36.785Z Compiling camino-tempfile-ext v0.3.3
27932026-05-19T22:51:36.854Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-05-19T22:51:37.430Z Compiling hyper-staticfile v0.10.1
27952026-05-19T22:51:37.550Z Compiling sled v0.34.7
27962026-05-19T22:51:38.246Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-05-19T22:51:38.641Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-05-19T22:51:38.912Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-05-19T22:51:40.216Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-05-19T22:51:40.446Z Compiling secrecy v0.8.0
28012026-05-19T22:51:40.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-05-19T22:51:40.882Z Compiling rustls v0.21.12
28032026-05-19T22:51:41.257Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-05-19T22:51:41.542Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28052026-05-19T22:51:41.542Z --> dns-server/src/dns_server.rs:487:12
28062026-05-19T22:51:41.542Z |
28072026-05-19T22:51:41.542Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28082026-05-19T22:51:41.542Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28092026-05-19T22:51:41.542Z |
28102026-05-19T22:51:41.542Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28112026-05-19T22:51:41.542Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28122026-05-19T22:51:41.542Z |
28132026-05-19T22:51:41.542Z 77 | pub struct Record<R: RecordData = RData> {
28142026-05-19T22:51:41.542Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28152026-05-19T22:51:41.542Z |
28162026-05-19T22:51:41.542Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28172026-05-19T22:51:41.542Z |
28182026-05-19T22:51:41.542Z 78 | pub struct Record<R: RecordData = RData> {
28192026-05-19T22:51:41.542Z | ---------------------------------------- this is the found type
28202026-05-19T22:51:41.542Z = help: you can use `cargo tree` to explore your dependency tree
28212026-05-19T22:51:41.542Znote: required by a bound in `MessageResponse`
28222026-05-19T22:51:41.542Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28232026-05-19T22:51:41.542Z |
28242026-05-19T22:51:41.542Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28252026-05-19T22:51:41.542Z | --------------- required by a bound in this struct
28262026-05-19T22:51:41.543Z 22 | where
28272026-05-19T22:51:41.543Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28282026-05-19T22:51:41.543Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28292026-05-19T22:51:41.543Z
28302026-05-19T22:51:41.547Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28312026-05-19T22:51:41.547Z --> dns-server/src/dns_server.rs:487:12
28322026-05-19T22:51:41.547Z |
28332026-05-19T22:51:41.547Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28342026-05-19T22:51:41.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28352026-05-19T22:51:41.547Z |
28362026-05-19T22:51:41.547Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28372026-05-19T22:51:41.547Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28382026-05-19T22:51:41.547Z |
28392026-05-19T22:51:41.547Z 77 | pub struct Record<R: RecordData = RData> {
28402026-05-19T22:51:41.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28412026-05-19T22:51:41.547Z |
28422026-05-19T22:51:41.547Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28432026-05-19T22:51:41.547Z |
28442026-05-19T22:51:41.547Z 78 | pub struct Record<R: RecordData = RData> {
28452026-05-19T22:51:41.547Z | ---------------------------------------- this is the found type
28462026-05-19T22:51:41.547Z = help: you can use `cargo tree` to explore your dependency tree
28472026-05-19T22:51:41.547Znote: required by a bound in `MessageResponse`
28482026-05-19T22:51:41.547Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28492026-05-19T22:51:41.547Z |
28502026-05-19T22:51:41.547Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28512026-05-19T22:51:41.547Z | --------------- required by a bound in this struct
28522026-05-19T22:51:41.547Z...
28532026-05-19T22:51:41.547Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28542026-05-19T22:51:41.547Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28552026-05-19T22:51:41.547Z
28562026-05-19T22:51:41.547Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28572026-05-19T22:51:41.547Z --> dns-server/src/dns_server.rs:487:12
28582026-05-19T22:51:41.547Z |
28592026-05-19T22:51:41.547Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28602026-05-19T22:51:41.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28612026-05-19T22:51:41.547Z |
28622026-05-19T22:51:41.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28632026-05-19T22:51:41.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28642026-05-19T22:51:41.548Z |
28652026-05-19T22:51:41.548Z 77 | pub struct Record<R: RecordData = RData> {
28662026-05-19T22:51:41.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28672026-05-19T22:51:41.548Z |
28682026-05-19T22:51:41.548Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28692026-05-19T22:51:41.548Z |
28702026-05-19T22:51:41.548Z 78 | pub struct Record<R: RecordData = RData> {
28712026-05-19T22:51:41.548Z | ---------------------------------------- this is the found type
28722026-05-19T22:51:41.548Z = help: you can use `cargo tree` to explore your dependency tree
28732026-05-19T22:51:41.548Znote: required by a bound in `MessageResponse`
28742026-05-19T22:51:41.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28752026-05-19T22:51:41.548Z |
28762026-05-19T22:51:41.548Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28772026-05-19T22:51:41.548Z | --------------- required by a bound in this struct
28782026-05-19T22:51:41.548Z...
28792026-05-19T22:51:41.548Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28802026-05-19T22:51:41.548Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28812026-05-19T22:51:41.548Z
28822026-05-19T22:51:41.548Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28832026-05-19T22:51:41.548Z --> dns-server/src/dns_server.rs:487:12
28842026-05-19T22:51:41.548Z |
28852026-05-19T22:51:41.548Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28862026-05-19T22:51:41.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28872026-05-19T22:51:41.548Z |
28882026-05-19T22:51:41.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28892026-05-19T22:51:41.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28902026-05-19T22:51:41.548Z |
28912026-05-19T22:51:41.548Z 77 | pub struct Record<R: RecordData = RData> {
28922026-05-19T22:51:41.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28932026-05-19T22:51:41.548Z |
28942026-05-19T22:51:41.548Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28952026-05-19T22:51:41.548Z |
28962026-05-19T22:51:41.549Z 78 | pub struct Record<R: RecordData = RData> {
28972026-05-19T22:51:41.549Z | ---------------------------------------- this is the found type
28982026-05-19T22:51:41.549Z = help: you can use `cargo tree` to explore your dependency tree
28992026-05-19T22:51:41.549Znote: required by a bound in `MessageResponse`
29002026-05-19T22:51:41.549Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29012026-05-19T22:51:41.549Z |
29022026-05-19T22:51:41.549Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29032026-05-19T22:51:41.549Z | --------------- required by a bound in this struct
29042026-05-19T22:51:41.549Z...
29052026-05-19T22:51:41.549Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29062026-05-19T22:51:41.549Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29072026-05-19T22:51:41.549Z
29082026-05-19T22:51:41.629Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
29092026-05-19T22:51:41.723Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29102026-05-19T22:51:41.723Z --> dns-server/src/dns_server.rs:161:36
29112026-05-19T22:51:41.723Z |
29122026-05-19T22:51:41.723Z161 | let mr = match MessageRequest::read(&mut dec) {
29132026-05-19T22:51:41.723Z | ^^^^ function or associated item not found in `MessageRequest`
29142026-05-19T22:51:41.723Z |
29152026-05-19T22:51:41.723Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29162026-05-19T22:51:41.723Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29172026-05-19T22:51:41.723Z |
29182026-05-19T22:51:41.723Z 44 | pub trait BinDecodable<'r>: Sized {
29192026-05-19T22:51:41.723Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29202026-05-19T22:51:41.723Z |
29212026-05-19T22:51:41.723Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29222026-05-19T22:51:41.723Z |
29232026-05-19T22:51:41.723Z 45 | pub trait BinDecodable<'r>: Sized {
29242026-05-19T22:51:41.724Z | --------------------------------- this is the trait that was imported
29252026-05-19T22:51:41.724Z = help: you can use `cargo tree` to explore your dependency tree
29262026-05-19T22:51:41.724Z
29272026-05-19T22:51:41.738Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29282026-05-19T22:51:41.738Z --> dns-server/src/dns_server.rs:173:34
29292026-05-19T22:51:41.738Z |
29302026-05-19T22:51:41.738Z173 | let header = Header::response_from_request(mr.header());
29312026-05-19T22:51:41.738Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29322026-05-19T22:51:41.738Z |
29332026-05-19T22:51:41.738Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29342026-05-19T22:51:41.738Z --> dns-server/src/dns_server.rs:173:26
29352026-05-19T22:51:41.738Z |
29362026-05-19T22:51:41.738Z173 | let header = Header::response_from_request(mr.header());
29372026-05-19T22:51:41.738Z | ^^^^^^
29382026-05-19T22:51:41.738Z
29392026-05-19T22:51:41.762Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29402026-05-19T22:51:41.762Z --> dns-server/src/dns_server.rs:273:30
29412026-05-19T22:51:41.762Z |
29422026-05-19T22:51:41.762Z273 | let mut header = Header::response_from_request(mr.header());
29432026-05-19T22:51:41.762Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29442026-05-19T22:51:41.762Z |
29452026-05-19T22:51:41.762Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29462026-05-19T22:51:41.763Z --> dns-server/src/dns_server.rs:273:22
29472026-05-19T22:51:41.763Z |
29482026-05-19T22:51:41.763Z273 | let mut header = Header::response_from_request(mr.header());
29492026-05-19T22:51:41.763Z | ^^^^^^
29502026-05-19T22:51:41.763Z
29512026-05-19T22:51:41.781Zerror[E0308]: mismatched types
29522026-05-19T22:51:41.781Z --> dns-server/src/dns_server.rs:299:30
29532026-05-19T22:51:41.781Z |
29542026-05-19T22:51:41.781Z299 | let answer = store.query(query)?;
29552026-05-19T22:51:41.781Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29562026-05-19T22:51:41.781Z | |
29572026-05-19T22:51:41.781Z | arguments to this method are incorrect
29582026-05-19T22:51:41.781Z |
29592026-05-19T22:51:41.781Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29602026-05-19T22:51:41.781Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29612026-05-19T22:51:41.781Z |
29622026-05-19T22:51:41.781Z 22 | pub struct LowerQuery {
29632026-05-19T22:51:41.781Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29642026-05-19T22:51:41.781Z |
29652026-05-19T22:51:41.781Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29662026-05-19T22:51:41.781Z |
29672026-05-19T22:51:41.781Z 18 | pub struct LowerQuery {
29682026-05-19T22:51:41.781Z | --------------------- this is the found type
29692026-05-19T22:51:41.781Z = help: you can use `cargo tree` to explore your dependency tree
29702026-05-19T22:51:41.781Znote: method defined here
29712026-05-19T22:51:41.781Z --> dns-server/src/storage.rs:762:19
29722026-05-19T22:51:41.781Z |
29732026-05-19T22:51:41.781Z762 | pub(crate) fn query(
29742026-05-19T22:51:41.781Z | ^^^^^
29752026-05-19T22:51:41.781Z763 | &self,
29762026-05-19T22:51:41.782Z764 | query: &LowerQuery,
29772026-05-19T22:51:41.782Z | ------------------
29782026-05-19T22:51:41.782Z
29792026-05-19T22:51:41.785Zerror[E0308]: mismatched types
29802026-05-19T22:51:41.785Z --> dns-server/src/dns_server.rs:311:55
29812026-05-19T22:51:41.785Z |
29822026-05-19T22:51:41.785Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29832026-05-19T22:51:41.785Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29842026-05-19T22:51:41.785Z | |
29852026-05-19T22:51:41.785Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29862026-05-19T22:51:41.785Z |
29872026-05-19T22:51:41.785Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29882026-05-19T22:51:41.785Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29892026-05-19T22:51:41.785Z |
29902026-05-19T22:51:41.785Z 33 | pub enum RecordType {
29912026-05-19T22:51:41.785Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
29922026-05-19T22:51:41.785Z |
29932026-05-19T22:51:41.785Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
29942026-05-19T22:51:41.785Z |
29952026-05-19T22:51:41.785Z 33 | pub enum RecordType {
29962026-05-19T22:51:41.785Z | ------------------- this is the found type
29972026-05-19T22:51:41.785Z = help: you can use `cargo tree` to explore your dependency tree
29982026-05-19T22:51:41.786Z
29992026-05-19T22:51:41.803Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30002026-05-19T22:51:41.803Z --> dns-server/src/dns_server.rs:327:60
30012026-05-19T22:51:41.803Z |
30022026-05-19T22:51:41.803Z327 | .filter(|record| match (query.query_type(), record.data()) {
30032026-05-19T22:51:41.803Z | ^^^^-- help: remove the arguments
30042026-05-19T22:51:41.803Z | |
30052026-05-19T22:51:41.803Z | field, not a method
30062026-05-19T22:51:41.803Z
30072026-05-19T22:51:41.818Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30082026-05-19T22:51:41.818Z --> dns-server/src/dns_server.rs:348:51
30092026-05-19T22:51:41.818Z |
30102026-05-19T22:51:41.818Z348 | let additionals_target = match record.data() {
30112026-05-19T22:51:41.818Z | ^^^^-- help: remove the arguments
30122026-05-19T22:51:41.818Z | |
30132026-05-19T22:51:41.818Z | field, not a method
30142026-05-19T22:51:41.818Z
30152026-05-19T22:51:41.824Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
30162026-05-19T22:51:41.845Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30172026-05-19T22:51:41.845Z --> dns-server/src/dns_server.rs:349:45
30182026-05-19T22:51:41.845Z |
30192026-05-19T22:51:41.845Z349 | RData::SRV(srv) => Some(srv.target()),
30202026-05-19T22:51:41.845Z | ^^^^^^-- help: remove the arguments
30212026-05-19T22:51:41.845Z | |
30222026-05-19T22:51:41.845Z | field, not a method
30232026-05-19T22:51:41.845Z
30242026-05-19T22:51:41.850Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30252026-05-19T22:51:41.850Z --> dns-server/src/dns_server.rs:416:9
30262026-05-19T22:51:41.850Z |
30272026-05-19T22:51:41.850Z414 | let mresp = rb.build(
30282026-05-19T22:51:41.850Z | ----- required by a bound introduced by this call
30292026-05-19T22:51:41.850Z415 | header,
30302026-05-19T22:51:41.850Z416 | response_records.iter().collect::<Vec<&Record>>(),
30312026-05-19T22:51:41.850Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30322026-05-19T22:51:41.850Z |
30332026-05-19T22:51:41.850Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30342026-05-19T22:51:41.850Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30352026-05-19T22:51:41.850Z |
30362026-05-19T22:51:41.850Z 77 | pub struct Record<R: RecordData = RData> {
30372026-05-19T22:51:41.850Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30382026-05-19T22:51:41.850Z |
30392026-05-19T22:51:41.850Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30402026-05-19T22:51:41.850Z |
30412026-05-19T22:51:41.850Z 78 | pub struct Record<R: RecordData = RData> {
30422026-05-19T22:51:41.850Z | ---------------------------------------- this is the found type
30432026-05-19T22:51:41.850Z = help: you can use `cargo tree` to explore your dependency tree
30442026-05-19T22:51:41.850Znote: the method call chain might not have had the expected associated types
30452026-05-19T22:51:41.850Z --> dns-server/src/dns_server.rs:416:26
30462026-05-19T22:51:41.850Z |
30472026-05-19T22:51:41.850Z411 | response_records: &[Record],
30482026-05-19T22:51:41.850Z | ---------------- this expression has type `&[Record]`
30492026-05-19T22:51:41.850Z...
30502026-05-19T22:51:41.850Z416 | response_records.iter().collect::<Vec<&Record>>(),
30512026-05-19T22:51:41.850Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30522026-05-19T22:51:41.850Z | |
30532026-05-19T22:51:41.850Z | `IntoIterator::Item` is `&Record` here
30542026-05-19T22:51:41.850Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30552026-05-19T22:51:41.850Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30562026-05-19T22:51:41.851Z |
30572026-05-19T22:51:41.851Z129 | pub fn build<'a, A, N, S, D>(
30582026-05-19T22:51:41.851Z | ----- required by a bound in this associated function
30592026-05-19T22:51:41.851Z...
30602026-05-19T22:51:41.851Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30612026-05-19T22:51:41.851Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30622026-05-19T22:51:41.851Z
30632026-05-19T22:51:41.851Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30642026-05-19T22:51:41.851Z --> dns-server/src/dns_server.rs:414:20
30652026-05-19T22:51:41.851Z |
30662026-05-19T22:51:41.851Z414 | let mresp = rb.build(
30672026-05-19T22:51:41.851Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30682026-05-19T22:51:41.851Z |
30692026-05-19T22:51:41.851Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30702026-05-19T22:51:41.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30712026-05-19T22:51:41.851Z |
30722026-05-19T22:51:41.851Z 77 | pub struct Record<R: RecordData = RData> {
30732026-05-19T22:51:41.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30742026-05-19T22:51:41.851Z |
30752026-05-19T22:51:41.851Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30762026-05-19T22:51:41.851Z |
30772026-05-19T22:51:41.851Z 78 | pub struct Record<R: RecordData = RData> {
30782026-05-19T22:51:41.851Z | ---------------------------------------- this is the found type
30792026-05-19T22:51:41.851Z = help: you can use `cargo tree` to explore your dependency tree
30802026-05-19T22:51:41.851Znote: required by a bound in `MessageResponse`
30812026-05-19T22:51:41.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30822026-05-19T22:51:41.851Z |
30832026-05-19T22:51:41.851Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30842026-05-19T22:51:41.851Z | --------------- required by a bound in this struct
30852026-05-19T22:51:41.851Z 22 | where
30862026-05-19T22:51:41.851Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30872026-05-19T22:51:41.851Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30882026-05-19T22:51:41.851Z
30892026-05-19T22:51:41.851Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30902026-05-19T22:51:41.851Z --> dns-server/src/dns_server.rs:419:9
30912026-05-19T22:51:41.851Z |
30922026-05-19T22:51:41.851Z414 | let mresp = rb.build(
30932026-05-19T22:51:41.851Z | ----- required by a bound introduced by this call
30942026-05-19T22:51:41.852Z...
30952026-05-19T22:51:41.852Z419 | additional_records,
30962026-05-19T22:51:41.852Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30972026-05-19T22:51:41.852Z |
30982026-05-19T22:51:41.852Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30992026-05-19T22:51:41.852Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31002026-05-19T22:51:41.852Z |
31012026-05-19T22:51:41.852Z 77 | pub struct Record<R: RecordData = RData> {
31022026-05-19T22:51:41.852Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31032026-05-19T22:51:41.852Z |
31042026-05-19T22:51:41.852Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31052026-05-19T22:51:41.852Z |
31062026-05-19T22:51:41.852Z 78 | pub struct Record<R: RecordData = RData> {
31072026-05-19T22:51:41.852Z | ---------------------------------------- this is the found type
31082026-05-19T22:51:41.852Z = help: you can use `cargo tree` to explore your dependency tree
31092026-05-19T22:51:41.852Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31102026-05-19T22:51:41.852Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31112026-05-19T22:51:41.852Z |
31122026-05-19T22:51:41.852Z129 | pub fn build<'a, A, N, S, D>(
31132026-05-19T22:51:41.852Z | ----- required by a bound in this associated function
31142026-05-19T22:51:41.852Z...
31152026-05-19T22:51:41.852Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31162026-05-19T22:51:41.852Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31172026-05-19T22:51:41.852Z
31182026-05-19T22:51:41.852Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31192026-05-19T22:51:41.852Z --> dns-server/src/dns_server.rs:414:20
31202026-05-19T22:51:41.852Z |
31212026-05-19T22:51:41.852Z414 | let mresp = rb.build(
31222026-05-19T22:51:41.852Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31232026-05-19T22:51:41.852Z |
31242026-05-19T22:51:41.856Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31252026-05-19T22:51:41.856Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31262026-05-19T22:51:41.856Z |
31272026-05-19T22:51:41.857Z 77 | pub struct Record<R: RecordData = RData> {
31282026-05-19T22:51:41.857Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31292026-05-19T22:51:41.857Z |
31302026-05-19T22:51:41.857Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31312026-05-19T22:51:41.857Z |
31322026-05-19T22:51:41.857Z 78 | pub struct Record<R: RecordData = RData> {
31332026-05-19T22:51:41.857Z | ---------------------------------------- this is the found type
31342026-05-19T22:51:41.857Z = help: you can use `cargo tree` to explore your dependency tree
31352026-05-19T22:51:41.857Znote: required by a bound in `MessageResponse`
31362026-05-19T22:51:41.857Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31372026-05-19T22:51:41.857Z |
31382026-05-19T22:51:41.857Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31392026-05-19T22:51:41.857Z | --------------- required by a bound in this struct
31402026-05-19T22:51:41.857Z...
31412026-05-19T22:51:41.857Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31422026-05-19T22:51:41.857Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31432026-05-19T22:51:41.857Z
31442026-05-19T22:51:41.857Zerror[E0308]: mismatched types
31452026-05-19T22:51:41.857Z --> dns-server/src/dns_server.rs:415:9
31462026-05-19T22:51:41.857Z |
31472026-05-19T22:51:41.857Z414 | let mresp = rb.build(
31482026-05-19T22:51:41.857Z | ----- arguments to this method are incorrect
31492026-05-19T22:51:41.857Z415 | header,
31502026-05-19T22:51:41.857Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31512026-05-19T22:51:41.857Z |
31522026-05-19T22:51:41.857Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31532026-05-19T22:51:41.857Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31542026-05-19T22:51:41.857Z |
31552026-05-19T22:51:41.857Z 57 | pub struct Header {
31562026-05-19T22:51:41.857Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31572026-05-19T22:51:41.857Z |
31582026-05-19T22:51:41.857Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31592026-05-19T22:51:41.857Z |
31602026-05-19T22:51:41.857Z 57 | pub struct Header {
31612026-05-19T22:51:41.857Z | ----------------- this is the found type
31622026-05-19T22:51:41.857Z = help: you can use `cargo tree` to explore your dependency tree
31632026-05-19T22:51:41.857Znote: method defined here
31642026-05-19T22:51:41.857Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31652026-05-19T22:51:41.857Z |
31662026-05-19T22:51:41.858Z129 | pub fn build<'a, A, N, S, D>(
31672026-05-19T22:51:41.858Z | ^^^^^
31682026-05-19T22:51:41.858Z
31692026-05-19T22:51:41.858Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31702026-05-19T22:51:41.858Z --> dns-server/src/dns_server.rs:422:31
31712026-05-19T22:51:41.858Z |
31722026-05-19T22:51:41.858Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31732026-05-19T22:51:41.858Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31742026-05-19T22:51:41.858Z | |
31752026-05-19T22:51:41.858Z | required by a bound introduced by this call
31762026-05-19T22:51:41.858Z |
31772026-05-19T22:51:41.858Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31782026-05-19T22:51:41.858Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31792026-05-19T22:51:41.858Z |
31802026-05-19T22:51:41.858Z 78 | pub struct Record<R: RecordData = RData> {
31812026-05-19T22:51:41.858Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31822026-05-19T22:51:41.858Z |
31832026-05-19T22:51:41.858Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31842026-05-19T22:51:41.858Z |
31852026-05-19T22:51:41.858Z 77 | pub struct Record<R: RecordData = RData> {
31862026-05-19T22:51:41.858Z | ---------------------------------------- this is the found type
31872026-05-19T22:51:41.858Z = help: you can use `cargo tree` to explore your dependency tree
31882026-05-19T22:51:41.858Znote: required by a bound in `encode_and_send`
31892026-05-19T22:51:41.858Z --> dns-server/src/dns_server.rs:492:27
31902026-05-19T22:51:41.858Z |
31912026-05-19T22:51:41.858Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31922026-05-19T22:51:41.858Z | --------------- required by a bound in this function
31932026-05-19T22:51:41.858Z...
31942026-05-19T22:51:41.858Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31952026-05-19T22:51:41.858Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31962026-05-19T22:51:41.858Z
31972026-05-19T22:51:41.862Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31982026-05-19T22:51:41.862Z --> dns-server/src/dns_server.rs:422:31
31992026-05-19T22:51:41.862Z |
32002026-05-19T22:51:41.862Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32012026-05-19T22:51:41.862Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32022026-05-19T22:51:41.863Z |
32032026-05-19T22:51:41.863Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32042026-05-19T22:51:41.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32052026-05-19T22:51:41.863Z |
32062026-05-19T22:51:41.863Z 77 | pub struct Record<R: RecordData = RData> {
32072026-05-19T22:51:41.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32082026-05-19T22:51:41.863Z |
32092026-05-19T22:51:41.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32102026-05-19T22:51:41.863Z |
32112026-05-19T22:51:41.863Z 78 | pub struct Record<R: RecordData = RData> {
32122026-05-19T22:51:41.863Z | ---------------------------------------- this is the found type
32132026-05-19T22:51:41.863Z = help: you can use `cargo tree` to explore your dependency tree
32142026-05-19T22:51:41.863Znote: required by a bound in `MessageResponse`
32152026-05-19T22:51:41.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32162026-05-19T22:51:41.863Z |
32172026-05-19T22:51:41.863Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32182026-05-19T22:51:41.863Z | --------------- required by a bound in this struct
32192026-05-19T22:51:41.863Z 22 | where
32202026-05-19T22:51:41.863Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32212026-05-19T22:51:41.863Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32222026-05-19T22:51:41.863Z
32232026-05-19T22:51:41.863Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32242026-05-19T22:51:41.863Z --> dns-server/src/dns_server.rs:422:31
32252026-05-19T22:51:41.863Z |
32262026-05-19T22:51:41.863Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32272026-05-19T22:51:41.863Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32282026-05-19T22:51:41.863Z |
32292026-05-19T22:51:41.863Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32302026-05-19T22:51:41.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32312026-05-19T22:51:41.863Z |
32322026-05-19T22:51:41.863Z 77 | pub struct Record<R: RecordData = RData> {
32332026-05-19T22:51:41.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32342026-05-19T22:51:41.863Z |
32352026-05-19T22:51:41.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32362026-05-19T22:51:41.863Z |
32372026-05-19T22:51:41.863Z 78 | pub struct Record<R: RecordData = RData> {
32382026-05-19T22:51:41.863Z | ---------------------------------------- this is the found type
32392026-05-19T22:51:41.863Z = help: you can use `cargo tree` to explore your dependency tree
32402026-05-19T22:51:41.864Znote: required by a bound in `MessageResponse`
32412026-05-19T22:51:41.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32422026-05-19T22:51:41.864Z |
32432026-05-19T22:51:41.864Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32442026-05-19T22:51:41.864Z | --------------- required by a bound in this struct
32452026-05-19T22:51:41.864Z...
32462026-05-19T22:51:41.864Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32472026-05-19T22:51:41.864Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32482026-05-19T22:51:41.864Z
32492026-05-19T22:51:41.864Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32502026-05-19T22:51:41.864Z --> dns-server/src/dns_server.rs:422:5
32512026-05-19T22:51:41.864Z |
32522026-05-19T22:51:41.864Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32532026-05-19T22:51:41.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32542026-05-19T22:51:41.864Z |
32552026-05-19T22:51:41.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32562026-05-19T22:51:41.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32572026-05-19T22:51:41.864Z |
32582026-05-19T22:51:41.864Z 78 | pub struct Record<R: RecordData = RData> {
32592026-05-19T22:51:41.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32602026-05-19T22:51:41.864Z |
32612026-05-19T22:51:41.864Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32622026-05-19T22:51:41.864Z |
32632026-05-19T22:51:41.864Z 77 | pub struct Record<R: RecordData = RData> {
32642026-05-19T22:51:41.864Z | ---------------------------------------- this is the found type
32652026-05-19T22:51:41.864Z = help: you can use `cargo tree` to explore your dependency tree
32662026-05-19T22:51:41.864Znote: required by a bound in `encode_and_send`
32672026-05-19T22:51:41.864Z --> dns-server/src/dns_server.rs:492:27
32682026-05-19T22:51:41.864Z |
32692026-05-19T22:51:41.864Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32702026-05-19T22:51:41.864Z | --------------- required by a bound in this function
32712026-05-19T22:51:41.864Z...
32722026-05-19T22:51:41.864Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32732026-05-19T22:51:41.864Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32742026-05-19T22:51:41.864Z
32752026-05-19T22:51:41.864Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32762026-05-19T22:51:41.864Z --> dns-server/src/dns_server.rs:422:49
32772026-05-19T22:51:41.864Z |
32782026-05-19T22:51:41.864Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32792026-05-19T22:51:41.865Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32802026-05-19T22:51:41.865Z |
32812026-05-19T22:51:41.865Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32822026-05-19T22:51:41.865Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32832026-05-19T22:51:41.865Z |
32842026-05-19T22:51:41.865Z 78 | pub struct Record<R: RecordData = RData> {
32852026-05-19T22:51:41.865Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32862026-05-19T22:51:41.865Z |
32872026-05-19T22:51:41.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32882026-05-19T22:51:41.865Z |
32892026-05-19T22:51:41.865Z 77 | pub struct Record<R: RecordData = RData> {
32902026-05-19T22:51:41.865Z | ---------------------------------------- this is the found type
32912026-05-19T22:51:41.865Z = help: you can use `cargo tree` to explore your dependency tree
32922026-05-19T22:51:41.865Znote: required by a bound in `encode_and_send`
32932026-05-19T22:51:41.865Z --> dns-server/src/dns_server.rs:492:27
32942026-05-19T22:51:41.865Z |
32952026-05-19T22:51:41.865Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32962026-05-19T22:51:41.865Z | --------------- required by a bound in this function
32972026-05-19T22:51:41.875Z...
32982026-05-19T22:51:41.875Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32992026-05-19T22:51:41.876Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33002026-05-19T22:51:41.876Z
33012026-05-19T22:51:41.876Zerror[E0308]: arguments to this method are incorrect
33022026-05-19T22:51:41.876Z --> dns-server/src/dns_server.rs:438:33
33032026-05-19T22:51:41.876Z |
33042026-05-19T22:51:41.876Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
33052026-05-19T22:51:41.876Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
33062026-05-19T22:51:41.876Z | |
33072026-05-19T22:51:41.876Z | expected `&Header`, found `&&Header`
33082026-05-19T22:51:41.876Z |
33092026-05-19T22:51:41.876Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33102026-05-19T22:51:41.876Z found reference `&&hickory_proto::op::Header`
33112026-05-19T22:51:41.876Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33122026-05-19T22:51:41.876Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33132026-05-19T22:51:41.876Z |
33142026-05-19T22:51:41.876Z 67 | pub enum ResponseCode {
33152026-05-19T22:51:41.876Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33162026-05-19T22:51:41.876Z |
33172026-05-19T22:51:41.876Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33182026-05-19T22:51:41.876Z |
33192026-05-19T22:51:41.876Z 67 | pub enum ResponseCode {
33202026-05-19T22:51:41.876Z | --------------------- this is the found type
33212026-05-19T22:51:41.876Z = help: you can use `cargo tree` to explore your dependency tree
33222026-05-19T22:51:41.876Znote: method defined here
33232026-05-19T22:51:41.876Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33242026-05-19T22:51:41.876Z |
33252026-05-19T22:51:41.876Z190 | pub fn error_msg<'a>(
33262026-05-19T22:51:41.876Z | ^^^^^^^^^
33272026-05-19T22:51:41.876Z
33282026-05-19T22:51:41.876Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33292026-05-19T22:51:41.876Z --> dns-server/src/dns_server.rs:457:50
33302026-05-19T22:51:41.876Z |
33312026-05-19T22:51:41.876Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33322026-05-19T22:51:41.876Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33332026-05-19T22:51:41.876Z | |
33342026-05-19T22:51:41.876Z | required by a bound introduced by this call
33352026-05-19T22:51:41.877Z |
33362026-05-19T22:51:41.877Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33372026-05-19T22:51:41.877Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33382026-05-19T22:51:41.877Z |
33392026-05-19T22:51:41.877Z 78 | pub struct Record<R: RecordData = RData> {
33402026-05-19T22:51:41.877Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33412026-05-19T22:51:41.877Z |
33422026-05-19T22:51:41.877Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33432026-05-19T22:51:41.877Z |
33442026-05-19T22:51:41.877Z 77 | pub struct Record<R: RecordData = RData> {
33452026-05-19T22:51:41.877Z | ---------------------------------------- this is the found type
33462026-05-19T22:51:41.877Z = help: you can use `cargo tree` to explore your dependency tree
33472026-05-19T22:51:41.877Znote: required by a bound in `encode_and_send`
33482026-05-19T22:51:41.877Z --> dns-server/src/dns_server.rs:491:23
33492026-05-19T22:51:41.877Z |
33502026-05-19T22:51:41.877Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33512026-05-19T22:51:41.877Z | --------------- required by a bound in this function
33522026-05-19T22:51:41.877Z...
33532026-05-19T22:51:41.877Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33542026-05-19T22:51:41.877Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33552026-05-19T22:51:41.877Z
33562026-05-19T22:51:41.877Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33572026-05-19T22:51:41.877Z --> dns-server/src/dns_server.rs:457:50
33582026-05-19T22:51:41.877Z |
33592026-05-19T22:51:41.877Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33602026-05-19T22:51:41.877Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33612026-05-19T22:51:41.877Z | |
33622026-05-19T22:51:41.877Z | required by a bound introduced by this call
33632026-05-19T22:51:41.877Z |
33642026-05-19T22:51:41.877Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33652026-05-19T22:51:41.877Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33662026-05-19T22:51:41.877Z |
33672026-05-19T22:51:41.877Z 78 | pub struct Record<R: RecordData = RData> {
33682026-05-19T22:51:41.877Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33692026-05-19T22:51:41.877Z |
33702026-05-19T22:51:41.877Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33712026-05-19T22:51:41.877Z |
33722026-05-19T22:51:41.878Z 77 | pub struct Record<R: RecordData = RData> {
33732026-05-19T22:51:41.878Z | ---------------------------------------- this is the found type
33742026-05-19T22:51:41.878Z = help: you can use `cargo tree` to explore your dependency tree
33752026-05-19T22:51:41.878Znote: required by a bound in `encode_and_send`
33762026-05-19T22:51:41.878Z --> dns-server/src/dns_server.rs:492:27
33772026-05-19T22:51:41.878Z |
33782026-05-19T22:51:41.878Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33792026-05-19T22:51:41.878Z | --------------- required by a bound in this function
33802026-05-19T22:51:41.878Z...
33812026-05-19T22:51:41.878Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33822026-05-19T22:51:41.878Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33832026-05-19T22:51:41.878Z
33842026-05-19T22:51:41.878Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33852026-05-19T22:51:41.878Z --> dns-server/src/dns_server.rs:457:50
33862026-05-19T22:51:41.878Z |
33872026-05-19T22:51:41.878Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33882026-05-19T22:51:41.878Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33892026-05-19T22:51:41.878Z | |
33902026-05-19T22:51:41.878Z | required by a bound introduced by this call
33912026-05-19T22:51:41.878Z |
33922026-05-19T22:51:41.878Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33932026-05-19T22:51:41.878Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33942026-05-19T22:51:41.878Z |
33952026-05-19T22:51:41.878Z 78 | pub struct Record<R: RecordData = RData> {
33962026-05-19T22:51:41.878Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33972026-05-19T22:51:41.883Z |
33982026-05-19T22:51:41.883Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33992026-05-19T22:51:41.883Z |
34002026-05-19T22:51:41.883Z 77 | pub struct Record<R: RecordData = RData> {
34012026-05-19T22:51:41.883Z | ---------------------------------------- this is the found type
34022026-05-19T22:51:41.883Z = help: you can use `cargo tree` to explore your dependency tree
34032026-05-19T22:51:41.883Znote: required by a bound in `encode_and_send`
34042026-05-19T22:51:41.883Z --> dns-server/src/dns_server.rs:493:19
34052026-05-19T22:51:41.883Z |
34062026-05-19T22:51:41.883Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34072026-05-19T22:51:41.883Z | --------------- required by a bound in this function
34082026-05-19T22:51:41.883Z...
34092026-05-19T22:51:41.883Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34102026-05-19T22:51:41.883Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34112026-05-19T22:51:41.883Z
34122026-05-19T22:51:41.883Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34132026-05-19T22:51:41.883Z --> dns-server/src/dns_server.rs:457:50
34142026-05-19T22:51:41.883Z |
34152026-05-19T22:51:41.883Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34162026-05-19T22:51:41.884Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34172026-05-19T22:51:41.884Z | |
34182026-05-19T22:51:41.884Z | required by a bound introduced by this call
34192026-05-19T22:51:41.884Z |
34202026-05-19T22:51:41.884Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34212026-05-19T22:51:41.884Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34222026-05-19T22:51:41.884Z |
34232026-05-19T22:51:41.884Z 78 | pub struct Record<R: RecordData = RData> {
34242026-05-19T22:51:41.884Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34252026-05-19T22:51:41.884Z |
34262026-05-19T22:51:41.884Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34272026-05-19T22:51:41.884Z |
34282026-05-19T22:51:41.884Z 77 | pub struct Record<R: RecordData = RData> {
34292026-05-19T22:51:41.884Z | ---------------------------------------- this is the found type
34302026-05-19T22:51:41.884Z = help: you can use `cargo tree` to explore your dependency tree
34312026-05-19T22:51:41.884Znote: required by a bound in `encode_and_send`
34322026-05-19T22:51:41.884Z --> dns-server/src/dns_server.rs:494:27
34332026-05-19T22:51:41.884Z |
34342026-05-19T22:51:41.884Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34352026-05-19T22:51:41.884Z | --------------- required by a bound in this function
34362026-05-19T22:51:41.884Z...
34372026-05-19T22:51:41.884Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34382026-05-19T22:51:41.884Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34392026-05-19T22:51:41.884Z
34402026-05-19T22:51:41.884Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34412026-05-19T22:51:41.884Z --> dns-server/src/dns_server.rs:457:25
34422026-05-19T22:51:41.884Z |
34432026-05-19T22:51:41.884Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34442026-05-19T22:51:41.884Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34452026-05-19T22:51:41.884Z |
34462026-05-19T22:51:41.884Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34472026-05-19T22:51:41.884Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34482026-05-19T22:51:41.884Z |
34492026-05-19T22:51:41.884Z 78 | pub struct Record<R: RecordData = RData> {
34502026-05-19T22:51:41.884Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34512026-05-19T22:51:41.884Z |
34522026-05-19T22:51:41.884Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34532026-05-19T22:51:41.884Z |
34542026-05-19T22:51:41.884Z 77 | pub struct Record<R: RecordData = RData> {
34552026-05-19T22:51:41.885Z | ---------------------------------------- this is the found type
34562026-05-19T22:51:41.885Z = help: you can use `cargo tree` to explore your dependency tree
34572026-05-19T22:51:41.885Znote: required by a bound in `encode_and_send`
34582026-05-19T22:51:41.885Z --> dns-server/src/dns_server.rs:491:23
34592026-05-19T22:51:41.885Z |
34602026-05-19T22:51:41.885Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34612026-05-19T22:51:41.885Z | --------------- required by a bound in this function
34622026-05-19T22:51:41.885Z...
34632026-05-19T22:51:41.885Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34642026-05-19T22:51:41.885Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34652026-05-19T22:51:41.885Z
34662026-05-19T22:51:41.885Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34672026-05-19T22:51:41.885Z --> dns-server/src/dns_server.rs:457:25
34682026-05-19T22:51:41.885Z |
34692026-05-19T22:51:41.885Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34702026-05-19T22:51:41.885Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34712026-05-19T22:51:41.885Z |
34722026-05-19T22:51:41.885Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34732026-05-19T22:51:41.885Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34742026-05-19T22:51:41.885Z |
34752026-05-19T22:51:41.885Z 78 | pub struct Record<R: RecordData = RData> {
34762026-05-19T22:51:41.885Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34772026-05-19T22:51:41.885Z |
34782026-05-19T22:51:41.885Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34792026-05-19T22:51:41.885Z |
34802026-05-19T22:51:41.885Z 77 | pub struct Record<R: RecordData = RData> {
34812026-05-19T22:51:41.885Z | ---------------------------------------- this is the found type
34822026-05-19T22:51:41.885Z = help: you can use `cargo tree` to explore your dependency tree
34832026-05-19T22:51:41.885Znote: required by a bound in `encode_and_send`
34842026-05-19T22:51:41.885Z --> dns-server/src/dns_server.rs:492:27
34852026-05-19T22:51:41.885Z |
34862026-05-19T22:51:41.885Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34872026-05-19T22:51:41.885Z | --------------- required by a bound in this function
34882026-05-19T22:51:41.885Z...
34892026-05-19T22:51:41.885Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34902026-05-19T22:51:41.885Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34912026-05-19T22:51:41.885Z
34922026-05-19T22:51:41.886Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34932026-05-19T22:51:41.886Z --> dns-server/src/dns_server.rs:457:25
34942026-05-19T22:51:41.886Z |
34952026-05-19T22:51:41.886Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34962026-05-19T22:51:41.886Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34972026-05-19T22:51:41.890Z |
34982026-05-19T22:51:41.890Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34992026-05-19T22:51:41.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35002026-05-19T22:51:41.890Z |
35012026-05-19T22:51:41.890Z 78 | pub struct Record<R: RecordData = RData> {
35022026-05-19T22:51:41.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35032026-05-19T22:51:41.890Z |
35042026-05-19T22:51:41.890Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35052026-05-19T22:51:41.890Z |
35062026-05-19T22:51:41.890Z 77 | pub struct Record<R: RecordData = RData> {
35072026-05-19T22:51:41.890Z | ---------------------------------------- this is the found type
35082026-05-19T22:51:41.890Z = help: you can use `cargo tree` to explore your dependency tree
35092026-05-19T22:51:41.890Znote: required by a bound in `encode_and_send`
35102026-05-19T22:51:41.891Z --> dns-server/src/dns_server.rs:493:19
35112026-05-19T22:51:41.891Z |
35122026-05-19T22:51:41.891Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35132026-05-19T22:51:41.891Z | --------------- required by a bound in this function
35142026-05-19T22:51:41.891Z...
35152026-05-19T22:51:41.891Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35162026-05-19T22:51:41.891Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35172026-05-19T22:51:41.891Z
35182026-05-19T22:51:41.891Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35192026-05-19T22:51:41.891Z --> dns-server/src/dns_server.rs:457:25
35202026-05-19T22:51:41.891Z |
35212026-05-19T22:51:41.891Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35222026-05-19T22:51:41.891Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35232026-05-19T22:51:41.891Z |
35242026-05-19T22:51:41.891Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35252026-05-19T22:51:41.891Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35262026-05-19T22:51:41.891Z |
35272026-05-19T22:51:41.891Z 78 | pub struct Record<R: RecordData = RData> {
35282026-05-19T22:51:41.891Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35292026-05-19T22:51:41.891Z |
35302026-05-19T22:51:41.891Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35312026-05-19T22:51:41.891Z |
35322026-05-19T22:51:41.891Z 77 | pub struct Record<R: RecordData = RData> {
35332026-05-19T22:51:41.891Z | ---------------------------------------- this is the found type
35342026-05-19T22:51:41.891Z = help: you can use `cargo tree` to explore your dependency tree
35352026-05-19T22:51:41.891Znote: required by a bound in `encode_and_send`
35362026-05-19T22:51:41.891Z --> dns-server/src/dns_server.rs:494:27
35372026-05-19T22:51:41.891Z |
35382026-05-19T22:51:41.891Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35392026-05-19T22:51:41.891Z | --------------- required by a bound in this function
35402026-05-19T22:51:41.891Z...
35412026-05-19T22:51:41.891Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35422026-05-19T22:51:41.891Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35432026-05-19T22:51:41.891Z
35442026-05-19T22:51:41.891Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35452026-05-19T22:51:41.891Z --> dns-server/src/dns_server.rs:457:69
35462026-05-19T22:51:41.891Z |
35472026-05-19T22:51:41.891Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35482026-05-19T22:51:41.891Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35492026-05-19T22:51:41.892Z |
35502026-05-19T22:51:41.892Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35512026-05-19T22:51:41.892Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35522026-05-19T22:51:41.892Z |
35532026-05-19T22:51:41.892Z 78 | pub struct Record<R: RecordData = RData> {
35542026-05-19T22:51:41.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35552026-05-19T22:51:41.892Z |
35562026-05-19T22:51:41.892Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35572026-05-19T22:51:41.892Z |
35582026-05-19T22:51:41.892Z 77 | pub struct Record<R: RecordData = RData> {
35592026-05-19T22:51:41.892Z | ---------------------------------------- this is the found type
35602026-05-19T22:51:41.892Z = help: you can use `cargo tree` to explore your dependency tree
35612026-05-19T22:51:41.892Znote: required by a bound in `encode_and_send`
35622026-05-19T22:51:41.892Z --> dns-server/src/dns_server.rs:491:23
35632026-05-19T22:51:41.892Z |
35642026-05-19T22:51:41.892Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35652026-05-19T22:51:41.892Z | --------------- required by a bound in this function
35662026-05-19T22:51:41.892Z...
35672026-05-19T22:51:41.892Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35682026-05-19T22:51:41.892Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35692026-05-19T22:51:41.892Z
35702026-05-19T22:51:41.892Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35712026-05-19T22:51:41.892Z --> dns-server/src/dns_server.rs:457:69
35722026-05-19T22:51:41.892Z |
35732026-05-19T22:51:41.892Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35742026-05-19T22:51:41.892Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35752026-05-19T22:51:41.892Z |
35762026-05-19T22:51:41.892Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35772026-05-19T22:51:41.892Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35782026-05-19T22:51:41.892Z |
35792026-05-19T22:51:41.892Z 78 | pub struct Record<R: RecordData = RData> {
35802026-05-19T22:51:41.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35812026-05-19T22:51:41.892Z |
35822026-05-19T22:51:41.892Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35832026-05-19T22:51:41.892Z |
35842026-05-19T22:51:41.892Z 77 | pub struct Record<R: RecordData = RData> {
35852026-05-19T22:51:41.892Z | ---------------------------------------- this is the found type
35862026-05-19T22:51:41.892Z = help: you can use `cargo tree` to explore your dependency tree
35872026-05-19T22:51:41.893Znote: required by a bound in `encode_and_send`
35882026-05-19T22:51:41.893Z --> dns-server/src/dns_server.rs:492:27
35892026-05-19T22:51:41.893Z |
35902026-05-19T22:51:41.893Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35912026-05-19T22:51:41.893Z | --------------- required by a bound in this function
35922026-05-19T22:51:41.893Z...
35932026-05-19T22:51:41.893Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35942026-05-19T22:51:41.893Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35952026-05-19T22:51:41.893Z
35962026-05-19T22:51:41.893Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35972026-05-19T22:51:41.897Z --> dns-server/src/dns_server.rs:457:69
35982026-05-19T22:51:41.897Z |
35992026-05-19T22:51:41.897Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36002026-05-19T22:51:41.897Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36012026-05-19T22:51:41.897Z |
36022026-05-19T22:51:41.897Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36032026-05-19T22:51:41.897Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36042026-05-19T22:51:41.897Z |
36052026-05-19T22:51:41.897Z 78 | pub struct Record<R: RecordData = RData> {
36062026-05-19T22:51:41.897Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36072026-05-19T22:51:41.897Z |
36082026-05-19T22:51:41.897Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36092026-05-19T22:51:41.897Z |
36102026-05-19T22:51:41.897Z 77 | pub struct Record<R: RecordData = RData> {
36112026-05-19T22:51:41.897Z | ---------------------------------------- this is the found type
36122026-05-19T22:51:41.897Z = help: you can use `cargo tree` to explore your dependency tree
36132026-05-19T22:51:41.897Znote: required by a bound in `encode_and_send`
36142026-05-19T22:51:41.897Z --> dns-server/src/dns_server.rs:493:19
36152026-05-19T22:51:41.897Z |
36162026-05-19T22:51:41.897Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36172026-05-19T22:51:41.898Z | --------------- required by a bound in this function
36182026-05-19T22:51:41.898Z...
36192026-05-19T22:51:41.898Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36202026-05-19T22:51:41.898Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36212026-05-19T22:51:41.898Z
36222026-05-19T22:51:41.898Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36232026-05-19T22:51:41.898Z --> dns-server/src/dns_server.rs:457:69
36242026-05-19T22:51:41.898Z |
36252026-05-19T22:51:41.898Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36262026-05-19T22:51:41.898Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36272026-05-19T22:51:41.898Z |
36282026-05-19T22:51:41.898Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36292026-05-19T22:51:41.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36302026-05-19T22:51:41.898Z |
36312026-05-19T22:51:41.898Z 78 | pub struct Record<R: RecordData = RData> {
36322026-05-19T22:51:41.898Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36332026-05-19T22:51:41.898Z |
36342026-05-19T22:51:41.898Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36352026-05-19T22:51:41.898Z |
36362026-05-19T22:51:41.898Z 77 | pub struct Record<R: RecordData = RData> {
36372026-05-19T22:51:41.898Z | ---------------------------------------- this is the found type
36382026-05-19T22:51:41.898Z = help: you can use `cargo tree` to explore your dependency tree
36392026-05-19T22:51:41.898Znote: required by a bound in `encode_and_send`
36402026-05-19T22:51:41.898Z --> dns-server/src/dns_server.rs:494:27
36412026-05-19T22:51:41.898Z |
36422026-05-19T22:51:41.898Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36432026-05-19T22:51:41.898Z | --------------- required by a bound in this function
36442026-05-19T22:51:41.898Z...
36452026-05-19T22:51:41.898Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36462026-05-19T22:51:41.898Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36472026-05-19T22:51:41.898Z
36482026-05-19T22:51:41.898Zerror[E0308]: arguments to this method are incorrect
36492026-05-19T22:51:41.898Z --> dns-server/src/dns_server.rs:477:20
36502026-05-19T22:51:41.898Z |
36512026-05-19T22:51:41.898Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36522026-05-19T22:51:41.898Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36532026-05-19T22:51:41.898Z | |
36542026-05-19T22:51:41.898Z | expected `Header`, found `hickory_proto::op::Header`
36552026-05-19T22:51:41.898Z |
36562026-05-19T22:51:41.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36572026-05-19T22:51:41.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36582026-05-19T22:51:41.899Z |
36592026-05-19T22:51:41.899Z 57 | pub struct Header {
36602026-05-19T22:51:41.899Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36612026-05-19T22:51:41.899Z |
36622026-05-19T22:51:41.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36632026-05-19T22:51:41.899Z |
36642026-05-19T22:51:41.899Z 57 | pub struct Header {
36652026-05-19T22:51:41.899Z | ----------------- this is the found type
36662026-05-19T22:51:41.899Z = help: you can use `cargo tree` to explore your dependency tree
36672026-05-19T22:51:41.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36682026-05-19T22:51:41.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36692026-05-19T22:51:41.899Z |
36702026-05-19T22:51:41.899Z 67 | pub enum ResponseCode {
36712026-05-19T22:51:41.899Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36722026-05-19T22:51:41.899Z |
36732026-05-19T22:51:41.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36742026-05-19T22:51:41.899Z |
36752026-05-19T22:51:41.899Z 67 | pub enum ResponseCode {
36762026-05-19T22:51:41.899Z | --------------------- this is the found type
36772026-05-19T22:51:41.899Z = help: you can use `cargo tree` to explore your dependency tree
36782026-05-19T22:51:41.899Znote: method defined here
36792026-05-19T22:51:41.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36802026-05-19T22:51:41.899Z |
36812026-05-19T22:51:41.899Z190 | pub fn error_msg<'a>(
36822026-05-19T22:51:41.899Z | ^^^^^^^^^
36832026-05-19T22:51:41.899Z
36842026-05-19T22:51:41.899Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36852026-05-19T22:51:41.899Z --> dns-server/src/dns_server.rs:478:50
36862026-05-19T22:51:41.899Z |
36872026-05-19T22:51:41.899Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36882026-05-19T22:51:41.899Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36892026-05-19T22:51:41.899Z | |
36902026-05-19T22:51:41.899Z | required by a bound introduced by this call
36912026-05-19T22:51:41.899Z |
36922026-05-19T22:51:41.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36932026-05-19T22:51:41.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36942026-05-19T22:51:41.900Z |
36952026-05-19T22:51:41.900Z 78 | pub struct Record<R: RecordData = RData> {
36962026-05-19T22:51:41.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36972026-05-19T22:51:41.904Z |
36982026-05-19T22:51:41.904Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36992026-05-19T22:51:41.904Z |
37002026-05-19T22:51:41.904Z 77 | pub struct Record<R: RecordData = RData> {
37012026-05-19T22:51:41.904Z | ---------------------------------------- this is the found type
37022026-05-19T22:51:41.904Z = help: you can use `cargo tree` to explore your dependency tree
37032026-05-19T22:51:41.904Znote: required by a bound in `encode_and_send`
37042026-05-19T22:51:41.904Z --> dns-server/src/dns_server.rs:491:23
37052026-05-19T22:51:41.904Z |
37062026-05-19T22:51:41.904Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37072026-05-19T22:51:41.904Z | --------------- required by a bound in this function
37082026-05-19T22:51:41.904Z...
37092026-05-19T22:51:41.904Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37102026-05-19T22:51:41.904Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37112026-05-19T22:51:41.904Z
37122026-05-19T22:51:41.904Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37132026-05-19T22:51:41.904Z --> dns-server/src/dns_server.rs:478:50
37142026-05-19T22:51:41.904Z |
37152026-05-19T22:51:41.904Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37162026-05-19T22:51:41.904Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37172026-05-19T22:51:41.904Z | |
37182026-05-19T22:51:41.904Z | required by a bound introduced by this call
37192026-05-19T22:51:41.904Z |
37202026-05-19T22:51:41.905Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37212026-05-19T22:51:41.905Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37222026-05-19T22:51:41.905Z |
37232026-05-19T22:51:41.905Z 78 | pub struct Record<R: RecordData = RData> {
37242026-05-19T22:51:41.905Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37252026-05-19T22:51:41.905Z |
37262026-05-19T22:51:41.905Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37272026-05-19T22:51:41.905Z |
37282026-05-19T22:51:41.905Z 77 | pub struct Record<R: RecordData = RData> {
37292026-05-19T22:51:41.905Z | ---------------------------------------- this is the found type
37302026-05-19T22:51:41.905Z = help: you can use `cargo tree` to explore your dependency tree
37312026-05-19T22:51:41.905Znote: required by a bound in `encode_and_send`
37322026-05-19T22:51:41.905Z --> dns-server/src/dns_server.rs:492:27
37332026-05-19T22:51:41.905Z |
37342026-05-19T22:51:41.905Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37352026-05-19T22:51:41.905Z | --------------- required by a bound in this function
37362026-05-19T22:51:41.905Z...
37372026-05-19T22:51:41.905Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37382026-05-19T22:51:41.905Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37392026-05-19T22:51:41.905Z
37402026-05-19T22:51:41.905Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37412026-05-19T22:51:41.905Z --> dns-server/src/dns_server.rs:478:50
37422026-05-19T22:51:41.905Z |
37432026-05-19T22:51:41.905Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37442026-05-19T22:51:41.905Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37452026-05-19T22:51:41.905Z | |
37462026-05-19T22:51:41.905Z | required by a bound introduced by this call
37472026-05-19T22:51:41.905Z |
37482026-05-19T22:51:41.905Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37492026-05-19T22:51:41.905Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37502026-05-19T22:51:41.905Z |
37512026-05-19T22:51:41.905Z 78 | pub struct Record<R: RecordData = RData> {
37522026-05-19T22:51:41.905Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37532026-05-19T22:51:41.905Z |
37542026-05-19T22:51:41.905Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37552026-05-19T22:51:41.905Z |
37562026-05-19T22:51:41.905Z 77 | pub struct Record<R: RecordData = RData> {
37572026-05-19T22:51:41.905Z | ---------------------------------------- this is the found type
37582026-05-19T22:51:41.905Z = help: you can use `cargo tree` to explore your dependency tree
37592026-05-19T22:51:41.906Znote: required by a bound in `encode_and_send`
37602026-05-19T22:51:41.906Z --> dns-server/src/dns_server.rs:493:19
37612026-05-19T22:51:41.906Z |
37622026-05-19T22:51:41.906Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37632026-05-19T22:51:41.906Z | --------------- required by a bound in this function
37642026-05-19T22:51:41.906Z...
37652026-05-19T22:51:41.906Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37662026-05-19T22:51:41.906Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37672026-05-19T22:51:41.906Z
37682026-05-19T22:51:41.906Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37692026-05-19T22:51:41.906Z --> dns-server/src/dns_server.rs:478:50
37702026-05-19T22:51:41.906Z |
37712026-05-19T22:51:41.906Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37722026-05-19T22:51:41.906Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37732026-05-19T22:51:41.906Z | |
37742026-05-19T22:51:41.906Z | required by a bound introduced by this call
37752026-05-19T22:51:41.906Z |
37762026-05-19T22:51:41.906Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37772026-05-19T22:51:41.906Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37782026-05-19T22:51:41.906Z |
37792026-05-19T22:51:41.906Z 78 | pub struct Record<R: RecordData = RData> {
37802026-05-19T22:51:41.906Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37812026-05-19T22:51:41.906Z |
37822026-05-19T22:51:41.906Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37832026-05-19T22:51:41.906Z |
37842026-05-19T22:51:41.906Z 77 | pub struct Record<R: RecordData = RData> {
37852026-05-19T22:51:41.906Z | ---------------------------------------- this is the found type
37862026-05-19T22:51:41.906Z = help: you can use `cargo tree` to explore your dependency tree
37872026-05-19T22:51:41.906Znote: required by a bound in `encode_and_send`
37882026-05-19T22:51:41.906Z --> dns-server/src/dns_server.rs:494:27
37892026-05-19T22:51:41.906Z |
37902026-05-19T22:51:41.906Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37912026-05-19T22:51:41.906Z | --------------- required by a bound in this function
37922026-05-19T22:51:41.906Z...
37932026-05-19T22:51:41.906Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37942026-05-19T22:51:41.906Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37952026-05-19T22:51:41.906Z
37962026-05-19T22:51:41.906Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37972026-05-19T22:51:41.911Z --> dns-server/src/dns_server.rs:478:25
37982026-05-19T22:51:41.911Z |
37992026-05-19T22:51:41.911Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38002026-05-19T22:51:41.911Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38012026-05-19T22:51:41.911Z |
38022026-05-19T22:51:41.911Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38032026-05-19T22:51:41.911Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38042026-05-19T22:51:41.911Z |
38052026-05-19T22:51:41.911Z 78 | pub struct Record<R: RecordData = RData> {
38062026-05-19T22:51:41.911Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38072026-05-19T22:51:41.911Z |
38082026-05-19T22:51:41.911Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38092026-05-19T22:51:41.911Z |
38102026-05-19T22:51:41.911Z 77 | pub struct Record<R: RecordData = RData> {
38112026-05-19T22:51:41.911Z | ---------------------------------------- this is the found type
38122026-05-19T22:51:41.911Z = help: you can use `cargo tree` to explore your dependency tree
38132026-05-19T22:51:41.911Znote: required by a bound in `encode_and_send`
38142026-05-19T22:51:41.911Z --> dns-server/src/dns_server.rs:491:23
38152026-05-19T22:51:41.911Z |
38162026-05-19T22:51:41.911Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38172026-05-19T22:51:41.911Z | --------------- required by a bound in this function
38182026-05-19T22:51:41.911Z...
38192026-05-19T22:51:41.911Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38202026-05-19T22:51:41.911Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38212026-05-19T22:51:41.911Z
38222026-05-19T22:51:41.911Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38232026-05-19T22:51:41.911Z --> dns-server/src/dns_server.rs:478:25
38242026-05-19T22:51:41.911Z |
38252026-05-19T22:51:41.911Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38262026-05-19T22:51:41.911Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38272026-05-19T22:51:41.911Z |
38282026-05-19T22:51:41.911Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38292026-05-19T22:51:41.911Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38302026-05-19T22:51:41.912Z |
38312026-05-19T22:51:41.912Z 78 | pub struct Record<R: RecordData = RData> {
38322026-05-19T22:51:41.912Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38332026-05-19T22:51:41.912Z |
38342026-05-19T22:51:41.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38352026-05-19T22:51:41.912Z |
38362026-05-19T22:51:41.912Z 77 | pub struct Record<R: RecordData = RData> {
38372026-05-19T22:51:41.912Z | ---------------------------------------- this is the found type
38382026-05-19T22:51:41.912Z = help: you can use `cargo tree` to explore your dependency tree
38392026-05-19T22:51:41.912Znote: required by a bound in `encode_and_send`
38402026-05-19T22:51:41.912Z --> dns-server/src/dns_server.rs:492:27
38412026-05-19T22:51:41.912Z |
38422026-05-19T22:51:41.912Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38432026-05-19T22:51:41.912Z | --------------- required by a bound in this function
38442026-05-19T22:51:41.912Z...
38452026-05-19T22:51:41.912Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38462026-05-19T22:51:41.912Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38472026-05-19T22:51:41.912Z
38482026-05-19T22:51:41.912Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38492026-05-19T22:51:41.912Z --> dns-server/src/dns_server.rs:478:25
38502026-05-19T22:51:41.912Z |
38512026-05-19T22:51:41.912Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38522026-05-19T22:51:41.912Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38532026-05-19T22:51:41.912Z |
38542026-05-19T22:51:41.912Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38552026-05-19T22:51:41.912Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38562026-05-19T22:51:41.912Z |
38572026-05-19T22:51:41.912Z 78 | pub struct Record<R: RecordData = RData> {
38582026-05-19T22:51:41.912Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38592026-05-19T22:51:41.912Z |
38602026-05-19T22:51:41.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38612026-05-19T22:51:41.912Z |
38622026-05-19T22:51:41.912Z 77 | pub struct Record<R: RecordData = RData> {
38632026-05-19T22:51:41.912Z | ---------------------------------------- this is the found type
38642026-05-19T22:51:41.912Z = help: you can use `cargo tree` to explore your dependency tree
38652026-05-19T22:51:41.912Znote: required by a bound in `encode_and_send`
38662026-05-19T22:51:41.912Z --> dns-server/src/dns_server.rs:493:19
38672026-05-19T22:51:41.912Z |
38682026-05-19T22:51:41.913Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38692026-05-19T22:51:41.913Z | --------------- required by a bound in this function
38702026-05-19T22:51:41.913Z...
38712026-05-19T22:51:41.913Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38722026-05-19T22:51:41.913Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38732026-05-19T22:51:41.913Z
38742026-05-19T22:51:41.913Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38752026-05-19T22:51:41.913Z --> dns-server/src/dns_server.rs:478:25
38762026-05-19T22:51:41.913Z |
38772026-05-19T22:51:41.913Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38782026-05-19T22:51:41.913Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38792026-05-19T22:51:41.913Z |
38802026-05-19T22:51:41.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38812026-05-19T22:51:41.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38822026-05-19T22:51:41.913Z |
38832026-05-19T22:51:41.913Z 78 | pub struct Record<R: RecordData = RData> {
38842026-05-19T22:51:41.913Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38852026-05-19T22:51:41.913Z |
38862026-05-19T22:51:41.913Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38872026-05-19T22:51:41.913Z |
38882026-05-19T22:51:41.913Z 77 | pub struct Record<R: RecordData = RData> {
38892026-05-19T22:51:41.913Z | ---------------------------------------- this is the found type
38902026-05-19T22:51:41.913Z = help: you can use `cargo tree` to explore your dependency tree
38912026-05-19T22:51:41.913Znote: required by a bound in `encode_and_send`
38922026-05-19T22:51:41.913Z --> dns-server/src/dns_server.rs:494:27
38932026-05-19T22:51:41.913Z |
38942026-05-19T22:51:41.913Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38952026-05-19T22:51:41.913Z | --------------- required by a bound in this function
38962026-05-19T22:51:41.913Z...
38972026-05-19T22:51:41.918Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38982026-05-19T22:51:41.918Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38992026-05-19T22:51:41.918Z
39002026-05-19T22:51:41.918Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39012026-05-19T22:51:41.918Z --> dns-server/src/dns_server.rs:478:69
39022026-05-19T22:51:41.918Z |
39032026-05-19T22:51:41.918Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39042026-05-19T22:51:41.918Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39052026-05-19T22:51:41.918Z |
39062026-05-19T22:51:41.918Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39072026-05-19T22:51:41.918Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39082026-05-19T22:51:41.918Z |
39092026-05-19T22:51:41.918Z 78 | pub struct Record<R: RecordData = RData> {
39102026-05-19T22:51:41.918Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39112026-05-19T22:51:41.918Z |
39122026-05-19T22:51:41.918Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39132026-05-19T22:51:41.918Z |
39142026-05-19T22:51:41.918Z 77 | pub struct Record<R: RecordData = RData> {
39152026-05-19T22:51:41.918Z | ---------------------------------------- this is the found type
39162026-05-19T22:51:41.918Z = help: you can use `cargo tree` to explore your dependency tree
39172026-05-19T22:51:41.918Znote: required by a bound in `encode_and_send`
39182026-05-19T22:51:41.918Z --> dns-server/src/dns_server.rs:491:23
39192026-05-19T22:51:41.918Z |
39202026-05-19T22:51:41.918Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39212026-05-19T22:51:41.918Z | --------------- required by a bound in this function
39222026-05-19T22:51:41.918Z...
39232026-05-19T22:51:41.918Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39242026-05-19T22:51:41.918Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39252026-05-19T22:51:41.918Z
39262026-05-19T22:51:41.918Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39272026-05-19T22:51:41.918Z --> dns-server/src/dns_server.rs:478:69
39282026-05-19T22:51:41.918Z |
39292026-05-19T22:51:41.918Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39302026-05-19T22:51:41.918Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39312026-05-19T22:51:41.918Z |
39322026-05-19T22:51:41.918Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39332026-05-19T22:51:41.918Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39342026-05-19T22:51:41.918Z |
39352026-05-19T22:51:41.919Z 78 | pub struct Record<R: RecordData = RData> {
39362026-05-19T22:51:41.919Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39372026-05-19T22:51:41.919Z |
39382026-05-19T22:51:41.919Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39392026-05-19T22:51:41.919Z |
39402026-05-19T22:51:41.919Z 77 | pub struct Record<R: RecordData = RData> {
39412026-05-19T22:51:41.919Z | ---------------------------------------- this is the found type
39422026-05-19T22:51:41.919Z = help: you can use `cargo tree` to explore your dependency tree
39432026-05-19T22:51:41.919Znote: required by a bound in `encode_and_send`
39442026-05-19T22:51:41.919Z --> dns-server/src/dns_server.rs:492:27
39452026-05-19T22:51:41.919Z |
39462026-05-19T22:51:41.919Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39472026-05-19T22:51:41.919Z | --------------- required by a bound in this function
39482026-05-19T22:51:41.919Z...
39492026-05-19T22:51:41.919Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39502026-05-19T22:51:41.919Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39512026-05-19T22:51:41.919Z
39522026-05-19T22:51:41.919Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39532026-05-19T22:51:41.919Z --> dns-server/src/dns_server.rs:478:69
39542026-05-19T22:51:41.919Z |
39552026-05-19T22:51:41.919Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39562026-05-19T22:51:41.919Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39572026-05-19T22:51:41.919Z |
39582026-05-19T22:51:41.919Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39592026-05-19T22:51:41.919Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39602026-05-19T22:51:41.919Z |
39612026-05-19T22:51:41.919Z 78 | pub struct Record<R: RecordData = RData> {
39622026-05-19T22:51:41.919Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39632026-05-19T22:51:41.919Z |
39642026-05-19T22:51:41.919Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39652026-05-19T22:51:41.919Z |
39662026-05-19T22:51:41.919Z 77 | pub struct Record<R: RecordData = RData> {
39672026-05-19T22:51:41.919Z | ---------------------------------------- this is the found type
39682026-05-19T22:51:41.919Z = help: you can use `cargo tree` to explore your dependency tree
39692026-05-19T22:51:41.919Znote: required by a bound in `encode_and_send`
39702026-05-19T22:51:41.919Z --> dns-server/src/dns_server.rs:493:19
39712026-05-19T22:51:41.919Z |
39722026-05-19T22:51:41.919Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39732026-05-19T22:51:41.920Z | --------------- required by a bound in this function
39742026-05-19T22:51:41.920Z...
39752026-05-19T22:51:41.920Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39762026-05-19T22:51:41.920Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39772026-05-19T22:51:41.920Z
39782026-05-19T22:51:41.920Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39792026-05-19T22:51:41.920Z --> dns-server/src/dns_server.rs:478:69
39802026-05-19T22:51:41.920Z |
39812026-05-19T22:51:41.920Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39822026-05-19T22:51:41.920Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39832026-05-19T22:51:41.920Z |
39842026-05-19T22:51:41.920Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39852026-05-19T22:51:41.920Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39862026-05-19T22:51:41.920Z |
39872026-05-19T22:51:41.920Z 78 | pub struct Record<R: RecordData = RData> {
39882026-05-19T22:51:41.920Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39892026-05-19T22:51:41.920Z |
39902026-05-19T22:51:41.920Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39912026-05-19T22:51:41.920Z |
39922026-05-19T22:51:41.920Z 77 | pub struct Record<R: RecordData = RData> {
39932026-05-19T22:51:41.920Z | ---------------------------------------- this is the found type
39942026-05-19T22:51:41.920Z = help: you can use `cargo tree` to explore your dependency tree
39952026-05-19T22:51:41.920Znote: required by a bound in `encode_and_send`
39962026-05-19T22:51:41.920Z --> dns-server/src/dns_server.rs:494:27
39972026-05-19T22:51:41.964Z |
39982026-05-19T22:51:41.964Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39992026-05-19T22:51:41.964Z | --------------- required by a bound in this function
40002026-05-19T22:51:41.964Z...
40012026-05-19T22:51:41.964Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40022026-05-19T22:51:41.964Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40032026-05-19T22:51:41.964Z
40042026-05-19T22:51:41.964Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
40052026-05-19T22:51:41.964Z --> dns-server/src/dns_server.rs:500:14
40062026-05-19T22:51:41.964Z |
40072026-05-19T22:51:41.964Z499 | let _ = mresp
40082026-05-19T22:51:41.964Z | _________________-
40092026-05-19T22:51:41.964Z500 | | .destructive_emit(&mut enc)
40102026-05-19T22:51:41.964Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40112026-05-19T22:51:41.964Z | |_____________|
40122026-05-19T22:51:41.964Z |
40132026-05-19T22:51:41.964Z |
40142026-05-19T22:51:41.964Z = note: the following trait bounds were not satisfied:
40152026-05-19T22:51:41.964Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40162026-05-19T22:51:41.964Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40172026-05-19T22:51:41.964Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40182026-05-19T22:51:41.964Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40192026-05-19T22:51:41.964Z
40202026-05-19T22:51:41.964Zerror[E0308]: mismatched types
40212026-05-19T22:51:41.964Z --> dns-server/src/dns_server.rs:229:35
40222026-05-19T22:51:41.964Z |
40232026-05-19T22:51:41.964Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40242026-05-19T22:51:41.964Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40252026-05-19T22:51:41.964Z | |
40262026-05-19T22:51:41.964Z | arguments to this function are incorrect
40272026-05-19T22:51:41.964Z |
40282026-05-19T22:51:41.965Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40292026-05-19T22:51:41.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40302026-05-19T22:51:41.965Z |
40312026-05-19T22:51:41.965Z 34 | pub struct Name {
40322026-05-19T22:51:41.965Z | ^^^^^^^^^^^^^^^ this is the expected type
40332026-05-19T22:51:41.965Z |
40342026-05-19T22:51:41.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40352026-05-19T22:51:41.965Z |
40362026-05-19T22:51:41.965Z 37 | pub struct Name {
40372026-05-19T22:51:41.965Z | --------------- this is the found type
40382026-05-19T22:51:41.965Z = help: you can use `cargo tree` to explore your dependency tree
40392026-05-19T22:51:41.965Znote: associated function defined here
40402026-05-19T22:51:41.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40412026-05-19T22:51:41.965Z |
40422026-05-19T22:51:41.965Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40432026-05-19T22:51:41.965Z | ^^^^^^^^^^
40442026-05-19T22:51:41.965Z
40452026-05-19T22:51:41.965Zerror[E0308]: mismatched types
40462026-05-19T22:51:41.965Z --> dns-server/src/dns_server.rs:233:35
40472026-05-19T22:51:41.965Z |
40482026-05-19T22:51:41.965Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40492026-05-19T22:51:41.965Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40502026-05-19T22:51:41.965Z | |
40512026-05-19T22:51:41.965Z | arguments to this function are incorrect
40522026-05-19T22:51:41.965Z |
40532026-05-19T22:51:41.965Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40542026-05-19T22:51:41.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40552026-05-19T22:51:41.965Z |
40562026-05-19T22:51:41.965Z 34 | pub struct Name {
40572026-05-19T22:51:41.965Z | ^^^^^^^^^^^^^^^ this is the expected type
40582026-05-19T22:51:41.965Z |
40592026-05-19T22:51:41.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40602026-05-19T22:51:41.965Z |
40612026-05-19T22:51:41.965Z 37 | pub struct Name {
40622026-05-19T22:51:41.965Z | --------------- this is the found type
40632026-05-19T22:51:41.966Z = help: you can use `cargo tree` to explore your dependency tree
40642026-05-19T22:51:41.966Znote: associated function defined here
40652026-05-19T22:51:41.966Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40662026-05-19T22:51:41.966Z |
40672026-05-19T22:51:41.966Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40682026-05-19T22:51:41.966Z | ^^^^^^^^^^
40692026-05-19T22:51:41.966Z
40702026-05-19T22:51:41.966Zerror[E0308]: mismatched types
40712026-05-19T22:51:41.966Z --> dns-server/src/dns_server.rs:247:60
40722026-05-19T22:51:41.966Z |
40732026-05-19T22:51:41.966Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40742026-05-19T22:51:41.966Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40752026-05-19T22:51:41.966Z | |
40762026-05-19T22:51:41.966Z | arguments to this function are incorrect
40772026-05-19T22:51:41.966Z |
40782026-05-19T22:51:41.966Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40792026-05-19T22:51:41.966Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40802026-05-19T22:51:41.966Z |
40812026-05-19T22:51:41.966Z 34 | pub struct Name {
40822026-05-19T22:51:41.966Z | ^^^^^^^^^^^^^^^ this is the expected type
40832026-05-19T22:51:41.966Z |
40842026-05-19T22:51:41.966Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40852026-05-19T22:51:41.966Z |
40862026-05-19T22:51:41.966Z 37 | pub struct Name {
40872026-05-19T22:51:41.966Z | --------------- this is the found type
40882026-05-19T22:51:41.966Z = help: you can use `cargo tree` to explore your dependency tree
40892026-05-19T22:51:41.966Znote: associated function defined here
40902026-05-19T22:51:41.966Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40912026-05-19T22:51:41.966Z |
40922026-05-19T22:51:41.966Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
40932026-05-19T22:51:41.966Z | ^^^
40942026-05-19T22:51:41.966Z
40952026-05-19T22:51:41.966Zerror[E0308]: mismatched types
40962026-05-19T22:51:41.966Z --> dns-server/src/dns_server.rs:245:17
40972026-05-19T22:51:41.971Z |
40982026-05-19T22:51:41.971Z244 | Ok(Record::from_rdata(
40992026-05-19T22:51:41.971Z | ------------------ arguments to this function are incorrect
41002026-05-19T22:51:41.971Z245 | name.clone(),
41012026-05-19T22:51:41.971Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41022026-05-19T22:51:41.971Z |
41032026-05-19T22:51:41.971Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41042026-05-19T22:51:41.971Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41052026-05-19T22:51:41.971Z |
41062026-05-19T22:51:41.971Z 34 | pub struct Name {
41072026-05-19T22:51:41.971Z | ^^^^^^^^^^^^^^^ this is the expected type
41082026-05-19T22:51:41.971Z |
41092026-05-19T22:51:41.971Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41102026-05-19T22:51:41.971Z |
41112026-05-19T22:51:41.971Z 37 | pub struct Name {
41122026-05-19T22:51:41.971Z | --------------- this is the found type
41132026-05-19T22:51:41.971Z = help: you can use `cargo tree` to explore your dependency tree
41142026-05-19T22:51:41.971Znote: associated function defined here
41152026-05-19T22:51:41.971Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41162026-05-19T22:51:41.971Z |
41172026-05-19T22:51:41.971Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41182026-05-19T22:51:41.971Z | ^^^^^^^^^^
41192026-05-19T22:51:41.972Z
41202026-05-19T22:51:41.972Zerror[E0308]: mismatched types
41212026-05-19T22:51:41.972Z --> dns-server/src/dns_server.rs:259:65
41222026-05-19T22:51:41.972Z |
41232026-05-19T22:51:41.972Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41242026-05-19T22:51:41.972Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41252026-05-19T22:51:41.972Z | |
41262026-05-19T22:51:41.972Z | arguments to this struct are incorrect
41272026-05-19T22:51:41.972Z |
41282026-05-19T22:51:41.972Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41292026-05-19T22:51:41.972Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41302026-05-19T22:51:41.972Z |
41312026-05-19T22:51:41.972Z 34 | pub struct Name {
41322026-05-19T22:51:41.972Z | ^^^^^^^^^^^^^^^ this is the expected type
41332026-05-19T22:51:41.972Z |
41342026-05-19T22:51:41.972Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41352026-05-19T22:51:41.972Z |
41362026-05-19T22:51:41.972Z 37 | pub struct Name {
41372026-05-19T22:51:41.972Z | --------------- this is the found type
41382026-05-19T22:51:41.972Z = help: you can use `cargo tree` to explore your dependency tree
41392026-05-19T22:51:41.972Znote: tuple struct defined here
41402026-05-19T22:51:41.972Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41412026-05-19T22:51:41.972Z |
41422026-05-19T22:51:41.972Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41432026-05-19T22:51:41.972Z | ^^
41442026-05-19T22:51:41.972Z
41452026-05-19T22:51:41.972Zerror[E0308]: mismatched types
41462026-05-19T22:51:41.972Z --> dns-server/src/dns_server.rs:259:35
41472026-05-19T22:51:41.972Z |
41482026-05-19T22:51:41.972Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41492026-05-19T22:51:41.972Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41502026-05-19T22:51:41.972Z | |
41512026-05-19T22:51:41.972Z | arguments to this function are incorrect
41522026-05-19T22:51:41.972Z |
41532026-05-19T22:51:41.972Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41542026-05-19T22:51:41.972Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41552026-05-19T22:51:41.972Z |
41562026-05-19T22:51:41.972Z 34 | pub struct Name {
41572026-05-19T22:51:41.972Z | ^^^^^^^^^^^^^^^ this is the expected type
41582026-05-19T22:51:41.973Z |
41592026-05-19T22:51:41.973Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41602026-05-19T22:51:41.973Z |
41612026-05-19T22:51:41.973Z 37 | pub struct Name {
41622026-05-19T22:51:41.973Z | --------------- this is the found type
41632026-05-19T22:51:41.973Z = help: you can use `cargo tree` to explore your dependency tree
41642026-05-19T22:51:41.973Znote: associated function defined here
41652026-05-19T22:51:41.973Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41662026-05-19T22:51:41.973Z |
41672026-05-19T22:51:41.973Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41682026-05-19T22:51:41.973Z | ^^^^^^^^^^
41692026-05-19T22:51:41.973Z
41702026-05-19T22:51:41.977Zerror[E0308]: arguments to this function are incorrect
41712026-05-19T22:51:41.977Z --> dns-server/src/storage.rs:448:43
41722026-05-19T22:51:41.977Z |
41732026-05-19T22:51:41.977Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41742026-05-19T22:51:41.977Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41752026-05-19T22:51:41.977Z449 | preferred_nameserver,
41762026-05-19T22:51:41.977Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41772026-05-19T22:51:41.977Z450 | rname,
41782026-05-19T22:51:41.977Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41792026-05-19T22:51:41.977Z |
41802026-05-19T22:51:41.977Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41812026-05-19T22:51:41.977Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41822026-05-19T22:51:41.977Z |
41832026-05-19T22:51:41.977Z 34 | pub struct Name {
41842026-05-19T22:51:41.977Z | ^^^^^^^^^^^^^^^ this is the expected type
41852026-05-19T22:51:41.977Z |
41862026-05-19T22:51:41.977Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41872026-05-19T22:51:41.977Z |
41882026-05-19T22:51:41.977Z 37 | pub struct Name {
41892026-05-19T22:51:41.977Z | --------------- this is the found type
41902026-05-19T22:51:41.977Z = help: you can use `cargo tree` to explore your dependency tree
41912026-05-19T22:51:41.977Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41922026-05-19T22:51:41.977Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41932026-05-19T22:51:41.977Z |
41942026-05-19T22:51:41.977Z 34 | pub struct Name {
41952026-05-19T22:51:41.977Z | ^^^^^^^^^^^^^^^ this is the expected type
41962026-05-19T22:51:41.977Z |
41972026-05-19T22:51:41.977Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41982026-05-19T22:51:41.977Z |
41992026-05-19T22:51:41.977Z 37 | pub struct Name {
42002026-05-19T22:51:41.977Z | --------------- this is the found type
42012026-05-19T22:51:41.977Z = help: you can use `cargo tree` to explore your dependency tree
42022026-05-19T22:51:41.977Znote: associated function defined here
42032026-05-19T22:51:41.977Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
42042026-05-19T22:51:41.977Z |
42052026-05-19T22:51:41.978Z154 | pub fn new(
42062026-05-19T22:51:41.978Z | ^^^
42072026-05-19T22:51:41.978Z
42082026-05-19T22:51:41.978Zerror[E0308]: mismatched types
42092026-05-19T22:51:41.978Z --> dns-server/src/storage.rs:446:13
42102026-05-19T22:51:41.978Z |
42112026-05-19T22:51:41.978Z445 | let record = hickory_proto::rr::Record::from_rdata(
42122026-05-19T22:51:41.978Z | ------------------------------------- arguments to this function are incorrect
42132026-05-19T22:51:41.978Z446 | soa_name,
42142026-05-19T22:51:41.978Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42152026-05-19T22:51:41.978Z |
42162026-05-19T22:51:41.978Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42172026-05-19T22:51:41.978Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42182026-05-19T22:51:41.978Z |
42192026-05-19T22:51:41.978Z 34 | pub struct Name {
42202026-05-19T22:51:41.978Z | ^^^^^^^^^^^^^^^ this is the expected type
42212026-05-19T22:51:41.978Z |
42222026-05-19T22:51:41.978Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42232026-05-19T22:51:41.978Z |
42242026-05-19T22:51:41.978Z 37 | pub struct Name {
42252026-05-19T22:51:41.978Z | --------------- this is the found type
42262026-05-19T22:51:41.978Z = help: you can use `cargo tree` to explore your dependency tree
42272026-05-19T22:51:41.978Znote: associated function defined here
42282026-05-19T22:51:41.978Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42292026-05-19T22:51:41.978Z |
42302026-05-19T22:51:41.978Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42312026-05-19T22:51:41.978Z | ^^^^^^^^^^
42322026-05-19T22:51:41.978Z
42332026-05-19T22:51:41.992Zerror[E0308]: mismatched types
42342026-05-19T22:51:41.992Z --> dns-server/src/storage.rs:768:30
42352026-05-19T22:51:41.992Z |
42362026-05-19T22:51:41.992Z768 | self.query_raw(name, orig_name)
42372026-05-19T22:51:41.992Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42382026-05-19T22:51:41.992Z | |
42392026-05-19T22:51:41.992Z | arguments to this method are incorrect
42402026-05-19T22:51:41.992Z |
42412026-05-19T22:51:41.992Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42422026-05-19T22:51:41.992Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42432026-05-19T22:51:41.992Z |
42442026-05-19T22:51:41.992Z 37 | pub struct Name {
42452026-05-19T22:51:41.992Z | ^^^^^^^^^^^^^^^ this is the expected type
42462026-05-19T22:51:41.992Z |
42472026-05-19T22:51:41.992Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42482026-05-19T22:51:41.992Z |
42492026-05-19T22:51:41.992Z 34 | pub struct Name {
42502026-05-19T22:51:41.992Z | --------------- this is the found type
42512026-05-19T22:51:41.992Z = help: you can use `cargo tree` to explore your dependency tree
42522026-05-19T22:51:41.992Znote: method defined here
42532026-05-19T22:51:41.992Z --> dns-server/src/storage.rs:780:8
42542026-05-19T22:51:41.992Z |
42552026-05-19T22:51:41.992Z780 | fn query_raw(
42562026-05-19T22:51:41.992Z | ^^^^^^^^^
42572026-05-19T22:51:41.992Z...
42582026-05-19T22:51:41.992Z783 | orig_name: &Name,
42592026-05-19T22:51:41.992Z | ----------------
42602026-05-19T22:51:41.992Z
42612026-05-19T22:51:41.996Zerror[E0308]: mismatched types
42622026-05-19T22:51:41.996Z --> dns-server/src/storage.rs:777:40
42632026-05-19T22:51:41.996Z |
42642026-05-19T22:51:41.996Z777 | self.query_raw(&LowerName::new(name), name)
42652026-05-19T22:51:41.996Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42662026-05-19T22:51:41.996Z | |
42672026-05-19T22:51:41.996Z | arguments to this function are incorrect
42682026-05-19T22:51:41.996Z |
42692026-05-19T22:51:41.996Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42702026-05-19T22:51:41.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42712026-05-19T22:51:41.996Z |
42722026-05-19T22:51:41.996Z 34 | pub struct Name {
42732026-05-19T22:51:41.996Z | ^^^^^^^^^^^^^^^ this is the expected type
42742026-05-19T22:51:41.996Z |
42752026-05-19T22:51:41.996Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42762026-05-19T22:51:41.996Z |
42772026-05-19T22:51:41.996Z 37 | pub struct Name {
42782026-05-19T22:51:41.996Z | --------------- this is the found type
42792026-05-19T22:51:41.996Z = help: you can use `cargo tree` to explore your dependency tree
42802026-05-19T22:51:41.996Znote: associated function defined here
42812026-05-19T22:51:41.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42822026-05-19T22:51:41.996Z |
42832026-05-19T22:51:41.996Z 37 | pub fn new(name: &Name) -> Self {
42842026-05-19T22:51:41.996Z | ^^^
42852026-05-19T22:51:41.996Z
42862026-05-19T22:51:42.000Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42872026-05-19T22:51:42.000Z --> dns-server/src/storage.rs:791:33
42882026-05-19T22:51:42.000Z |
42892026-05-19T22:51:42.000Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42902026-05-19T22:51:42.000Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42912026-05-19T22:51:42.000Z |
42922026-05-19T22:51:42.000Zhelp: item with same name found
42932026-05-19T22:51:42.000Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
42942026-05-19T22:51:42.000Z |
42952026-05-19T22:51:42.000Z 28 | pub struct LowerName(Name);
42962026-05-19T22:51:42.000Z | ^^^^^^^^^^^^^^^^^^^^
42972026-05-19T22:51:42.000Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
42982026-05-19T22:51:42.001Zhelp: the following other types implement trait `std::convert::From<T>`
42992026-05-19T22:51:42.001Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
43002026-05-19T22:51:42.001Z |
43012026-05-19T22:51:42.001Z240 | impl From<Name> for LowerName {
43022026-05-19T22:51:42.001Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
43032026-05-19T22:51:42.001Z...
43042026-05-19T22:51:42.001Z246 | impl<'a> From<&'a Name> for LowerName {
43052026-05-19T22:51:42.001Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
43062026-05-19T22:51:42.001Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43072026-05-19T22:51:42.001Z = help: you can use `cargo tree` to explore your dependency tree
43082026-05-19T22:51:42.001Z
43092026-05-19T22:51:42.045Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
43102026-05-19T22:51:42.221ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43112026-05-19T22:51:42.221ZFor more information about an error, try `rustc --explain E0271`.
43122026-05-19T22:51:42.297Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43132026-05-19T22:51:42.297Zwarning: build failed, waiting for other jobs to finish...
43142026-05-19T22:51:48.716ZError: Failed to build packages
43152026-05-19T22:51:48.720Z
43162026-05-19T22:51:48.720Zreal 1:19.626695113
43172026-05-19T22:51:48.720Zuser 18:00.324851224
43182026-05-19T22:51:48.720Zsys 1:35.766747073
43192026-05-19T22:51:48.720Ztrap 0.544451802
43202026-05-19T22:51:48.720Ztflt 2.819902818
43212026-05-19T22:51:48.720Zdflt 2.063444989
43222026-05-19T22:51:48.720Zkflt 0.039060011
43232026-05-19T22:51:48.720Zlock 1:37:58.762587246
43242026-05-19T22:51:48.720Zslp 50:33.388426261
43252026-05-19T22:51:48.720Zlat 1:13.521735737
43262026-05-19T22:51:48.720Zstop 3:47.407649874
43272026-05-19T22:51:48.720Zprocess exited: duration 312235 ms, exit code 1
 
43282026-05-19T22:51:48.728Zfound 0 output files
43292026-05-19T22:51:48.728Zupload error: rule "/work/package.tar.gz" required a match, but was not used