01KRPJSBWY5WQJZ6V3VSZV5EQ8: 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: 01KRPJT1Q3A8M6403H1ZEHSD6J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T19:47:19.727Zjob assigned to worker 01KRPJT96ZV6M0NFYQFZ4S5D9C [factory aws, i-004422a0a1215771a] (queued for 53 s)
 
22026-05-15T19:47:27.715Zstarting task 0: "setup"
32026-05-15T19:47:27.720Z++ uname -s
42026-05-15T19:47:27.724Z+ kern=SunOS
52026-05-15T19:47:27.724Z+ build_user=build
62026-05-15T19:47:27.724Z+ build_uid=12345
72026-05-15T19:47:27.724Z+ work_dir=/work
82026-05-15T19:47:27.724Z+ input_dir=/input
92026-05-15T19:47:27.724Z+ [[ 0 == 12345 ]]
102026-05-15T19:47:27.724Z+ case "$kern" in
112026-05-15T19:47:27.724Z+ groupadd -g 12345 build
122026-05-15T19:47:27.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T19:47:29.742Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T19:47:29.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T19:47:29.808Z+ home_fs=zfs
162026-05-15T19:47:29.809Z+ [[ zfs == autofs ]]
172026-05-15T19:47:29.809Z+ mkdir -p /home/build
182026-05-15T19:47:29.809Z+ chown build:build /home/build /work
192026-05-15T19:47:31.812Z+ chmod 0700 /home/build /work
202026-05-15T19:47:31.815Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-15T19:47:31.822Zstarting task 1: "rust-toolchain"
222026-05-15T19:47:31.827Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T19:47:31.827Z * rust toolchain channel = "1.94.0"
242026-05-15T19:47:31.827Z * rust toolchain profile = "default"
252026-05-15T19:47:31.827Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-15T19:47:31.828Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T19:47:31.828Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T19:47:31.832Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T19:47:31.832Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T19:47:31.927Zinfo: downloading installer
312026-05-15T19:47:33.399Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T19:47:33.399Zwarn: /home/build/.rustup/settings.toml
332026-05-15T19:47:33.399Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T19:47:33.399Zwarn: instead of the one inferred from the default host triple.
352026-05-15T19:47:33.412Zinfo: profile set to default
362026-05-15T19:47:33.412Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T19:47:33.415Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T19:47:33.552Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T19:47:33.555Zinfo: downloading 6 components
402026-05-15T19:47:48.451Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T19:47:48.451Z
422026-05-15T19:47:48.489Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T19:47:48.489Z
442026-05-15T19:47:48.489Z
452026-05-15T19:47:48.489ZRust is installed now. Great!
462026-05-15T19:47:48.490Z
472026-05-15T19:47:48.490ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T19:47:48.490Zenvironment variable. This has not been done automatically.
492026-05-15T19:47:48.490Z
502026-05-15T19:47:48.490ZTo configure your current shell, you need to source
512026-05-15T19:47:48.490Zthe corresponding env file under $HOME/.cargo.
522026-05-15T19:47:48.493Z
532026-05-15T19:47:48.494ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T19:47:48.494Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T19:47:48.494Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T19:47:48.494Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T19:47:48.494Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T19:47:48.494Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T19:47:48.494Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T19:47:48.494Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T19:47:48.494Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T19:47:48.590Z+ rustup --version
632026-05-15T19:47:48.596Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T19:47:48.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T19:47:48.618Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T19:47:48.621Z+ cargo --version
672026-05-15T19:47:48.631Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T19:47:48.634Z+ rustc --version
692026-05-15T19:47:48.657Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T19:47:48.660Zprocess exited: duration 16836 ms, exit code 0
 
712026-05-15T19:47:48.667Zstarting task 2: "authentication"
722026-05-15T19:47:48.685Zprocess exited: duration 17 ms, exit code 0
 
732026-05-15T19:47:48.692Zstarting task 3: "clone repository"
742026-05-15T19:47:48.696Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T19:47:48.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T19:47:48.730ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T19:48:00.114Z+ cd /work/oxidecomputer/omicron
782026-05-15T19:48:00.114Z+ git fetch origin 6bf79e8ede6c1967761b07883800088e68909ecd
792026-05-15T19:48:00.390ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T19:48:00.391Z * branch 6bf79e8ede6c1967761b07883800088e68909ecd -> FETCH_HEAD
812026-05-15T19:48:00.404Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-15T19:48:00.408Z++ git branch --show-current
832026-05-15T19:48:00.408Z+ current=main
842026-05-15T19:48:00.408Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-15T19:48:00.409Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6bf79e8ede6c1967761b07883800088e68909ecd
862026-05-15T19:48:00.417Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-15T19:48:00.644ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-15T19:48:00.647Z+ git reset --hard 6bf79e8ede6c1967761b07883800088e68909ecd
892026-05-15T19:48:00.660ZHEAD is now at 6bf79e8ed Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-15T19:48:00.663Zprocess exited: duration 11969 ms, exit code 0
 
912026-05-15T19:48:00.670Zstarting task 4: "build"
922026-05-15T19:48:00.675Z+ source .github/buildomat/ci-env.sh
932026-05-15T19:48:00.678Z++ export CARGO_TERM_COLOR=always
942026-05-15T19:48:00.678Z++ CARGO_TERM_COLOR=always
952026-05-15T19:48:00.678Z+ cargo --version
962026-05-15T19:48:00.687Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T19:48:00.690Z+ rustc --version
982026-05-15T19:48:00.710Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T19:48:00.713Z+ WORK=/work
1002026-05-15T19:48:00.713Z+ pfexec mkdir -p /work
1012026-05-15T19:48:00.717Z+ pfexec chown build /work
1022026-05-15T19:48:00.720Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-15T19:48:02.939Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-15T19:48:02.997Z Startup: Caching catalogs ... Done
1052026-05-15T19:48:03.203ZPlanning: Solver setup ... Done (0.174s)
1062026-05-15T19:48:03.218ZPlanning: Running solver ... Done (0.016s)
1072026-05-15T19:48:03.233ZPlanning: Finding local manifests ... Done (0.012s)
1082026-05-15T19:48:03.245ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-15T19:48:03.261ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-15T19:48:03.274ZPlanning: Package planning ... Done (0.014s)
1112026-05-15T19:48:03.278ZPlanning: Merging actions ... Done (0.001s)
1122026-05-15T19:48:03.468ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-15T19:48:03.472ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-15T19:48:04.714ZPlanning: Evaluating mediators ... Done (1.244s)
1152026-05-15T19:48:04.717ZPlanning: Planning completed in 1.70 seconds
1162026-05-15T19:48:04.723Z Packages to install: 2
1172026-05-15T19:48:04.723Z Estimated space available: 156.07 GB
1182026-05-15T19:48:04.723ZEstimated space to be consumed: 19.74 MB
1192026-05-15T19:48:04.723Z Create boot environment: No
1202026-05-15T19:48:04.728ZCreate backup boot environment: No
1212026-05-15T19:48:04.728Z Rebuild boot archive: No
1222026-05-15T19:48:04.728Z
1232026-05-15T19:48:04.728ZChanged packages:
1242026-05-15T19:48:04.728Zhelios
1252026-05-15T19:48:04.728Z developer/build-essential
1262026-05-15T19:48:04.728Z None -> 11-3.0
1272026-05-15T19:48:04.728Z library/libxmlsec1
1282026-05-15T19:48:04.728Z None -> 1.2.35-3.0
1292026-05-15T19:48:04.768Z
1302026-05-15T19:48:04.768ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-15T19:48:05.442ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1322026-05-15T19:48:05.525Z Actions: 1/268 actions (Installing new actions)
1332026-05-15T19:48:05.574Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-15T19:48:05.581ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-15T19:48:05.581ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-15T19:48:05.596ZFinalize: Updating image state ... Done (0.015s)
1372026-05-15T19:48:08.218ZFinalize: Creating fast lookup database ... Done (2.600s)
1382026-05-15T19:48:08.290ZFinalize: Reading search index ... Done (0.012s)
1392026-05-15T19:48:08.298ZFinalize: Updating search index ... Done (0.000s)
1402026-05-15T19:48:08.404ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-15T19:48:08.701ZPlanning: Evaluating mediator changes ... Done
1422026-05-15T19:48:08.805ZPlanning: Checking for conflicting actions ... Done
1432026-05-15T19:48:08.808ZPlanning: Consolidating action changes ... Done
1442026-05-15T19:48:08.964ZPlanning: Evaluating mediators ... Done
1452026-05-15T19:48:08.967ZPlanning: Planning completed in 0.26 seconds
1462026-05-15T19:48:08.988Z Mediators to change: 2
1472026-05-15T19:48:08.988Z Create boot environment: No
1482026-05-15T19:48:08.988ZCreate backup boot environment: No
1492026-05-15T19:48:09.042ZFinalize: Updating package state database ... Done
1502026-05-15T19:48:09.042ZFinalize: Updating package cache ... Done
1512026-05-15T19:48:09.051ZFinalize: Updating image state ... Done
1522026-05-15T19:48:11.018ZFinalize: Creating fast lookup database ... Done
1532026-05-15T19:48:11.082ZFinalize: Reading search index ... Done
1542026-05-15T19:48:11.085ZFinalize: Updating search index ... Done
1552026-05-15T19:48:11.177ZFinalize: Updating package cache ... Done
1562026-05-15T19:48:11.465ZPlanning: Evaluating mediator changes ... Done
1572026-05-15T19:48:11.572ZPlanning: Checking for conflicting actions ... Done
1582026-05-15T19:48:11.577ZPlanning: Consolidating action changes ... Done
1592026-05-15T19:48:11.733ZPlanning: Evaluating mediators ... Done
1602026-05-15T19:48:11.736ZPlanning: Planning completed in 0.27 seconds
1612026-05-15T19:48:11.757Z Mediators to change: 1
1622026-05-15T19:48:11.757Z Create boot environment: No
1632026-05-15T19:48:11.757ZCreate backup boot environment: No
1642026-05-15T19:48:11.811ZFinalize: Updating package state database ... Done
1652026-05-15T19:48:11.811ZFinalize: Updating package cache ... Done
1662026-05-15T19:48:11.822ZFinalize: Updating image state ... Done
1672026-05-15T19:48:13.773ZFinalize: Creating fast lookup database ... Done
1682026-05-15T19:48:13.834ZFinalize: Reading search index ... Done
1692026-05-15T19:48:13.837ZFinalize: Updating search index ... Done
1702026-05-15T19:48:13.908ZFinalize: Updating package cache ... Done
1712026-05-15T19:48:14.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-15T19:48:14.220Zapache system 2.4 system
1732026-05-15T19:48:14.220Zclang system 15 system
1742026-05-15T19:48:14.220Zcsh system system illumos
1752026-05-15T19:48:14.220Zctags system system illumos
1762026-05-15T19:48:14.220Zfile vendor vendor darwinsys
1772026-05-15T19:48:14.220Zfile system system illumos
1782026-05-15T19:48:14.220Zgcc vendor 14 vendor
1792026-05-15T19:48:14.220Zgcc system 13 system
1802026-05-15T19:48:14.220Zgcc system 10 system
1812026-05-15T19:48:14.220Zgo system 1.25 system
1822026-05-15T19:48:14.220Zllvm system 15 system
1832026-05-15T19:48:14.220Zmariadb system 11.4 system
1842026-05-15T19:48:14.220Zmta vendor vendor dma
1852026-05-15T19:48:14.220Zopenjdk system 17 system
1862026-05-15T19:48:14.220Zopenjdk system 11 system
1872026-05-15T19:48:14.220Zopenssl vendor 3 vendor
1882026-05-15T19:48:14.220Zperl system 5.40 system
1892026-05-15T19:48:14.220Zpostgresql system 18 system
1902026-05-15T19:48:14.220Zpostgresql system 17 system
1912026-05-15T19:48:14.220Zpython vendor 3 vendor
1922026-05-15T19:48:14.220Zpython system 2 system
1932026-05-15T19:48:14.220Zpython3 vendor 3.13 vendor
1942026-05-15T19:48:14.220Zruby system 3.4 system
1952026-05-15T19:48:14.220Zruby system 3.0 system
1962026-05-15T19:48:14.220Zwords vendor vendor american-english
1972026-05-15T19:48:14.220Zwords system system australian-english
1982026-05-15T19:48:14.220Zwords system system british-english
1992026-05-15T19:48:14.220Zwords system system canadian-english
2002026-05-15T19:48:14.220Zwords system system french
2012026-05-15T19:48:14.220Zwords system system italian
2022026-05-15T19:48:14.220Zwords system system ngerman
2032026-05-15T19:48:14.221Zwords system system ogerman
2042026-05-15T19:48:14.221Zwords system system spanish
2052026-05-15T19:48:14.468ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-15T19:48:14.469Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-15T19:48:14.737ZFMRI IFO
2082026-05-15T19:48:14.737Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-15T19:48:14.737Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-15T19:48:14.737Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-15T19:48:14.737Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-15T19:48:14.737Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-15T19:48:14.737Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-15T19:48:14.737Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-15T19:48:14.737Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-15T19:48:14.737Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-15T19:48:14.973Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-15T19:48:15.252Z Updating crates.io index
2192026-05-15T19:48:15.286Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-15T19:48:15.512Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-15T19:48:16.322Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-15T19:48:16.757Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-15T19:48:17.842Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-15T19:48:18.341Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-15T19:48:19.700Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-15T19:48:20.578Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-15T19:48:20.854Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-15T19:48:21.581Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-15T19:48:22.231Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-15T19:48:22.542Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-15T19:48:22.850Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-15T19:48:23.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-15T19:48:24.318Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-15T19:48:24.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-15T19:48:25.103Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-15T19:48:25.439Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-15T19:48:25.832Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-15T19:48:26.170Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-15T19:48:26.386Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-15T19:48:26.640Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-15T19:48:27.083Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-15T19:48:27.420Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-15T19:48:28.003Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-15T19:48:28.419Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-15T19:48:28.739Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-15T19:48:29.041Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-15T19:48:30.082Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-15T19:48:30.900Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-15T19:48:31.351Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-15T19:48:31.607Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-15T19:48:32.208Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-15T19:48:32.528Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-15T19:48:33.332Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-15T19:48:33.561Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-15T19:48:33.803Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-15T19:48:34.104Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-15T19:48:34.446Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-15T19:48:46.322Z Downloading crates ...
2592026-05-15T19:48:46.368Z Downloaded anstyle v1.0.13
2602026-05-15T19:48:46.374Z Downloaded pretty-hex v0.4.1
2612026-05-15T19:48:46.380Z Downloaded serde_spanned v0.6.9
2622026-05-15T19:48:46.384Z Downloaded once_cell v1.21.3
2632026-05-15T19:48:46.384Z Downloaded litemap v0.8.1
2642026-05-15T19:48:46.388Z Downloaded icu_normalizer v2.1.1
2652026-05-15T19:48:46.388Z Downloaded anstream v0.6.21
2662026-05-15T19:48:46.391Z Downloaded bitflags v2.11.0
2672026-05-15T19:48:46.391Z Downloaded zerofrom v0.1.6
2682026-05-15T19:48:46.394Z Downloaded typeid v1.0.3
2692026-05-15T19:48:46.394Z Downloaded toml_write v0.1.2
2702026-05-15T19:48:46.394Z Downloaded serde-value v0.7.0
2712026-05-15T19:48:46.398Z Downloaded toml_datetime v0.6.11
2722026-05-15T19:48:46.401Z Downloaded toml_edit v0.22.27
2732026-05-15T19:48:46.404Z Downloaded smawk v0.3.2
2742026-05-15T19:48:46.408Z Downloaded unicode-xid v0.2.6
2752026-05-15T19:48:46.408Z Downloaded yoke-derive v0.8.1
2762026-05-15T19:48:46.412Z Downloaded scroll v0.12.0
2772026-05-15T19:48:46.412Z Downloaded semver v1.0.28
2782026-05-15T19:48:46.412Z Downloaded utf8parse v0.2.2
2792026-05-15T19:48:46.412Z Downloaded usdt-attr-macro v0.5.0
2802026-05-15T19:48:46.416Z Downloaded scroll_derive v0.12.1
2812026-05-15T19:48:46.420Z Downloaded papergrid v0.11.0
2822026-05-15T19:48:46.420Z Downloaded usdt-macro v0.5.0
2832026-05-15T19:48:46.423Z Downloaded unicode-linebreak v0.1.5
2842026-05-15T19:48:46.423Z Downloaded writeable v0.6.2
2852026-05-15T19:48:46.423Z Downloaded tinystr v0.8.2
2862026-05-15T19:48:46.423Z Downloaded thiserror-impl v2.0.18
2872026-05-15T19:48:46.423Z Downloaded serde-untagged v0.1.9
2882026-05-15T19:48:46.429Z Downloaded proc-macro-error v1.0.4
2892026-05-15T19:48:46.429Z Downloaded typenum v1.19.0
2902026-05-15T19:48:46.429Z Downloaded utf8_iter v1.0.4
2912026-05-15T19:48:46.429Z Downloaded getrandom v0.4.1
2922026-05-15T19:48:46.433Z Downloaded usdt v0.5.0
2932026-05-15T19:48:46.433Z Downloaded thiserror-impl v1.0.69
2942026-05-15T19:48:46.436Z Downloaded thread-id v4.2.2
2952026-05-15T19:48:46.437Z Downloaded yoke v0.8.1
2962026-05-15T19:48:46.437Z Downloaded version_check v0.9.5
2972026-05-15T19:48:46.441Z Downloaded quote v1.0.45
2982026-05-15T19:48:46.441Z Downloaded serde_core v1.0.228
2992026-05-15T19:48:46.444Z Downloaded zerocopy-derive v0.7.35
3002026-05-15T19:48:46.444Z Downloaded zmij v1.0.21
3012026-05-15T19:48:46.444Z Downloaded heck v0.5.0
3022026-05-15T19:48:46.448Z Downloaded cpufeatures v0.2.17
3032026-05-15T19:48:46.448Z Downloaded ucd-trie v0.1.7
3042026-05-15T19:48:46.448Z Downloaded plain v0.2.3
3052026-05-15T19:48:46.448Z Downloaded zerovec-derive v0.11.2
3062026-05-15T19:48:46.451Z Downloaded thiserror v2.0.18
3072026-05-15T19:48:46.451Z Downloaded zerofrom-derive v0.1.6
3082026-05-15T19:48:46.455Z Downloaded fastrand v2.3.0
3092026-05-15T19:48:46.455Z Downloaded percent-encoding v2.3.2
3102026-05-15T19:48:46.455Z Downloaded memmap v0.7.0
3112026-05-15T19:48:46.455Z Downloaded is_terminal_polyfill v1.70.2
3122026-05-15T19:48:46.455Z Downloaded thiserror v1.0.69
3132026-05-15T19:48:46.458Z Downloaded zerotrie v0.2.3
3142026-05-15T19:48:46.461Z Downloaded toml v0.8.23
3152026-05-15T19:48:46.462Z Downloaded textwrap v0.16.2
3162026-05-15T19:48:46.465Z Downloaded proc-macro-error-attr v1.0.4
3172026-05-15T19:48:46.465Z Downloaded equivalent v1.0.2
3182026-05-15T19:48:46.465Z Downloaded usdt-impl v0.5.0
3192026-05-15T19:48:46.465Z Downloaded unicode-ident v1.0.24
3202026-05-15T19:48:46.468Z Downloaded dtrace-parser v0.2.0
3212026-05-15T19:48:46.468Z Downloaded stable_deref_trait v1.2.1
3222026-05-15T19:48:46.468Z Downloaded fs-err v3.3.0
3232026-05-15T19:48:46.468Z Downloaded errno v0.3.14
3242026-05-15T19:48:46.471Z Downloaded ordered-float v2.10.1
3252026-05-15T19:48:46.471Z Downloaded idna_adapter v1.2.1
3262026-05-15T19:48:46.474Z Downloaded generic-array v0.14.7
3272026-05-15T19:48:46.474Z Downloaded swrite v0.1.0
3282026-05-15T19:48:46.477Z Downloaded crypto-common v0.1.7
3292026-05-15T19:48:46.477Z Downloaded potential_utf v0.1.4
3302026-05-15T19:48:46.481Z Downloaded url v2.5.8
3312026-05-15T19:48:46.481Z Downloaded itoa v1.0.17
3322026-05-15T19:48:46.484Z Downloaded anstyle-query v1.1.5
3332026-05-15T19:48:46.487Z Downloaded winnow v0.7.14
3342026-05-15T19:48:46.490Z Downloaded strsim v0.11.1
3352026-05-15T19:48:46.493Z Downloaded zerocopy v0.7.35
3362026-05-15T19:48:46.499Z Downloaded zerovec v0.11.5
3372026-05-15T19:48:46.502Z Downloaded macaddr v1.0.1
3382026-05-15T19:48:46.506Z Downloaded clap_lex v1.0.0
3392026-05-15T19:48:46.506Z Downloaded cfg-if v1.0.4
3402026-05-15T19:48:46.506Z Downloaded cargo-platform v0.2.0
3412026-05-15T19:48:46.506Z Downloaded terminal_size v0.4.3
3422026-05-15T19:48:46.506Z Downloaded unicode-width v0.1.14
3432026-05-15T19:48:46.509Z Downloaded cargo_metadata v0.21.0
3442026-05-15T19:48:46.513Z Downloaded tabled_derive v0.7.0
3452026-05-15T19:48:46.514Z Downloaded unicode-width v0.2.0
3462026-05-15T19:48:46.517Z Downloaded serde_tokenstream v0.2.3
3472026-05-15T19:48:46.517Z Downloaded heck v0.4.1
3482026-05-15T19:48:46.517Z Downloaded autocfg v1.5.0
3492026-05-15T19:48:46.517Z Downloaded fnv v1.0.7
3502026-05-15T19:48:46.517Z Downloaded anstyle-parse v0.2.7
3512026-05-15T19:48:46.520Z Downloaded block-buffer v0.10.4
3522026-05-15T19:48:46.520Z Downloaded form_urlencoded v1.2.2
3532026-05-15T19:48:46.520Z Downloaded colorchoice v1.0.4
3542026-05-15T19:48:46.523Z Downloaded sha2 v0.10.9
3552026-05-15T19:48:46.523Z Downloaded erased-serde v0.4.9
3562026-05-15T19:48:46.523Z Downloaded displaydoc v0.2.5
3572026-05-15T19:48:46.526Z Downloaded camino-tempfile v1.4.1
3582026-05-15T19:48:46.526Z Downloaded serde v1.0.228
3592026-05-15T19:48:46.529Z Downloaded icu_collections v2.1.1
3602026-05-15T19:48:46.532Z Downloaded synstructure v0.13.2
3612026-05-15T19:48:46.535Z Downloaded byteorder v1.5.0
3622026-05-15T19:48:46.545Z Downloaded cargo-util-schemas v0.8.2
3632026-05-15T19:48:46.548Z Downloaded camino v1.2.2
3642026-05-15T19:48:46.548Z Downloaded bytecount v0.6.9
3652026-05-15T19:48:46.551Z Downloaded pest_generator v2.8.6
3662026-05-15T19:48:46.551Z Downloaded smallvec v1.15.1
3672026-05-15T19:48:46.554Z Downloaded pest_derive v2.8.6
3682026-05-15T19:48:46.558Z Downloaded dof v0.3.0
3692026-05-15T19:48:46.565Z Downloaded tempfile v3.25.0
3702026-05-15T19:48:46.568Z Downloaded cargo_toml v0.21.0
3712026-05-15T19:48:46.574Z Downloaded clap_derive v4.5.55
3722026-05-15T19:48:46.577Z Downloaded clap v4.5.60
3732026-05-15T19:48:46.580Z Downloaded digest v0.10.7
3742026-05-15T19:48:46.583Z Downloaded anyhow v1.0.102
3752026-05-15T19:48:46.583Z Downloaded log v0.4.29
3762026-05-15T19:48:46.586Z Downloaded icu_properties v2.1.2
3772026-05-15T19:48:46.586Z Downloaded serde_derive v1.0.228
3782026-05-15T19:48:46.589Z Downloaded icu_provider v2.1.1
3792026-05-15T19:48:46.589Z Downloaded num-traits v0.2.19
3802026-05-15T19:48:46.594Z Downloaded icu_locale_core v2.1.1
3812026-05-15T19:48:46.607Z Downloaded icu_normalizer_data v2.1.1
3822026-05-15T19:48:46.611Z Downloaded pest_meta v2.8.6
3832026-05-15T19:48:46.611Z Downloaded proc-macro2 v1.0.106
3842026-05-15T19:48:46.614Z Downloaded memchr v2.8.0
3852026-05-15T19:48:46.616Z Downloaded serde_json v1.0.149
3862026-05-15T19:48:46.636Z Downloaded indexmap v2.14.0
3872026-05-15T19:48:46.639Z Downloaded hashbrown v0.17.0
3882026-05-15T19:48:46.657Z Downloaded idna v1.1.0
3892026-05-15T19:48:46.660Z Downloaded icu_properties_data v2.1.2
3902026-05-15T19:48:46.665Z Downloaded clap_builder v4.5.60
3912026-05-15T19:48:46.671Z Downloaded pest v2.8.6
3922026-05-15T19:48:46.678Z Downloaded goblin v0.8.2
3932026-05-15T19:48:46.686Z Downloaded tabled v0.15.0
3942026-05-15T19:48:46.700Z Downloaded syn v1.0.109
3952026-05-15T19:48:46.709Z Downloaded syn v2.0.117
3962026-05-15T19:48:46.724Z Downloaded rustix v1.1.3
3972026-05-15T19:48:46.751Z Downloaded libc v0.2.185
3982026-05-15T19:48:46.817Z Compiling proc-macro2 v1.0.106
3992026-05-15T19:48:46.821Z Compiling quote v1.0.45
4002026-05-15T19:48:46.821Z Compiling unicode-ident v1.0.24
4012026-05-15T19:48:46.821Z Compiling serde_core v1.0.228
4022026-05-15T19:48:46.821Z Compiling libc v0.2.185
4032026-05-15T19:48:46.821Z Compiling version_check v0.9.5
4042026-05-15T19:48:46.821Z Compiling serde v1.0.228
4052026-05-15T19:48:46.821Z Compiling stable_deref_trait v1.2.1
4062026-05-15T19:48:47.001Z Compiling memchr v2.8.0
4072026-05-15T19:48:47.004Z Compiling zmij v1.0.21
4082026-05-15T19:48:47.004Z Compiling thiserror v1.0.69
4092026-05-15T19:48:47.004Z Compiling ucd-trie v0.1.7
4102026-05-15T19:48:47.004Z Compiling autocfg v1.5.0
4112026-05-15T19:48:47.004Z Compiling itoa v1.0.17
4122026-05-15T19:48:47.013Z Compiling litemap v0.8.1
4132026-05-15T19:48:47.139Z Compiling writeable v0.6.2
4142026-05-15T19:48:47.225Z Compiling rustix v1.1.3
4152026-05-15T19:48:47.432Z Compiling icu_normalizer_data v2.1.1
4162026-05-15T19:48:47.451Z Compiling byteorder v1.5.0
4172026-05-15T19:48:47.470Z Compiling icu_properties_data v2.1.2
4182026-05-15T19:48:47.473Z Compiling bitflags v2.11.0
4192026-05-15T19:48:47.473Z Compiling serde_json v1.0.149
4202026-05-15T19:48:47.595Z Compiling pest v2.8.6
4212026-05-15T19:48:47.652Z Compiling num-traits v0.2.19
4222026-05-15T19:48:47.710Z Compiling hashbrown v0.17.0
4232026-05-15T19:48:47.829Z Compiling smallvec v1.15.1
4242026-05-15T19:48:47.838Z Compiling equivalent v1.0.2
4252026-05-15T19:48:47.920Z Compiling typeid v1.0.3
4262026-05-15T19:48:47.967Z Compiling usdt-impl v0.5.0
4272026-05-15T19:48:48.002Z Compiling proc-macro-error-attr v1.0.4
4282026-05-15T19:48:48.015Z Compiling syn v1.0.109
4292026-05-15T19:48:48.045Z Compiling erased-serde v0.4.9
4302026-05-15T19:48:48.059Z Compiling winnow v0.7.14
4312026-05-15T19:48:48.095Z Compiling toml_write v0.1.2
4322026-05-15T19:48:48.122Z Compiling errno v0.3.14
4332026-05-15T19:48:48.203Z Compiling thread-id v4.2.2
4342026-05-15T19:48:48.320Z Compiling indexmap v2.14.0
4352026-05-15T19:48:48.356Z Compiling proc-macro-error v1.0.4
4362026-05-15T19:48:48.368Z Compiling getrandom v0.4.1
4372026-05-15T19:48:48.368Z Compiling percent-encoding v2.3.2
4382026-05-15T19:48:48.417Z Compiling thiserror v2.0.18
4392026-05-15T19:48:48.521Z Compiling log v0.4.29
4402026-05-15T19:48:48.564Z Compiling syn v2.0.117
4412026-05-15T19:48:48.617Z Compiling plain v0.2.3
4422026-05-15T19:48:48.646Z Compiling camino v1.2.2
4432026-05-15T19:48:48.664Z Compiling utf8_iter v1.0.4
4442026-05-15T19:48:48.685Z Compiling utf8parse v0.2.2
4452026-05-15T19:48:48.749Z Compiling form_urlencoded v1.2.2
4462026-05-15T19:48:48.810Z Compiling pest_meta v2.8.6
4472026-05-15T19:48:48.845Z Compiling ordered-float v2.10.1
4482026-05-15T19:48:48.855Z Compiling anstyle-parse v0.2.7
4492026-05-15T19:48:48.996Z Compiling anstyle-query v1.1.5
4502026-05-15T19:48:49.056Z Compiling is_terminal_polyfill v1.70.2
4512026-05-15T19:48:49.080Z Compiling pretty-hex v0.4.1
4522026-05-15T19:48:49.095Z Compiling colorchoice v1.0.4
4532026-05-15T19:48:49.125Z Compiling anstyle v1.0.13
4542026-05-15T19:48:49.148Z Compiling cfg-if v1.0.4
4552026-05-15T19:48:49.184Z Compiling terminal_size v0.4.3
4562026-05-15T19:48:49.200Z Compiling fs-err v3.3.0
4572026-05-15T19:48:49.256Z Compiling semver v1.0.28
4582026-05-15T19:48:49.350Z Compiling anstream v0.6.21
4592026-05-15T19:48:49.390Z Compiling fastrand v2.3.0
4602026-05-15T19:48:49.421Z Compiling fnv v1.0.7
4612026-05-15T19:48:49.424Z Compiling once_cell v1.21.3
4622026-05-15T19:48:49.459Z Compiling heck v0.5.0
4632026-05-15T19:48:49.476Z Compiling unicode-width v0.1.14
4642026-05-15T19:48:49.548Z Compiling strsim v0.11.1
4652026-05-15T19:48:49.642Z Compiling clap_lex v1.0.0
4662026-05-15T19:48:49.689Z Compiling heck v0.4.1
4672026-05-15T19:48:49.710Z Compiling serde-untagged v0.1.9
4682026-05-15T19:48:49.713Z Compiling bytecount v0.6.9
4692026-05-15T19:48:49.744Z Compiling unicode-xid v0.2.6
4702026-05-15T19:48:49.765Z Compiling anyhow v1.0.102
4712026-05-15T19:48:49.795Z Compiling tempfile v3.25.0
4722026-05-15T19:48:49.814Z Compiling clap_builder v4.5.60
4732026-05-15T19:48:49.887Z Compiling papergrid v0.11.0
4742026-05-15T19:48:49.906Z Compiling memmap v0.7.0
4752026-05-15T19:48:49.906Z Compiling unicode-width v0.2.0
4762026-05-15T19:48:49.945Z Compiling unicode-linebreak v0.1.5
4772026-05-15T19:48:49.962Z Compiling smawk v0.3.2
4782026-05-15T19:48:49.997Z Compiling swrite v0.1.0
4792026-05-15T19:48:50.133Z Compiling camino-tempfile v1.4.1
4802026-05-15T19:48:50.136Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-15T19:48:50.206Z Compiling textwrap v0.16.2
4822026-05-15T19:48:50.605Z Compiling tabled_derive v0.7.0
4832026-05-15T19:48:51.194Z Compiling synstructure v0.13.2
4842026-05-15T19:48:51.194Z Compiling pest_generator v2.8.6
4852026-05-15T19:48:51.304Z Compiling tabled v0.15.0
4862026-05-15T19:48:51.703Z Compiling serde_derive v1.0.228
4872026-05-15T19:48:51.706Z Compiling zerofrom-derive v0.1.6
4882026-05-15T19:48:51.707Z Compiling yoke-derive v0.8.1
4892026-05-15T19:48:51.707Z Compiling zerovec-derive v0.11.2
4902026-05-15T19:48:51.707Z Compiling displaydoc v0.2.5
4912026-05-15T19:48:51.707Z Compiling thiserror-impl v1.0.69
4922026-05-15T19:48:51.723Z Compiling zerocopy-derive v0.7.35
4932026-05-15T19:48:51.726Z Compiling scroll_derive v0.12.1
4942026-05-15T19:48:51.727Z Compiling thiserror-impl v2.0.18
4952026-05-15T19:48:51.824Z Compiling pest_derive v2.8.6
4962026-05-15T19:48:51.828Z Compiling clap_derive v4.5.55
4972026-05-15T19:48:52.465Z Compiling scroll v0.12.0
4982026-05-15T19:48:52.590Z Compiling zerocopy v0.7.35
4992026-05-15T19:48:52.692Z Compiling zerofrom v0.1.6
5002026-05-15T19:48:52.709Z Compiling goblin v0.8.2
5012026-05-15T19:48:52.817Z Compiling yoke v0.8.1
5022026-05-15T19:48:52.888Z Compiling dtrace-parser v0.2.0
5032026-05-15T19:48:52.975Z Compiling zerovec v0.11.5
5042026-05-15T19:48:52.975Z Compiling zerotrie v0.2.3
5052026-05-15T19:48:53.219Z Compiling clap v4.5.60
5062026-05-15T19:48:53.391Z Compiling tinystr v0.8.2
5072026-05-15T19:48:53.391Z Compiling potential_utf v0.1.4
5082026-05-15T19:48:53.500Z Compiling icu_collections v2.1.1
5092026-05-15T19:48:53.550Z Compiling icu_locale_core v2.1.1
5102026-05-15T19:48:54.115Z Compiling icu_provider v2.1.1
5112026-05-15T19:48:54.317Z Compiling toml_datetime v0.6.11
5122026-05-15T19:48:54.317Z Compiling serde_spanned v0.6.9
5132026-05-15T19:48:54.317Z Compiling serde-value v0.7.0
5142026-05-15T19:48:54.320Z Compiling cargo-platform v0.2.0
5152026-05-15T19:48:54.320Z Compiling macaddr v1.0.1
5162026-05-15T19:48:54.334Z Compiling icu_normalizer v2.1.1
5172026-05-15T19:48:54.337Z Compiling icu_properties v2.1.2
5182026-05-15T19:48:54.352Z Compiling dof v0.3.0
5192026-05-15T19:48:54.356Z Compiling serde_tokenstream v0.2.3
5202026-05-15T19:48:54.575Z Compiling toml_edit v0.22.27
5212026-05-15T19:48:55.144Z Compiling usdt-macro v0.5.0
5222026-05-15T19:48:55.144Z Compiling usdt-attr-macro v0.5.0
5232026-05-15T19:48:55.209Z Compiling idna_adapter v1.2.1
5242026-05-15T19:48:55.315Z Compiling idna v1.1.0
5252026-05-15T19:48:55.586Z Compiling url v2.5.8
5262026-05-15T19:48:55.731Z Compiling usdt v0.5.0
5272026-05-15T19:48:55.869Z Compiling toml v0.8.23
5282026-05-15T19:48:56.197Z Compiling cargo-util-schemas v0.8.2
5292026-05-15T19:48:56.197Z Compiling cargo_toml v0.21.0
5302026-05-15T19:48:56.965Z Compiling cargo_metadata v0.21.0
5312026-05-15T19:48:57.887Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-15T19:49:00.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s
5332026-05-15T19:49:00.276Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-15T19:49:00.831Z Downloading crates ...
5352026-05-15T19:49:00.925Z Downloaded adler2 v2.0.1
5362026-05-15T19:49:00.943Z Downloaded ar_archive_writer v0.5.1
5372026-05-15T19:49:00.947Z Downloaded crc8 v0.1.1
5382026-05-15T19:49:00.952Z Downloaded darling v0.23.0
5392026-05-15T19:49:00.955Z Downloaded difflib v0.4.0
5402026-05-15T19:49:00.958Z Downloaded aws-lc-rs v1.16.3
5412026-05-15T19:49:00.963Z Downloaded float-cmp v0.10.0
5422026-05-15T19:49:00.966Z Downloaded flagset v0.4.7
5432026-05-15T19:49:00.966Z Downloaded fd-lock v4.0.4
5442026-05-15T19:49:00.969Z Downloaded darling_macro v0.23.0
5452026-05-15T19:49:00.969Z Downloaded embedded-io v0.4.0
5462026-05-15T19:49:00.969Z Downloaded env_filter v1.0.0
5472026-05-15T19:49:00.972Z Downloaded dirs-sys-next v0.1.2
5482026-05-15T19:49:00.972Z Downloaded bitfield-struct v0.6.2
5492026-05-15T19:49:00.972Z Downloaded base64 v0.22.1
5502026-05-15T19:49:00.975Z Downloaded daft-derive v0.1.5
5512026-05-15T19:49:00.978Z Downloaded derive_builder_core v0.20.2
5522026-05-15T19:49:00.978Z Downloaded cfg_aliases v0.2.1
5532026-05-15T19:49:00.981Z Downloaded crunchy v0.2.4
5542026-05-15T19:49:00.981Z Downloaded byte-wrapper v0.1.0
5552026-05-15T19:49:00.981Z Downloaded block-padding v0.3.3
5562026-05-15T19:49:00.984Z Downloaded allocator-api2 v0.2.21
5572026-05-15T19:49:00.984Z Downloaded derive-ex v0.1.8
5582026-05-15T19:49:00.987Z Downloaded cobs v0.3.0
5592026-05-15T19:49:00.987Z Downloaded bitfield-macros v0.19.4
5602026-05-15T19:49:00.987Z Downloaded bit-set v0.8.0
5612026-05-15T19:49:00.987Z Downloaded atomicwrites v0.4.4
5622026-05-15T19:49:00.990Z Downloaded ecdsa v0.16.9
5632026-05-15T19:49:00.990Z Downloaded dirs-next v2.0.0
5642026-05-15T19:49:00.990Z Downloaded find-msvc-tools v0.1.9
5652026-05-15T19:49:00.994Z Downloaded base64ct v1.8.3
5662026-05-15T19:49:00.994Z Downloaded crossbeam-epoch v0.9.18
5672026-05-15T19:49:00.997Z Downloaded bit-vec v0.8.0
5682026-05-15T19:49:00.997Z Downloaded bb8 v0.8.6
5692026-05-15T19:49:00.997Z Downloaded defmt v1.0.1
5702026-05-15T19:49:01.000Z Downloaded ciborium-io v0.2.2
5712026-05-15T19:49:01.003Z Downloaded compression-core v0.4.31
5722026-05-15T19:49:01.003Z Downloaded async-stream-impl v0.3.6
5732026-05-15T19:49:01.006Z Downloaded foreign-types-macros v0.2.3
5742026-05-15T19:49:01.009Z Downloaded downcast-rs v2.0.2
5752026-05-15T19:49:01.012Z Downloaded cfg_aliases v0.1.1
5762026-05-15T19:49:01.012Z Downloaded crc32fast v1.5.0
5772026-05-15T19:49:01.015Z Downloaded crc v3.4.0
5782026-05-15T19:49:01.015Z Downloaded bcrypt-pbkdf v0.10.0
5792026-05-15T19:49:01.015Z Downloaded foreign-types-shared v0.1.1
5802026-05-15T19:49:01.018Z Downloaded enum-as-inner v0.6.1
5812026-05-15T19:49:01.018Z Downloaded derive_builder_macro v0.20.2
5822026-05-15T19:49:01.018Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-05-15T19:49:01.021Z Downloaded cargo-platform v0.1.9
5842026-05-15T19:49:01.021Z Downloaded crc-catalog v2.4.0
5852026-05-15T19:49:01.024Z Downloaded atty v0.2.14
5862026-05-15T19:49:01.024Z Downloaded base16ct v0.2.0
5872026-05-15T19:49:01.024Z Downloaded dsl_auto_type v0.2.0
5882026-05-15T19:49:01.027Z Downloaded document-features v0.2.12
5892026-05-15T19:49:01.028Z Downloaded display-error-chain v0.2.2
5902026-05-15T19:49:01.028Z Downloaded darling_macro v0.20.11
5912026-05-15T19:49:01.028Z Downloaded deranged v0.5.8
5922026-05-15T19:49:01.031Z Downloaded const_format_proc_macros v0.2.34
5932026-05-15T19:49:01.034Z Downloaded dtrace-parser v0.3.0
5942026-05-15T19:49:01.034Z Downloaded async-stream v0.3.6
5952026-05-15T19:49:01.034Z Downloaded futures-task v0.3.32
5962026-05-15T19:49:01.037Z Downloaded futures-io v0.3.32
5972026-05-15T19:49:01.037Z Downloaded assert_matches v1.5.0
5982026-05-15T19:49:01.040Z Downloaded fxhash v0.2.1
5992026-05-15T19:49:01.040Z Downloaded endian-type v0.1.2
6002026-05-15T19:49:01.043Z Downloaded cpufeatures v0.3.0
6012026-05-15T19:49:01.046Z Downloaded ciborium-ll v0.2.2
6022026-05-15T19:49:01.049Z Downloaded foreign-types v0.3.2
6032026-05-15T19:49:01.052Z Downloaded async-recursion v1.1.1
6042026-05-15T19:49:01.055Z Downloaded curve25519-dalek-derive v0.1.1
6052026-05-15T19:49:01.055Z Downloaded cstr-argument v0.1.2
6062026-05-15T19:49:01.055Z Downloaded convert_case v0.4.0
6072026-05-15T19:49:01.059Z Downloaded defmt v0.3.100
6082026-05-15T19:49:01.062Z Downloaded castaway v0.2.4
6092026-05-15T19:49:01.062Z Downloaded defmt-parser v1.0.0
6102026-05-15T19:49:01.065Z Downloaded foreign-types v0.5.0
6112026-05-15T19:49:01.065Z Downloaded darling_macro v0.21.3
6122026-05-15T19:49:01.065Z Downloaded array-init v0.0.4
6132026-05-15T19:49:01.068Z Downloaded debug-ignore v1.0.5
6142026-05-15T19:49:01.068Z Downloaded darling_core v0.23.0
6152026-05-15T19:49:01.071Z Downloaded dropshot-api-manager-types v0.7.1
6162026-05-15T19:49:01.073Z Downloaded crucible-workspace-hack v0.1.0
6172026-05-15T19:49:01.073Z Downloaded float-ord v0.3.2
6182026-05-15T19:49:01.073Z Downloaded atomic-waker v1.1.2
6192026-05-15T19:49:01.074Z Downloaded dunce v1.0.5
6202026-05-15T19:49:01.077Z Downloaded aead v0.5.2
6212026-05-15T19:49:01.077Z Downloaded arrayref v0.3.9
6222026-05-15T19:49:01.081Z Downloaded ascii-canvas v3.0.0
6232026-05-15T19:49:01.081Z Downloaded dyn-clone v1.0.20
6242026-05-15T19:49:01.081Z Downloaded embedded-io v0.6.1
6252026-05-15T19:49:01.086Z Downloaded cipher v0.4.4
6262026-05-15T19:49:01.086Z Downloaded bitfield v0.19.4
6272026-05-15T19:49:01.087Z Downloaded bcs v0.1.6
6282026-05-15T19:49:01.087Z Downloaded cassowary v0.3.0
6292026-05-15T19:49:01.090Z Downloaded cbc v0.1.2
6302026-05-15T19:49:01.090Z Downloaded arrayvec v0.7.6
6312026-05-15T19:49:01.090Z Downloaded git-stub v1.0.0
6322026-05-15T19:49:01.090Z Downloaded fs-err v2.11.0
6332026-05-15T19:49:01.093Z Downloaded erased-serde v0.3.31
6342026-05-15T19:49:01.093Z Downloaded data-encoding v2.10.0
6352026-05-15T19:49:01.093Z Downloaded ctr v0.9.2
6362026-05-15T19:49:01.096Z Downloaded dropshot_endpoint v0.17.0
6372026-05-15T19:49:01.096Z Downloaded ed25519 v2.2.3
6382026-05-15T19:49:01.100Z Downloaded gethostname v0.5.0
6392026-05-15T19:49:01.100Z Downloaded ghash v0.5.1
6402026-05-15T19:49:01.100Z Downloaded funty v2.0.0
6412026-05-15T19:49:01.103Z Downloaded futures-macro v0.3.32
6422026-05-15T19:49:01.103Z Downloaded futures-core v0.3.32
6432026-05-15T19:49:01.103Z Downloaded bit-vec v0.6.3
6442026-05-15T19:49:01.103Z Downloaded hash32 v0.3.1
6452026-05-15T19:49:01.103Z Downloaded hash32 v0.2.1
6462026-05-15T19:49:01.106Z Downloaded hex-literal v0.4.1
6472026-05-15T19:49:01.106Z Downloaded bit-set v0.5.3
6482026-05-15T19:49:01.110Z Downloaded diesel-dtrace v0.5.0
6492026-05-15T19:49:01.113Z Downloaded hex v0.4.3
6502026-05-15T19:49:01.113Z Downloaded headers-core v0.3.0
6512026-05-15T19:49:01.113Z Downloaded der v0.7.10
6522026-05-15T19:49:01.119Z Downloaded camino-tempfile-ext v0.3.3
6532026-05-15T19:49:01.125Z Downloaded filetime v0.2.27
6542026-05-15T19:49:01.125Z Downloaded fixedbitset v0.4.2
6552026-05-15T19:49:01.128Z Downloaded env_logger v0.11.9
6562026-05-15T19:49:01.128Z Downloaded diesel_derives v2.3.7
6572026-05-15T19:49:01.128Z Downloaded cmake v0.1.57
6582026-05-15T19:49:01.131Z Downloaded home v0.5.12
6592026-05-15T19:49:01.131Z Downloaded cexpr v0.6.0
6602026-05-15T19:49:01.132Z Downloaded hostname v0.4.2
6612026-05-15T19:49:01.134Z Downloaded hostname v0.3.1
6622026-05-15T19:49:01.134Z Downloaded http-range v0.1.5
6632026-05-15T19:49:01.137Z Downloaded constant_time_eq v0.4.2
6642026-05-15T19:49:01.137Z Downloaded argon2 v0.5.3
6652026-05-15T19:49:01.137Z Downloaded foreign-types-shared v0.3.1
6662026-05-15T19:49:01.140Z Downloaded hubpack_derive v0.1.1
6672026-05-15T19:49:01.140Z Downloaded chacha20 v0.9.1
6682026-05-15T19:49:01.141Z Downloaded bitflags v1.3.2
6692026-05-15T19:49:01.144Z Downloaded foldhash v0.1.5
6702026-05-15T19:49:01.144Z Downloaded ff v0.13.1
6712026-05-15T19:49:01.147Z Downloaded http-body v1.0.1
6722026-05-15T19:49:01.147Z Downloaded dof v0.4.0
6732026-05-15T19:49:01.147Z Downloaded crossbeam-deque v0.8.6
6742026-05-15T19:49:01.147Z Downloaded buf-list v1.1.2
6752026-05-15T19:49:01.150Z Downloaded futures-sink v0.3.32
6762026-05-15T19:49:01.150Z Downloaded futures-executor v0.3.32
6772026-05-15T19:49:01.154Z Downloaded derive_builder v0.20.2
6782026-05-15T19:49:01.157Z Downloaded const_format v0.2.35
6792026-05-15T19:49:01.157Z Downloaded globset v0.4.18
6802026-05-15T19:49:01.157Z Downloaded group v0.13.0
6812026-05-15T19:49:01.161Z Downloaded clang-sys v1.8.1
6822026-05-15T19:49:01.162Z Downloaded der_derive v0.7.3
6832026-05-15T19:49:01.165Z Downloaded httpdate v1.0.3
6842026-05-15T19:49:01.165Z Downloaded console v0.15.11
6852026-05-15T19:49:01.165Z Downloaded ident_case v1.0.1
6862026-05-15T19:49:01.165Z Downloaded indent_write v2.2.0
6872026-05-15T19:49:01.168Z Downloaded hyper-tls v0.6.0
6882026-05-15T19:49:01.168Z Downloaded corncobs v0.1.4
6892026-05-15T19:49:01.168Z Downloaded const-oid v0.9.6
6902026-05-15T19:49:01.171Z Downloaded glob v0.3.3
6912026-05-15T19:49:01.171Z Downloaded globwalk v0.9.1
6922026-05-15T19:49:01.171Z Downloaded git-stub-vcs v0.1.0
6932026-05-15T19:49:01.183Z Downloaded expectorate v1.2.0
6942026-05-15T19:49:01.183Z Downloaded drift v0.1.4
6952026-05-15T19:49:01.183Z Downloaded indoc v1.0.9
6962026-05-15T19:49:01.186Z Downloaded inout v0.1.4
6972026-05-15T19:49:01.186Z Downloaded critical-section v1.2.0
6982026-05-15T19:49:01.186Z Downloaded illumos-nvpair-sys v0.2.0
6992026-05-15T19:49:01.186Z Downloaded illumos-nvpair v0.3.0
7002026-05-15T19:49:01.186Z Downloaded internet-checksum v0.2.1
7012026-05-15T19:49:01.186Z Downloaded kstat-rs v0.2.4
7022026-05-15T19:49:01.189Z Downloaded is-terminal v0.4.17
7032026-05-15T19:49:01.189Z Downloaded elliptic-curve v0.13.8
7042026-05-15T19:49:01.194Z Downloaded instability v0.3.11
7052026-05-15T19:49:01.194Z Downloaded async-trait v0.1.89
7062026-05-15T19:49:01.198Z Downloaded lalrpop-util v0.19.12
7072026-05-15T19:49:01.198Z Downloaded colored v3.1.1
7082026-05-15T19:49:01.198Z Downloaded keccak v0.1.6
7092026-05-15T19:49:01.198Z Downloaded blake2 v0.10.6
7102026-05-15T19:49:01.203Z Downloaded convert_case v0.10.0
7112026-05-15T19:49:01.203Z Downloaded diff v0.1.13
7122026-05-15T19:49:01.206Z Downloaded darling v0.21.3
7132026-05-15T19:49:01.206Z Downloaded console v0.16.2
7142026-05-15T19:49:01.209Z Downloaded highway v1.3.0
7152026-05-15T19:49:01.209Z Downloaded libscf-sys v1.1.0
7162026-05-15T19:49:01.209Z Downloaded is_ci v1.2.0
7172026-05-15T19:49:01.209Z Downloaded chacha20 v0.10.0
7182026-05-15T19:49:01.212Z Downloaded cookie_store v0.22.1
7192026-05-15T19:49:01.216Z Downloaded backon v1.6.0
7202026-05-15T19:49:01.216Z Downloaded half v1.8.3
7212026-05-15T19:49:01.219Z Downloaded ena v0.14.4
7222026-05-15T19:49:01.219Z Downloaded ahash v0.8.12
7232026-05-15T19:49:01.219Z Downloaded cookie v0.18.1
7242026-05-15T19:49:01.222Z Downloaded humantime v2.3.0
7252026-05-15T19:49:01.222Z Downloaded des v0.8.1
7262026-05-15T19:49:01.225Z Downloaded match_cfg v0.1.0
7272026-05-15T19:49:01.225Z Downloaded lru-cache v0.1.2
7282026-05-15T19:49:01.225Z Downloaded linked-hash-map v0.5.6
7292026-05-15T19:49:01.225Z Downloaded indoc v2.0.7
7302026-05-15T19:49:01.228Z Downloaded hyper-staticfile v0.10.1
7312026-05-15T19:49:01.228Z Downloaded mime v0.3.17
7322026-05-15T19:49:01.231Z Downloaded memoffset v0.9.1
7332026-05-15T19:49:01.231Z Downloaded md5 v0.7.0
7342026-05-15T19:49:01.231Z Downloaded md-5 v0.10.6
7352026-05-15T19:49:01.234Z Downloaded lru v0.12.5
7362026-05-15T19:49:01.234Z Downloaded lzss v0.8.2
7372026-05-15T19:49:01.234Z Downloaded ingot v0.1.1
7382026-05-15T19:49:01.238Z Downloaded getrandom v0.2.17
7392026-05-15T19:49:01.242Z Downloaded derive_more v0.99.20
7402026-05-15T19:49:01.242Z Downloaded futures-channel v0.3.32
7412026-05-15T19:49:01.245Z Downloaded lru-slab v0.1.2
7422026-05-15T19:49:01.245Z Downloaded cancel-safe-futures v0.1.5
7432026-05-15T19:49:01.245Z Downloaded lazy_static v1.5.0
7442026-05-15T19:49:01.248Z Downloaded jobserver v0.1.34
7452026-05-15T19:49:01.248Z Downloaded managed v0.8.0
7462026-05-15T19:49:01.248Z Downloaded ipnetwork v0.21.1
7472026-05-15T19:49:01.251Z Downloaded multimap v0.10.1
7482026-05-15T19:49:01.251Z Downloaded newtype_derive v0.1.6
7492026-05-15T19:49:01.252Z Downloaded httparse v1.10.1
7502026-05-15T19:49:01.254Z Downloaded hmac v0.12.1
7512026-05-15T19:49:01.255Z Downloaded instant v0.1.13
7522026-05-15T19:49:01.258Z Downloaded new_debug_unreachable v1.0.6
7532026-05-15T19:49:01.258Z Downloaded num v0.4.3
7542026-05-15T19:49:01.258Z Downloaded num-derive v0.4.2
7552026-05-15T19:49:01.261Z Downloaded nodrop v0.1.14
7562026-05-15T19:49:01.261Z Downloaded newtype-uuid-macros v0.1.0
7572026-05-15T19:49:01.261Z Downloaded newline-converter v0.3.0
7582026-05-15T19:49:01.261Z Downloaded normalize-line-endings v0.3.0
7592026-05-15T19:49:01.264Z Downloaded ingot-types v0.1.2
7602026-05-15T19:49:01.264Z Downloaded ipnet v2.11.0
7612026-05-15T19:49:01.264Z Downloaded dropshot-api-manager v0.7.1
7622026-05-15T19:49:01.267Z Downloaded libloading v0.8.9
7632026-05-15T19:49:01.270Z Downloaded dropshot_endpoint v0.16.7
7642026-05-15T19:49:01.271Z Downloaded num-conv v0.2.0
7652026-05-15T19:49:01.271Z Downloaded derive-where v1.6.0
7662026-05-15T19:49:01.274Z Downloaded olpc-cjson v0.1.4
7672026-05-15T19:49:01.274Z Downloaded libefi-sys v0.1.0
7682026-05-15T19:49:01.277Z Downloaded num-derive v0.3.3
7692026-05-15T19:49:01.277Z Downloaded nonempty v0.12.0
7702026-05-15T19:49:01.277Z Downloaded bzip2 v0.6.1
7712026-05-15T19:49:01.280Z Downloaded openssl-probe v0.1.6
7722026-05-15T19:49:01.280Z Downloaded futures v0.3.32
7732026-05-15T19:49:01.283Z Downloaded iana-time-zone v0.1.65
7742026-05-15T19:49:01.286Z Downloaded openssl-macros v0.1.1
7752026-05-15T19:49:01.286Z Downloaded bzip2 v0.4.4
7762026-05-15T19:49:01.286Z Downloaded num-iter v0.1.45
7772026-05-15T19:49:01.291Z Downloaded num_enum_derive v0.5.11
7782026-05-15T19:49:01.291Z Downloaded async-bb8-diesel v0.2.1
7792026-05-15T19:49:01.291Z Downloaded num_threads v0.1.7
7802026-05-15T19:49:01.291Z Downloaded maybe-uninit v2.0.0
7812026-05-15T19:49:01.294Z Downloaded oso-derive v0.27.3
7822026-05-15T19:49:01.295Z Downloaded linear-map v1.2.0
7832026-05-15T19:49:01.295Z Downloaded openssl-probe v0.2.1
7842026-05-15T19:49:01.295Z Downloaded maplit v1.0.2
7852026-05-15T19:49:01.295Z Downloaded ingot-macros v0.1.1
7862026-05-15T19:49:01.299Z Downloaded opaque-debug v0.3.1
7872026-05-15T19:49:01.299Z Downloaded libsw-core v0.3.2
7882026-05-15T19:49:01.299Z Downloaded libsw v3.5.0
7892026-05-15T19:49:01.302Z Downloaded multer v3.1.0
7902026-05-15T19:49:01.302Z Downloaded lock_api v0.4.14
7912026-05-15T19:49:01.302Z Downloaded impl-trait-for-tuples v0.2.3
7922026-05-15T19:49:01.305Z Downloaded packed_struct_codegen v0.10.1
7932026-05-15T19:49:01.305Z Downloaded parse-display v0.10.0
7942026-05-15T19:49:01.305Z Downloaded blowfish v0.9.1
7952026-05-15T19:49:01.305Z Downloaded pbkdf2 v0.11.0
7962026-05-15T19:49:01.308Z Downloaded path-slash v0.1.5
7972026-05-15T19:49:01.308Z Downloaded fatfs v0.3.6
7982026-05-15T19:49:01.311Z Downloaded native-tls v0.2.18
7992026-05-15T19:49:01.311Z Downloaded mime_guess v2.0.5
8002026-05-15T19:49:01.314Z Downloaded hyper-rustls v0.27.7
8012026-05-15T19:49:01.314Z Downloaded parse-size v1.1.0
8022026-05-15T19:49:01.317Z Downloaded hubpack v0.1.2
8032026-05-15T19:49:01.317Z Downloaded http-body-util v0.1.3
8042026-05-15T19:49:01.317Z Downloaded foldhash v0.2.0
8052026-05-15T19:49:01.320Z Downloaded newtype-uuid v1.3.2
8062026-05-15T19:49:01.320Z Downloaded darling v0.20.11
8072026-05-15T19:49:01.324Z Downloaded fs_extra v1.3.0
8082026-05-15T19:49:01.324Z Downloaded colored v2.2.0
8092026-05-15T19:49:01.327Z Downloaded nibble_vec v0.1.0
8102026-05-15T19:49:01.328Z Downloaded nanorand v0.7.0
8112026-05-15T19:49:01.328Z Downloaded ciborium v0.2.2
8122026-05-15T19:49:01.331Z Downloaded crossbeam-utils v0.8.21
8132026-05-15T19:49:01.331Z Downloaded fixedbitset v0.5.7
8142026-05-15T19:49:01.335Z Downloaded phf_shared v0.12.1
8152026-05-15T19:49:01.335Z Downloaded phf_shared v0.11.3
8162026-05-15T19:49:01.335Z Downloaded pin-utils v0.1.0
8172026-05-15T19:49:01.335Z Downloaded flume v0.11.1
8182026-05-15T19:49:01.338Z Downloaded darling_core v0.20.11
8192026-05-15T19:49:01.338Z Downloaded peg-runtime v0.8.5
8202026-05-15T19:49:01.341Z Downloaded fallible-iterator v0.2.0
8212026-05-15T19:49:01.341Z Downloaded num-complex v0.4.6
8222026-05-15T19:49:01.341Z Downloaded num_enum v0.7.5
8232026-05-15T19:49:01.360Z Downloaded phf_shared v0.13.1
8242026-05-15T19:49:01.364Z Downloaded num-integer v0.1.46
8252026-05-15T19:49:01.364Z Downloaded indexmap v1.9.3
8262026-05-15T19:49:01.368Z Downloaded ignore v0.4.25
8272026-05-15T19:49:01.368Z Downloaded headers v0.4.1
8282026-05-15T19:49:01.371Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-05-15T19:49:01.371Z Downloaded predicates-tree v1.0.13
8302026-05-15T19:49:01.376Z Downloaded predicates-core v1.0.10
8312026-05-15T19:49:01.376Z Downloaded precomputed-hash v0.1.1
8322026-05-15T19:49:01.376Z Downloaded num_enum_derive v0.7.5
8332026-05-15T19:49:01.376Z Downloaded bytes v1.11.1
8342026-05-15T19:49:01.379Z Downloaded powerfmt v0.2.0
8352026-05-15T19:49:01.379Z Downloaded parking_lot_core v0.8.6
8362026-05-15T19:49:01.379Z Downloaded packed_struct v0.10.1
8372026-05-15T19:49:01.379Z Downloaded oxnet v0.1.4
8382026-05-15T19:49:01.382Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-15T19:49:01.382Z Downloaded proc-macro-crate v1.3.1
8402026-05-15T19:49:01.382Z Downloaded proc-macro-crate v3.4.0
8412026-05-15T19:49:01.387Z Downloaded parse-display-derive v0.10.0
8422026-05-15T19:49:01.387Z Downloaded flate2 v1.1.9
8432026-05-15T19:49:01.389Z Downloaded ed25519-dalek v2.2.0
8442026-05-15T19:49:01.389Z Downloaded progenitor-client v0.11.2
8452026-05-15T19:49:01.393Z Downloaded paste v1.0.15
8462026-05-15T19:49:01.393Z Downloaded getrandom v0.3.4
8472026-05-15T19:49:01.396Z Downloaded derive_more v2.1.1
8482026-05-15T19:49:01.401Z Downloaded progenitor-client v0.14.0
8492026-05-15T19:49:01.404Z Downloaded phf v0.13.1
8502026-05-15T19:49:01.404Z Downloaded peg v0.8.5
8512026-05-15T19:49:01.408Z Downloaded psl-types v2.0.11
8522026-05-15T19:49:01.408Z Downloaded progenitor-macro v0.14.0
8532026-05-15T19:49:01.408Z Downloaded pem-rfc7468 v0.7.0
8542026-05-15T19:49:01.408Z Downloaded pem v3.0.6
8552026-05-15T19:49:01.412Z Downloaded peg-macros v0.8.5
8562026-05-15T19:49:01.412Z Downloaded pbkdf2 v0.12.2
8572026-05-15T19:49:01.412Z Downloaded quick-error v1.2.3
8582026-05-15T19:49:01.415Z Downloaded progenitor-macro v0.13.0
8592026-05-15T19:49:01.415Z Downloaded progenitor-macro v0.11.2
8602026-05-15T19:49:01.415Z Downloaded progenitor-macro v0.10.0
8612026-05-15T19:49:01.415Z Downloaded pin-project-lite v0.2.17
8622026-05-15T19:49:01.418Z Downloaded poly1305 v0.8.0
8632026-05-15T19:49:01.422Z Downloaded polyval v0.6.2
8642026-05-15T19:49:01.422Z Downloaded crossbeam-channel v0.5.15
8652026-05-15T19:49:01.425Z Downloaded pin-project-internal v1.1.11
8662026-05-15T19:49:01.425Z Downloaded derive_more-impl v2.1.1
8672026-05-15T19:49:01.430Z Downloaded postgres-protocol v0.6.10
8682026-05-15T19:49:01.432Z Downloaded heapless v0.7.17
8692026-05-15T19:49:01.432Z Downloaded cc v1.2.56
8702026-05-15T19:49:01.435Z Downloaded arc-swap v1.8.2
8712026-05-15T19:49:01.438Z Downloaded rand_chacha v0.3.1
8722026-05-15T19:49:01.438Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-05-15T19:49:01.438Z Downloaded recursive v0.1.1
8742026-05-15T19:49:01.441Z Downloaded pkcs8 v0.10.2
8752026-05-15T19:49:01.441Z Downloaded num_enum v0.5.11
8762026-05-15T19:49:01.444Z Downloaded rand_xorshift v0.4.0
8772026-05-15T19:49:01.446Z Downloaded pkg-config v0.3.32
8782026-05-15T19:49:01.446Z Downloaded num-rational v0.4.2
8792026-05-15T19:49:01.446Z Downloaded phf v0.12.1
8802026-05-15T19:49:01.449Z Downloaded omicron-zone-package v0.12.2
8812026-05-15T19:49:01.449Z Downloaded proc-macro-error2 v2.0.1
8822026-05-15T19:49:01.452Z Downloaded progenitor-client v0.10.0
8832026-05-15T19:49:01.452Z Downloaded progenitor v0.14.0
8842026-05-15T19:49:01.455Z Downloaded progenitor v0.13.0
8852026-05-15T19:49:01.455Z Downloaded ref-cast-impl v1.0.25
8862026-05-15T19:49:01.457Z Downloaded progenitor v0.11.2
8872026-05-15T19:49:01.457Z Downloaded primeorder v0.13.6
8882026-05-15T19:49:01.457Z Downloaded progenitor-extras v0.2.0
8892026-05-15T19:49:01.460Z Downloaded ref-cast v1.0.25
8902026-05-15T19:49:01.460Z Downloaded progenitor-client v0.13.0
8912026-05-15T19:49:01.464Z Downloaded predicates v3.1.4
8922026-05-15T19:49:01.464Z Downloaded ppv-lite86 v0.2.21
8932026-05-15T19:49:01.467Z Downloaded password-hash v0.5.0
8942026-05-15T19:49:01.467Z Downloaded parking_lot_core v0.9.12
8952026-05-15T19:49:01.467Z Downloaded parking_lot v0.11.2
8962026-05-15T19:49:01.470Z Downloaded password-hash v0.4.2
8972026-05-15T19:49:01.470Z Downloaded memmap2 v0.9.10
8982026-05-15T19:49:01.470Z Downloaded psm v0.1.30
8992026-05-15T19:49:01.474Z Downloaded libbz2-rs-sys v0.2.2
9002026-05-15T19:49:01.474Z Downloaded pkcs5 v0.7.1
9012026-05-15T19:49:01.477Z Downloaded darling_core v0.21.3
9022026-05-15T19:49:01.480Z Downloaded heapless v0.8.0
9032026-05-15T19:49:01.483Z Downloaded radium v0.7.0
9042026-05-15T19:49:01.483Z Downloaded half v2.7.1
9052026-05-15T19:49:01.486Z Downloaded rustc_version v0.1.7
9062026-05-15T19:49:01.486Z Downloaded russh-cryptovec v0.7.3
9072026-05-15T19:49:01.486Z Downloaded rtoolbox v0.0.3
9082026-05-15T19:49:01.489Z Downloaded rfc6979 v0.4.0
9092026-05-15T19:49:01.489Z Downloaded rustc_version v0.4.1
9102026-05-15T19:49:01.489Z Downloaded async-compression v0.4.41
9112026-05-15T19:49:01.492Z Downloaded rustc-hash v2.1.1
9122026-05-15T19:49:01.495Z Downloaded r2d2 v0.8.10
9132026-05-15T19:49:01.495Z Downloaded crypto-bigint v0.5.5
9142026-05-15T19:49:01.498Z Downloaded postcard v1.1.3
9152026-05-15T19:49:01.501Z Downloaded owo-colors v4.3.0
9162026-05-15T19:49:01.501Z Downloaded oso v0.27.3
9172026-05-15T19:49:01.504Z Downloaded rand_core v0.10.0
9182026-05-15T19:49:01.507Z Downloaded litrs v1.0.0
9192026-05-15T19:49:01.507Z Downloaded rand_chacha v0.9.0
9202026-05-15T19:49:01.507Z Downloaded base64 v0.21.7
9212026-05-15T19:49:01.511Z Downloaded crc-any v2.5.0
9222026-05-15T19:49:01.514Z Downloaded rand_core v0.6.4
9232026-05-15T19:49:01.514Z Downloaded nu-ansi-term v0.50.3
9242026-05-15T19:49:01.514Z Downloaded papergrid v0.17.0
9252026-05-15T19:49:01.516Z Downloaded cargo_metadata v0.19.2
9262026-05-15T19:49:01.519Z Downloaded postgres-types v0.2.12
9272026-05-15T19:49:01.519Z Downloaded parking_lot v0.12.5
9282026-05-15T19:49:01.522Z Downloaded same-file v1.0.6
9292026-05-15T19:49:01.522Z Downloaded defmt-macros v1.0.1
9302026-05-15T19:49:01.526Z Downloaded rand_seeder v0.4.0
9312026-05-15T19:49:01.526Z Downloaded progenitor v0.10.0
9322026-05-15T19:49:01.526Z Downloaded daft v0.1.5
9332026-05-15T19:49:01.531Z Downloaded miniz_oxide v0.8.9
9342026-05-15T19:49:01.531Z Downloaded compression-codecs v0.4.37
9352026-05-15T19:49:01.534Z Downloaded salsa20 v0.10.2
9362026-05-15T19:49:01.534Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-15T19:49:01.534Z Downloaded jiff-static v0.2.21
9382026-05-15T19:49:01.534Z Downloaded compact_str v0.8.1
9392026-05-15T19:49:01.537Z Downloaded chacha20poly1305 v0.10.1
9402026-05-15T19:49:01.537Z Downloaded scopeguard v1.2.0
9412026-05-15T19:49:01.540Z Downloaded hickory-resolver v0.24.4
9422026-05-15T19:49:01.543Z Downloaded secrecy v0.8.0
9432026-05-15T19:49:01.543Z Downloaded serde-big-array v0.5.1
9442026-05-15T19:49:01.543Z Downloaded secrecy v0.10.3
9452026-05-15T19:49:01.546Z Downloaded indicatif v0.18.4
9462026-05-15T19:49:01.550Z Downloaded scroll_derive v0.13.1
9472026-05-15T19:49:01.550Z Downloaded scrypt v0.11.0
9482026-05-15T19:49:01.550Z Downloaded hashbrown v0.13.2
9492026-05-15T19:49:01.554Z Downloaded pkcs1 v0.7.5
9502026-05-15T19:49:01.554Z Downloaded backoff v0.4.0
9512026-05-15T19:49:01.557Z Downloaded either v1.15.0
9522026-05-15T19:49:01.557Z Downloaded semver v0.1.20
9532026-05-15T19:49:01.557Z Downloaded csv-core v0.1.13
9542026-05-15T19:49:01.560Z Downloaded quinn-udp v0.5.14
9552026-05-15T19:49:01.560Z Downloaded shell-words v1.1.1
9562026-05-15T19:49:01.561Z Downloaded serde_bytes v0.11.19
9572026-05-15T19:49:01.564Z Downloaded seq-macro v0.3.6
9582026-05-15T19:49:01.564Z Downloaded serde_repr v0.1.20
9592026-05-15T19:49:01.564Z Downloaded serde_plain v1.0.2
9602026-05-15T19:49:01.568Z Downloaded bumpalo v3.20.2
9612026-05-15T19:49:01.568Z Downloaded rustls-pemfile v2.2.0
9622026-05-15T19:49:01.571Z Downloaded resolv-conf v0.7.6
9632026-05-15T19:49:01.571Z Downloaded pin-project v1.1.11
9642026-05-15T19:49:01.575Z Downloaded siphasher v1.0.2
9652026-05-15T19:49:01.578Z Downloaded signal-hook-tokio v0.3.1
9662026-05-15T19:49:01.578Z Downloaded sha1 v0.10.6
9672026-05-15T19:49:01.578Z Downloaded rand_core v0.9.5
9682026-05-15T19:49:01.581Z Downloaded serde_spanned v1.0.4
9692026-05-15T19:49:01.581Z Downloaded serde_urlencoded v0.7.1
9702026-05-15T19:49:01.586Z Downloaded signal-hook-mio v0.2.5
9712026-05-15T19:49:01.589Z Downloaded p256 v0.13.2
9722026-05-15T19:49:01.592Z Downloaded aes v0.8.4
9732026-05-15T19:49:01.592Z Downloaded minimal-lexical v0.2.1
9742026-05-15T19:49:01.595Z Downloaded slog-envlogger v2.2.0
9752026-05-15T19:49:01.598Z Downloaded sapling-renderdag v0.1.0
9762026-05-15T19:49:01.598Z Downloaded openssl-sys v0.9.115
9772026-05-15T19:49:01.601Z Downloaded sigpipe v0.1.3
9782026-05-15T19:49:01.601Z Downloaded signature v2.2.0
9792026-05-15T19:49:01.604Z Downloaded rusty-fork v0.3.1
9802026-05-15T19:49:01.607Z Downloaded progenitor-impl v0.10.0
9812026-05-15T19:49:01.610Z Downloaded slog-bunyan v2.5.0
9822026-05-15T19:49:01.610Z Downloaded progenitor-impl v0.11.2
9832026-05-15T19:49:01.614Z Downloaded rustversion v1.0.22
9842026-05-15T19:49:01.617Z Downloaded schemars_derive v0.8.22
9852026-05-15T19:49:01.620Z Downloaded progenitor-impl v0.13.0
9862026-05-15T19:49:01.620Z Downloaded hickory-server v0.25.2
9872026-05-15T19:49:01.623Z Downloaded serde-hex v0.1.0
9882026-05-15T19:49:01.625Z Downloaded hashbrown v0.12.3
9892026-05-15T19:49:01.625Z Downloaded scroll v0.13.0
9902026-05-15T19:49:01.631Z Downloaded sct v0.7.1
9912026-05-15T19:49:01.634Z Downloaded serde_path_to_error v0.1.20
9922026-05-15T19:49:01.634Z Downloaded serde_derive_internals v0.29.1
9932026-05-15T19:49:01.637Z Downloaded ssh-cipher v0.2.0
9942026-05-15T19:49:01.640Z Downloaded shlex v1.3.0
9952026-05-15T19:49:01.640Z Downloaded hickory-resolver v0.25.2
9962026-05-15T19:49:01.643Z Downloaded prefix-trie v0.7.0
9972026-05-15T19:49:01.649Z Downloaded ssh-encoding v0.2.0
9982026-05-15T19:49:01.652Z Downloaded sqlparser_derive v0.5.0
9992026-05-15T19:49:01.652Z Downloaded structmeta-derive v0.3.0
10002026-05-15T19:49:01.652Z Downloaded strip-ansi-escapes v0.2.1
10012026-05-15T19:49:01.655Z Downloaded russh-keys v0.45.0
10022026-05-15T19:49:01.655Z Downloaded http v1.4.0
10032026-05-15T19:49:01.657Z Downloaded simd-adler32 v0.3.8
10042026-05-15T19:49:01.660Z Downloaded rustls-pemfile v1.0.4
10052026-05-15T19:49:01.660Z Downloaded signal-hook-registry v1.4.8
10062026-05-15T19:49:01.663Z Downloaded rustls-native-certs v0.8.3
10072026-05-15T19:49:01.663Z Downloaded aes-gcm v0.10.3
10082026-05-15T19:49:01.666Z Downloaded crossterm v0.29.0
10092026-05-15T19:49:01.669Z Downloaded strum v0.26.3
10102026-05-15T19:49:01.669Z Downloaded pretty_assertions v1.4.1
10112026-05-15T19:49:01.672Z Downloaded subtle v2.6.1
10122026-05-15T19:49:01.672Z Downloaded crossterm v0.28.1
10132026-05-15T19:49:01.675Z Downloaded strum v0.27.2
10142026-05-15T19:49:01.678Z Downloaded rcgen v0.12.1
10152026-05-15T19:49:01.680Z Downloaded slog-stdlog v4.1.1
10162026-05-15T19:49:01.680Z Downloaded supports-color v3.0.2
10172026-05-15T19:49:01.680Z Downloaded slog-dtrace v0.3.0
10182026-05-15T19:49:01.684Z Downloaded slog-async v2.8.0
10192026-05-15T19:49:01.684Z Downloaded sync_wrapper v1.0.2
10202026-05-15T19:49:01.684Z Downloaded aho-corasick v1.1.4
10212026-05-15T19:49:01.687Z Downloaded slog-json v2.6.1
10222026-05-15T19:49:01.687Z Downloaded sync-ptr v0.1.4
10232026-05-15T19:49:01.691Z Downloaded smf v0.2.3
10242026-05-15T19:49:01.691Z Downloaded slog-scope v4.4.1
10252026-05-15T19:49:01.693Z Downloaded tabled_derive v0.11.0
10262026-05-15T19:49:01.693Z Downloaded tap v1.0.1
10272026-05-15T19:49:01.696Z Downloaded take_mut v0.2.2
10282026-05-15T19:49:01.696Z Downloaded tagptr v0.2.0
10292026-05-15T19:49:01.700Z Downloaded tabwriter v1.4.1
10302026-05-15T19:49:01.703Z Downloaded smallvec v0.6.14
10312026-05-15T19:49:01.703Z Downloaded hyper-util v0.1.20
10322026-05-15T19:49:01.706Z Downloaded thread-id v5.1.0
10332026-05-15T19:49:01.706Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-15T19:49:01.706Z Downloaded testing_table v0.3.0
10352026-05-15T19:49:01.709Z Downloaded termtree v0.5.1
10362026-05-15T19:49:01.709Z Downloaded ron v0.8.1
10372026-05-15T19:49:01.712Z Downloaded num-bigint v0.4.6
10382026-05-15T19:49:01.715Z Downloaded snafu-derive v0.8.9
10392026-05-15T19:49:01.715Z Downloaded progenitor-impl v0.14.0
10402026-05-15T19:49:01.719Z Downloaded slog-term v2.9.2
10412026-05-15T19:49:01.719Z Downloaded serde_cbor v0.11.2
10422026-05-15T19:49:01.722Z Downloaded hashbrown v0.16.1
10432026-05-15T19:49:01.726Z Downloaded structmeta v0.3.0
10442026-05-15T19:49:01.730Z Downloaded string_cache v0.8.9
10452026-05-15T19:49:01.730Z Downloaded stacker v0.1.23
10462026-05-15T19:49:01.730Z Downloaded stringprep v0.1.5
10472026-05-15T19:49:01.731Z Downloaded sqlformat v0.3.5
10482026-05-15T19:49:01.734Z Downloaded rayon-core v1.13.0
10492026-05-15T19:49:01.734Z Downloaded spki v0.7.3
10502026-05-15T19:49:01.737Z Downloaded tinyvec_macros v0.1.1
10512026-05-15T19:49:01.740Z Downloaded tokio-macros v2.7.0
10522026-05-15T19:49:01.744Z Downloaded slab v0.4.12
10532026-05-15T19:49:01.747Z Downloaded prettyplease v0.2.37
10542026-05-15T19:49:01.751Z Downloaded rustls-platform-verifier v0.6.2
10552026-05-15T19:49:01.754Z Downloaded rustls-pki-types v1.14.0
10562026-05-15T19:49:01.754Z Downloaded strum_macros v0.24.3
10572026-05-15T19:49:01.761Z Downloaded schemars v0.8.22
10582026-05-15T19:49:01.768Z Downloaded strum_macros v0.27.2
10592026-05-15T19:49:01.771Z Downloaded sec1 v0.7.3
10602026-05-15T19:49:01.771Z Downloaded mio v1.2.0
10612026-05-15T19:49:01.774Z Downloaded termios v0.3.3
10622026-05-15T19:49:01.778Z Downloaded quinn v0.11.9
10632026-05-15T19:49:01.781Z Downloaded qorb v0.4.1
10642026-05-15T19:49:01.781Z Downloaded try-lock v0.2.5
10652026-05-15T19:49:01.784Z Downloaded trait-variant v0.1.2
10662026-05-15T19:49:01.784Z Downloaded nom v7.1.3
10672026-05-15T19:49:01.787Z Downloaded tower-layer v0.3.3
10682026-05-15T19:49:01.787Z Downloaded topological-sort v0.2.2
10692026-05-15T19:49:01.789Z Downloaded tiny-keccak v2.0.2
10702026-05-15T19:49:01.789Z Downloaded signal-hook v0.3.18
10712026-05-15T19:49:01.792Z Downloaded rand v0.8.6
10722026-05-15T19:49:01.795Z Downloaded thiserror-no-std v2.0.2
10732026-05-15T19:49:01.795Z Downloaded itertools v0.10.5
10742026-05-15T19:49:01.799Z Downloaded spin v0.9.8
10752026-05-15T19:49:01.802Z Downloaded serde_with_macros v3.17.0
10762026-05-15T19:49:01.802Z Downloaded tower-service v0.3.3
10772026-05-15T19:49:01.805Z Downloaded time-macros v0.2.27
10782026-05-15T19:49:01.805Z Downloaded time-core v0.1.8
10792026-05-15T19:49:01.805Z Downloaded hashbrown v0.15.5
10802026-05-15T19:49:01.808Z Downloaded similar v2.7.0
10812026-05-15T19:49:01.811Z Downloaded serde_yaml v0.9.34+deprecated
10822026-05-15T19:49:01.814Z Downloaded tokio-native-tls v0.3.1
10832026-05-15T19:49:01.814Z Downloaded tokio-dtrace v0.1.1
10842026-05-15T19:49:01.817Z Downloaded static_assertions v1.1.0
10852026-05-15T19:49:01.817Z Downloaded strum_macros v0.26.4
10862026-05-15T19:49:01.821Z Downloaded ryu v1.0.23
10872026-05-15T19:49:01.821Z Downloaded libxml v0.3.3
10882026-05-15T19:49:01.824Z Downloaded unicode-truncate v1.1.0
10892026-05-15T19:49:01.824Z Downloaded typify-macro v0.4.3
10902026-05-15T19:49:01.827Z Downloaded support-bundle-viewer v0.1.2
10912026-05-15T19:49:01.830Z Downloaded unit-prefix v0.5.2
10922026-05-15T19:49:01.830Z Downloaded universal-hash v0.5.1
10932026-05-15T19:49:01.830Z Downloaded schemars v0.9.0
10942026-05-15T19:49:01.838Z Downloaded tokio-rustls v0.25.0
10952026-05-15T19:49:01.841Z Downloaded slog v2.8.2
10962026-05-15T19:49:01.843Z Downloaded iri-string v0.7.10
10972026-05-15T19:49:01.846Z Downloaded tokio-tungstenite v0.21.0
10982026-05-15T19:49:01.851Z Downloaded toml_writer v1.0.6+spec-1.1.0
10992026-05-15T19:49:01.851Z Downloaded term v0.7.0
11002026-05-15T19:49:01.855Z Downloaded tokio-tungstenite v0.23.1
11012026-05-15T19:49:01.855Z Downloaded usdt v0.6.0
11022026-05-15T19:49:01.855Z Downloaded utf-8 v0.7.6
11032026-05-15T19:49:01.855Z Downloaded usdt-macro v0.6.0
11042026-05-15T19:49:01.855Z Downloaded chrono v0.4.44
11052026-05-15T19:49:01.858Z Downloaded void v1.0.2
11062026-05-15T19:49:01.861Z Downloaded tui-tree-widget v0.23.1
11072026-05-15T19:49:01.861Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-05-15T19:49:01.861Z Downloaded rsa v0.9.10
11092026-05-15T19:49:01.864Z Downloaded num-bigint-dig v0.8.6
11102026-05-15T19:49:01.868Z Downloaded usdt-attr-macro v0.6.0
11112026-05-15T19:49:01.868Z Downloaded untrusted v0.7.1
11122026-05-15T19:49:01.871Z Downloaded itertools v0.13.0
11132026-05-15T19:49:01.871Z Downloaded itertools v0.12.1
11142026-05-15T19:49:01.874Z Downloaded h2 v0.4.13
11152026-05-15T19:49:01.878Z Downloaded tls_codec v0.4.2
11162026-05-15T19:49:01.881Z Downloaded futures-util v0.3.32
11172026-05-15T19:49:01.886Z Downloaded want v0.3.1
11182026-05-15T19:49:01.889Z Downloaded waitgroup v0.1.2
11192026-05-15T19:49:01.889Z Downloaded wait-timeout v0.2.1
11202026-05-15T19:49:01.889Z Downloaded rustls-webpki v0.103.9
11212026-05-15T19:49:01.892Z Downloaded tls_codec_derive v0.4.2
11222026-05-15T19:49:01.892Z Downloaded socket2 v0.6.3
11232026-05-15T19:49:01.895Z Downloaded schemars v1.2.1
11242026-05-15T19:49:01.902Z Downloaded unicase v2.9.0
11252026-05-15T19:49:01.907Z Downloaded untrusted v0.9.0
11262026-05-15T19:49:01.907Z Downloaded tokio-rustls v0.24.1
11272026-05-15T19:49:01.907Z Downloaded rand v0.9.2
11282026-05-15T19:49:01.910Z Downloaded xshell-macros v0.2.7
11292026-05-15T19:49:01.910Z Downloaded publicsuffix v2.3.0
11302026-05-15T19:49:01.913Z Downloaded tokio-rustls v0.26.4
11312026-05-15T19:49:01.913Z Downloaded itertools v0.14.0
11322026-05-15T19:49:01.917Z Downloaded samael v0.0.19
11332026-05-15T19:49:01.920Z Downloaded tokio-stream v0.1.18
11342026-05-15T19:49:01.923Z Downloaded zeroize_derive v1.4.3
11352026-05-15T19:49:01.923Z Downloaded hkdf v0.12.4
11362026-05-15T19:49:01.927Z Downloaded usdt-impl v0.6.0
11372026-05-15T19:49:01.927Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-05-15T19:49:01.930Z Downloaded libm v0.2.16
11392026-05-15T19:49:01.933Z Downloaded zone_cfg_derive v0.3.1
11402026-05-15T19:49:01.933Z Downloaded zone v0.3.1
11412026-05-15T19:49:01.936Z Downloaded uzers v0.12.2
11422026-05-15T19:49:01.936Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-15T19:49:01.936Z Downloaded test-strategy v0.4.5
11442026-05-15T19:49:01.939Z Downloaded vergen-git2 v1.0.7
11452026-05-15T19:49:01.939Z Downloaded vergen-lib v0.1.6
11462026-05-15T19:49:01.943Z Downloaded term v1.2.1
11472026-05-15T19:49:01.943Z Downloaded iddqd v0.3.18
11482026-05-15T19:49:01.946Z Downloaded rand v0.10.0
11492026-05-15T19:49:01.949Z Downloaded socket2 v0.5.10
11502026-05-15T19:49:01.952Z Downloaded p521 v0.13.3
11512026-05-15T19:49:01.956Z Downloaded thread_local v1.1.9
11522026-05-15T19:49:01.956Z Downloaded unarray v0.1.4
11532026-05-15T19:49:01.956Z Downloaded typify-macro v0.6.2
11542026-05-15T19:49:01.959Z Downloaded vsss-rs v3.3.4
11552026-05-15T19:49:01.959Z Downloaded tinyvec v1.10.0
11562026-05-15T19:49:01.962Z Downloaded hyper v1.8.1
11572026-05-15T19:49:01.965Z Downloaded wyz v0.5.1
11582026-05-15T19:49:01.965Z Downloaded whoami v2.1.0
11592026-05-15T19:49:01.969Z Downloaded xshell v0.2.7
11602026-05-15T19:49:01.969Z Downloaded unicode-properties v0.1.4
11612026-05-15T19:49:01.972Z Downloaded subprocess v0.2.15
11622026-05-15T19:49:01.972Z Downloaded xattr v1.6.1
11632026-05-15T19:49:01.972Z Downloaded whoami v1.6.1
11642026-05-15T19:49:01.976Z Downloaded walkdir v2.5.0
11652026-05-15T19:49:01.985Z Downloaded toml v0.9.12+spec-1.1.0
11662026-05-15T19:49:01.988Z Downloaded snafu v0.8.9
11672026-05-15T19:49:01.991Z Downloaded toml v1.0.6+spec-1.1.0
11682026-05-15T19:49:01.994Z Downloaded toml v0.7.8
11692026-05-15T19:49:01.998Z Downloaded tar v0.4.45
11702026-05-15T19:49:02.001Z Downloaded vergen v9.0.6
11712026-05-15T19:49:02.001Z Downloaded russh v0.45.0
11722026-05-15T19:49:02.004Z Downloaded tracing-attributes v0.1.31
11732026-05-15T19:49:02.007Z Downloaded zstd v0.13.3
11742026-05-15T19:49:02.007Z Downloaded twox-hash v2.1.2
11752026-05-15T19:49:02.011Z Downloaded vergen-gitcl v1.0.8
11762026-05-15T19:49:02.014Z Downloaded typify v0.4.3
11772026-05-15T19:49:02.017Z Downloaded tracing-core v0.1.36
11782026-05-15T19:49:02.020Z Downloaded unicode-bidi v0.3.18
11792026-05-15T19:49:02.023Z Downloaded tungstenite v0.23.0
11802026-05-15T19:49:02.023Z Downloaded zstd-safe v7.2.4
11812026-05-15T19:49:02.023Z Downloaded yasna v0.5.2
11822026-05-15T19:49:02.026Z Downloaded steno v0.4.1
11832026-05-15T19:49:02.038Z Downloaded unsafe-libyaml v0.2.11
11842026-05-15T19:49:02.041Z Downloaded zeroize v1.8.2
11852026-05-15T19:49:02.045Z Downloaded zerocopy v0.6.6
11862026-05-15T19:49:02.047Z Downloaded uuid v1.23.0
11872026-05-15T19:49:02.050Z Downloaded rustyline v14.0.0
11882026-05-15T19:49:02.053Z Downloaded rpassword v7.4.0
11892026-05-15T19:49:02.056Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-05-15T19:49:02.060Z Downloaded reedline v0.40.0
11912026-05-15T19:49:02.069Z Downloaded typify v0.6.2
11922026-05-15T19:49:02.077Z Downloaded tungstenite v0.21.0
11932026-05-15T19:49:02.095Z Downloaded toml_edit v0.19.15
11942026-05-15T19:49:02.102Z Downloaded zopfli v0.8.3
11952026-05-15T19:49:02.105Z Downloaded curve25519-dalek v4.1.3
11962026-05-15T19:49:02.109Z Downloaded tokio-postgres v0.7.16
11972026-05-15T19:49:02.118Z Downloaded blake3 v1.8.3
11982026-05-15T19:49:02.124Z Downloaded bitvec v1.0.1
11992026-05-15T19:49:02.134Z Downloaded vte v0.14.1
12002026-05-15T19:49:02.139Z Downloaded regex v1.12.3
12012026-05-15T19:49:02.146Z Downloaded yansi v1.0.1
12022026-05-15T19:49:02.150Z Downloaded zip v0.6.6
12032026-05-15T19:49:02.153Z Downloaded rayon v1.11.0
12042026-05-15T19:49:02.156Z Downloaded p384 v0.13.1
12052026-05-15T19:49:02.159Z Downloaded reqwest v0.13.2
12062026-05-15T19:49:02.162Z Downloaded tower v0.5.3
12072026-05-15T19:49:02.167Z Downloaded lalrpop v0.19.12
12082026-05-15T19:49:02.174Z Downloaded ssh-key v0.6.7
12092026-05-15T19:49:02.179Z Downloaded bindgen v0.71.1
12102026-05-15T19:49:02.182Z Downloaded reqwest v0.12.28
12112026-05-15T19:49:02.185Z Downloaded unicode_categories v0.1.1
12122026-05-15T19:49:02.188Z Downloaded portable-atomic v1.13.1
12132026-05-15T19:49:02.191Z Downloaded quick-xml v0.37.5
12142026-05-15T19:49:02.194Z Downloaded rustls-webpki v0.101.7
12152026-05-15T19:49:02.204Z Downloaded typed-path v0.9.3
12162026-05-15T19:49:02.207Z Downloaded salty v0.3.0
12172026-05-15T19:49:02.211Z Downloaded git2 v0.20.4
12182026-05-15T19:49:02.219Z Downloaded x509-cert v0.2.5
12192026-05-15T19:49:02.223Z Downloaded unicode-segmentation v1.12.0
12202026-05-15T19:49:02.226Z Downloaded zerocopy-derive v0.8.40
12212026-05-15T19:49:02.242Z Downloaded tokio-util v0.7.18
12222026-05-15T19:49:02.247Z Downloaded proptest v1.10.0
12232026-05-15T19:49:02.253Z Downloaded tough v0.22.0
12242026-05-15T19:49:02.260Z Downloaded zip v4.6.1
12252026-05-15T19:49:02.263Z Downloaded petname v2.0.2
12262026-05-15T19:49:02.266Z Downloaded goblin v0.10.5
12272026-05-15T19:49:02.269Z Downloaded rustls-webpki v0.102.8
12282026-05-15T19:49:02.280Z Downloaded unicode-normalization v0.1.25
12292026-05-15T19:49:02.284Z Downloaded serde_with v3.17.0
12302026-05-15T19:49:02.291Z Downloaded tower-http v0.6.8
12312026-05-15T19:49:02.294Z Downloaded moka v0.12.13
12322026-05-15T19:49:02.313Z Downloaded nix v0.27.1
12332026-05-15T19:49:02.324Z Downloaded object v0.30.4
12342026-05-15T19:49:02.329Z Downloaded radix_trie v0.2.1
12352026-05-15T19:49:02.333Z Downloaded dropshot v0.16.7
12362026-05-15T19:49:02.356Z Downloaded winnow v0.6.26
12372026-05-15T19:49:02.362Z Downloaded quinn-proto v0.11.13
12382026-05-15T19:49:02.366Z Downloaded winnow v0.5.40
12392026-05-15T19:49:02.373Z Downloaded polar-core v0.27.3
12402026-05-15T19:49:02.378Z Downloaded openssl v0.10.79
12412026-05-15T19:49:02.392Z Downloaded hickory-proto v0.26.1
12422026-05-15T19:49:02.398Z Downloaded rustls v0.21.12
12432026-05-15T19:49:02.404Z Downloaded tabled v0.20.0
12442026-05-15T19:49:02.414Z Downloaded vcpkg v0.2.15
12452026-05-15T19:49:02.439Z Downloaded smoltcp v0.9.1
12462026-05-15T19:49:02.443Z Downloaded nix v0.28.0
12472026-05-15T19:49:02.450Z Downloaded time v0.3.47
12482026-05-15T19:49:02.458Z Downloaded nix v0.31.2
12492026-05-15T19:49:02.464Z Downloaded hickory-proto v0.24.4
12502026-05-15T19:49:02.472Z Downloaded zlib-rs v0.6.2
12512026-05-15T19:49:02.476Z Downloaded object v0.37.3
12522026-05-15T19:49:02.483Z Downloaded zerocopy v0.8.40
12532026-05-15T19:49:02.488Z Downloaded openapiv3 v2.2.0
12542026-05-15T19:49:02.496Z Downloaded regex-syntax v0.6.29
12552026-05-15T19:49:02.499Z Downloaded dropshot v0.17.0
12562026-05-15T19:49:02.512Z Downloaded webpki-roots v1.0.6
12572026-05-15T19:49:02.515Z Downloaded rustls v0.22.4
12582026-05-15T19:49:02.521Z Downloaded regress v0.11.1
12592026-05-15T19:49:02.528Z Downloaded regex-syntax v0.8.10
12602026-05-15T19:49:02.535Z Downloaded regress v0.10.5
12612026-05-15T19:49:02.538Z Downloaded diesel v2.3.7
12622026-05-15T19:49:02.550Z Downloaded sqlparser v0.61.0
12632026-05-15T19:49:02.556Z Downloaded smoltcp v0.11.0
12642026-05-15T19:49:02.562Z Downloaded rustix v0.38.44
12652026-05-15T19:49:02.575Z Downloaded sled v0.34.7
12662026-05-15T19:49:02.581Z Downloaded rustls v0.23.37
12672026-05-15T19:49:02.588Z Downloaded hickory-proto v0.25.2
12682026-05-15T19:49:02.597Z Downloaded bstr v1.12.1
12692026-05-15T19:49:02.602Z Downloaded ratatui v0.29.0
12702026-05-15T19:49:02.613Z Downloaded nix v0.29.0
12712026-05-15T19:49:02.621Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-15T19:49:02.639Z Downloaded typify-impl v0.6.2
12732026-05-15T19:49:02.647Z Downloaded tracing v0.1.44
12742026-05-15T19:49:02.660Z Downloaded typify-impl v0.4.3
12752026-05-15T19:49:02.668Z Downloaded regex-automata v0.4.14
12762026-05-15T19:49:02.677Z Downloaded petgraph v0.6.5
12772026-05-15T19:49:02.689Z Downloaded zerocopy-derive v0.6.6
12782026-05-15T19:49:02.694Z Downloaded chrono-tz v0.10.4
12792026-05-15T19:49:02.720Z Downloaded csv v1.4.0
12802026-05-15T19:49:02.734Z Downloaded petgraph v0.8.3
12812026-05-15T19:49:02.745Z Downloaded libz-sys v1.1.24
12822026-05-15T19:49:02.757Z Downloaded jiff v0.2.21
12832026-05-15T19:49:02.773Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-15T19:49:02.783Z Downloaded sha3 v0.10.8
12852026-05-15T19:49:02.797Z Downloaded tokio v1.52.1
12862026-05-15T19:49:02.841Z Downloaded encoding_rs v0.8.35
12872026-05-15T19:49:02.861Z Downloaded ring v0.17.14
12882026-05-15T19:49:02.917Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-15T19:49:03.437Z Downloaded aws-lc-sys v0.40.0
12902026-05-15T19:49:03.691Z Compiling libc v0.2.185
12912026-05-15T19:49:03.691Z Compiling serde v1.0.228
12922026-05-15T19:49:03.695Z Compiling log v0.4.29
12932026-05-15T19:49:03.695Z Compiling find-msvc-tools v0.1.9
12942026-05-15T19:49:03.695Z Compiling shlex v1.3.0
12952026-05-15T19:49:03.695Z Compiling smallvec v1.15.1
12962026-05-15T19:49:03.695Z Compiling typenum v1.19.0
12972026-05-15T19:49:03.695Z Compiling subtle v2.6.1
12982026-05-15T19:49:03.695Z Compiling generic-array v0.14.7
12992026-05-15T19:49:03.695Z Compiling scopeguard v1.2.0
13002026-05-15T19:49:03.934Z Compiling const-oid v0.9.6
13012026-05-15T19:49:03.945Z Compiling serde_json v1.0.149
13022026-05-15T19:49:03.957Z Compiling syn v2.0.117
13032026-05-15T19:49:03.970Z Compiling zerocopy v0.8.40
13042026-05-15T19:49:03.973Z Compiling parking_lot_core v0.9.12
13052026-05-15T19:49:03.974Z Compiling pin-project-lite v0.2.17
13062026-05-15T19:49:04.069Z Compiling lock_api v0.4.14
13072026-05-15T19:49:04.073Z Compiling portable-atomic v1.13.1
13082026-05-15T19:49:04.073Z Compiling pkg-config v0.3.32
13092026-05-15T19:49:04.199Z Compiling bitflags v2.11.0
13102026-05-15T19:49:04.202Z Compiling critical-section v1.2.0
13112026-05-15T19:49:04.230Z Compiling libm v0.2.16
13122026-05-15T19:49:04.244Z Compiling futures-core v0.3.32
13132026-05-15T19:49:04.273Z Compiling num-traits v0.2.19
13142026-05-15T19:49:04.320Z Compiling percent-encoding v2.3.2
13152026-05-15T19:49:04.368Z Compiling rand_core v0.10.0
13162026-05-15T19:49:04.396Z Compiling futures-sink v0.3.32
13172026-05-15T19:49:04.399Z Compiling getrandom v0.4.1
13182026-05-15T19:49:04.440Z Compiling futures-io v0.3.32
13192026-05-15T19:49:04.458Z Compiling cpufeatures v0.2.17
13202026-05-15T19:49:04.529Z Compiling futures-channel v0.3.32
13212026-05-15T19:49:04.544Z Compiling slab v0.4.12
13222026-05-15T19:49:04.560Z Compiling futures-task v0.3.32
13232026-05-15T19:49:04.605Z Compiling indexmap v2.14.0
13242026-05-15T19:49:04.622Z Compiling getrandom v0.3.4
13252026-05-15T19:49:04.640Z Compiling rustversion v1.0.22
13262026-05-15T19:49:04.693Z Compiling form_urlencoded v1.2.2
13272026-05-15T19:49:04.768Z Compiling dunce v1.0.5
13282026-05-15T19:49:04.789Z Compiling fs_extra v1.3.0
13292026-05-15T19:49:04.805Z Compiling base64ct v1.8.3
13302026-05-15T19:49:04.808Z Compiling ident_case v1.0.1
13312026-05-15T19:49:04.852Z Compiling iana-time-zone v0.1.65
13322026-05-15T19:49:04.871Z Compiling getrandom v0.2.17
13332026-05-15T19:49:04.887Z Compiling jobserver v0.1.34
13342026-05-15T19:49:04.907Z Compiling errno v0.3.14
13352026-05-15T19:49:04.964Z Compiling mio v1.2.0
13362026-05-15T19:49:05.026Z Compiling socket2 v0.6.3
13372026-05-15T19:49:05.076Z Compiling rand_core v0.6.4
13382026-05-15T19:49:05.091Z Compiling signal-hook-registry v1.4.8
13392026-05-15T19:49:05.124Z Compiling cc v1.2.56
13402026-05-15T19:49:05.151Z Compiling pem-rfc7468 v0.7.0
13412026-05-15T19:49:05.192Z Compiling parking_lot v0.12.5
13422026-05-15T19:49:05.260Z Compiling once_cell v1.21.3
13432026-05-15T19:49:05.311Z Compiling rustix v1.1.3
13442026-05-15T19:49:05.327Z Compiling flagset v0.4.7
13452026-05-15T19:49:05.343Z Compiling regex-syntax v0.8.10
13462026-05-15T19:49:05.383Z Compiling aws-lc-rs v1.16.3
13472026-05-15T19:49:05.424Z Compiling vcpkg v0.2.15
13482026-05-15T19:49:05.473Z Compiling tracing-core v0.1.36
13492026-05-15T19:49:05.489Z Compiling uuid v1.23.0
13502026-05-15T19:49:05.505Z Compiling rustc_version v0.4.1
13512026-05-15T19:49:05.535Z Compiling base64 v0.22.1
13522026-05-15T19:49:05.567Z Compiling httparse v1.10.1
13532026-05-15T19:49:05.598Z Compiling rand_core v0.9.5
13542026-05-15T19:49:05.692Z Compiling untrusted v0.7.1
13552026-05-15T19:49:05.725Z Compiling untrusted v0.9.0
13562026-05-15T19:49:05.840Z Compiling tinyvec_macros v0.1.1
13572026-05-15T19:49:05.869Z Compiling openssl-probe v0.2.1
13582026-05-15T19:49:05.885Z Compiling aho-corasick v1.1.4
13592026-05-15T19:49:05.902Z Compiling cmake v0.1.57
13602026-05-15T19:49:05.917Z Compiling tinyvec v1.10.0
13612026-05-15T19:49:05.934Z Compiling tower-service v0.3.3
13622026-05-15T19:49:05.937Z Compiling rustls v0.23.37
13632026-05-15T19:49:05.966Z Compiling tower-layer v0.3.3
13642026-05-15T19:49:06.023Z Compiling try-lock v0.2.5
13652026-05-15T19:49:06.048Z Compiling atomic-waker v1.1.2
13662026-05-15T19:49:06.070Z Compiling schemars v0.8.22
13672026-05-15T19:49:06.086Z Compiling dyn-clone v1.0.20
13682026-05-15T19:49:06.149Z Compiling want v0.3.1
13692026-05-15T19:49:06.178Z Compiling httpdate v1.0.3
13702026-05-15T19:49:06.195Z Compiling openssl v0.10.79
13712026-05-15T19:49:06.211Z Compiling foreign-types-shared v0.1.1
13722026-05-15T19:49:06.226Z Compiling pin-utils v0.1.0
13732026-05-15T19:49:06.245Z Compiling spin v0.9.8
13742026-05-15T19:49:06.259Z Compiling unicode-normalization v0.1.25
13752026-05-15T19:49:06.323Z Compiling foreign-types v0.3.2
13762026-05-15T19:49:06.326Z Compiling num-conv v0.2.0
13772026-05-15T19:49:06.326Z Compiling native-tls v0.2.18
13782026-05-15T19:49:06.365Z Compiling powerfmt v0.2.0
13792026-05-15T19:49:06.368Z Compiling crc32fast v1.5.0
13802026-05-15T19:49:06.368Z Compiling time-core v0.1.8
13812026-05-15T19:49:06.423Z Compiling wait-timeout v0.2.1
13822026-05-15T19:49:06.444Z Compiling sync_wrapper v1.0.2
13832026-05-15T19:49:06.459Z Compiling quick-error v1.2.3
13842026-05-15T19:49:06.485Z Compiling siphasher v1.0.2
13852026-05-15T19:49:06.500Z Compiling crossbeam-utils v0.8.21
13862026-05-15T19:49:06.515Z Compiling syn v1.0.109
13872026-05-15T19:49:06.546Z Compiling time-macros v0.2.27
13882026-05-15T19:49:06.562Z Compiling deranged v0.5.8
13892026-05-15T19:49:06.578Z Compiling num_threads v0.1.7
13902026-05-15T19:49:06.591Z Compiling usdt-impl v0.6.0
13912026-05-15T19:49:06.607Z Compiling simd-adler32 v0.3.8
13922026-05-15T19:49:06.692Z Compiling bit-vec v0.8.0
13932026-05-15T19:49:06.709Z Compiling slog v2.8.2
13942026-05-15T19:49:06.742Z Compiling heapless v0.7.17
13952026-05-15T19:49:06.758Z Compiling rand_xorshift v0.4.0
13962026-05-15T19:49:06.816Z Compiling aws-lc-sys v0.40.0
13972026-05-15T19:49:06.830Z Compiling ring v0.17.14
13982026-05-15T19:49:06.847Z Compiling openssl-sys v0.9.115
13992026-05-15T19:49:06.862Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-15T19:49:06.886Z Compiling regex-automata v0.4.14
14012026-05-15T19:49:06.950Z Compiling tempfile v3.25.0
14022026-05-15T19:49:06.963Z Compiling bit-set v0.8.0
14032026-05-15T19:49:07.030Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-15T19:49:07.045Z Compiling thread-id v5.1.0
14052026-05-15T19:49:07.062Z Compiling synstructure v0.13.2
14062026-05-15T19:49:07.208Z Compiling serde_derive_internals v0.29.1
14072026-05-15T19:49:07.224Z Compiling pest_generator v2.8.6
14082026-05-15T19:49:07.289Z Compiling darling_core v0.20.11
14092026-05-15T19:49:07.403Z Compiling rusty-fork v0.3.1
14102026-05-15T19:49:07.422Z Compiling darling_core v0.21.3
14112026-05-15T19:49:07.699Z Compiling cookie v0.18.1
14122026-05-15T19:49:07.750Z Compiling iri-string v0.7.10
14132026-05-15T19:49:07.765Z Compiling time v0.3.47
14142026-05-15T19:49:07.780Z Compiling ryu v1.0.23
14152026-05-15T19:49:07.798Z Compiling anyhow v1.0.102
14162026-05-15T19:49:07.902Z Compiling unicode-bidi v0.3.18
14172026-05-15T19:49:07.917Z Compiling paste v1.0.15
14182026-05-15T19:49:07.975Z Compiling unicode-properties v0.1.4
14192026-05-15T19:49:07.988Z Compiling unarray v0.1.4
14202026-05-15T19:49:08.044Z Compiling zstd-safe v7.2.4
14212026-05-15T19:49:08.115Z Compiling adler2 v2.0.1
14222026-05-15T19:49:08.143Z Compiling signal-hook v0.3.18
14232026-05-15T19:49:08.169Z Compiling allocator-api2 v0.2.21
14242026-05-15T19:49:08.261Z Compiling stringprep v0.1.5
14252026-05-15T19:49:08.275Z Compiling miniz_oxide v0.8.9
14262026-05-15T19:49:08.531Z Compiling num-integer v0.1.46
14272026-05-15T19:49:08.548Z Compiling vergen-lib v0.1.6
14282026-05-15T19:49:08.718Z Compiling curve25519-dalek v4.1.3
14292026-05-15T19:49:08.745Z Compiling ff v0.13.1
14302026-05-15T19:49:08.867Z Compiling hash32 v0.2.1
14312026-05-15T19:49:08.935Z Compiling memoffset v0.9.1
14322026-05-15T19:49:08.938Z Compiling base16ct v0.2.0
14332026-05-15T19:49:08.938Z Compiling serde_derive v1.0.228
14342026-05-15T19:49:08.978Z Compiling zeroize_derive v1.4.3
14352026-05-15T19:49:09.112Z Compiling zerofrom-derive v0.1.6
14362026-05-15T19:49:09.128Z Compiling yoke-derive v0.8.1
14372026-05-15T19:49:09.144Z Compiling zerovec-derive v0.11.2
14382026-05-15T19:49:09.161Z Compiling zerocopy-derive v0.8.40
14392026-05-15T19:49:09.173Z Compiling displaydoc v0.2.5
14402026-05-15T19:49:09.344Z Compiling tokio-macros v2.7.0
14412026-05-15T19:49:09.429Z Compiling futures-macro v0.3.32
14422026-05-15T19:49:09.661Z Compiling der_derive v0.7.3
14432026-05-15T19:49:09.676Z Compiling zeroize v1.8.2
14442026-05-15T19:49:09.950Z Compiling rustls-pki-types v1.14.0
14452026-05-15T19:49:10.028Z Compiling thiserror-impl v2.0.18
14462026-05-15T19:49:10.108Z Compiling tracing-attributes v0.1.31
14472026-05-15T19:49:10.286Z Compiling futures-util v0.3.32
14482026-05-15T19:49:10.326Z Compiling schemars_derive v0.8.22
14492026-05-15T19:49:10.345Z Compiling scroll_derive v0.13.1
14502026-05-15T19:49:10.430Z Compiling crypto-common v0.1.7
14512026-05-15T19:49:10.486Z Compiling block-buffer v0.10.4
14522026-05-15T19:49:10.568Z Compiling zerofrom v0.1.6
14532026-05-15T19:49:10.594Z Compiling block-padding v0.3.3
14542026-05-15T19:49:10.679Z Compiling yoke v0.8.1
14552026-05-15T19:49:10.694Z Compiling digest v0.10.7
14562026-05-15T19:49:10.711Z Compiling der v0.7.10
14572026-05-15T19:49:10.778Z Compiling inout v0.1.4
14582026-05-15T19:49:10.888Z Compiling zerovec v0.11.5
14592026-05-15T19:49:10.965Z Compiling zerotrie v0.2.3
14602026-05-15T19:49:10.968Z Compiling hmac v0.12.1
14612026-05-15T19:49:11.159Z Compiling cipher v0.4.4
14622026-05-15T19:49:11.175Z Compiling sha2 v0.10.9
14632026-05-15T19:49:11.215Z Compiling pbkdf2 v0.12.2
14642026-05-15T19:49:11.296Z Compiling pest_derive v2.8.6
14652026-05-15T19:49:11.356Z Compiling tinystr v0.8.2
14662026-05-15T19:49:11.425Z Compiling potential_utf v0.1.4
14672026-05-15T19:49:11.445Z Compiling salsa20 v0.10.2
14682026-05-15T19:49:11.460Z Compiling thiserror v2.0.18
14692026-05-15T19:49:11.479Z Compiling cbc v0.1.2
14702026-05-15T19:49:11.501Z Compiling tracing v0.1.44
14712026-05-15T19:49:11.584Z Compiling icu_locale_core v2.1.1
14722026-05-15T19:49:11.600Z Compiling icu_collections v2.1.1
14732026-05-15T19:49:11.617Z Compiling spki v0.7.3
14742026-05-15T19:49:11.617Z Compiling scrypt v0.11.0
14752026-05-15T19:49:11.649Z Compiling aes v0.8.4
14762026-05-15T19:49:11.766Z Compiling scroll v0.13.0
14772026-05-15T19:49:11.799Z Compiling darling_macro v0.20.11
14782026-05-15T19:49:11.852Z Compiling openssl-macros v0.1.1
14792026-05-15T19:49:11.918Z Compiling rustls-native-certs v0.8.3
14802026-05-15T19:49:11.992Z Compiling dtrace-parser v0.3.0
14812026-05-15T19:49:12.064Z Compiling pkcs5 v0.7.1
14822026-05-15T19:49:12.110Z Compiling goblin v0.10.5
14832026-05-15T19:49:12.229Z Compiling icu_provider v2.1.1
14842026-05-15T19:49:12.310Z Compiling darling v0.20.11
14852026-05-15T19:49:12.408Z Compiling pkcs8 v0.10.2
14862026-05-15T19:49:12.424Z Compiling derive_builder_core v0.20.2
14872026-05-15T19:49:12.498Z Compiling bytes v1.11.1
14882026-05-15T19:49:12.535Z Compiling icu_normalizer v2.1.1
14892026-05-15T19:49:12.551Z Compiling icu_properties v2.1.2
14902026-05-15T19:49:12.571Z Compiling chrono v0.4.44
14912026-05-15T19:49:12.589Z Compiling ipnet v2.11.0
14922026-05-15T19:49:12.646Z Compiling signature v2.2.0
14932026-05-15T19:49:12.746Z Compiling webpki-roots v1.0.6
14942026-05-15T19:49:12.762Z Compiling scroll_derive v0.12.1
14952026-05-15T19:49:12.778Z Compiling thiserror-impl v1.0.69
14962026-05-15T19:49:12.847Z Compiling erased-serde v0.3.31
14972026-05-15T19:49:12.881Z Compiling serde_spanned v0.6.9
14982026-05-15T19:49:13.041Z Compiling tokio v1.52.1
14992026-05-15T19:49:13.103Z Compiling http v1.4.0
15002026-05-15T19:49:13.119Z Compiling serde_tokenstream v0.2.3
15012026-05-15T19:49:13.137Z Compiling serde_urlencoded v0.7.1
15022026-05-15T19:49:13.321Z Compiling derive_builder_macro v0.20.2
15032026-05-15T19:49:13.341Z Compiling toml_datetime v0.6.11
15042026-05-15T19:49:13.404Z Compiling md-5 v0.10.6
15052026-05-15T19:49:13.453Z Compiling idna_adapter v1.2.1
15062026-05-15T19:49:13.473Z Compiling scroll v0.12.0
15072026-05-15T19:49:13.496Z Compiling darling_macro v0.21.3
15082026-05-15T19:49:13.594Z Compiling idna v1.1.0
15092026-05-15T19:49:13.609Z Compiling ppv-lite86 v0.2.21
15102026-05-15T19:49:13.623Z Compiling bstr v1.12.1
15112026-05-15T19:49:13.698Z Compiling zerocopy-derive v0.7.35
15122026-05-15T19:49:13.771Z Compiling http-body v1.0.1
15132026-05-15T19:49:13.787Z Compiling pin-project-internal v1.1.11
15142026-05-15T19:49:13.823Z Compiling async-trait v0.1.89
15152026-05-15T19:49:13.963Z Compiling url v2.5.8
15162026-05-15T19:49:14.003Z Compiling rand_chacha v0.9.0
15172026-05-15T19:49:14.018Z Compiling http-body-util v0.1.3
15182026-05-15T19:49:14.062Z Compiling rand_chacha v0.3.1
15192026-05-15T19:49:14.113Z Compiling num-bigint-dig v0.8.6
15202026-05-15T19:49:14.161Z Compiling thiserror v1.0.69
15212026-05-15T19:49:14.285Z Compiling rand v0.9.2
15222026-05-15T19:49:14.300Z Compiling fallible-iterator v0.2.0
15232026-05-15T19:49:14.303Z Compiling smoltcp v0.9.1
15242026-05-15T19:49:14.331Z Compiling cfg_aliases v0.2.1
15252026-05-15T19:49:14.355Z Compiling zlib-rs v0.6.2
15262026-05-15T19:49:14.417Z Compiling rustix v0.38.44
15272026-05-15T19:49:14.689Z Compiling psl-types v2.0.11
15282026-05-15T19:49:14.742Z Compiling ref-cast v1.0.25
15292026-05-15T19:49:14.793Z Compiling litrs v1.0.0
15302026-05-15T19:49:14.808Z Compiling publicsuffix v2.3.0
15312026-05-15T19:49:14.918Z Compiling dof v0.4.0
15322026-05-15T19:49:14.945Z Compiling proptest v1.10.0
15332026-05-15T19:49:14.961Z Compiling postgres-protocol v0.6.10
15342026-05-15T19:49:15.020Z Compiling zerocopy v0.7.35
15352026-05-15T19:49:15.035Z Compiling nix v0.31.2
15362026-05-15T19:49:15.038Z Compiling pin-project v1.1.11
15372026-05-15T19:49:15.125Z Compiling rand v0.8.6
15382026-05-15T19:49:15.156Z Compiling darling v0.21.3
15392026-05-15T19:49:15.171Z Compiling derive_builder v0.20.2
15402026-05-15T19:49:15.255Z Compiling goblin v0.8.2
15412026-05-15T19:49:15.333Z Compiling document-features v0.2.12
15422026-05-15T19:49:15.357Z Compiling sec1 v0.7.3
15432026-05-15T19:49:15.438Z Compiling ipnetwork v0.21.1
15442026-05-15T19:49:15.544Z Compiling cargo-platform v0.1.9
15452026-05-15T19:49:15.593Z Compiling hex v0.4.3
15462026-05-15T19:49:15.676Z Compiling oxnet v0.1.4
15472026-05-15T19:49:15.728Z Compiling hubpack_derive v0.1.1
15482026-05-15T19:49:15.826Z Compiling futures-executor v0.3.32
15492026-05-15T19:49:15.865Z Compiling hkdf v0.12.4
15502026-05-15T19:49:15.885Z Compiling crypto-bigint v0.5.5
15512026-05-15T19:49:15.952Z Compiling regex v1.12.3
15522026-05-15T19:49:16.120Z Compiling daft-derive v0.1.5
15532026-05-15T19:49:16.123Z Compiling snafu-derive v0.8.9
15542026-05-15T19:49:16.148Z Compiling ref-cast-impl v1.0.25
15552026-05-15T19:49:16.181Z Compiling strum_macros v0.27.2
15562026-05-15T19:49:16.220Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-15T19:49:16.267Z Compiling group v0.13.0
15582026-05-15T19:49:16.414Z Compiling num-iter v0.1.45
15592026-05-15T19:49:16.592Z Compiling terminal_size v0.4.3
15602026-05-15T19:49:16.691Z Compiling phf_shared v0.13.1
15612026-05-15T19:49:16.743Z Compiling lazy_static v1.5.0
15622026-05-15T19:49:16.758Z Compiling vergen v9.0.6
15632026-05-15T19:49:16.824Z Compiling fs-err v3.3.0
15642026-05-15T19:49:16.855Z Compiling tokio-util v0.7.18
15652026-05-15T19:49:16.871Z Compiling tower v0.5.3
15662026-05-15T19:49:16.900Z Compiling tokio-native-tls v0.3.1
15672026-05-15T19:49:16.917Z Compiling ahash v0.8.12
15682026-05-15T19:49:16.953Z Compiling encoding_rs v0.8.35
15692026-05-15T19:49:16.968Z Compiling managed v0.8.0
15702026-05-15T19:49:17.038Z Compiling unicode-segmentation v1.12.0
15712026-05-15T19:49:17.097Z Compiling same-file v1.0.6
15722026-05-15T19:49:17.111Z Compiling foldhash v0.1.5
15732026-05-15T19:49:17.149Z Compiling cpufeatures v0.3.0
15742026-05-15T19:49:17.198Z Compiling mime v0.3.17
15752026-05-15T19:49:17.238Z Compiling flate2 v1.1.9
15762026-05-15T19:49:17.283Z Compiling tower-http v0.6.8
15772026-05-15T19:49:17.297Z Compiling newtype-uuid v1.3.2
15782026-05-15T19:49:17.369Z Compiling object v0.37.3
15792026-05-15T19:49:17.452Z Compiling bitflags v1.3.2
15802026-05-15T19:49:17.475Z Compiling winnow v0.5.40
15812026-05-15T19:49:17.540Z Compiling bumpalo v3.20.2
15822026-05-15T19:49:17.607Z Compiling h2 v0.4.13
15832026-05-15T19:49:17.655Z Compiling foldhash v0.2.0
15842026-05-15T19:49:17.670Z Compiling libbz2-rs-sys v0.2.2
15852026-05-15T19:49:17.744Z Compiling zopfli v0.8.3
15862026-05-15T19:49:17.808Z Compiling daft v0.1.5
15872026-05-15T19:49:17.926Z Compiling hashbrown v0.16.1
15882026-05-15T19:49:17.967Z Compiling dof v0.3.0
15892026-05-15T19:49:18.061Z Compiling clap_builder v4.5.60
15902026-05-15T19:49:18.122Z Compiling snafu v0.8.9
15912026-05-15T19:49:18.138Z Compiling bzip2 v0.6.1
15922026-05-15T19:49:18.191Z Compiling strum v0.27.2
15932026-05-15T19:49:18.354Z Compiling hashbrown v0.15.5
15942026-05-15T19:49:18.371Z Compiling walkdir v2.5.0
15952026-05-15T19:49:18.409Z Compiling chacha20 v0.10.0
15962026-05-15T19:49:18.554Z Compiling phf v0.13.1
15972026-05-15T19:49:18.557Z Compiling elliptic-curve v0.13.8
15982026-05-15T19:49:18.699Z Compiling signal-hook-mio v0.2.5
15992026-05-15T19:49:18.736Z Compiling cargo_metadata v0.19.2
16002026-05-15T19:49:18.736Z Compiling usdt-attr-macro v0.6.0
16012026-05-15T19:49:18.766Z Compiling usdt-macro v0.6.0
16022026-05-15T19:49:18.822Z Compiling toml_edit v0.19.15
16032026-05-15T19:49:18.840Z Compiling cookie_store v0.22.1
16042026-05-15T19:49:18.914Z Compiling hubpack v0.1.2
16052026-05-15T19:49:18.969Z Compiling bzip2 v0.4.4
16062026-05-15T19:49:19.031Z Compiling futures v0.3.32
16072026-05-15T19:49:19.104Z Compiling zstd v0.13.3
16082026-05-15T19:49:19.141Z Compiling postgres-types v0.2.12
16092026-05-15T19:49:19.161Z Compiling serde_with_macros v3.17.0
16102026-05-15T19:49:19.196Z Compiling dtrace-parser v0.2.0
16112026-05-15T19:49:19.391Z Compiling globset v0.4.18
16122026-05-15T19:49:19.570Z Compiling ed25519 v2.2.3
16132026-05-15T19:49:19.586Z Compiling pkcs1 v0.7.5
16142026-05-15T19:49:19.653Z Compiling olpc-cjson v0.1.4
16152026-05-15T19:49:19.721Z Compiling serde_plain v1.0.2
16162026-05-15T19:49:19.833Z Compiling serde-big-array v0.5.1
16172026-05-15T19:49:19.937Z Compiling rfc6979 v0.4.0
16182026-05-15T19:49:19.986Z Compiling async-recursion v1.1.1
16192026-05-15T19:49:20.001Z Compiling clap_derive v4.5.55
16202026-05-15T19:49:20.017Z Compiling enum-as-inner v0.6.1
16212026-05-15T19:49:20.081Z Compiling strum_macros v0.26.4
16222026-05-15T19:49:20.110Z Compiling serde_repr v0.1.20
16232026-05-15T19:49:20.152Z Compiling phf_shared v0.11.3
16242026-05-15T19:49:20.327Z Compiling float-cmp v0.10.0
16252026-05-15T19:49:20.344Z Compiling pem v3.0.6
16262026-05-15T19:49:20.362Z Compiling memmap2 v0.9.10
16272026-05-15T19:49:20.513Z Compiling thread-id v4.2.2
16282026-05-15T19:49:20.527Z Compiling env_filter v1.0.0
16292026-05-15T19:49:20.557Z Compiling static_assertions v1.1.0
16302026-05-15T19:49:20.597Z Compiling rustc-hash v2.1.1
16312026-05-15T19:49:20.612Z Compiling either v1.15.0
16322026-05-15T19:49:20.652Z Compiling precomputed-hash v0.1.1
16332026-05-15T19:49:20.700Z Compiling hyper v1.8.1
16342026-05-15T19:49:20.714Z Compiling data-encoding v2.10.0
16352026-05-15T19:49:20.714Z Compiling normalize-line-endings v0.3.0
16362026-05-15T19:49:20.743Z Compiling new_debug_unreachable v1.0.6
16372026-05-15T19:49:20.759Z Compiling typed-path v0.9.3
16382026-05-15T19:49:20.825Z Compiling fixedbitset v0.5.7
16392026-05-15T19:49:20.840Z Compiling difflib v0.4.0
16402026-05-15T19:49:20.856Z Compiling fixedbitset v0.4.2
16412026-05-15T19:49:20.874Z Compiling whoami v2.1.0
16422026-05-15T19:49:21.108Z Compiling jiff v0.2.21
16432026-05-15T19:49:21.126Z Compiling keccak v0.1.6
16442026-05-15T19:49:21.159Z Compiling predicates-core v1.0.10
16452026-05-15T19:49:21.275Z Compiling toml_edit v0.22.27
16462026-05-15T19:49:21.359Z Compiling predicates v3.1.4
16472026-05-15T19:49:21.427Z Compiling sha3 v0.10.8
16482026-05-15T19:49:21.457Z Compiling tokio-postgres v0.7.16
16492026-05-15T19:49:21.603Z Compiling petgraph v0.8.3
16502026-05-15T19:49:21.642Z Compiling hickory-proto v0.25.2
16512026-05-15T19:49:21.748Z Compiling petgraph v0.6.5
16522026-05-15T19:49:21.856Z Compiling hyper-util v0.1.20
16532026-05-15T19:49:21.905Z Compiling clap v4.5.60
16542026-05-15T19:49:21.934Z Compiling strum v0.26.3
16552026-05-15T19:49:21.961Z Compiling itertools v0.13.0
16562026-05-15T19:49:22.006Z Compiling string_cache v0.8.9
16572026-05-15T19:49:22.022Z Compiling iddqd v0.3.18
16582026-05-15T19:49:22.041Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16592026-05-15T19:49:22.088Z Compiling env_logger v0.11.9
16602026-05-15T19:49:22.259Z Compiling usdt-impl v0.5.0
16612026-05-15T19:49:22.344Z Compiling usdt v0.6.0
16622026-05-15T19:49:22.470Z Compiling serde_with v3.17.0
16632026-05-15T19:49:22.638Z Compiling toml v0.7.8
16642026-05-15T19:49:22.875Z Compiling crossterm v0.28.1
16652026-05-15T19:49:23.187Z Compiling ecdsa v0.16.9
16662026-05-15T19:49:23.225Z Compiling hyper-tls v0.6.0
16672026-05-15T19:49:23.243Z Compiling rsa v0.9.10
16682026-05-15T19:49:23.258Z Compiling ed25519-dalek v2.2.0
16692026-05-15T19:49:23.609Z Compiling zip v0.6.6
16702026-05-15T19:49:23.624Z Compiling rand v0.10.0
16712026-05-15T19:49:23.705Z Compiling zip v4.6.1
16722026-05-15T19:49:24.205Z Compiling tokio-stream v0.1.18
16732026-05-15T19:49:24.222Z Compiling toml_parser v1.0.9+spec-1.1.0
16742026-05-15T19:49:24.241Z Compiling similar v2.7.0
16752026-05-15T19:49:24.257Z Compiling heck v0.4.1
16762026-05-15T19:49:24.305Z Compiling buf-list v1.1.2
16772026-05-15T19:49:24.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-15T19:49:24.506Z Compiling openapiv3 v2.2.0
16792026-05-15T19:49:24.612Z Compiling x509-cert v0.2.5
16802026-05-15T19:49:24.628Z Compiling sha1 v0.10.6
16812026-05-15T19:49:24.703Z Compiling crossbeam-epoch v0.9.18
16822026-05-15T19:49:24.721Z Compiling toml_datetime v0.7.5+spec-1.1.0
16832026-05-15T19:49:24.730Z Compiling lalrpop-util v0.19.12
16842026-05-15T19:49:24.885Z Compiling peg-runtime v0.8.5
16852026-05-15T19:49:24.903Z Compiling thread_local v1.1.9
16862026-05-15T19:49:24.952Z Compiling slog-async v2.8.0
16872026-05-15T19:49:24.968Z Compiling crossbeam-channel v0.5.15
16882026-05-15T19:49:25.033Z Compiling filetime v0.2.27
16892026-05-15T19:49:25.057Z Compiling is-terminal v0.4.17
16902026-05-15T19:49:25.072Z Compiling take_mut v0.2.2
16912026-05-15T19:49:25.164Z Compiling xattr v1.6.1
16922026-05-15T19:49:25.179Z Compiling term v1.2.1
16932026-05-15T19:49:25.309Z Compiling tar v0.4.45
16942026-05-15T19:49:25.463Z Compiling slog-term v2.9.2
16952026-05-15T19:49:43.049Z Compiling rustls-webpki v0.103.9
16962026-05-15T19:49:45.900Z Compiling tokio-rustls v0.26.4
16972026-05-15T19:49:45.900Z Compiling rustls-platform-verifier v0.6.2
16982026-05-15T19:49:46.116Z Compiling hyper-rustls v0.27.7
16992026-05-15T19:49:46.288Z Compiling reqwest v0.12.28
17002026-05-15T19:49:46.288Z Compiling reqwest v0.13.2
17012026-05-15T19:49:47.506Z Compiling tough v0.22.0
17022026-05-15T19:49:49.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-05-15T19:49:50.234Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-05-15T19:49:53.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.72s
17052026-05-15T19:49:53.220Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17062026-05-15T19:49:53.278ZMay 15 19:49:52.638 INFO Starting download, target: Cockroach
17072026-05-15T19:49:53.278ZMay 15 19:49:52.638 INFO Starting download, target: Clickhouse
17082026-05-15T19:49:53.278ZMay 15 19:49:52.638 INFO Starting download, target: DendriteStub
17092026-05-15T19:49:53.278ZMay 15 19:49:52.638 INFO Starting download, target: Console
17102026-05-15T19:49:53.281ZMay 15 19:49:52.638 INFO Starting download, target: MaghemiteMgd
17112026-05-15T19:49:53.281ZMay 15 19:49:52.638 INFO Starting download, target: TransceiverControl
17122026-05-15T19:49:53.282ZMay 15 19:49:52.638 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17132026-05-15T19:49:53.282ZMay 15 19:49:52.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-05-15T19:49:53.282ZMay 15 19:49:52.638 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-15T19:49:53.282ZMay 15 19:49:52.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-05-15T19:49:53.282ZMay 15 19:49:52.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-05-15T19:49:53.282ZMay 15 19:49:52.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17182026-05-15T19:49:53.749ZMay 15 19:49:53.105 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-05-15T19:49:53.955ZMay 15 19:49:53.313 INFO Download complete, target: TransceiverControl
17202026-05-15T19:49:54.306ZMay 15 19:49:53.660 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17212026-05-15T19:49:54.552ZMay 15 19:49:53.912 INFO Download complete, target: Console
17222026-05-15T19:49:55.085ZMay 15 19:49:54.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-05-15T19:49:55.330ZMay 15 19:49:54.685 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17242026-05-15T19:49:55.456ZMay 15 19:49:54.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17252026-05-15T19:49:56.068ZMay 15 19:49:55.427 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17262026-05-15T19:49:56.068ZMay 15 19:49:55.427 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17272026-05-15T19:49:57.495ZMay 15 19:49:56.806 INFO Download complete, target: DendriteStub
17282026-05-15T19:49:57.736ZMay 15 19:49:57.091 INFO Download complete, target: MaghemiteMgd
17292026-05-15T19:50:00.883ZMay 15 19:50:00.212 INFO Checking that binary works, target: Cockroach
17302026-05-15T19:50:01.167ZMay 15 19:50:00.524 INFO Download complete, target: Cockroach
17312026-05-15T19:50:02.275ZMay 15 19:50:01.630 INFO Checking that binary works, target: Clickhouse
17322026-05-15T19:50:02.386ZMay 15 19:50:01.744 INFO Download complete, target: Clickhouse
17332026-05-15T19:50:02.390ZAll prerequisites installed successfully
17342026-05-15T19:50:02.390Z
17352026-05-15T19:50:02.405Zreal 2:01.657988124
17362026-05-15T19:50:02.405Zuser 6:57.424543045
17372026-05-15T19:50:02.405Zsys 1:45.393202774
17382026-05-15T19:50:02.405Ztrap 0.265856521
17392026-05-15T19:50:02.405Ztflt 1.239817051
17402026-05-15T19:50:02.405Zdflt 1.903818450
17412026-05-15T19:50:02.405Zkflt 0.034636839
17422026-05-15T19:50:02.405Zlock 22:45.281036640
17432026-05-15T19:50:02.405Zslp 19:08.820879963
17442026-05-15T19:50:02.405Zlat 24.168453856
17452026-05-15T19:50:02.405Zstop 2:53.522264577
17462026-05-15T19:50:02.405Z+ ptime -m cargo xtask download softnpu
17472026-05-15T19:50:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17482026-05-15T19:50:02.956Z Running `target/debug/xtask download softnpu`
17492026-05-15T19:50:03.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17502026-05-15T19:50:03.796Z Running `target/debug/xtask-downloader softnpu`
17512026-05-15T19:50:03.838ZMay 15 19:50:03.198 INFO Starting download, target: Softnpu
17522026-05-15T19:50:03.841ZMay 15 19:50:03.199 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17532026-05-15T19:50:04.373ZMay 15 19:50:03.734 INFO Download complete, target: Softnpu
17542026-05-15T19:50:04.377Z
17552026-05-15T19:50:04.377Zreal 1.981144427
17562026-05-15T19:50:04.377Zuser 1.352450849
17572026-05-15T19:50:04.377Zsys 0.668570173
17582026-05-15T19:50:04.377Ztrap 0.000497580
17592026-05-15T19:50:04.377Ztflt 0.000095580
17602026-05-15T19:50:04.377Zdflt 0.000088830
17612026-05-15T19:50:04.377Zkflt 0.000001950
17622026-05-15T19:50:04.377Zlock 9.894132247
17632026-05-15T19:50:04.377Zslp 0.384662262
17642026-05-15T19:50:04.377Zlat 0.077787154
17652026-05-15T19:50:04.377Zstop 0.000177830
17662026-05-15T19:50:04.381Z+ export CARGO_INCREMENTAL=0
17672026-05-15T19:50:04.381Z+ CARGO_INCREMENTAL=0
17682026-05-15T19:50:04.381Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17692026-05-15T19:50:05.313Z Compiling proc-macro2 v1.0.106
17702026-05-15T19:50:05.313Z Compiling quote v1.0.45
17712026-05-15T19:50:05.313Z Compiling unicode-ident v1.0.24
17722026-05-15T19:50:05.313Z Compiling libc v0.2.185
17732026-05-15T19:50:05.316Z Compiling serde_core v1.0.228
17742026-05-15T19:50:05.316Z Compiling serde v1.0.228
17752026-05-15T19:50:05.316Z Compiling cfg-if v1.0.4
17762026-05-15T19:50:05.316Z Compiling version_check v0.9.5
17772026-05-15T19:50:05.459Z Compiling find-msvc-tools v0.1.9
17782026-05-15T19:50:05.462Z Compiling shlex v1.3.0
17792026-05-15T19:50:05.463Z Compiling typenum v1.19.0
17802026-05-15T19:50:05.463Z Compiling zmij v1.0.21
17812026-05-15T19:50:05.463Z Compiling autocfg v1.5.0
17822026-05-15T19:50:05.463Z Compiling serde_json v1.0.149
17832026-05-15T19:50:05.463Z Compiling memchr v2.8.0
17842026-05-15T19:50:05.661Z Compiling portable-atomic v1.13.1
17852026-05-15T19:50:05.728Z Compiling libm v0.2.16
17862026-05-15T19:50:05.844Z Compiling zerocopy v0.8.40
17872026-05-15T19:50:05.884Z Compiling smallvec v1.15.1
17882026-05-15T19:50:05.901Z Compiling parking_lot_core v0.9.12
17892026-05-15T19:50:05.918Z Compiling icu_normalizer_data v2.1.1
17902026-05-15T19:50:06.049Z Compiling generic-array v0.14.7
17912026-05-15T19:50:06.064Z Compiling num-traits v0.2.19
17922026-05-15T19:50:06.083Z Compiling icu_properties_data v2.1.2
17932026-05-15T19:50:06.098Z Compiling itoa v1.0.17
17942026-05-15T19:50:06.176Z Compiling getrandom v0.4.1
17952026-05-15T19:50:06.176Z Compiling log v0.4.29
17962026-05-15T19:50:06.227Z Compiling stable_deref_trait v1.2.1
17972026-05-15T19:50:06.253Z Compiling pkg-config v0.3.32
17982026-05-15T19:50:06.286Z Compiling subtle v2.6.1
17992026-05-15T19:50:06.437Z Compiling jobserver v0.1.34
18002026-05-15T19:50:06.454Z Compiling getrandom v0.2.17
18012026-05-15T19:50:06.486Z Compiling errno v0.3.14
18022026-05-15T19:50:06.490Z Compiling scopeguard v1.2.0
18032026-05-15T19:50:06.641Z Compiling rand_core v0.6.4
18042026-05-15T19:50:06.641Z Compiling lock_api v0.4.14
18052026-05-15T19:50:06.673Z Compiling cc v1.2.56
18062026-05-15T19:50:06.736Z Compiling percent-encoding v2.3.2
18072026-05-15T19:50:06.739Z Compiling writeable v0.6.2
18082026-05-15T19:50:06.767Z Compiling litemap v0.8.1
18092026-05-15T19:50:06.785Z Compiling syn v2.0.117
18102026-05-15T19:50:06.860Z Compiling fnv v1.0.7
18112026-05-15T19:50:06.899Z Compiling pin-project-lite v0.2.17
18122026-05-15T19:50:06.998Z Compiling thiserror v2.0.18
18132026-05-15T19:50:07.032Z Compiling getrandom v0.3.4
18142026-05-15T19:50:07.035Z Compiling fs_extra v1.3.0
18152026-05-15T19:50:07.099Z Compiling equivalent v1.0.2
18162026-05-15T19:50:07.149Z Compiling dunce v1.0.5
18172026-05-15T19:50:07.152Z Compiling rand_core v0.10.0
18182026-05-15T19:50:07.152Z Compiling schemars v0.8.22
18192026-05-15T19:50:07.217Z Compiling rustversion v1.0.22
18202026-05-15T19:50:07.257Z Compiling utf8_iter v1.0.4
18212026-05-15T19:50:07.343Z Compiling form_urlencoded v1.2.2
18222026-05-15T19:50:07.454Z Compiling cmake v0.1.57
18232026-05-15T19:50:07.458Z Compiling critical-section v1.2.0
18242026-05-15T19:50:07.458Z Compiling signal-hook-registry v1.4.8
18252026-05-15T19:50:07.608Z Compiling hashbrown v0.17.0
18262026-05-15T19:50:07.648Z Compiling rustix v1.1.3
18272026-05-15T19:50:07.666Z Compiling socket2 v0.6.3
18282026-05-15T19:50:07.863Z Compiling bitflags v2.11.0
18292026-05-15T19:50:07.951Z Compiling semver v1.0.28
18302026-05-15T19:50:08.005Z Compiling once_cell v1.21.3
18312026-05-15T19:50:08.022Z Compiling parking_lot v0.12.5
18322026-05-15T19:50:08.045Z Compiling mio v1.2.0
18332026-05-15T19:50:08.063Z Compiling ring v0.17.14
18342026-05-15T19:50:08.111Z Compiling aws-lc-sys v0.40.0
18352026-05-15T19:50:08.266Z Compiling indexmap v2.14.0
18362026-05-15T19:50:08.299Z Compiling const-oid v0.9.6
18372026-05-15T19:50:08.318Z Compiling heck v0.5.0
18382026-05-15T19:50:08.366Z Compiling aws-lc-rs v1.16.3
18392026-05-15T19:50:08.419Z Compiling futures-core v0.3.32
18402026-05-15T19:50:08.435Z Compiling httparse v1.10.1
18412026-05-15T19:50:08.602Z Compiling thiserror v1.0.69
18422026-05-15T19:50:08.619Z Compiling vcpkg v0.2.15
18432026-05-15T19:50:08.649Z Compiling strsim v0.11.1
18442026-05-15T19:50:08.786Z Compiling ucd-trie v0.1.7
18452026-05-15T19:50:08.808Z Compiling byteorder v1.5.0
18462026-05-15T19:50:08.954Z Compiling iana-time-zone v0.1.65
18472026-05-15T19:50:08.971Z Compiling pest v2.8.6
18482026-05-15T19:50:09.021Z Compiling syn v1.0.109
18492026-05-15T19:50:09.025Z Compiling regex-syntax v0.8.10
18502026-05-15T19:50:09.055Z Compiling ident_case v1.0.1
18512026-05-15T19:50:09.058Z Compiling uuid v1.23.0
18522026-05-15T19:50:09.154Z Compiling rustls v0.23.37
18532026-05-15T19:50:09.205Z Compiling openssl-sys v0.9.115
18542026-05-15T19:50:09.209Z Compiling cpufeatures v0.2.17
18552026-05-15T19:50:09.370Z Compiling futures-sink v0.3.32
18562026-05-15T19:50:09.436Z Compiling rustc_version v0.4.1
18572026-05-15T19:50:09.533Z Compiling futures-channel v0.3.32
18582026-05-15T19:50:09.550Z Compiling futures-io v0.3.32
18592026-05-15T19:50:09.567Z Compiling slab v0.4.12
18602026-05-15T19:50:09.690Z Compiling futures-task v0.3.32
18612026-05-15T19:50:09.718Z Compiling synstructure v0.13.2
18622026-05-15T19:50:09.738Z Compiling serde_derive_internals v0.29.1
18632026-05-15T19:50:09.843Z Compiling aho-corasick v1.1.4
18642026-05-15T19:50:09.966Z Compiling dyn-clone v1.0.20
18652026-05-15T19:50:10.084Z Compiling pest_meta v2.8.6
18662026-05-15T19:50:10.193Z Compiling openssl v0.10.79
18672026-05-15T19:50:10.228Z Compiling plain v0.2.3
18682026-05-15T19:50:10.255Z Compiling crc32fast v1.5.0
18692026-05-15T19:50:10.275Z Compiling base64 v0.22.1
18702026-05-15T19:50:10.293Z Compiling time-core v0.1.8
18712026-05-15T19:50:10.336Z Compiling num-conv v0.2.0
18722026-05-15T19:50:10.410Z Compiling crossbeam-utils v0.8.21
18732026-05-15T19:50:10.489Z Compiling time-macros v0.2.27
18742026-05-15T19:50:10.540Z Compiling native-tls v0.2.18
18752026-05-15T19:50:10.573Z Compiling pretty-hex v0.4.1
18762026-05-15T19:50:10.591Z Compiling base64ct v1.8.3
18772026-05-15T19:50:10.646Z Compiling anyhow v1.0.102
18782026-05-15T19:50:10.666Z Compiling regex-automata v0.4.14
18792026-05-15T19:50:10.711Z Compiling pest_generator v2.8.6
18802026-05-15T19:50:10.733Z Compiling darling_core v0.21.3
18812026-05-15T19:50:10.821Z Compiling tracing-core v0.1.36
18822026-05-15T19:50:10.861Z Compiling pem-rfc7468 v0.7.0
18832026-05-15T19:50:10.922Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-05-15T19:50:10.979Z Compiling serde_derive v1.0.228
18852026-05-15T19:50:11.149Z Compiling zeroize_derive v1.4.3
18862026-05-15T19:50:11.153Z Compiling zerofrom-derive v0.1.6
18872026-05-15T19:50:11.189Z Compiling yoke-derive v0.8.1
18882026-05-15T19:50:11.248Z Compiling zerovec-derive v0.11.2
18892026-05-15T19:50:11.316Z Compiling displaydoc v0.2.5
18902026-05-15T19:50:11.336Z Compiling zerocopy-derive v0.8.40
18912026-05-15T19:50:11.369Z Compiling tokio-macros v2.7.0
18922026-05-15T19:50:11.461Z Compiling futures-macro v0.3.32
18932026-05-15T19:50:11.770Z Compiling zeroize v1.8.2
18942026-05-15T19:50:12.028Z Compiling thiserror-impl v2.0.18
18952026-05-15T19:50:12.101Z Compiling schemars_derive v0.8.22
18962026-05-15T19:50:12.159Z Compiling tracing-attributes v0.1.31
18972026-05-15T19:50:12.252Z Compiling der_derive v0.7.3
18982026-05-15T19:50:12.279Z Compiling thiserror-impl v1.0.69
18992026-05-15T19:50:12.304Z Compiling zerofrom v0.1.6
19002026-05-15T19:50:12.453Z Compiling yoke v0.8.1
19012026-05-15T19:50:12.582Z Compiling crypto-common v0.1.7
19022026-05-15T19:50:12.673Z Compiling zerovec v0.11.5
19032026-05-15T19:50:12.689Z Compiling zerotrie v0.2.3
19042026-05-15T19:50:12.888Z Compiling block-buffer v0.10.4
19052026-05-15T19:50:13.185Z Compiling digest v0.10.7
19062026-05-15T19:50:13.223Z Compiling tinystr v0.8.2
19072026-05-15T19:50:13.240Z Compiling potential_utf v0.1.4
19082026-05-15T19:50:13.305Z Compiling pest_derive v2.8.6
19092026-05-15T19:50:13.348Z Compiling futures-util v0.3.32
19102026-05-15T19:50:13.431Z Compiling icu_locale_core v2.1.1
19112026-05-15T19:50:13.431Z Compiling icu_collections v2.1.1
19122026-05-15T19:50:13.465Z Compiling hmac v0.12.1
19132026-05-15T19:50:13.601Z Compiling block-padding v0.3.3
19142026-05-15T19:50:13.767Z Compiling inout v0.1.4
19152026-05-15T19:50:13.771Z Compiling rustls-pki-types v1.14.0
19162026-05-15T19:50:13.946Z Compiling openssl-macros v0.1.1
19172026-05-15T19:50:14.174Z Compiling bytes v1.11.1
19182026-05-15T19:50:14.214Z Compiling icu_provider v2.1.1
19192026-05-15T19:50:14.263Z Compiling chrono v0.4.44
19202026-05-15T19:50:14.375Z Compiling serde_tokenstream v0.2.3
19212026-05-15T19:50:14.378Z Compiling cipher v0.4.4
19222026-05-15T19:50:14.649Z Compiling icu_properties v2.1.2
19232026-05-15T19:50:14.669Z Compiling icu_normalizer v2.1.1
19242026-05-15T19:50:14.700Z Compiling sha2 v0.10.9
19252026-05-15T19:50:14.744Z Compiling tokio v1.52.1
19262026-05-15T19:50:15.292Z Compiling scroll_derive v0.13.1
19272026-05-15T19:50:15.496Z Compiling scroll_derive v0.12.1
19282026-05-15T19:50:15.789Z Compiling idna_adapter v1.2.1
19292026-05-15T19:50:15.890Z Compiling ppv-lite86 v0.2.21
19302026-05-15T19:50:15.951Z Compiling idna v1.1.0
19312026-05-15T19:50:16.125Z Compiling http v1.4.0
19322026-05-15T19:50:16.177Z Compiling untrusted v0.9.0
19332026-05-15T19:50:16.207Z Compiling flagset v0.4.7
19342026-05-15T19:50:16.263Z Compiling tracing v0.1.44
19352026-05-15T19:50:16.321Z Compiling url v2.5.8
19362026-05-15T19:50:16.337Z Compiling der v0.7.10
19372026-05-15T19:50:16.359Z Compiling regex v1.12.3
19382026-05-15T19:50:16.520Z Compiling darling_macro v0.21.3
19392026-05-15T19:50:16.638Z Compiling zerocopy-derive v0.7.35
19402026-05-15T19:50:16.693Z Compiling rand_core v0.9.5
19412026-05-15T19:50:16.786Z Compiling slog v2.8.2
19422026-05-15T19:50:17.245Z Compiling spki v0.7.3
19432026-05-15T19:50:17.468Z Compiling darling v0.21.3
19442026-05-15T19:50:17.484Z Compiling salsa20 v0.10.2
19452026-05-15T19:50:17.487Z Compiling pbkdf2 v0.12.2
19462026-05-15T19:50:18.038Z Compiling cookie v0.18.1
19472026-05-15T19:50:18.076Z Compiling camino v1.2.2
19482026-05-15T19:50:18.423Z Compiling scrypt v0.11.0
19492026-05-15T19:50:18.438Z Compiling http-body v1.0.1
19502026-05-15T19:50:18.442Z Compiling rand_chacha v0.9.0
19512026-05-15T19:50:18.543Z Compiling cbc v0.1.2
19522026-05-15T19:50:18.546Z Compiling aes v0.8.4
19532026-05-15T19:50:18.615Z Compiling tokio-util v0.7.18
19542026-05-15T19:50:18.742Z Compiling usdt-impl v0.5.0
19552026-05-15T19:50:18.782Z Compiling ref-cast v1.0.25
19562026-05-15T19:50:18.852Z Compiling usdt-impl v0.6.0
19572026-05-15T19:50:18.871Z Compiling paste v1.0.15
19582026-05-15T19:50:18.887Z Compiling winnow v0.7.14
19592026-05-15T19:50:18.916Z Compiling atomic-waker v1.1.2
19602026-05-15T19:50:19.062Z Compiling tinyvec_macros v0.1.1
19612026-05-15T19:50:19.111Z Compiling untrusted v0.7.1
19622026-05-15T19:50:19.154Z Compiling either v1.15.0
19632026-05-15T19:50:19.170Z Compiling openssl-probe v0.2.1
19642026-05-15T19:50:19.262Z Compiling tinyvec v1.10.0
19652026-05-15T19:50:19.285Z Compiling pkcs5 v0.7.1
19662026-05-15T19:50:19.488Z Compiling rand v0.9.2
19672026-05-15T19:50:19.763Z Compiling scroll v0.12.0
19682026-05-15T19:50:19.909Z Compiling scroll v0.13.0
19692026-05-15T19:50:19.912Z Compiling toml_datetime v0.6.11
19702026-05-15T19:50:19.977Z Compiling serde_spanned v0.6.9
19712026-05-15T19:50:20.053Z Compiling async-trait v0.1.89
19722026-05-15T19:50:20.085Z Compiling heapless v0.7.17
19732026-05-15T19:50:20.150Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-05-15T19:50:20.186Z Compiling tower-layer v0.3.3
19752026-05-15T19:50:20.202Z Compiling tower-service v0.3.3
19762026-05-15T19:50:20.219Z Compiling zstd-safe v7.2.4
19772026-05-15T19:50:20.423Z Compiling fastrand v2.3.0
19782026-05-15T19:50:20.471Z Compiling try-lock v0.2.5
19792026-05-15T19:50:20.507Z Compiling signal-hook v0.3.18
19802026-05-15T19:50:20.621Z Compiling h2 v0.4.13
19812026-05-15T19:50:20.639Z Compiling want v0.3.1
19822026-05-15T19:50:20.716Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-05-15T19:50:20.844Z Compiling goblin v0.10.5
19842026-05-15T19:50:20.859Z Compiling goblin v0.8.2
19852026-05-15T19:50:21.008Z Compiling pkcs8 v0.10.2
19862026-05-15T19:50:21.130Z Compiling zerocopy v0.7.35
19872026-05-15T19:50:21.186Z Compiling ipnet v2.11.0
19882026-05-15T19:50:21.301Z Compiling ref-cast-impl v1.0.25
19892026-05-15T19:50:21.559Z Compiling curve25519-dalek v4.1.3
19902026-05-15T19:50:21.719Z Compiling darling_core v0.20.11
19912026-05-15T19:50:21.761Z Compiling toml_datetime v0.7.5+spec-1.1.0
19922026-05-15T19:50:21.863Z Compiling memoffset v0.9.1
19932026-05-15T19:50:21.886Z Compiling httpdate v1.0.3
19942026-05-15T19:50:22.068Z Compiling winnow v0.5.40
19952026-05-15T19:50:22.117Z Compiling pin-utils v0.1.0
19962026-05-15T19:50:22.268Z Compiling rustix v0.38.44
19972026-05-15T19:50:22.313Z Compiling litrs v1.0.0
19982026-05-15T19:50:22.488Z Compiling foreign-types-shared v0.1.1
19992026-05-15T19:50:22.634Z Compiling foreign-types v0.3.2
20002026-05-15T19:50:22.790Z Compiling document-features v0.2.12
20012026-05-15T19:50:22.925Z Compiling tempfile v3.25.0
20022026-05-15T19:50:23.289Z Compiling dof v0.3.0
20032026-05-15T19:50:23.365Z Compiling unicode-normalization v0.1.25
20042026-05-15T19:50:23.421Z Compiling toml_edit v0.19.15
20052026-05-15T19:50:23.555Z Compiling dtrace-parser v0.2.0
20062026-05-15T19:50:23.659Z Compiling hyper v1.8.1
20072026-05-15T19:50:23.764Z Compiling darling_macro v0.20.11
20082026-05-15T19:50:23.877Z Compiling dof v0.4.0
20092026-05-15T19:50:24.013Z Compiling dtrace-parser v0.3.0
20102026-05-15T19:50:24.194Z Compiling pin-project-internal v1.1.11
20112026-05-15T19:50:24.216Z Compiling daft-derive v0.1.5
20122026-05-15T19:50:24.279Z Compiling spin v0.9.8
20132026-05-15T19:50:24.337Z Compiling thread-id v5.1.0
20142026-05-15T19:50:24.383Z Compiling thread-id v4.2.2
20152026-05-15T19:50:24.486Z Compiling cfg_aliases v0.2.1
20162026-05-15T19:50:24.526Z Compiling smoltcp v0.9.1
20172026-05-15T19:50:24.583Z Compiling num-bigint-dig v0.8.6
20182026-05-15T19:50:24.603Z Compiling powerfmt v0.2.0
20192026-05-15T19:50:24.699Z Compiling nix v0.31.2
20202026-05-15T19:50:24.794Z Compiling deranged v0.5.8
20212026-05-15T19:50:24.871Z Compiling hyper-util v0.1.20
20222026-05-15T19:50:25.087Z Compiling darling v0.20.11
20232026-05-15T19:50:25.251Z Compiling rustls-native-certs v0.8.3
20242026-05-15T19:50:25.466Z Compiling ipnetwork v0.21.1
20252026-05-15T19:50:25.701Z Compiling strum_macros v0.26.4
20262026-05-15T19:50:25.725Z Compiling curve25519-dalek-derive v0.1.1
20272026-05-15T19:50:26.015Z Compiling sync_wrapper v1.0.2
20282026-05-15T19:50:26.042Z Compiling wait-timeout v0.2.1
20292026-05-15T19:50:26.163Z Compiling siphasher v1.0.2
20302026-05-15T19:50:26.441Z Compiling quick-error v1.2.3
20312026-05-15T19:50:26.477Z Compiling simd-adler32 v0.3.8
20322026-05-15T19:50:26.565Z Compiling utf8parse v0.2.2
20332026-05-15T19:50:26.583Z Compiling bit-vec v0.8.0
20342026-05-15T19:50:26.600Z Compiling anstyle v1.0.13
20352026-05-15T19:50:26.735Z Compiling num_threads v0.1.7
20362026-05-15T19:50:26.838Z Compiling time v0.3.47
20372026-05-15T19:50:26.854Z Compiling bit-set v0.8.0
20382026-05-15T19:50:26.859Z Compiling anstyle-parse v0.2.7
20392026-05-15T19:50:26.859Z Compiling rusty-fork v0.3.1
20402026-05-15T19:50:27.082Z Compiling tower v0.5.3
20412026-05-15T19:50:27.288Z Compiling derive_builder_core v0.20.2
20422026-05-15T19:50:27.534Z Compiling http-body-util v0.1.3
20432026-05-15T19:50:27.786Z Compiling webpki-roots v1.0.6
20442026-05-15T19:50:27.803Z Compiling rand_xorshift v0.4.0
20452026-05-15T19:50:27.848Z Compiling signature v2.2.0
20462026-05-15T19:50:27.864Z Compiling hubpack_derive v0.1.1
20472026-05-15T19:50:27.974Z Compiling strum_macros v0.27.2
20482026-05-15T19:50:27.999Z Compiling snafu-derive v0.8.9
20492026-05-15T19:50:28.151Z Compiling fs-err v3.3.0
20502026-05-15T19:50:28.174Z Compiling ahash v0.8.12
20512026-05-15T19:50:28.318Z Compiling ryu v1.0.23
20522026-05-15T19:50:28.377Z Compiling allocator-api2 v0.2.21
20532026-05-15T19:50:28.394Z Compiling adler2 v2.0.1
20542026-05-15T19:50:28.533Z Compiling unicode-segmentation v1.12.0
20552026-05-15T19:50:28.550Z Compiling unarray v0.1.4
20562026-05-15T19:50:28.646Z Compiling anstyle-query v1.1.5
20572026-05-15T19:50:28.686Z Compiling is_terminal_polyfill v1.70.2
20582026-05-15T19:50:28.705Z Compiling unicode-properties v0.1.4
20592026-05-15T19:50:28.739Z Compiling iri-string v0.7.10
20602026-05-15T19:50:28.743Z Compiling unicode-bidi v0.3.18
20612026-05-15T19:50:28.806Z Compiling object v0.37.3
20622026-05-15T19:50:28.942Z Compiling colorchoice v1.0.4
20632026-05-15T19:50:29.063Z Compiling anstream v0.6.21
20642026-05-15T19:50:29.083Z Compiling serde_urlencoded v0.7.1
20652026-05-15T19:50:29.101Z Compiling stringprep v0.1.5
20662026-05-15T19:50:29.134Z Compiling proptest v1.10.0
20672026-05-15T19:50:29.250Z Compiling miniz_oxide v0.8.9
20682026-05-15T19:50:29.427Z Compiling derive_builder_macro v0.20.2
20692026-05-15T19:50:29.742Z Compiling tokio-native-tls v0.3.1
20702026-05-15T19:50:29.778Z Compiling usdt-macro v0.6.0
20712026-05-15T19:50:29.799Z Compiling usdt-attr-macro v0.6.0
20722026-05-15T19:50:29.929Z Compiling tower-http v0.6.8
20732026-05-15T19:50:30.161Z Compiling rand_chacha v0.3.1
20742026-05-15T19:50:30.178Z Compiling erased-serde v0.3.31
20752026-05-15T19:50:30.254Z Compiling md-5 v0.10.6
20762026-05-15T19:50:30.313Z Compiling bstr v1.12.1
20772026-05-15T19:50:30.430Z Compiling num-integer v0.1.46
20782026-05-15T19:50:30.521Z Compiling hash32 v0.2.1
20792026-05-15T19:50:30.543Z Compiling vergen-lib v0.1.6
20802026-05-15T19:50:30.558Z Compiling ff v0.13.1
20812026-05-15T19:50:30.701Z Compiling psl-types v2.0.11
20822026-05-15T19:50:30.717Z Compiling zlib-rs v0.6.2
20832026-05-15T19:50:30.735Z Compiling fallible-iterator v0.2.0
20842026-05-15T19:50:30.738Z Compiling base16ct v0.2.0
20852026-05-15T19:50:30.822Z Compiling publicsuffix v2.3.0
20862026-05-15T19:50:30.840Z Compiling group v0.13.0
20872026-05-15T19:50:30.874Z Compiling num-iter v0.1.45
20882026-05-15T19:50:30.926Z Compiling sec1 v0.7.3
20892026-05-15T19:50:31.045Z Compiling postgres-protocol v0.6.10
20902026-05-15T19:50:31.070Z Compiling rand v0.8.6
20912026-05-15T19:50:31.220Z Compiling newtype-uuid v1.3.2
20922026-05-15T19:50:31.489Z Compiling oxnet v0.1.4
20932026-05-15T19:50:31.568Z Compiling derive_builder v0.20.2
20942026-05-15T19:50:31.654Z Compiling hyper-tls v0.6.0
20952026-05-15T19:50:31.716Z Compiling heck v0.4.1
20962026-05-15T19:50:31.731Z Compiling phf_shared v0.13.1
20972026-05-15T19:50:31.843Z Compiling pin-project v1.1.11
20982026-05-15T19:50:31.910Z Compiling lazy_static v1.5.0
20992026-05-15T19:50:32.035Z Compiling terminal_size v0.4.3
21002026-05-15T19:50:32.066Z Compiling serde_with_macros v3.17.0
21012026-05-15T19:50:32.082Z Compiling futures-executor v0.3.32
21022026-05-15T19:50:32.190Z Compiling hex v0.4.3
21032026-05-15T19:50:32.360Z Compiling cargo-platform v0.1.9
21042026-05-15T19:50:32.375Z Compiling hkdf v0.12.4
21052026-05-15T19:50:32.508Z Compiling crypto-bigint v0.5.5
21062026-05-15T19:50:32.512Z Compiling clap_derive v4.5.55
21072026-05-15T19:50:32.544Z Compiling async-recursion v1.1.1
21082026-05-15T19:50:32.572Z Compiling enum-as-inner v0.6.1
21092026-05-15T19:50:32.599Z Compiling serde_repr v0.1.20
21102026-05-15T19:50:32.646Z Compiling vergen v9.0.6
21112026-05-15T19:50:32.863Z Compiling flate2 v1.1.9
21122026-05-15T19:50:33.038Z Compiling encoding_rs v0.8.35
21132026-05-15T19:50:33.104Z Compiling mime v0.3.17
21142026-05-15T19:50:33.134Z Compiling clap_lex v1.0.0
21152026-05-15T19:50:33.171Z Compiling foldhash v0.1.5
21162026-05-15T19:50:33.188Z Compiling libbz2-rs-sys v0.2.2
21172026-05-15T19:50:33.224Z Compiling bitflags v1.3.2
21182026-05-15T19:50:33.300Z Compiling foldhash v0.2.0
21192026-05-15T19:50:33.321Z Compiling bumpalo v3.20.2
21202026-05-15T19:50:33.362Z Compiling managed v0.8.0
21212026-05-15T19:50:33.529Z Compiling cpufeatures v0.3.0
21222026-05-15T19:50:33.590Z Compiling same-file v1.0.6
21232026-05-15T19:50:33.628Z Compiling chacha20 v0.10.0
21242026-05-15T19:50:33.661Z Compiling bzip2 v0.6.1
21252026-05-15T19:50:33.780Z Compiling walkdir v2.5.0
21262026-05-15T19:50:33.811Z Compiling zopfli v0.8.3
21272026-05-15T19:50:33.935Z Compiling hashbrown v0.16.1
21282026-05-15T19:50:34.086Z Compiling elliptic-curve v0.13.8
21292026-05-15T19:50:34.105Z Compiling hashbrown v0.15.5
21302026-05-15T19:50:34.211Z Compiling clap_builder v4.5.60
21312026-05-15T19:50:34.427Z Compiling cargo_metadata v0.19.2
21322026-05-15T19:50:34.462Z Compiling zstd v0.13.3
21332026-05-15T19:50:34.484Z Compiling futures v0.3.32
21342026-05-15T19:50:34.674Z Compiling phf v0.13.1
21352026-05-15T19:50:34.718Z Compiling snafu v0.8.9
21362026-05-15T19:50:34.738Z Compiling signal-hook-mio v0.2.5
21372026-05-15T19:50:34.861Z Compiling daft v0.1.5
21382026-05-15T19:50:34.894Z Compiling postgres-types v0.2.12
21392026-05-15T19:50:35.080Z Compiling cookie_store v0.22.1
21402026-05-15T19:50:35.150Z Compiling bzip2 v0.4.4
21412026-05-15T19:50:35.198Z Compiling globset v0.4.18
21422026-05-15T19:50:35.379Z Compiling strum v0.27.2
21432026-05-15T19:50:35.659Z Compiling hubpack v0.1.2
21442026-05-15T19:50:35.696Z Compiling ed25519 v2.2.3
21452026-05-15T19:50:35.713Z Compiling phf_shared v0.11.3
21462026-05-15T19:50:35.803Z Compiling crossbeam-epoch v0.9.18
21472026-05-15T19:50:35.845Z Compiling olpc-cjson v0.1.4
21482026-05-15T19:50:35.900Z Compiling pkcs1 v0.7.5
21492026-05-15T19:50:35.948Z Compiling pem v3.0.6
21502026-05-15T19:50:36.021Z Compiling serde_plain v1.0.2
21512026-05-15T19:50:36.042Z Compiling serde-big-array v0.5.1
21522026-05-15T19:50:36.124Z Compiling rfc6979 v0.4.0
21532026-05-15T19:50:36.198Z Compiling float-cmp v0.10.0
21542026-05-15T19:50:36.230Z Compiling memmap2 v0.9.10
21552026-05-15T19:50:36.251Z Compiling env_filter v1.0.0
21562026-05-15T19:50:36.313Z Compiling whoami v2.1.0
21572026-05-15T19:50:36.331Z Compiling data-encoding v2.10.0
21582026-05-15T19:50:36.365Z Compiling typed-path v0.9.3
21592026-05-15T19:50:36.438Z Compiling rustc-hash v2.1.1
21602026-05-15T19:50:36.463Z Compiling predicates-core v1.0.10
21612026-05-15T19:50:36.524Z Compiling new_debug_unreachable v1.0.6
21622026-05-15T19:50:36.604Z Compiling static_assertions v1.1.0
21632026-05-15T19:50:36.620Z Compiling toml_write v0.1.2
21642026-05-15T19:50:36.651Z Compiling difflib v0.4.0
21652026-05-15T19:50:36.673Z Compiling normalize-line-endings v0.3.0
21662026-05-15T19:50:36.697Z Compiling fixedbitset v0.4.2
21672026-05-15T19:50:36.787Z Compiling fixedbitset v0.5.7
21682026-05-15T19:50:36.827Z Compiling keccak v0.1.6
21692026-05-15T19:50:36.843Z Compiling precomputed-hash v0.1.1
21702026-05-15T19:50:36.885Z Compiling jiff v0.2.21
21712026-05-15T19:50:36.913Z Compiling predicates v3.1.4
21722026-05-15T19:50:36.956Z Compiling string_cache v0.8.9
21732026-05-15T19:50:37.041Z Compiling petgraph v0.8.3
21742026-05-15T19:50:37.056Z Compiling sha3 v0.10.8
21752026-05-15T19:50:37.079Z Compiling petgraph v0.6.5
21762026-05-15T19:50:37.111Z Compiling toml_edit v0.22.27
21772026-05-15T19:50:37.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21782026-05-15T19:50:37.259Z Compiling hickory-proto v0.25.2
21792026-05-15T19:50:37.351Z Compiling tokio-postgres v0.7.16
21802026-05-15T19:50:37.516Z Compiling iddqd v0.3.18
21812026-05-15T19:50:37.622Z Compiling env_logger v0.11.9
21822026-05-15T19:50:37.950Z Compiling usdt v0.6.0
21832026-05-15T19:50:38.229Z Compiling ecdsa v0.16.9
21842026-05-15T19:50:38.587Z Compiling rsa v0.9.10
21852026-05-15T19:50:38.650Z Compiling ed25519-dalek v2.2.0
21862026-05-15T19:50:39.232Z Compiling clap v4.5.60
21872026-05-15T19:50:39.334Z Compiling crossterm v0.28.1
21882026-05-15T19:50:39.365Z Compiling zip v0.6.6
21892026-05-15T19:50:39.508Z Compiling zip v4.6.1
21902026-05-15T19:50:40.013Z Compiling rand v0.10.0
21912026-05-15T19:50:40.051Z Compiling serde_with v3.17.0
21922026-05-15T19:50:40.113Z Compiling similar v2.7.0
21932026-05-15T19:50:40.150Z Compiling strum v0.26.3
21942026-05-15T19:50:40.304Z Compiling toml v0.7.8
21952026-05-15T19:50:40.404Z Compiling itertools v0.13.0
21962026-05-15T19:50:40.514Z Compiling tokio-stream v0.1.18
21972026-05-15T19:50:40.654Z Compiling buf-list v1.1.2
21982026-05-15T19:50:40.745Z Compiling x509-cert v0.2.5
21992026-05-15T19:50:40.930Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22002026-05-15T19:50:40.998Z Compiling openapiv3 v2.2.0
22012026-05-15T19:50:41.196Z Compiling sha1 v0.10.6
22022026-05-15T19:50:41.433Z Compiling lalrpop-util v0.19.12
22032026-05-15T19:50:41.588Z Compiling peg-runtime v0.8.5
22042026-05-15T19:50:56.537Z Compiling rustls-webpki v0.103.9
22052026-05-15T19:50:57.750Z Compiling macaddr v1.0.1
22062026-05-15T19:50:57.936Z Compiling structmeta-derive v0.3.0
22072026-05-15T19:50:57.952Z Compiling rayon-core v1.13.0
22082026-05-15T19:50:58.089Z Compiling crucible-workspace-hack v0.1.0
22092026-05-15T19:50:58.122Z Compiling itertools v0.14.0
22102026-05-15T19:50:58.185Z Compiling secrecy v0.10.3
22112026-05-15T19:50:58.318Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-05-15T19:50:58.352Z Compiling heapless v0.8.0
22132026-05-15T19:50:58.377Z Compiling rustls v0.22.4
22142026-05-15T19:50:58.718Z Compiling crossbeam-deque v0.8.6
22152026-05-15T19:50:58.741Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-15T19:50:58.766Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-05-15T19:50:58.850Z Compiling rustls-webpki v0.102.8
22182026-05-15T19:50:58.922Z Compiling hash32 v0.3.1
22192026-05-15T19:50:58.976Z Compiling multer v3.1.0
22202026-05-15T19:50:58.994Z Compiling thread_local v1.1.9
22212026-05-15T19:50:58.994Z Compiling structmeta v0.3.0
22222026-05-15T19:50:59.029Z Compiling unicode-width v0.2.0
22232026-05-15T19:50:59.115Z Compiling smoltcp v0.11.0
22242026-05-15T19:50:59.204Z Compiling compression-core v0.4.31
22252026-05-15T19:50:59.235Z Compiling slog-async v2.8.0
22262026-05-15T19:50:59.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-05-15T19:50:59.368Z Compiling match_cfg v0.1.0
22282026-05-15T19:50:59.385Z Compiling compression-codecs v0.4.37
22292026-05-15T19:50:59.405Z Compiling proc-macro-crate v3.4.0
22302026-05-15T19:50:59.441Z Compiling ingot-macros v0.1.1
22312026-05-15T19:50:59.478Z Compiling hostname v0.3.1
22322026-05-15T19:50:59.498Z Compiling derive-ex v0.1.8
22332026-05-15T19:50:59.665Z Compiling slog-json v2.6.1
22342026-05-15T19:50:59.705Z Compiling crossbeam-channel v0.5.15
22352026-05-15T19:50:59.774Z Compiling half v2.7.1
22362026-05-15T19:50:59.879Z Compiling newtype-uuid-macros v0.1.0
22372026-05-15T19:50:59.939Z Compiling cobs v0.3.0
22382026-05-15T19:51:00.103Z Compiling thiserror-impl-no-std v2.0.2
22392026-05-15T19:51:00.155Z Compiling universal-hash v0.5.1
22402026-05-15T19:51:00.236Z Compiling async-stream-impl v0.3.6
22412026-05-15T19:51:00.321Z Compiling tokio-rustls v0.26.4
22422026-05-15T19:51:00.418Z Compiling rustls-platform-verifier v0.6.2
22432026-05-15T19:51:00.601Z Compiling hyper-rustls v0.27.7
22442026-05-15T19:51:00.616Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-05-15T19:51:00.631Z Compiling serde_spanned v1.0.4
22462026-05-15T19:51:00.679Z Compiling is-terminal v0.4.17
22472026-05-15T19:51:00.805Z Compiling proc-macro-error-attr v1.0.4
22482026-05-15T19:51:00.821Z Compiling dropshot v0.17.0
22492026-05-15T19:51:00.825Z Compiling term v1.2.1
22502026-05-15T19:51:00.942Z Compiling reqwest v0.12.28
22512026-05-15T19:51:01.035Z Compiling reqwest v0.13.2
22522026-05-15T19:51:01.051Z Compiling convert_case v0.4.0
22532026-05-15T19:51:01.069Z Compiling opaque-debug v0.3.1
22542026-05-15T19:51:01.086Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-05-15T19:51:01.144Z Compiling ciborium-io v0.2.2
22562026-05-15T19:51:01.160Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-05-15T19:51:01.177Z Compiling take_mut v0.2.2
22582026-05-15T19:51:01.268Z Compiling ciborium-ll v0.2.2
22592026-05-15T19:51:01.321Z Compiling toml v1.0.6+spec-1.1.0
22602026-05-15T19:51:01.406Z Compiling derive_more v0.99.20
22612026-05-15T19:51:01.423Z Compiling thiserror-no-std v2.0.2
22622026-05-15T19:51:01.540Z Compiling tokio-rustls v0.25.0
22632026-05-15T19:51:01.556Z Compiling slog-term v2.9.2
22642026-05-15T19:51:01.574Z Compiling poly1305 v0.8.0
22652026-05-15T19:51:01.940Z Compiling test-strategy v0.4.5
22662026-05-15T19:51:01.999Z Compiling async-stream v0.3.6
22672026-05-15T19:51:02.054Z Compiling ingot-types v0.1.2
22682026-05-15T19:51:02.221Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-05-15T19:51:02.237Z Compiling postcard v1.1.3
22702026-05-15T19:51:02.531Z Compiling tough v0.22.0
22712026-05-15T19:51:02.629Z Compiling ingot v0.1.1
22722026-05-15T19:51:02.659Z Compiling num_enum_derive v0.7.5
22732026-05-15T19:51:02.691Z Compiling slog-bunyan v2.5.0
22742026-05-15T19:51:02.925Z Compiling async-compression v0.4.41
22752026-05-15T19:51:03.256Z Compiling parse-display-derive v0.10.0
22762026-05-15T19:51:03.441Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-05-15T19:51:03.588Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-05-15T19:51:03.645Z Compiling proc-macro-crate v1.3.1
22792026-05-15T19:51:03.850Z Compiling backon v1.6.0
22802026-05-15T19:51:04.011Z Compiling waitgroup v0.1.2
22812026-05-15T19:51:04.051Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22822026-05-15T19:51:04.130Z Compiling password-hash v0.5.0
22832026-05-15T19:51:04.192Z Compiling chacha20 v0.9.1
22842026-05-15T19:51:04.272Z Compiling dropshot_endpoint v0.17.0
22852026-05-15T19:51:04.345Z Compiling rustls-pemfile v2.2.0
22862026-05-15T19:51:04.414Z Compiling blake2 v0.10.6
22872026-05-15T19:51:04.542Z Compiling aead v0.5.2
22882026-05-15T19:51:04.660Z Compiling foreign-types-macros v0.2.3
22892026-05-15T19:51:04.781Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22902026-05-15T19:51:04.885Z Compiling serde_path_to_error v0.1.20
22912026-05-15T19:51:04.913Z Compiling hostname v0.4.2
22922026-05-15T19:51:04.937Z Compiling proc-macro-error v1.0.4
22932026-05-15T19:51:05.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-15T19:51:05.140Z Compiling instant v0.1.13
22952026-05-15T19:51:05.140Z Compiling typeid v1.0.3
22962026-05-15T19:51:05.164Z Compiling foreign-types-shared v0.3.1
22972026-05-15T19:51:05.184Z Compiling debug-ignore v1.0.5
22982026-05-15T19:51:05.220Z Compiling backoff v0.4.0
22992026-05-15T19:51:05.276Z Compiling foreign-types v0.5.0
23002026-05-15T19:51:05.293Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23012026-05-15T19:51:05.329Z Compiling parse-display v0.10.0
23022026-05-15T19:51:05.350Z Compiling chacha20poly1305 v0.10.1
23032026-05-15T19:51:05.371Z Compiling argon2 v0.5.3
23042026-05-15T19:51:05.374Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-05-15T19:51:05.405Z Compiling num_enum_derive v0.5.11
23062026-05-15T19:51:05.457Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-15T19:51:05.476Z Compiling num_enum v0.7.5
23082026-05-15T19:51:05.521Z Compiling vsss-rs v3.3.4
23092026-05-15T19:51:05.634Z Compiling ciborium v0.2.2
23102026-05-15T19:51:06.040Z Compiling tabwriter v1.4.1
23112026-05-15T19:51:06.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-05-15T19:51:06.204Z Compiling regress v0.10.5
23132026-05-15T19:51:06.392Z Compiling byte-wrapper v0.1.0
23142026-05-15T19:51:06.430Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-05-15T19:51:06.454Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-15T19:51:06.504Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-05-15T19:51:06.553Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-15T19:51:06.781Z Compiling cstr-argument v0.1.2
23192026-05-15T19:51:06.922Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-05-15T19:51:06.980Z Compiling erased-serde v0.4.9
23212026-05-15T19:51:07.001Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-15T19:51:07.017Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-05-15T19:51:07.052Z Compiling num_enum v0.5.11
23242026-05-15T19:51:07.079Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-05-15T19:51:07.189Z Compiling rayon v1.11.0
23262026-05-15T19:51:07.207Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-05-15T19:51:07.316Z Compiling libefi-sys v0.1.0
23282026-05-15T19:51:07.333Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-15T19:51:07.348Z Compiling indent_write v2.2.0
23302026-05-15T19:51:07.351Z Compiling colored v3.1.1
23312026-05-15T19:51:07.449Z Compiling zone_cfg_derive v0.3.1
23322026-05-15T19:51:07.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23332026-05-15T19:51:07.522Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-05-15T19:51:07.562Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-05-15T19:51:07.582Z Compiling camino-tempfile v1.4.1
23362026-05-15T19:51:07.813Z Compiling itertools v0.12.1
23372026-05-15T19:51:07.899Z Compiling usdt-macro v0.5.0
23382026-05-15T19:51:08.064Z Compiling usdt-attr-macro v0.5.0
23392026-05-15T19:51:08.082Z Compiling bitfield-struct v0.6.2
23402026-05-15T19:51:08.129Z Compiling num-derive v0.4.2
23412026-05-15T19:51:08.146Z Compiling blake3 v1.8.3
23422026-05-15T19:51:08.149Z Compiling ordered-float v2.10.1
23432026-05-15T19:51:08.482Z Compiling memmap v0.7.0
23442026-05-15T19:51:08.543Z Compiling sigpipe v0.1.3
23452026-05-15T19:51:08.630Z Compiling glob v0.3.3
23462026-05-15T19:51:08.666Z Compiling swrite v0.1.0
23472026-05-15T19:51:08.739Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-05-15T19:51:08.757Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-05-15T19:51:08.846Z Compiling usdt v0.5.0
23502026-05-15T19:51:08.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23512026-05-15T19:51:09.056Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-05-15T19:51:09.102Z Compiling serde-value v0.7.0
23532026-05-15T19:51:09.305Z Compiling zone v0.3.1
23542026-05-15T19:51:09.345Z Compiling serde-untagged v0.1.9
23552026-05-15T19:51:09.430Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-05-15T19:51:09.595Z Compiling toml v0.8.23
23572026-05-15T19:51:09.734Z Compiling smf v0.2.3
23582026-05-15T19:51:09.752Z Compiling filetime v0.2.27
23592026-05-15T19:51:09.755Z Compiling xattr v1.6.1
23602026-05-15T19:51:09.786Z Compiling arrayvec v0.7.6
23612026-05-15T19:51:09.801Z Compiling arrayref v0.3.9
23622026-05-15T19:51:09.833Z Compiling constant_time_eq v0.4.2
23632026-05-15T19:51:09.901Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-15T19:51:09.994Z Compiling unicode-xid v0.2.6
23652026-05-15T19:51:10.009Z Compiling whoami v1.6.1
23662026-05-15T19:51:10.050Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-05-15T19:51:10.068Z Compiling tar v0.4.45
23682026-05-15T19:51:10.089Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-05-15T19:51:10.161Z Compiling cargo-util-schemas v0.8.2
23702026-05-15T19:51:10.356Z Compiling tokio-dtrace v0.1.1
23712026-05-15T19:51:10.494Z Compiling console v0.16.2
23722026-05-15T19:51:10.719Z Compiling gethostname v0.5.0
23732026-05-15T19:51:10.746Z Compiling cargo-platform v0.2.0
23742026-05-15T19:51:10.889Z Compiling topological-sort v0.2.2
23752026-05-15T19:51:10.912Z Compiling unit-prefix v0.5.2
23762026-05-15T19:51:10.931Z Compiling oxide-tokio-rt v0.1.4
23772026-05-15T19:51:11.065Z Compiling indicatif v0.18.4
23782026-05-15T19:51:11.084Z Compiling shell-words v1.1.1
23792026-05-15T19:51:11.102Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-05-15T19:51:11.359Z Compiling cargo_metadata v0.21.0
23812026-05-15T19:51:20.362Z Compiling progenitor-client v0.10.0
23822026-05-15T19:51:20.362Z Compiling omicron-zone-package v0.12.2
23832026-05-15T19:51:20.379Z Compiling progenitor-client v0.14.0
23842026-05-15T19:51:20.857Z Compiling progenitor-extras v0.2.0
23852026-05-15T19:51:23.257Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-05-15T19:51:23.354Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-05-15T19:51:23.370Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-05-15T19:51:23.396Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-05-15T19:51:23.414Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-05-15T19:51:23.432Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-05-15T19:51:23.558Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-05-15T19:51:23.683Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-15T19:51:23.701Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-05-15T19:51:27.684Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-05-15T19:51:35.408Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-05-15T19:51:38.567Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-05-15T19:51:39.562Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-05-15T19:51:49.391Z Finished `release` profile [optimized] target(s) in 1m 45s
23992026-05-15T19:51:49.544Z Running `target/release/omicron-package -t test target create -p dev`
24002026-05-15T19:51:49.607ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-05-15T19:51:49.611ZCreated new build target 'test' and set it as active
24022026-05-15T19:51:49.611Z
24032026-05-15T19:51:49.611Zreal 1:45.227618767
24042026-05-15T19:51:49.611Zuser 17:10.441871655
24052026-05-15T19:51:49.611Zsys 2:43.789070088
24062026-05-15T19:51:49.611Ztrap 0.472545726
24072026-05-15T19:51:49.611Ztflt 3.005630234
24082026-05-15T19:51:49.611Zdflt 4.299612778
24092026-05-15T19:51:49.611Zkflt 0.000601590
24102026-05-15T19:51:49.611Zlock 53:18.787219057
24112026-05-15T19:51:49.611Zslp 43:34.667066103
24122026-05-15T19:51:49.611Zlat 45.522167844
24132026-05-15T19:51:49.611Zstop 5:43.312685101
24142026-05-15T19:51:49.611Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-05-15T19:51:50.513Z Finished `release` profile [optimized] target(s) in 0.89s
24162026-05-15T19:51:50.586Z Running `target/release/omicron-package -t test package`
24172026-05-15T19:51:50.646ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-05-15T19:51:52.100Z Compiling heck v0.5.0
24192026-05-15T19:51:52.100Z Compiling regress v0.11.1
24202026-05-15T19:51:52.103Z Compiling unsafe-libyaml v0.2.11
24212026-05-15T19:51:52.356Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-05-15T19:51:52.375Z Compiling regress v0.10.5
24232026-05-15T19:51:52.405Z Compiling is-terminal v0.4.17
24242026-05-15T19:51:52.408Z Compiling unicode-width v0.1.14
24252026-05-15T19:51:52.449Z Compiling prettyplease v0.2.37
24262026-05-15T19:51:52.469Z Compiling bytecount v0.6.9
24272026-05-15T19:51:52.469Z Compiling rustls v0.22.4
24282026-05-15T19:51:52.472Z Compiling rustls-webpki v0.102.8
24292026-05-15T19:51:52.472Z Compiling derive-where v1.6.0
24302026-05-15T19:51:52.473Z Compiling thread_local v1.1.9
24312026-05-15T19:51:52.473Z Compiling match_cfg v0.1.0
24322026-05-15T19:51:52.489Z Compiling compression-core v0.4.31
24332026-05-15T19:51:52.574Z Compiling multer v3.1.0
24342026-05-15T19:51:52.649Z Compiling hostname v0.3.1
24352026-05-15T19:51:52.671Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-05-15T19:51:52.696Z Compiling compression-codecs v0.4.37
24372026-05-15T19:51:52.700Z Compiling slog-async v2.8.0
24382026-05-15T19:51:52.719Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24392026-05-15T19:51:52.720Z Compiling crossbeam-channel v0.5.15
24402026-05-15T19:51:52.790Z Compiling slog-json v2.6.1
24412026-05-15T19:51:52.815Z Compiling serde_spanned v1.0.4
24422026-05-15T19:51:52.818Z Compiling toml_datetime v1.0.0+spec-1.1.0
24432026-05-15T19:51:52.856Z Compiling serde_yaml v0.9.34+deprecated
24442026-05-15T19:51:52.895Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-05-15T19:51:52.970Z Compiling take_mut v0.2.2
24462026-05-15T19:51:53.027Z Compiling term v1.2.1
24472026-05-15T19:51:53.049Z Compiling slog-bunyan v2.5.0
24482026-05-15T19:51:53.054Z Compiling async-compression v0.4.41
24492026-05-15T19:51:53.124Z Compiling toml v1.0.6+spec-1.1.0
24502026-05-15T19:51:53.222Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-05-15T19:51:53.245Z Compiling dropshot v0.17.0
24522026-05-15T19:51:53.266Z Compiling async-stream v0.3.6
24532026-05-15T19:51:53.317Z Compiling num-rational v0.4.2
24542026-05-15T19:51:53.392Z Compiling slog-term v2.9.2
24552026-05-15T19:51:53.424Z Compiling progenitor-client v0.14.0
24562026-05-15T19:51:53.476Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24572026-05-15T19:51:53.573Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24582026-05-15T19:51:53.599Z Compiling waitgroup v0.1.2
24592026-05-15T19:51:53.625Z Compiling backon v1.6.0
24602026-05-15T19:51:53.683Z Compiling rustls-pemfile v2.2.0
24612026-05-15T19:51:53.735Z Compiling num-complex v0.4.6
24622026-05-15T19:51:53.761Z Compiling hostname v0.4.2
24632026-05-15T19:51:53.765Z Compiling serde_path_to_error v0.1.20
24642026-05-15T19:51:53.785Z Compiling instant v0.1.13
24652026-05-15T19:51:53.855Z Compiling debug-ignore v1.0.5
24662026-05-15T19:51:53.900Z Compiling progenitor-extras v0.2.0
24672026-05-15T19:51:53.923Z Compiling typify-impl v0.6.2
24682026-05-15T19:51:53.941Z Compiling backoff v0.4.0
24692026-05-15T19:51:53.962Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24702026-05-15T19:51:53.986Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-05-15T19:51:54.201Z Compiling num v0.4.3
24722026-05-15T19:51:54.248Z Compiling parse-display v0.10.0
24732026-05-15T19:51:54.273Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-05-15T19:51:54.276Z Compiling progenitor-client v0.13.0
24752026-05-15T19:51:54.315Z Compiling progenitor-client v0.10.0
24762026-05-15T19:51:54.341Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24772026-05-15T19:51:54.345Z Compiling macaddr v1.0.1
24782026-05-15T19:51:54.388Z Compiling float-ord v0.3.2
24792026-05-15T19:51:54.538Z Compiling console v0.15.11
24802026-05-15T19:51:54.619Z Compiling newline-converter v0.3.0
24812026-05-15T19:51:54.659Z Compiling atomicwrites v0.4.4
24822026-05-15T19:51:54.725Z Compiling slog-dtrace v0.3.0
24832026-05-15T19:51:54.796Z Compiling tokio-rustls v0.25.0
24842026-05-15T19:51:54.820Z Compiling cancel-safe-futures v0.1.5
24852026-05-15T19:51:54.986Z Compiling expectorate v1.2.0
24862026-05-15T19:51:55.006Z Compiling owo-colors v4.3.0
24872026-05-15T19:51:55.037Z Compiling resolv-conf v0.7.6
24882026-05-15T19:51:55.124Z Compiling toml v0.8.23
24892026-05-15T19:51:55.156Z Compiling libsw-core v0.3.2
24902026-05-15T19:51:55.267Z Compiling linked-hash-map v0.5.6
24912026-05-15T19:51:55.377Z Compiling libsw v3.5.0
24922026-05-15T19:51:55.531Z Compiling linear-map v1.2.0
24932026-05-15T19:51:55.552Z Compiling lru-cache v0.1.2
24942026-05-15T19:51:55.617Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-05-15T19:51:55.722Z Compiling minimal-lexical v0.2.1
24962026-05-15T19:51:55.725Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-15T19:51:55.745Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-15T19:51:55.792Z Compiling hickory-proto v0.24.4
24992026-05-15T19:51:55.814Z Compiling unicode-xid v0.2.6
25002026-05-15T19:51:55.889Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-05-15T19:51:55.911Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25022026-05-15T19:51:55.968Z Compiling nom v7.1.3
25032026-05-15T19:51:56.014Z Compiling convert_case v0.10.0
25042026-05-15T19:51:56.319Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-15T19:51:56.395Z Compiling derive_more-impl v2.1.1
25062026-05-15T19:51:56.848Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-05-15T19:51:57.221Z Compiling derive_more v2.1.1
25082026-05-15T19:51:57.255Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-05-15T19:51:57.337Z Compiling papergrid v0.11.0
25102026-05-15T19:51:57.389Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-05-15T19:51:57.422Z Compiling tabled_derive v0.7.0
25122026-05-15T19:51:57.482Z Compiling typify-macro v0.6.2
25132026-05-15T19:51:57.645Z Compiling termtree v0.5.1
25142026-05-15T19:51:57.848Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-15T19:51:58.120Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-05-15T19:51:58.343Z Compiling hickory-resolver v0.24.4
25172026-05-15T19:51:58.444Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-05-15T19:51:58.633Z Compiling tabled v0.15.0
25192026-05-15T19:51:58.671Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-15T19:51:59.068Z Compiling typify v0.6.2
25212026-05-15T19:51:59.391Z Compiling progenitor-impl v0.14.0
25222026-05-15T19:51:59.849Z Compiling progenitor-impl v0.13.0
25232026-05-15T19:52:01.684Z Compiling progenitor-macro v0.14.0
25242026-05-15T19:52:01.813Z Compiling qorb v0.4.1
25252026-05-15T19:52:02.069Z Compiling progenitor-macro v0.13.0
25262026-05-15T19:52:03.251Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-05-15T19:52:03.744Z Compiling crossterm v0.29.0
25282026-05-15T19:52:04.136Z Compiling phf_shared v0.12.1
25292026-05-15T19:52:04.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-15T19:52:04.402Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-05-15T19:52:04.952Z Compiling vte v0.14.1
25322026-05-15T19:52:05.027Z Compiling csv-core v0.1.13
25332026-05-15T19:52:05.220Z Compiling chrono-tz v0.10.4
25342026-05-15T19:52:05.429Z Compiling highway v1.3.0
25352026-05-15T19:52:05.481Z Compiling csv v1.4.0
25362026-05-15T19:52:05.506Z Compiling strip-ansi-escapes v0.2.1
25372026-05-15T19:52:05.859Z Compiling progenitor v0.14.0
25382026-05-15T19:52:06.042Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-05-15T19:52:06.077Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-05-15T19:52:06.152Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-15T19:52:06.187Z Compiling phf v0.12.1
25422026-05-15T19:52:06.236Z Compiling progenitor v0.13.0
25432026-05-15T19:52:06.395Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-05-15T19:52:06.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-15T19:52:06.489Z Compiling const_format_proc_macros v0.2.34
25462026-05-15T19:52:06.643Z Compiling fd-lock v4.0.4
25472026-05-15T19:52:06.707Z Compiling peg-macros v0.8.5
25482026-05-15T19:52:06.823Z Compiling nu-ansi-term v0.50.3
25492026-05-15T19:52:07.088Z Compiling reedline v0.40.0
25502026-05-15T19:52:07.291Z Compiling const_format v0.2.35
25512026-05-15T19:52:07.785Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-15T19:52:07.978Z Compiling peg v0.8.5
25532026-05-15T19:52:08.102Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-15T19:52:09.018Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-05-15T19:52:09.156Z Compiling bcs v0.1.6
25562026-05-15T19:52:09.303Z Compiling semver v0.1.20
25572026-05-15T19:52:09.604Z Compiling rustc_version v0.1.7
25582026-05-15T19:52:09.627Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-05-15T19:52:09.848Z Compiling newtype_derive v0.1.6
25602026-05-15T19:52:09.890Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-15T19:52:10.090Z Compiling unicode-linebreak v0.1.5
25622026-05-15T19:52:10.339Z Compiling humantime v2.3.0
25632026-05-15T19:52:10.403Z Compiling smawk v0.3.2
25642026-05-15T19:52:10.602Z Compiling textwrap v0.16.2
25652026-05-15T19:52:10.625Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25662026-05-15T19:52:10.996Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-05-15T19:52:11.100Z Compiling dropshot-api-manager-types v0.7.1
25682026-05-15T19:52:11.160Z Compiling base64 v0.21.7
25692026-05-15T19:52:11.723Z Compiling steno v0.4.1
25702026-05-15T19:52:11.977Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-05-15T19:52:12.144Z Compiling tagptr v0.2.0
25722026-05-15T19:52:12.241Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-05-15T19:52:12.351Z Compiling moka v0.12.13
25742026-05-15T19:52:12.411Z Compiling utf-8 v0.7.6
25752026-05-15T19:52:12.433Z Compiling hickory-proto v0.26.1
25762026-05-15T19:52:12.458Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-05-15T19:52:12.516Z Compiling radium v0.7.0
25782026-05-15T19:52:12.663Z Compiling tungstenite v0.21.0
25792026-05-15T19:52:12.696Z Compiling tap v1.0.1
25802026-05-15T19:52:12.885Z Compiling maybe-uninit v2.0.0
25812026-05-15T19:52:13.179Z Compiling wyz v0.5.1
25822026-05-15T19:52:13.267Z Compiling zerocopy-derive v0.6.6
25832026-05-15T19:52:13.425Z Compiling tokio-tungstenite v0.21.0
25842026-05-15T19:52:13.654Z Compiling hickory-resolver v0.25.2
25852026-05-15T19:52:13.819Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25862026-05-15T19:52:14.069Z Compiling funty v2.0.0
25872026-05-15T19:52:14.544Z Compiling display-error-chain v0.2.2
25882026-05-15T19:52:14.731Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-15T19:52:14.824Z Compiling packed_struct v0.10.1
25902026-05-15T19:52:14.853Z Compiling crc-catalog v2.4.0
25912026-05-15T19:52:14.978Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25922026-05-15T19:52:15.033Z Compiling crc v3.4.0
25932026-05-15T19:52:15.172Z Compiling bitvec v1.0.1
25942026-05-15T19:52:15.261Z Compiling zerocopy v0.6.6
25952026-05-15T19:52:15.652Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25962026-05-15T19:52:15.693Z Compiling num-derive v0.3.3
25972026-05-15T19:52:16.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-05-15T19:52:16.801Z Compiling packed_struct_codegen v0.10.1
25992026-05-15T19:52:16.966Z Compiling bitfield-macros v0.19.4
26002026-05-15T19:52:17.458Z Compiling proc-macro-error-attr2 v2.0.0
26012026-05-15T19:52:17.684Z Compiling indexmap v1.9.3
26022026-05-15T19:52:17.804Z Compiling nodrop v0.1.14
26032026-05-15T19:52:17.879Z Compiling proc-macro-error2 v2.0.1
26042026-05-15T19:52:17.962Z Compiling array-init v0.0.4
26052026-05-15T19:52:17.989Z Compiling bitfield v0.19.4
26062026-05-15T19:52:18.208Z Compiling libscf-sys v1.1.0
26072026-05-15T19:52:18.325Z Compiling smallvec v0.6.14
26082026-05-15T19:52:18.365Z Compiling typify-impl v0.4.3
26092026-05-15T19:52:18.398Z Compiling hashbrown v0.12.3
26102026-05-15T19:52:18.422Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-05-15T19:52:18.605Z Compiling serde-hex v0.1.0
26122026-05-15T19:52:19.116Z Compiling tabled_derive v0.11.0
26132026-05-15T19:52:19.379Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-05-15T19:52:19.527Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-05-15T19:52:19.948Z Compiling ron v0.8.1
26162026-05-15T19:52:19.967Z Compiling papergrid v0.17.0
26172026-05-15T19:52:20.140Z Compiling testing_table v0.3.0
26182026-05-15T19:52:20.168Z Compiling hashbrown v0.13.2
26192026-05-15T19:52:20.277Z Compiling vergen-gitcl v1.0.8
26202026-05-15T19:52:20.505Z Compiling dirs-sys-next v0.1.2
26212026-05-15T19:52:20.574Z Compiling diesel_derives v2.3.7
26222026-05-15T19:52:20.711Z Compiling glob v0.3.3
26232026-05-15T19:52:20.779Z Compiling crc-any v2.5.0
26242026-05-15T19:52:20.797Z Compiling crunchy v0.2.4
26252026-05-15T19:52:20.821Z Compiling maplit v1.0.2
26262026-05-15T19:52:20.979Z Compiling object v0.30.4
26272026-05-15T19:52:21.012Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-05-15T19:52:21.099Z Compiling clang-sys v1.8.1
26292026-05-15T19:52:21.148Z Compiling tabled v0.20.0
26302026-05-15T19:52:21.214Z Compiling dirs-next v2.0.0
26312026-05-15T19:52:21.411Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-15T19:52:21.427Z Compiling dsl_auto_type v0.2.0
26332026-05-15T19:52:21.501Z Compiling scheduled-thread-pool v0.2.7
26342026-05-15T19:52:21.537Z Compiling diesel_table_macro_syntax v0.3.0
26352026-05-15T19:52:21.697Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-15T19:52:21.769Z Compiling path-slash v0.1.5
26372026-05-15T19:52:21.814Z Compiling typify-macro v0.4.3
26382026-05-15T19:52:21.930Z Compiling tiny-keccak v2.0.2
26392026-05-15T19:52:21.970Z Compiling xshell-macros v0.2.7
26402026-05-15T19:52:22.226Z Compiling r2d2 v0.8.10
26412026-05-15T19:52:22.243Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-15T19:52:22.379Z Compiling xshell v0.2.7
26432026-05-15T19:52:22.482Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-05-15T19:52:22.651Z Compiling term v0.7.0
26452026-05-15T19:52:22.871Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26462026-05-15T19:52:22.966Z Compiling downcast-rs v2.0.2
26472026-05-15T19:52:23.107Z Compiling bit-vec v0.6.3
26482026-05-15T19:52:23.178Z Compiling ascii-canvas v3.0.0
26492026-05-15T19:52:23.353Z Compiling bit-set v0.5.3
26502026-05-15T19:52:23.379Z Compiling itertools v0.10.5
26512026-05-15T19:52:23.446Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-05-15T19:52:23.560Z Compiling ena v0.14.4
26532026-05-15T19:52:23.638Z Compiling libloading v0.8.9
26542026-05-15T19:52:23.715Z Compiling unicase v2.9.0
26552026-05-15T19:52:23.877Z Compiling crc8 v0.1.1
26562026-05-15T19:52:24.021Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-05-15T19:52:24.038Z Compiling regex-syntax v0.6.29
26582026-05-15T19:52:24.514Z Compiling bindgen v0.71.1
26592026-05-15T19:52:24.647Z Compiling diff v0.1.13
26602026-05-15T19:52:24.920Z Compiling typify v0.4.3
26612026-05-15T19:52:25.091Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-05-15T19:52:25.699Z Compiling lalrpop v0.19.12
26632026-05-15T19:52:25.792Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-05-15T19:52:25.956Z Compiling cexpr v0.6.0
26652026-05-15T19:52:26.325Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-05-15T19:52:26.357Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-05-15T19:52:26.430Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-05-15T19:52:26.534Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-05-15T19:52:26.619Z Compiling headers-core v0.3.0
26702026-05-15T19:52:26.764Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-15T19:52:26.783Z Compiling diesel v2.3.7
26722026-05-15T19:52:27.081Z Compiling git-stub v1.0.0
26732026-05-15T19:52:27.118Z Compiling libxml v0.3.3
26742026-05-15T19:52:27.362Z Compiling git-stub-vcs v0.1.0
26752026-05-15T19:52:27.524Z Compiling headers v0.4.1
26762026-05-15T19:52:27.732Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-05-15T19:52:27.840Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-05-15T19:52:28.136Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-05-15T19:52:28.628Z Compiling strum_macros v0.24.3
26802026-05-15T19:52:28.988Z Compiling indoc v1.0.9
26812026-05-15T19:52:29.254Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-05-15T19:52:29.431Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-15T19:52:29.478Z Compiling derive_builder v0.20.2
26842026-05-15T19:52:29.660Z Compiling oso-derive v0.27.3
26852026-05-15T19:52:29.889Z Compiling quick-xml v0.37.5
26862026-05-15T19:52:29.919Z Compiling impl-trait-for-tuples v0.2.3
26872026-05-15T19:52:30.090Z Compiling openssl-probe v0.1.6
26882026-05-15T19:52:30.178Z Compiling half v1.8.3
26892026-05-15T19:52:30.406Z Compiling serde_cbor v0.11.2
26902026-05-15T19:52:30.658Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-05-15T19:52:31.034Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-05-15T19:52:31.099Z Compiling samael v0.0.19
26932026-05-15T19:52:31.205Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-05-15T19:52:31.387Z Compiling bb8 v0.8.6
26952026-05-15T19:52:31.411Z Compiling trait-variant v0.1.2
26962026-05-15T19:52:31.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-05-15T19:52:31.489Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-05-15T19:52:31.713Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-05-15T19:52:31.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-05-15T19:52:31.816Z Compiling fxhash v0.2.1
27012026-05-15T19:52:31.975Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27022026-05-15T19:52:31.996Z Compiling salty v0.3.0
27032026-05-15T19:52:32.321Z Compiling progenitor-impl v0.11.2
27042026-05-15T19:52:32.369Z Compiling progenitor-impl v0.10.0
27052026-05-15T19:52:32.572Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-05-15T19:52:32.645Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-05-15T19:52:32.971Z Compiling kstat-rs v0.2.4
27082026-05-15T19:52:33.124Z Compiling libz-sys v1.1.24
27092026-05-15T19:52:33.161Z Compiling polar-core v0.27.3
27102026-05-15T19:52:33.271Z Compiling nonempty v0.12.0
27112026-05-15T19:52:33.463Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-05-15T19:52:33.505Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27132026-05-15T19:52:34.560Z Compiling progenitor-macro v0.10.0
27142026-05-15T19:52:34.564Z Compiling progenitor-macro v0.11.2
27152026-05-15T19:52:35.790Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-05-15T19:52:36.351Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27172026-05-15T19:52:37.148Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-15T19:52:37.210Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-15T19:52:37.798Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27202026-05-15T19:52:38.198Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212026-05-15T19:52:38.491Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27222026-05-15T19:52:38.629Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-05-15T19:52:38.684Z Compiling progenitor-client v0.11.2
27242026-05-15T19:52:39.223Z Compiling darling_core v0.23.0
27252026-05-15T19:52:41.388Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262026-05-15T19:52:42.340Z Compiling oso v0.27.3
27272026-05-15T19:52:42.487Z Compiling nanorand v0.7.0
27282026-05-15T19:52:42.872Z Compiling arc-swap v1.8.2
27292026-05-15T19:52:43.006Z Compiling fs-err v2.11.0
27302026-05-15T19:52:43.268Z Compiling parking_lot_core v0.8.6
27312026-05-15T19:52:47.320Z Compiling mime_guess v2.0.5
27322026-05-15T19:52:47.350Z Compiling slog-scope v4.4.1
27332026-05-15T19:52:47.351Z Compiling diesel-dtrace v0.5.0
27342026-05-15T19:52:47.351Z Compiling async-bb8-diesel v0.2.1
27352026-05-15T19:52:47.351Z Compiling flume v0.11.1
27362026-05-15T19:52:47.351Z Compiling darling_macro v0.23.0
27372026-05-15T19:52:47.351Z Compiling progenitor v0.11.2
27382026-05-15T19:52:47.351Z Compiling progenitor v0.10.0
27392026-05-15T19:52:47.351Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-15T19:52:47.351Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27412026-05-15T19:52:47.351Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-05-15T19:52:47.365Z Compiling primeorder v0.13.6
27432026-05-15T19:52:47.681Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-05-15T19:52:47.885Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-05-15T19:52:47.922Z Compiling instability v0.3.11
27462026-05-15T19:52:48.107Z Compiling p384 v0.13.1
27472026-05-15T19:52:48.232Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-05-15T19:52:48.898Z Compiling darling v0.23.0
27492026-05-15T19:52:49.056Z Compiling slog-stdlog v4.1.1
27502026-05-15T19:52:49.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-05-15T19:52:49.739Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-15T19:52:49.925Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-05-15T19:52:50.066Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27542026-05-15T19:52:50.267Z Compiling ignore v0.4.25
27552026-05-15T19:52:50.421Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-15T19:52:50.557Z Compiling castaway v0.2.4
27572026-05-15T19:52:50.723Z Compiling atty v0.2.14
27582026-05-15T19:52:50.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-15T19:52:51.126Z Compiling parse-size v1.1.0
27602026-05-15T19:52:51.245Z Compiling http-range v0.1.5
27612026-05-15T19:52:51.359Z Compiling indoc v2.0.7
27622026-05-15T19:52:51.591Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27632026-05-15T19:52:51.806Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-15T19:52:52.465Z Compiling globwalk v0.9.1
27652026-05-15T19:52:52.526Z Compiling compact_str v0.8.1
27662026-05-15T19:52:53.162Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-05-15T19:52:53.675Z Compiling parking_lot v0.11.2
27682026-05-15T19:52:53.722Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-15T19:52:54.446Z Compiling slog-envlogger v2.2.0
27702026-05-15T19:52:54.594Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-05-15T19:52:55.711Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-05-15T19:52:55.946Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-15T19:52:56.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-05-15T19:52:56.126Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-05-15T19:52:56.454Z Compiling predicates-tree v1.0.13
27762026-05-15T19:52:56.478Z Compiling unicode-truncate v1.1.0
27772026-05-15T19:52:56.557Z Compiling lru v0.12.5
27782026-05-15T19:52:56.707Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-15T19:52:56.747Z Compiling rand_seeder v0.4.0
27802026-05-15T19:52:56.806Z Compiling prefix-trie v0.7.0
27812026-05-15T19:52:56.843Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-15T19:52:56.921Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-15T19:52:57.018Z Compiling vergen-git2 v1.0.7
27842026-05-15T19:52:57.180Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-15T19:52:57.261Z Compiling cassowary v0.3.0
27862026-05-15T19:52:57.282Z Compiling corncobs v0.1.4
27872026-05-15T19:52:57.325Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-15T19:52:57.380Z Compiling hickory-server v0.25.2
27892026-05-15T19:52:57.485Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-15T19:52:57.538Z Compiling ratatui v0.29.0
27912026-05-15T19:52:57.650Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-05-15T19:52:57.683Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-05-15T19:52:57.947Z Compiling camino-tempfile-ext v0.3.3
27942026-05-15T19:52:58.288Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-15T19:52:58.616Z Compiling hyper-staticfile v0.10.1
27962026-05-15T19:52:58.857Z Compiling sled v0.34.7
27972026-05-15T19:52:59.366Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-05-15T19:52:59.878Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-05-15T19:53:00.046Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-05-15T19:53:01.450Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-15T19:53:01.682Z Compiling secrecy v0.8.0
28022026-05-15T19:53:01.881Z Compiling rustls v0.21.12
28032026-05-15T19:53:02.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-05-15T19:53:02.519Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-05-15T19:53:02.818Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28062026-05-15T19:53:02.818Z --> dns-server/src/dns_server.rs:487:12
28072026-05-15T19:53:02.818Z |
28082026-05-15T19:53:02.818Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28092026-05-15T19:53:02.818Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28102026-05-15T19:53:02.818Z |
28112026-05-15T19:53:02.818Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28122026-05-15T19:53:02.818Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28132026-05-15T19:53:02.818Z |
28142026-05-15T19:53:02.818Z 77 | pub struct Record<R: RecordData = RData> {
28152026-05-15T19:53:02.818Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28162026-05-15T19:53:02.818Z |
28172026-05-15T19:53:02.818Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28182026-05-15T19:53:02.818Z |
28192026-05-15T19:53:02.818Z 78 | pub struct Record<R: RecordData = RData> {
28202026-05-15T19:53:02.818Z | ---------------------------------------- this is the found type
28212026-05-15T19:53:02.818Z = help: you can use `cargo tree` to explore your dependency tree
28222026-05-15T19:53:02.818Znote: required by a bound in `MessageResponse`
28232026-05-15T19:53:02.818Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28242026-05-15T19:53:02.819Z |
28252026-05-15T19:53:02.819Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28262026-05-15T19:53:02.819Z | --------------- required by a bound in this struct
28272026-05-15T19:53:02.819Z 22 | where
28282026-05-15T19:53:02.819Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28292026-05-15T19:53:02.819Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28302026-05-15T19:53:02.819Z
28312026-05-15T19:53:02.819Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28322026-05-15T19:53:02.819Z --> dns-server/src/dns_server.rs:487:12
28332026-05-15T19:53:02.819Z |
28342026-05-15T19:53:02.819Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28352026-05-15T19:53:02.819Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28362026-05-15T19:53:02.819Z |
28372026-05-15T19:53:02.819Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28382026-05-15T19:53:02.819Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28392026-05-15T19:53:02.819Z |
28402026-05-15T19:53:02.819Z 77 | pub struct Record<R: RecordData = RData> {
28412026-05-15T19:53:02.819Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28422026-05-15T19:53:02.819Z |
28432026-05-15T19:53:02.819Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28442026-05-15T19:53:02.819Z |
28452026-05-15T19:53:02.820Z 78 | pub struct Record<R: RecordData = RData> {
28462026-05-15T19:53:02.820Z | ---------------------------------------- this is the found type
28472026-05-15T19:53:02.820Z = help: you can use `cargo tree` to explore your dependency tree
28482026-05-15T19:53:02.820Znote: required by a bound in `MessageResponse`
28492026-05-15T19:53:02.820Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28502026-05-15T19:53:02.820Z |
28512026-05-15T19:53:02.820Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28522026-05-15T19:53:02.820Z | --------------- required by a bound in this struct
28532026-05-15T19:53:02.820Z...
28542026-05-15T19:53:02.820Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28552026-05-15T19:53:02.820Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28562026-05-15T19:53:02.820Z
28572026-05-15T19:53:02.824Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28582026-05-15T19:53:02.825Z --> dns-server/src/dns_server.rs:487:12
28592026-05-15T19:53:02.825Z |
28602026-05-15T19:53:02.825Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28612026-05-15T19:53:02.825Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28622026-05-15T19:53:02.825Z |
28632026-05-15T19:53:02.825Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28642026-05-15T19:53:02.825Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28652026-05-15T19:53:02.825Z |
28662026-05-15T19:53:02.825Z 77 | pub struct Record<R: RecordData = RData> {
28672026-05-15T19:53:02.825Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28682026-05-15T19:53:02.825Z |
28692026-05-15T19:53:02.825Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28702026-05-15T19:53:02.825Z |
28712026-05-15T19:53:02.825Z 78 | pub struct Record<R: RecordData = RData> {
28722026-05-15T19:53:02.826Z | ---------------------------------------- this is the found type
28732026-05-15T19:53:02.826Z = help: you can use `cargo tree` to explore your dependency tree
28742026-05-15T19:53:02.826Znote: required by a bound in `MessageResponse`
28752026-05-15T19:53:02.826Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28762026-05-15T19:53:02.826Z |
28772026-05-15T19:53:02.826Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28782026-05-15T19:53:02.826Z | --------------- required by a bound in this struct
28792026-05-15T19:53:02.826Z...
28802026-05-15T19:53:02.826Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28812026-05-15T19:53:02.826Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28822026-05-15T19:53:02.826Z
28832026-05-15T19:53:02.826Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28842026-05-15T19:53:02.826Z --> dns-server/src/dns_server.rs:487:12
28852026-05-15T19:53:02.826Z |
28862026-05-15T19:53:02.826Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28872026-05-15T19:53:02.826Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28882026-05-15T19:53:02.826Z |
28892026-05-15T19:53:02.826Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28902026-05-15T19:53:02.826Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28912026-05-15T19:53:02.826Z |
28922026-05-15T19:53:02.826Z 77 | pub struct Record<R: RecordData = RData> {
28932026-05-15T19:53:02.827Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28942026-05-15T19:53:02.827Z |
28952026-05-15T19:53:02.827Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28962026-05-15T19:53:02.827Z |
28972026-05-15T19:53:02.827Z 78 | pub struct Record<R: RecordData = RData> {
28982026-05-15T19:53:02.827Z | ---------------------------------------- this is the found type
28992026-05-15T19:53:02.827Z = help: you can use `cargo tree` to explore your dependency tree
29002026-05-15T19:53:02.827Znote: required by a bound in `MessageResponse`
29012026-05-15T19:53:02.827Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29022026-05-15T19:53:02.827Z |
29032026-05-15T19:53:02.827Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29042026-05-15T19:53:02.828Z | --------------- required by a bound in this struct
29052026-05-15T19:53:02.828Z...
29062026-05-15T19:53:02.828Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29072026-05-15T19:53:02.828Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29082026-05-15T19:53:02.828Z
29092026-05-15T19:53:03.004Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29102026-05-15T19:53:03.004Z --> dns-server/src/dns_server.rs:161:36
29112026-05-15T19:53:03.005Z |
29122026-05-15T19:53:03.005Z161 | let mr = match MessageRequest::read(&mut dec) {
29132026-05-15T19:53:03.005Z | ^^^^ function or associated item not found in `MessageRequest`
29142026-05-15T19:53:03.005Z |
29152026-05-15T19:53:03.005Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29162026-05-15T19:53:03.005Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29172026-05-15T19:53:03.005Z |
29182026-05-15T19:53:03.005Z 44 | pub trait BinDecodable<'r>: Sized {
29192026-05-15T19:53:03.005Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29202026-05-15T19:53:03.005Z |
29212026-05-15T19:53:03.005Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29222026-05-15T19:53:03.006Z |
29232026-05-15T19:53:03.006Z 45 | pub trait BinDecodable<'r>: Sized {
29242026-05-15T19:53:03.006Z | --------------------------------- this is the trait that was imported
29252026-05-15T19:53:03.006Z = help: you can use `cargo tree` to explore your dependency tree
29262026-05-15T19:53:03.006Z
29272026-05-15T19:53:03.020Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29282026-05-15T19:53:03.020Z --> dns-server/src/dns_server.rs:173:34
29292026-05-15T19:53:03.020Z |
29302026-05-15T19:53:03.020Z173 | let header = Header::response_from_request(mr.header());
29312026-05-15T19:53:03.020Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29322026-05-15T19:53:03.021Z |
29332026-05-15T19:53:03.021Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29342026-05-15T19:53:03.021Z --> dns-server/src/dns_server.rs:173:26
29352026-05-15T19:53:03.021Z |
29362026-05-15T19:53:03.021Z173 | let header = Header::response_from_request(mr.header());
29372026-05-15T19:53:03.021Z | ^^^^^^
29382026-05-15T19:53:03.021Z
29392026-05-15T19:53:03.045Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29402026-05-15T19:53:03.045Z --> dns-server/src/dns_server.rs:273:30
29412026-05-15T19:53:03.045Z |
29422026-05-15T19:53:03.045Z273 | let mut header = Header::response_from_request(mr.header());
29432026-05-15T19:53:03.045Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29442026-05-15T19:53:03.045Z |
29452026-05-15T19:53:03.045Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29462026-05-15T19:53:03.045Z --> dns-server/src/dns_server.rs:273:22
29472026-05-15T19:53:03.045Z |
29482026-05-15T19:53:03.045Z273 | let mut header = Header::response_from_request(mr.header());
29492026-05-15T19:53:03.045Z | ^^^^^^
29502026-05-15T19:53:03.045Z
29512026-05-15T19:53:03.065Zerror[E0308]: mismatched types
29522026-05-15T19:53:03.065Z --> dns-server/src/dns_server.rs:299:30
29532026-05-15T19:53:03.065Z |
29542026-05-15T19:53:03.065Z299 | let answer = store.query(query)?;
29552026-05-15T19:53:03.065Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29562026-05-15T19:53:03.065Z | |
29572026-05-15T19:53:03.065Z | arguments to this method are incorrect
29582026-05-15T19:53:03.065Z |
29592026-05-15T19:53:03.065Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29602026-05-15T19:53:03.065Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29612026-05-15T19:53:03.065Z |
29622026-05-15T19:53:03.065Z 22 | pub struct LowerQuery {
29632026-05-15T19:53:03.065Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29642026-05-15T19:53:03.065Z |
29652026-05-15T19:53:03.065Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29662026-05-15T19:53:03.065Z |
29672026-05-15T19:53:03.065Z 18 | pub struct LowerQuery {
29682026-05-15T19:53:03.065Z | --------------------- this is the found type
29692026-05-15T19:53:03.065Z = help: you can use `cargo tree` to explore your dependency tree
29702026-05-15T19:53:03.065Znote: method defined here
29712026-05-15T19:53:03.065Z --> dns-server/src/storage.rs:762:19
29722026-05-15T19:53:03.065Z |
29732026-05-15T19:53:03.065Z762 | pub(crate) fn query(
29742026-05-15T19:53:03.065Z | ^^^^^
29752026-05-15T19:53:03.065Z763 | &self,
29762026-05-15T19:53:03.065Z764 | query: &LowerQuery,
29772026-05-15T19:53:03.066Z | ------------------
29782026-05-15T19:53:03.066Z
29792026-05-15T19:53:03.071Zerror[E0308]: mismatched types
29802026-05-15T19:53:03.071Z --> dns-server/src/dns_server.rs:311:55
29812026-05-15T19:53:03.071Z |
29822026-05-15T19:53:03.071Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29832026-05-15T19:53:03.071Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29842026-05-15T19:53:03.071Z | |
29852026-05-15T19:53:03.071Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29862026-05-15T19:53:03.071Z |
29872026-05-15T19:53:03.071Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29882026-05-15T19:53:03.071Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29892026-05-15T19:53:03.071Z |
29902026-05-15T19:53:03.071Z 33 | pub enum RecordType {
29912026-05-15T19:53:03.071Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
29922026-05-15T19:53:03.071Z |
29932026-05-15T19:53:03.071Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
29942026-05-15T19:53:03.072Z |
29952026-05-15T19:53:03.072Z 33 | pub enum RecordType {
29962026-05-15T19:53:03.072Z | ------------------- this is the found type
29972026-05-15T19:53:03.072Z = help: you can use `cargo tree` to explore your dependency tree
29982026-05-15T19:53:03.072Z
29992026-05-15T19:53:03.087Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30002026-05-15T19:53:03.087Z --> dns-server/src/dns_server.rs:327:60
30012026-05-15T19:53:03.087Z |
30022026-05-15T19:53:03.087Z327 | .filter(|record| match (query.query_type(), record.data()) {
30032026-05-15T19:53:03.087Z | ^^^^-- help: remove the arguments
30042026-05-15T19:53:03.087Z | |
30052026-05-15T19:53:03.087Z | field, not a method
30062026-05-15T19:53:03.087Z
30072026-05-15T19:53:03.104Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30082026-05-15T19:53:03.104Z --> dns-server/src/dns_server.rs:348:51
30092026-05-15T19:53:03.104Z |
30102026-05-15T19:53:03.104Z348 | let additionals_target = match record.data() {
30112026-05-15T19:53:03.104Z | ^^^^-- help: remove the arguments
30122026-05-15T19:53:03.104Z | |
30132026-05-15T19:53:03.104Z | field, not a method
30142026-05-15T19:53:03.104Z
30152026-05-15T19:53:03.122Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30162026-05-15T19:53:03.122Z --> dns-server/src/dns_server.rs:349:45
30172026-05-15T19:53:03.122Z |
30182026-05-15T19:53:03.122Z349 | RData::SRV(srv) => Some(srv.target()),
30192026-05-15T19:53:03.122Z | ^^^^^^-- help: remove the arguments
30202026-05-15T19:53:03.123Z | |
30212026-05-15T19:53:03.123Z | field, not a method
30222026-05-15T19:53:03.123Z
30232026-05-15T19:53:03.129Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30242026-05-15T19:53:03.129Z --> dns-server/src/dns_server.rs:416:9
30252026-05-15T19:53:03.129Z |
30262026-05-15T19:53:03.129Z414 | let mresp = rb.build(
30272026-05-15T19:53:03.129Z | ----- required by a bound introduced by this call
30282026-05-15T19:53:03.129Z415 | header,
30292026-05-15T19:53:03.129Z416 | response_records.iter().collect::<Vec<&Record>>(),
30302026-05-15T19:53:03.129Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30312026-05-15T19:53:03.129Z |
30322026-05-15T19:53:03.129Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30332026-05-15T19:53:03.129Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30342026-05-15T19:53:03.129Z |
30352026-05-15T19:53:03.129Z 77 | pub struct Record<R: RecordData = RData> {
30362026-05-15T19:53:03.129Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30372026-05-15T19:53:03.129Z |
30382026-05-15T19:53:03.129Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30392026-05-15T19:53:03.129Z |
30402026-05-15T19:53:03.129Z 78 | pub struct Record<R: RecordData = RData> {
30412026-05-15T19:53:03.130Z | ---------------------------------------- this is the found type
30422026-05-15T19:53:03.130Z = help: you can use `cargo tree` to explore your dependency tree
30432026-05-15T19:53:03.130Znote: the method call chain might not have had the expected associated types
30442026-05-15T19:53:03.130Z --> dns-server/src/dns_server.rs:416:26
30452026-05-15T19:53:03.130Z |
30462026-05-15T19:53:03.130Z411 | response_records: &[Record],
30472026-05-15T19:53:03.130Z | ---------------- this expression has type `&[Record]`
30482026-05-15T19:53:03.130Z...
30492026-05-15T19:53:03.130Z416 | response_records.iter().collect::<Vec<&Record>>(),
30502026-05-15T19:53:03.130Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30512026-05-15T19:53:03.130Z | |
30522026-05-15T19:53:03.130Z | `IntoIterator::Item` is `&Record` here
30532026-05-15T19:53:03.130Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30542026-05-15T19:53:03.130Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30552026-05-15T19:53:03.130Z |
30562026-05-15T19:53:03.130Z129 | pub fn build<'a, A, N, S, D>(
30572026-05-15T19:53:03.130Z | ----- required by a bound in this associated function
30582026-05-15T19:53:03.130Z...
30592026-05-15T19:53:03.130Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30602026-05-15T19:53:03.130Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30612026-05-15T19:53:03.130Z
30622026-05-15T19:53:03.134Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30632026-05-15T19:53:03.134Z --> dns-server/src/dns_server.rs:414:20
30642026-05-15T19:53:03.134Z |
30652026-05-15T19:53:03.134Z414 | let mresp = rb.build(
30662026-05-15T19:53:03.134Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30672026-05-15T19:53:03.135Z |
30682026-05-15T19:53:03.135Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30692026-05-15T19:53:03.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30702026-05-15T19:53:03.135Z |
30712026-05-15T19:53:03.135Z 77 | pub struct Record<R: RecordData = RData> {
30722026-05-15T19:53:03.135Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30732026-05-15T19:53:03.135Z |
30742026-05-15T19:53:03.135Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30752026-05-15T19:53:03.135Z |
30762026-05-15T19:53:03.135Z 78 | pub struct Record<R: RecordData = RData> {
30772026-05-15T19:53:03.135Z | ---------------------------------------- this is the found type
30782026-05-15T19:53:03.135Z = help: you can use `cargo tree` to explore your dependency tree
30792026-05-15T19:53:03.135Znote: required by a bound in `MessageResponse`
30802026-05-15T19:53:03.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30812026-05-15T19:53:03.135Z |
30822026-05-15T19:53:03.135Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30832026-05-15T19:53:03.135Z | --------------- required by a bound in this struct
30842026-05-15T19:53:03.135Z 22 | where
30852026-05-15T19:53:03.135Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30862026-05-15T19:53:03.135Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30872026-05-15T19:53:03.135Z
30882026-05-15T19:53:03.135Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30892026-05-15T19:53:03.135Z --> dns-server/src/dns_server.rs:419:9
30902026-05-15T19:53:03.135Z |
30912026-05-15T19:53:03.135Z414 | let mresp = rb.build(
30922026-05-15T19:53:03.135Z | ----- required by a bound introduced by this call
30932026-05-15T19:53:03.135Z...
30942026-05-15T19:53:03.135Z419 | additional_records,
30952026-05-15T19:53:03.135Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30962026-05-15T19:53:03.135Z |
30972026-05-15T19:53:03.135Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30982026-05-15T19:53:03.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30992026-05-15T19:53:03.135Z |
31002026-05-15T19:53:03.135Z 77 | pub struct Record<R: RecordData = RData> {
31012026-05-15T19:53:03.135Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31022026-05-15T19:53:03.135Z |
31032026-05-15T19:53:03.135Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31042026-05-15T19:53:03.136Z |
31052026-05-15T19:53:03.136Z 78 | pub struct Record<R: RecordData = RData> {
31062026-05-15T19:53:03.136Z | ---------------------------------------- this is the found type
31072026-05-15T19:53:03.136Z = help: you can use `cargo tree` to explore your dependency tree
31082026-05-15T19:53:03.136Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31092026-05-15T19:53:03.136Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31102026-05-15T19:53:03.136Z |
31112026-05-15T19:53:03.136Z129 | pub fn build<'a, A, N, S, D>(
31122026-05-15T19:53:03.136Z | ----- required by a bound in this associated function
31132026-05-15T19:53:03.136Z...
31142026-05-15T19:53:03.136Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31152026-05-15T19:53:03.136Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31162026-05-15T19:53:03.136Z
31172026-05-15T19:53:03.136Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31182026-05-15T19:53:03.136Z --> dns-server/src/dns_server.rs:414:20
31192026-05-15T19:53:03.136Z |
31202026-05-15T19:53:03.136Z414 | let mresp = rb.build(
31212026-05-15T19:53:03.136Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31222026-05-15T19:53:03.136Z |
31232026-05-15T19:53:03.136Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31242026-05-15T19:53:03.136Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31252026-05-15T19:53:03.136Z |
31262026-05-15T19:53:03.136Z 77 | pub struct Record<R: RecordData = RData> {
31272026-05-15T19:53:03.136Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31282026-05-15T19:53:03.136Z |
31292026-05-15T19:53:03.136Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31302026-05-15T19:53:03.136Z |
31312026-05-15T19:53:03.136Z 78 | pub struct Record<R: RecordData = RData> {
31322026-05-15T19:53:03.136Z | ---------------------------------------- this is the found type
31332026-05-15T19:53:03.136Z = help: you can use `cargo tree` to explore your dependency tree
31342026-05-15T19:53:03.136Znote: required by a bound in `MessageResponse`
31352026-05-15T19:53:03.136Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31362026-05-15T19:53:03.136Z |
31372026-05-15T19:53:03.136Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31382026-05-15T19:53:03.136Z | --------------- required by a bound in this struct
31392026-05-15T19:53:03.136Z...
31402026-05-15T19:53:03.136Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31412026-05-15T19:53:03.137Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31422026-05-15T19:53:03.137Z
31432026-05-15T19:53:03.141Zerror[E0308]: mismatched types
31442026-05-15T19:53:03.141Z --> dns-server/src/dns_server.rs:415:9
31452026-05-15T19:53:03.141Z |
31462026-05-15T19:53:03.141Z414 | let mresp = rb.build(
31472026-05-15T19:53:03.141Z | ----- arguments to this method are incorrect
31482026-05-15T19:53:03.141Z415 | header,
31492026-05-15T19:53:03.141Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31502026-05-15T19:53:03.141Z |
31512026-05-15T19:53:03.141Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31522026-05-15T19:53:03.141Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31532026-05-15T19:53:03.141Z |
31542026-05-15T19:53:03.141Z 57 | pub struct Header {
31552026-05-15T19:53:03.142Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31562026-05-15T19:53:03.142Z |
31572026-05-15T19:53:03.142Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31582026-05-15T19:53:03.142Z |
31592026-05-15T19:53:03.142Z 57 | pub struct Header {
31602026-05-15T19:53:03.142Z | ----------------- this is the found type
31612026-05-15T19:53:03.142Z = help: you can use `cargo tree` to explore your dependency tree
31622026-05-15T19:53:03.142Znote: method defined here
31632026-05-15T19:53:03.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31642026-05-15T19:53:03.142Z |
31652026-05-15T19:53:03.142Z129 | pub fn build<'a, A, N, S, D>(
31662026-05-15T19:53:03.142Z | ^^^^^
31672026-05-15T19:53:03.142Z
31682026-05-15T19:53:03.142Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31692026-05-15T19:53:03.142Z --> dns-server/src/dns_server.rs:422:31
31702026-05-15T19:53:03.142Z |
31712026-05-15T19:53:03.142Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31722026-05-15T19:53:03.142Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31732026-05-15T19:53:03.142Z | |
31742026-05-15T19:53:03.142Z | required by a bound introduced by this call
31752026-05-15T19:53:03.142Z |
31762026-05-15T19:53:03.142Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31772026-05-15T19:53:03.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31782026-05-15T19:53:03.142Z |
31792026-05-15T19:53:03.142Z 78 | pub struct Record<R: RecordData = RData> {
31802026-05-15T19:53:03.142Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31812026-05-15T19:53:03.142Z |
31822026-05-15T19:53:03.142Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31832026-05-15T19:53:03.142Z |
31842026-05-15T19:53:03.142Z 77 | pub struct Record<R: RecordData = RData> {
31852026-05-15T19:53:03.142Z | ---------------------------------------- this is the found type
31862026-05-15T19:53:03.142Z = help: you can use `cargo tree` to explore your dependency tree
31872026-05-15T19:53:03.142Znote: required by a bound in `encode_and_send`
31882026-05-15T19:53:03.142Z --> dns-server/src/dns_server.rs:492:27
31892026-05-15T19:53:03.142Z |
31902026-05-15T19:53:03.143Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31912026-05-15T19:53:03.143Z | --------------- required by a bound in this function
31922026-05-15T19:53:03.143Z...
31932026-05-15T19:53:03.143Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31942026-05-15T19:53:03.143Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31952026-05-15T19:53:03.143Z
31962026-05-15T19:53:03.143Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31972026-05-15T19:53:03.143Z --> dns-server/src/dns_server.rs:422:31
31982026-05-15T19:53:03.143Z |
31992026-05-15T19:53:03.143Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32002026-05-15T19:53:03.143Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32012026-05-15T19:53:03.143Z |
32022026-05-15T19:53:03.143Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32032026-05-15T19:53:03.143Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32042026-05-15T19:53:03.143Z |
32052026-05-15T19:53:03.143Z 77 | pub struct Record<R: RecordData = RData> {
32062026-05-15T19:53:03.143Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32072026-05-15T19:53:03.143Z |
32082026-05-15T19:53:03.143Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32092026-05-15T19:53:03.143Z |
32102026-05-15T19:53:03.143Z 78 | pub struct Record<R: RecordData = RData> {
32112026-05-15T19:53:03.143Z | ---------------------------------------- this is the found type
32122026-05-15T19:53:03.143Z = help: you can use `cargo tree` to explore your dependency tree
32132026-05-15T19:53:03.143Znote: required by a bound in `MessageResponse`
32142026-05-15T19:53:03.143Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32152026-05-15T19:53:03.143Z |
32162026-05-15T19:53:03.143Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32172026-05-15T19:53:03.143Z | --------------- required by a bound in this struct
32182026-05-15T19:53:03.143Z 22 | where
32192026-05-15T19:53:03.143Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32202026-05-15T19:53:03.143Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32212026-05-15T19:53:03.143Z
32222026-05-15T19:53:03.143Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32232026-05-15T19:53:03.143Z --> dns-server/src/dns_server.rs:422:31
32242026-05-15T19:53:03.143Z |
32252026-05-15T19:53:03.144Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32262026-05-15T19:53:03.144Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32272026-05-15T19:53:03.144Z |
32282026-05-15T19:53:03.144Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32292026-05-15T19:53:03.144Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32302026-05-15T19:53:03.144Z |
32312026-05-15T19:53:03.144Z 77 | pub struct Record<R: RecordData = RData> {
32322026-05-15T19:53:03.144Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32332026-05-15T19:53:03.144Z |
32342026-05-15T19:53:03.144Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32352026-05-15T19:53:03.144Z |
32362026-05-15T19:53:03.144Z 78 | pub struct Record<R: RecordData = RData> {
32372026-05-15T19:53:03.144Z | ---------------------------------------- this is the found type
32382026-05-15T19:53:03.144Z = help: you can use `cargo tree` to explore your dependency tree
32392026-05-15T19:53:03.144Znote: required by a bound in `MessageResponse`
32402026-05-15T19:53:03.144Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32412026-05-15T19:53:03.144Z |
32422026-05-15T19:53:03.144Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32432026-05-15T19:53:03.150Z | --------------- required by a bound in this struct
32442026-05-15T19:53:03.150Z...
32452026-05-15T19:53:03.150Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32462026-05-15T19:53:03.150Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32472026-05-15T19:53:03.150Z
32482026-05-15T19:53:03.150Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32492026-05-15T19:53:03.150Z --> dns-server/src/dns_server.rs:422:5
32502026-05-15T19:53:03.150Z |
32512026-05-15T19:53:03.150Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32522026-05-15T19:53:03.151Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32532026-05-15T19:53:03.151Z |
32542026-05-15T19:53:03.151Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32552026-05-15T19:53:03.151Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32562026-05-15T19:53:03.151Z |
32572026-05-15T19:53:03.151Z 78 | pub struct Record<R: RecordData = RData> {
32582026-05-15T19:53:03.151Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32592026-05-15T19:53:03.151Z |
32602026-05-15T19:53:03.151Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32612026-05-15T19:53:03.151Z |
32622026-05-15T19:53:03.151Z 77 | pub struct Record<R: RecordData = RData> {
32632026-05-15T19:53:03.151Z | ---------------------------------------- this is the found type
32642026-05-15T19:53:03.151Z = help: you can use `cargo tree` to explore your dependency tree
32652026-05-15T19:53:03.151Znote: required by a bound in `encode_and_send`
32662026-05-15T19:53:03.151Z --> dns-server/src/dns_server.rs:492:27
32672026-05-15T19:53:03.151Z |
32682026-05-15T19:53:03.151Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32692026-05-15T19:53:03.151Z | --------------- required by a bound in this function
32702026-05-15T19:53:03.151Z...
32712026-05-15T19:53:03.151Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32722026-05-15T19:53:03.151Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32732026-05-15T19:53:03.151Z
32742026-05-15T19:53:03.151Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32752026-05-15T19:53:03.151Z --> dns-server/src/dns_server.rs:422:49
32762026-05-15T19:53:03.151Z |
32772026-05-15T19:53:03.151Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32782026-05-15T19:53:03.151Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32792026-05-15T19:53:03.151Z |
32802026-05-15T19:53:03.151Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32812026-05-15T19:53:03.151Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32822026-05-15T19:53:03.151Z |
32832026-05-15T19:53:03.151Z 78 | pub struct Record<R: RecordData = RData> {
32842026-05-15T19:53:03.151Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32852026-05-15T19:53:03.151Z |
32862026-05-15T19:53:03.151Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32872026-05-15T19:53:03.151Z |
32882026-05-15T19:53:03.151Z 77 | pub struct Record<R: RecordData = RData> {
32892026-05-15T19:53:03.151Z | ---------------------------------------- this is the found type
32902026-05-15T19:53:03.152Z = help: you can use `cargo tree` to explore your dependency tree
32912026-05-15T19:53:03.152Znote: required by a bound in `encode_and_send`
32922026-05-15T19:53:03.152Z --> dns-server/src/dns_server.rs:492:27
32932026-05-15T19:53:03.152Z |
32942026-05-15T19:53:03.152Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32952026-05-15T19:53:03.152Z | --------------- required by a bound in this function
32962026-05-15T19:53:03.152Z...
32972026-05-15T19:53:03.152Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32982026-05-15T19:53:03.152Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32992026-05-15T19:53:03.152Z
33002026-05-15T19:53:03.157Zerror[E0308]: arguments to this method are incorrect
33012026-05-15T19:53:03.158Z --> dns-server/src/dns_server.rs:438:33
33022026-05-15T19:53:03.158Z |
33032026-05-15T19:53:03.158Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
33042026-05-15T19:53:03.158Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
33052026-05-15T19:53:03.158Z | |
33062026-05-15T19:53:03.158Z | expected `&Header`, found `&&Header`
33072026-05-15T19:53:03.158Z |
33082026-05-15T19:53:03.158Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33092026-05-15T19:53:03.158Z found reference `&&hickory_proto::op::Header`
33102026-05-15T19:53:03.158Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33112026-05-15T19:53:03.158Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33122026-05-15T19:53:03.158Z |
33132026-05-15T19:53:03.158Z 67 | pub enum ResponseCode {
33142026-05-15T19:53:03.158Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33152026-05-15T19:53:03.158Z |
33162026-05-15T19:53:03.158Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33172026-05-15T19:53:03.158Z |
33182026-05-15T19:53:03.158Z 67 | pub enum ResponseCode {
33192026-05-15T19:53:03.158Z | --------------------- this is the found type
33202026-05-15T19:53:03.158Z = help: you can use `cargo tree` to explore your dependency tree
33212026-05-15T19:53:03.158Znote: method defined here
33222026-05-15T19:53:03.158Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33232026-05-15T19:53:03.158Z |
33242026-05-15T19:53:03.158Z190 | pub fn error_msg<'a>(
33252026-05-15T19:53:03.158Z | ^^^^^^^^^
33262026-05-15T19:53:03.158Z
33272026-05-15T19:53:03.158Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33282026-05-15T19:53:03.158Z --> dns-server/src/dns_server.rs:457:50
33292026-05-15T19:53:03.159Z |
33302026-05-15T19:53:03.159Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33312026-05-15T19:53:03.159Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33322026-05-15T19:53:03.159Z | |
33332026-05-15T19:53:03.159Z | required by a bound introduced by this call
33342026-05-15T19:53:03.159Z |
33352026-05-15T19:53:03.159Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33362026-05-15T19:53:03.159Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33372026-05-15T19:53:03.159Z |
33382026-05-15T19:53:03.159Z 78 | pub struct Record<R: RecordData = RData> {
33392026-05-15T19:53:03.159Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33402026-05-15T19:53:03.159Z |
33412026-05-15T19:53:03.159Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33422026-05-15T19:53:03.159Z |
33432026-05-15T19:53:03.159Z 77 | pub struct Record<R: RecordData = RData> {
33442026-05-15T19:53:03.159Z | ---------------------------------------- this is the found type
33452026-05-15T19:53:03.159Z = help: you can use `cargo tree` to explore your dependency tree
33462026-05-15T19:53:03.159Znote: required by a bound in `encode_and_send`
33472026-05-15T19:53:03.159Z --> dns-server/src/dns_server.rs:491:23
33482026-05-15T19:53:03.159Z |
33492026-05-15T19:53:03.159Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33502026-05-15T19:53:03.159Z | --------------- required by a bound in this function
33512026-05-15T19:53:03.159Z...
33522026-05-15T19:53:03.159Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33532026-05-15T19:53:03.159Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33542026-05-15T19:53:03.159Z
33552026-05-15T19:53:03.159Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33562026-05-15T19:53:03.159Z --> dns-server/src/dns_server.rs:457:50
33572026-05-15T19:53:03.159Z |
33582026-05-15T19:53:03.159Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33592026-05-15T19:53:03.159Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33602026-05-15T19:53:03.159Z | |
33612026-05-15T19:53:03.159Z | required by a bound introduced by this call
33622026-05-15T19:53:03.159Z |
33632026-05-15T19:53:03.159Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33642026-05-15T19:53:03.159Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33652026-05-15T19:53:03.160Z |
33662026-05-15T19:53:03.160Z 78 | pub struct Record<R: RecordData = RData> {
33672026-05-15T19:53:03.160Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33682026-05-15T19:53:03.160Z |
33692026-05-15T19:53:03.160Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33702026-05-15T19:53:03.160Z |
33712026-05-15T19:53:03.160Z 77 | pub struct Record<R: RecordData = RData> {
33722026-05-15T19:53:03.160Z | ---------------------------------------- this is the found type
33732026-05-15T19:53:03.160Z = help: you can use `cargo tree` to explore your dependency tree
33742026-05-15T19:53:03.160Znote: required by a bound in `encode_and_send`
33752026-05-15T19:53:03.160Z --> dns-server/src/dns_server.rs:492:27
33762026-05-15T19:53:03.161Z |
33772026-05-15T19:53:03.161Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33782026-05-15T19:53:03.161Z | --------------- required by a bound in this function
33792026-05-15T19:53:03.161Z...
33802026-05-15T19:53:03.161Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33812026-05-15T19:53:03.161Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33822026-05-15T19:53:03.161Z
33832026-05-15T19:53:03.161Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33842026-05-15T19:53:03.161Z --> dns-server/src/dns_server.rs:457:50
33852026-05-15T19:53:03.161Z |
33862026-05-15T19:53:03.161Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33872026-05-15T19:53:03.161Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33882026-05-15T19:53:03.161Z | |
33892026-05-15T19:53:03.161Z | required by a bound introduced by this call
33902026-05-15T19:53:03.162Z |
33912026-05-15T19:53:03.162Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33922026-05-15T19:53:03.162Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33932026-05-15T19:53:03.162Z |
33942026-05-15T19:53:03.162Z 78 | pub struct Record<R: RecordData = RData> {
33952026-05-15T19:53:03.162Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33962026-05-15T19:53:03.162Z |
33972026-05-15T19:53:03.162Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33982026-05-15T19:53:03.162Z |
33992026-05-15T19:53:03.162Z 77 | pub struct Record<R: RecordData = RData> {
34002026-05-15T19:53:03.166Z | ---------------------------------------- this is the found type
34012026-05-15T19:53:03.166Z = help: you can use `cargo tree` to explore your dependency tree
34022026-05-15T19:53:03.166Znote: required by a bound in `encode_and_send`
34032026-05-15T19:53:03.166Z --> dns-server/src/dns_server.rs:493:19
34042026-05-15T19:53:03.166Z |
34052026-05-15T19:53:03.166Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34062026-05-15T19:53:03.168Z | --------------- required by a bound in this function
34072026-05-15T19:53:03.168Z...
34082026-05-15T19:53:03.168Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34092026-05-15T19:53:03.168Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34102026-05-15T19:53:03.168Z
34112026-05-15T19:53:03.168Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34122026-05-15T19:53:03.168Z --> dns-server/src/dns_server.rs:457:50
34132026-05-15T19:53:03.168Z |
34142026-05-15T19:53:03.168Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34152026-05-15T19:53:03.168Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34162026-05-15T19:53:03.168Z | |
34172026-05-15T19:53:03.168Z | required by a bound introduced by this call
34182026-05-15T19:53:03.168Z |
34192026-05-15T19:53:03.168Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34202026-05-15T19:53:03.168Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34212026-05-15T19:53:03.168Z |
34222026-05-15T19:53:03.168Z 78 | pub struct Record<R: RecordData = RData> {
34232026-05-15T19:53:03.168Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34242026-05-15T19:53:03.168Z |
34252026-05-15T19:53:03.168Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34262026-05-15T19:53:03.169Z |
34272026-05-15T19:53:03.169Z 77 | pub struct Record<R: RecordData = RData> {
34282026-05-15T19:53:03.169Z | ---------------------------------------- this is the found type
34292026-05-15T19:53:03.169Z = help: you can use `cargo tree` to explore your dependency tree
34302026-05-15T19:53:03.169Znote: required by a bound in `encode_and_send`
34312026-05-15T19:53:03.169Z --> dns-server/src/dns_server.rs:494:27
34322026-05-15T19:53:03.169Z |
34332026-05-15T19:53:03.169Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34342026-05-15T19:53:03.169Z | --------------- required by a bound in this function
34352026-05-15T19:53:03.169Z...
34362026-05-15T19:53:03.169Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34372026-05-15T19:53:03.169Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34382026-05-15T19:53:03.169Z
34392026-05-15T19:53:03.169Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34402026-05-15T19:53:03.169Z --> dns-server/src/dns_server.rs:457:25
34412026-05-15T19:53:03.169Z |
34422026-05-15T19:53:03.169Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34432026-05-15T19:53:03.169Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34442026-05-15T19:53:03.169Z |
34452026-05-15T19:53:03.169Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34462026-05-15T19:53:03.169Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34472026-05-15T19:53:03.169Z |
34482026-05-15T19:53:03.169Z 78 | pub struct Record<R: RecordData = RData> {
34492026-05-15T19:53:03.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34502026-05-15T19:53:03.170Z |
34512026-05-15T19:53:03.170Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34522026-05-15T19:53:03.170Z |
34532026-05-15T19:53:03.170Z 77 | pub struct Record<R: RecordData = RData> {
34542026-05-15T19:53:03.170Z | ---------------------------------------- this is the found type
34552026-05-15T19:53:03.170Z = help: you can use `cargo tree` to explore your dependency tree
34562026-05-15T19:53:03.170Znote: required by a bound in `encode_and_send`
34572026-05-15T19:53:03.170Z --> dns-server/src/dns_server.rs:491:23
34582026-05-15T19:53:03.170Z |
34592026-05-15T19:53:03.170Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34602026-05-15T19:53:03.170Z | --------------- required by a bound in this function
34612026-05-15T19:53:03.170Z...
34622026-05-15T19:53:03.170Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34632026-05-15T19:53:03.170Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34642026-05-15T19:53:03.170Z
34652026-05-15T19:53:03.170Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34662026-05-15T19:53:03.170Z --> dns-server/src/dns_server.rs:457:25
34672026-05-15T19:53:03.170Z |
34682026-05-15T19:53:03.170Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34692026-05-15T19:53:03.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34702026-05-15T19:53:03.170Z |
34712026-05-15T19:53:03.170Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34722026-05-15T19:53:03.170Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34732026-05-15T19:53:03.171Z |
34742026-05-15T19:53:03.171Z 78 | pub struct Record<R: RecordData = RData> {
34752026-05-15T19:53:03.171Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34762026-05-15T19:53:03.171Z |
34772026-05-15T19:53:03.171Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34782026-05-15T19:53:03.171Z |
34792026-05-15T19:53:03.171Z 77 | pub struct Record<R: RecordData = RData> {
34802026-05-15T19:53:03.171Z | ---------------------------------------- this is the found type
34812026-05-15T19:53:03.171Z = help: you can use `cargo tree` to explore your dependency tree
34822026-05-15T19:53:03.171Znote: required by a bound in `encode_and_send`
34832026-05-15T19:53:03.171Z --> dns-server/src/dns_server.rs:492:27
34842026-05-15T19:53:03.171Z |
34852026-05-15T19:53:03.171Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34862026-05-15T19:53:03.171Z | --------------- required by a bound in this function
34872026-05-15T19:53:03.171Z...
34882026-05-15T19:53:03.171Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34892026-05-15T19:53:03.171Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34902026-05-15T19:53:03.171Z
34912026-05-15T19:53:03.171Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34922026-05-15T19:53:03.171Z --> dns-server/src/dns_server.rs:457:25
34932026-05-15T19:53:03.171Z |
34942026-05-15T19:53:03.171Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34952026-05-15T19:53:03.171Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34962026-05-15T19:53:03.171Z |
34972026-05-15T19:53:03.171Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34982026-05-15T19:53:03.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34992026-05-15T19:53:03.171Z |
35002026-05-15T19:53:03.176Z 78 | pub struct Record<R: RecordData = RData> {
35012026-05-15T19:53:03.176Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35022026-05-15T19:53:03.176Z |
35032026-05-15T19:53:03.176Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35042026-05-15T19:53:03.176Z |
35052026-05-15T19:53:03.176Z 77 | pub struct Record<R: RecordData = RData> {
35062026-05-15T19:53:03.176Z | ---------------------------------------- this is the found type
35072026-05-15T19:53:03.176Z = help: you can use `cargo tree` to explore your dependency tree
35082026-05-15T19:53:03.176Znote: required by a bound in `encode_and_send`
35092026-05-15T19:53:03.176Z --> dns-server/src/dns_server.rs:493:19
35102026-05-15T19:53:03.176Z |
35112026-05-15T19:53:03.176Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35122026-05-15T19:53:03.176Z | --------------- required by a bound in this function
35132026-05-15T19:53:03.176Z...
35142026-05-15T19:53:03.176Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35152026-05-15T19:53:03.176Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35162026-05-15T19:53:03.176Z
35172026-05-15T19:53:03.176Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35182026-05-15T19:53:03.176Z --> dns-server/src/dns_server.rs:457:25
35192026-05-15T19:53:03.176Z |
35202026-05-15T19:53:03.176Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35212026-05-15T19:53:03.176Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35222026-05-15T19:53:03.176Z |
35232026-05-15T19:53:03.176Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35242026-05-15T19:53:03.176Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35252026-05-15T19:53:03.176Z |
35262026-05-15T19:53:03.176Z 78 | pub struct Record<R: RecordData = RData> {
35272026-05-15T19:53:03.176Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35282026-05-15T19:53:03.176Z |
35292026-05-15T19:53:03.176Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35302026-05-15T19:53:03.176Z |
35312026-05-15T19:53:03.176Z 77 | pub struct Record<R: RecordData = RData> {
35322026-05-15T19:53:03.176Z | ---------------------------------------- this is the found type
35332026-05-15T19:53:03.177Z = help: you can use `cargo tree` to explore your dependency tree
35342026-05-15T19:53:03.177Znote: required by a bound in `encode_and_send`
35352026-05-15T19:53:03.177Z --> dns-server/src/dns_server.rs:494:27
35362026-05-15T19:53:03.177Z |
35372026-05-15T19:53:03.177Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35382026-05-15T19:53:03.177Z | --------------- required by a bound in this function
35392026-05-15T19:53:03.177Z...
35402026-05-15T19:53:03.177Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35412026-05-15T19:53:03.177Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35422026-05-15T19:53:03.177Z
35432026-05-15T19:53:03.177Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35442026-05-15T19:53:03.177Z --> dns-server/src/dns_server.rs:457:69
35452026-05-15T19:53:03.177Z |
35462026-05-15T19:53:03.177Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35472026-05-15T19:53:03.177Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35482026-05-15T19:53:03.177Z |
35492026-05-15T19:53:03.177Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35502026-05-15T19:53:03.177Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35512026-05-15T19:53:03.178Z |
35522026-05-15T19:53:03.178Z 78 | pub struct Record<R: RecordData = RData> {
35532026-05-15T19:53:03.178Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35542026-05-15T19:53:03.178Z |
35552026-05-15T19:53:03.178Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35562026-05-15T19:53:03.178Z |
35572026-05-15T19:53:03.178Z 77 | pub struct Record<R: RecordData = RData> {
35582026-05-15T19:53:03.178Z | ---------------------------------------- this is the found type
35592026-05-15T19:53:03.178Z = help: you can use `cargo tree` to explore your dependency tree
35602026-05-15T19:53:03.178Znote: required by a bound in `encode_and_send`
35612026-05-15T19:53:03.178Z --> dns-server/src/dns_server.rs:491:23
35622026-05-15T19:53:03.178Z |
35632026-05-15T19:53:03.178Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35642026-05-15T19:53:03.178Z | --------------- required by a bound in this function
35652026-05-15T19:53:03.178Z...
35662026-05-15T19:53:03.178Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35672026-05-15T19:53:03.178Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35682026-05-15T19:53:03.178Z
35692026-05-15T19:53:03.178Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35702026-05-15T19:53:03.178Z --> dns-server/src/dns_server.rs:457:69
35712026-05-15T19:53:03.178Z |
35722026-05-15T19:53:03.178Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35732026-05-15T19:53:03.178Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35742026-05-15T19:53:03.178Z |
35752026-05-15T19:53:03.178Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35762026-05-15T19:53:03.178Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35772026-05-15T19:53:03.178Z |
35782026-05-15T19:53:03.178Z 78 | pub struct Record<R: RecordData = RData> {
35792026-05-15T19:53:03.178Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35802026-05-15T19:53:03.178Z |
35812026-05-15T19:53:03.178Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35822026-05-15T19:53:03.178Z |
35832026-05-15T19:53:03.179Z 77 | pub struct Record<R: RecordData = RData> {
35842026-05-15T19:53:03.179Z | ---------------------------------------- this is the found type
35852026-05-15T19:53:03.179Z = help: you can use `cargo tree` to explore your dependency tree
35862026-05-15T19:53:03.179Znote: required by a bound in `encode_and_send`
35872026-05-15T19:53:03.179Z --> dns-server/src/dns_server.rs:492:27
35882026-05-15T19:53:03.179Z |
35892026-05-15T19:53:03.179Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35902026-05-15T19:53:03.179Z | --------------- required by a bound in this function
35912026-05-15T19:53:03.179Z...
35922026-05-15T19:53:03.179Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35932026-05-15T19:53:03.179Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35942026-05-15T19:53:03.179Z
35952026-05-15T19:53:03.179Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35962026-05-15T19:53:03.179Z --> dns-server/src/dns_server.rs:457:69
35972026-05-15T19:53:03.179Z |
35982026-05-15T19:53:03.179Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35992026-05-15T19:53:03.179Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36002026-05-15T19:53:03.183Z |
36012026-05-15T19:53:03.183Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36022026-05-15T19:53:03.183Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36032026-05-15T19:53:03.183Z |
36042026-05-15T19:53:03.183Z 78 | pub struct Record<R: RecordData = RData> {
36052026-05-15T19:53:03.183Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36062026-05-15T19:53:03.183Z |
36072026-05-15T19:53:03.183Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36082026-05-15T19:53:03.183Z |
36092026-05-15T19:53:03.183Z 77 | pub struct Record<R: RecordData = RData> {
36102026-05-15T19:53:03.183Z | ---------------------------------------- this is the found type
36112026-05-15T19:53:03.183Z = help: you can use `cargo tree` to explore your dependency tree
36122026-05-15T19:53:03.183Znote: required by a bound in `encode_and_send`
36132026-05-15T19:53:03.183Z --> dns-server/src/dns_server.rs:493:19
36142026-05-15T19:53:03.183Z |
36152026-05-15T19:53:03.183Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36162026-05-15T19:53:03.183Z | --------------- required by a bound in this function
36172026-05-15T19:53:03.183Z...
36182026-05-15T19:53:03.184Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36192026-05-15T19:53:03.184Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36202026-05-15T19:53:03.184Z
36212026-05-15T19:53:03.184Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36222026-05-15T19:53:03.184Z --> dns-server/src/dns_server.rs:457:69
36232026-05-15T19:53:03.184Z |
36242026-05-15T19:53:03.184Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36252026-05-15T19:53:03.184Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36262026-05-15T19:53:03.184Z |
36272026-05-15T19:53:03.184Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36282026-05-15T19:53:03.184Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36292026-05-15T19:53:03.184Z |
36302026-05-15T19:53:03.184Z 78 | pub struct Record<R: RecordData = RData> {
36312026-05-15T19:53:03.184Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36322026-05-15T19:53:03.184Z |
36332026-05-15T19:53:03.184Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36342026-05-15T19:53:03.184Z |
36352026-05-15T19:53:03.184Z 77 | pub struct Record<R: RecordData = RData> {
36362026-05-15T19:53:03.184Z | ---------------------------------------- this is the found type
36372026-05-15T19:53:03.184Z = help: you can use `cargo tree` to explore your dependency tree
36382026-05-15T19:53:03.184Znote: required by a bound in `encode_and_send`
36392026-05-15T19:53:03.184Z --> dns-server/src/dns_server.rs:494:27
36402026-05-15T19:53:03.184Z |
36412026-05-15T19:53:03.184Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36422026-05-15T19:53:03.184Z | --------------- required by a bound in this function
36432026-05-15T19:53:03.184Z...
36442026-05-15T19:53:03.184Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36452026-05-15T19:53:03.184Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36462026-05-15T19:53:03.184Z
36472026-05-15T19:53:03.184Zerror[E0308]: arguments to this method are incorrect
36482026-05-15T19:53:03.184Z --> dns-server/src/dns_server.rs:477:20
36492026-05-15T19:53:03.184Z |
36502026-05-15T19:53:03.184Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36512026-05-15T19:53:03.184Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36522026-05-15T19:53:03.184Z | |
36532026-05-15T19:53:03.185Z | expected `Header`, found `hickory_proto::op::Header`
36542026-05-15T19:53:03.185Z |
36552026-05-15T19:53:03.185Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36562026-05-15T19:53:03.185Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36572026-05-15T19:53:03.185Z |
36582026-05-15T19:53:03.185Z 57 | pub struct Header {
36592026-05-15T19:53:03.185Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36602026-05-15T19:53:03.185Z |
36612026-05-15T19:53:03.185Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36622026-05-15T19:53:03.185Z |
36632026-05-15T19:53:03.185Z 57 | pub struct Header {
36642026-05-15T19:53:03.185Z | ----------------- this is the found type
36652026-05-15T19:53:03.185Z = help: you can use `cargo tree` to explore your dependency tree
36662026-05-15T19:53:03.185Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36672026-05-15T19:53:03.185Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36682026-05-15T19:53:03.185Z |
36692026-05-15T19:53:03.185Z 67 | pub enum ResponseCode {
36702026-05-15T19:53:03.185Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36712026-05-15T19:53:03.185Z |
36722026-05-15T19:53:03.185Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36732026-05-15T19:53:03.185Z |
36742026-05-15T19:53:03.185Z 67 | pub enum ResponseCode {
36752026-05-15T19:53:03.185Z | --------------------- this is the found type
36762026-05-15T19:53:03.185Z = help: you can use `cargo tree` to explore your dependency tree
36772026-05-15T19:53:03.185Znote: method defined here
36782026-05-15T19:53:03.185Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36792026-05-15T19:53:03.185Z |
36802026-05-15T19:53:03.185Z190 | pub fn error_msg<'a>(
36812026-05-15T19:53:03.185Z | ^^^^^^^^^
36822026-05-15T19:53:03.185Z
36832026-05-15T19:53:03.185Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36842026-05-15T19:53:03.185Z --> dns-server/src/dns_server.rs:478:50
36852026-05-15T19:53:03.185Z |
36862026-05-15T19:53:03.185Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36872026-05-15T19:53:03.185Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36882026-05-15T19:53:03.185Z | |
36892026-05-15T19:53:03.185Z | required by a bound introduced by this call
36902026-05-15T19:53:03.186Z |
36912026-05-15T19:53:03.186Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36922026-05-15T19:53:03.186Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36932026-05-15T19:53:03.186Z |
36942026-05-15T19:53:03.186Z 78 | pub struct Record<R: RecordData = RData> {
36952026-05-15T19:53:03.186Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36962026-05-15T19:53:03.186Z |
36972026-05-15T19:53:03.186Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36982026-05-15T19:53:03.186Z |
36992026-05-15T19:53:03.186Z 77 | pub struct Record<R: RecordData = RData> {
37002026-05-15T19:53:03.190Z | ---------------------------------------- this is the found type
37012026-05-15T19:53:03.190Z = help: you can use `cargo tree` to explore your dependency tree
37022026-05-15T19:53:03.190Znote: required by a bound in `encode_and_send`
37032026-05-15T19:53:03.190Z --> dns-server/src/dns_server.rs:491:23
37042026-05-15T19:53:03.190Z |
37052026-05-15T19:53:03.190Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37062026-05-15T19:53:03.190Z | --------------- required by a bound in this function
37072026-05-15T19:53:03.190Z...
37082026-05-15T19:53:03.190Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37092026-05-15T19:53:03.190Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37102026-05-15T19:53:03.190Z
37112026-05-15T19:53:03.190Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37122026-05-15T19:53:03.190Z --> dns-server/src/dns_server.rs:478:50
37132026-05-15T19:53:03.190Z |
37142026-05-15T19:53:03.190Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37152026-05-15T19:53:03.190Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37162026-05-15T19:53:03.190Z | |
37172026-05-15T19:53:03.190Z | required by a bound introduced by this call
37182026-05-15T19:53:03.191Z |
37192026-05-15T19:53:03.191Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37202026-05-15T19:53:03.191Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37212026-05-15T19:53:03.191Z |
37222026-05-15T19:53:03.191Z 78 | pub struct Record<R: RecordData = RData> {
37232026-05-15T19:53:03.191Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37242026-05-15T19:53:03.191Z |
37252026-05-15T19:53:03.191Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37262026-05-15T19:53:03.191Z |
37272026-05-15T19:53:03.191Z 77 | pub struct Record<R: RecordData = RData> {
37282026-05-15T19:53:03.191Z | ---------------------------------------- this is the found type
37292026-05-15T19:53:03.191Z = help: you can use `cargo tree` to explore your dependency tree
37302026-05-15T19:53:03.191Znote: required by a bound in `encode_and_send`
37312026-05-15T19:53:03.191Z --> dns-server/src/dns_server.rs:492:27
37322026-05-15T19:53:03.191Z |
37332026-05-15T19:53:03.191Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37342026-05-15T19:53:03.191Z | --------------- required by a bound in this function
37352026-05-15T19:53:03.192Z...
37362026-05-15T19:53:03.192Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37372026-05-15T19:53:03.192Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37382026-05-15T19:53:03.192Z
37392026-05-15T19:53:03.192Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37402026-05-15T19:53:03.192Z --> dns-server/src/dns_server.rs:478:50
37412026-05-15T19:53:03.192Z |
37422026-05-15T19:53:03.192Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37432026-05-15T19:53:03.192Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37442026-05-15T19:53:03.192Z | |
37452026-05-15T19:53:03.192Z | required by a bound introduced by this call
37462026-05-15T19:53:03.192Z |
37472026-05-15T19:53:03.192Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37482026-05-15T19:53:03.192Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37492026-05-15T19:53:03.192Z |
37502026-05-15T19:53:03.192Z 78 | pub struct Record<R: RecordData = RData> {
37512026-05-15T19:53:03.192Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37522026-05-15T19:53:03.192Z |
37532026-05-15T19:53:03.192Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37542026-05-15T19:53:03.192Z |
37552026-05-15T19:53:03.192Z 77 | pub struct Record<R: RecordData = RData> {
37562026-05-15T19:53:03.192Z | ---------------------------------------- this is the found type
37572026-05-15T19:53:03.192Z = help: you can use `cargo tree` to explore your dependency tree
37582026-05-15T19:53:03.192Znote: required by a bound in `encode_and_send`
37592026-05-15T19:53:03.192Z --> dns-server/src/dns_server.rs:493:19
37602026-05-15T19:53:03.192Z |
37612026-05-15T19:53:03.192Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37622026-05-15T19:53:03.192Z | --------------- required by a bound in this function
37632026-05-15T19:53:03.192Z...
37642026-05-15T19:53:03.192Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37652026-05-15T19:53:03.192Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37662026-05-15T19:53:03.192Z
37672026-05-15T19:53:03.192Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37682026-05-15T19:53:03.192Z --> dns-server/src/dns_server.rs:478:50
37692026-05-15T19:53:03.193Z |
37702026-05-15T19:53:03.193Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37712026-05-15T19:53:03.193Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37722026-05-15T19:53:03.193Z | |
37732026-05-15T19:53:03.193Z | required by a bound introduced by this call
37742026-05-15T19:53:03.193Z |
37752026-05-15T19:53:03.193Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37762026-05-15T19:53:03.193Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37772026-05-15T19:53:03.193Z |
37782026-05-15T19:53:03.193Z 78 | pub struct Record<R: RecordData = RData> {
37792026-05-15T19:53:03.193Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37802026-05-15T19:53:03.193Z |
37812026-05-15T19:53:03.193Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37822026-05-15T19:53:03.193Z |
37832026-05-15T19:53:03.193Z 77 | pub struct Record<R: RecordData = RData> {
37842026-05-15T19:53:03.193Z | ---------------------------------------- this is the found type
37852026-05-15T19:53:03.193Z = help: you can use `cargo tree` to explore your dependency tree
37862026-05-15T19:53:03.193Znote: required by a bound in `encode_and_send`
37872026-05-15T19:53:03.193Z --> dns-server/src/dns_server.rs:494:27
37882026-05-15T19:53:03.193Z |
37892026-05-15T19:53:03.193Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37902026-05-15T19:53:03.193Z | --------------- required by a bound in this function
37912026-05-15T19:53:03.193Z...
37922026-05-15T19:53:03.193Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37932026-05-15T19:53:03.193Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37942026-05-15T19:53:03.193Z
37952026-05-15T19:53:03.193Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37962026-05-15T19:53:03.193Z --> dns-server/src/dns_server.rs:478:25
37972026-05-15T19:53:03.193Z |
37982026-05-15T19:53:03.193Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37992026-05-15T19:53:03.193Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38002026-05-15T19:53:03.198Z |
38012026-05-15T19:53:03.198Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38022026-05-15T19:53:03.198Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38032026-05-15T19:53:03.198Z |
38042026-05-15T19:53:03.198Z 78 | pub struct Record<R: RecordData = RData> {
38052026-05-15T19:53:03.198Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38062026-05-15T19:53:03.198Z |
38072026-05-15T19:53:03.198Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38082026-05-15T19:53:03.198Z |
38092026-05-15T19:53:03.198Z 77 | pub struct Record<R: RecordData = RData> {
38102026-05-15T19:53:03.198Z | ---------------------------------------- this is the found type
38112026-05-15T19:53:03.198Z = help: you can use `cargo tree` to explore your dependency tree
38122026-05-15T19:53:03.198Znote: required by a bound in `encode_and_send`
38132026-05-15T19:53:03.198Z --> dns-server/src/dns_server.rs:491:23
38142026-05-15T19:53:03.198Z |
38152026-05-15T19:53:03.198Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38162026-05-15T19:53:03.198Z | --------------- required by a bound in this function
38172026-05-15T19:53:03.198Z...
38182026-05-15T19:53:03.198Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38192026-05-15T19:53:03.198Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38202026-05-15T19:53:03.198Z
38212026-05-15T19:53:03.198Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38222026-05-15T19:53:03.198Z --> dns-server/src/dns_server.rs:478:25
38232026-05-15T19:53:03.198Z |
38242026-05-15T19:53:03.198Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38252026-05-15T19:53:03.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38262026-05-15T19:53:03.199Z |
38272026-05-15T19:53:03.199Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38282026-05-15T19:53:03.199Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38292026-05-15T19:53:03.199Z |
38302026-05-15T19:53:03.199Z 78 | pub struct Record<R: RecordData = RData> {
38312026-05-15T19:53:03.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38322026-05-15T19:53:03.199Z |
38332026-05-15T19:53:03.199Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38342026-05-15T19:53:03.199Z |
38352026-05-15T19:53:03.199Z 77 | pub struct Record<R: RecordData = RData> {
38362026-05-15T19:53:03.199Z | ---------------------------------------- this is the found type
38372026-05-15T19:53:03.199Z = help: you can use `cargo tree` to explore your dependency tree
38382026-05-15T19:53:03.199Znote: required by a bound in `encode_and_send`
38392026-05-15T19:53:03.199Z --> dns-server/src/dns_server.rs:492:27
38402026-05-15T19:53:03.199Z |
38412026-05-15T19:53:03.199Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38422026-05-15T19:53:03.199Z | --------------- required by a bound in this function
38432026-05-15T19:53:03.199Z...
38442026-05-15T19:53:03.199Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38452026-05-15T19:53:03.199Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38462026-05-15T19:53:03.199Z
38472026-05-15T19:53:03.199Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38482026-05-15T19:53:03.199Z --> dns-server/src/dns_server.rs:478:25
38492026-05-15T19:53:03.199Z |
38502026-05-15T19:53:03.199Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38512026-05-15T19:53:03.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38522026-05-15T19:53:03.199Z |
38532026-05-15T19:53:03.199Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38542026-05-15T19:53:03.199Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38552026-05-15T19:53:03.199Z |
38562026-05-15T19:53:03.199Z 78 | pub struct Record<R: RecordData = RData> {
38572026-05-15T19:53:03.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38582026-05-15T19:53:03.199Z |
38592026-05-15T19:53:03.199Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38602026-05-15T19:53:03.199Z |
38612026-05-15T19:53:03.199Z 77 | pub struct Record<R: RecordData = RData> {
38622026-05-15T19:53:03.199Z | ---------------------------------------- this is the found type
38632026-05-15T19:53:03.200Z = help: you can use `cargo tree` to explore your dependency tree
38642026-05-15T19:53:03.200Znote: required by a bound in `encode_and_send`
38652026-05-15T19:53:03.200Z --> dns-server/src/dns_server.rs:493:19
38662026-05-15T19:53:03.200Z |
38672026-05-15T19:53:03.200Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38682026-05-15T19:53:03.200Z | --------------- required by a bound in this function
38692026-05-15T19:53:03.200Z...
38702026-05-15T19:53:03.200Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38712026-05-15T19:53:03.200Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38722026-05-15T19:53:03.200Z
38732026-05-15T19:53:03.200Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38742026-05-15T19:53:03.200Z --> dns-server/src/dns_server.rs:478:25
38752026-05-15T19:53:03.200Z |
38762026-05-15T19:53:03.200Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38772026-05-15T19:53:03.200Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38782026-05-15T19:53:03.200Z |
38792026-05-15T19:53:03.200Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38802026-05-15T19:53:03.200Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38812026-05-15T19:53:03.200Z |
38822026-05-15T19:53:03.200Z 78 | pub struct Record<R: RecordData = RData> {
38832026-05-15T19:53:03.200Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38842026-05-15T19:53:03.200Z |
38852026-05-15T19:53:03.200Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38862026-05-15T19:53:03.200Z |
38872026-05-15T19:53:03.200Z 77 | pub struct Record<R: RecordData = RData> {
38882026-05-15T19:53:03.200Z | ---------------------------------------- this is the found type
38892026-05-15T19:53:03.200Z = help: you can use `cargo tree` to explore your dependency tree
38902026-05-15T19:53:03.200Znote: required by a bound in `encode_and_send`
38912026-05-15T19:53:03.200Z --> dns-server/src/dns_server.rs:494:27
38922026-05-15T19:53:03.200Z |
38932026-05-15T19:53:03.200Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38942026-05-15T19:53:03.200Z | --------------- required by a bound in this function
38952026-05-15T19:53:03.200Z...
38962026-05-15T19:53:03.200Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38972026-05-15T19:53:03.200Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38982026-05-15T19:53:03.200Z
38992026-05-15T19:53:03.201Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39002026-05-15T19:53:03.205Z --> dns-server/src/dns_server.rs:478:69
39012026-05-15T19:53:03.205Z |
39022026-05-15T19:53:03.205Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39032026-05-15T19:53:03.205Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39042026-05-15T19:53:03.205Z |
39052026-05-15T19:53:03.205Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39062026-05-15T19:53:03.205Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39072026-05-15T19:53:03.205Z |
39082026-05-15T19:53:03.205Z 78 | pub struct Record<R: RecordData = RData> {
39092026-05-15T19:53:03.205Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39102026-05-15T19:53:03.205Z |
39112026-05-15T19:53:03.205Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39122026-05-15T19:53:03.205Z |
39132026-05-15T19:53:03.205Z 77 | pub struct Record<R: RecordData = RData> {
39142026-05-15T19:53:03.205Z | ---------------------------------------- this is the found type
39152026-05-15T19:53:03.205Z = help: you can use `cargo tree` to explore your dependency tree
39162026-05-15T19:53:03.205Znote: required by a bound in `encode_and_send`
39172026-05-15T19:53:03.205Z --> dns-server/src/dns_server.rs:491:23
39182026-05-15T19:53:03.205Z |
39192026-05-15T19:53:03.205Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39202026-05-15T19:53:03.205Z | --------------- required by a bound in this function
39212026-05-15T19:53:03.205Z...
39222026-05-15T19:53:03.205Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39232026-05-15T19:53:03.205Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39242026-05-15T19:53:03.206Z
39252026-05-15T19:53:03.206Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39262026-05-15T19:53:03.206Z --> dns-server/src/dns_server.rs:478:69
39272026-05-15T19:53:03.206Z |
39282026-05-15T19:53:03.206Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39292026-05-15T19:53:03.206Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39302026-05-15T19:53:03.206Z |
39312026-05-15T19:53:03.206Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39322026-05-15T19:53:03.206Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39332026-05-15T19:53:03.206Z |
39342026-05-15T19:53:03.206Z 78 | pub struct Record<R: RecordData = RData> {
39352026-05-15T19:53:03.206Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39362026-05-15T19:53:03.206Z |
39372026-05-15T19:53:03.206Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39382026-05-15T19:53:03.206Z |
39392026-05-15T19:53:03.206Z 77 | pub struct Record<R: RecordData = RData> {
39402026-05-15T19:53:03.206Z | ---------------------------------------- this is the found type
39412026-05-15T19:53:03.206Z = help: you can use `cargo tree` to explore your dependency tree
39422026-05-15T19:53:03.206Znote: required by a bound in `encode_and_send`
39432026-05-15T19:53:03.206Z --> dns-server/src/dns_server.rs:492:27
39442026-05-15T19:53:03.206Z |
39452026-05-15T19:53:03.206Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39462026-05-15T19:53:03.206Z | --------------- required by a bound in this function
39472026-05-15T19:53:03.206Z...
39482026-05-15T19:53:03.206Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39492026-05-15T19:53:03.206Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39502026-05-15T19:53:03.206Z
39512026-05-15T19:53:03.206Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39522026-05-15T19:53:03.206Z --> dns-server/src/dns_server.rs:478:69
39532026-05-15T19:53:03.206Z |
39542026-05-15T19:53:03.206Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39552026-05-15T19:53:03.206Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39562026-05-15T19:53:03.207Z |
39572026-05-15T19:53:03.207Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39582026-05-15T19:53:03.207Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39592026-05-15T19:53:03.207Z |
39602026-05-15T19:53:03.207Z 78 | pub struct Record<R: RecordData = RData> {
39612026-05-15T19:53:03.207Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39622026-05-15T19:53:03.207Z |
39632026-05-15T19:53:03.207Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39642026-05-15T19:53:03.207Z |
39652026-05-15T19:53:03.207Z 77 | pub struct Record<R: RecordData = RData> {
39662026-05-15T19:53:03.207Z | ---------------------------------------- this is the found type
39672026-05-15T19:53:03.207Z = help: you can use `cargo tree` to explore your dependency tree
39682026-05-15T19:53:03.207Znote: required by a bound in `encode_and_send`
39692026-05-15T19:53:03.207Z --> dns-server/src/dns_server.rs:493:19
39702026-05-15T19:53:03.207Z |
39712026-05-15T19:53:03.207Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39722026-05-15T19:53:03.207Z | --------------- required by a bound in this function
39732026-05-15T19:53:03.207Z...
39742026-05-15T19:53:03.207Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39752026-05-15T19:53:03.208Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39762026-05-15T19:53:03.208Z
39772026-05-15T19:53:03.208Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39782026-05-15T19:53:03.208Z --> dns-server/src/dns_server.rs:478:69
39792026-05-15T19:53:03.208Z |
39802026-05-15T19:53:03.208Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39812026-05-15T19:53:03.208Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39822026-05-15T19:53:03.208Z |
39832026-05-15T19:53:03.208Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39842026-05-15T19:53:03.208Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39852026-05-15T19:53:03.208Z |
39862026-05-15T19:53:03.208Z 78 | pub struct Record<R: RecordData = RData> {
39872026-05-15T19:53:03.208Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39882026-05-15T19:53:03.208Z |
39892026-05-15T19:53:03.208Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39902026-05-15T19:53:03.208Z |
39912026-05-15T19:53:03.208Z 77 | pub struct Record<R: RecordData = RData> {
39922026-05-15T19:53:03.208Z | ---------------------------------------- this is the found type
39932026-05-15T19:53:03.208Z = help: you can use `cargo tree` to explore your dependency tree
39942026-05-15T19:53:03.208Znote: required by a bound in `encode_and_send`
39952026-05-15T19:53:03.208Z --> dns-server/src/dns_server.rs:494:27
39962026-05-15T19:53:03.208Z |
39972026-05-15T19:53:03.208Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39982026-05-15T19:53:03.208Z | --------------- required by a bound in this function
39992026-05-15T19:53:03.208Z...
40002026-05-15T19:53:03.214Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40012026-05-15T19:53:03.214Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40022026-05-15T19:53:03.214Z
40032026-05-15T19:53:03.214Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
40042026-05-15T19:53:03.214Z --> dns-server/src/dns_server.rs:500:14
40052026-05-15T19:53:03.214Z |
40062026-05-15T19:53:03.214Z499 | let _ = mresp
40072026-05-15T19:53:03.214Z | _________________-
40082026-05-15T19:53:03.214Z500 | | .destructive_emit(&mut enc)
40092026-05-15T19:53:03.214Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40102026-05-15T19:53:03.214Z | |_____________|
40112026-05-15T19:53:03.214Z |
40122026-05-15T19:53:03.214Z |
40132026-05-15T19:53:03.214Z = note: the following trait bounds were not satisfied:
40142026-05-15T19:53:03.214Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40152026-05-15T19:53:03.214Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40162026-05-15T19:53:03.214Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40172026-05-15T19:53:03.214Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40182026-05-15T19:53:03.214Z
40192026-05-15T19:53:03.214Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
40202026-05-15T19:53:03.222Zerror[E0308]: mismatched types
40212026-05-15T19:53:03.222Z --> dns-server/src/dns_server.rs:229:35
40222026-05-15T19:53:03.222Z |
40232026-05-15T19:53:03.222Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40242026-05-15T19:53:03.222Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40252026-05-15T19:53:03.222Z | |
40262026-05-15T19:53:03.222Z | arguments to this function are incorrect
40272026-05-15T19:53:03.222Z |
40282026-05-15T19:53:03.222Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40292026-05-15T19:53:03.222Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40302026-05-15T19:53:03.222Z |
40312026-05-15T19:53:03.222Z 34 | pub struct Name {
40322026-05-15T19:53:03.222Z | ^^^^^^^^^^^^^^^ this is the expected type
40332026-05-15T19:53:03.222Z |
40342026-05-15T19:53:03.222Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40352026-05-15T19:53:03.222Z |
40362026-05-15T19:53:03.222Z 37 | pub struct Name {
40372026-05-15T19:53:03.222Z | --------------- this is the found type
40382026-05-15T19:53:03.222Z = help: you can use `cargo tree` to explore your dependency tree
40392026-05-15T19:53:03.222Znote: associated function defined here
40402026-05-15T19:53:03.222Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40412026-05-15T19:53:03.222Z |
40422026-05-15T19:53:03.222Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40432026-05-15T19:53:03.222Z | ^^^^^^^^^^
40442026-05-15T19:53:03.222Z
40452026-05-15T19:53:03.222Zerror[E0308]: mismatched types
40462026-05-15T19:53:03.222Z --> dns-server/src/dns_server.rs:233:35
40472026-05-15T19:53:03.223Z |
40482026-05-15T19:53:03.223Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40492026-05-15T19:53:03.223Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40502026-05-15T19:53:03.223Z | |
40512026-05-15T19:53:03.223Z | arguments to this function are incorrect
40522026-05-15T19:53:03.223Z |
40532026-05-15T19:53:03.223Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40542026-05-15T19:53:03.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40552026-05-15T19:53:03.223Z |
40562026-05-15T19:53:03.223Z 34 | pub struct Name {
40572026-05-15T19:53:03.223Z | ^^^^^^^^^^^^^^^ this is the expected type
40582026-05-15T19:53:03.223Z |
40592026-05-15T19:53:03.223Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40602026-05-15T19:53:03.223Z |
40612026-05-15T19:53:03.223Z 37 | pub struct Name {
40622026-05-15T19:53:03.223Z | --------------- this is the found type
40632026-05-15T19:53:03.223Z = help: you can use `cargo tree` to explore your dependency tree
40642026-05-15T19:53:03.223Znote: associated function defined here
40652026-05-15T19:53:03.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40662026-05-15T19:53:03.223Z |
40672026-05-15T19:53:03.223Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40682026-05-15T19:53:03.223Z | ^^^^^^^^^^
40692026-05-15T19:53:03.223Z
40702026-05-15T19:53:03.223Zerror[E0308]: mismatched types
40712026-05-15T19:53:03.223Z --> dns-server/src/dns_server.rs:247:60
40722026-05-15T19:53:03.223Z |
40732026-05-15T19:53:03.223Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40742026-05-15T19:53:03.223Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40752026-05-15T19:53:03.223Z | |
40762026-05-15T19:53:03.223Z | arguments to this function are incorrect
40772026-05-15T19:53:03.223Z |
40782026-05-15T19:53:03.223Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40792026-05-15T19:53:03.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40802026-05-15T19:53:03.224Z |
40812026-05-15T19:53:03.224Z 34 | pub struct Name {
40822026-05-15T19:53:03.224Z | ^^^^^^^^^^^^^^^ this is the expected type
40832026-05-15T19:53:03.224Z |
40842026-05-15T19:53:03.224Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40852026-05-15T19:53:03.224Z |
40862026-05-15T19:53:03.224Z 37 | pub struct Name {
40872026-05-15T19:53:03.224Z | --------------- this is the found type
40882026-05-15T19:53:03.224Z = help: you can use `cargo tree` to explore your dependency tree
40892026-05-15T19:53:03.224Znote: associated function defined here
40902026-05-15T19:53:03.224Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40912026-05-15T19:53:03.224Z |
40922026-05-15T19:53:03.224Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
40932026-05-15T19:53:03.224Z | ^^^
40942026-05-15T19:53:03.224Z
40952026-05-15T19:53:03.228Zerror[E0308]: mismatched types
40962026-05-15T19:53:03.228Z --> dns-server/src/dns_server.rs:245:17
40972026-05-15T19:53:03.228Z |
40982026-05-15T19:53:03.228Z244 | Ok(Record::from_rdata(
40992026-05-15T19:53:03.228Z | ------------------ arguments to this function are incorrect
41002026-05-15T19:53:03.228Z245 | name.clone(),
41012026-05-15T19:53:03.228Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41022026-05-15T19:53:03.228Z |
41032026-05-15T19:53:03.228Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41042026-05-15T19:53:03.228Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41052026-05-15T19:53:03.228Z |
41062026-05-15T19:53:03.228Z 34 | pub struct Name {
41072026-05-15T19:53:03.229Z | ^^^^^^^^^^^^^^^ this is the expected type
41082026-05-15T19:53:03.229Z |
41092026-05-15T19:53:03.229Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41102026-05-15T19:53:03.229Z |
41112026-05-15T19:53:03.229Z 37 | pub struct Name {
41122026-05-15T19:53:03.229Z | --------------- this is the found type
41132026-05-15T19:53:03.229Z = help: you can use `cargo tree` to explore your dependency tree
41142026-05-15T19:53:03.229Znote: associated function defined here
41152026-05-15T19:53:03.229Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41162026-05-15T19:53:03.229Z |
41172026-05-15T19:53:03.229Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41182026-05-15T19:53:03.229Z | ^^^^^^^^^^
41192026-05-15T19:53:03.229Z
41202026-05-15T19:53:03.229Zerror[E0308]: mismatched types
41212026-05-15T19:53:03.229Z --> dns-server/src/dns_server.rs:259:65
41222026-05-15T19:53:03.229Z |
41232026-05-15T19:53:03.229Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41242026-05-15T19:53:03.229Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41252026-05-15T19:53:03.229Z | |
41262026-05-15T19:53:03.229Z | arguments to this struct are incorrect
41272026-05-15T19:53:03.229Z |
41282026-05-15T19:53:03.229Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41292026-05-15T19:53:03.229Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41302026-05-15T19:53:03.229Z |
41312026-05-15T19:53:03.230Z 34 | pub struct Name {
41322026-05-15T19:53:03.230Z | ^^^^^^^^^^^^^^^ this is the expected type
41332026-05-15T19:53:03.230Z |
41342026-05-15T19:53:03.230Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41352026-05-15T19:53:03.230Z |
41362026-05-15T19:53:03.230Z 37 | pub struct Name {
41372026-05-15T19:53:03.230Z | --------------- this is the found type
41382026-05-15T19:53:03.230Z = help: you can use `cargo tree` to explore your dependency tree
41392026-05-15T19:53:03.230Znote: tuple struct defined here
41402026-05-15T19:53:03.230Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41412026-05-15T19:53:03.230Z |
41422026-05-15T19:53:03.230Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41432026-05-15T19:53:03.230Z | ^^
41442026-05-15T19:53:03.230Z
41452026-05-15T19:53:03.234Zerror[E0308]: mismatched types
41462026-05-15T19:53:03.234Z --> dns-server/src/dns_server.rs:259:35
41472026-05-15T19:53:03.234Z |
41482026-05-15T19:53:03.234Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41492026-05-15T19:53:03.234Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41502026-05-15T19:53:03.234Z | |
41512026-05-15T19:53:03.234Z | arguments to this function are incorrect
41522026-05-15T19:53:03.234Z |
41532026-05-15T19:53:03.234Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41542026-05-15T19:53:03.234Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41552026-05-15T19:53:03.234Z |
41562026-05-15T19:53:03.235Z 34 | pub struct Name {
41572026-05-15T19:53:03.235Z | ^^^^^^^^^^^^^^^ this is the expected type
41582026-05-15T19:53:03.235Z |
41592026-05-15T19:53:03.235Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41602026-05-15T19:53:03.235Z |
41612026-05-15T19:53:03.235Z 37 | pub struct Name {
41622026-05-15T19:53:03.235Z | --------------- this is the found type
41632026-05-15T19:53:03.235Z = help: you can use `cargo tree` to explore your dependency tree
41642026-05-15T19:53:03.235Znote: associated function defined here
41652026-05-15T19:53:03.235Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41662026-05-15T19:53:03.235Z |
41672026-05-15T19:53:03.235Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41682026-05-15T19:53:03.235Z | ^^^^^^^^^^
41692026-05-15T19:53:03.235Z
41702026-05-15T19:53:03.261Zerror[E0308]: arguments to this function are incorrect
41712026-05-15T19:53:03.262Z --> dns-server/src/storage.rs:448:43
41722026-05-15T19:53:03.262Z |
41732026-05-15T19:53:03.262Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41742026-05-15T19:53:03.262Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41752026-05-15T19:53:03.262Z449 | preferred_nameserver,
41762026-05-15T19:53:03.262Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41772026-05-15T19:53:03.262Z450 | rname,
41782026-05-15T19:53:03.262Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41792026-05-15T19:53:03.262Z |
41802026-05-15T19:53:03.262Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41812026-05-15T19:53:03.262Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41822026-05-15T19:53:03.262Z |
41832026-05-15T19:53:03.262Z 34 | pub struct Name {
41842026-05-15T19:53:03.262Z | ^^^^^^^^^^^^^^^ this is the expected type
41852026-05-15T19:53:03.262Z |
41862026-05-15T19:53:03.262Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41872026-05-15T19:53:03.262Z |
41882026-05-15T19:53:03.262Z 37 | pub struct Name {
41892026-05-15T19:53:03.262Z | --------------- this is the found type
41902026-05-15T19:53:03.262Z = help: you can use `cargo tree` to explore your dependency tree
41912026-05-15T19:53:03.262Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41922026-05-15T19:53:03.262Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41932026-05-15T19:53:03.262Z |
41942026-05-15T19:53:03.262Z 34 | pub struct Name {
41952026-05-15T19:53:03.262Z | ^^^^^^^^^^^^^^^ this is the expected type
41962026-05-15T19:53:03.262Z |
41972026-05-15T19:53:03.262Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41982026-05-15T19:53:03.262Z |
41992026-05-15T19:53:03.262Z 37 | pub struct Name {
42002026-05-15T19:53:03.262Z | --------------- this is the found type
42012026-05-15T19:53:03.262Z = help: you can use `cargo tree` to explore your dependency tree
42022026-05-15T19:53:03.262Znote: associated function defined here
42032026-05-15T19:53:03.262Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
42042026-05-15T19:53:03.262Z |
42052026-05-15T19:53:03.263Z154 | pub fn new(
42062026-05-15T19:53:03.263Z | ^^^
42072026-05-15T19:53:03.263Z
42082026-05-15T19:53:03.266Zerror[E0308]: mismatched types
42092026-05-15T19:53:03.266Z --> dns-server/src/storage.rs:446:13
42102026-05-15T19:53:03.266Z |
42112026-05-15T19:53:03.266Z445 | let record = hickory_proto::rr::Record::from_rdata(
42122026-05-15T19:53:03.266Z | ------------------------------------- arguments to this function are incorrect
42132026-05-15T19:53:03.266Z446 | soa_name,
42142026-05-15T19:53:03.267Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42152026-05-15T19:53:03.267Z |
42162026-05-15T19:53:03.267Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42172026-05-15T19:53:03.267Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42182026-05-15T19:53:03.267Z |
42192026-05-15T19:53:03.267Z 34 | pub struct Name {
42202026-05-15T19:53:03.267Z | ^^^^^^^^^^^^^^^ this is the expected type
42212026-05-15T19:53:03.267Z |
42222026-05-15T19:53:03.267Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42232026-05-15T19:53:03.267Z |
42242026-05-15T19:53:03.267Z 37 | pub struct Name {
42252026-05-15T19:53:03.267Z | --------------- this is the found type
42262026-05-15T19:53:03.267Z = help: you can use `cargo tree` to explore your dependency tree
42272026-05-15T19:53:03.267Znote: associated function defined here
42282026-05-15T19:53:03.267Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42292026-05-15T19:53:03.267Z |
42302026-05-15T19:53:03.267Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42312026-05-15T19:53:03.267Z | ^^^^^^^^^^
42322026-05-15T19:53:03.267Z
42332026-05-15T19:53:03.279Zerror[E0308]: mismatched types
42342026-05-15T19:53:03.279Z --> dns-server/src/storage.rs:768:30
42352026-05-15T19:53:03.279Z |
42362026-05-15T19:53:03.279Z768 | self.query_raw(name, orig_name)
42372026-05-15T19:53:03.279Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42382026-05-15T19:53:03.279Z | |
42392026-05-15T19:53:03.279Z | arguments to this method are incorrect
42402026-05-15T19:53:03.279Z |
42412026-05-15T19:53:03.279Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42422026-05-15T19:53:03.279Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42432026-05-15T19:53:03.279Z |
42442026-05-15T19:53:03.279Z 37 | pub struct Name {
42452026-05-15T19:53:03.279Z | ^^^^^^^^^^^^^^^ this is the expected type
42462026-05-15T19:53:03.279Z |
42472026-05-15T19:53:03.279Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42482026-05-15T19:53:03.279Z |
42492026-05-15T19:53:03.279Z 34 | pub struct Name {
42502026-05-15T19:53:03.279Z | --------------- this is the found type
42512026-05-15T19:53:03.279Z = help: you can use `cargo tree` to explore your dependency tree
42522026-05-15T19:53:03.279Znote: method defined here
42532026-05-15T19:53:03.279Z --> dns-server/src/storage.rs:780:8
42542026-05-15T19:53:03.279Z |
42552026-05-15T19:53:03.279Z780 | fn query_raw(
42562026-05-15T19:53:03.279Z | ^^^^^^^^^
42572026-05-15T19:53:03.279Z...
42582026-05-15T19:53:03.279Z783 | orig_name: &Name,
42592026-05-15T19:53:03.279Z | ----------------
42602026-05-15T19:53:03.279Z
42612026-05-15T19:53:03.285Zerror[E0308]: mismatched types
42622026-05-15T19:53:03.285Z --> dns-server/src/storage.rs:777:40
42632026-05-15T19:53:03.285Z |
42642026-05-15T19:53:03.285Z777 | self.query_raw(&LowerName::new(name), name)
42652026-05-15T19:53:03.285Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42662026-05-15T19:53:03.285Z | |
42672026-05-15T19:53:03.285Z | arguments to this function are incorrect
42682026-05-15T19:53:03.285Z |
42692026-05-15T19:53:03.285Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42702026-05-15T19:53:03.285Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42712026-05-15T19:53:03.285Z |
42722026-05-15T19:53:03.285Z 34 | pub struct Name {
42732026-05-15T19:53:03.286Z | ^^^^^^^^^^^^^^^ this is the expected type
42742026-05-15T19:53:03.286Z |
42752026-05-15T19:53:03.286Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42762026-05-15T19:53:03.286Z |
42772026-05-15T19:53:03.286Z 37 | pub struct Name {
42782026-05-15T19:53:03.286Z | --------------- this is the found type
42792026-05-15T19:53:03.286Z = help: you can use `cargo tree` to explore your dependency tree
42802026-05-15T19:53:03.286Znote: associated function defined here
42812026-05-15T19:53:03.286Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42822026-05-15T19:53:03.286Z |
42832026-05-15T19:53:03.286Z 37 | pub fn new(name: &Name) -> Self {
42842026-05-15T19:53:03.286Z | ^^^
42852026-05-15T19:53:03.286Z
42862026-05-15T19:53:03.290Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42872026-05-15T19:53:03.290Z --> dns-server/src/storage.rs:791:33
42882026-05-15T19:53:03.290Z |
42892026-05-15T19:53:03.290Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42902026-05-15T19:53:03.290Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42912026-05-15T19:53:03.290Z |
42922026-05-15T19:53:03.291Zhelp: item with same name found
42932026-05-15T19:53:03.291Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
42942026-05-15T19:53:03.291Z |
42952026-05-15T19:53:03.291Z 28 | pub struct LowerName(Name);
42962026-05-15T19:53:03.291Z | ^^^^^^^^^^^^^^^^^^^^
42972026-05-15T19:53:03.291Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
42982026-05-15T19:53:03.291Zhelp: the following other types implement trait `std::convert::From<T>`
42992026-05-15T19:53:03.291Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
43002026-05-15T19:53:03.291Z |
43012026-05-15T19:53:03.291Z240 | impl From<Name> for LowerName {
43022026-05-15T19:53:03.291Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
43032026-05-15T19:53:03.291Z...
43042026-05-15T19:53:03.291Z246 | impl<'a> From<&'a Name> for LowerName {
43052026-05-15T19:53:03.291Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
43062026-05-15T19:53:03.291Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43072026-05-15T19:53:03.291Z = help: you can use `cargo tree` to explore your dependency tree
43082026-05-15T19:53:03.291Z
43092026-05-15T19:53:03.357Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43102026-05-15T19:53:03.512ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43112026-05-15T19:53:03.512ZFor more information about an error, try `rustc --explain E0271`.
43122026-05-15T19:53:03.588Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43132026-05-15T19:53:03.588Zwarning: build failed, waiting for other jobs to finish...
43142026-05-15T19:53:10.422ZError: Failed to build packages
43152026-05-15T19:53:10.425Z
43162026-05-15T19:53:10.425Zreal 1:20.808875687
43172026-05-15T19:53:10.425Zuser 18:12.253983159
43182026-05-15T19:53:10.425Zsys 1:36.611101545
43192026-05-15T19:53:10.425Ztrap 0.540970549
43202026-05-15T19:53:10.425Ztflt 1.437417922
43212026-05-15T19:53:10.428Zdflt 1.530760125
43222026-05-15T19:53:10.428Zkflt 0.004477895
43232026-05-15T19:53:10.428Zlock 1:38:49.110215293
43242026-05-15T19:53:10.429Zslp 50:46.448526456
43252026-05-15T19:53:10.429Zlat 1:15.405812329
43262026-05-15T19:53:10.429Zstop 3:53.615697615
43272026-05-15T19:53:10.429Zprocess exited: duration 309754 ms, exit code 1
 
43282026-05-15T19:53:10.436Zfound 0 output files
43292026-05-15T19:53:10.436Zupload error: rule "/work/package.tar.gz" required a match, but was not used