01KSK82YKMW88EESHZC1XW0XJ0: 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: 01KSK83FBQ4Z98J1JY79TPPNJQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T22:59:16.593Zjob assigned to worker 01KSK83JJ0HST9HNVG7TFQP0AJ [factory aws, i-0d59749a0e3785199] (queued for 1 m 57 s)
 
22026-05-26T22:59:23.602Zstarting task 0: "setup"
32026-05-26T22:59:23.612Z++ uname -s
42026-05-26T22:59:23.612Z+ kern=SunOS
52026-05-26T22:59:23.612Z+ build_user=build
62026-05-26T22:59:23.612Z+ build_uid=12345
72026-05-26T22:59:23.612Z+ work_dir=/work
82026-05-26T22:59:23.612Z+ input_dir=/input
92026-05-26T22:59:23.612Z+ [[ 0 == 12345 ]]
102026-05-26T22:59:23.612Z+ case "$kern" in
112026-05-26T22:59:23.612Z+ groupadd -g 12345 build
122026-05-26T22:59:23.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T22:59:23.625Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T22:59:23.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T22:59:23.742Z+ home_fs=zfs
162026-05-26T22:59:23.742Z+ [[ zfs == autofs ]]
172026-05-26T22:59:23.742Z+ mkdir -p /home/build
182026-05-26T22:59:23.742Z+ chown build:build /home/build /work
192026-05-26T22:59:23.742Z+ chmod 0700 /home/build /work
202026-05-26T22:59:23.745Zprocess exited: duration 151 ms, exit code 0
 
212026-05-26T22:59:23.755Zstarting task 1: "rust-toolchain"
222026-05-26T22:59:23.760Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T22:59:23.761Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-26T22:59:23.761Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-26T22:59:23.761Z * rust toolchain channel = "1.94.0"
262026-05-26T22:59:23.761Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T22:59:23.762Z * rust toolchain profile = "default"
282026-05-26T22:59:23.772Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T22:59:23.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T22:59:23.876Zinfo: downloading installer
312026-05-26T22:59:25.271Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T22:59:25.271Zwarn: /home/build/.rustup/settings.toml
332026-05-26T22:59:25.271Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T22:59:25.271Zwarn: instead of the one inferred from the default host triple.
352026-05-26T22:59:25.279Zinfo: profile set to default
362026-05-26T22:59:25.279Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T22:59:25.283Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T22:59:25.442Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T22:59:25.445Zinfo: downloading 6 components
402026-05-26T22:59:39.880Z
412026-05-26T22:59:39.880Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-26T22:59:39.909Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T22:59:39.909Z
442026-05-26T22:59:39.909Z
452026-05-26T22:59:39.909ZRust is installed now. Great!
462026-05-26T22:59:39.909Z
472026-05-26T22:59:39.910ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T22:59:39.910Zenvironment variable. This has not been done automatically.
492026-05-26T22:59:39.910Z
502026-05-26T22:59:39.910ZTo configure your current shell, you need to source
512026-05-26T22:59:39.910Zthe corresponding env file under $HOME/.cargo.
522026-05-26T22:59:39.910Z
532026-05-26T22:59:39.910ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T22:59:39.910Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T22:59:39.910Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T22:59:39.910Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T22:59:39.910Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T22:59:39.910Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T22:59:39.910Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T22:59:39.914Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T22:59:39.914Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T22:59:40.010Z+ rustup --version
632026-05-26T22:59:40.019Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T22:59:40.025Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T22:59:40.039Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T22:59:40.043Z+ cargo --version
672026-05-26T22:59:40.053Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T22:59:40.056Z+ rustc --version
692026-05-26T22:59:40.074Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T22:59:40.079Zprocess exited: duration 16322 ms, exit code 0
 
712026-05-26T22:59:40.090Zstarting task 2: "authentication"
722026-05-26T22:59:40.114Zprocess exited: duration 20 ms, exit code 0
 
732026-05-26T22:59:40.119Zstarting task 3: "clone repository"
742026-05-26T22:59:40.124Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T22:59:40.128Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T22:59:40.171ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T22:59:50.104Z+ cd /work/oxidecomputer/omicron
782026-05-26T22:59:50.104Z+ git fetch origin e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
792026-05-26T22:59:50.400ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T22:59:50.400Z * branch e3c33b6e7dcfb3deda051b62fcad86934c9bf75e -> FETCH_HEAD
812026-05-26T22:59:50.414Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-26T22:59:50.424Z++ git branch --show-current
832026-05-26T22:59:50.424Z+ current=main
842026-05-26T22:59:50.424Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-26T22:59:50.424Z+ git branch -f renovate/crate-hickory-proto-vulnerability e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
862026-05-26T22:59:50.424Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-26T22:59:50.664ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-26T22:59:50.674Z+ git reset --hard e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
892026-05-26T22:59:50.682ZHEAD is now at e3c33b6e7 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-26T22:59:50.693Zprocess exited: duration 10562 ms, exit code 0
 
912026-05-26T22:59:50.716Zstarting task 4: "build"
922026-05-26T22:59:50.729Z+ source .github/buildomat/ci-env.sh
932026-05-26T22:59:50.729Z++ export CARGO_TERM_COLOR=always
942026-05-26T22:59:50.729Z++ CARGO_TERM_COLOR=always
952026-05-26T22:59:50.729Z+ cargo --version
962026-05-26T22:59:50.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T22:59:50.737Z+ rustc --version
982026-05-26T22:59:50.756Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T22:59:50.769Z+ WORK=/work
1002026-05-26T22:59:50.769Z+ pfexec mkdir -p /work
1012026-05-26T22:59:50.770Z+ pfexec chown build /work
1022026-05-26T22:59:50.770Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-26T22:59:52.307Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-26T22:59:52.378Z Startup: Caching catalogs ... Done
1052026-05-26T22:59:52.640ZPlanning: Solver setup ... Done (0.226s)
1062026-05-26T22:59:52.658ZPlanning: Running solver ... Done (0.018s)
1072026-05-26T22:59:52.677ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-26T22:59:52.685ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-26T22:59:52.700ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-26T22:59:52.716ZPlanning: Package planning ... Done (0.016s)
1112026-05-26T22:59:52.723ZPlanning: Merging actions ... Done (0.002s)
1122026-05-26T22:59:52.918ZPlanning: Checking for conflicting actions ... Done (0.200s)
1132026-05-26T22:59:52.936ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-26T22:59:53.876ZPlanning: Evaluating mediators ... Done (0.925s)
1152026-05-26T22:59:53.890ZPlanning: Planning completed in 1.45 seconds
1162026-05-26T22:59:53.890Z Packages to install: 2
1172026-05-26T22:59:53.890Z Estimated space available: 156.07 GB
1182026-05-26T22:59:53.890ZEstimated space to be consumed: 22.53 MB
1192026-05-26T22:59:53.890Z Create boot environment: No
1202026-05-26T22:59:53.891ZCreate backup boot environment: No
1212026-05-26T22:59:53.891Z Rebuild boot archive: No
1222026-05-26T22:59:53.891Z
1232026-05-26T22:59:53.891ZChanged packages:
1242026-05-26T22:59:53.891Zhelios
1252026-05-26T22:59:53.891Z developer/build-essential
1262026-05-26T22:59:53.891Z None -> 11-3.0
1272026-05-26T22:59:53.899Z library/libxmlsec1
1282026-05-26T22:59:53.899Z None -> 1.2.35-3.0
1292026-05-26T22:59:53.899Z
1302026-05-26T22:59:53.899ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-26T22:59:54.394ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-05-26T22:59:54.470Z Actions: 1/268 actions (Installing new actions)
1332026-05-26T22:59:54.511Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-26T22:59:54.554ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-26T22:59:54.554ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-26T22:59:54.568ZFinalize: Updating image state ... Done (0.018s)
1372026-05-26T22:59:59.491ZFinalize: Creating fast lookup database ... Done (2.587s)
1382026-05-26T22:59:59.551ZFinalize: Reading search index ... Done (0.013s)
1392026-05-26T22:59:59.551ZFinalize: Updating search index ... Done (0.000s)
1402026-05-26T22:59:59.551ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-26T22:59:59.551ZPlanning: Evaluating mediator changes ... Done
1422026-05-26T22:59:59.551ZPlanning: Checking for conflicting actions ... Done
1432026-05-26T22:59:59.551ZPlanning: Consolidating action changes ... Done
1442026-05-26T22:59:59.551ZPlanning: Evaluating mediators ... Done
1452026-05-26T22:59:59.554ZPlanning: Planning completed in 0.27 seconds
1462026-05-26T22:59:59.554Z Mediators to change: 2
1472026-05-26T22:59:59.554Z Create boot environment: No
1482026-05-26T22:59:59.555ZCreate backup boot environment: No
1492026-05-26T22:59:59.555ZFinalize: Updating package state database ... Done
1502026-05-26T22:59:59.555ZFinalize: Updating package cache ... Done
1512026-05-26T22:59:59.555ZFinalize: Updating image state ... Done
1522026-05-26T22:59:59.987ZFinalize: Creating fast lookup database ... Done
1532026-05-26T23:00:00.054ZFinalize: Reading search index ... Done
1542026-05-26T23:00:00.059ZFinalize: Updating search index ... Done
1552026-05-26T23:00:00.147ZFinalize: Updating package cache ... Done
1562026-05-26T23:00:00.437ZPlanning: Evaluating mediator changes ... Done
1572026-05-26T23:00:00.547ZPlanning: Checking for conflicting actions ... Done
1582026-05-26T23:00:00.550ZPlanning: Consolidating action changes ... Done
1592026-05-26T23:00:00.707ZPlanning: Evaluating mediators ... Done
1602026-05-26T23:00:00.710ZPlanning: Planning completed in 0.27 seconds
1612026-05-26T23:00:00.731Z Mediators to change: 1
1622026-05-26T23:00:00.731Z Create boot environment: No
1632026-05-26T23:00:00.731ZCreate backup boot environment: No
1642026-05-26T23:00:00.786ZFinalize: Updating package state database ... Done
1652026-05-26T23:00:00.786ZFinalize: Updating package cache ... Done
1662026-05-26T23:00:00.797ZFinalize: Updating image state ... Done
1672026-05-26T23:00:02.772ZFinalize: Creating fast lookup database ... Done
1682026-05-26T23:00:02.838ZFinalize: Reading search index ... Done
1692026-05-26T23:00:02.841ZFinalize: Updating search index ... Done
1702026-05-26T23:00:02.922ZFinalize: Updating package cache ... Done
1712026-05-26T23:00:03.241ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-26T23:00:03.241Zapache system 2.4 system
1732026-05-26T23:00:03.242Zclang system 15 system
1742026-05-26T23:00:03.242Zcsh system system illumos
1752026-05-26T23:00:03.243Zctags system system illumos
1762026-05-26T23:00:03.243Zfile vendor vendor darwinsys
1772026-05-26T23:00:03.243Zfile system system illumos
1782026-05-26T23:00:03.243Zgcc vendor 14 vendor
1792026-05-26T23:00:03.243Zgcc system 13 system
1802026-05-26T23:00:03.243Zgcc system 10 system
1812026-05-26T23:00:03.243Zgo system 1.25 system
1822026-05-26T23:00:03.243Zllvm system 15 system
1832026-05-26T23:00:03.243Zmariadb system 11.4 system
1842026-05-26T23:00:03.243Zmta vendor vendor dma
1852026-05-26T23:00:03.243Zopenjdk system 17 system
1862026-05-26T23:00:03.243Zopenjdk system 11 system
1872026-05-26T23:00:03.243Zopenssl vendor 3 vendor
1882026-05-26T23:00:03.243Zperl system 5.40 system
1892026-05-26T23:00:03.243Zpostgresql system 18 system
1902026-05-26T23:00:03.243Zpostgresql system 17 system
1912026-05-26T23:00:03.243Zpython vendor 3 vendor
1922026-05-26T23:00:03.243Zpython system 2 system
1932026-05-26T23:00:03.243Zpython3 vendor 3.13 vendor
1942026-05-26T23:00:03.243Zruby system 3.4 system
1952026-05-26T23:00:03.243Zruby system 3.0 system
1962026-05-26T23:00:03.243Zwords vendor vendor american-english
1972026-05-26T23:00:03.243Zwords system system australian-english
1982026-05-26T23:00:03.243Zwords system system british-english
1992026-05-26T23:00:03.245Zwords system system canadian-english
2002026-05-26T23:00:03.245Zwords system system french
2012026-05-26T23:00:03.245Zwords system system italian
2022026-05-26T23:00:03.245Zwords system system ngerman
2032026-05-26T23:00:03.245Zwords system system ogerman
2042026-05-26T23:00:03.245Zwords system system spanish
2052026-05-26T23:00:03.506ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-26T23:00:03.507Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-26T23:00:03.784ZFMRI IFO
2082026-05-26T23:00:03.784Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-26T23:00:03.784Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-26T23:00:03.784Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-26T23:00:03.784Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-26T23:00:03.784Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-26T23:00:03.784Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-26T23:00:03.785Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-26T23:00:03.785Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-26T23:00:03.785Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-26T23:00:04.030Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-26T23:00:04.394Z Updating crates.io index
2192026-05-26T23:00:04.430Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-26T23:00:05.210Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-26T23:00:05.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-26T23:00:06.430Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-26T23:00:07.381Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-26T23:00:07.919Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-26T23:00:09.790Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-26T23:00:10.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-26T23:00:11.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-26T23:00:12.082Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-26T23:00:12.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-26T23:00:13.090Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-26T23:00:13.534Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-26T23:00:14.651Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-26T23:00:15.157Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-26T23:00:15.502Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-26T23:00:15.762Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-26T23:00:16.144Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-26T23:00:16.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-26T23:00:17.155Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-26T23:00:17.426Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-26T23:00:17.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-26T23:00:18.141Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-26T23:00:18.509Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-26T23:00:18.948Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-26T23:00:19.341Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-26T23:00:19.924Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-26T23:00:20.225Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-26T23:00:20.511Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-26T23:00:21.652Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-26T23:00:22.110Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-26T23:00:22.367Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-26T23:00:22.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-26T23:00:23.158Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-26T23:00:23.525Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-26T23:00:23.999Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-26T23:00:24.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-26T23:00:24.529Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-26T23:00:24.810Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-26T23:00:25.209Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-26T23:00:37.025Z Downloading crates ...
2602026-05-26T23:00:37.029Z Downloaded digest v0.10.7
2612026-05-26T23:00:37.029Z Downloaded proc-macro-error-attr v1.0.4
2622026-05-26T23:00:37.029Z Downloaded form_urlencoded v1.2.2
2632026-05-26T23:00:37.029Z Downloaded crypto-common v0.1.7
2642026-05-26T23:00:37.029Z Downloaded dof v0.3.0
2652026-05-26T23:00:37.036Z Downloaded toml_datetime v0.6.11
2662026-05-26T23:00:37.036Z Downloaded displaydoc v0.2.5
2672026-05-26T23:00:37.041Z Downloaded dtrace-parser v0.2.0
2682026-05-26T23:00:37.041Z Downloaded cargo-util-schemas v0.8.2
2692026-05-26T23:00:37.041Z Downloaded cfg-if v1.0.4
2702026-05-26T23:00:37.045Z Downloaded toml_write v0.1.2
2712026-05-26T23:00:37.046Z Downloaded clap_lex v1.0.0
2722026-05-26T23:00:37.046Z Downloaded cargo_metadata v0.21.0
2732026-05-26T23:00:37.046Z Downloaded anstyle-query v1.1.5
2742026-05-26T23:00:37.046Z Downloaded cargo_toml v0.21.0
2752026-05-26T23:00:37.052Z Downloaded utf8_iter v1.0.4
2762026-05-26T23:00:37.052Z Downloaded thread-id v4.2.2
2772026-05-26T23:00:37.053Z Downloaded zerofrom v0.1.6
2782026-05-26T23:00:37.053Z Downloaded utf8parse v0.2.2
2792026-05-26T23:00:37.053Z Downloaded ucd-trie v0.1.7
2802026-05-26T23:00:37.053Z Downloaded thiserror v2.0.18
2812026-05-26T23:00:37.057Z Downloaded usdt v0.5.0
2822026-05-26T23:00:37.058Z Downloaded clap_derive v4.5.55
2832026-05-26T23:00:37.058Z Downloaded yoke-derive v0.8.1
2842026-05-26T23:00:37.058Z Downloaded unicode-linebreak v0.1.5
2852026-05-26T23:00:37.058Z Downloaded typeid v1.0.3
2862026-05-26T23:00:37.058Z Downloaded camino-tempfile v1.4.1
2872026-05-26T23:00:37.058Z Downloaded unicode-xid v0.2.6
2882026-05-26T23:00:37.074Z Downloaded cargo-platform v0.2.0
2892026-05-26T23:00:37.074Z Downloaded anstream v0.6.21
2902026-05-26T23:00:37.074Z Downloaded cpufeatures v0.2.17
2912026-05-26T23:00:37.074Z Downloaded equivalent v1.0.2
2922026-05-26T23:00:37.074Z Downloaded usdt-macro v0.5.0
2932026-05-26T23:00:37.074Z Downloaded block-buffer v0.10.4
2942026-05-26T23:00:37.074Z Downloaded pretty-hex v0.4.1
2952026-05-26T23:00:37.092Z Downloaded anstyle-parse v0.2.7
2962026-05-26T23:00:37.092Z Downloaded anstyle v1.0.13
2972026-05-26T23:00:37.092Z Downloaded potential_utf v0.1.4
2982026-05-26T23:00:37.092Z Downloaded usdt-impl v0.5.0
2992026-05-26T23:00:37.093Z Downloaded usdt-attr-macro v0.5.0
3002026-05-26T23:00:37.093Z Downloaded url v2.5.8
3012026-05-26T23:00:37.093Z Downloaded thiserror-impl v1.0.69
3022026-05-26T23:00:37.093Z Downloaded thiserror-impl v2.0.18
3032026-05-26T23:00:37.093Z Downloaded version_check v0.9.5
3042026-05-26T23:00:37.093Z Downloaded zerofrom-derive v0.1.6
3052026-05-26T23:00:37.118Z Downloaded bitflags v2.11.0
3062026-05-26T23:00:37.118Z Downloaded zmij v1.0.21
3072026-05-26T23:00:37.119Z Downloaded thiserror v1.0.69
3082026-05-26T23:00:37.119Z Downloaded yoke v0.8.1
3092026-05-26T23:00:37.119Z Downloaded zerovec-derive v0.11.2
3102026-05-26T23:00:37.119Z Downloaded toml v0.8.23
3112026-05-26T23:00:37.119Z Downloaded tinystr v0.8.2
3122026-05-26T23:00:37.119Z Downloaded terminal_size v0.4.3
3132026-05-26T23:00:37.119Z Downloaded serde_spanned v0.6.9
3142026-05-26T23:00:37.119Z Downloaded generic-array v0.14.7
3152026-05-26T23:00:37.120Z Downloaded zerocopy-derive v0.7.35
3162026-05-26T23:00:37.120Z Downloaded plain v0.2.3
3172026-05-26T23:00:37.120Z Downloaded writeable v0.6.2
3182026-05-26T23:00:37.120Z Downloaded strsim v0.11.1
3192026-05-26T23:00:37.124Z Downloaded textwrap v0.16.2
3202026-05-26T23:00:37.124Z Downloaded fnv v1.0.7
3212026-05-26T23:00:37.131Z Downloaded smawk v0.3.2
3222026-05-26T23:00:37.131Z Downloaded camino v1.2.2
3232026-05-26T23:00:37.131Z Downloaded unicode-ident v1.0.24
3242026-05-26T23:00:37.132Z Downloaded heck v0.5.0
3252026-05-26T23:00:37.132Z Downloaded typenum v1.19.0
3262026-05-26T23:00:37.132Z Downloaded toml_edit v0.22.27
3272026-05-26T23:00:37.132Z Downloaded zerotrie v0.2.3
3282026-05-26T23:00:37.132Z Downloaded scroll_derive v0.12.1
3292026-05-26T23:00:37.132Z Downloaded swrite v0.1.0
3302026-05-26T23:00:37.132Z Downloaded macaddr v1.0.1
3312026-05-26T23:00:37.132Z Downloaded percent-encoding v2.3.2
3322026-05-26T23:00:37.132Z Downloaded heck v0.4.1
3332026-05-26T23:00:37.132Z Downloaded fastrand v2.3.0
3342026-05-26T23:00:37.168Z Downloaded errno v0.3.14
3352026-05-26T23:00:37.169Z Downloaded idna_adapter v1.2.1
3362026-05-26T23:00:37.169Z Downloaded zerovec v0.11.5
3372026-05-26T23:00:37.169Z Downloaded itoa v1.0.17
3382026-05-26T23:00:37.169Z Downloaded zerocopy v0.7.35
3392026-05-26T23:00:37.210Z Downloaded tabled_derive v0.7.0
3402026-05-26T23:00:37.210Z Downloaded winnow v0.7.14
3412026-05-26T23:00:37.218Z Downloaded colorchoice v1.0.4
3422026-05-26T23:00:37.219Z Downloaded serde-value v0.7.0
3432026-05-26T23:00:37.219Z Downloaded unicode-width v0.2.0
3442026-05-26T23:00:37.219Z Downloaded ordered-float v2.10.1
3452026-05-26T23:00:37.219Z Downloaded stable_deref_trait v1.2.1
3462026-05-26T23:00:37.219Z Downloaded log v0.4.29
3472026-05-26T23:00:37.219Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-26T23:00:37.219Z Downloaded unicode-width v0.1.14
3492026-05-26T23:00:37.219Z Downloaded byteorder v1.5.0
3502026-05-26T23:00:37.219Z Downloaded serde-untagged v0.1.9
3512026-05-26T23:00:37.219Z Downloaded sha2 v0.10.9
3522026-05-26T23:00:37.219Z Downloaded autocfg v1.5.0
3532026-05-26T23:00:37.219Z Downloaded tempfile v3.25.0
3542026-05-26T23:00:37.270Z Downloaded memmap v0.7.0
3552026-05-26T23:00:37.270Z Downloaded fs-err v3.3.0
3562026-05-26T23:00:37.270Z Downloaded serde_tokenstream v0.2.3
3572026-05-26T23:00:37.270Z Downloaded proc-macro-error v1.0.4
3582026-05-26T23:00:37.270Z Downloaded bytecount v0.6.9
3592026-05-26T23:00:37.270Z Downloaded scroll v0.12.0
3602026-05-26T23:00:37.270Z Downloaded quote v1.0.45
3612026-05-26T23:00:37.270Z Downloaded erased-serde v0.4.9
3622026-05-26T23:00:37.270Z Downloaded once_cell v1.21.3
3632026-05-26T23:00:37.270Z Downloaded synstructure v0.13.2
3642026-05-26T23:00:37.270Z Downloaded semver v1.0.28
3652026-05-26T23:00:37.289Z Downloaded pest_derive v2.8.6
3662026-05-26T23:00:37.289Z Downloaded litemap v0.8.1
3672026-05-26T23:00:37.289Z Downloaded smallvec v1.15.1
3682026-05-26T23:00:37.289Z Downloaded serde_core v1.0.228
3692026-05-26T23:00:37.289Z Downloaded icu_properties v2.1.2
3702026-05-26T23:00:37.290Z Downloaded pest_generator v2.8.6
3712026-05-26T23:00:37.290Z Downloaded icu_provider v2.1.1
3722026-05-26T23:00:37.290Z Downloaded proc-macro2 v1.0.106
3732026-05-26T23:00:37.290Z Downloaded clap v4.5.60
3742026-05-26T23:00:37.290Z Downloaded serde_derive v1.0.228
3752026-05-26T23:00:37.290Z Downloaded num-traits v0.2.19
3762026-05-26T23:00:37.290Z Downloaded getrandom v0.4.1
3772026-05-26T23:00:37.300Z Downloaded anyhow v1.0.102
3782026-05-26T23:00:37.300Z Downloaded icu_normalizer_data v2.1.1
3792026-05-26T23:00:37.312Z Downloaded serde v1.0.228
3802026-05-26T23:00:37.312Z Downloaded icu_normalizer v2.1.1
3812026-05-26T23:00:37.312Z Downloaded pest_meta v2.8.6
3822026-05-26T23:00:37.312Z Downloaded papergrid v0.11.0
3832026-05-26T23:00:37.324Z Downloaded icu_collections v2.1.1
3842026-05-26T23:00:37.329Z Downloaded icu_locale_core v2.1.1
3852026-05-26T23:00:37.330Z Downloaded memchr v2.8.0
3862026-05-26T23:00:37.339Z Downloaded clap_builder v4.5.60
3872026-05-26T23:00:37.346Z Downloaded indexmap v2.14.0
3882026-05-26T23:00:37.357Z Downloaded serde_json v1.0.149
3892026-05-26T23:00:37.370Z Downloaded idna v1.1.0
3902026-05-26T23:00:37.382Z Downloaded pest v2.8.6
3912026-05-26T23:00:37.390Z Downloaded hashbrown v0.17.0
3922026-05-26T23:00:37.423Z Downloaded icu_properties_data v2.1.2
3932026-05-26T23:00:37.480Z Downloaded goblin v0.8.2
3942026-05-26T23:00:37.481Z Downloaded tabled v0.15.0
3952026-05-26T23:00:37.481Z Downloaded syn v1.0.109
3962026-05-26T23:00:37.481Z Downloaded syn v2.0.117
3972026-05-26T23:00:37.526Z Downloaded rustix v1.1.3
3982026-05-26T23:00:37.571Z Downloaded libc v0.2.185
3992026-05-26T23:00:37.571Z Compiling proc-macro2 v1.0.106
4002026-05-26T23:00:37.571Z Compiling unicode-ident v1.0.24
4012026-05-26T23:00:37.571Z Compiling quote v1.0.45
4022026-05-26T23:00:37.571Z Compiling serde_core v1.0.228
4032026-05-26T23:00:37.571Z Compiling libc v0.2.185
4042026-05-26T23:00:37.571Z Compiling version_check v0.9.5
4052026-05-26T23:00:37.571Z Compiling serde v1.0.228
4062026-05-26T23:00:37.571Z Compiling stable_deref_trait v1.2.1
4072026-05-26T23:00:37.572Z Compiling memchr v2.8.0
4082026-05-26T23:00:37.572Z Compiling zmij v1.0.21
4092026-05-26T23:00:37.572Z Compiling ucd-trie v0.1.7
4102026-05-26T23:00:37.758Z Compiling autocfg v1.5.0
4112026-05-26T23:00:37.787Z Compiling itoa v1.0.17
4122026-05-26T23:00:37.788Z Compiling thiserror v1.0.69
4132026-05-26T23:00:37.789Z Compiling writeable v0.6.2
4142026-05-26T23:00:38.029Z Compiling litemap v0.8.1
4152026-05-26T23:00:38.067Z Compiling byteorder v1.5.0
4162026-05-26T23:00:38.095Z Compiling icu_normalizer_data v2.1.1
4172026-05-26T23:00:38.234Z Compiling icu_properties_data v2.1.2
4182026-05-26T23:00:38.271Z Compiling rustix v1.1.3
4192026-05-26T23:00:38.320Z Compiling bitflags v2.11.0
4202026-05-26T23:00:38.320Z Compiling serde_json v1.0.149
4212026-05-26T23:00:38.382Z Compiling equivalent v1.0.2
4222026-05-26T23:00:38.422Z Compiling pest v2.8.6
4232026-05-26T23:00:38.434Z Compiling num-traits v0.2.19
4242026-05-26T23:00:38.519Z Compiling typeid v1.0.3
4252026-05-26T23:00:38.585Z Compiling hashbrown v0.17.0
4262026-05-26T23:00:38.703Z Compiling smallvec v1.15.1
4272026-05-26T23:00:38.738Z Compiling proc-macro-error-attr v1.0.4
4282026-05-26T23:00:38.738Z Compiling usdt-impl v0.5.0
4292026-05-26T23:00:38.738Z Compiling winnow v0.7.14
4302026-05-26T23:00:38.738Z Compiling toml_write v0.1.2
4312026-05-26T23:00:38.845Z Compiling erased-serde v0.4.9
4322026-05-26T23:00:38.881Z Compiling errno v0.3.14
4332026-05-26T23:00:38.926Z Compiling thread-id v4.2.2
4342026-05-26T23:00:38.959Z Compiling syn v1.0.109
4352026-05-26T23:00:39.071Z Compiling proc-macro-error v1.0.4
4362026-05-26T23:00:39.129Z Compiling log v0.4.29
4372026-05-26T23:00:39.129Z Compiling utf8parse v0.2.2
4382026-05-26T23:00:39.129Z Compiling plain v0.2.3
4392026-05-26T23:00:39.169Z Compiling indexmap v2.14.0
4402026-05-26T23:00:39.222Z Compiling camino v1.2.2
4412026-05-26T23:00:39.282Z Compiling getrandom v0.4.1
4422026-05-26T23:00:39.350Z Compiling syn v2.0.117
4432026-05-26T23:00:39.350Z Compiling percent-encoding v2.3.2
4442026-05-26T23:00:39.352Z Compiling utf8_iter v1.0.4
4452026-05-26T23:00:39.352Z Compiling thiserror v2.0.18
4462026-05-26T23:00:39.487Z Compiling form_urlencoded v1.2.2
4472026-05-26T23:00:39.521Z Compiling anstyle-parse v0.2.7
4482026-05-26T23:00:39.611Z Compiling pest_meta v2.8.6
4492026-05-26T23:00:39.658Z Compiling ordered-float v2.10.1
4502026-05-26T23:00:39.703Z Compiling anstyle v1.0.13
4512026-05-26T23:00:39.730Z Compiling colorchoice v1.0.4
4522026-05-26T23:00:39.767Z Compiling pretty-hex v0.4.1
4532026-05-26T23:00:39.788Z Compiling cfg-if v1.0.4
4542026-05-26T23:00:39.828Z Compiling anstyle-query v1.1.5
4552026-05-26T23:00:39.865Z Compiling is_terminal_polyfill v1.70.2
4562026-05-26T23:00:39.944Z Compiling fs-err v3.3.0
4572026-05-26T23:00:39.985Z Compiling anstream v0.6.21
4582026-05-26T23:00:39.985Z Compiling fastrand v2.3.0
4592026-05-26T23:00:39.986Z Compiling unicode-width v0.1.14
4602026-05-26T23:00:39.987Z Compiling fnv v1.0.7
4612026-05-26T23:00:39.987Z Compiling clap_lex v1.0.0
4622026-05-26T23:00:40.038Z Compiling anyhow v1.0.102
4632026-05-26T23:00:40.072Z Compiling terminal_size v0.4.3
4642026-05-26T23:00:40.143Z Compiling heck v0.4.1
4652026-05-26T23:00:40.162Z Compiling once_cell v1.21.3
4662026-05-26T23:00:40.228Z Compiling strsim v0.11.1
4672026-05-26T23:00:40.246Z Compiling heck v0.5.0
4682026-05-26T23:00:40.313Z Compiling semver v1.0.28
4692026-05-26T23:00:40.391Z Compiling bytecount v0.6.9
4702026-05-26T23:00:40.395Z Compiling unicode-xid v0.2.6
4712026-05-26T23:00:40.446Z Compiling clap_builder v4.5.60
4722026-05-26T23:00:40.508Z Compiling papergrid v0.11.0
4732026-05-26T23:00:40.555Z Compiling tempfile v3.25.0
4742026-05-26T23:00:40.602Z Compiling memmap v0.7.0
4752026-05-26T23:00:40.673Z Compiling unicode-linebreak v0.1.5
4762026-05-26T23:00:40.690Z Compiling serde-untagged v0.1.9
4772026-05-26T23:00:40.707Z Compiling smawk v0.3.2
4782026-05-26T23:00:40.768Z Compiling unicode-width v0.2.0
4792026-05-26T23:00:40.869Z Compiling camino-tempfile v1.4.1
4802026-05-26T23:00:40.873Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-26T23:00:40.947Z Compiling swrite v0.1.0
4822026-05-26T23:00:41.055Z Compiling textwrap v0.16.2
4832026-05-26T23:00:41.249Z Compiling tabled_derive v0.7.0
4842026-05-26T23:00:41.866Z Compiling synstructure v0.13.2
4852026-05-26T23:00:41.866Z Compiling pest_generator v2.8.6
4862026-05-26T23:00:41.915Z Compiling tabled v0.15.0
4872026-05-26T23:00:42.430Z Compiling serde_derive v1.0.228
4882026-05-26T23:00:42.431Z Compiling zerofrom-derive v0.1.6
4892026-05-26T23:00:42.433Z Compiling yoke-derive v0.8.1
4902026-05-26T23:00:42.433Z Compiling zerovec-derive v0.11.2
4912026-05-26T23:00:42.433Z Compiling displaydoc v0.2.5
4922026-05-26T23:00:42.434Z Compiling thiserror-impl v1.0.69
4932026-05-26T23:00:42.434Z Compiling zerocopy-derive v0.7.35
4942026-05-26T23:00:42.434Z Compiling scroll_derive v0.12.1
4952026-05-26T23:00:42.483Z Compiling thiserror-impl v2.0.18
4962026-05-26T23:00:42.518Z Compiling clap_derive v4.5.55
4972026-05-26T23:00:42.551Z Compiling pest_derive v2.8.6
4982026-05-26T23:00:43.117Z Compiling scroll v0.12.0
4992026-05-26T23:00:43.353Z Compiling goblin v0.8.2
5002026-05-26T23:00:43.425Z Compiling zerocopy v0.7.35
5012026-05-26T23:00:43.544Z Compiling zerofrom v0.1.6
5022026-05-26T23:00:43.657Z Compiling yoke v0.8.1
5032026-05-26T23:00:43.674Z Compiling dtrace-parser v0.2.0
5042026-05-26T23:00:43.817Z Compiling zerovec v0.11.5
5052026-05-26T23:00:43.817Z Compiling zerotrie v0.2.3
5062026-05-26T23:00:44.010Z Compiling clap v4.5.60
5072026-05-26T23:00:44.260Z Compiling tinystr v0.8.2
5082026-05-26T23:00:44.260Z Compiling potential_utf v0.1.4
5092026-05-26T23:00:44.392Z Compiling icu_collections v2.1.1
5102026-05-26T23:00:44.411Z Compiling icu_locale_core v2.1.1
5112026-05-26T23:00:44.959Z Compiling icu_provider v2.1.1
5122026-05-26T23:00:45.107Z Compiling toml_datetime v0.6.11
5132026-05-26T23:00:45.113Z Compiling serde_spanned v0.6.9
5142026-05-26T23:00:45.113Z Compiling serde-value v0.7.0
5152026-05-26T23:00:45.113Z Compiling cargo-platform v0.2.0
5162026-05-26T23:00:45.113Z Compiling macaddr v1.0.1
5172026-05-26T23:00:45.137Z Compiling dof v0.3.0
5182026-05-26T23:00:45.144Z Compiling serde_tokenstream v0.2.3
5192026-05-26T23:00:45.192Z Compiling icu_properties v2.1.2
5202026-05-26T23:00:45.195Z Compiling icu_normalizer v2.1.1
5212026-05-26T23:00:45.371Z Compiling toml_edit v0.22.27
5222026-05-26T23:00:45.945Z Compiling usdt-attr-macro v0.5.0
5232026-05-26T23:00:45.948Z Compiling usdt-macro v0.5.0
5242026-05-26T23:00:46.107Z Compiling idna_adapter v1.2.1
5252026-05-26T23:00:46.233Z Compiling idna v1.1.0
5262026-05-26T23:00:46.521Z Compiling url v2.5.8
5272026-05-26T23:00:46.546Z Compiling usdt v0.5.0
5282026-05-26T23:00:46.664Z Compiling toml v0.8.23
5292026-05-26T23:00:47.025Z Compiling cargo-util-schemas v0.8.2
5302026-05-26T23:00:47.025Z Compiling cargo_toml v0.21.0
5312026-05-26T23:00:47.875Z Compiling cargo_metadata v0.21.0
5322026-05-26T23:00:48.797Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-26T23:00:50.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.06s
5342026-05-26T23:00:51.186Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-26T23:00:51.739Z Downloading crates ...
5362026-05-26T23:00:51.848Z Downloaded buf-list v1.1.2
5372026-05-26T23:00:51.853Z Downloaded adler2 v2.0.1
5382026-05-26T23:00:51.978Z Downloaded crossbeam-channel v0.5.15
5392026-05-26T23:00:51.978Z Downloaded ahash v0.8.12
5402026-05-26T23:00:51.978Z Downloaded aead v0.5.2
5412026-05-26T23:00:51.978Z Downloaded darling_core v0.13.4
5422026-05-26T23:00:51.979Z Downloaded defmt-parser v1.0.0
5432026-05-26T23:00:51.979Z Downloaded darling_macro v0.21.3
5442026-05-26T23:00:51.979Z Downloaded darling v0.20.11
5452026-05-26T23:00:51.979Z Downloaded crossbeam-utils v0.8.21
5462026-05-26T23:00:51.979Z Downloaded env_logger v0.11.9
5472026-05-26T23:00:51.979Z Downloaded crc8 v0.1.1
5482026-05-26T23:00:51.979Z Downloaded ciborium v0.2.2
5492026-05-26T23:00:51.979Z Downloaded display-error-chain v0.2.2
5502026-05-26T23:00:51.979Z Downloaded defmt v1.0.1
5512026-05-26T23:00:51.979Z Downloaded darling v0.13.4
5522026-05-26T23:00:51.979Z Downloaded daft v0.1.7
5532026-05-26T23:00:51.979Z Downloaded cobs v0.3.0
5542026-05-26T23:00:51.979Z Downloaded derive-where v1.6.0
5552026-05-26T23:00:51.979Z Downloaded bitfield-struct v0.6.2
5562026-05-26T23:00:51.979Z Downloaded deranged v0.5.8
5572026-05-26T23:00:51.979Z Downloaded defmt-macros v1.0.1
5582026-05-26T23:00:51.979Z Downloaded darling_macro v0.13.4
5592026-05-26T23:00:51.980Z Downloaded daft-derive v0.1.7
5602026-05-26T23:00:51.980Z Downloaded derive_more v0.99.20
5612026-05-26T23:00:51.980Z Downloaded float-cmp v0.10.0
5622026-05-26T23:00:51.980Z Downloaded dropshot-api-manager-types v0.7.2
5632026-05-26T23:00:51.980Z Downloaded crc-catalog v2.4.0
5642026-05-26T23:00:51.980Z Downloaded diesel_table_macro_syntax v0.3.0
5652026-05-26T23:00:51.980Z Downloaded ciborium-ll v0.2.2
5662026-05-26T23:00:51.980Z Downloaded atty v0.2.14
5672026-05-26T23:00:51.980Z Downloaded enum-as-inner v0.6.1
5682026-05-26T23:00:51.980Z Downloaded critical-section v1.2.0
5692026-05-26T23:00:51.980Z Downloaded curve25519-dalek-derive v0.1.1
5702026-05-26T23:00:51.980Z Downloaded camino-tempfile-ext v0.3.3
5712026-05-26T23:00:51.980Z Downloaded cfg_aliases v0.2.1
5722026-05-26T23:00:51.980Z Downloaded bb8 v0.8.6
5732026-05-26T23:00:51.980Z Downloaded arrayvec v0.7.6
5742026-05-26T23:00:51.980Z Downloaded bcs v0.1.6
5752026-05-26T23:00:51.980Z Downloaded bcrypt-pbkdf v0.10.0
5762026-05-26T23:00:51.981Z Downloaded defmt v0.3.100
5772026-05-26T23:00:51.981Z Downloaded darling_core v0.20.11
5782026-05-26T23:00:51.981Z Downloaded either v1.15.0
5792026-05-26T23:00:51.981Z Downloaded env_filter v1.0.0
5802026-05-26T23:00:51.981Z Downloaded bitfield v0.19.4
5812026-05-26T23:00:51.981Z Downloaded dropshot_endpoint v0.17.0
5822026-05-26T23:00:51.981Z Downloaded difflib v0.4.0
5832026-05-26T23:00:51.981Z Downloaded convert_case v0.4.0
5842026-05-26T23:00:51.981Z Downloaded cassowary v0.3.0
5852026-05-26T23:00:51.981Z Downloaded compression-core v0.4.31
5862026-05-26T23:00:51.981Z Downloaded cargo-platform v0.3.2
5872026-05-26T23:00:51.981Z Downloaded bzip2 v0.6.1
5882026-05-26T23:00:51.981Z Downloaded dirs-next v2.0.0
5892026-05-26T23:00:51.982Z Downloaded derive_builder_macro v0.20.2
5902026-05-26T23:00:51.982Z Downloaded darling_macro v0.20.11
5912026-05-26T23:00:51.982Z Downloaded ascii-canvas v3.0.0
5922026-05-26T23:00:51.982Z Downloaded array-init v0.0.4
5932026-05-26T23:00:51.982Z Downloaded debug-ignore v1.0.5
5942026-05-26T23:00:51.982Z Downloaded ff v0.13.1
5952026-05-26T23:00:51.982Z Downloaded bit-set v0.5.3
5962026-05-26T23:00:51.982Z Downloaded base16ct v0.2.0
5972026-05-26T23:00:51.982Z Downloaded fixedbitset v0.4.2
5982026-05-26T23:00:51.983Z Downloaded assert_matches v1.5.0
5992026-05-26T23:00:51.983Z Downloaded cpufeatures v0.3.0
6002026-05-26T23:00:51.983Z Downloaded der_derive v0.7.3
6012026-05-26T23:00:51.983Z Downloaded async-stream v0.3.6
6022026-05-26T23:00:51.983Z Downloaded bit-vec v0.6.3
6032026-05-26T23:00:51.983Z Downloaded derive-ex v0.1.8
6042026-05-26T23:00:51.983Z Downloaded dsl_auto_type v0.2.0
6052026-05-26T23:00:51.983Z Downloaded downcast-rs v2.0.2
6062026-05-26T23:00:51.983Z Downloaded cookie v0.18.1
6072026-05-26T23:00:51.983Z Downloaded diff v0.1.13
6082026-05-26T23:00:51.983Z Downloaded ena v0.14.4
6092026-05-26T23:00:51.984Z Downloaded atomic-waker v1.1.2
6102026-05-26T23:00:51.984Z Downloaded csv-core v0.1.13
6112026-05-26T23:00:51.984Z Downloaded crucible-workspace-hack v0.1.0
6122026-05-26T23:00:51.984Z Downloaded futures-macro v0.3.32
6132026-05-26T23:00:51.985Z Downloaded dyn-clone v1.0.20
6142026-05-26T23:00:51.985Z Downloaded arrayref v0.3.9
6152026-05-26T23:00:51.990Z Downloaded byte-wrapper v0.1.0
6162026-05-26T23:00:51.991Z Downloaded float-ord v0.3.2
6172026-05-26T23:00:51.991Z Downloaded fallible-iterator v0.2.0
6182026-05-26T23:00:51.991Z Downloaded foldhash v0.1.5
6192026-05-26T23:00:51.991Z Downloaded filetime v0.2.27
6202026-05-26T23:00:51.991Z Downloaded foreign-types-macros v0.2.3
6212026-05-26T23:00:51.992Z Downloaded futures-task v0.3.32
6222026-05-26T23:00:51.992Z Downloaded foreign-types-shared v0.3.1
6232026-05-26T23:00:51.992Z Downloaded dirs-sys-next v0.1.2
6242026-05-26T23:00:51.992Z Downloaded cexpr v0.6.0
6252026-05-26T23:00:51.992Z Downloaded git-stub v1.0.0
6262026-05-26T23:00:51.993Z Downloaded gethostname v0.5.0
6272026-05-26T23:00:51.993Z Downloaded funty v2.0.0
6282026-05-26T23:00:51.993Z Downloaded foreign-types-shared v0.1.1
6292026-05-26T23:00:51.993Z Downloaded dunce v1.0.5
6302026-05-26T23:00:51.998Z Downloaded fxhash v0.2.1
6312026-05-26T23:00:51.999Z Downloaded ed25519 v2.2.3
6322026-05-26T23:00:51.999Z Downloaded foldhash v0.2.0
6332026-05-26T23:00:51.999Z Downloaded base64ct v1.8.3
6342026-05-26T23:00:51.999Z Downloaded find-msvc-tools v0.1.9
6352026-05-26T23:00:51.999Z Downloaded diesel-dtrace v0.5.0
6362026-05-26T23:00:52.006Z Downloaded crypto-bigint v0.5.5
6372026-05-26T23:00:52.006Z Downloaded async-recursion v1.1.1
6382026-05-26T23:00:52.010Z Downloaded hash32 v0.2.1
6392026-05-26T23:00:52.010Z Downloaded crc v3.4.0
6402026-05-26T23:00:52.010Z Downloaded async-stream-impl v0.3.6
6412026-05-26T23:00:52.010Z Downloaded derive_builder_core v0.20.2
6422026-05-26T23:00:52.017Z Downloaded foreign-types v0.5.0
6432026-05-26T23:00:52.017Z Downloaded erased-serde v0.3.31
6442026-05-26T23:00:52.017Z Downloaded bit-vec v0.8.0
6452026-05-26T23:00:52.022Z Downloaded hex v0.4.3
6462026-05-26T23:00:52.022Z Downloaded block-padding v0.3.3
6472026-05-26T23:00:52.023Z Downloaded bitfield-macros v0.19.4
6482026-05-26T23:00:52.023Z Downloaded ctr v0.9.2
6492026-05-26T23:00:52.027Z Downloaded darling v0.23.0
6502026-05-26T23:00:52.032Z Downloaded cargo_metadata v0.23.1
6512026-05-26T23:00:52.032Z Downloaded async-trait v0.1.89
6522026-05-26T23:00:52.032Z Downloaded darling v0.21.3
6532026-05-26T23:00:52.036Z Downloaded hubpack v0.1.2
6542026-05-26T23:00:52.036Z Downloaded hostname v0.4.2
6552026-05-26T23:00:52.037Z Downloaded futures-io v0.3.32
6562026-05-26T23:00:52.040Z Downloaded foreign-types v0.3.2
6572026-05-26T23:00:52.040Z Downloaded hostname v0.3.1
6582026-05-26T23:00:52.040Z Downloaded fs-err v2.11.0
6592026-05-26T23:00:52.043Z Downloaded flate2 v1.1.9
6602026-05-26T23:00:52.046Z Downloaded http-body v1.0.1
6612026-05-26T23:00:52.046Z Downloaded hex-literal v0.4.1
6622026-05-26T23:00:52.046Z Downloaded headers-core v0.3.0
6632026-05-26T23:00:52.046Z Downloaded globwalk v0.9.1
6642026-05-26T23:00:52.050Z Downloaded cfg_aliases v0.1.1
6652026-05-26T23:00:52.050Z Downloaded castaway v0.2.4
6662026-05-26T23:00:52.050Z Downloaded console v0.16.2
6672026-05-26T23:00:52.050Z Downloaded console v0.15.11
6682026-05-26T23:00:52.055Z Downloaded group v0.13.0
6692026-05-26T23:00:52.055Z Downloaded fs_extra v1.3.0
6702026-05-26T23:00:52.055Z Downloaded glob v0.3.3
6712026-05-26T23:00:52.058Z Downloaded highway v1.3.0
6722026-05-26T23:00:52.058Z Downloaded diesel_derives v2.3.7
6732026-05-26T23:00:52.063Z Downloaded illumos-nvpair v0.3.0
6742026-05-26T23:00:52.063Z Downloaded home v0.5.12
6752026-05-26T23:00:52.063Z Downloaded ghash v0.5.1
6762026-05-26T23:00:52.063Z Downloaded darling_macro v0.23.0
6772026-05-26T23:00:52.066Z Downloaded crunchy v0.2.4
6782026-05-26T23:00:52.066Z Downloaded clang-sys v1.8.1
6792026-05-26T23:00:52.066Z Downloaded crossbeam-epoch v0.9.18
6802026-05-26T23:00:52.069Z Downloaded getrandom v0.2.17
6812026-05-26T23:00:52.070Z Downloaded flume v0.11.1
6822026-05-26T23:00:52.073Z Downloaded ciborium-io v0.2.2
6832026-05-26T23:00:52.073Z Downloaded dtrace-parser v0.3.0
6842026-05-26T23:00:52.076Z Downloaded drift v0.2.0
6852026-05-26T23:00:52.079Z Downloaded ident_case v1.0.1
6862026-05-26T23:00:52.083Z Downloaded futures-sink v0.3.32
6872026-05-26T23:00:52.083Z Downloaded flagset v0.4.7
6882026-05-26T23:00:52.083Z Downloaded dof v0.4.0
6892026-05-26T23:00:52.083Z Downloaded constant_time_eq v0.4.2
6902026-05-26T23:00:52.086Z Downloaded blowfish v0.9.1
6912026-05-26T23:00:52.087Z Downloaded arc-swap v1.8.2
6922026-05-26T23:00:52.091Z Downloaded indoc v1.0.9
6932026-05-26T23:00:52.091Z Downloaded fd-lock v4.0.4
6942026-05-26T23:00:52.091Z Downloaded fatfs v0.3.6
6952026-05-26T23:00:52.094Z Downloaded hubpack_derive v0.1.1
6962026-05-26T23:00:52.094Z Downloaded illumos-nvpair-sys v0.2.0
6972026-05-26T23:00:52.094Z Downloaded hyper-tls v0.6.0
6982026-05-26T23:00:52.097Z Downloaded allocator-api2 v0.2.21
6992026-05-26T23:00:52.098Z Downloaded httpdate v1.0.3
7002026-05-26T23:00:52.105Z Downloaded data-encoding v2.10.0
7012026-05-26T23:00:52.106Z Downloaded hash32 v0.3.1
7022026-05-26T23:00:52.106Z Downloaded endian-type v0.1.2
7032026-05-26T23:00:52.106Z Downloaded embedded-io v0.4.0
7042026-05-26T23:00:52.106Z Downloaded document-features v0.2.12
7052026-05-26T23:00:52.106Z Downloaded argon2 v0.5.3
7062026-05-26T23:00:52.106Z Downloaded is_ci v1.2.0
7072026-05-26T23:00:52.106Z Downloaded embedded-io v0.6.1
7082026-05-26T23:00:52.106Z Downloaded instability v0.3.11
7092026-05-26T23:00:52.112Z Downloaded colored v3.1.1
7102026-05-26T23:00:52.112Z Downloaded instant v0.1.13
7112026-05-26T23:00:52.113Z Downloaded cbc v0.1.2
7122026-05-26T23:00:52.118Z Downloaded darling_core v0.21.3
7132026-05-26T23:00:52.118Z Downloaded internet-checksum v0.2.1
7142026-05-26T23:00:52.118Z Downloaded backoff v0.4.0
7152026-05-26T23:00:52.118Z Downloaded cipher v0.4.4
7162026-05-26T23:00:52.122Z Downloaded half v1.8.3
7172026-05-26T23:00:52.123Z Downloaded indent_write v2.2.0
7182026-05-26T23:00:52.123Z Downloaded futures-core v0.3.32
7192026-05-26T23:00:52.123Z Downloaded cstr-argument v0.1.2
7202026-05-26T23:00:52.123Z Downloaded lalrpop-util v0.19.12
7212026-05-26T23:00:52.123Z Downloaded inout v0.1.4
7222026-05-26T23:00:52.123Z Downloaded bzip2 v0.4.4
7232026-05-26T23:00:52.128Z Downloaded bitflags v1.3.2
7242026-05-26T23:00:52.128Z Downloaded ed25519-dalek v2.2.0
7252026-05-26T23:00:52.132Z Downloaded crossbeam-deque v0.8.6
7262026-05-26T23:00:52.132Z Downloaded blake2 v0.10.6
7272026-05-26T23:00:52.133Z Downloaded futures-channel v0.3.32
7282026-05-26T23:00:52.136Z Downloaded libscf-sys v1.1.0
7292026-05-26T23:00:52.136Z Downloaded chacha20 v0.9.1
7302026-05-26T23:00:52.136Z Downloaded derive_more-impl v2.1.1
7312026-05-26T23:00:52.140Z Downloaded maplit v1.0.2
7322026-05-26T23:00:52.140Z Downloaded is-terminal v0.4.17
7332026-05-26T23:00:52.140Z Downloaded hyper-staticfile v0.10.1
7342026-05-26T23:00:52.143Z Downloaded http-range v0.1.5
7352026-05-26T23:00:52.143Z Downloaded const_format_proc_macros v0.2.34
7362026-05-26T23:00:52.143Z Downloaded lru v0.12.5
7372026-05-26T23:00:52.148Z Downloaded cmake v0.1.57
7382026-05-26T23:00:52.148Z Downloaded managed v0.8.0
7392026-05-26T23:00:52.148Z Downloaded md5 v0.7.0
7402026-05-26T23:00:52.148Z Downloaded lzss v0.8.2
7412026-05-26T23:00:52.153Z Downloaded keccak v0.1.6
7422026-05-26T23:00:52.153Z Downloaded http-body-util v0.1.3
7432026-05-26T23:00:52.154Z Downloaded cancel-safe-futures v0.1.5
7442026-05-26T23:00:52.157Z Downloaded half v2.7.1
7452026-05-26T23:00:52.157Z Downloaded const_format v0.2.35
7462026-05-26T23:00:52.161Z Downloaded impl-trait-for-tuples v0.2.3
7472026-05-26T23:00:52.161Z Downloaded crc32fast v1.5.0
7482026-05-26T23:00:52.161Z Downloaded corncobs v0.1.4
7492026-05-26T23:00:52.166Z Downloaded iana-time-zone v0.1.65
7502026-05-26T23:00:52.166Z Downloaded memoffset v0.9.1
7512026-05-26T23:00:52.166Z Downloaded linked-hash-map v0.5.6
7522026-05-26T23:00:52.166Z Downloaded ecdsa v0.16.9
7532026-05-26T23:00:52.169Z Downloaded multimap v0.10.1
7542026-05-26T23:00:52.169Z Downloaded match_cfg v0.1.0
7552026-05-26T23:00:52.169Z Downloaded crc-any v2.5.0
7562026-05-26T23:00:52.169Z Downloaded new_debug_unreachable v1.0.6
7572026-05-26T23:00:52.173Z Downloaded convert_case v0.10.0
7582026-05-26T23:00:52.173Z Downloaded base64 v0.22.1
7592026-05-26T23:00:52.176Z Downloaded maybe-uninit v2.0.0
7602026-05-26T23:00:52.176Z Downloaded lru-cache v0.1.2
7612026-05-26T23:00:52.176Z Downloaded derive_builder v0.20.2
7622026-05-26T23:00:52.180Z Downloaded newtype_derive v0.1.6
7632026-05-26T23:00:52.183Z Downloaded humantime v2.3.0
7642026-05-26T23:00:52.183Z Downloaded cookie_store v0.22.1
7652026-05-26T23:00:52.184Z Downloaded nonempty v0.12.0
7662026-05-26T23:00:52.192Z Downloaded nibble_vec v0.1.0
7672026-05-26T23:00:52.192Z Downloaded ar_archive_writer v0.5.1
7682026-05-26T23:00:52.192Z Downloaded async-bb8-diesel v0.2.1
7692026-05-26T23:00:52.192Z Downloaded aes-gcm v0.10.3
7702026-05-26T23:00:52.195Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-26T23:00:52.195Z Downloaded ingot v0.1.1
7722026-05-26T23:00:52.196Z Downloaded num-derive v0.4.2
7732026-05-26T23:00:52.196Z Downloaded num-conv v0.2.0
7742026-05-26T23:00:52.196Z Downloaded git-stub-vcs v0.1.0
7752026-05-26T23:00:52.207Z Downloaded libsw v3.5.0
7762026-05-26T23:00:52.207Z Downloaded ingot-types v0.1.2
7772026-05-26T23:00:52.207Z Downloaded num-iter v0.1.45
7782026-05-26T23:00:52.207Z Downloaded const-oid v0.9.6
7792026-05-26T23:00:52.207Z Downloaded olpc-cjson v0.1.4
7802026-05-26T23:00:52.207Z Downloaded mime v0.3.17
7812026-05-26T23:00:52.207Z Downloaded md-5 v0.10.6
7822026-05-26T23:00:52.207Z Downloaded compression-codecs v0.4.37
7832026-05-26T23:00:52.211Z Downloaded globset v0.4.18
7842026-05-26T23:00:52.211Z Downloaded backon v1.6.0
7852026-05-26T23:00:52.212Z Downloaded ipnet v2.11.0
7862026-05-26T23:00:52.212Z Downloaded lazy_static v1.5.0
7872026-05-26T23:00:52.212Z Downloaded ipnetwork v0.21.1
7882026-05-26T23:00:52.215Z Downloaded kstat-rs v0.2.4
7892026-05-26T23:00:52.216Z Downloaded openssl-macros v0.1.1
7902026-05-26T23:00:52.216Z Downloaded openssl-probe v0.2.1
7912026-05-26T23:00:52.216Z Downloaded opaque-debug v0.3.1
7922026-05-26T23:00:52.220Z Downloaded num-derive v0.3.3
7932026-05-26T23:00:52.220Z Downloaded jobserver v0.1.34
7942026-05-26T23:00:52.220Z Downloaded normalize-line-endings v0.3.0
7952026-05-26T23:00:52.220Z Downloaded newline-converter v0.3.0
7962026-05-26T23:00:52.224Z Downloaded libloading v0.8.9
7972026-05-26T23:00:52.224Z Downloaded num v0.4.3
7982026-05-26T23:00:52.224Z Downloaded hyper-rustls v0.27.7
7992026-05-26T23:00:52.227Z Downloaded nodrop v0.1.14
8002026-05-26T23:00:52.227Z Downloaded native-tls v0.2.18
8012026-05-26T23:00:52.227Z Downloaded oso-derive v0.27.3
8022026-05-26T23:00:52.227Z Downloaded num_enum_derive v0.5.11
8032026-05-26T23:00:52.231Z Downloaded hmac v0.12.1
8042026-05-26T23:00:52.231Z Downloaded crossterm v0.29.0
8052026-05-26T23:00:52.235Z Downloaded multer v3.1.0
8062026-05-26T23:00:52.235Z Downloaded getrandom v0.3.4
8072026-05-26T23:00:52.238Z Downloaded chacha20 v0.10.0
8082026-05-26T23:00:52.239Z Downloaded libefi-sys v0.1.0
8092026-05-26T23:00:52.242Z Downloaded nanorand v0.7.0
8102026-05-26T23:00:52.242Z Downloaded base64 v0.21.7
8112026-05-26T23:00:52.245Z Downloaded compact_str v0.8.1
8122026-05-26T23:00:52.264Z Downloaded path-slash v0.1.5
8132026-05-26T23:00:52.268Z Downloaded parse-size v1.1.0
8142026-05-26T23:00:52.269Z Downloaded parse-display v0.10.0
8152026-05-26T23:00:52.269Z Downloaded packed_struct_codegen v0.10.1
8162026-05-26T23:00:52.269Z Downloaded openssl-probe v0.1.6
8172026-05-26T23:00:52.269Z Downloaded mime_guess v2.0.5
8182026-05-26T23:00:52.269Z Downloaded linear-map v1.2.0
8192026-05-26T23:00:52.269Z Downloaded libsw-core v0.3.2
8202026-05-26T23:00:52.269Z Downloaded httparse v1.10.1
8212026-05-26T23:00:52.275Z Downloaded num-integer v0.1.46
8222026-05-26T23:00:52.276Z Downloaded num-complex v0.4.6
8232026-05-26T23:00:52.276Z Downloaded lru-slab v0.1.2
8242026-05-26T23:00:52.276Z Downloaded colored v2.2.0
8252026-05-26T23:00:52.279Z Downloaded indoc v2.0.7
8262026-05-26T23:00:52.280Z Downloaded phf_shared v0.12.1
8272026-05-26T23:00:52.280Z Downloaded num_enum v0.5.11
8282026-05-26T23:00:52.283Z Downloaded derive_more v2.1.1
8292026-05-26T23:00:52.287Z Downloaded pin-utils v0.1.0
8302026-05-26T23:00:52.291Z Downloaded phf_shared v0.13.1
8312026-05-26T23:00:52.291Z Downloaded peg-runtime v0.8.5
8322026-05-26T23:00:52.291Z Downloaded litrs v1.0.0
8332026-05-26T23:00:52.295Z Downloaded precomputed-hash v0.1.1
8342026-05-26T23:00:52.295Z Downloaded lock_api v0.4.14
8352026-05-26T23:00:52.295Z Downloaded ingot-macros v0.1.1
8362026-05-26T23:00:52.296Z Downloaded chacha20poly1305 v0.10.1
8372026-05-26T23:00:52.299Z Downloaded pbkdf2 v0.11.0
8382026-05-26T23:00:52.300Z Downloaded num_threads v0.1.7
8392026-05-26T23:00:52.300Z Downloaded heapless v0.8.0
8402026-05-26T23:00:52.314Z Downloaded hickory-resolver v0.24.4
8412026-05-26T23:00:52.314Z Downloaded nu-ansi-term v0.50.3
8422026-05-26T23:00:52.314Z Downloaded darling_core v0.23.0
8432026-05-26T23:00:52.314Z Downloaded indexmap v1.9.3
8442026-05-26T23:00:52.314Z Downloaded bumpalo v3.20.2
8452026-05-26T23:00:52.318Z Downloaded num_enum v0.7.5
8462026-05-26T23:00:52.318Z Downloaded packed_struct v0.10.1
8472026-05-26T23:00:52.318Z Downloaded newtype-uuid v1.3.2
8482026-05-26T23:00:52.318Z Downloaded progenitor-client v0.11.2
8492026-05-26T23:00:52.318Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-26T23:00:52.321Z Downloaded parse-display-derive v0.10.0
8512026-05-26T23:00:52.324Z Downloaded progenitor-client v0.14.0
8522026-05-26T23:00:52.325Z Downloaded predicates-core v1.0.10
8532026-05-26T23:00:52.325Z Downloaded progenitor-macro v0.11.2
8542026-05-26T23:00:52.325Z Downloaded memmap2 v0.9.10
8552026-05-26T23:00:52.325Z Downloaded proc-macro-crate v3.4.0
8562026-05-26T23:00:52.325Z Downloaded num_enum_derive v0.7.5
8572026-05-26T23:00:52.328Z Downloaded parking_lot_core v0.8.6
8582026-05-26T23:00:52.328Z Downloaded quick-error v1.2.3
8592026-05-26T23:00:52.328Z Downloaded futures v0.3.32
8602026-05-26T23:00:52.332Z Downloaded peg-macros v0.8.5
8612026-05-26T23:00:52.332Z Downloaded ignore v0.4.25
8622026-05-26T23:00:52.335Z Downloaded oxnet v0.1.4
8632026-05-26T23:00:52.335Z Downloaded async-compression v0.4.41
8642026-05-26T23:00:52.340Z Downloaded progenitor-client v0.10.0
8652026-05-26T23:00:52.340Z Downloaded psl-types v2.0.11
8662026-05-26T23:00:52.341Z Downloaded progenitor-macro v0.14.0
8672026-05-26T23:00:52.347Z Downloaded predicates-tree v1.0.13
8682026-05-26T23:00:52.347Z Downloaded proc-macro-crate v1.3.1
8692026-05-26T23:00:52.347Z Downloaded peg v0.8.5
8702026-05-26T23:00:52.347Z Downloaded progenitor-macro v0.13.0
8712026-05-26T23:00:52.352Z Downloaded rand_chacha v0.3.1
8722026-05-26T23:00:52.352Z Downloaded num-rational v0.4.2
8732026-05-26T23:00:52.352Z Downloaded oxide-tokio-rt v0.1.4
8742026-05-26T23:00:52.352Z Downloaded indicatif v0.18.4
8752026-05-26T23:00:52.352Z Downloaded cc v1.2.56
8762026-05-26T23:00:52.355Z Downloaded heapless v0.7.17
8772026-05-26T23:00:52.361Z Downloaded radium v0.7.0
8782026-05-26T23:00:52.361Z Downloaded paste v1.0.15
8792026-05-26T23:00:52.361Z Downloaded password-hash v0.4.2
8802026-05-26T23:00:52.361Z Downloaded elliptic-curve v0.13.8
8812026-05-26T23:00:52.364Z Downloaded expectorate v1.2.0
8822026-05-26T23:00:52.364Z Downloaded poly1305 v0.8.0
8832026-05-26T23:00:52.367Z Downloaded predicates v3.1.4
8842026-05-26T23:00:52.367Z Downloaded des v0.8.1
8852026-05-26T23:00:52.371Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-05-26T23:00:52.371Z Downloaded polyval v0.6.2
8872026-05-26T23:00:52.371Z Downloaded phf_shared v0.11.3
8882026-05-26T23:00:52.371Z Downloaded pbkdf2 v0.12.2
8892026-05-26T23:00:52.374Z Downloaded pin-project-lite v0.2.17
8902026-05-26T23:00:52.378Z Downloaded ref-cast-impl v1.0.25
8912026-05-26T23:00:52.378Z Downloaded primeorder v0.13.6
8922026-05-26T23:00:52.378Z Downloaded powerfmt v0.2.0
8932026-05-26T23:00:52.378Z Downloaded pkg-config v0.3.32
8942026-05-26T23:00:52.381Z Downloaded pem-rfc7468 v0.7.0
8952026-05-26T23:00:52.381Z Downloaded pkcs8 v0.10.2
8962026-05-26T23:00:52.384Z Downloaded parking_lot v0.12.5
8972026-05-26T23:00:52.384Z Downloaded phf v0.12.1
8982026-05-26T23:00:52.387Z Downloaded der v0.7.10
8992026-05-26T23:00:52.387Z Downloaded aes v0.8.4
9002026-05-26T23:00:52.390Z Downloaded progenitor-client v0.13.0
9012026-05-26T23:00:52.390Z Downloaded progenitor v0.11.2
9022026-05-26T23:00:52.394Z Downloaded proc-macro-error2 v2.0.1
9032026-05-26T23:00:52.394Z Downloaded pin-project-internal v1.1.11
9042026-05-26T23:00:52.398Z Downloaded futures-executor v0.3.32
9052026-05-26T23:00:52.398Z Downloaded postgres-protocol v0.6.10
9062026-05-26T23:00:52.398Z Downloaded owo-colors v4.3.0
9072026-05-26T23:00:52.405Z Downloaded fixedbitset v0.5.7
9082026-05-26T23:00:52.405Z Downloaded bit-set v0.8.0
9092026-05-26T23:00:52.405Z Downloaded atomicwrites v0.4.4
9102026-05-26T23:00:52.405Z Downloaded rand_xorshift v0.4.0
9112026-05-26T23:00:52.411Z Downloaded recursive v0.1.1
9122026-05-26T23:00:52.411Z Downloaded parking_lot v0.11.2
9132026-05-26T23:00:52.411Z Downloaded parking_lot_core v0.9.12
9142026-05-26T23:00:52.411Z Downloaded progenitor-extras v0.2.0
9152026-05-26T23:00:52.411Z Downloaded phf v0.13.1
9162026-05-26T23:00:52.411Z Downloaded headers v0.4.1
9172026-05-26T23:00:52.416Z Downloaded ppv-lite86 v0.2.21
9182026-05-26T23:00:52.416Z Downloaded rfc6979 v0.4.0
9192026-05-26T23:00:52.420Z Downloaded progenitor v0.14.0
9202026-05-26T23:00:52.423Z Downloaded rustc_version v0.1.7
9212026-05-26T23:00:52.423Z Downloaded rtoolbox v0.0.3
9222026-05-26T23:00:52.429Z Downloaded password-hash v0.5.0
9232026-05-26T23:00:52.433Z Downloaded hickory-server v0.25.2
9242026-05-26T23:00:52.437Z Downloaded pem v3.0.6
9252026-05-26T23:00:52.441Z Downloaded psm v0.1.30
9262026-05-26T23:00:52.441Z Downloaded russh-cryptovec v0.7.3
9272026-05-26T23:00:52.444Z Downloaded ref-cast v1.0.25
9282026-05-26T23:00:52.444Z Downloaded pkcs5 v0.7.1
9292026-05-26T23:00:52.448Z Downloaded pkcs1 v0.7.5
9302026-05-26T23:00:52.452Z Downloaded libbz2-rs-sys v0.2.2
9312026-05-26T23:00:52.455Z Downloaded scheduled-thread-pool v0.2.7
9322026-05-26T23:00:52.455Z Downloaded p256 v0.13.2
9332026-05-26T23:00:52.458Z Downloaded rand_chacha v0.9.0
9342026-05-26T23:00:52.462Z Downloaded hickory-resolver v0.25.2
9352026-05-26T23:00:52.465Z Downloaded rand_core v0.9.5
9362026-05-26T23:00:52.469Z Downloaded rand_core v0.6.4
9372026-05-26T23:00:52.473Z Downloaded r2d2 v0.8.10
9382026-05-26T23:00:52.473Z Downloaded scopeguard v1.2.0
9392026-05-26T23:00:52.473Z Downloaded rand_core v0.10.0
9402026-05-26T23:00:52.476Z Downloaded same-file v1.0.6
9412026-05-26T23:00:52.480Z Downloaded semver v0.1.20
9422026-05-26T23:00:52.483Z Downloaded sapling-renderdag v0.1.0
9432026-05-26T23:00:52.484Z Downloaded resolv-conf v0.7.6
9442026-05-26T23:00:52.484Z Downloaded rand_seeder v0.4.0
9452026-05-26T23:00:52.488Z Downloaded scrypt v0.11.0
9462026-05-26T23:00:52.499Z Downloaded serde-big-array v0.5.1
9472026-05-26T23:00:52.499Z Downloaded quinn-udp v0.5.14
9482026-05-26T23:00:52.520Z Downloaded serde_bytes v0.11.19
9492026-05-26T23:00:52.520Z Downloaded secrecy v0.8.0
9502026-05-26T23:00:52.520Z Downloaded serde_repr v0.1.20
9512026-05-26T23:00:52.520Z Downloaded secrecy v0.10.3
9522026-05-26T23:00:52.520Z Downloaded scroll_derive v0.13.1
9532026-05-26T23:00:52.520Z Downloaded serde_plain v1.0.2
9542026-05-26T23:00:52.520Z Downloaded omicron-zone-package v0.12.2
9552026-05-26T23:00:52.520Z Downloaded rustc-hash v2.1.1
9562026-05-26T23:00:52.564Z Downloaded progenitor v0.13.0
9572026-05-26T23:00:52.564Z Downloaded rustls-native-certs v0.8.3
9582026-05-26T23:00:52.565Z Downloaded serde_urlencoded v0.7.1
9592026-05-26T23:00:52.565Z Downloaded papergrid v0.17.0
9602026-05-26T23:00:52.565Z Downloaded serde_spanned v1.0.4
9612026-05-26T23:00:52.570Z Downloaded hashbrown v0.13.2
9622026-05-26T23:00:52.570Z Downloaded rusty-fork v0.3.1
9632026-05-26T23:00:52.570Z Downloaded sha1 v0.10.6
9642026-05-26T23:00:52.570Z Downloaded bytes v1.11.1
9652026-05-26T23:00:52.570Z Downloaded postcard v1.1.3
9662026-05-26T23:00:52.570Z Downloaded rustls-pemfile v1.0.4
9672026-05-26T23:00:52.570Z Downloaded rustls-pemfile v2.2.0
9682026-05-26T23:00:52.570Z Downloaded salsa20 v0.10.2
9692026-05-26T23:00:52.570Z Downloaded jiff-static v0.2.21
9702026-05-26T23:00:52.572Z Downloaded siphasher v1.0.2
9712026-05-26T23:00:52.572Z Downloaded rustc_version v0.4.1
9722026-05-26T23:00:52.572Z Downloaded signal-hook-tokio v0.3.1
9732026-05-26T23:00:52.572Z Downloaded sigpipe v0.1.3
9742026-05-26T23:00:52.572Z Downloaded oso v0.27.3
9752026-05-26T23:00:52.572Z Downloaded signature v2.2.0
9762026-05-26T23:00:52.572Z Downloaded signal-hook-mio v0.2.5
9772026-05-26T23:00:52.572Z Downloaded slog-bunyan v2.5.0
9782026-05-26T23:00:52.572Z Downloaded sec1 v0.7.3
9792026-05-26T23:00:52.572Z Downloaded scroll v0.13.0
9802026-05-26T23:00:52.572Z Downloaded schemars_derive v0.8.22
9812026-05-26T23:00:52.573Z Downloaded rustversion v1.0.22
9822026-05-26T23:00:52.573Z Downloaded slog-envlogger v2.2.0
9832026-05-26T23:00:52.581Z Downloaded sct v0.7.1
9842026-05-26T23:00:52.581Z Downloaded postgres-types v0.2.12
9852026-05-26T23:00:52.581Z Downloaded progenitor-impl v0.14.0
9862026-05-26T23:00:52.584Z Downloaded pin-project v1.1.11
9872026-05-26T23:00:52.588Z Downloaded http v1.4.0
9882026-05-26T23:00:52.588Z Downloaded prefix-trie v0.7.0
9892026-05-26T23:00:52.588Z Downloaded seq-macro v0.3.6
9902026-05-26T23:00:52.588Z Downloaded shlex v1.3.0
9912026-05-26T23:00:52.589Z Downloaded shell-words v1.1.1
9922026-05-26T23:00:52.592Z Downloaded rcgen v0.12.1
9932026-05-26T23:00:52.592Z Downloaded serde_derive_internals v0.29.1
9942026-05-26T23:00:52.593Z Downloaded rustls-pki-types v1.14.0
9952026-05-26T23:00:52.596Z Downloaded hashbrown v0.15.5
9962026-05-26T23:00:52.603Z Downloaded openssl-sys v0.9.115
9972026-05-26T23:00:52.603Z Downloaded serde_with_macros v1.5.2
9982026-05-26T23:00:52.608Z Downloaded progenitor-impl v0.11.2
9992026-05-26T23:00:52.608Z Downloaded crossterm v0.28.1
10002026-05-26T23:00:52.613Z Downloaded simd-adler32 v0.3.8
10012026-05-26T23:00:52.613Z Downloaded serde_path_to_error v0.1.20
10022026-05-26T23:00:52.613Z Downloaded progenitor-impl v0.13.0
10032026-05-26T23:00:52.613Z Downloaded hashbrown v0.12.3
10042026-05-26T23:00:52.617Z Downloaded signal-hook-registry v1.4.8
10052026-05-26T23:00:52.622Z Downloaded hyper-util v0.1.20
10062026-05-26T23:00:52.629Z Downloaded ssh-encoding v0.2.0
10072026-05-26T23:00:52.629Z Downloaded slog-async v2.8.0
10082026-05-26T23:00:52.629Z Downloaded structmeta-derive v0.3.0
10092026-05-26T23:00:52.629Z Downloaded strum v0.27.2
10102026-05-26T23:00:52.638Z Downloaded subtle v2.6.1
10112026-05-26T23:00:52.640Z Downloaded strsim v0.10.0
10122026-05-26T23:00:52.640Z Downloaded ssh-cipher v0.2.0
10132026-05-26T23:00:52.640Z Downloaded strum v0.26.3
10142026-05-26T23:00:52.640Z Downloaded structmeta v0.3.0
10152026-05-26T23:00:52.640Z Downloaded strip-ansi-escapes v0.2.1
10162026-05-26T23:00:52.641Z Downloaded sqlparser_derive v0.5.0
10172026-05-26T23:00:52.641Z Downloaded smallvec v0.6.14
10182026-05-26T23:00:52.646Z Downloaded russh-keys v0.45.0
10192026-05-26T23:00:52.646Z Downloaded serde_cbor v0.11.2
10202026-05-26T23:00:52.646Z Downloaded slog-term v2.9.2
10212026-05-26T23:00:52.646Z Downloaded sync_wrapper v1.0.2
10222026-05-26T23:00:52.647Z Downloaded tap v1.0.1
10232026-05-26T23:00:52.653Z Downloaded tagptr v0.2.0
10242026-05-26T23:00:52.653Z Downloaded tabwriter v1.4.1
10252026-05-26T23:00:52.653Z Downloaded sync-ptr v0.1.4
10262026-05-26T23:00:52.653Z Downloaded mio v1.2.0
10272026-05-26T23:00:52.663Z Downloaded serde-hex v0.1.0
10282026-05-26T23:00:52.663Z Downloaded ron v0.8.1
10292026-05-26T23:00:52.664Z Downloaded miniz_oxide v0.8.9
10302026-05-26T23:00:52.668Z Downloaded testing_table v0.3.0
10312026-05-26T23:00:52.668Z Downloaded tabled_derive v0.11.0
10322026-05-26T23:00:52.669Z Downloaded pretty_assertions v1.4.1
10332026-05-26T23:00:52.669Z Downloaded supports-color v3.0.2
10342026-05-26T23:00:52.669Z Downloaded slog-json v2.6.1
10352026-05-26T23:00:52.669Z Downloaded time-core v0.1.8
10362026-05-26T23:00:52.669Z Downloaded thread-id v5.1.0
10372026-05-26T23:00:52.671Z Downloaded sqlformat v0.3.5
10382026-05-26T23:00:52.671Z Downloaded spki v0.7.3
10392026-05-26T23:00:52.671Z Downloaded minimal-lexical v0.2.1
10402026-05-26T23:00:52.677Z Downloaded take_mut v0.2.2
10412026-05-26T23:00:52.677Z Downloaded rayon-core v1.13.0
10422026-05-26T23:00:52.677Z Downloaded static_assertions v1.1.0
10432026-05-26T23:00:52.707Z Downloaded smf v0.2.3
10442026-05-26T23:00:52.707Z Downloaded slog-stdlog v4.1.1
10452026-05-26T23:00:52.707Z Downloaded slog-scope v4.4.1
10462026-05-26T23:00:52.707Z Downloaded string_cache v0.8.9
10472026-05-26T23:00:52.707Z Downloaded ryu v1.0.23
10482026-05-26T23:00:52.707Z Downloaded rustls-platform-verifier v0.6.2
10492026-05-26T23:00:52.736Z Downloaded termtree v0.5.1
10502026-05-26T23:00:52.736Z Downloaded prettyplease v0.2.37
10512026-05-26T23:00:52.736Z Downloaded support-bundle-viewer v0.1.2
10522026-05-26T23:00:52.736Z Downloaded strum_macros v0.24.3
10532026-05-26T23:00:52.736Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-26T23:00:52.736Z Downloaded tokio-macros v2.7.0
10552026-05-26T23:00:52.736Z Downloaded dropshot-api-manager v0.7.2
10562026-05-26T23:00:52.737Z Downloaded stringprep v0.1.5
10572026-05-26T23:00:52.737Z Downloaded slab v0.4.12
10582026-05-26T23:00:52.737Z Downloaded snafu-derive v0.8.9
10592026-05-26T23:00:52.737Z Downloaded num-bigint v0.4.6
10602026-05-26T23:00:52.737Z Downloaded stacker v0.1.23
10612026-05-26T23:00:52.737Z Downloaded strum_macros v0.27.2
10622026-05-26T23:00:52.737Z Downloaded strum_macros v0.26.4
10632026-05-26T23:00:52.739Z Downloaded thiserror-no-std v2.0.2
10642026-05-26T23:00:52.739Z Downloaded topological-sort v0.2.2
10652026-05-26T23:00:52.746Z Downloaded slog-dtrace v0.3.0
10662026-05-26T23:00:52.746Z Downloaded tls_codec v0.4.2
10672026-05-26T23:00:52.746Z Downloaded tinyvec_macros v0.1.1
10682026-05-26T23:00:52.746Z Downloaded try-lock v0.2.5
10692026-05-26T23:00:52.747Z Downloaded similar v2.7.0
10702026-05-26T23:00:52.747Z Downloaded time-macros v0.2.27
10712026-05-26T23:00:52.782Z Downloaded aho-corasick v1.1.4
10722026-05-26T23:00:52.782Z Downloaded itertools v0.10.5
10732026-05-26T23:00:52.782Z Downloaded schemars v0.8.22
10742026-05-26T23:00:52.782Z Downloaded tokio-dtrace v0.1.1
10752026-05-26T23:00:52.782Z Downloaded itertools v0.13.0
10762026-05-26T23:00:52.782Z Downloaded typify-macro v0.6.2
10772026-05-26T23:00:52.782Z Downloaded typify-macro v0.4.3
10782026-05-26T23:00:52.782Z Downloaded serde_with_macros v3.17.0
10792026-05-26T23:00:52.782Z Downloaded tokio-native-tls v0.3.1
10802026-05-26T23:00:52.782Z Downloaded h2 v0.4.13
10812026-05-26T23:00:52.791Z Downloaded tower-service v0.3.3
10822026-05-26T23:00:52.791Z Downloaded tower-layer v0.3.3
10832026-05-26T23:00:52.791Z Downloaded termios v0.3.3
10842026-05-26T23:00:52.791Z Downloaded num-bigint-dig v0.8.6
10852026-05-26T23:00:52.791Z Downloaded unicode-truncate v1.1.0
10862026-05-26T23:00:52.791Z Downloaded trait-variant v0.1.2
10872026-05-26T23:00:52.791Z Downloaded tokio-rustls v0.25.0
10882026-05-26T23:00:52.791Z Downloaded publicsuffix v2.3.0
10892026-05-26T23:00:52.793Z Downloaded untrusted v0.7.1
10902026-05-26T23:00:52.793Z Downloaded unit-prefix v0.5.2
10912026-05-26T23:00:52.793Z Downloaded usdt-macro v0.6.0
10922026-05-26T23:00:52.793Z Downloaded quinn v0.11.9
10932026-05-26T23:00:52.793Z Downloaded signal-hook v0.3.18
10942026-05-26T23:00:52.820Z Downloaded serde_yaml v0.9.34+deprecated
10952026-05-26T23:00:52.820Z Downloaded spin v0.9.8
10962026-05-26T23:00:52.820Z Downloaded utf-8 v0.7.6
10972026-05-26T23:00:52.820Z Downloaded unarray v0.1.4
10982026-05-26T23:00:52.820Z Downloaded tiny-keccak v2.0.2
10992026-05-26T23:00:52.820Z Downloaded thread_local v1.1.9
11002026-05-26T23:00:52.820Z Downloaded hyper v1.8.1
11012026-05-26T23:00:52.820Z Downloaded usdt-attr-macro v0.6.0
11022026-05-26T23:00:52.820Z Downloaded usdt v0.6.0
11032026-05-26T23:00:52.821Z Downloaded iri-string v0.7.10
11042026-05-26T23:00:52.826Z Downloaded tls_codec_derive v0.4.2
11052026-05-26T23:00:52.826Z Downloaded futures-util v0.3.32
11062026-05-26T23:00:52.826Z Downloaded samael v0.0.19
11072026-05-26T23:00:52.826Z Downloaded nom v7.1.3
11082026-05-26T23:00:52.831Z Downloaded slog v2.8.2
11092026-05-26T23:00:52.831Z Downloaded libxml v0.3.3
11102026-05-26T23:00:52.835Z Downloaded want v0.3.1
11112026-05-26T23:00:52.835Z Downloaded tokio-tungstenite v0.23.1
11122026-05-26T23:00:52.835Z Downloaded untrusted v0.9.0
11132026-05-26T23:00:52.892Z Downloaded tokio-rustls v0.26.4
11142026-05-26T23:00:52.893Z Downloaded snafu v0.8.9
11152026-05-26T23:00:52.894Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-05-26T23:00:52.894Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-05-26T23:00:52.894Z Downloaded tokio-tungstenite v0.21.0
11182026-05-26T23:00:52.894Z Downloaded wait-timeout v0.2.1
11192026-05-26T23:00:52.894Z Downloaded void v1.0.2
11202026-05-26T23:00:52.894Z Downloaded socket2 v0.6.3
11212026-05-26T23:00:52.915Z Downloaded xattr v1.6.1
11222026-05-26T23:00:52.915Z Downloaded term v1.2.1
11232026-05-26T23:00:52.915Z Downloaded rand v0.8.6
11242026-05-26T23:00:52.915Z Downloaded itertools v0.12.1
11252026-05-26T23:00:52.916Z Downloaded xshell-macros v0.2.7
11262026-05-26T23:00:52.916Z Downloaded iddqd v0.4.1
11272026-05-26T23:00:52.916Z Downloaded waitgroup v0.1.2
11282026-05-26T23:00:52.916Z Downloaded usdt-impl v0.6.0
11292026-05-26T23:00:52.916Z Downloaded tui-tree-widget v0.23.1
11302026-05-26T23:00:52.916Z Downloaded zeroize_derive v1.4.3
11312026-05-26T23:00:52.916Z Downloaded vergen-git2 v9.1.0
11322026-05-26T23:00:52.916Z Downloaded universal-hash v0.5.1
11332026-05-26T23:00:52.916Z Downloaded socket2 v0.5.10
11342026-05-26T23:00:52.916Z Downloaded rand v0.9.2
11352026-05-26T23:00:52.916Z Downloaded vergen-lib v9.1.0
11362026-05-26T23:00:52.916Z Downloaded vergen-lib v0.1.6
11372026-05-26T23:00:52.916Z Downloaded twox-hash v2.1.2
11382026-05-26T23:00:52.918Z Downloaded unicase v2.9.0
11392026-05-26T23:00:52.918Z Downloaded p521 v0.13.3
11402026-05-26T23:00:52.918Z Downloaded hashbrown v0.16.1
11412026-05-26T23:00:52.918Z Downloaded subprocess v0.2.15
11422026-05-26T23:00:52.937Z Downloaded vsss-rs v3.3.4
11432026-05-26T23:00:52.937Z Downloaded tokio-rustls v0.24.1
11442026-05-26T23:00:52.937Z Downloaded rustls-webpki v0.103.9
11452026-05-26T23:00:52.937Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-05-26T23:00:52.937Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-26T23:00:52.937Z Downloaded zone_cfg_derive v0.3.1
11482026-05-26T23:00:52.937Z Downloaded toml v0.7.8
11492026-05-26T23:00:52.937Z Downloaded tokio-stream v0.1.18
11502026-05-26T23:00:52.937Z Downloaded schemars v0.9.0
11512026-05-26T23:00:52.959Z Downloaded wyz v0.5.1
11522026-05-26T23:00:52.959Z Downloaded tar v0.4.45
11532026-05-26T23:00:52.959Z Downloaded zone v0.3.1
11542026-05-26T23:00:52.959Z Downloaded vergen-gitcl v1.0.8
11552026-05-26T23:00:52.959Z Downloaded uzers v0.12.2
11562026-05-26T23:00:52.959Z Downloaded libm v0.2.16
11572026-05-26T23:00:52.960Z Downloaded rsa v0.9.10
11582026-05-26T23:00:52.960Z Downloaded vergen v9.1.0
11592026-05-26T23:00:52.960Z Downloaded test-strategy v0.4.5
11602026-05-26T23:00:52.960Z Downloaded rand v0.10.0
11612026-05-26T23:00:52.990Z Downloaded walkdir v2.5.0
11622026-05-26T23:00:52.990Z Downloaded zstd v0.13.3
11632026-05-26T23:00:52.990Z Downloaded steno v0.4.1
11642026-05-26T23:00:52.990Z Downloaded tracing-attributes v0.1.31
11652026-05-26T23:00:52.990Z Downloaded qorb v0.4.1
11662026-05-26T23:00:52.990Z Downloaded zstd-safe v7.2.4
11672026-05-26T23:00:52.990Z Downloaded unicode-properties v0.1.4
11682026-05-26T23:00:52.990Z Downloaded itertools v0.14.0
11692026-05-26T23:00:52.990Z Downloaded typify v0.6.2
11702026-05-26T23:00:52.990Z Downloaded whoami v1.6.1
11712026-05-26T23:00:52.990Z Downloaded tinyvec v1.10.0
11722026-05-26T23:00:52.990Z Downloaded hkdf v0.12.4
11732026-05-26T23:00:52.990Z Downloaded term v0.7.0
11742026-05-26T23:00:52.990Z Downloaded unicode-bidi v0.3.18
11752026-05-26T23:00:52.991Z Downloaded schemars v1.2.1
11762026-05-26T23:00:53.006Z Downloaded zeroize v1.8.2
11772026-05-26T23:00:53.006Z Downloaded unsafe-libyaml v0.2.11
11782026-05-26T23:00:53.006Z Downloaded yasna v0.5.2
11792026-05-26T23:00:53.006Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-26T23:00:53.006Z Downloaded uuid v1.23.0
11812026-05-26T23:00:53.006Z Downloaded reedline v0.40.0
11822026-05-26T23:00:53.041Z Downloaded vte v0.14.1
11832026-05-26T23:00:53.041Z Downloaded tungstenite v0.23.0
11842026-05-26T23:00:53.041Z Downloaded typify v0.4.3
11852026-05-26T23:00:53.041Z Downloaded whoami v2.1.0
11862026-05-26T23:00:53.042Z Downloaded serde_with v1.14.0
11872026-05-26T23:00:53.042Z Downloaded russh v0.45.0
11882026-05-26T23:00:53.042Z Downloaded tungstenite v0.21.0
11892026-05-26T23:00:53.068Z Downloaded blake3 v1.8.3
11902026-05-26T23:00:53.068Z Downloaded toml_edit v0.23.10+spec-1.0.0
11912026-05-26T23:00:53.068Z Downloaded rpassword v7.4.0
11922026-05-26T23:00:53.068Z Downloaded tracing-core v0.1.36
11932026-05-26T23:00:53.093Z Downloaded bindgen v0.71.1
11942026-05-26T23:00:53.093Z Downloaded regex v1.12.3
11952026-05-26T23:00:53.093Z Downloaded zopfli v0.8.3
11962026-05-26T23:00:53.093Z Downloaded p384 v0.13.1
11972026-05-26T23:00:53.093Z Downloaded xshell v0.2.7
11982026-05-26T23:00:53.093Z Downloaded reqwest v0.12.28
11992026-05-26T23:00:53.094Z Downloaded unicode_categories v0.1.1
12002026-05-26T23:00:53.094Z Downloaded toml_edit v0.19.15
12012026-05-26T23:00:53.114Z Downloaded zerocopy v0.6.6
12022026-05-26T23:00:53.114Z Downloaded chrono v0.4.44
12032026-05-26T23:00:53.114Z Downloaded rayon v1.11.0
12042026-05-26T23:00:53.115Z Downloaded git2 v0.20.4
12052026-05-26T23:00:53.121Z Downloaded rustyline v14.0.0
12062026-05-26T23:00:53.121Z Downloaded reqwest v0.13.2
12072026-05-26T23:00:53.121Z Downloaded zip v0.6.6
12082026-05-26T23:00:53.122Z Downloaded tokio-postgres v0.7.16
12092026-05-26T23:00:53.125Z Downloaded aws-lc-rs v1.16.3
12102026-05-26T23:00:53.135Z Downloaded yansi v1.0.1
12112026-05-26T23:00:53.146Z Downloaded tower v0.5.3
12122026-05-26T23:00:53.146Z Downloaded zerocopy-derive v0.8.40
12132026-05-26T23:00:53.167Z Downloaded ssh-key v0.6.7
12142026-05-26T23:00:53.195Z Downloaded lalrpop v0.19.12
12152026-05-26T23:00:53.196Z Downloaded typed-path v0.9.3
12162026-05-26T23:00:53.196Z Downloaded x509-cert v0.2.5
12172026-05-26T23:00:53.196Z Downloaded unicode-segmentation v1.12.0
12182026-05-26T23:00:53.196Z Downloaded quick-xml v0.37.5
12192026-05-26T23:00:53.196Z Downloaded portable-atomic v1.13.1
12202026-05-26T23:00:53.216Z Downloaded moka v0.12.13
12212026-05-26T23:00:53.216Z Downloaded bitvec v1.0.1
12222026-05-26T23:00:53.216Z Downloaded salty v0.3.0
12232026-05-26T23:00:53.216Z Downloaded rustls-webpki v0.101.7
12242026-05-26T23:00:53.216Z Downloaded tokio-util v0.7.18
12252026-05-26T23:00:53.230Z Downloaded unicode-normalization v0.1.25
12262026-05-26T23:00:53.230Z Downloaded tough v0.22.0
12272026-05-26T23:00:53.243Z Downloaded serde_with v3.17.0
12282026-05-26T23:00:53.244Z Downloaded nix v0.27.1
12292026-05-26T23:00:53.256Z Downloaded goblin v0.10.5
12302026-05-26T23:00:53.272Z Downloaded zip v4.6.1
12312026-05-26T23:00:53.272Z Downloaded curve25519-dalek v4.1.3
12322026-05-26T23:00:53.272Z Downloaded petname v2.0.2
12332026-05-26T23:00:53.273Z Downloaded tower-http v0.6.8
12342026-05-26T23:00:53.305Z Downloaded rustls-webpki v0.102.8
12352026-05-26T23:00:53.305Z Downloaded proptest v1.10.0
12362026-05-26T23:00:53.315Z Downloaded quinn-proto v0.11.13
12372026-05-26T23:00:53.315Z Downloaded winnow v0.5.40
12382026-05-26T23:00:53.315Z Downloaded polar-core v0.27.3
12392026-05-26T23:00:53.315Z Downloaded object v0.30.4
12402026-05-26T23:00:53.315Z Downloaded radix_trie v0.2.1
12412026-05-26T23:00:53.325Z Downloaded hickory-proto v0.26.1
12422026-05-26T23:00:53.329Z Downloaded winnow v0.6.26
12432026-05-26T23:00:53.363Z Downloaded openssl v0.10.79
12442026-05-26T23:00:53.386Z Downloaded time v0.3.47
12452026-05-26T23:00:53.386Z Downloaded smoltcp v0.9.1
12462026-05-26T23:00:53.386Z Downloaded regex-syntax v0.6.29
12472026-05-26T23:00:53.386Z Downloaded nix v0.28.0
12482026-05-26T23:00:53.407Z Downloaded rustls v0.21.12
12492026-05-26T23:00:53.410Z Downloaded bstr v1.12.1
12502026-05-26T23:00:53.410Z Downloaded tabled v0.20.0
12512026-05-26T23:00:53.410Z Downloaded nix v0.31.2
12522026-05-26T23:00:53.418Z Downloaded dropshot v0.17.0
12532026-05-26T23:00:53.422Z Downloaded diesel v2.3.7
12542026-05-26T23:00:53.433Z Downloaded vcpkg v0.2.15
12552026-05-26T23:00:53.457Z Downloaded zerocopy v0.8.40
12562026-05-26T23:00:53.467Z Downloaded object v0.37.3
12572026-05-26T23:00:53.467Z Downloaded zlib-rs v0.6.2
12582026-05-26T23:00:53.475Z Downloaded openapiv3 v2.2.0
12592026-05-26T23:00:53.475Z Downloaded hickory-proto v0.25.2
12602026-05-26T23:00:53.494Z Downloaded webpki-roots v1.0.6
12612026-05-26T23:00:53.494Z Downloaded regex-syntax v0.8.10
12622026-05-26T23:00:53.515Z Downloaded smoltcp v0.11.0
12632026-05-26T23:00:53.515Z Downloaded rustix v0.38.44
12642026-05-26T23:00:53.520Z Downloaded rustls v0.23.37
12652026-05-26T23:00:53.520Z Downloaded regress v0.11.1
12662026-05-26T23:00:53.520Z Downloaded regress v0.10.5
12672026-05-26T23:00:53.525Z Downloaded hickory-proto v0.24.4
12682026-05-26T23:00:53.536Z Downloaded rustls v0.22.4
12692026-05-26T23:00:53.560Z Downloaded sqlparser v0.61.0
12702026-05-26T23:00:53.593Z Downloaded tracing v0.1.44
12712026-05-26T23:00:53.627Z Downloaded sled v0.34.7
12722026-05-26T23:00:53.650Z Downloaded ratatui v0.29.0
12732026-05-26T23:00:53.651Z Downloaded typify-impl v0.6.2
12742026-05-26T23:00:53.651Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-26T23:00:53.651Z Downloaded typify-impl v0.4.3
12762026-05-26T23:00:53.669Z Downloaded petgraph v0.6.5
12772026-05-26T23:00:53.676Z Downloaded chrono-tz v0.10.4
12782026-05-26T23:00:53.689Z Downloaded zerocopy-derive v0.6.6
12792026-05-26T23:00:53.689Z Downloaded regex-automata v0.4.14
12802026-05-26T23:00:53.730Z Downloaded libz-sys v1.1.24
12812026-05-26T23:00:53.751Z Downloaded jiff v0.2.21
12822026-05-26T23:00:53.751Z Downloaded petgraph v0.8.3
12832026-05-26T23:00:53.759Z Downloaded tokio v1.52.1
12842026-05-26T23:00:53.776Z Downloaded csv v1.4.0
12852026-05-26T23:00:53.798Z Downloaded sha3 v0.10.8
12862026-05-26T23:00:53.826Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-05-26T23:00:53.846Z Downloaded encoding_rs v0.8.35
12882026-05-26T23:00:53.860Z Downloaded ring v0.17.14
12892026-05-26T23:00:53.899Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-05-26T23:00:54.549Z Downloaded aws-lc-sys v0.40.0
12912026-05-26T23:00:54.797Z Compiling libc v0.2.185
12922026-05-26T23:00:54.854Z Compiling serde v1.0.228
12932026-05-26T23:00:54.854Z Compiling log v0.4.29
12942026-05-26T23:00:54.854Z Compiling shlex v1.3.0
12952026-05-26T23:00:54.854Z Compiling find-msvc-tools v0.1.9
12962026-05-26T23:00:54.854Z Compiling smallvec v1.15.1
12972026-05-26T23:00:54.854Z Compiling typenum v1.19.0
12982026-05-26T23:00:54.854Z Compiling subtle v2.6.1
12992026-05-26T23:00:54.914Z Compiling generic-array v0.14.7
13002026-05-26T23:00:54.923Z Compiling scopeguard v1.2.0
13012026-05-26T23:00:54.924Z Compiling const-oid v0.9.6
13022026-05-26T23:00:55.015Z Compiling serde_json v1.0.149
13032026-05-26T23:00:55.053Z Compiling syn v2.0.117
13042026-05-26T23:00:55.054Z Compiling zerocopy v0.8.40
13052026-05-26T23:00:55.054Z Compiling pin-project-lite v0.2.17
13062026-05-26T23:00:55.085Z Compiling portable-atomic v1.13.1
13072026-05-26T23:00:55.095Z Compiling lock_api v0.4.14
13082026-05-26T23:00:55.113Z Compiling parking_lot_core v0.9.12
13092026-05-26T23:00:55.126Z Compiling pkg-config v0.3.32
13102026-05-26T23:00:55.151Z Compiling bitflags v2.11.0
13112026-05-26T23:00:55.169Z Compiling critical-section v1.2.0
13122026-05-26T23:00:55.184Z Compiling libm v0.2.16
13132026-05-26T23:00:55.210Z Compiling futures-core v0.3.32
13142026-05-26T23:00:55.258Z Compiling num-traits v0.2.19
13152026-05-26T23:00:55.274Z Compiling percent-encoding v2.3.2
13162026-05-26T23:00:55.324Z Compiling futures-sink v0.3.32
13172026-05-26T23:00:55.353Z Compiling rand_core v0.10.0
13182026-05-26T23:00:55.401Z Compiling getrandom v0.4.1
13192026-05-26T23:00:55.405Z Compiling cpufeatures v0.2.17
13202026-05-26T23:00:55.438Z Compiling futures-channel v0.3.32
13212026-05-26T23:00:55.451Z Compiling futures-task v0.3.32
13222026-05-26T23:00:55.503Z Compiling slab v0.4.12
13232026-05-26T23:00:55.507Z Compiling futures-io v0.3.32
13242026-05-26T23:00:55.526Z Compiling indexmap v2.14.0
13252026-05-26T23:00:55.549Z Compiling getrandom v0.3.4
13262026-05-26T23:00:55.657Z Compiling rustversion v1.0.22
13272026-05-26T23:00:55.679Z Compiling form_urlencoded v1.2.2
13282026-05-26T23:00:55.693Z Compiling fs_extra v1.3.0
13292026-05-26T23:00:55.706Z Compiling dunce v1.0.5
13302026-05-26T23:00:55.727Z Compiling ident_case v1.0.1
13312026-05-26T23:00:55.734Z Compiling base64ct v1.8.3
13322026-05-26T23:00:55.759Z Compiling flagset v0.4.7
13332026-05-26T23:00:55.806Z Compiling iana-time-zone v0.1.65
13342026-05-26T23:00:55.821Z Compiling getrandom v0.2.17
13352026-05-26T23:00:55.872Z Compiling jobserver v0.1.34
13362026-05-26T23:00:55.886Z Compiling errno v0.3.14
13372026-05-26T23:00:55.933Z Compiling mio v1.2.0
13382026-05-26T23:00:55.982Z Compiling rand_core v0.6.4
13392026-05-26T23:00:55.996Z Compiling socket2 v0.6.3
13402026-05-26T23:00:56.028Z Compiling signal-hook-registry v1.4.8
13412026-05-26T23:00:56.081Z Compiling once_cell v1.21.3
13422026-05-26T23:00:56.081Z Compiling pem-rfc7468 v0.7.0
13432026-05-26T23:00:56.136Z Compiling cc v1.2.56
13442026-05-26T23:00:56.166Z Compiling parking_lot v0.12.5
13452026-05-26T23:00:56.238Z Compiling regex-syntax v0.8.10
13462026-05-26T23:00:56.287Z Compiling rustix v1.1.3
13472026-05-26T23:00:56.303Z Compiling aws-lc-rs v1.16.3
13482026-05-26T23:00:56.307Z Compiling vcpkg v0.2.15
13492026-05-26T23:00:56.307Z Compiling tracing-core v0.1.36
13502026-05-26T23:00:56.361Z Compiling uuid v1.23.0
13512026-05-26T23:00:56.444Z Compiling rustc_version v0.4.1
13522026-05-26T23:00:56.459Z Compiling base64 v0.22.1
13532026-05-26T23:00:56.495Z Compiling untrusted v0.7.1
13542026-05-26T23:00:56.569Z Compiling untrusted v0.9.0
13552026-05-26T23:00:56.628Z Compiling rand_core v0.9.5
13562026-05-26T23:00:56.638Z Compiling tinyvec_macros v0.1.1
13572026-05-26T23:00:56.689Z Compiling httparse v1.10.1
13582026-05-26T23:00:56.710Z Compiling openssl-probe v0.2.1
13592026-05-26T23:00:56.724Z Compiling tinyvec v1.10.0
13602026-05-26T23:00:56.755Z Compiling aho-corasick v1.1.4
13612026-05-26T23:00:56.800Z Compiling tower-service v0.3.3
13622026-05-26T23:00:56.815Z Compiling tower-layer v0.3.3
13632026-05-26T23:00:56.846Z Compiling rustls v0.23.37
13642026-05-26T23:00:56.912Z Compiling cmake v0.1.57
13652026-05-26T23:00:56.935Z Compiling try-lock v0.2.5
13662026-05-26T23:00:56.939Z Compiling atomic-waker v1.1.2
13672026-05-26T23:00:56.939Z Compiling dyn-clone v1.0.20
13682026-05-26T23:00:57.004Z Compiling schemars v0.8.22
13692026-05-26T23:00:57.047Z Compiling want v0.3.1
13702026-05-26T23:00:57.048Z Compiling openssl v0.10.79
13712026-05-26T23:00:57.081Z Compiling foreign-types-shared v0.1.1
13722026-05-26T23:00:57.096Z Compiling httpdate v1.0.3
13732026-05-26T23:00:57.127Z Compiling pin-utils v0.1.0
13742026-05-26T23:00:57.144Z Compiling unicode-normalization v0.1.25
13752026-05-26T23:00:57.148Z Compiling spin v0.9.8
13762026-05-26T23:00:57.148Z Compiling crc32fast v1.5.0
13772026-05-26T23:00:57.188Z Compiling foreign-types v0.3.2
13782026-05-26T23:00:57.216Z Compiling powerfmt v0.2.0
13792026-05-26T23:00:57.236Z Compiling num-conv v0.2.0
13802026-05-26T23:00:57.270Z Compiling native-tls v0.2.18
13812026-05-26T23:00:57.285Z Compiling time-core v0.1.8
13822026-05-26T23:00:57.330Z Compiling wait-timeout v0.2.1
13832026-05-26T23:00:57.343Z Compiling sync_wrapper v1.0.2
13842026-05-26T23:00:57.357Z Compiling simd-adler32 v0.3.8
13852026-05-26T23:00:57.388Z Compiling deranged v0.5.8
13862026-05-26T23:00:57.402Z Compiling num_threads v0.1.7
13872026-05-26T23:00:57.450Z Compiling syn v1.0.109
13882026-05-26T23:00:57.471Z Compiling time-macros v0.2.27
13892026-05-26T23:00:57.480Z Compiling crossbeam-utils v0.8.21
13902026-05-26T23:00:57.512Z Compiling usdt-impl v0.6.0
13912026-05-26T23:00:57.527Z Compiling bit-vec v0.8.0
13922026-05-26T23:00:57.543Z Compiling quick-error v1.2.3
13932026-05-26T23:00:57.547Z Compiling siphasher v1.0.2
13942026-05-26T23:00:57.650Z Compiling slog v2.8.2
13952026-05-26T23:00:57.654Z Compiling rand_xorshift v0.4.0
13962026-05-26T23:00:57.679Z Compiling heapless v0.7.17
13972026-05-26T23:00:57.751Z Compiling regex-automata v0.4.14
13982026-05-26T23:00:57.792Z Compiling bit-set v0.8.0
13992026-05-26T23:00:57.796Z Compiling thread-id v5.1.0
14002026-05-26T23:00:57.809Z Compiling aws-lc-sys v0.40.0
14012026-05-26T23:00:57.831Z Compiling ring v0.17.14
14022026-05-26T23:00:57.855Z Compiling openssl-sys v0.9.115
14032026-05-26T23:00:57.859Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-26T23:00:58.010Z Compiling synstructure v0.13.2
14052026-05-26T23:00:58.025Z Compiling pest_generator v2.8.6
14062026-05-26T23:00:58.041Z Compiling serde_derive_internals v0.29.1
14072026-05-26T23:00:58.046Z Compiling darling_core v0.20.11
14082026-05-26T23:00:58.046Z Compiling tempfile v3.25.0
14092026-05-26T23:00:58.323Z Compiling rusty-fork v0.3.1
14102026-05-26T23:00:58.496Z Compiling darling_core v0.21.3
14112026-05-26T23:00:58.636Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-05-26T23:00:58.695Z Compiling cookie v0.18.1
14132026-05-26T23:00:58.725Z Compiling unarray v0.1.4
14142026-05-26T23:00:58.730Z Compiling time v0.3.47
14152026-05-26T23:00:58.754Z Compiling unicode-bidi v0.3.18
14162026-05-26T23:00:58.812Z Compiling zstd-safe v7.2.4
14172026-05-26T23:00:58.827Z Compiling ryu v1.0.23
14182026-05-26T23:00:58.858Z Compiling unicode-properties v0.1.4
14192026-05-26T23:00:58.931Z Compiling signal-hook v0.3.18
14202026-05-26T23:00:58.957Z Compiling iri-string v0.7.10
14212026-05-26T23:00:59.041Z Compiling adler2 v2.0.1
14222026-05-26T23:00:59.056Z Compiling anyhow v1.0.102
14232026-05-26T23:00:59.072Z Compiling allocator-api2 v0.2.21
14242026-05-26T23:00:59.118Z Compiling paste v1.0.15
14252026-05-26T23:00:59.134Z Compiling stringprep v0.1.5
14262026-05-26T23:00:59.170Z Compiling miniz_oxide v0.8.9
14272026-05-26T23:00:59.560Z Compiling num-integer v0.1.46
14282026-05-26T23:00:59.622Z Compiling vergen-lib v9.1.0
14292026-05-26T23:00:59.647Z Compiling curve25519-dalek v4.1.3
14302026-05-26T23:00:59.825Z Compiling serde_derive v1.0.228
14312026-05-26T23:00:59.829Z Compiling zeroize_derive v1.4.3
14322026-05-26T23:00:59.851Z Compiling zerofrom-derive v0.1.6
14332026-05-26T23:00:59.928Z Compiling yoke-derive v0.8.1
14342026-05-26T23:00:59.960Z Compiling zerocopy-derive v0.8.40
14352026-05-26T23:01:00.005Z Compiling zerovec-derive v0.11.2
14362026-05-26T23:01:00.030Z Compiling displaydoc v0.2.5
14372026-05-26T23:01:00.502Z Compiling tokio-macros v2.7.0
14382026-05-26T23:01:00.560Z Compiling zeroize v1.8.2
14392026-05-26T23:01:00.598Z Compiling futures-macro v0.3.32
14402026-05-26T23:01:00.627Z Compiling der_derive v0.7.3
14412026-05-26T23:01:00.868Z Compiling rustls-pki-types v1.14.0
14422026-05-26T23:01:01.253Z Compiling thiserror-impl v2.0.18
14432026-05-26T23:01:01.267Z Compiling tracing-attributes v0.1.31
14442026-05-26T23:01:01.267Z Compiling schemars_derive v0.8.22
14452026-05-26T23:01:01.318Z Compiling pest_derive v2.8.6
14462026-05-26T23:01:01.366Z Compiling crypto-common v0.1.7
14472026-05-26T23:01:01.409Z Compiling block-buffer v0.10.4
14482026-05-26T23:01:01.424Z Compiling zerofrom v0.1.6
14492026-05-26T23:01:01.483Z Compiling futures-util v0.3.32
14502026-05-26T23:01:01.541Z Compiling yoke v0.8.1
14512026-05-26T23:01:01.577Z Compiling digest v0.10.7
14522026-05-26T23:01:01.606Z Compiling block-padding v0.3.3
14532026-05-26T23:01:01.702Z Compiling der v0.7.10
14542026-05-26T23:01:01.752Z Compiling zerovec v0.11.5
14552026-05-26T23:01:01.795Z Compiling zerotrie v0.2.3
14562026-05-26T23:01:01.812Z Compiling hmac v0.12.1
14572026-05-26T23:01:01.869Z Compiling inout v0.1.4
14582026-05-26T23:01:01.994Z Compiling cipher v0.4.4
14592026-05-26T23:01:02.044Z Compiling sha2 v0.10.9
14602026-05-26T23:01:02.124Z Compiling pbkdf2 v0.12.2
14612026-05-26T23:01:02.264Z Compiling tinystr v0.8.2
14622026-05-26T23:01:02.290Z Compiling potential_utf v0.1.4
14632026-05-26T23:01:02.306Z Compiling salsa20 v0.10.2
14642026-05-26T23:01:02.384Z Compiling cbc v0.1.2
14652026-05-26T23:01:02.474Z Compiling icu_locale_core v2.1.1
14662026-05-26T23:01:02.487Z Compiling icu_collections v2.1.1
14672026-05-26T23:01:02.503Z Compiling scrypt v0.11.0
14682026-05-26T23:01:02.536Z Compiling aes v0.8.4
14692026-05-26T23:01:02.642Z Compiling spki v0.7.3
14702026-05-26T23:01:02.716Z Compiling thiserror v2.0.18
14712026-05-26T23:01:02.719Z Compiling tracing v0.1.44
14722026-05-26T23:01:02.804Z Compiling scroll_derive v0.13.1
14732026-05-26T23:01:02.856Z Compiling darling_macro v0.20.11
14742026-05-26T23:01:02.883Z Compiling openssl-macros v0.1.1
14752026-05-26T23:01:03.030Z Compiling pkcs5 v0.7.1
14762026-05-26T23:01:03.073Z Compiling rustls-native-certs v0.8.3
14772026-05-26T23:01:03.089Z Compiling dtrace-parser v0.3.0
14782026-05-26T23:01:03.372Z Compiling icu_provider v2.1.1
14792026-05-26T23:01:03.401Z Compiling pkcs8 v0.10.2
14802026-05-26T23:01:03.416Z Compiling darling v0.20.11
14812026-05-26T23:01:03.509Z Compiling bytes v1.11.1
14822026-05-26T23:01:03.524Z Compiling chrono v0.4.44
14832026-05-26T23:01:03.574Z Compiling ipnet v2.11.0
14842026-05-26T23:01:03.604Z Compiling derive_builder_core v0.20.2
14852026-05-26T23:01:03.620Z Compiling signature v2.2.0
14862026-05-26T23:01:03.713Z Compiling icu_properties v2.1.2
14872026-05-26T23:01:03.740Z Compiling icu_normalizer v2.1.1
14882026-05-26T23:01:03.756Z Compiling scroll v0.13.0
14892026-05-26T23:01:03.759Z Compiling webpki-roots v1.0.6
14902026-05-26T23:01:03.823Z Compiling thiserror-impl v1.0.69
14912026-05-26T23:01:03.906Z Compiling scroll_derive v0.12.1
14922026-05-26T23:01:03.922Z Compiling erased-serde v0.3.31
14932026-05-26T23:01:04.005Z Compiling goblin v0.10.5
14942026-05-26T23:01:04.057Z Compiling tokio v1.52.1
14952026-05-26T23:01:04.142Z Compiling http v1.4.0
14962026-05-26T23:01:04.193Z Compiling serde_spanned v0.6.9
14972026-05-26T23:01:04.340Z Compiling serde_urlencoded v0.7.1
14982026-05-26T23:01:04.359Z Compiling toml_datetime v0.6.11
14992026-05-26T23:01:04.449Z Compiling serde_tokenstream v0.2.3
15002026-05-26T23:01:04.533Z Compiling md-5 v0.10.6
15012026-05-26T23:01:04.563Z Compiling derive_builder_macro v0.20.2
15022026-05-26T23:01:04.613Z Compiling darling_macro v0.21.3
15032026-05-26T23:01:04.646Z Compiling idna_adapter v1.2.1
15042026-05-26T23:01:04.662Z Compiling ppv-lite86 v0.2.21
15052026-05-26T23:01:04.719Z Compiling scroll v0.12.0
15062026-05-26T23:01:04.801Z Compiling idna v1.1.0
15072026-05-26T23:01:04.816Z Compiling http-body v1.0.1
15082026-05-26T23:01:04.886Z Compiling bstr v1.12.1
15092026-05-26T23:01:04.901Z Compiling pin-project-internal v1.1.11
15102026-05-26T23:01:04.994Z Compiling rand_chacha v0.9.0
15112026-05-26T23:01:05.009Z Compiling http-body-util v0.1.3
15122026-05-26T23:01:05.023Z Compiling rand_chacha v0.3.1
15132026-05-26T23:01:05.039Z Compiling async-trait v0.1.89
15142026-05-26T23:01:05.078Z Compiling zerocopy-derive v0.7.35
15152026-05-26T23:01:05.123Z Compiling url v2.5.8
15162026-05-26T23:01:05.153Z Compiling ff v0.13.1
15172026-05-26T23:01:05.215Z Compiling rand v0.9.2
15182026-05-26T23:01:05.275Z Compiling thiserror v1.0.69
15192026-05-26T23:01:05.307Z Compiling hash32 v0.2.1
15202026-05-26T23:01:05.395Z Compiling memoffset v0.9.1
15212026-05-26T23:01:05.522Z Compiling encoding_rs v0.8.35
15222026-05-26T23:01:05.523Z Compiling ref-cast v1.0.25
15232026-05-26T23:01:05.597Z Compiling mime v0.3.17
15242026-05-26T23:01:05.612Z Compiling zlib-rs v0.6.2
15252026-05-26T23:01:05.870Z Compiling proptest v1.10.0
15262026-05-26T23:01:05.884Z Compiling litrs v1.0.0
15272026-05-26T23:01:05.897Z Compiling fallible-iterator v0.2.0
15282026-05-26T23:01:06.019Z Compiling cfg_aliases v0.2.1
15292026-05-26T23:01:06.074Z Compiling base16ct v0.2.0
15302026-05-26T23:01:06.100Z Compiling smoltcp v0.9.1
15312026-05-26T23:01:06.115Z Compiling psl-types v2.0.11
15322026-05-26T23:01:06.167Z Compiling rustix v0.38.44
15332026-05-26T23:01:06.239Z Compiling num-bigint-dig v0.8.6
15342026-05-26T23:01:06.279Z Compiling publicsuffix v2.3.0
15352026-05-26T23:01:06.283Z Compiling sec1 v0.7.3
15362026-05-26T23:01:06.324Z Compiling postgres-protocol v0.6.10
15372026-05-26T23:01:06.424Z Compiling document-features v0.2.12
15382026-05-26T23:01:06.472Z Compiling nix v0.31.2
15392026-05-26T23:01:06.502Z Compiling pin-project v1.1.11
15402026-05-26T23:01:06.506Z Compiling zerocopy v0.7.35
15412026-05-26T23:01:06.551Z Compiling ipnetwork v0.21.1
15422026-05-26T23:01:06.692Z Compiling group v0.13.0
15432026-05-26T23:01:06.720Z Compiling rand v0.8.6
15442026-05-26T23:01:06.780Z Compiling darling v0.21.3
15452026-05-26T23:01:06.878Z Compiling dof v0.4.0
15462026-05-26T23:01:06.879Z Compiling oxnet v0.1.4
15472026-05-26T23:01:06.908Z Compiling derive_builder v0.20.2
15482026-05-26T23:01:06.924Z Compiling goblin v0.8.2
15492026-05-26T23:01:07.057Z Compiling futures-executor v0.3.32
15502026-05-26T23:01:07.073Z Compiling hubpack_derive v0.1.1
15512026-05-26T23:01:07.111Z Compiling hex v0.4.3
15522026-05-26T23:01:07.128Z Compiling hkdf v0.12.4
15532026-05-26T23:01:07.131Z Compiling crypto-bigint v0.5.5
15542026-05-26T23:01:07.131Z Compiling regex v1.12.3
15552026-05-26T23:01:07.411Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-26T23:01:07.427Z Compiling strum_macros v0.27.2
15572026-05-26T23:01:07.443Z Compiling daft-derive v0.1.7
15582026-05-26T23:01:07.461Z Compiling ref-cast-impl v1.0.25
15592026-05-26T23:01:07.569Z Compiling snafu-derive v0.8.9
15602026-05-26T23:01:07.594Z Compiling num-iter v0.1.45
15612026-05-26T23:01:08.097Z Compiling tokio-util v0.7.18
15622026-05-26T23:01:08.145Z Compiling tower v0.5.3
15632026-05-26T23:01:08.170Z Compiling tokio-native-tls v0.3.1
15642026-05-26T23:01:08.242Z Compiling terminal_size v0.4.3
15652026-05-26T23:01:08.292Z Compiling phf_shared v0.13.1
15662026-05-26T23:01:08.369Z Compiling newtype-uuid v1.3.2
15672026-05-26T23:01:08.407Z Compiling lazy_static v1.5.0
15682026-05-26T23:01:08.442Z Compiling vergen v9.1.0
15692026-05-26T23:01:08.472Z Compiling cargo-platform v0.3.2
15702026-05-26T23:01:08.523Z Compiling fs-err v3.3.0
15712026-05-26T23:01:08.538Z Compiling flate2 v1.1.9
15722026-05-26T23:01:08.560Z Compiling ahash v0.8.12
15732026-05-26T23:01:08.650Z Compiling tower-http v0.6.8
15742026-05-26T23:01:08.672Z Compiling foldhash v0.2.0
15752026-05-26T23:01:08.744Z Compiling object v0.37.3
15762026-05-26T23:01:08.759Z Compiling same-file v1.0.6
15772026-05-26T23:01:08.774Z Compiling bumpalo v3.20.2
15782026-05-26T23:01:08.799Z Compiling cpufeatures v0.3.0
15792026-05-26T23:01:08.890Z Compiling h2 v0.4.13
15802026-05-26T23:01:08.923Z Compiling libbz2-rs-sys v0.2.2
15812026-05-26T23:01:08.950Z Compiling winnow v0.5.40
15822026-05-26T23:01:08.965Z Compiling managed v0.8.0
15832026-05-26T23:01:08.985Z Compiling bitflags v1.3.2
15842026-05-26T23:01:09.056Z Compiling unicode-segmentation v1.12.0
15852026-05-26T23:01:09.056Z Compiling foldhash v0.1.5
15862026-05-26T23:01:09.100Z Compiling clap_builder v4.5.60
15872026-05-26T23:01:09.139Z Compiling zopfli v0.8.3
15882026-05-26T23:01:09.205Z Compiling hashbrown v0.15.5
15892026-05-26T23:01:09.252Z Compiling walkdir v2.5.0
15902026-05-26T23:01:09.416Z Compiling bzip2 v0.6.1
15912026-05-26T23:01:09.493Z Compiling dof v0.3.0
15922026-05-26T23:01:09.545Z Compiling strum v0.27.2
15932026-05-26T23:01:09.600Z Compiling chacha20 v0.10.0
15942026-05-26T23:01:09.634Z Compiling snafu v0.8.9
15952026-05-26T23:01:09.656Z Compiling hashbrown v0.16.1
15962026-05-26T23:01:09.726Z Compiling cargo_metadata v0.23.1
15972026-05-26T23:01:09.811Z Compiling daft v0.1.7
15982026-05-26T23:01:09.860Z Compiling phf v0.13.1
15992026-05-26T23:01:09.949Z Compiling usdt-macro v0.6.0
16002026-05-26T23:01:10.020Z Compiling usdt-attr-macro v0.6.0
16012026-05-26T23:01:10.040Z Compiling signal-hook-mio v0.2.5
16022026-05-26T23:01:10.078Z Compiling elliptic-curve v0.13.8
16032026-05-26T23:01:10.252Z Compiling cookie_store v0.22.1
16042026-05-26T23:01:10.268Z Compiling hubpack v0.1.2
16052026-05-26T23:01:10.286Z Compiling toml_edit v0.19.15
16062026-05-26T23:01:10.448Z Compiling bzip2 v0.4.4
16072026-05-26T23:01:10.503Z Compiling futures v0.3.32
16082026-05-26T23:01:10.519Z Compiling serde_with_macros v3.17.0
16092026-05-26T23:01:10.622Z Compiling postgres-types v0.2.12
16102026-05-26T23:01:10.687Z Compiling zstd v0.13.3
16112026-05-26T23:01:10.700Z Compiling dtrace-parser v0.2.0
16122026-05-26T23:01:10.750Z Compiling globset v0.4.18
16132026-05-26T23:01:10.883Z Compiling ed25519 v2.2.3
16142026-05-26T23:01:10.933Z Compiling pkcs1 v0.7.5
16152026-05-26T23:01:10.980Z Compiling serde-big-array v0.5.1
16162026-05-26T23:01:11.152Z Compiling olpc-cjson v0.1.4
16172026-05-26T23:01:11.167Z Compiling serde_plain v1.0.2
16182026-05-26T23:01:11.216Z Compiling rfc6979 v0.4.0
16192026-05-26T23:01:11.337Z Compiling serde_repr v0.1.20
16202026-05-26T23:01:11.360Z Compiling strum_macros v0.26.4
16212026-05-26T23:01:11.374Z Compiling clap_derive v4.5.55
16222026-05-26T23:01:11.407Z Compiling async-recursion v1.1.1
16232026-05-26T23:01:11.488Z Compiling enum-as-inner v0.6.1
16242026-05-26T23:01:11.503Z Compiling phf_shared v0.11.3
16252026-05-26T23:01:11.717Z Compiling float-cmp v0.10.0
16262026-05-26T23:01:11.733Z Compiling pem v3.0.6
16272026-05-26T23:01:11.787Z Compiling memmap2 v0.9.10
16282026-05-26T23:01:11.855Z Compiling thread-id v4.2.2
16292026-05-26T23:01:11.884Z Compiling env_filter v1.0.0
16302026-05-26T23:01:11.935Z Compiling fixedbitset v0.5.7
16312026-05-26T23:01:11.962Z Compiling typed-path v0.9.3
16322026-05-26T23:01:12.026Z Compiling hyper v1.8.1
16332026-05-26T23:01:12.057Z Compiling new_debug_unreachable v1.0.6
16342026-05-26T23:01:12.103Z Compiling whoami v2.1.0
16352026-05-26T23:01:12.117Z Compiling precomputed-hash v0.1.1
16362026-05-26T23:01:12.145Z Compiling predicates-core v1.0.10
16372026-05-26T23:01:12.226Z Compiling keccak v0.1.6
16382026-05-26T23:01:12.236Z Compiling fixedbitset v0.4.2
16392026-05-26T23:01:12.258Z Compiling data-encoding v2.10.0
16402026-05-26T23:01:12.275Z Compiling normalize-line-endings v0.3.0
16412026-05-26T23:01:12.347Z Compiling jiff v0.2.21
16422026-05-26T23:01:12.389Z Compiling difflib v0.4.0
16432026-05-26T23:01:12.484Z Compiling either v1.15.0
16442026-05-26T23:01:12.537Z Compiling static_assertions v1.1.0
16452026-05-26T23:01:12.668Z Compiling predicates v3.1.4
16462026-05-26T23:01:12.761Z Compiling itertools v0.13.0
16472026-05-26T23:01:13.067Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-05-26T23:01:13.142Z Compiling hickory-proto v0.25.2
16492026-05-26T23:01:13.164Z Compiling petgraph v0.6.5
16502026-05-26T23:01:13.164Z Compiling sha3 v0.10.8
16512026-05-26T23:01:13.281Z Compiling tokio-postgres v0.7.16
16522026-05-26T23:01:13.286Z Compiling hyper-util v0.1.20
16532026-05-26T23:01:13.300Z Compiling strum v0.26.3
16542026-05-26T23:01:13.329Z Compiling clap v4.5.60
16552026-05-26T23:01:13.382Z Compiling toml_edit v0.22.27
16562026-05-26T23:01:13.432Z Compiling string_cache v0.8.9
16572026-05-26T23:01:13.447Z Compiling petgraph v0.8.3
16582026-05-26T23:01:13.471Z Compiling env_logger v0.11.9
16592026-05-26T23:01:13.671Z Compiling usdt v0.6.0
16602026-05-26T23:01:13.704Z Compiling usdt-impl v0.5.0
16612026-05-26T23:01:13.829Z Compiling serde_with v3.17.0
16622026-05-26T23:01:13.877Z Compiling toml v0.7.8
16632026-05-26T23:01:13.971Z Compiling crossterm v0.28.1
16642026-05-26T23:01:14.186Z Compiling ecdsa v0.16.9
16652026-05-26T23:01:14.355Z Compiling rsa v0.9.10
16662026-05-26T23:01:14.537Z Compiling ed25519-dalek v2.2.0
16672026-05-26T23:01:14.761Z Compiling hyper-tls v0.6.0
16682026-05-26T23:01:15.160Z Compiling zip v0.6.6
16692026-05-26T23:01:15.260Z Compiling zip v4.6.1
16702026-05-26T23:01:15.371Z Compiling iddqd v0.4.1
16712026-05-26T23:01:15.537Z Compiling rand v0.10.0
16722026-05-26T23:01:15.650Z Compiling similar v2.7.0
16732026-05-26T23:01:15.790Z Compiling heck v0.4.1
16742026-05-26T23:01:15.869Z Compiling toml_parser v1.0.9+spec-1.1.0
16752026-05-26T23:01:15.932Z Compiling tokio-stream v0.1.18
16762026-05-26T23:01:16.058Z Compiling buf-list v1.1.2
16772026-05-26T23:01:16.088Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-26T23:01:16.243Z Compiling openapiv3 v2.2.0
16792026-05-26T23:01:16.306Z Compiling x509-cert v0.2.5
16802026-05-26T23:01:16.323Z Compiling sha1 v0.10.6
16812026-05-26T23:01:16.361Z Compiling crossbeam-epoch v0.9.18
16822026-05-26T23:01:16.419Z Compiling lalrpop-util v0.19.12
16832026-05-26T23:01:16.435Z Compiling peg-runtime v0.8.5
16842026-05-26T23:01:16.504Z Compiling thread_local v1.1.9
16852026-05-26T23:01:16.546Z Compiling slog-async v2.8.0
16862026-05-26T23:01:16.574Z Compiling crossbeam-channel v0.5.15
16872026-05-26T23:01:16.588Z Compiling is-terminal v0.4.17
16882026-05-26T23:01:16.630Z Compiling filetime v0.2.27
16892026-05-26T23:01:16.667Z Compiling xattr v1.6.1
16902026-05-26T23:01:16.699Z Compiling take_mut v0.2.2
16912026-05-26T23:01:16.719Z Compiling term v1.2.1
16922026-05-26T23:01:16.834Z Compiling tar v0.4.45
16932026-05-26T23:01:17.064Z Compiling slog-term v2.9.2
16942026-05-26T23:01:34.669Z Compiling rustls-webpki v0.103.9
16952026-05-26T23:01:37.533Z Compiling tokio-rustls v0.26.4
16962026-05-26T23:01:37.533Z Compiling rustls-platform-verifier v0.6.2
16972026-05-26T23:01:37.735Z Compiling hyper-rustls v0.27.7
16982026-05-26T23:01:37.937Z Compiling reqwest v0.12.28
16992026-05-26T23:01:37.945Z Compiling reqwest v0.13.2
17002026-05-26T23:01:39.170Z Compiling tough v0.22.0
17012026-05-26T23:01:41.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-05-26T23:01:42.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-05-26T23:01:44.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.63s
17042026-05-26T23:01:45.032Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17052026-05-26T23:01:45.089ZMay 26 23:01:44.451 INFO Starting download, target: Clickhouse
17062026-05-26T23:01:45.089ZMay 26 23:01:44.452 INFO Starting download, target: Cockroach
17072026-05-26T23:01:45.089ZMay 26 23:01:44.452 INFO Starting download, target: Console
17082026-05-26T23:01:45.089ZMay 26 23:01:44.452 INFO Starting download, target: DendriteStub
17092026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Starting download, target: MaghemiteMgd
17102026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Starting download, target: TransceiverControl
17112026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17152026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-05-26T23:01:45.093ZMay 26 23:01:44.452 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-05-26T23:01:45.521ZMay 26 23:01:44.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17182026-05-26T23:01:45.736ZMay 26 23:01:45.093 INFO Download complete, target: TransceiverControl
17192026-05-26T23:01:46.177ZMay 26 23:01:45.536 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-05-26T23:01:46.357ZMay 26 23:01:45.719 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-05-26T23:01:46.461ZMay 26 23:01:45.797 INFO Download complete, target: Console
17222026-05-26T23:01:46.684ZMay 26 23:01:46.044 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-05-26T23:01:47.125ZMay 26 23:01:46.487 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-26T23:01:47.125ZMay 26 23:01:46.487 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-26T23:01:47.313ZMay 26 23:01:46.676 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-05-26T23:01:48.853ZMay 26 23:01:48.215 INFO Download complete, target: MaghemiteMgd
17272026-05-26T23:01:49.180ZMay 26 23:01:48.543 INFO Download complete, target: DendriteStub
17282026-05-26T23:01:52.037ZMay 26 23:01:51.400 INFO Checking that binary works, target: Cockroach
17292026-05-26T23:01:52.173ZMay 26 23:01:51.536 INFO Download complete, target: Cockroach
17302026-05-26T23:01:54.302ZMay 26 23:01:53.664 INFO Checking that binary works, target: Clickhouse
17312026-05-26T23:01:54.401ZMay 26 23:01:53.763 INFO Download complete, target: Clickhouse
17322026-05-26T23:01:54.407ZAll prerequisites installed successfully
17332026-05-26T23:01:54.413Z
17342026-05-26T23:01:54.413Zreal 2:03.642621133
17352026-05-26T23:01:54.413Zuser 7:14.441725560
17362026-05-26T23:01:54.413Zsys 1:43.656546937
17372026-05-26T23:01:54.413Ztrap 0.269542516
17382026-05-26T23:01:54.413Ztflt 1.080818418
17392026-05-26T23:01:54.413Zdflt 1.860059242
17402026-05-26T23:01:54.413Zkflt 0.031367340
17412026-05-26T23:01:54.413Zlock 23:43.841416986
17422026-05-26T23:01:54.413Zslp 19:40.256470587
17432026-05-26T23:01:54.413Zlat 25.975809741
17442026-05-26T23:01:54.413Zstop 2:55.091612318
17452026-05-26T23:01:54.413Z+ ptime -m cargo xtask download softnpu
17462026-05-26T23:01:54.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17472026-05-26T23:01:54.966Z Running `target/debug/xtask download softnpu`
17482026-05-26T23:01:55.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17492026-05-26T23:01:55.812Z Running `target/debug/xtask-downloader softnpu`
17502026-05-26T23:01:55.854ZMay 26 23:01:55.216 INFO Starting download, target: Softnpu
17512026-05-26T23:01:55.857ZMay 26 23:01:55.217 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-05-26T23:01:56.427ZMay 26 23:01:55.790 INFO Download complete, target: Softnpu
17532026-05-26T23:01:56.431Z
17542026-05-26T23:01:56.434Zreal 2.017478299
17552026-05-26T23:01:56.434Zuser 1.361268116
17562026-05-26T23:01:56.434Zsys 0.667193834
17572026-05-26T23:01:56.434Ztrap 0.000549380
17582026-05-26T23:01:56.434Ztflt 0.000079670
17592026-05-26T23:01:56.434Zdflt 0.000204790
17602026-05-26T23:01:56.434Zkflt 0.000000000
17612026-05-26T23:01:56.434Zlock 10.191972694
17622026-05-26T23:01:56.434Zslp 0.438750361
17632026-05-26T23:01:56.434Zlat 0.093629815
17642026-05-26T23:01:56.434Zstop 0.000170730
17652026-05-26T23:01:56.434Z+ export CARGO_INCREMENTAL=0
17662026-05-26T23:01:56.434Z+ CARGO_INCREMENTAL=0
17672026-05-26T23:01:56.434Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-05-26T23:01:57.370Z Compiling proc-macro2 v1.0.106
17692026-05-26T23:01:57.370Z Compiling quote v1.0.45
17702026-05-26T23:01:57.370Z Compiling unicode-ident v1.0.24
17712026-05-26T23:01:57.370Z Compiling libc v0.2.185
17722026-05-26T23:01:57.370Z Compiling serde_core v1.0.228
17732026-05-26T23:01:57.370Z Compiling serde v1.0.228
17742026-05-26T23:01:57.373Z Compiling cfg-if v1.0.4
17752026-05-26T23:01:57.374Z Compiling version_check v0.9.5
17762026-05-26T23:01:57.374Z Compiling find-msvc-tools v0.1.9
17772026-05-26T23:01:57.374Z Compiling shlex v1.3.0
17782026-05-26T23:01:57.374Z Compiling typenum v1.19.0
17792026-05-26T23:01:57.374Z Compiling zmij v1.0.21
17802026-05-26T23:01:57.374Z Compiling autocfg v1.5.0
17812026-05-26T23:01:57.374Z Compiling memchr v2.8.0
17822026-05-26T23:01:57.546Z Compiling serde_json v1.0.149
17832026-05-26T23:01:57.784Z Compiling portable-atomic v1.13.1
17842026-05-26T23:01:57.812Z Compiling libm v0.2.16
17852026-05-26T23:01:57.829Z Compiling zerocopy v0.8.40
17862026-05-26T23:01:57.844Z Compiling parking_lot_core v0.9.12
17872026-05-26T23:01:57.987Z Compiling generic-array v0.14.7
17882026-05-26T23:01:58.030Z Compiling smallvec v1.15.1
17892026-05-26T23:01:58.033Z Compiling icu_properties_data v2.1.2
17902026-05-26T23:01:58.045Z Compiling num-traits v0.2.19
17912026-05-26T23:01:58.092Z Compiling icu_normalizer_data v2.1.1
17922026-05-26T23:01:58.108Z Compiling itoa v1.0.17
17932026-05-26T23:01:58.131Z Compiling getrandom v0.4.1
17942026-05-26T23:01:58.172Z Compiling log v0.4.29
17952026-05-26T23:01:58.225Z Compiling stable_deref_trait v1.2.1
17962026-05-26T23:01:58.240Z Compiling pkg-config v0.3.32
17972026-05-26T23:01:58.296Z Compiling subtle v2.6.1
17982026-05-26T23:01:58.410Z Compiling scopeguard v1.2.0
17992026-05-26T23:01:58.505Z Compiling getrandom v0.2.17
18002026-05-26T23:01:58.509Z Compiling errno v0.3.14
18012026-05-26T23:01:58.539Z Compiling jobserver v0.1.34
18022026-05-26T23:01:58.579Z Compiling lock_api v0.4.14
18032026-05-26T23:01:58.612Z Compiling writeable v0.6.2
18042026-05-26T23:01:58.654Z Compiling percent-encoding v2.3.2
18052026-05-26T23:01:58.675Z Compiling rand_core v0.6.4
18062026-05-26T23:01:58.753Z Compiling cc v1.2.56
18072026-05-26T23:01:58.767Z Compiling litemap v0.8.1
18082026-05-26T23:01:58.933Z Compiling pin-project-lite v0.2.17
18092026-05-26T23:01:58.948Z Compiling syn v2.0.117
18102026-05-26T23:01:58.959Z Compiling fnv v1.0.7
18112026-05-26T23:01:59.045Z Compiling thiserror v2.0.18
18122026-05-26T23:01:59.048Z Compiling getrandom v0.3.4
18132026-05-26T23:01:59.092Z Compiling fs_extra v1.3.0
18142026-05-26T23:01:59.136Z Compiling dunce v1.0.5
18152026-05-26T23:01:59.179Z Compiling equivalent v1.0.2
18162026-05-26T23:01:59.198Z Compiling schemars v0.8.22
18172026-05-26T23:01:59.257Z Compiling utf8_iter v1.0.4
18182026-05-26T23:01:59.260Z Compiling rand_core v0.10.0
18192026-05-26T23:01:59.279Z Compiling rustversion v1.0.22
18202026-05-26T23:01:59.386Z Compiling form_urlencoded v1.2.2
18212026-05-26T23:01:59.421Z Compiling critical-section v1.2.0
18222026-05-26T23:01:59.471Z Compiling signal-hook-registry v1.4.8
18232026-05-26T23:01:59.520Z Compiling cmake v0.1.57
18242026-05-26T23:01:59.581Z Compiling hashbrown v0.17.0
18252026-05-26T23:01:59.617Z Compiling rustix v1.1.3
18262026-05-26T23:01:59.685Z Compiling socket2 v0.6.3
18272026-05-26T23:01:59.743Z Compiling parking_lot v0.12.5
18282026-05-26T23:01:59.941Z Compiling bitflags v2.11.0
18292026-05-26T23:01:59.973Z Compiling semver v1.0.28
18302026-05-26T23:01:59.989Z Compiling once_cell v1.21.3
18312026-05-26T23:02:00.081Z Compiling mio v1.2.0
18322026-05-26T23:02:00.099Z Compiling const-oid v0.9.6
18332026-05-26T23:02:00.116Z Compiling ring v0.17.14
18342026-05-26T23:02:00.168Z Compiling aws-lc-sys v0.40.0
18352026-05-26T23:02:00.192Z Compiling indexmap v2.14.0
18362026-05-26T23:02:00.333Z Compiling aws-lc-rs v1.16.3
18372026-05-26T23:02:00.388Z Compiling heck v0.5.0
18382026-05-26T23:02:00.406Z Compiling futures-core v0.3.32
18392026-05-26T23:02:00.533Z Compiling httparse v1.10.1
18402026-05-26T23:02:00.586Z Compiling strsim v0.11.1
18412026-05-26T23:02:00.601Z Compiling vcpkg v0.2.15
18422026-05-26T23:02:00.617Z Compiling thiserror v1.0.69
18432026-05-26T23:02:00.723Z Compiling iana-time-zone v0.1.65
18442026-05-26T23:02:00.824Z Compiling ucd-trie v0.1.7
18452026-05-26T23:02:00.880Z Compiling byteorder v1.5.0
18462026-05-26T23:02:00.937Z Compiling regex-syntax v0.8.10
18472026-05-26T23:02:00.955Z Compiling ident_case v1.0.1
18482026-05-26T23:02:00.970Z Compiling syn v1.0.109
18492026-05-26T23:02:00.993Z Compiling uuid v1.23.0
18502026-05-26T23:02:01.020Z Compiling pest v2.8.6
18512026-05-26T23:02:01.037Z Compiling cpufeatures v0.2.17
18522026-05-26T23:02:01.116Z Compiling rustls v0.23.37
18532026-05-26T23:02:01.189Z Compiling openssl-sys v0.9.115
18542026-05-26T23:02:01.332Z Compiling futures-sink v0.3.32
18552026-05-26T23:02:01.335Z Compiling rustc_version v0.4.1
18562026-05-26T23:02:01.443Z Compiling futures-channel v0.3.32
18572026-05-26T23:02:01.462Z Compiling futures-task v0.3.32
18582026-05-26T23:02:01.593Z Compiling futures-io v0.3.32
18592026-05-26T23:02:01.611Z Compiling slab v0.4.12
18602026-05-26T23:02:01.716Z Compiling aho-corasick v1.1.4
18612026-05-26T23:02:01.770Z Compiling synstructure v0.13.2
18622026-05-26T23:02:01.798Z Compiling serde_derive_internals v0.29.1
18632026-05-26T23:02:01.815Z Compiling dyn-clone v1.0.20
18642026-05-26T23:02:02.040Z Compiling base64 v0.22.1
18652026-05-26T23:02:02.072Z Compiling plain v0.2.3
18662026-05-26T23:02:02.076Z Compiling crc32fast v1.5.0
18672026-05-26T23:02:02.076Z Compiling openssl v0.10.79
18682026-05-26T23:02:02.147Z Compiling time-core v0.1.8
18692026-05-26T23:02:02.200Z Compiling pest_meta v2.8.6
18702026-05-26T23:02:02.286Z Compiling num-conv v0.2.0
18712026-05-26T23:02:02.323Z Compiling crossbeam-utils v0.8.21
18722026-05-26T23:02:02.438Z Compiling time-macros v0.2.27
18732026-05-26T23:02:02.493Z Compiling native-tls v0.2.18
18742026-05-26T23:02:02.521Z Compiling pretty-hex v0.4.1
18752026-05-26T23:02:02.579Z Compiling regex-automata v0.4.14
18762026-05-26T23:02:02.582Z Compiling base64ct v1.8.3
18772026-05-26T23:02:02.609Z Compiling anyhow v1.0.102
18782026-05-26T23:02:02.627Z Compiling darling_core v0.21.3
18792026-05-26T23:02:02.737Z Compiling tracing-core v0.1.36
18802026-05-26T23:02:02.775Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-05-26T23:02:02.840Z Compiling pest_generator v2.8.6
18822026-05-26T23:02:02.911Z Compiling pem-rfc7468 v0.7.0
18832026-05-26T23:02:03.120Z Compiling untrusted v0.9.0
18842026-05-26T23:02:03.137Z Compiling serde_derive v1.0.228
18852026-05-26T23:02:03.161Z Compiling zeroize_derive v1.4.3
18862026-05-26T23:02:03.177Z Compiling zerofrom-derive v0.1.6
18872026-05-26T23:02:03.198Z Compiling yoke-derive v0.8.1
18882026-05-26T23:02:03.215Z Compiling zerovec-derive v0.11.2
18892026-05-26T23:02:03.269Z Compiling displaydoc v0.2.5
18902026-05-26T23:02:03.435Z Compiling zerocopy-derive v0.8.40
18912026-05-26T23:02:03.514Z Compiling tokio-macros v2.7.0
18922026-05-26T23:02:03.530Z Compiling futures-macro v0.3.32
18932026-05-26T23:02:03.784Z Compiling zeroize v1.8.2
18942026-05-26T23:02:04.066Z Compiling thiserror-impl v2.0.18
18952026-05-26T23:02:04.181Z Compiling schemars_derive v0.8.22
18962026-05-26T23:02:04.220Z Compiling tracing-attributes v0.1.31
18972026-05-26T23:02:04.280Z Compiling der_derive v0.7.3
18982026-05-26T23:02:04.325Z Compiling thiserror-impl v1.0.69
18992026-05-26T23:02:04.346Z Compiling zerofrom v0.1.6
19002026-05-26T23:02:04.497Z Compiling yoke v0.8.1
19012026-05-26T23:02:04.540Z Compiling crypto-common v0.1.7
19022026-05-26T23:02:04.706Z Compiling zerovec v0.11.5
19032026-05-26T23:02:04.723Z Compiling zerotrie v0.2.3
19042026-05-26T23:02:04.880Z Compiling block-buffer v0.10.4
19052026-05-26T23:02:05.069Z Compiling digest v0.10.7
19062026-05-26T23:02:05.274Z Compiling tinystr v0.8.2
19072026-05-26T23:02:05.312Z Compiling potential_utf v0.1.4
19082026-05-26T23:02:05.335Z Compiling pest_derive v2.8.6
19092026-05-26T23:02:05.367Z Compiling futures-util v0.3.32
19102026-05-26T23:02:05.427Z Compiling hmac v0.12.1
19112026-05-26T23:02:05.451Z Compiling icu_locale_core v2.1.1
19122026-05-26T23:02:05.467Z Compiling icu_collections v2.1.1
19132026-05-26T23:02:05.560Z Compiling block-padding v0.3.3
19142026-05-26T23:02:05.587Z Compiling rustls-pki-types v1.14.0
19152026-05-26T23:02:05.730Z Compiling inout v0.1.4
19162026-05-26T23:02:05.795Z Compiling openssl-macros v0.1.1
19172026-05-26T23:02:06.148Z Compiling cipher v0.4.4
19182026-05-26T23:02:06.202Z Compiling icu_provider v2.1.1
19192026-05-26T23:02:06.218Z Compiling sha2 v0.10.9
19202026-05-26T23:02:06.368Z Compiling bytes v1.11.1
19212026-05-26T23:02:06.407Z Compiling chrono v0.4.44
19222026-05-26T23:02:06.425Z Compiling serde_tokenstream v0.2.3
19232026-05-26T23:02:06.469Z Compiling icu_properties v2.1.2
19242026-05-26T23:02:06.581Z Compiling icu_normalizer v2.1.1
19252026-05-26T23:02:06.748Z Compiling scroll_derive v0.13.1
19262026-05-26T23:02:06.977Z Compiling tokio v1.52.1
19272026-05-26T23:02:07.608Z Compiling idna_adapter v1.2.1
19282026-05-26T23:02:07.766Z Compiling idna v1.1.0
19292026-05-26T23:02:07.848Z Compiling ppv-lite86 v0.2.21
19302026-05-26T23:02:07.866Z Compiling scroll_derive v0.12.1
19312026-05-26T23:02:07.904Z Compiling http v1.4.0
19322026-05-26T23:02:08.158Z Compiling url v2.5.8
19332026-05-26T23:02:08.176Z Compiling flagset v0.4.7
19342026-05-26T23:02:08.340Z Compiling der v0.7.10
19352026-05-26T23:02:08.382Z Compiling tracing v0.1.44
19362026-05-26T23:02:08.548Z Compiling regex v1.12.3
19372026-05-26T23:02:08.578Z Compiling darling_macro v0.21.3
19382026-05-26T23:02:08.740Z Compiling zerocopy-derive v0.7.35
19392026-05-26T23:02:08.987Z Compiling rand_core v0.9.5
19402026-05-26T23:02:09.070Z Compiling slog v2.8.2
19412026-05-26T23:02:09.520Z Compiling spki v0.7.3
19422026-05-26T23:02:09.535Z Compiling darling v0.21.3
19432026-05-26T23:02:09.538Z Compiling salsa20 v0.10.2
19442026-05-26T23:02:09.637Z Compiling pbkdf2 v0.12.2
19452026-05-26T23:02:10.031Z Compiling cookie v0.18.1
19462026-05-26T23:02:10.142Z Compiling camino v1.2.2
19472026-05-26T23:02:10.434Z Compiling scrypt v0.11.0
19482026-05-26T23:02:10.452Z Compiling rand_chacha v0.9.0
19492026-05-26T23:02:10.482Z Compiling http-body v1.0.1
19502026-05-26T23:02:10.646Z Compiling aes v0.8.4
19512026-05-26T23:02:10.691Z Compiling cbc v0.1.2
19522026-05-26T23:02:10.719Z Compiling usdt-impl v0.5.0
19532026-05-26T23:02:10.746Z Compiling paste v1.0.15
19542026-05-26T23:02:10.771Z Compiling ref-cast v1.0.25
19552026-05-26T23:02:10.817Z Compiling tokio-util v0.7.18
19562026-05-26T23:02:10.992Z Compiling usdt-impl v0.6.0
19572026-05-26T23:02:10.997Z Compiling openssl-probe v0.2.1
19582026-05-26T23:02:10.997Z Compiling atomic-waker v1.1.2
19592026-05-26T23:02:10.997Z Compiling untrusted v0.7.1
19602026-05-26T23:02:11.026Z Compiling either v1.15.0
19612026-05-26T23:02:11.067Z Compiling winnow v0.7.14
19622026-05-26T23:02:11.088Z Compiling tinyvec_macros v0.1.1
19632026-05-26T23:02:11.145Z Compiling pkcs5 v0.7.1
19642026-05-26T23:02:11.184Z Compiling tinyvec v1.10.0
19652026-05-26T23:02:11.321Z Compiling rand v0.9.2
19662026-05-26T23:02:11.772Z Compiling scroll v0.12.0
19672026-05-26T23:02:11.811Z Compiling scroll v0.13.0
19682026-05-26T23:02:11.907Z Compiling serde_spanned v0.6.9
19692026-05-26T23:02:11.931Z Compiling toml_datetime v0.6.11
19702026-05-26T23:02:12.081Z Compiling async-trait v0.1.89
19712026-05-26T23:02:12.107Z Compiling heapless v0.7.17
19722026-05-26T23:02:12.184Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-05-26T23:02:12.201Z Compiling try-lock v0.2.5
19742026-05-26T23:02:12.218Z Compiling tower-service v0.3.3
19752026-05-26T23:02:12.325Z Compiling tower-layer v0.3.3
19762026-05-26T23:02:12.342Z Compiling fastrand v2.3.0
19772026-05-26T23:02:12.561Z Compiling signal-hook v0.3.18
19782026-05-26T23:02:12.597Z Compiling zstd-safe v7.2.4
19792026-05-26T23:02:12.678Z Compiling h2 v0.4.13
19802026-05-26T23:02:12.716Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-05-26T23:02:12.733Z Compiling want v0.3.1
19822026-05-26T23:02:12.927Z Compiling goblin v0.10.5
19832026-05-26T23:02:12.975Z Compiling goblin v0.8.2
19842026-05-26T23:02:13.032Z Compiling pkcs8 v0.10.2
19852026-05-26T23:02:13.101Z Compiling zerocopy v0.7.35
19862026-05-26T23:02:13.324Z Compiling ipnet v2.11.0
19872026-05-26T23:02:13.539Z Compiling ref-cast-impl v1.0.25
19882026-05-26T23:02:13.581Z Compiling darling_core v0.20.11
19892026-05-26T23:02:13.694Z Compiling curve25519-dalek v4.1.3
19902026-05-26T23:02:13.818Z Compiling memoffset v0.9.1
19912026-05-26T23:02:14.043Z Compiling winnow v0.5.40
19922026-05-26T23:02:14.101Z Compiling pin-utils v0.1.0
19932026-05-26T23:02:14.192Z Compiling rustix v0.38.44
19942026-05-26T23:02:14.334Z Compiling litrs v1.0.0
19952026-05-26T23:02:14.539Z Compiling httpdate v1.0.3
19962026-05-26T23:02:14.593Z Compiling foreign-types-shared v0.1.1
19972026-05-26T23:02:14.820Z Compiling document-features v0.2.12
19982026-05-26T23:02:14.875Z Compiling foreign-types v0.3.2
19992026-05-26T23:02:14.891Z Compiling tempfile v3.25.0
20002026-05-26T23:02:15.277Z Compiling unicode-normalization v0.1.25
20012026-05-26T23:02:15.373Z Compiling toml_edit v0.19.15
20022026-05-26T23:02:15.422Z Compiling dof v0.3.0
20032026-05-26T23:02:15.523Z Compiling dtrace-parser v0.2.0
20042026-05-26T23:02:15.634Z Compiling darling_macro v0.20.11
20052026-05-26T23:02:15.780Z Compiling hyper v1.8.1
20062026-05-26T23:02:15.812Z Compiling dof v0.4.0
20072026-05-26T23:02:16.144Z Compiling dtrace-parser v0.3.0
20082026-05-26T23:02:16.189Z Compiling daft-derive v0.1.7
20092026-05-26T23:02:16.223Z Compiling pin-project-internal v1.1.11
20102026-05-26T23:02:16.345Z Compiling spin v0.9.8
20112026-05-26T23:02:16.372Z Compiling thread-id v5.1.0
20122026-05-26T23:02:16.509Z Compiling thread-id v4.2.2
20132026-05-26T23:02:16.548Z Compiling smoltcp v0.9.1
20142026-05-26T23:02:16.616Z Compiling cfg_aliases v0.2.1
20152026-05-26T23:02:16.708Z Compiling powerfmt v0.2.0
20162026-05-26T23:02:16.728Z Compiling num-bigint-dig v0.8.6
20172026-05-26T23:02:16.786Z Compiling nix v0.31.2
20182026-05-26T23:02:16.895Z Compiling deranged v0.5.8
20192026-05-26T23:02:16.927Z Compiling hyper-util v0.1.20
20202026-05-26T23:02:17.321Z Compiling darling v0.20.11
20212026-05-26T23:02:17.446Z Compiling rustls-native-certs v0.8.3
20222026-05-26T23:02:17.550Z Compiling ipnetwork v0.21.1
20232026-05-26T23:02:17.814Z Compiling curve25519-dalek-derive v0.1.1
20242026-05-26T23:02:17.897Z Compiling strum_macros v0.26.4
20252026-05-26T23:02:18.195Z Compiling sync_wrapper v1.0.2
20262026-05-26T23:02:18.277Z Compiling wait-timeout v0.2.1
20272026-05-26T23:02:18.350Z Compiling num_threads v0.1.7
20282026-05-26T23:02:18.463Z Compiling siphasher v1.0.2
20292026-05-26T23:02:18.481Z Compiling quick-error v1.2.3
20302026-05-26T23:02:18.603Z Compiling bit-vec v0.8.0
20312026-05-26T23:02:18.714Z Compiling utf8parse v0.2.2
20322026-05-26T23:02:18.756Z Compiling anstyle v1.0.13
20332026-05-26T23:02:18.836Z Compiling simd-adler32 v0.3.8
20342026-05-26T23:02:18.851Z Compiling anstyle-parse v0.2.7
20352026-05-26T23:02:18.869Z Compiling bit-set v0.8.0
20362026-05-26T23:02:18.915Z Compiling time v0.3.47
20372026-05-26T23:02:19.100Z Compiling rusty-fork v0.3.1
20382026-05-26T23:02:19.230Z Compiling tower v0.5.3
20392026-05-26T23:02:19.631Z Compiling derive_builder_core v0.20.2
20402026-05-26T23:02:19.746Z Compiling http-body-util v0.1.3
20412026-05-26T23:02:19.934Z Compiling webpki-roots v1.0.6
20422026-05-26T23:02:20.053Z Compiling rand_xorshift v0.4.0
20432026-05-26T23:02:20.098Z Compiling signature v2.2.0
20442026-05-26T23:02:20.114Z Compiling hubpack_derive v0.1.1
20452026-05-26T23:02:20.130Z Compiling strum_macros v0.27.2
20462026-05-26T23:02:20.217Z Compiling snafu-derive v0.8.9
20472026-05-26T23:02:20.455Z Compiling fs-err v3.3.0
20482026-05-26T23:02:20.471Z Compiling ahash v0.8.12
20492026-05-26T23:02:20.601Z Compiling encoding_rs v0.8.35
20502026-05-26T23:02:20.616Z Compiling adler2 v2.0.1
20512026-05-26T23:02:20.685Z Compiling anstyle-query v1.1.5
20522026-05-26T23:02:20.717Z Compiling object v0.37.3
20532026-05-26T23:02:20.733Z Compiling unicode-bidi v0.3.18
20542026-05-26T23:02:20.814Z Compiling unarray v0.1.4
20552026-05-26T23:02:20.829Z Compiling ryu v1.0.23
20562026-05-26T23:02:20.864Z Compiling unicode-segmentation v1.12.0
20572026-05-26T23:02:20.880Z Compiling unicode-properties v0.1.4
20582026-05-26T23:02:20.950Z Compiling mime v0.3.17
20592026-05-26T23:02:21.113Z Compiling colorchoice v1.0.4
20602026-05-26T23:02:21.248Z Compiling iri-string v0.7.10
20612026-05-26T23:02:21.267Z Compiling is_terminal_polyfill v1.70.2
20622026-05-26T23:02:21.285Z Compiling allocator-api2 v0.2.21
20632026-05-26T23:02:21.342Z Compiling serde_urlencoded v0.7.1
20642026-05-26T23:02:21.387Z Compiling anstream v0.6.21
20652026-05-26T23:02:21.416Z Compiling stringprep v0.1.5
20662026-05-26T23:02:21.610Z Compiling proptest v1.10.0
20672026-05-26T23:02:21.668Z Compiling miniz_oxide v0.8.9
20682026-05-26T23:02:21.734Z Compiling derive_builder_macro v0.20.2
20692026-05-26T23:02:21.976Z Compiling tokio-native-tls v0.3.1
20702026-05-26T23:02:22.006Z Compiling usdt-attr-macro v0.6.0
20712026-05-26T23:02:22.150Z Compiling usdt-macro v0.6.0
20722026-05-26T23:02:22.445Z Compiling tower-http v0.6.8
20732026-05-26T23:02:22.784Z Compiling rand_chacha v0.3.1
20742026-05-26T23:02:22.789Z Compiling erased-serde v0.3.31
20752026-05-26T23:02:22.789Z Compiling md-5 v0.10.6
20762026-05-26T23:02:22.829Z Compiling bstr v1.12.1
20772026-05-26T23:02:22.939Z Compiling num-integer v0.1.46
20782026-05-26T23:02:22.958Z Compiling hash32 v0.2.1
20792026-05-26T23:02:22.961Z Compiling vergen-lib v9.1.0
20802026-05-26T23:02:23.057Z Compiling ff v0.13.1
20812026-05-26T23:02:23.192Z Compiling psl-types v2.0.11
20822026-05-26T23:02:23.227Z Compiling fallible-iterator v0.2.0
20832026-05-26T23:02:23.289Z Compiling zlib-rs v0.6.2
20842026-05-26T23:02:23.337Z Compiling base16ct v0.2.0
20852026-05-26T23:02:23.371Z Compiling publicsuffix v2.3.0
20862026-05-26T23:02:23.475Z Compiling sec1 v0.7.3
20872026-05-26T23:02:23.497Z Compiling group v0.13.0
20882026-05-26T23:02:23.521Z Compiling postgres-protocol v0.6.10
20892026-05-26T23:02:23.562Z Compiling num-iter v0.1.45
20902026-05-26T23:02:23.767Z Compiling newtype-uuid v1.3.2
20912026-05-26T23:02:24.051Z Compiling rand v0.8.6
20922026-05-26T23:02:24.414Z Compiling oxnet v0.1.4
20932026-05-26T23:02:24.507Z Compiling derive_builder v0.20.2
20942026-05-26T23:02:24.533Z Compiling hyper-tls v0.6.0
20952026-05-26T23:02:24.720Z Compiling heck v0.4.1
20962026-05-26T23:02:24.759Z Compiling phf_shared v0.13.1
20972026-05-26T23:02:24.783Z Compiling pin-project v1.1.11
20982026-05-26T23:02:24.854Z Compiling lazy_static v1.5.0
20992026-05-26T23:02:24.965Z Compiling terminal_size v0.4.3
21002026-05-26T23:02:24.999Z Compiling serde_with_macros v3.17.0
21012026-05-26T23:02:25.003Z Compiling futures-executor v0.3.32
21022026-05-26T23:02:25.019Z Compiling hex v0.4.3
21032026-05-26T23:02:25.190Z Compiling hkdf v0.12.4
21042026-05-26T23:02:25.239Z Compiling crypto-bigint v0.5.5
21052026-05-26T23:02:25.271Z Compiling async-recursion v1.1.1
21062026-05-26T23:02:25.327Z Compiling enum-as-inner v0.6.1
21072026-05-26T23:02:25.359Z Compiling clap_derive v4.5.55
21082026-05-26T23:02:25.400Z Compiling flate2 v1.1.9
21092026-05-26T23:02:25.532Z Compiling serde_repr v0.1.20
21102026-05-26T23:02:25.682Z Compiling vergen v9.1.0
21112026-05-26T23:02:25.718Z Compiling cargo-platform v0.3.2
21122026-05-26T23:02:25.819Z Compiling managed v0.8.0
21132026-05-26T23:02:25.904Z Compiling clap_lex v1.0.0
21142026-05-26T23:02:25.927Z Compiling same-file v1.0.6
21152026-05-26T23:02:25.996Z Compiling foldhash v0.2.0
21162026-05-26T23:02:26.088Z Compiling foldhash v0.1.5
21172026-05-26T23:02:26.105Z Compiling bitflags v1.3.2
21182026-05-26T23:02:26.141Z Compiling bumpalo v3.20.2
21192026-05-26T23:02:26.206Z Compiling cpufeatures v0.3.0
21202026-05-26T23:02:26.257Z Compiling libbz2-rs-sys v0.2.2
21212026-05-26T23:02:26.290Z Compiling chacha20 v0.10.0
21222026-05-26T23:02:26.293Z Compiling hashbrown v0.15.5
21232026-05-26T23:02:26.360Z Compiling zopfli v0.8.3
21242026-05-26T23:02:26.408Z Compiling hashbrown v0.16.1
21252026-05-26T23:02:26.507Z Compiling elliptic-curve v0.13.8
21262026-05-26T23:02:26.869Z Compiling bzip2 v0.6.1
21272026-05-26T23:02:26.869Z Compiling clap_builder v4.5.60
21282026-05-26T23:02:26.930Z Compiling walkdir v2.5.0
21292026-05-26T23:02:26.976Z Compiling cargo_metadata v0.23.1
21302026-05-26T23:02:27.087Z Compiling futures v0.3.32
21312026-05-26T23:02:27.235Z Compiling phf v0.13.1
21322026-05-26T23:02:27.333Z Compiling snafu v0.8.9
21332026-05-26T23:02:27.412Z Compiling zstd v0.13.3
21342026-05-26T23:02:27.443Z Compiling daft v0.1.7
21352026-05-26T23:02:27.569Z Compiling signal-hook-mio v0.2.5
21362026-05-26T23:02:27.702Z Compiling cookie_store v0.22.1
21372026-05-26T23:02:27.717Z Compiling bzip2 v0.4.4
21382026-05-26T23:02:27.740Z Compiling postgres-types v0.2.12
21392026-05-26T23:02:27.940Z Compiling globset v0.4.18
21402026-05-26T23:02:28.012Z Compiling strum v0.27.2
21412026-05-26T23:02:28.287Z Compiling hubpack v0.1.2
21422026-05-26T23:02:28.322Z Compiling ed25519 v2.2.3
21432026-05-26T23:02:28.338Z Compiling phf_shared v0.11.3
21442026-05-26T23:02:28.395Z Compiling crossbeam-epoch v0.9.18
21452026-05-26T23:02:28.563Z Compiling olpc-cjson v0.1.4
21462026-05-26T23:02:28.566Z Compiling pkcs1 v0.7.5
21472026-05-26T23:02:28.599Z Compiling pem v3.0.6
21482026-05-26T23:02:28.750Z Compiling serde_plain v1.0.2
21492026-05-26T23:02:28.767Z Compiling serde-big-array v0.5.1
21502026-05-26T23:02:28.865Z Compiling rfc6979 v0.4.0
21512026-05-26T23:02:28.932Z Compiling float-cmp v0.10.0
21522026-05-26T23:02:28.932Z Compiling memmap2 v0.9.10
21532026-05-26T23:02:28.949Z Compiling env_filter v1.0.0
21542026-05-26T23:02:28.984Z Compiling predicates-core v1.0.10
21552026-05-26T23:02:28.988Z Compiling normalize-line-endings v0.3.0
21562026-05-26T23:02:29.018Z Compiling static_assertions v1.1.0
21572026-05-26T23:02:29.018Z Compiling data-encoding v2.10.0
21582026-05-26T23:02:29.102Z Compiling keccak v0.1.6
21592026-05-26T23:02:29.118Z Compiling fixedbitset v0.5.7
21602026-05-26T23:02:29.137Z Compiling jiff v0.2.21
21612026-05-26T23:02:29.170Z Compiling new_debug_unreachable v1.0.6
21622026-05-26T23:02:29.188Z Compiling fixedbitset v0.4.2
21632026-05-26T23:02:29.248Z Compiling typed-path v0.9.3
21642026-05-26T23:02:29.264Z Compiling toml_write v0.1.2
21652026-05-26T23:02:29.334Z Compiling whoami v2.1.0
21662026-05-26T23:02:29.368Z Compiling difflib v0.4.0
21672026-05-26T23:02:29.436Z Compiling precomputed-hash v0.1.1
21682026-05-26T23:02:29.488Z Compiling toml_edit v0.22.27
21692026-05-26T23:02:29.556Z Compiling tokio-postgres v0.7.16
21702026-05-26T23:02:29.572Z Compiling string_cache v0.8.9
21712026-05-26T23:02:29.592Z Compiling petgraph v0.6.5
21722026-05-26T23:02:29.689Z Compiling predicates v3.1.4
21732026-05-26T23:02:29.814Z Compiling hickory-proto v0.25.2
21742026-05-26T23:02:29.842Z Compiling petgraph v0.8.3
21752026-05-26T23:02:29.950Z Compiling sha3 v0.10.8
21762026-05-26T23:02:30.302Z Compiling env_logger v0.11.9
21772026-05-26T23:02:30.440Z Compiling usdt v0.6.0
21782026-05-26T23:02:30.458Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-05-26T23:02:30.658Z Compiling ecdsa v0.16.9
21802026-05-26T23:02:30.711Z Compiling rsa v0.9.10
21812026-05-26T23:02:31.080Z Compiling ed25519-dalek v2.2.0
21822026-05-26T23:02:31.152Z Compiling clap v4.5.60
21832026-05-26T23:02:31.653Z Compiling crossterm v0.28.1
21842026-05-26T23:02:31.688Z Compiling zip v0.6.6
21852026-05-26T23:02:31.890Z Compiling zip v4.6.1
21862026-05-26T23:02:31.959Z Compiling iddqd v0.4.1
21872026-05-26T23:02:32.455Z Compiling rand v0.10.0
21882026-05-26T23:02:32.486Z Compiling serde_with v3.17.0
21892026-05-26T23:02:32.532Z Compiling similar v2.7.0
21902026-05-26T23:02:32.858Z Compiling strum v0.26.3
21912026-05-26T23:02:32.909Z Compiling toml v0.7.8
21922026-05-26T23:02:33.016Z Compiling tokio-stream v0.1.18
21932026-05-26T23:02:33.064Z Compiling itertools v0.13.0
21942026-05-26T23:02:33.190Z Compiling buf-list v1.1.2
21952026-05-26T23:02:33.311Z Compiling x509-cert v0.2.5
21962026-05-26T23:02:33.475Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-05-26T23:02:33.518Z Compiling openapiv3 v2.2.0
21982026-05-26T23:02:33.802Z Compiling sha1 v0.10.6
21992026-05-26T23:02:33.998Z Compiling peg-runtime v0.8.5
22002026-05-26T23:02:34.050Z Compiling lalrpop-util v0.19.12
22012026-05-26T23:02:49.910Z Compiling rustls-webpki v0.103.9
22022026-05-26T23:02:51.263Z Compiling macaddr v1.0.1
22032026-05-26T23:02:51.368Z Compiling structmeta-derive v0.3.0
22042026-05-26T23:02:51.476Z Compiling rayon-core v1.13.0
22052026-05-26T23:02:51.497Z Compiling crucible-workspace-hack v0.1.0
22062026-05-26T23:02:51.570Z Compiling itertools v0.14.0
22072026-05-26T23:02:51.672Z Compiling secrecy v0.10.3
22082026-05-26T23:02:51.738Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-05-26T23:02:51.764Z Compiling heapless v0.8.0
22102026-05-26T23:02:51.869Z Compiling toml_datetime v0.7.5+spec-1.1.0
22112026-05-26T23:02:52.052Z Compiling rustls v0.22.4
22122026-05-26T23:02:52.079Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-05-26T23:02:52.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-05-26T23:02:52.230Z Compiling crossbeam-deque v0.8.6
22152026-05-26T23:02:52.290Z Compiling rustls-webpki v0.102.8
22162026-05-26T23:02:52.305Z Compiling hash32 v0.3.1
22172026-05-26T23:02:52.368Z Compiling multer v3.1.0
22182026-05-26T23:02:52.448Z Compiling structmeta v0.3.0
22192026-05-26T23:02:52.466Z Compiling thread_local v1.1.9
22202026-05-26T23:02:52.489Z Compiling unicode-width v0.2.0
22212026-05-26T23:02:52.505Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-05-26T23:02:52.533Z Compiling compression-core v0.4.31
22232026-05-26T23:02:52.596Z Compiling smoltcp v0.11.0
22242026-05-26T23:02:52.672Z Compiling match_cfg v0.1.0
22252026-05-26T23:02:52.692Z Compiling slog-async v2.8.0
22262026-05-26T23:02:52.743Z Compiling hostname v0.3.1
22272026-05-26T23:02:52.796Z Compiling derive-ex v0.1.8
22282026-05-26T23:02:52.843Z Compiling compression-codecs v0.4.37
22292026-05-26T23:02:52.859Z Compiling proc-macro-crate v3.4.0
22302026-05-26T23:02:52.951Z Compiling ingot-macros v0.1.1
22312026-05-26T23:02:53.041Z Compiling slog-json v2.6.1
22322026-05-26T23:02:53.061Z Compiling crossbeam-channel v0.5.15
22332026-05-26T23:02:53.243Z Compiling half v2.7.1
22342026-05-26T23:02:53.323Z Compiling newtype-uuid-macros v0.1.0
22352026-05-26T23:02:53.340Z Compiling cobs v0.3.0
22362026-05-26T23:02:53.541Z Compiling thiserror-impl-no-std v2.0.2
22372026-05-26T23:02:53.681Z Compiling universal-hash v0.5.1
22382026-05-26T23:02:53.681Z Compiling async-stream-impl v0.3.6
22392026-05-26T23:02:53.791Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-05-26T23:02:53.811Z Compiling serde_spanned v1.0.4
22412026-05-26T23:02:54.006Z Compiling tokio-rustls v0.26.4
22422026-05-26T23:02:54.089Z Compiling rustls-platform-verifier v0.6.2
22432026-05-26T23:02:54.225Z Compiling is-terminal v0.4.17
22442026-05-26T23:02:54.264Z Compiling hyper-rustls v0.27.7
22452026-05-26T23:02:54.267Z Compiling dropshot v0.17.0
22462026-05-26T23:02:54.310Z Compiling proc-macro-error-attr v1.0.4
22472026-05-26T23:02:54.339Z Compiling convert_case v0.4.0
22482026-05-26T23:02:54.369Z Compiling term v1.2.1
22492026-05-26T23:02:54.386Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-05-26T23:02:54.499Z Compiling take_mut v0.2.2
22512026-05-26T23:02:54.528Z Compiling reqwest v0.12.28
22522026-05-26T23:02:54.575Z Compiling reqwest v0.13.2
22532026-05-26T23:02:54.634Z Compiling opaque-debug v0.3.1
22542026-05-26T23:02:54.650Z Compiling ciborium-io v0.2.2
22552026-05-26T23:02:54.668Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-05-26T23:02:54.688Z Compiling derive_more v0.99.20
22572026-05-26T23:02:54.691Z Compiling slog-term v2.9.2
22582026-05-26T23:02:54.729Z Compiling poly1305 v0.8.0
22592026-05-26T23:02:54.772Z Compiling ciborium-ll v0.2.2
22602026-05-26T23:02:54.903Z Compiling thiserror-no-std v2.0.2
22612026-05-26T23:02:55.019Z Compiling tokio-rustls v0.25.0
22622026-05-26T23:02:55.172Z Compiling toml v1.0.6+spec-1.1.0
22632026-05-26T23:02:55.401Z Compiling test-strategy v0.4.5
22642026-05-26T23:02:55.418Z Compiling async-stream v0.3.6
22652026-05-26T23:02:55.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-05-26T23:02:55.679Z Compiling ingot-types v0.1.2
22672026-05-26T23:02:55.698Z Compiling postcard v1.1.3
22682026-05-26T23:02:56.086Z Compiling num_enum_derive v0.7.5
22692026-05-26T23:02:56.112Z Compiling ingot v0.1.1
22702026-05-26T23:02:56.194Z Compiling tough v0.22.0
22712026-05-26T23:02:56.269Z Compiling slog-bunyan v2.5.0
22722026-05-26T23:02:56.404Z Compiling async-compression v0.4.41
22732026-05-26T23:02:56.781Z Compiling parse-display-derive v0.10.0
22742026-05-26T23:02:56.904Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-05-26T23:02:56.984Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-05-26T23:02:57.122Z Compiling proc-macro-crate v1.3.1
22772026-05-26T23:02:57.247Z Compiling backon v1.6.0
22782026-05-26T23:02:57.501Z Compiling waitgroup v0.1.2
22792026-05-26T23:02:57.533Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22802026-05-26T23:02:57.549Z Compiling password-hash v0.5.0
22812026-05-26T23:02:57.760Z Compiling chacha20 v0.9.1
22822026-05-26T23:02:57.776Z Compiling dropshot_endpoint v0.17.0
22832026-05-26T23:02:58.042Z Compiling rustls-pemfile v2.2.0
22842026-05-26T23:02:58.058Z Compiling blake2 v0.10.6
22852026-05-26T23:02:58.129Z Compiling aead v0.5.2
22862026-05-26T23:02:58.343Z Compiling foreign-types-macros v0.2.3
22872026-05-26T23:02:58.362Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-26T23:02:58.379Z Compiling serde_path_to_error v0.1.20
22892026-05-26T23:02:58.547Z Compiling hostname v0.4.2
22902026-05-26T23:02:58.568Z Compiling proc-macro-error v1.0.4
22912026-05-26T23:02:58.592Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-26T23:02:58.703Z Compiling instant v0.1.13
22932026-05-26T23:02:58.741Z Compiling typeid v1.0.3
22942026-05-26T23:02:58.803Z Compiling foreign-types-shared v0.3.1
22952026-05-26T23:02:58.817Z Compiling debug-ignore v1.0.5
22962026-05-26T23:02:58.869Z Compiling backoff v0.4.0
22972026-05-26T23:02:58.895Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-26T23:02:58.923Z Compiling parse-display v0.10.0
22992026-05-26T23:02:58.955Z Compiling argon2 v0.5.3
23002026-05-26T23:02:58.971Z Compiling foreign-types v0.5.0
23012026-05-26T23:02:58.986Z Compiling chacha20poly1305 v0.10.1
23022026-05-26T23:02:59.072Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23032026-05-26T23:02:59.089Z Compiling num_enum_derive v0.5.11
23042026-05-26T23:02:59.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23052026-05-26T23:02:59.127Z Compiling num_enum v0.7.5
23062026-05-26T23:02:59.276Z Compiling vsss-rs v3.3.4
23072026-05-26T23:02:59.449Z Compiling ciborium v0.2.2
23082026-05-26T23:02:59.655Z Compiling tabwriter v1.4.1
23092026-05-26T23:02:59.701Z Compiling regress v0.10.5
23102026-05-26T23:02:59.836Z Compiling byte-wrapper v0.1.0
23112026-05-26T23:02:59.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-05-26T23:02:59.988Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-05-26T23:03:00.042Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-26T23:03:00.058Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23152026-05-26T23:03:00.076Z Compiling cstr-argument v0.1.2
23162026-05-26T23:03:00.265Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23172026-05-26T23:03:00.295Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-26T23:03:00.326Z Compiling humantime v2.3.0
23192026-05-26T23:03:00.487Z Compiling erased-serde v0.4.9
23202026-05-26T23:03:00.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-26T23:03:00.641Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-26T23:03:00.658Z Compiling num_enum v0.5.11
23232026-05-26T23:03:00.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-05-26T23:03:00.805Z Compiling rayon v1.11.0
23252026-05-26T23:03:00.824Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-05-26T23:03:00.828Z Compiling indent_write v2.2.0
23272026-05-26T23:03:00.857Z Compiling colored v3.1.1
23282026-05-26T23:03:00.915Z Compiling libefi-sys v0.1.0
23292026-05-26T23:03:00.945Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23302026-05-26T23:03:01.021Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23312026-05-26T23:03:01.038Z Compiling zone_cfg_derive v0.3.1
23322026-05-26T23:03:01.166Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-05-26T23:03:01.188Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23342026-05-26T23:03:01.257Z Compiling camino-tempfile v1.4.1
23352026-05-26T23:03:01.386Z Compiling itertools v0.12.1
23362026-05-26T23:03:01.426Z Compiling usdt-attr-macro v0.5.0
23372026-05-26T23:03:01.566Z Compiling usdt-macro v0.5.0
23382026-05-26T23:03:01.686Z Compiling num-derive v0.4.2
23392026-05-26T23:03:01.702Z Compiling bitfield-struct v0.6.2
23402026-05-26T23:03:01.717Z Compiling blake3 v1.8.3
23412026-05-26T23:03:01.732Z Compiling ordered-float v2.10.1
23422026-05-26T23:03:02.047Z Compiling sigpipe v0.1.3
23432026-05-26T23:03:02.136Z Compiling memmap v0.7.0
23442026-05-26T23:03:02.165Z Compiling swrite v0.1.0
23452026-05-26T23:03:02.219Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-05-26T23:03:02.295Z Compiling glob v0.3.3
23472026-05-26T23:03:02.298Z Compiling usdt v0.5.0
23482026-05-26T23:03:02.382Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-05-26T23:03:02.397Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-05-26T23:03:02.619Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23512026-05-26T23:03:02.736Z Compiling serde-value v0.7.0
23522026-05-26T23:03:02.940Z Compiling zone v0.3.1
23532026-05-26T23:03:02.955Z Compiling serde-untagged v0.1.9
23542026-05-26T23:03:03.092Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23552026-05-26T23:03:03.227Z Compiling toml v0.8.23
23562026-05-26T23:03:03.258Z Compiling smf v0.2.3
23572026-05-26T23:03:03.340Z Compiling filetime v0.2.27
23582026-05-26T23:03:03.357Z Compiling unicode-xid v0.2.6
23592026-05-26T23:03:03.379Z Compiling xattr v1.6.1
23602026-05-26T23:03:03.418Z Compiling constant_time_eq v0.4.2
23612026-05-26T23:03:03.465Z Compiling arrayvec v0.7.6
23622026-05-26T23:03:03.535Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-26T23:03:03.576Z Compiling whoami v1.6.1
23642026-05-26T23:03:03.601Z Compiling arrayref v0.3.9
23652026-05-26T23:03:03.602Z Compiling tar v0.4.45
23662026-05-26T23:03:03.641Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-05-26T23:03:03.655Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-05-26T23:03:03.731Z Compiling cargo-util-schemas v0.8.2
23692026-05-26T23:03:03.914Z Compiling tokio-dtrace v0.1.1
23702026-05-26T23:03:04.056Z Compiling console v0.16.2
23712026-05-26T23:03:04.271Z Compiling gethostname v0.5.0
23722026-05-26T23:03:04.354Z Compiling cargo-platform v0.2.0
23732026-05-26T23:03:04.436Z Compiling topological-sort v0.2.2
23742026-05-26T23:03:04.452Z Compiling unit-prefix v0.5.2
23752026-05-26T23:03:04.544Z Compiling oxide-tokio-rt v0.1.4
23762026-05-26T23:03:04.560Z Compiling shell-words v1.1.1
23772026-05-26T23:03:04.630Z Compiling indicatif v0.18.4
23782026-05-26T23:03:04.646Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-05-26T23:03:04.887Z Compiling cargo_metadata v0.21.0
23802026-05-26T23:03:14.410Z Compiling progenitor-client v0.14.0
23812026-05-26T23:03:14.451Z Compiling progenitor-client v0.10.0
23822026-05-26T23:03:14.451Z Compiling omicron-zone-package v0.12.2
23832026-05-26T23:03:14.864Z Compiling progenitor-extras v0.2.0
23842026-05-26T23:03:17.259Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-05-26T23:03:17.259Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-05-26T23:03:17.289Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-05-26T23:03:17.309Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882026-05-26T23:03:17.311Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-05-26T23:03:17.529Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-05-26T23:03:17.589Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-05-26T23:03:17.664Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-05-26T23:03:17.743Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-05-26T23:03:21.774Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-05-26T23:03:29.568Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-05-26T23:03:32.766Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-05-26T23:03:33.780Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-05-26T23:03:43.714Z Finished `release` profile [optimized] target(s) in 1m 47s
23982026-05-26T23:03:43.868Z Running `target/release/omicron-package -t test target create -p dev`
23992026-05-26T23:03:43.932ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-05-26T23:03:43.935ZCreated new build target 'test' and set it as active
24012026-05-26T23:03:43.935Z
24022026-05-26T23:03:43.936Zreal 1:47.499412191
24032026-05-26T23:03:43.936Zuser 17:44.738018889
24042026-05-26T23:03:43.936Zsys 2:40.348499439
24052026-05-26T23:03:43.936Ztrap 0.506615074
24062026-05-26T23:03:43.936Ztflt 2.947479564
24072026-05-26T23:03:43.936Zdflt 4.139387705
24082026-05-26T23:03:43.936Zkflt 0.000940250
24092026-05-26T23:03:43.936Zlock 55:08.282283665
24102026-05-26T23:03:43.936Zslp 44:59.854103600
24112026-05-26T23:03:43.936Zlat 45.653411687
24122026-05-26T23:03:43.936Zstop 5:41.371595281
24132026-05-26T23:03:43.939Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-05-26T23:03:44.844Z Finished `release` profile [optimized] target(s) in 0.89s
24152026-05-26T23:03:44.924Z Running `target/release/omicron-package -t test package`
24162026-05-26T23:03:44.984ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-05-26T23:03:46.441Z Compiling heck v0.5.0
24182026-05-26T23:03:46.444Z Compiling regress v0.11.1
24192026-05-26T23:03:46.444Z Compiling unsafe-libyaml v0.2.11
24202026-05-26T23:03:46.708Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-05-26T23:03:46.732Z Compiling regress v0.10.5
24222026-05-26T23:03:46.757Z Compiling is-terminal v0.4.17
24232026-05-26T23:03:46.774Z Compiling unicode-width v0.1.14
24242026-05-26T23:03:46.774Z Compiling prettyplease v0.2.37
24252026-05-26T23:03:46.778Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24262026-05-26T23:03:46.778Z Compiling bytecount v0.6.9
24272026-05-26T23:03:46.778Z Compiling rustls v0.22.4
24282026-05-26T23:03:46.778Z Compiling rustls-webpki v0.102.8
24292026-05-26T23:03:46.840Z Compiling derive-where v1.6.0
24302026-05-26T23:03:46.860Z Compiling thread_local v1.1.9
24312026-05-26T23:03:46.863Z Compiling match_cfg v0.1.0
24322026-05-26T23:03:46.932Z Compiling compression-core v0.4.31
24332026-05-26T23:03:46.952Z Compiling multer v3.1.0
24342026-05-26T23:03:47.019Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-05-26T23:03:47.022Z Compiling hostname v0.3.1
24362026-05-26T23:03:47.064Z Compiling slog-async v2.8.0
24372026-05-26T23:03:47.088Z Compiling crossbeam-channel v0.5.15
24382026-05-26T23:03:47.114Z Compiling compression-codecs v0.4.37
24392026-05-26T23:03:47.137Z Compiling slog-json v2.6.1
24402026-05-26T23:03:47.141Z Compiling toml_datetime v1.0.0+spec-1.1.0
24412026-05-26T23:03:47.182Z Compiling serde_spanned v1.0.4
24422026-05-26T23:03:47.207Z Compiling serde_yaml v0.9.34+deprecated
24432026-05-26T23:03:47.212Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-05-26T23:03:47.256Z Compiling take_mut v0.2.2
24452026-05-26T23:03:47.371Z Compiling term v1.2.1
24462026-05-26T23:03:47.372Z Compiling slog-bunyan v2.5.0
24472026-05-26T23:03:47.416Z Compiling async-compression v0.4.41
24482026-05-26T23:03:47.519Z Compiling toml v1.0.6+spec-1.1.0
24492026-05-26T23:03:47.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-05-26T23:03:47.585Z Compiling async-stream v0.3.6
24512026-05-26T23:03:47.704Z Compiling slog-term v2.9.2
24522026-05-26T23:03:47.726Z Compiling dropshot v0.17.0
24532026-05-26T23:03:47.756Z Compiling num-rational v0.4.2
24542026-05-26T23:03:47.785Z Compiling progenitor-client v0.14.0
24552026-05-26T23:03:47.808Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-26T23:03:47.901Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-26T23:03:47.905Z Compiling waitgroup v0.1.2
24582026-05-26T23:03:47.945Z Compiling backon v1.6.0
24592026-05-26T23:03:48.016Z Compiling rustls-pemfile v2.2.0
24602026-05-26T23:03:48.066Z Compiling num-complex v0.4.6
24612026-05-26T23:03:48.111Z Compiling serde_path_to_error v0.1.20
24622026-05-26T23:03:48.134Z Compiling hostname v0.4.2
24632026-05-26T23:03:48.153Z Compiling instant v0.1.13
24642026-05-26T23:03:48.183Z Compiling debug-ignore v1.0.5
24652026-05-26T23:03:48.233Z Compiling progenitor-extras v0.2.0
24662026-05-26T23:03:48.254Z Compiling typify-impl v0.6.2
24672026-05-26T23:03:48.289Z Compiling backoff v0.4.0
24682026-05-26T23:03:48.311Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24692026-05-26T23:03:48.335Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-05-26T23:03:48.526Z Compiling num v0.4.3
24712026-05-26T23:03:48.548Z Compiling parse-display v0.10.0
24722026-05-26T23:03:48.573Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732026-05-26T23:03:48.576Z Compiling progenitor-client v0.10.0
24742026-05-26T23:03:48.629Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-05-26T23:03:48.650Z Compiling macaddr v1.0.1
24762026-05-26T23:03:48.705Z Compiling float-ord v0.3.2
24772026-05-26T23:03:48.790Z Compiling humantime v2.3.0
24782026-05-26T23:03:48.881Z Compiling console v0.15.11
24792026-05-26T23:03:48.927Z Compiling atomicwrites v0.4.4
24802026-05-26T23:03:48.931Z Compiling newline-converter v0.3.0
24812026-05-26T23:03:49.048Z Compiling progenitor-client v0.13.0
24822026-05-26T23:03:49.071Z Compiling slog-dtrace v0.3.0
24832026-05-26T23:03:49.110Z Compiling resolv-conf v0.7.6
24842026-05-26T23:03:49.280Z Compiling expectorate v1.2.0
24852026-05-26T23:03:49.303Z Compiling cancel-safe-futures v0.1.5
24862026-05-26T23:03:49.363Z Compiling tokio-rustls v0.25.0
24872026-05-26T23:03:49.398Z Compiling owo-colors v4.3.0
24882026-05-26T23:03:49.482Z Compiling toml v0.8.23
24892026-05-26T23:03:49.533Z Compiling libsw-core v0.3.2
24902026-05-26T23:03:49.663Z Compiling linked-hash-map v0.5.6
24912026-05-26T23:03:49.772Z Compiling libsw v3.5.0
24922026-05-26T23:03:49.772Z Compiling linear-map v1.2.0
24932026-05-26T23:03:49.920Z Compiling lru-cache v0.1.2
24942026-05-26T23:03:50.016Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-05-26T23:03:50.038Z Compiling minimal-lexical v0.2.1
24962026-05-26T23:03:50.072Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-26T23:03:50.096Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-26T23:03:50.120Z Compiling hickory-proto v0.24.4
24992026-05-26T23:03:50.178Z Compiling unicode-xid v0.2.6
25002026-05-26T23:03:50.236Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-05-26T23:03:50.316Z Compiling nom v7.1.3
25022026-05-26T23:03:50.339Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-26T23:03:50.496Z Compiling convert_case v0.10.0
25042026-05-26T23:03:50.801Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-26T23:03:50.823Z Compiling derive_more-impl v2.1.1
25062026-05-26T23:03:51.322Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-05-26T23:03:51.646Z Compiling derive_more v2.1.1
25082026-05-26T23:03:51.761Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-05-26T23:03:51.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-05-26T23:03:51.789Z Compiling papergrid v0.11.0
25112026-05-26T23:03:51.950Z Compiling typify-macro v0.6.2
25122026-05-26T23:03:51.990Z Compiling tabled_derive v0.7.0
25132026-05-26T23:03:52.056Z Compiling termtree v0.5.1
25142026-05-26T23:03:52.273Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-26T23:03:52.624Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-26T23:03:52.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-05-26T23:03:52.985Z Compiling hickory-resolver v0.24.4
25182026-05-26T23:03:53.050Z Compiling tabled v0.15.0
25192026-05-26T23:03:53.146Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-26T23:03:53.674Z Compiling typify v0.6.2
25212026-05-26T23:03:53.972Z Compiling progenitor-impl v0.14.0
25222026-05-26T23:03:54.595Z Compiling progenitor-impl v0.13.0
25232026-05-26T23:03:56.250Z Compiling progenitor-macro v0.14.0
25242026-05-26T23:03:56.460Z Compiling qorb v0.4.1
25252026-05-26T23:03:56.922Z Compiling progenitor-macro v0.13.0
25262026-05-26T23:03:58.021Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-05-26T23:03:58.813Z Compiling crossterm v0.29.0
25282026-05-26T23:03:58.852Z Compiling phf_shared v0.12.1
25292026-05-26T23:03:59.103Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-26T23:03:59.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-05-26T23:03:59.301Z Compiling vte v0.14.1
25322026-05-26T23:03:59.696Z Compiling csv-core v0.1.13
25332026-05-26T23:04:01.034Z Compiling highway v1.3.0
25342026-05-26T23:04:01.094Z Compiling chrono-tz v0.10.4
25352026-05-26T23:04:01.094Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-26T23:04:01.094Z Compiling csv v1.4.0
25372026-05-26T23:04:01.096Z Compiling progenitor v0.14.0
25382026-05-26T23:04:01.096Z Compiling strip-ansi-escapes v0.2.1
25392026-05-26T23:04:01.096Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-26T23:04:01.246Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-26T23:04:01.299Z Compiling progenitor v0.13.0
25422026-05-26T23:04:01.342Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-05-26T23:04:01.437Z Compiling phf v0.12.1
25442026-05-26T23:04:01.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-26T23:04:01.531Z Compiling const_format_proc_macros v0.2.34
25462026-05-26T23:04:01.643Z Compiling fd-lock v4.0.4
25472026-05-26T23:04:01.827Z Compiling peg-macros v0.8.5
25482026-05-26T23:04:01.860Z Compiling nu-ansi-term v0.50.3
25492026-05-26T23:04:02.336Z Compiling const_format v0.2.35
25502026-05-26T23:04:02.434Z Compiling reedline v0.40.0
25512026-05-26T23:04:02.871Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-26T23:04:03.148Z Compiling peg v0.8.5
25532026-05-26T23:04:03.298Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-26T23:04:04.098Z Compiling bcs v0.1.6
25552026-05-26T23:04:04.152Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-05-26T23:04:04.455Z Compiling semver v0.1.20
25572026-05-26T23:04:04.551Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-05-26T23:04:04.757Z Compiling rustc_version v0.1.7
25592026-05-26T23:04:04.827Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-26T23:04:05.021Z Compiling newtype_derive v0.1.6
25612026-05-26T23:04:05.249Z Compiling smawk v0.3.2
25622026-05-26T23:04:05.468Z Compiling unicode-linebreak v0.1.5
25632026-05-26T23:04:05.562Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-05-26T23:04:05.735Z Compiling textwrap v0.16.2
25652026-05-26T23:04:05.903Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-05-26T23:04:06.134Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-26T23:04:06.327Z Compiling base64 v0.21.7
25682026-05-26T23:04:06.777Z Compiling steno v0.4.1
25692026-05-26T23:04:06.877Z Compiling dropshot-api-manager-types v0.7.2
25702026-05-26T23:04:07.051Z Compiling tagptr v0.2.0
25712026-05-26T23:04:07.256Z Compiling moka v0.12.13
25722026-05-26T23:04:07.462Z Compiling utf-8 v0.7.6
25732026-05-26T23:04:07.517Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-05-26T23:04:07.630Z Compiling hickory-proto v0.26.1
25752026-05-26T23:04:07.731Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-05-26T23:04:07.787Z Compiling tungstenite v0.21.0
25772026-05-26T23:04:07.790Z Compiling radium v0.7.0
25782026-05-26T23:04:07.909Z Compiling tap v1.0.1
25792026-05-26T23:04:08.060Z Compiling display-error-chain v0.2.2
25802026-05-26T23:04:08.133Z Compiling maybe-uninit v2.0.0
25812026-05-26T23:04:08.434Z Compiling hickory-resolver v0.25.2
25822026-05-26T23:04:08.528Z Compiling tokio-tungstenite v0.21.0
25832026-05-26T23:04:08.626Z Compiling wyz v0.5.1
25842026-05-26T23:04:08.882Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25852026-05-26T23:04:09.127Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-26T23:04:09.168Z Compiling num-derive v0.3.3
25872026-05-26T23:04:09.980Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-05-26T23:04:10.091Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-26T23:04:10.116Z Compiling zerocopy-derive v0.6.6
25902026-05-26T23:04:10.785Z Compiling proc-macro-error-attr2 v2.0.0
25912026-05-26T23:04:10.911Z Compiling funty v2.0.0
25922026-05-26T23:04:11.202Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-26T23:04:11.901Z Compiling crc-catalog v2.4.0
25942026-05-26T23:04:11.986Z Compiling packed_struct v0.10.1
25952026-05-26T23:04:12.037Z Compiling crc v3.4.0
25962026-05-26T23:04:12.064Z Compiling bitvec v1.0.1
25972026-05-26T23:04:12.349Z Compiling proc-macro-error2 v2.0.1
25982026-05-26T23:04:12.377Z Compiling zerocopy v0.6.6
25992026-05-26T23:04:12.683Z Compiling libscf-sys v1.1.0
26002026-05-26T23:04:12.871Z Compiling packed_struct_codegen v0.10.1
26012026-05-26T23:04:12.895Z Compiling vergen-lib v0.1.6
26022026-05-26T23:04:13.039Z Compiling bitfield-macros v0.19.4
26032026-05-26T23:04:13.134Z Compiling indexmap v1.9.3
26042026-05-26T23:04:13.386Z Compiling nodrop v0.1.14
26052026-05-26T23:04:13.525Z Compiling array-init v0.0.4
26062026-05-26T23:04:13.781Z Compiling bitfield v0.19.4
26072026-05-26T23:04:13.945Z Compiling smallvec v0.6.14
26082026-05-26T23:04:13.990Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-05-26T23:04:13.994Z Compiling tabled_derive v0.11.0
26102026-05-26T23:04:14.230Z Compiling papergrid v0.17.0
26112026-05-26T23:04:14.319Z Compiling testing_table v0.3.0
26122026-05-26T23:04:14.620Z Compiling vergen-gitcl v1.0.8
26132026-05-26T23:04:14.721Z Compiling dirs-sys-next v0.1.2
26142026-05-26T23:04:14.763Z Compiling hashbrown v0.12.3
26152026-05-26T23:04:14.856Z Compiling maplit v1.0.2
26162026-05-26T23:04:14.978Z Compiling glob v0.3.3
26172026-05-26T23:04:15.003Z Compiling diesel_derives v2.3.7
26182026-05-26T23:04:15.111Z Compiling crunchy v0.2.4
26192026-05-26T23:04:15.258Z Compiling dirs-next v2.0.0
26202026-05-26T23:04:15.361Z Compiling clang-sys v1.8.1
26212026-05-26T23:04:15.396Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-05-26T23:04:15.419Z Compiling serde-hex v0.1.0
26232026-05-26T23:04:15.475Z Compiling tabled v0.20.0
26242026-05-26T23:04:15.593Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-26T23:04:15.760Z Compiling ron v0.8.1
26262026-05-26T23:04:15.835Z Compiling hashbrown v0.13.2
26272026-05-26T23:04:15.865Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-26T23:04:15.908Z Compiling scheduled-thread-pool v0.2.7
26292026-05-26T23:04:16.168Z Compiling dsl_auto_type v0.2.0
26302026-05-26T23:04:16.473Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-26T23:04:16.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-26T23:04:16.738Z Compiling tiny-keccak v2.0.2
26332026-05-26T23:04:16.752Z Compiling crc-any v2.5.0
26342026-05-26T23:04:16.872Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26352026-05-26T23:04:17.013Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-26T23:04:17.050Z Compiling object v0.30.4
26372026-05-26T23:04:17.211Z Compiling r2d2 v0.8.10
26382026-05-26T23:04:17.635Z Compiling term v0.7.0
26392026-05-26T23:04:17.683Z Compiling xshell-macros v0.2.7
26402026-05-26T23:04:17.743Z Compiling path-slash v0.1.5
26412026-05-26T23:04:17.901Z Compiling downcast-rs v2.0.2
26422026-05-26T23:04:17.940Z Compiling bit-vec v0.6.3
26432026-05-26T23:04:18.041Z Compiling ascii-canvas v3.0.0
26442026-05-26T23:04:18.094Z Compiling xshell v0.2.7
26452026-05-26T23:04:18.178Z Compiling bit-set v0.5.3
26462026-05-26T23:04:18.286Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-05-26T23:04:18.314Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-05-26T23:04:18.366Z Compiling itertools v0.10.5
26492026-05-26T23:04:18.510Z Compiling ena v0.14.4
26502026-05-26T23:04:18.763Z Compiling libloading v0.8.9
26512026-05-26T23:04:18.806Z Compiling crc8 v0.1.1
26522026-05-26T23:04:18.956Z Compiling unicase v2.9.0
26532026-05-26T23:04:19.003Z Compiling diff v0.1.13
26542026-05-26T23:04:19.313Z Compiling bindgen v0.71.1
26552026-05-26T23:04:19.316Z Compiling regex-syntax v0.6.29
26562026-05-26T23:04:19.490Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26572026-05-26T23:04:19.600Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-05-26T23:04:20.218Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-05-26T23:04:20.766Z Compiling lalrpop v0.19.12
26602026-05-26T23:04:20.846Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26612026-05-26T23:04:20.945Z Compiling cexpr v0.6.0
26622026-05-26T23:04:21.272Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26632026-05-26T23:04:21.397Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-05-26T23:04:21.476Z Compiling rustc-hash v2.1.1
26652026-05-26T23:04:21.536Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-05-26T23:04:21.579Z Compiling headers-core v0.3.0
26672026-05-26T23:04:21.644Z Compiling libxml v0.3.3
26682026-05-26T23:04:21.722Z Compiling diesel v2.3.7
26692026-05-26T23:04:21.746Z Compiling headers v0.4.1
26702026-05-26T23:04:21.970Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-26T23:04:22.101Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-05-26T23:04:22.224Z Compiling typify-impl v0.4.3
26732026-05-26T23:04:22.611Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-05-26T23:04:22.715Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-05-26T23:04:22.970Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-05-26T23:04:23.524Z Compiling strum_macros v0.24.3
26772026-05-26T23:04:23.547Z Compiling git-stub v1.0.0
26782026-05-26T23:04:23.575Z Compiling indoc v1.0.9
26792026-05-26T23:04:23.838Z Compiling git-stub-vcs v0.1.0
26802026-05-26T23:04:24.032Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-05-26T23:04:24.213Z Compiling derive_builder v0.20.2
26822026-05-26T23:04:24.263Z Compiling quick-xml v0.37.5
26832026-05-26T23:04:24.391Z Compiling oso-derive v0.27.3
26842026-05-26T23:04:24.827Z Compiling impl-trait-for-tuples v0.2.3
26852026-05-26T23:04:24.915Z Compiling openssl-probe v0.1.6
26862026-05-26T23:04:25.266Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-05-26T23:04:25.617Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-05-26T23:04:25.906Z Compiling typify-macro v0.4.3
26892026-05-26T23:04:26.024Z Compiling half v1.8.3
26902026-05-26T23:04:26.174Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-05-26T23:04:26.375Z Compiling serde_cbor v0.11.2
26922026-05-26T23:04:26.415Z Compiling bb8 v0.8.6
26932026-05-26T23:04:26.503Z Compiling trait-variant v0.1.2
26942026-05-26T23:04:26.527Z Compiling samael v0.0.19
26952026-05-26T23:04:26.588Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-05-26T23:04:26.807Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-05-26T23:04:27.112Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-05-26T23:04:27.159Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-05-26T23:04:27.421Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-05-26T23:04:27.534Z Compiling typify v0.4.3
27012026-05-26T23:04:27.558Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-05-26T23:04:27.657Z Compiling progenitor-impl v0.11.2
27032026-05-26T23:04:27.708Z Compiling fxhash v0.2.1
27042026-05-26T23:04:27.729Z Compiling libz-sys v1.1.24
27052026-05-26T23:04:27.752Z Compiling salty v0.3.0
27062026-05-26T23:04:27.882Z Compiling nonempty v0.12.0
27072026-05-26T23:04:28.129Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-05-26T23:04:28.246Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27092026-05-26T23:04:28.382Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-05-26T23:04:28.558Z Compiling progenitor-client v0.11.2
27112026-05-26T23:04:28.730Z Compiling polar-core v0.27.3
27122026-05-26T23:04:28.929Z Compiling kstat-rs v0.2.4
27132026-05-26T23:04:29.031Z Compiling arc-swap v1.8.2
27142026-05-26T23:04:29.113Z Compiling fs-err v2.11.0
27152026-05-26T23:04:29.596Z Compiling slog-scope v4.4.1
27162026-05-26T23:04:29.659Z Compiling mime_guess v2.0.5
27172026-05-26T23:04:29.942Z Compiling progenitor-macro v0.11.2
27182026-05-26T23:04:30.071Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27192026-05-26T23:04:30.205Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-05-26T23:04:30.500Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-05-26T23:04:32.647Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27222026-05-26T23:04:32.808Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27232026-05-26T23:04:33.150Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-26T23:04:33.337Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27252026-05-26T23:04:33.753Z Compiling nanorand v0.7.0
27262026-05-26T23:04:34.083Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-05-26T23:04:34.138Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-05-26T23:04:34.206Z Compiling progenitor v0.11.2
27292026-05-26T23:04:34.404Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-05-26T23:04:34.428Z Compiling darling_core v0.23.0
27312026-05-26T23:04:34.669Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-05-26T23:04:35.112Z Compiling parking_lot_core v0.8.6
27332026-05-26T23:04:36.700Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-05-26T23:04:38.813Z Compiling oso v0.27.3
27352026-05-26T23:04:42.323Z Compiling async-bb8-diesel v0.2.1
27362026-05-26T23:04:42.792Z Compiling diesel-dtrace v0.5.0
27372026-05-26T23:04:43.064Z Compiling darling_macro v0.23.0
27382026-05-26T23:04:43.088Z Compiling flume v0.11.1
27392026-05-26T23:04:43.130Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-26T23:04:43.233Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-05-26T23:04:43.495Z Compiling slog-stdlog v4.1.1
27422026-05-26T23:04:43.731Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-05-26T23:04:43.956Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-05-26T23:04:44.184Z Compiling primeorder v0.13.6
27452026-05-26T23:04:44.516Z Compiling atty v0.2.14
27462026-05-26T23:04:44.674Z Compiling parse-size v1.1.0
27472026-05-26T23:04:44.917Z Compiling strsim v0.10.0
27482026-05-26T23:04:45.157Z Compiling http-range v0.1.5
27492026-05-26T23:04:45.233Z Compiling instability v0.3.11
27502026-05-26T23:04:45.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-05-26T23:04:45.503Z Compiling darling_core v0.13.4
27522026-05-26T23:04:45.526Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-26T23:04:45.529Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-26T23:04:45.645Z Compiling p384 v0.13.1
27552026-05-26T23:04:45.720Z Compiling slog-envlogger v2.2.0
27562026-05-26T23:04:46.833Z Compiling darling v0.23.0
27572026-05-26T23:04:47.716Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27582026-05-26T23:04:47.782Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27592026-05-26T23:04:47.923Z Compiling ignore v0.4.25
27602026-05-26T23:04:48.413Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-05-26T23:04:48.593Z Compiling vergen-git2 v9.1.0
27622026-05-26T23:04:48.859Z Compiling castaway v0.2.4
27632026-05-26T23:04:49.024Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-26T23:04:49.098Z Compiling indoc v2.0.7
27652026-05-26T23:04:49.339Z Compiling compact_str v0.8.1
27662026-05-26T23:04:49.914Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-05-26T23:04:50.075Z Compiling globwalk v0.9.1
27682026-05-26T23:04:50.265Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692026-05-26T23:04:50.510Z Compiling parking_lot v0.11.2
27702026-05-26T23:04:50.766Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-05-26T23:04:50.823Z Compiling hyper-staticfile v0.10.1
27722026-05-26T23:04:51.418Z Compiling darling_macro v0.13.4
27732026-05-26T23:04:51.456Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-26T23:04:52.078Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-05-26T23:04:52.245Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-26T23:04:52.798Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-05-26T23:04:53.062Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-05-26T23:04:53.084Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27792026-05-26T23:04:53.293Z Compiling predicates-tree v1.0.13
27802026-05-26T23:04:53.810Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-05-26T23:04:53.896Z Compiling unicode-truncate v1.1.0
27822026-05-26T23:04:53.956Z Compiling lru v0.12.5
27832026-05-26T23:04:54.055Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-05-26T23:04:54.120Z Compiling prefix-trie v0.7.0
27852026-05-26T23:04:54.190Z Compiling rand_seeder v0.4.0
27862026-05-26T23:04:54.327Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-26T23:04:54.372Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27882026-05-26T23:04:54.458Z Compiling corncobs v0.1.4
27892026-05-26T23:04:54.601Z Compiling cassowary v0.3.0
27902026-05-26T23:04:54.624Z Compiling illumos-nvpair-sys v0.2.0
27912026-05-26T23:04:54.650Z Compiling rustls v0.21.12
27922026-05-26T23:04:54.705Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-05-26T23:04:54.726Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-05-26T23:04:54.801Z Compiling hickory-server v0.25.2
27952026-05-26T23:04:54.921Z Compiling ratatui v0.29.0
27962026-05-26T23:04:54.943Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-05-26T23:04:55.050Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-05-26T23:04:55.088Z Compiling camino-tempfile-ext v0.3.3
27992026-05-26T23:04:55.201Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-05-26T23:04:55.486Z Compiling darling v0.13.4
28012026-05-26T23:04:55.763Z Compiling sled v0.34.7
28022026-05-26T23:04:56.076Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-26T23:04:56.249Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-05-26T23:04:56.389Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-05-26T23:04:58.235Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-05-26T23:04:59.140Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-05-26T23:04:59.289Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082026-05-26T23:04:59.374Z Compiling sct v0.7.1
28092026-05-26T23:04:59.616Z Compiling rustls-webpki v0.101.7
28102026-05-26T23:04:59.661Z Compiling secrecy v0.8.0
28112026-05-26T23:04:59.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28122026-05-26T23:05:00.411Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-05-26T23:05:00.539Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
28142026-05-26T23:05:00.540Z --> dns-server/src/dns_server.rs:487:12
28152026-05-26T23:05:00.540Z |
28162026-05-26T23:05:00.541Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28172026-05-26T23:05:00.541Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28182026-05-26T23:05:00.541Z |
28192026-05-26T23:05:00.541Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28202026-05-26T23:05:00.541Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28212026-05-26T23:05:00.541Z |
28222026-05-26T23:05:00.541Z 77 | pub struct Record<R: RecordData = RData> {
28232026-05-26T23:05:00.541Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28242026-05-26T23:05:00.541Z |
28252026-05-26T23:05:00.541Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28262026-05-26T23:05:00.541Z |
28272026-05-26T23:05:00.542Z 78 | pub struct Record<R: RecordData = RData> {
28282026-05-26T23:05:00.542Z | ---------------------------------------- this is the found type
28292026-05-26T23:05:00.542Z = help: you can use `cargo tree` to explore your dependency tree
28302026-05-26T23:05:00.543Znote: required by a bound in `MessageResponse`
28312026-05-26T23:05:00.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28322026-05-26T23:05:00.543Z |
28332026-05-26T23:05:00.543Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28342026-05-26T23:05:00.543Z | --------------- required by a bound in this struct
28352026-05-26T23:05:00.543Z 22 | where
28362026-05-26T23:05:00.543Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28372026-05-26T23:05:00.544Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28382026-05-26T23:05:00.544Z
28392026-05-26T23:05:00.544Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
28402026-05-26T23:05:00.544Z --> dns-server/src/dns_server.rs:487:12
28412026-05-26T23:05:00.544Z |
28422026-05-26T23:05:00.544Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28432026-05-26T23:05:00.544Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28442026-05-26T23:05:00.544Z |
28452026-05-26T23:05:00.545Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28462026-05-26T23:05:00.545Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28472026-05-26T23:05:00.545Z |
28482026-05-26T23:05:00.545Z 77 | pub struct Record<R: RecordData = RData> {
28492026-05-26T23:05:00.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28502026-05-26T23:05:00.545Z |
28512026-05-26T23:05:00.545Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28522026-05-26T23:05:00.545Z |
28532026-05-26T23:05:00.545Z 78 | pub struct Record<R: RecordData = RData> {
28542026-05-26T23:05:00.545Z | ---------------------------------------- this is the found type
28552026-05-26T23:05:00.545Z = help: you can use `cargo tree` to explore your dependency tree
28562026-05-26T23:05:00.545Znote: required by a bound in `MessageResponse`
28572026-05-26T23:05:00.545Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
28582026-05-26T23:05:00.548Z |
28592026-05-26T23:05:00.548Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28602026-05-26T23:05:00.548Z | --------------- required by a bound in this struct
28612026-05-26T23:05:00.548Z...
28622026-05-26T23:05:00.548Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
28632026-05-26T23:05:00.548Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28642026-05-26T23:05:00.548Z
28652026-05-26T23:05:00.548Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
28662026-05-26T23:05:00.548Z --> dns-server/src/dns_server.rs:487:12
28672026-05-26T23:05:00.548Z |
28682026-05-26T23:05:00.548Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28692026-05-26T23:05:00.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28702026-05-26T23:05:00.548Z |
28712026-05-26T23:05:00.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28722026-05-26T23:05:00.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28732026-05-26T23:05:00.548Z |
28742026-05-26T23:05:00.549Z 77 | pub struct Record<R: RecordData = RData> {
28752026-05-26T23:05:00.549Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28762026-05-26T23:05:00.549Z |
28772026-05-26T23:05:00.549Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28782026-05-26T23:05:00.549Z |
28792026-05-26T23:05:00.549Z 78 | pub struct Record<R: RecordData = RData> {
28802026-05-26T23:05:00.549Z | ---------------------------------------- this is the found type
28812026-05-26T23:05:00.549Z = help: you can use `cargo tree` to explore your dependency tree
28822026-05-26T23:05:00.549Znote: required by a bound in `MessageResponse`
28832026-05-26T23:05:00.549Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
28842026-05-26T23:05:00.549Z |
28852026-05-26T23:05:00.549Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28862026-05-26T23:05:00.549Z | --------------- required by a bound in this struct
28872026-05-26T23:05:00.549Z...
28882026-05-26T23:05:00.549Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
28892026-05-26T23:05:00.549Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28902026-05-26T23:05:00.549Z
28912026-05-26T23:05:00.557Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
28922026-05-26T23:05:00.557Z --> dns-server/src/dns_server.rs:487:12
28932026-05-26T23:05:00.557Z |
28942026-05-26T23:05:00.557Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
28952026-05-26T23:05:00.557Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28962026-05-26T23:05:00.557Z |
28972026-05-26T23:05:00.557Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28982026-05-26T23:05:00.557Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28992026-05-26T23:05:00.557Z |
29002026-05-26T23:05:00.558Z 77 | pub struct Record<R: RecordData = RData> {
29012026-05-26T23:05:00.558Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29022026-05-26T23:05:00.558Z |
29032026-05-26T23:05:00.558Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29042026-05-26T23:05:00.558Z |
29052026-05-26T23:05:00.558Z 78 | pub struct Record<R: RecordData = RData> {
29062026-05-26T23:05:00.558Z | ---------------------------------------- this is the found type
29072026-05-26T23:05:00.558Z = help: you can use `cargo tree` to explore your dependency tree
29082026-05-26T23:05:00.558Znote: required by a bound in `MessageResponse`
29092026-05-26T23:05:00.558Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29102026-05-26T23:05:00.558Z |
29112026-05-26T23:05:00.558Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29122026-05-26T23:05:00.558Z | --------------- required by a bound in this struct
29132026-05-26T23:05:00.558Z...
29142026-05-26T23:05:00.558Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29152026-05-26T23:05:00.558Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29162026-05-26T23:05:00.558Z
29172026-05-26T23:05:00.719Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
29182026-05-26T23:05:00.719Z --> dns-server/src/dns_server.rs:161:36
29192026-05-26T23:05:00.719Z |
29202026-05-26T23:05:00.719Z161 | let mr = match MessageRequest::read(&mut dec) {
29212026-05-26T23:05:00.719Z | ^^^^ function or associated item not found in `MessageRequest`
29222026-05-26T23:05:00.719Z |
29232026-05-26T23:05:00.720Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29242026-05-26T23:05:00.720Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
29252026-05-26T23:05:00.720Z |
29262026-05-26T23:05:00.720Z 44 | pub trait BinDecodable<'r>: Sized {
29272026-05-26T23:05:00.720Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
29282026-05-26T23:05:00.720Z |
29292026-05-26T23:05:00.720Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
29302026-05-26T23:05:00.720Z |
29312026-05-26T23:05:00.720Z 45 | pub trait BinDecodable<'r>: Sized {
29322026-05-26T23:05:00.720Z | --------------------------------- this is the trait that was imported
29332026-05-26T23:05:00.720Z = help: you can use `cargo tree` to explore your dependency tree
29342026-05-26T23:05:00.720Z
29352026-05-26T23:05:00.734Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29362026-05-26T23:05:00.734Z --> dns-server/src/dns_server.rs:173:34
29372026-05-26T23:05:00.734Z |
29382026-05-26T23:05:00.735Z173 | let header = Header::response_from_request(mr.header());
29392026-05-26T23:05:00.735Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29402026-05-26T23:05:00.735Z |
29412026-05-26T23:05:00.735Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29422026-05-26T23:05:00.735Z --> dns-server/src/dns_server.rs:173:26
29432026-05-26T23:05:00.735Z |
29442026-05-26T23:05:00.735Z173 | let header = Header::response_from_request(mr.header());
29452026-05-26T23:05:00.735Z | ^^^^^^
29462026-05-26T23:05:00.735Z
29472026-05-26T23:05:00.760Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
29482026-05-26T23:05:00.760Z --> dns-server/src/dns_server.rs:273:30
29492026-05-26T23:05:00.760Z |
29502026-05-26T23:05:00.760Z273 | let mut header = Header::response_from_request(mr.header());
29512026-05-26T23:05:00.760Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
29522026-05-26T23:05:00.760Z |
29532026-05-26T23:05:00.760Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
29542026-05-26T23:05:00.760Z --> dns-server/src/dns_server.rs:273:22
29552026-05-26T23:05:00.761Z |
29562026-05-26T23:05:00.761Z273 | let mut header = Header::response_from_request(mr.header());
29572026-05-26T23:05:00.761Z | ^^^^^^
29582026-05-26T23:05:00.761Z
29592026-05-26T23:05:00.780Zerror[E0308]: mismatched types
29602026-05-26T23:05:00.780Z --> dns-server/src/dns_server.rs:299:30
29612026-05-26T23:05:00.780Z |
29622026-05-26T23:05:00.780Z299 | let answer = store.query(query)?;
29632026-05-26T23:05:00.780Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
29642026-05-26T23:05:00.780Z | |
29652026-05-26T23:05:00.780Z | arguments to this method are incorrect
29662026-05-26T23:05:00.781Z |
29672026-05-26T23:05:00.781Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29682026-05-26T23:05:00.781Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
29692026-05-26T23:05:00.781Z |
29702026-05-26T23:05:00.781Z 22 | pub struct LowerQuery {
29712026-05-26T23:05:00.781Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29722026-05-26T23:05:00.781Z |
29732026-05-26T23:05:00.781Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
29742026-05-26T23:05:00.781Z |
29752026-05-26T23:05:00.781Z 18 | pub struct LowerQuery {
29762026-05-26T23:05:00.781Z | --------------------- this is the found type
29772026-05-26T23:05:00.781Z = help: you can use `cargo tree` to explore your dependency tree
29782026-05-26T23:05:00.781Znote: method defined here
29792026-05-26T23:05:00.781Z --> dns-server/src/storage.rs:762:19
29802026-05-26T23:05:00.781Z |
29812026-05-26T23:05:00.781Z762 | pub(crate) fn query(
29822026-05-26T23:05:00.781Z | ^^^^^
29832026-05-26T23:05:00.781Z763 | &self,
29842026-05-26T23:05:00.781Z764 | query: &LowerQuery,
29852026-05-26T23:05:00.781Z | ------------------
29862026-05-26T23:05:00.781Z
29872026-05-26T23:05:00.786Zerror[E0308]: mismatched types
29882026-05-26T23:05:00.786Z --> dns-server/src/dns_server.rs:311:55
29892026-05-26T23:05:00.786Z |
29902026-05-26T23:05:00.786Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
29912026-05-26T23:05:00.786Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
29922026-05-26T23:05:00.786Z | |
29932026-05-26T23:05:00.786Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
29942026-05-26T23:05:00.786Z |
29952026-05-26T23:05:00.786Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29962026-05-26T23:05:00.786Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
29972026-05-26T23:05:00.786Z |
29982026-05-26T23:05:00.786Z 33 | pub enum RecordType {
29992026-05-26T23:05:00.786Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
30002026-05-26T23:05:00.786Z |
30012026-05-26T23:05:00.786Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
30022026-05-26T23:05:00.786Z |
30032026-05-26T23:05:00.786Z 33 | pub enum RecordType {
30042026-05-26T23:05:00.786Z | ------------------- this is the found type
30052026-05-26T23:05:00.786Z = help: you can use `cargo tree` to explore your dependency tree
30062026-05-26T23:05:00.786Z
30072026-05-26T23:05:00.804Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
30082026-05-26T23:05:00.804Z --> dns-server/src/dns_server.rs:327:60
30092026-05-26T23:05:00.804Z |
30102026-05-26T23:05:00.804Z327 | .filter(|record| match (query.query_type(), record.data()) {
30112026-05-26T23:05:00.804Z | ^^^^-- help: remove the arguments
30122026-05-26T23:05:00.804Z | |
30132026-05-26T23:05:00.804Z | field, not a method
30142026-05-26T23:05:00.804Z
30152026-05-26T23:05:00.820Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
30162026-05-26T23:05:00.821Z --> dns-server/src/dns_server.rs:348:51
30172026-05-26T23:05:00.821Z |
30182026-05-26T23:05:00.821Z348 | let additionals_target = match record.data() {
30192026-05-26T23:05:00.821Z | ^^^^-- help: remove the arguments
30202026-05-26T23:05:00.821Z | |
30212026-05-26T23:05:00.821Z | field, not a method
30222026-05-26T23:05:00.821Z
30232026-05-26T23:05:00.837Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
30242026-05-26T23:05:00.837Z --> dns-server/src/dns_server.rs:349:45
30252026-05-26T23:05:00.837Z |
30262026-05-26T23:05:00.837Z349 | RData::SRV(srv) => Some(srv.target()),
30272026-05-26T23:05:00.837Z | ^^^^^^-- help: remove the arguments
30282026-05-26T23:05:00.837Z | |
30292026-05-26T23:05:00.837Z | field, not a method
30302026-05-26T23:05:00.837Z
30312026-05-26T23:05:00.843Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
30322026-05-26T23:05:00.843Z --> dns-server/src/dns_server.rs:416:9
30332026-05-26T23:05:00.843Z |
30342026-05-26T23:05:00.843Z414 | let mresp = rb.build(
30352026-05-26T23:05:00.843Z | ----- required by a bound introduced by this call
30362026-05-26T23:05:00.843Z415 | header,
30372026-05-26T23:05:00.843Z416 | response_records.iter().collect::<Vec<&Record>>(),
30382026-05-26T23:05:00.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30392026-05-26T23:05:00.844Z |
30402026-05-26T23:05:00.844Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30412026-05-26T23:05:00.844Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30422026-05-26T23:05:00.844Z |
30432026-05-26T23:05:00.844Z 77 | pub struct Record<R: RecordData = RData> {
30442026-05-26T23:05:00.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30452026-05-26T23:05:00.844Z |
30462026-05-26T23:05:00.844Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30472026-05-26T23:05:00.844Z |
30482026-05-26T23:05:00.844Z 78 | pub struct Record<R: RecordData = RData> {
30492026-05-26T23:05:00.844Z | ---------------------------------------- this is the found type
30502026-05-26T23:05:00.844Z = help: you can use `cargo tree` to explore your dependency tree
30512026-05-26T23:05:00.844Znote: the method call chain might not have had the expected associated types
30522026-05-26T23:05:00.844Z --> dns-server/src/dns_server.rs:416:26
30532026-05-26T23:05:00.845Z |
30542026-05-26T23:05:00.845Z411 | response_records: &[Record],
30552026-05-26T23:05:00.845Z | ---------------- this expression has type `&[Record]`
30562026-05-26T23:05:00.845Z...
30572026-05-26T23:05:00.845Z416 | response_records.iter().collect::<Vec<&Record>>(),
30582026-05-26T23:05:00.845Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
30592026-05-26T23:05:00.845Z | |
30602026-05-26T23:05:00.845Z | `IntoIterator::Item` is `&Record` here
30612026-05-26T23:05:00.845Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
30622026-05-26T23:05:00.845Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
30632026-05-26T23:05:00.845Z |
30642026-05-26T23:05:00.845Z129 | pub fn build<'a, A, N, S, D>(
30652026-05-26T23:05:00.845Z | ----- required by a bound in this associated function
30662026-05-26T23:05:00.845Z...
30672026-05-26T23:05:00.845Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
30682026-05-26T23:05:00.845Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
30692026-05-26T23:05:00.845Z
30702026-05-26T23:05:00.845Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30712026-05-26T23:05:00.845Z --> dns-server/src/dns_server.rs:414:20
30722026-05-26T23:05:00.845Z |
30732026-05-26T23:05:00.845Z414 | let mresp = rb.build(
30742026-05-26T23:05:00.845Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30752026-05-26T23:05:00.846Z |
30762026-05-26T23:05:00.846Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30772026-05-26T23:05:00.846Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30782026-05-26T23:05:00.846Z |
30792026-05-26T23:05:00.846Z 77 | pub struct Record<R: RecordData = RData> {
30802026-05-26T23:05:00.846Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30812026-05-26T23:05:00.846Z |
30822026-05-26T23:05:00.846Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30832026-05-26T23:05:00.846Z |
30842026-05-26T23:05:00.846Z 78 | pub struct Record<R: RecordData = RData> {
30852026-05-26T23:05:00.846Z | ---------------------------------------- this is the found type
30862026-05-26T23:05:00.846Z = help: you can use `cargo tree` to explore your dependency tree
30872026-05-26T23:05:00.846Znote: required by a bound in `MessageResponse`
30882026-05-26T23:05:00.846Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30892026-05-26T23:05:00.846Z |
30902026-05-26T23:05:00.846Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30912026-05-26T23:05:00.846Z | --------------- required by a bound in this struct
30922026-05-26T23:05:00.846Z 22 | where
30932026-05-26T23:05:00.846Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30942026-05-26T23:05:00.846Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30952026-05-26T23:05:00.846Z
30962026-05-26T23:05:00.852Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
30972026-05-26T23:05:00.852Z --> dns-server/src/dns_server.rs:419:9
30982026-05-26T23:05:00.852Z |
30992026-05-26T23:05:00.852Z414 | let mresp = rb.build(
31002026-05-26T23:05:00.853Z | ----- required by a bound introduced by this call
31012026-05-26T23:05:00.853Z...
31022026-05-26T23:05:00.853Z419 | additional_records,
31032026-05-26T23:05:00.853Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31042026-05-26T23:05:00.853Z |
31052026-05-26T23:05:00.853Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31062026-05-26T23:05:00.853Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31072026-05-26T23:05:00.853Z |
31082026-05-26T23:05:00.853Z 77 | pub struct Record<R: RecordData = RData> {
31092026-05-26T23:05:00.855Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31102026-05-26T23:05:00.855Z |
31112026-05-26T23:05:00.855Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31122026-05-26T23:05:00.855Z |
31132026-05-26T23:05:00.855Z 78 | pub struct Record<R: RecordData = RData> {
31142026-05-26T23:05:00.855Z | ---------------------------------------- this is the found type
31152026-05-26T23:05:00.855Z = help: you can use `cargo tree` to explore your dependency tree
31162026-05-26T23:05:00.855Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
31172026-05-26T23:05:00.855Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
31182026-05-26T23:05:00.857Z |
31192026-05-26T23:05:00.857Z129 | pub fn build<'a, A, N, S, D>(
31202026-05-26T23:05:00.857Z | ----- required by a bound in this associated function
31212026-05-26T23:05:00.857Z...
31222026-05-26T23:05:00.857Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
31232026-05-26T23:05:00.857Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
31242026-05-26T23:05:00.857Z
31252026-05-26T23:05:00.857Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31262026-05-26T23:05:00.857Z --> dns-server/src/dns_server.rs:414:20
31272026-05-26T23:05:00.857Z |
31282026-05-26T23:05:00.857Z414 | let mresp = rb.build(
31292026-05-26T23:05:00.857Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
31302026-05-26T23:05:00.857Z |
31312026-05-26T23:05:00.857Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31322026-05-26T23:05:00.857Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31332026-05-26T23:05:00.857Z |
31342026-05-26T23:05:00.857Z 77 | pub struct Record<R: RecordData = RData> {
31352026-05-26T23:05:00.857Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31362026-05-26T23:05:00.857Z |
31372026-05-26T23:05:00.857Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31382026-05-26T23:05:00.857Z |
31392026-05-26T23:05:00.857Z 78 | pub struct Record<R: RecordData = RData> {
31402026-05-26T23:05:00.858Z | ---------------------------------------- this is the found type
31412026-05-26T23:05:00.858Z = help: you can use `cargo tree` to explore your dependency tree
31422026-05-26T23:05:00.858Znote: required by a bound in `MessageResponse`
31432026-05-26T23:05:00.858Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
31442026-05-26T23:05:00.858Z |
31452026-05-26T23:05:00.858Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
31462026-05-26T23:05:00.858Z | --------------- required by a bound in this struct
31472026-05-26T23:05:00.858Z...
31482026-05-26T23:05:00.858Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
31492026-05-26T23:05:00.858Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
31502026-05-26T23:05:00.858Z
31512026-05-26T23:05:00.862Zerror[E0308]: mismatched types
31522026-05-26T23:05:00.862Z --> dns-server/src/dns_server.rs:415:9
31532026-05-26T23:05:00.862Z |
31542026-05-26T23:05:00.862Z414 | let mresp = rb.build(
31552026-05-26T23:05:00.862Z | ----- arguments to this method are incorrect
31562026-05-26T23:05:00.862Z415 | header,
31572026-05-26T23:05:00.862Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
31582026-05-26T23:05:00.862Z |
31592026-05-26T23:05:00.862Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31602026-05-26T23:05:00.862Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
31612026-05-26T23:05:00.862Z |
31622026-05-26T23:05:00.862Z 57 | pub struct Header {
31632026-05-26T23:05:00.862Z | ^^^^^^^^^^^^^^^^^ this is the expected type
31642026-05-26T23:05:00.862Z |
31652026-05-26T23:05:00.862Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
31662026-05-26T23:05:00.862Z |
31672026-05-26T23:05:00.862Z 57 | pub struct Header {
31682026-05-26T23:05:00.862Z | ----------------- this is the found type
31692026-05-26T23:05:00.862Z = help: you can use `cargo tree` to explore your dependency tree
31702026-05-26T23:05:00.862Znote: method defined here
31712026-05-26T23:05:00.862Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
31722026-05-26T23:05:00.862Z |
31732026-05-26T23:05:00.862Z129 | pub fn build<'a, A, N, S, D>(
31742026-05-26T23:05:00.862Z | ^^^^^
31752026-05-26T23:05:00.862Z
31762026-05-26T23:05:00.862Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31772026-05-26T23:05:00.862Z --> dns-server/src/dns_server.rs:422:31
31782026-05-26T23:05:00.862Z |
31792026-05-26T23:05:00.862Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31802026-05-26T23:05:00.862Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31812026-05-26T23:05:00.862Z | |
31822026-05-26T23:05:00.862Z | required by a bound introduced by this call
31832026-05-26T23:05:00.863Z |
31842026-05-26T23:05:00.863Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31852026-05-26T23:05:00.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31862026-05-26T23:05:00.863Z |
31872026-05-26T23:05:00.863Z 78 | pub struct Record<R: RecordData = RData> {
31882026-05-26T23:05:00.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31892026-05-26T23:05:00.863Z |
31902026-05-26T23:05:00.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31912026-05-26T23:05:00.863Z |
31922026-05-26T23:05:00.863Z 77 | pub struct Record<R: RecordData = RData> {
31932026-05-26T23:05:00.863Z | ---------------------------------------- this is the found type
31942026-05-26T23:05:00.863Z = help: you can use `cargo tree` to explore your dependency tree
31952026-05-26T23:05:00.863Znote: required by a bound in `encode_and_send`
31962026-05-26T23:05:00.863Z --> dns-server/src/dns_server.rs:492:27
31972026-05-26T23:05:00.863Z |
31982026-05-26T23:05:00.864Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31992026-05-26T23:05:00.864Z | --------------- required by a bound in this function
32002026-05-26T23:05:00.864Z...
32012026-05-26T23:05:00.864Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32022026-05-26T23:05:00.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32032026-05-26T23:05:00.865Z
32042026-05-26T23:05:00.865Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32052026-05-26T23:05:00.866Z --> dns-server/src/dns_server.rs:422:31
32062026-05-26T23:05:00.867Z |
32072026-05-26T23:05:00.867Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32082026-05-26T23:05:00.867Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32092026-05-26T23:05:00.867Z |
32102026-05-26T23:05:00.867Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32112026-05-26T23:05:00.867Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32122026-05-26T23:05:00.867Z |
32132026-05-26T23:05:00.867Z 77 | pub struct Record<R: RecordData = RData> {
32142026-05-26T23:05:00.867Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32152026-05-26T23:05:00.867Z |
32162026-05-26T23:05:00.867Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32172026-05-26T23:05:00.867Z |
32182026-05-26T23:05:00.867Z 78 | pub struct Record<R: RecordData = RData> {
32192026-05-26T23:05:00.867Z | ---------------------------------------- this is the found type
32202026-05-26T23:05:00.867Z = help: you can use `cargo tree` to explore your dependency tree
32212026-05-26T23:05:00.867Znote: required by a bound in `MessageResponse`
32222026-05-26T23:05:00.867Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
32232026-05-26T23:05:00.867Z |
32242026-05-26T23:05:00.867Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32252026-05-26T23:05:00.867Z | --------------- required by a bound in this struct
32262026-05-26T23:05:00.868Z 22 | where
32272026-05-26T23:05:00.868Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32282026-05-26T23:05:00.868Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32292026-05-26T23:05:00.868Z
32302026-05-26T23:05:00.868Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32312026-05-26T23:05:00.868Z --> dns-server/src/dns_server.rs:422:31
32322026-05-26T23:05:00.868Z |
32332026-05-26T23:05:00.868Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32342026-05-26T23:05:00.868Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
32352026-05-26T23:05:00.868Z |
32362026-05-26T23:05:00.868Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32372026-05-26T23:05:00.868Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32382026-05-26T23:05:00.868Z |
32392026-05-26T23:05:00.868Z 77 | pub struct Record<R: RecordData = RData> {
32402026-05-26T23:05:00.868Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32412026-05-26T23:05:00.868Z |
32422026-05-26T23:05:00.868Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32432026-05-26T23:05:00.868Z |
32442026-05-26T23:05:00.868Z 78 | pub struct Record<R: RecordData = RData> {
32452026-05-26T23:05:00.868Z | ---------------------------------------- this is the found type
32462026-05-26T23:05:00.868Z = help: you can use `cargo tree` to explore your dependency tree
32472026-05-26T23:05:00.869Znote: required by a bound in `MessageResponse`
32482026-05-26T23:05:00.869Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
32492026-05-26T23:05:00.869Z |
32502026-05-26T23:05:00.869Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
32512026-05-26T23:05:00.874Z | --------------- required by a bound in this struct
32522026-05-26T23:05:00.874Z...
32532026-05-26T23:05:00.874Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32542026-05-26T23:05:00.874Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
32552026-05-26T23:05:00.874Z
32562026-05-26T23:05:00.874Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32572026-05-26T23:05:00.874Z --> dns-server/src/dns_server.rs:422:5
32582026-05-26T23:05:00.874Z |
32592026-05-26T23:05:00.874Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32602026-05-26T23:05:00.874Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32612026-05-26T23:05:00.874Z |
32622026-05-26T23:05:00.874Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32632026-05-26T23:05:00.874Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32642026-05-26T23:05:00.874Z |
32652026-05-26T23:05:00.874Z 78 | pub struct Record<R: RecordData = RData> {
32662026-05-26T23:05:00.874Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32672026-05-26T23:05:00.875Z |
32682026-05-26T23:05:00.876Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32692026-05-26T23:05:00.876Z |
32702026-05-26T23:05:00.876Z 77 | pub struct Record<R: RecordData = RData> {
32712026-05-26T23:05:00.876Z | ---------------------------------------- this is the found type
32722026-05-26T23:05:00.876Z = help: you can use `cargo tree` to explore your dependency tree
32732026-05-26T23:05:00.876Znote: required by a bound in `encode_and_send`
32742026-05-26T23:05:00.876Z --> dns-server/src/dns_server.rs:492:27
32752026-05-26T23:05:00.876Z |
32762026-05-26T23:05:00.876Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32772026-05-26T23:05:00.876Z | --------------- required by a bound in this function
32782026-05-26T23:05:00.876Z...
32792026-05-26T23:05:00.876Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32802026-05-26T23:05:00.876Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32812026-05-26T23:05:00.876Z
32822026-05-26T23:05:00.876Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
32832026-05-26T23:05:00.876Z --> dns-server/src/dns_server.rs:422:49
32842026-05-26T23:05:00.876Z |
32852026-05-26T23:05:00.876Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
32862026-05-26T23:05:00.876Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32872026-05-26T23:05:00.876Z |
32882026-05-26T23:05:00.876Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32892026-05-26T23:05:00.876Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32902026-05-26T23:05:00.876Z |
32912026-05-26T23:05:00.876Z 78 | pub struct Record<R: RecordData = RData> {
32922026-05-26T23:05:00.876Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32932026-05-26T23:05:00.877Z |
32942026-05-26T23:05:00.877Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32952026-05-26T23:05:00.878Z |
32962026-05-26T23:05:00.878Z 77 | pub struct Record<R: RecordData = RData> {
32972026-05-26T23:05:00.878Z | ---------------------------------------- this is the found type
32982026-05-26T23:05:00.878Z = help: you can use `cargo tree` to explore your dependency tree
32992026-05-26T23:05:00.878Znote: required by a bound in `encode_and_send`
33002026-05-26T23:05:00.878Z --> dns-server/src/dns_server.rs:492:27
33012026-05-26T23:05:00.878Z |
33022026-05-26T23:05:00.878Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33032026-05-26T23:05:00.878Z | --------------- required by a bound in this function
33042026-05-26T23:05:00.878Z...
33052026-05-26T23:05:00.878Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33062026-05-26T23:05:00.878Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33072026-05-26T23:05:00.878Z
33082026-05-26T23:05:00.878Zerror[E0308]: arguments to this method are incorrect
33092026-05-26T23:05:00.878Z --> dns-server/src/dns_server.rs:438:33
33102026-05-26T23:05:00.878Z |
33112026-05-26T23:05:00.878Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
33122026-05-26T23:05:00.878Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
33132026-05-26T23:05:00.879Z | |
33142026-05-26T23:05:00.879Z | expected `&Header`, found `&&Header`
33152026-05-26T23:05:00.879Z |
33162026-05-26T23:05:00.879Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
33172026-05-26T23:05:00.879Z found reference `&&hickory_proto::op::Header`
33182026-05-26T23:05:00.879Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33192026-05-26T23:05:00.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
33202026-05-26T23:05:00.879Z |
33212026-05-26T23:05:00.879Z 67 | pub enum ResponseCode {
33222026-05-26T23:05:00.879Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33232026-05-26T23:05:00.879Z |
33242026-05-26T23:05:00.879Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
33252026-05-26T23:05:00.879Z |
33262026-05-26T23:05:00.879Z 67 | pub enum ResponseCode {
33272026-05-26T23:05:00.879Z | --------------------- this is the found type
33282026-05-26T23:05:00.879Z = help: you can use `cargo tree` to explore your dependency tree
33292026-05-26T23:05:00.879Znote: method defined here
33302026-05-26T23:05:00.879Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
33312026-05-26T23:05:00.879Z |
33322026-05-26T23:05:00.879Z190 | pub fn error_msg<'a>(
33332026-05-26T23:05:00.880Z | ^^^^^^^^^
33342026-05-26T23:05:00.880Z
33352026-05-26T23:05:00.880Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33362026-05-26T23:05:00.880Z --> dns-server/src/dns_server.rs:457:50
33372026-05-26T23:05:00.880Z |
33382026-05-26T23:05:00.880Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33392026-05-26T23:05:00.880Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33402026-05-26T23:05:00.880Z | |
33412026-05-26T23:05:00.880Z | required by a bound introduced by this call
33422026-05-26T23:05:00.880Z |
33432026-05-26T23:05:00.880Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33442026-05-26T23:05:00.880Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33452026-05-26T23:05:00.881Z |
33462026-05-26T23:05:00.881Z 78 | pub struct Record<R: RecordData = RData> {
33472026-05-26T23:05:00.881Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33482026-05-26T23:05:00.881Z |
33492026-05-26T23:05:00.881Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33502026-05-26T23:05:00.881Z |
33512026-05-26T23:05:00.885Z 77 | pub struct Record<R: RecordData = RData> {
33522026-05-26T23:05:00.885Z | ---------------------------------------- this is the found type
33532026-05-26T23:05:00.885Z = help: you can use `cargo tree` to explore your dependency tree
33542026-05-26T23:05:00.885Znote: required by a bound in `encode_and_send`
33552026-05-26T23:05:00.886Z --> dns-server/src/dns_server.rs:491:23
33562026-05-26T23:05:00.886Z |
33572026-05-26T23:05:00.886Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33582026-05-26T23:05:00.886Z | --------------- required by a bound in this function
33592026-05-26T23:05:00.886Z...
33602026-05-26T23:05:00.886Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33612026-05-26T23:05:00.886Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33622026-05-26T23:05:00.886Z
33632026-05-26T23:05:00.886Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33642026-05-26T23:05:00.886Z --> dns-server/src/dns_server.rs:457:50
33652026-05-26T23:05:00.886Z |
33662026-05-26T23:05:00.886Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33672026-05-26T23:05:00.886Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33682026-05-26T23:05:00.886Z | |
33692026-05-26T23:05:00.886Z | required by a bound introduced by this call
33702026-05-26T23:05:00.886Z |
33712026-05-26T23:05:00.886Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33722026-05-26T23:05:00.886Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33732026-05-26T23:05:00.886Z |
33742026-05-26T23:05:00.886Z 78 | pub struct Record<R: RecordData = RData> {
33752026-05-26T23:05:00.886Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33762026-05-26T23:05:00.886Z |
33772026-05-26T23:05:00.886Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33782026-05-26T23:05:00.886Z |
33792026-05-26T23:05:00.887Z 77 | pub struct Record<R: RecordData = RData> {
33802026-05-26T23:05:00.887Z | ---------------------------------------- this is the found type
33812026-05-26T23:05:00.887Z = help: you can use `cargo tree` to explore your dependency tree
33822026-05-26T23:05:00.887Znote: required by a bound in `encode_and_send`
33832026-05-26T23:05:00.887Z --> dns-server/src/dns_server.rs:492:27
33842026-05-26T23:05:00.887Z |
33852026-05-26T23:05:00.887Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33862026-05-26T23:05:00.887Z | --------------- required by a bound in this function
33872026-05-26T23:05:00.887Z...
33882026-05-26T23:05:00.888Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33892026-05-26T23:05:00.888Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33902026-05-26T23:05:00.888Z
33912026-05-26T23:05:00.888Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33922026-05-26T23:05:00.888Z --> dns-server/src/dns_server.rs:457:50
33932026-05-26T23:05:00.889Z |
33942026-05-26T23:05:00.889Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33952026-05-26T23:05:00.889Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33962026-05-26T23:05:00.891Z | |
33972026-05-26T23:05:00.891Z | required by a bound introduced by this call
33982026-05-26T23:05:00.891Z |
33992026-05-26T23:05:00.891Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34002026-05-26T23:05:00.891Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34012026-05-26T23:05:00.891Z |
34022026-05-26T23:05:00.891Z 78 | pub struct Record<R: RecordData = RData> {
34032026-05-26T23:05:00.891Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34042026-05-26T23:05:00.891Z |
34052026-05-26T23:05:00.891Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34062026-05-26T23:05:00.891Z |
34072026-05-26T23:05:00.891Z 77 | pub struct Record<R: RecordData = RData> {
34082026-05-26T23:05:00.891Z | ---------------------------------------- this is the found type
34092026-05-26T23:05:00.891Z = help: you can use `cargo tree` to explore your dependency tree
34102026-05-26T23:05:00.891Znote: required by a bound in `encode_and_send`
34112026-05-26T23:05:00.891Z --> dns-server/src/dns_server.rs:493:19
34122026-05-26T23:05:00.891Z |
34132026-05-26T23:05:00.891Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34142026-05-26T23:05:00.891Z | --------------- required by a bound in this function
34152026-05-26T23:05:00.891Z...
34162026-05-26T23:05:00.891Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34172026-05-26T23:05:00.892Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34182026-05-26T23:05:00.892Z
34192026-05-26T23:05:00.892Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34202026-05-26T23:05:00.892Z --> dns-server/src/dns_server.rs:457:50
34212026-05-26T23:05:00.892Z |
34222026-05-26T23:05:00.892Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34232026-05-26T23:05:00.892Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34242026-05-26T23:05:00.893Z | |
34252026-05-26T23:05:00.893Z | required by a bound introduced by this call
34262026-05-26T23:05:00.893Z |
34272026-05-26T23:05:00.893Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34282026-05-26T23:05:00.893Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34292026-05-26T23:05:00.893Z |
34302026-05-26T23:05:00.893Z 78 | pub struct Record<R: RecordData = RData> {
34312026-05-26T23:05:00.893Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34322026-05-26T23:05:00.893Z |
34332026-05-26T23:05:00.893Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34342026-05-26T23:05:00.893Z |
34352026-05-26T23:05:00.893Z 77 | pub struct Record<R: RecordData = RData> {
34362026-05-26T23:05:00.893Z | ---------------------------------------- this is the found type
34372026-05-26T23:05:00.893Z = help: you can use `cargo tree` to explore your dependency tree
34382026-05-26T23:05:00.893Znote: required by a bound in `encode_and_send`
34392026-05-26T23:05:00.893Z --> dns-server/src/dns_server.rs:494:27
34402026-05-26T23:05:00.893Z |
34412026-05-26T23:05:00.893Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34422026-05-26T23:05:00.893Z | --------------- required by a bound in this function
34432026-05-26T23:05:00.893Z...
34442026-05-26T23:05:00.893Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34452026-05-26T23:05:00.893Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34462026-05-26T23:05:00.893Z
34472026-05-26T23:05:00.893Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34482026-05-26T23:05:00.894Z --> dns-server/src/dns_server.rs:457:25
34492026-05-26T23:05:00.894Z |
34502026-05-26T23:05:00.894Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34512026-05-26T23:05:00.898Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34522026-05-26T23:05:00.899Z |
34532026-05-26T23:05:00.899Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34542026-05-26T23:05:00.899Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34552026-05-26T23:05:00.899Z |
34562026-05-26T23:05:00.899Z 78 | pub struct Record<R: RecordData = RData> {
34572026-05-26T23:05:00.899Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34582026-05-26T23:05:00.899Z |
34592026-05-26T23:05:00.899Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34602026-05-26T23:05:00.900Z |
34612026-05-26T23:05:00.900Z 77 | pub struct Record<R: RecordData = RData> {
34622026-05-26T23:05:00.900Z | ---------------------------------------- this is the found type
34632026-05-26T23:05:00.900Z = help: you can use `cargo tree` to explore your dependency tree
34642026-05-26T23:05:00.900Znote: required by a bound in `encode_and_send`
34652026-05-26T23:05:00.900Z --> dns-server/src/dns_server.rs:491:23
34662026-05-26T23:05:00.900Z |
34672026-05-26T23:05:00.900Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34682026-05-26T23:05:00.900Z | --------------- required by a bound in this function
34692026-05-26T23:05:00.900Z...
34702026-05-26T23:05:00.900Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34712026-05-26T23:05:00.901Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34722026-05-26T23:05:00.901Z
34732026-05-26T23:05:00.901Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34742026-05-26T23:05:00.901Z --> dns-server/src/dns_server.rs:457:25
34752026-05-26T23:05:00.901Z |
34762026-05-26T23:05:00.901Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34772026-05-26T23:05:00.901Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34782026-05-26T23:05:00.901Z |
34792026-05-26T23:05:00.901Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34802026-05-26T23:05:00.901Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34812026-05-26T23:05:00.903Z |
34822026-05-26T23:05:00.903Z 78 | pub struct Record<R: RecordData = RData> {
34832026-05-26T23:05:00.903Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34842026-05-26T23:05:00.903Z |
34852026-05-26T23:05:00.903Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34862026-05-26T23:05:00.903Z |
34872026-05-26T23:05:00.903Z 77 | pub struct Record<R: RecordData = RData> {
34882026-05-26T23:05:00.903Z | ---------------------------------------- this is the found type
34892026-05-26T23:05:00.903Z = help: you can use `cargo tree` to explore your dependency tree
34902026-05-26T23:05:00.904Znote: required by a bound in `encode_and_send`
34912026-05-26T23:05:00.904Z --> dns-server/src/dns_server.rs:492:27
34922026-05-26T23:05:00.904Z |
34932026-05-26T23:05:00.904Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34942026-05-26T23:05:00.904Z | --------------- required by a bound in this function
34952026-05-26T23:05:00.904Z...
34962026-05-26T23:05:00.904Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34972026-05-26T23:05:00.904Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34982026-05-26T23:05:00.904Z
34992026-05-26T23:05:00.904Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35002026-05-26T23:05:00.904Z --> dns-server/src/dns_server.rs:457:25
35012026-05-26T23:05:00.904Z |
35022026-05-26T23:05:00.904Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35032026-05-26T23:05:00.905Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35042026-05-26T23:05:00.905Z |
35052026-05-26T23:05:00.905Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35062026-05-26T23:05:00.905Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35072026-05-26T23:05:00.905Z |
35082026-05-26T23:05:00.905Z 78 | pub struct Record<R: RecordData = RData> {
35092026-05-26T23:05:00.905Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35102026-05-26T23:05:00.906Z |
35112026-05-26T23:05:00.906Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35122026-05-26T23:05:00.906Z |
35132026-05-26T23:05:00.906Z 77 | pub struct Record<R: RecordData = RData> {
35142026-05-26T23:05:00.906Z | ---------------------------------------- this is the found type
35152026-05-26T23:05:00.906Z = help: you can use `cargo tree` to explore your dependency tree
35162026-05-26T23:05:00.906Znote: required by a bound in `encode_and_send`
35172026-05-26T23:05:00.906Z --> dns-server/src/dns_server.rs:493:19
35182026-05-26T23:05:00.906Z |
35192026-05-26T23:05:00.906Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35202026-05-26T23:05:00.906Z | --------------- required by a bound in this function
35212026-05-26T23:05:00.906Z...
35222026-05-26T23:05:00.906Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35232026-05-26T23:05:00.906Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35242026-05-26T23:05:00.906Z
35252026-05-26T23:05:00.906Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35262026-05-26T23:05:00.906Z --> dns-server/src/dns_server.rs:457:25
35272026-05-26T23:05:00.906Z |
35282026-05-26T23:05:00.906Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35292026-05-26T23:05:00.906Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35302026-05-26T23:05:00.906Z |
35312026-05-26T23:05:00.906Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35322026-05-26T23:05:00.906Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35332026-05-26T23:05:00.906Z |
35342026-05-26T23:05:00.907Z 78 | pub struct Record<R: RecordData = RData> {
35352026-05-26T23:05:00.907Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35362026-05-26T23:05:00.907Z |
35372026-05-26T23:05:00.907Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35382026-05-26T23:05:00.907Z |
35392026-05-26T23:05:00.907Z 77 | pub struct Record<R: RecordData = RData> {
35402026-05-26T23:05:00.907Z | ---------------------------------------- this is the found type
35412026-05-26T23:05:00.907Z = help: you can use `cargo tree` to explore your dependency tree
35422026-05-26T23:05:00.907Znote: required by a bound in `encode_and_send`
35432026-05-26T23:05:00.907Z --> dns-server/src/dns_server.rs:494:27
35442026-05-26T23:05:00.907Z |
35452026-05-26T23:05:00.908Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35462026-05-26T23:05:00.908Z | --------------- required by a bound in this function
35472026-05-26T23:05:00.908Z...
35482026-05-26T23:05:00.908Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35492026-05-26T23:05:00.908Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35502026-05-26T23:05:00.908Z
35512026-05-26T23:05:00.912Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35522026-05-26T23:05:00.912Z --> dns-server/src/dns_server.rs:457:69
35532026-05-26T23:05:00.912Z |
35542026-05-26T23:05:00.912Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35552026-05-26T23:05:00.912Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35562026-05-26T23:05:00.912Z |
35572026-05-26T23:05:00.912Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35582026-05-26T23:05:00.912Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35592026-05-26T23:05:00.912Z |
35602026-05-26T23:05:00.912Z 78 | pub struct Record<R: RecordData = RData> {
35612026-05-26T23:05:00.912Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35622026-05-26T23:05:00.912Z |
35632026-05-26T23:05:00.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35642026-05-26T23:05:00.912Z |
35652026-05-26T23:05:00.912Z 77 | pub struct Record<R: RecordData = RData> {
35662026-05-26T23:05:00.913Z | ---------------------------------------- this is the found type
35672026-05-26T23:05:00.913Z = help: you can use `cargo tree` to explore your dependency tree
35682026-05-26T23:05:00.913Znote: required by a bound in `encode_and_send`
35692026-05-26T23:05:00.913Z --> dns-server/src/dns_server.rs:491:23
35702026-05-26T23:05:00.913Z |
35712026-05-26T23:05:00.913Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35722026-05-26T23:05:00.913Z | --------------- required by a bound in this function
35732026-05-26T23:05:00.913Z...
35742026-05-26T23:05:00.913Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35752026-05-26T23:05:00.913Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35762026-05-26T23:05:00.913Z
35772026-05-26T23:05:00.913Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35782026-05-26T23:05:00.913Z --> dns-server/src/dns_server.rs:457:69
35792026-05-26T23:05:00.913Z |
35802026-05-26T23:05:00.913Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
35812026-05-26T23:05:00.913Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35822026-05-26T23:05:00.913Z |
35832026-05-26T23:05:00.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35842026-05-26T23:05:00.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35852026-05-26T23:05:00.913Z |
35862026-05-26T23:05:00.913Z 78 | pub struct Record<R: RecordData = RData> {
35872026-05-26T23:05:00.914Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35882026-05-26T23:05:00.914Z |
35892026-05-26T23:05:00.914Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35902026-05-26T23:05:00.914Z |
35912026-05-26T23:05:00.914Z 77 | pub struct Record<R: RecordData = RData> {
35922026-05-26T23:05:00.914Z | ---------------------------------------- this is the found type
35932026-05-26T23:05:00.914Z = help: you can use `cargo tree` to explore your dependency tree
35942026-05-26T23:05:00.914Znote: required by a bound in `encode_and_send`
35952026-05-26T23:05:00.914Z --> dns-server/src/dns_server.rs:492:27
35962026-05-26T23:05:00.914Z |
35972026-05-26T23:05:00.914Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35982026-05-26T23:05:00.914Z | --------------- required by a bound in this function
35992026-05-26T23:05:00.914Z...
36002026-05-26T23:05:00.914Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36012026-05-26T23:05:00.914Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36022026-05-26T23:05:00.914Z
36032026-05-26T23:05:00.914Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36042026-05-26T23:05:00.914Z --> dns-server/src/dns_server.rs:457:69
36052026-05-26T23:05:00.914Z |
36062026-05-26T23:05:00.914Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36072026-05-26T23:05:00.914Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36082026-05-26T23:05:00.915Z |
36092026-05-26T23:05:00.915Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36102026-05-26T23:05:00.915Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36112026-05-26T23:05:00.915Z |
36122026-05-26T23:05:00.915Z 78 | pub struct Record<R: RecordData = RData> {
36132026-05-26T23:05:00.915Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36142026-05-26T23:05:00.916Z |
36152026-05-26T23:05:00.916Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36162026-05-26T23:05:00.916Z |
36172026-05-26T23:05:00.916Z 77 | pub struct Record<R: RecordData = RData> {
36182026-05-26T23:05:00.916Z | ---------------------------------------- this is the found type
36192026-05-26T23:05:00.916Z = help: you can use `cargo tree` to explore your dependency tree
36202026-05-26T23:05:00.916Znote: required by a bound in `encode_and_send`
36212026-05-26T23:05:00.916Z --> dns-server/src/dns_server.rs:493:19
36222026-05-26T23:05:00.916Z |
36232026-05-26T23:05:00.916Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36242026-05-26T23:05:00.916Z | --------------- required by a bound in this function
36252026-05-26T23:05:00.916Z...
36262026-05-26T23:05:00.916Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36272026-05-26T23:05:00.916Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36282026-05-26T23:05:00.916Z
36292026-05-26T23:05:00.916Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36302026-05-26T23:05:00.917Z --> dns-server/src/dns_server.rs:457:69
36312026-05-26T23:05:00.917Z |
36322026-05-26T23:05:00.917Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
36332026-05-26T23:05:00.917Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36342026-05-26T23:05:00.917Z |
36352026-05-26T23:05:00.917Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36362026-05-26T23:05:00.918Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36372026-05-26T23:05:00.918Z |
36382026-05-26T23:05:00.918Z 78 | pub struct Record<R: RecordData = RData> {
36392026-05-26T23:05:00.918Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36402026-05-26T23:05:00.918Z |
36412026-05-26T23:05:00.918Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36422026-05-26T23:05:00.918Z |
36432026-05-26T23:05:00.918Z 77 | pub struct Record<R: RecordData = RData> {
36442026-05-26T23:05:00.918Z | ---------------------------------------- this is the found type
36452026-05-26T23:05:00.918Z = help: you can use `cargo tree` to explore your dependency tree
36462026-05-26T23:05:00.918Znote: required by a bound in `encode_and_send`
36472026-05-26T23:05:00.918Z --> dns-server/src/dns_server.rs:494:27
36482026-05-26T23:05:00.918Z |
36492026-05-26T23:05:00.918Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36502026-05-26T23:05:00.918Z | --------------- required by a bound in this function
36512026-05-26T23:05:00.924Z...
36522026-05-26T23:05:00.924Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36532026-05-26T23:05:00.924Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36542026-05-26T23:05:00.924Z
36552026-05-26T23:05:00.924Zerror[E0308]: arguments to this method are incorrect
36562026-05-26T23:05:00.924Z --> dns-server/src/dns_server.rs:477:20
36572026-05-26T23:05:00.924Z |
36582026-05-26T23:05:00.924Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
36592026-05-26T23:05:00.924Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
36602026-05-26T23:05:00.924Z | |
36612026-05-26T23:05:00.924Z | expected `Header`, found `hickory_proto::op::Header`
36622026-05-26T23:05:00.924Z |
36632026-05-26T23:05:00.924Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36642026-05-26T23:05:00.924Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
36652026-05-26T23:05:00.924Z |
36662026-05-26T23:05:00.924Z 57 | pub struct Header {
36672026-05-26T23:05:00.924Z | ^^^^^^^^^^^^^^^^^ this is the expected type
36682026-05-26T23:05:00.924Z |
36692026-05-26T23:05:00.925Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
36702026-05-26T23:05:00.925Z |
36712026-05-26T23:05:00.925Z 57 | pub struct Header {
36722026-05-26T23:05:00.925Z | ----------------- this is the found type
36732026-05-26T23:05:00.925Z = help: you can use `cargo tree` to explore your dependency tree
36742026-05-26T23:05:00.925Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36752026-05-26T23:05:00.925Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
36762026-05-26T23:05:00.925Z |
36772026-05-26T23:05:00.925Z 67 | pub enum ResponseCode {
36782026-05-26T23:05:00.925Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36792026-05-26T23:05:00.925Z |
36802026-05-26T23:05:00.925Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
36812026-05-26T23:05:00.925Z |
36822026-05-26T23:05:00.925Z 67 | pub enum ResponseCode {
36832026-05-26T23:05:00.925Z | --------------------- this is the found type
36842026-05-26T23:05:00.925Z = help: you can use `cargo tree` to explore your dependency tree
36852026-05-26T23:05:00.925Znote: method defined here
36862026-05-26T23:05:00.925Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
36872026-05-26T23:05:00.925Z |
36882026-05-26T23:05:00.926Z190 | pub fn error_msg<'a>(
36892026-05-26T23:05:00.926Z | ^^^^^^^^^
36902026-05-26T23:05:00.926Z
36912026-05-26T23:05:00.926Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36922026-05-26T23:05:00.926Z --> dns-server/src/dns_server.rs:478:50
36932026-05-26T23:05:00.926Z |
36942026-05-26T23:05:00.926Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36952026-05-26T23:05:00.927Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36962026-05-26T23:05:00.927Z | |
36972026-05-26T23:05:00.927Z | required by a bound introduced by this call
36982026-05-26T23:05:00.927Z |
36992026-05-26T23:05:00.927Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37002026-05-26T23:05:00.927Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37012026-05-26T23:05:00.927Z |
37022026-05-26T23:05:00.927Z 78 | pub struct Record<R: RecordData = RData> {
37032026-05-26T23:05:00.927Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37042026-05-26T23:05:00.927Z |
37052026-05-26T23:05:00.927Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37062026-05-26T23:05:00.927Z |
37072026-05-26T23:05:00.927Z 77 | pub struct Record<R: RecordData = RData> {
37082026-05-26T23:05:00.928Z | ---------------------------------------- this is the found type
37092026-05-26T23:05:00.928Z = help: you can use `cargo tree` to explore your dependency tree
37102026-05-26T23:05:00.928Znote: required by a bound in `encode_and_send`
37112026-05-26T23:05:00.928Z --> dns-server/src/dns_server.rs:491:23
37122026-05-26T23:05:00.928Z |
37132026-05-26T23:05:00.928Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37142026-05-26T23:05:00.928Z | --------------- required by a bound in this function
37152026-05-26T23:05:00.928Z...
37162026-05-26T23:05:00.928Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37172026-05-26T23:05:00.928Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37182026-05-26T23:05:00.928Z
37192026-05-26T23:05:00.928Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37202026-05-26T23:05:00.928Z --> dns-server/src/dns_server.rs:478:50
37212026-05-26T23:05:00.928Z |
37222026-05-26T23:05:00.928Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37232026-05-26T23:05:00.928Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37242026-05-26T23:05:00.928Z | |
37252026-05-26T23:05:00.928Z | required by a bound introduced by this call
37262026-05-26T23:05:00.928Z |
37272026-05-26T23:05:00.928Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37282026-05-26T23:05:00.928Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37292026-05-26T23:05:00.928Z |
37302026-05-26T23:05:00.928Z 78 | pub struct Record<R: RecordData = RData> {
37312026-05-26T23:05:00.928Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37322026-05-26T23:05:00.928Z |
37332026-05-26T23:05:00.928Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37342026-05-26T23:05:00.928Z |
37352026-05-26T23:05:00.928Z 77 | pub struct Record<R: RecordData = RData> {
37362026-05-26T23:05:00.928Z | ---------------------------------------- this is the found type
37372026-05-26T23:05:00.929Z = help: you can use `cargo tree` to explore your dependency tree
37382026-05-26T23:05:00.930Znote: required by a bound in `encode_and_send`
37392026-05-26T23:05:00.930Z --> dns-server/src/dns_server.rs:492:27
37402026-05-26T23:05:00.930Z |
37412026-05-26T23:05:00.930Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37422026-05-26T23:05:00.930Z | --------------- required by a bound in this function
37432026-05-26T23:05:00.930Z...
37442026-05-26T23:05:00.930Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37452026-05-26T23:05:00.930Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37462026-05-26T23:05:00.930Z
37472026-05-26T23:05:00.930Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37482026-05-26T23:05:00.930Z --> dns-server/src/dns_server.rs:478:50
37492026-05-26T23:05:00.930Z |
37502026-05-26T23:05:00.930Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37512026-05-26T23:05:00.935Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37522026-05-26T23:05:00.935Z | |
37532026-05-26T23:05:00.935Z | required by a bound introduced by this call
37542026-05-26T23:05:00.935Z |
37552026-05-26T23:05:00.935Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37562026-05-26T23:05:00.935Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37572026-05-26T23:05:00.935Z |
37582026-05-26T23:05:00.936Z 78 | pub struct Record<R: RecordData = RData> {
37592026-05-26T23:05:00.936Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37602026-05-26T23:05:00.937Z |
37612026-05-26T23:05:00.937Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37622026-05-26T23:05:00.937Z |
37632026-05-26T23:05:00.937Z 77 | pub struct Record<R: RecordData = RData> {
37642026-05-26T23:05:00.937Z | ---------------------------------------- this is the found type
37652026-05-26T23:05:00.937Z = help: you can use `cargo tree` to explore your dependency tree
37662026-05-26T23:05:00.937Znote: required by a bound in `encode_and_send`
37672026-05-26T23:05:00.937Z --> dns-server/src/dns_server.rs:493:19
37682026-05-26T23:05:00.937Z |
37692026-05-26T23:05:00.937Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37702026-05-26T23:05:00.937Z | --------------- required by a bound in this function
37712026-05-26T23:05:00.937Z...
37722026-05-26T23:05:00.937Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37732026-05-26T23:05:00.937Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37742026-05-26T23:05:00.937Z
37752026-05-26T23:05:00.937Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37762026-05-26T23:05:00.937Z --> dns-server/src/dns_server.rs:478:50
37772026-05-26T23:05:00.937Z |
37782026-05-26T23:05:00.937Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37792026-05-26T23:05:00.937Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37802026-05-26T23:05:00.937Z | |
37812026-05-26T23:05:00.938Z | required by a bound introduced by this call
37822026-05-26T23:05:00.938Z |
37832026-05-26T23:05:00.938Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37842026-05-26T23:05:00.938Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37852026-05-26T23:05:00.938Z |
37862026-05-26T23:05:00.938Z 78 | pub struct Record<R: RecordData = RData> {
37872026-05-26T23:05:00.938Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37882026-05-26T23:05:00.938Z |
37892026-05-26T23:05:00.938Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37902026-05-26T23:05:00.938Z |
37912026-05-26T23:05:00.938Z 77 | pub struct Record<R: RecordData = RData> {
37922026-05-26T23:05:00.938Z | ---------------------------------------- this is the found type
37932026-05-26T23:05:00.938Z = help: you can use `cargo tree` to explore your dependency tree
37942026-05-26T23:05:00.938Znote: required by a bound in `encode_and_send`
37952026-05-26T23:05:00.938Z --> dns-server/src/dns_server.rs:494:27
37962026-05-26T23:05:00.938Z |
37972026-05-26T23:05:00.938Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37982026-05-26T23:05:00.938Z | --------------- required by a bound in this function
37992026-05-26T23:05:00.938Z...
38002026-05-26T23:05:00.938Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38012026-05-26T23:05:00.939Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38022026-05-26T23:05:00.939Z
38032026-05-26T23:05:00.939Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38042026-05-26T23:05:00.939Z --> dns-server/src/dns_server.rs:478:25
38052026-05-26T23:05:00.939Z |
38062026-05-26T23:05:00.939Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38072026-05-26T23:05:00.939Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38082026-05-26T23:05:00.939Z |
38092026-05-26T23:05:00.939Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38102026-05-26T23:05:00.939Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38112026-05-26T23:05:00.939Z |
38122026-05-26T23:05:00.939Z 78 | pub struct Record<R: RecordData = RData> {
38132026-05-26T23:05:00.939Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38142026-05-26T23:05:00.939Z |
38152026-05-26T23:05:00.939Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38162026-05-26T23:05:00.939Z |
38172026-05-26T23:05:00.939Z 77 | pub struct Record<R: RecordData = RData> {
38182026-05-26T23:05:00.939Z | ---------------------------------------- this is the found type
38192026-05-26T23:05:00.939Z = help: you can use `cargo tree` to explore your dependency tree
38202026-05-26T23:05:00.939Znote: required by a bound in `encode_and_send`
38212026-05-26T23:05:00.939Z --> dns-server/src/dns_server.rs:491:23
38222026-05-26T23:05:00.939Z |
38232026-05-26T23:05:00.939Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38242026-05-26T23:05:00.939Z | --------------- required by a bound in this function
38252026-05-26T23:05:00.939Z...
38262026-05-26T23:05:00.939Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38272026-05-26T23:05:00.939Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38282026-05-26T23:05:00.939Z
38292026-05-26T23:05:00.939Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38302026-05-26T23:05:00.939Z --> dns-server/src/dns_server.rs:478:25
38312026-05-26T23:05:00.939Z |
38322026-05-26T23:05:00.939Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38332026-05-26T23:05:00.939Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38342026-05-26T23:05:00.940Z |
38352026-05-26T23:05:00.940Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38362026-05-26T23:05:00.940Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38372026-05-26T23:05:00.940Z |
38382026-05-26T23:05:00.940Z 78 | pub struct Record<R: RecordData = RData> {
38392026-05-26T23:05:00.940Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38402026-05-26T23:05:00.940Z |
38412026-05-26T23:05:00.940Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38422026-05-26T23:05:00.940Z |
38432026-05-26T23:05:00.940Z 77 | pub struct Record<R: RecordData = RData> {
38442026-05-26T23:05:00.940Z | ---------------------------------------- this is the found type
38452026-05-26T23:05:00.940Z = help: you can use `cargo tree` to explore your dependency tree
38462026-05-26T23:05:00.940Znote: required by a bound in `encode_and_send`
38472026-05-26T23:05:00.940Z --> dns-server/src/dns_server.rs:492:27
38482026-05-26T23:05:00.940Z |
38492026-05-26T23:05:00.940Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38502026-05-26T23:05:00.940Z | --------------- required by a bound in this function
38512026-05-26T23:05:00.945Z...
38522026-05-26T23:05:00.945Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38532026-05-26T23:05:00.945Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38542026-05-26T23:05:00.945Z
38552026-05-26T23:05:00.945Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38562026-05-26T23:05:00.945Z --> dns-server/src/dns_server.rs:478:25
38572026-05-26T23:05:00.945Z |
38582026-05-26T23:05:00.945Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38592026-05-26T23:05:00.945Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38602026-05-26T23:05:00.945Z |
38612026-05-26T23:05:00.945Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38622026-05-26T23:05:00.945Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38632026-05-26T23:05:00.945Z |
38642026-05-26T23:05:00.945Z 78 | pub struct Record<R: RecordData = RData> {
38652026-05-26T23:05:00.945Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38662026-05-26T23:05:00.945Z |
38672026-05-26T23:05:00.945Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38682026-05-26T23:05:00.945Z |
38692026-05-26T23:05:00.945Z 77 | pub struct Record<R: RecordData = RData> {
38702026-05-26T23:05:00.945Z | ---------------------------------------- this is the found type
38712026-05-26T23:05:00.945Z = help: you can use `cargo tree` to explore your dependency tree
38722026-05-26T23:05:00.945Znote: required by a bound in `encode_and_send`
38732026-05-26T23:05:00.945Z --> dns-server/src/dns_server.rs:493:19
38742026-05-26T23:05:00.945Z |
38752026-05-26T23:05:00.945Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38762026-05-26T23:05:00.945Z | --------------- required by a bound in this function
38772026-05-26T23:05:00.945Z...
38782026-05-26T23:05:00.945Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38792026-05-26T23:05:00.945Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38802026-05-26T23:05:00.946Z
38812026-05-26T23:05:00.946Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38822026-05-26T23:05:00.946Z --> dns-server/src/dns_server.rs:478:25
38832026-05-26T23:05:00.946Z |
38842026-05-26T23:05:00.946Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38852026-05-26T23:05:00.946Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38862026-05-26T23:05:00.948Z |
38872026-05-26T23:05:00.948Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38882026-05-26T23:05:00.948Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38892026-05-26T23:05:00.948Z |
38902026-05-26T23:05:00.948Z 78 | pub struct Record<R: RecordData = RData> {
38912026-05-26T23:05:00.948Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38922026-05-26T23:05:00.948Z |
38932026-05-26T23:05:00.948Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38942026-05-26T23:05:00.948Z |
38952026-05-26T23:05:00.948Z 77 | pub struct Record<R: RecordData = RData> {
38962026-05-26T23:05:00.948Z | ---------------------------------------- this is the found type
38972026-05-26T23:05:00.948Z = help: you can use `cargo tree` to explore your dependency tree
38982026-05-26T23:05:00.948Znote: required by a bound in `encode_and_send`
38992026-05-26T23:05:00.948Z --> dns-server/src/dns_server.rs:494:27
39002026-05-26T23:05:00.949Z |
39012026-05-26T23:05:00.949Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39022026-05-26T23:05:00.949Z | --------------- required by a bound in this function
39032026-05-26T23:05:00.949Z...
39042026-05-26T23:05:00.949Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39052026-05-26T23:05:00.949Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39062026-05-26T23:05:00.949Z
39072026-05-26T23:05:00.949Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39082026-05-26T23:05:00.949Z --> dns-server/src/dns_server.rs:478:69
39092026-05-26T23:05:00.949Z |
39102026-05-26T23:05:00.949Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39112026-05-26T23:05:00.950Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39122026-05-26T23:05:00.950Z |
39132026-05-26T23:05:00.950Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39142026-05-26T23:05:00.950Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39152026-05-26T23:05:00.950Z |
39162026-05-26T23:05:00.950Z 78 | pub struct Record<R: RecordData = RData> {
39172026-05-26T23:05:00.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39182026-05-26T23:05:00.950Z |
39192026-05-26T23:05:00.950Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39202026-05-26T23:05:00.950Z |
39212026-05-26T23:05:00.950Z 77 | pub struct Record<R: RecordData = RData> {
39222026-05-26T23:05:00.950Z | ---------------------------------------- this is the found type
39232026-05-26T23:05:00.950Z = help: you can use `cargo tree` to explore your dependency tree
39242026-05-26T23:05:00.950Znote: required by a bound in `encode_and_send`
39252026-05-26T23:05:00.950Z --> dns-server/src/dns_server.rs:491:23
39262026-05-26T23:05:00.950Z |
39272026-05-26T23:05:00.950Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39282026-05-26T23:05:00.950Z | --------------- required by a bound in this function
39292026-05-26T23:05:00.951Z...
39302026-05-26T23:05:00.951Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39312026-05-26T23:05:00.951Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39322026-05-26T23:05:00.951Z
39332026-05-26T23:05:00.951Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39342026-05-26T23:05:00.951Z --> dns-server/src/dns_server.rs:478:69
39352026-05-26T23:05:00.951Z |
39362026-05-26T23:05:00.951Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39372026-05-26T23:05:00.951Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39382026-05-26T23:05:00.951Z |
39392026-05-26T23:05:00.951Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39402026-05-26T23:05:00.952Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39412026-05-26T23:05:00.952Z |
39422026-05-26T23:05:00.952Z 78 | pub struct Record<R: RecordData = RData> {
39432026-05-26T23:05:00.952Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39442026-05-26T23:05:00.952Z |
39452026-05-26T23:05:00.952Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39462026-05-26T23:05:00.953Z |
39472026-05-26T23:05:00.953Z 77 | pub struct Record<R: RecordData = RData> {
39482026-05-26T23:05:00.953Z | ---------------------------------------- this is the found type
39492026-05-26T23:05:00.953Z = help: you can use `cargo tree` to explore your dependency tree
39502026-05-26T23:05:00.954Znote: required by a bound in `encode_and_send`
39512026-05-26T23:05:00.959Z --> dns-server/src/dns_server.rs:492:27
39522026-05-26T23:05:00.959Z |
39532026-05-26T23:05:00.959Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39542026-05-26T23:05:00.959Z | --------------- required by a bound in this function
39552026-05-26T23:05:00.959Z...
39562026-05-26T23:05:00.959Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39572026-05-26T23:05:00.959Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39582026-05-26T23:05:00.959Z
39592026-05-26T23:05:00.959Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39602026-05-26T23:05:00.959Z --> dns-server/src/dns_server.rs:478:69
39612026-05-26T23:05:00.959Z |
39622026-05-26T23:05:00.959Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39632026-05-26T23:05:00.959Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39642026-05-26T23:05:00.959Z |
39652026-05-26T23:05:00.959Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39662026-05-26T23:05:00.960Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39672026-05-26T23:05:00.960Z |
39682026-05-26T23:05:00.960Z 78 | pub struct Record<R: RecordData = RData> {
39692026-05-26T23:05:00.960Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39702026-05-26T23:05:00.960Z |
39712026-05-26T23:05:00.960Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39722026-05-26T23:05:00.960Z |
39732026-05-26T23:05:00.960Z 77 | pub struct Record<R: RecordData = RData> {
39742026-05-26T23:05:00.960Z | ---------------------------------------- this is the found type
39752026-05-26T23:05:00.960Z = help: you can use `cargo tree` to explore your dependency tree
39762026-05-26T23:05:00.960Znote: required by a bound in `encode_and_send`
39772026-05-26T23:05:00.960Z --> dns-server/src/dns_server.rs:493:19
39782026-05-26T23:05:00.960Z |
39792026-05-26T23:05:00.960Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39802026-05-26T23:05:00.960Z | --------------- required by a bound in this function
39812026-05-26T23:05:00.960Z...
39822026-05-26T23:05:00.960Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
39832026-05-26T23:05:00.960Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39842026-05-26T23:05:00.960Z
39852026-05-26T23:05:00.960Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39862026-05-26T23:05:00.960Z --> dns-server/src/dns_server.rs:478:69
39872026-05-26T23:05:00.961Z |
39882026-05-26T23:05:00.961Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
39892026-05-26T23:05:00.961Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39902026-05-26T23:05:00.961Z |
39912026-05-26T23:05:00.961Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39922026-05-26T23:05:00.961Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39932026-05-26T23:05:00.962Z |
39942026-05-26T23:05:00.962Z 78 | pub struct Record<R: RecordData = RData> {
39952026-05-26T23:05:00.962Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39962026-05-26T23:05:00.962Z |
39972026-05-26T23:05:00.962Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39982026-05-26T23:05:00.963Z |
39992026-05-26T23:05:00.963Z 77 | pub struct Record<R: RecordData = RData> {
40002026-05-26T23:05:00.963Z | ---------------------------------------- this is the found type
40012026-05-26T23:05:00.963Z = help: you can use `cargo tree` to explore your dependency tree
40022026-05-26T23:05:00.963Znote: required by a bound in `encode_and_send`
40032026-05-26T23:05:00.963Z --> dns-server/src/dns_server.rs:494:27
40042026-05-26T23:05:00.963Z |
40052026-05-26T23:05:00.963Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40062026-05-26T23:05:00.963Z | --------------- required by a bound in this function
40072026-05-26T23:05:00.963Z...
40082026-05-26T23:05:00.963Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40092026-05-26T23:05:00.963Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40102026-05-26T23:05:00.963Z
40112026-05-26T23:05:00.963Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
40122026-05-26T23:05:00.963Z --> dns-server/src/dns_server.rs:500:14
40132026-05-26T23:05:00.963Z |
40142026-05-26T23:05:00.963Z499 | let _ = mresp
40152026-05-26T23:05:00.964Z | _________________-
40162026-05-26T23:05:00.964Z500 | | .destructive_emit(&mut enc)
40172026-05-26T23:05:00.964Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
40182026-05-26T23:05:00.964Z | |_____________|
40192026-05-26T23:05:00.964Z |
40202026-05-26T23:05:00.964Z |
40212026-05-26T23:05:00.964Z = note: the following trait bounds were not satisfied:
40222026-05-26T23:05:00.964Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40232026-05-26T23:05:00.964Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40242026-05-26T23:05:00.964Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40252026-05-26T23:05:00.964Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
40262026-05-26T23:05:00.964Z
40272026-05-26T23:05:00.964Zerror[E0308]: mismatched types
40282026-05-26T23:05:00.964Z --> dns-server/src/dns_server.rs:229:35
40292026-05-26T23:05:00.964Z |
40302026-05-26T23:05:00.964Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
40312026-05-26T23:05:00.964Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40322026-05-26T23:05:00.964Z | |
40332026-05-26T23:05:00.964Z | arguments to this function are incorrect
40342026-05-26T23:05:00.964Z |
40352026-05-26T23:05:00.964Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40362026-05-26T23:05:00.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40372026-05-26T23:05:00.965Z |
40382026-05-26T23:05:00.965Z 34 | pub struct Name {
40392026-05-26T23:05:00.965Z | ^^^^^^^^^^^^^^^ this is the expected type
40402026-05-26T23:05:00.965Z |
40412026-05-26T23:05:00.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40422026-05-26T23:05:00.965Z |
40432026-05-26T23:05:00.965Z 37 | pub struct Name {
40442026-05-26T23:05:00.965Z | --------------- this is the found type
40452026-05-26T23:05:00.965Z = help: you can use `cargo tree` to explore your dependency tree
40462026-05-26T23:05:00.965Znote: associated function defined here
40472026-05-26T23:05:00.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40482026-05-26T23:05:00.965Z |
40492026-05-26T23:05:00.965Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40502026-05-26T23:05:00.965Z | ^^^^^^^^^^
40512026-05-26T23:05:00.971Z
40522026-05-26T23:05:00.971Zerror[E0308]: mismatched types
40532026-05-26T23:05:00.971Z --> dns-server/src/dns_server.rs:233:35
40542026-05-26T23:05:00.971Z |
40552026-05-26T23:05:00.971Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
40562026-05-26T23:05:00.971Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40572026-05-26T23:05:00.971Z | |
40582026-05-26T23:05:00.971Z | arguments to this function are incorrect
40592026-05-26T23:05:00.973Z |
40602026-05-26T23:05:00.973Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-05-26T23:05:00.973Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40622026-05-26T23:05:00.973Z |
40632026-05-26T23:05:00.973Z 34 | pub struct Name {
40642026-05-26T23:05:00.973Z | ^^^^^^^^^^^^^^^ this is the expected type
40652026-05-26T23:05:00.973Z |
40662026-05-26T23:05:00.973Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40672026-05-26T23:05:00.974Z |
40682026-05-26T23:05:00.974Z 37 | pub struct Name {
40692026-05-26T23:05:00.974Z | --------------- this is the found type
40702026-05-26T23:05:00.974Z = help: you can use `cargo tree` to explore your dependency tree
40712026-05-26T23:05:00.974Znote: associated function defined here
40722026-05-26T23:05:00.974Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40732026-05-26T23:05:00.974Z |
40742026-05-26T23:05:00.974Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40752026-05-26T23:05:00.974Z | ^^^^^^^^^^
40762026-05-26T23:05:00.974Z
40772026-05-26T23:05:00.974Zerror[E0308]: mismatched types
40782026-05-26T23:05:00.974Z --> dns-server/src/dns_server.rs:247:60
40792026-05-26T23:05:00.974Z |
40802026-05-26T23:05:00.975Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
40812026-05-26T23:05:00.975Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40822026-05-26T23:05:00.976Z | |
40832026-05-26T23:05:00.976Z | arguments to this function are incorrect
40842026-05-26T23:05:00.976Z |
40852026-05-26T23:05:00.976Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40862026-05-26T23:05:00.976Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40872026-05-26T23:05:00.976Z |
40882026-05-26T23:05:00.976Z 34 | pub struct Name {
40892026-05-26T23:05:00.977Z | ^^^^^^^^^^^^^^^ this is the expected type
40902026-05-26T23:05:00.977Z |
40912026-05-26T23:05:00.977Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40922026-05-26T23:05:00.977Z |
40932026-05-26T23:05:00.977Z 37 | pub struct Name {
40942026-05-26T23:05:00.977Z | --------------- this is the found type
40952026-05-26T23:05:00.977Z = help: you can use `cargo tree` to explore your dependency tree
40962026-05-26T23:05:00.977Znote: associated function defined here
40972026-05-26T23:05:00.977Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
40982026-05-26T23:05:00.977Z |
40992026-05-26T23:05:00.977Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
41002026-05-26T23:05:00.977Z | ^^^
41012026-05-26T23:05:00.977Z
41022026-05-26T23:05:00.977Zerror[E0308]: mismatched types
41032026-05-26T23:05:00.977Z --> dns-server/src/dns_server.rs:245:17
41042026-05-26T23:05:00.978Z |
41052026-05-26T23:05:00.978Z244 | Ok(Record::from_rdata(
41062026-05-26T23:05:00.978Z | ------------------ arguments to this function are incorrect
41072026-05-26T23:05:00.978Z245 | name.clone(),
41082026-05-26T23:05:00.979Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41092026-05-26T23:05:00.979Z |
41102026-05-26T23:05:00.979Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41112026-05-26T23:05:00.979Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41122026-05-26T23:05:00.979Z |
41132026-05-26T23:05:00.979Z 34 | pub struct Name {
41142026-05-26T23:05:00.979Z | ^^^^^^^^^^^^^^^ this is the expected type
41152026-05-26T23:05:00.979Z |
41162026-05-26T23:05:00.979Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41172026-05-26T23:05:00.979Z |
41182026-05-26T23:05:00.979Z 37 | pub struct Name {
41192026-05-26T23:05:00.979Z | --------------- this is the found type
41202026-05-26T23:05:00.979Z = help: you can use `cargo tree` to explore your dependency tree
41212026-05-26T23:05:00.979Znote: associated function defined here
41222026-05-26T23:05:00.979Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41232026-05-26T23:05:00.979Z |
41242026-05-26T23:05:00.979Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41252026-05-26T23:05:00.979Z | ^^^^^^^^^^
41262026-05-26T23:05:00.979Z
41272026-05-26T23:05:00.980Zerror[E0308]: mismatched types
41282026-05-26T23:05:00.980Z --> dns-server/src/dns_server.rs:259:65
41292026-05-26T23:05:00.980Z |
41302026-05-26T23:05:00.980Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41312026-05-26T23:05:00.980Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41322026-05-26T23:05:00.980Z | |
41332026-05-26T23:05:00.980Z | arguments to this struct are incorrect
41342026-05-26T23:05:00.981Z |
41352026-05-26T23:05:00.981Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41362026-05-26T23:05:00.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41372026-05-26T23:05:00.981Z |
41382026-05-26T23:05:00.981Z 34 | pub struct Name {
41392026-05-26T23:05:00.981Z | ^^^^^^^^^^^^^^^ this is the expected type
41402026-05-26T23:05:00.981Z |
41412026-05-26T23:05:00.981Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41422026-05-26T23:05:00.981Z |
41432026-05-26T23:05:00.981Z 37 | pub struct Name {
41442026-05-26T23:05:00.981Z | --------------- this is the found type
41452026-05-26T23:05:00.981Z = help: you can use `cargo tree` to explore your dependency tree
41462026-05-26T23:05:00.981Znote: tuple struct defined here
41472026-05-26T23:05:00.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
41482026-05-26T23:05:00.981Z |
41492026-05-26T23:05:00.981Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
41502026-05-26T23:05:00.981Z | ^^
41512026-05-26T23:05:00.986Z
41522026-05-26T23:05:00.986Zerror[E0308]: mismatched types
41532026-05-26T23:05:00.986Z --> dns-server/src/dns_server.rs:259:35
41542026-05-26T23:05:00.986Z |
41552026-05-26T23:05:00.986Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
41562026-05-26T23:05:00.986Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41572026-05-26T23:05:00.986Z | |
41582026-05-26T23:05:00.986Z | arguments to this function are incorrect
41592026-05-26T23:05:00.986Z |
41602026-05-26T23:05:00.986Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41612026-05-26T23:05:00.986Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41622026-05-26T23:05:00.986Z |
41632026-05-26T23:05:00.986Z 34 | pub struct Name {
41642026-05-26T23:05:00.986Z | ^^^^^^^^^^^^^^^ this is the expected type
41652026-05-26T23:05:00.986Z |
41662026-05-26T23:05:00.986Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41672026-05-26T23:05:00.986Z |
41682026-05-26T23:05:00.986Z 37 | pub struct Name {
41692026-05-26T23:05:00.986Z | --------------- this is the found type
41702026-05-26T23:05:00.987Z = help: you can use `cargo tree` to explore your dependency tree
41712026-05-26T23:05:00.987Znote: associated function defined here
41722026-05-26T23:05:00.987Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
41732026-05-26T23:05:00.988Z |
41742026-05-26T23:05:00.988Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
41752026-05-26T23:05:00.988Z | ^^^^^^^^^^
41762026-05-26T23:05:00.988Z
41772026-05-26T23:05:00.988Zerror[E0308]: arguments to this function are incorrect
41782026-05-26T23:05:00.988Z --> dns-server/src/storage.rs:448:43
41792026-05-26T23:05:00.988Z |
41802026-05-26T23:05:00.988Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
41812026-05-26T23:05:00.988Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41822026-05-26T23:05:00.988Z449 | preferred_nameserver,
41832026-05-26T23:05:00.988Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41842026-05-26T23:05:00.988Z450 | rname,
41852026-05-26T23:05:00.988Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41862026-05-26T23:05:00.988Z |
41872026-05-26T23:05:00.988Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41882026-05-26T23:05:00.988Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41892026-05-26T23:05:00.988Z |
41902026-05-26T23:05:00.988Z 34 | pub struct Name {
41912026-05-26T23:05:00.988Z | ^^^^^^^^^^^^^^^ this is the expected type
41922026-05-26T23:05:00.990Z |
41932026-05-26T23:05:00.990Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41942026-05-26T23:05:00.990Z |
41952026-05-26T23:05:00.990Z 37 | pub struct Name {
41962026-05-26T23:05:00.990Z | --------------- this is the found type
41972026-05-26T23:05:00.990Z = help: you can use `cargo tree` to explore your dependency tree
41982026-05-26T23:05:00.990Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41992026-05-26T23:05:00.990Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42002026-05-26T23:05:00.990Z |
42012026-05-26T23:05:00.990Z 34 | pub struct Name {
42022026-05-26T23:05:00.990Z | ^^^^^^^^^^^^^^^ this is the expected type
42032026-05-26T23:05:00.990Z |
42042026-05-26T23:05:00.990Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42052026-05-26T23:05:00.990Z |
42062026-05-26T23:05:00.990Z 37 | pub struct Name {
42072026-05-26T23:05:00.990Z | --------------- this is the found type
42082026-05-26T23:05:00.990Z = help: you can use `cargo tree` to explore your dependency tree
42092026-05-26T23:05:00.990Znote: associated function defined here
42102026-05-26T23:05:00.990Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
42112026-05-26T23:05:00.990Z |
42122026-05-26T23:05:00.990Z154 | pub fn new(
42132026-05-26T23:05:00.990Z | ^^^
42142026-05-26T23:05:00.991Z
42152026-05-26T23:05:00.991Zerror[E0308]: mismatched types
42162026-05-26T23:05:00.991Z --> dns-server/src/storage.rs:446:13
42172026-05-26T23:05:00.991Z |
42182026-05-26T23:05:00.991Z445 | let record = hickory_proto::rr::Record::from_rdata(
42192026-05-26T23:05:00.991Z | ------------------------------------- arguments to this function are incorrect
42202026-05-26T23:05:00.991Z446 | soa_name,
42212026-05-26T23:05:00.991Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42222026-05-26T23:05:00.991Z |
42232026-05-26T23:05:00.991Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42242026-05-26T23:05:00.991Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42252026-05-26T23:05:00.992Z |
42262026-05-26T23:05:00.992Z 34 | pub struct Name {
42272026-05-26T23:05:00.992Z | ^^^^^^^^^^^^^^^ this is the expected type
42282026-05-26T23:05:00.992Z |
42292026-05-26T23:05:00.992Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42302026-05-26T23:05:00.992Z |
42312026-05-26T23:05:00.992Z 37 | pub struct Name {
42322026-05-26T23:05:00.992Z | --------------- this is the found type
42332026-05-26T23:05:00.992Z = help: you can use `cargo tree` to explore your dependency tree
42342026-05-26T23:05:00.992Znote: associated function defined here
42352026-05-26T23:05:00.992Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
42362026-05-26T23:05:00.993Z |
42372026-05-26T23:05:00.993Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
42382026-05-26T23:05:00.993Z | ^^^^^^^^^^
42392026-05-26T23:05:00.993Z
42402026-05-26T23:05:00.997Zerror[E0308]: mismatched types
42412026-05-26T23:05:00.997Z --> dns-server/src/storage.rs:768:30
42422026-05-26T23:05:00.997Z |
42432026-05-26T23:05:00.997Z768 | self.query_raw(name, orig_name)
42442026-05-26T23:05:00.997Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
42452026-05-26T23:05:00.997Z | |
42462026-05-26T23:05:00.997Z | arguments to this method are incorrect
42472026-05-26T23:05:00.997Z |
42482026-05-26T23:05:00.997Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42492026-05-26T23:05:00.997Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42502026-05-26T23:05:00.997Z |
42512026-05-26T23:05:00.997Z 37 | pub struct Name {
42522026-05-26T23:05:00.997Z | ^^^^^^^^^^^^^^^ this is the expected type
42532026-05-26T23:05:00.997Z |
42542026-05-26T23:05:00.997Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42552026-05-26T23:05:00.997Z |
42562026-05-26T23:05:00.997Z 34 | pub struct Name {
42572026-05-26T23:05:00.997Z | --------------- this is the found type
42582026-05-26T23:05:00.997Z = help: you can use `cargo tree` to explore your dependency tree
42592026-05-26T23:05:00.998Znote: method defined here
42602026-05-26T23:05:00.998Z --> dns-server/src/storage.rs:780:8
42612026-05-26T23:05:00.998Z |
42622026-05-26T23:05:00.998Z780 | fn query_raw(
42632026-05-26T23:05:00.998Z | ^^^^^^^^^
42642026-05-26T23:05:00.998Z...
42652026-05-26T23:05:00.998Z783 | orig_name: &Name,
42662026-05-26T23:05:00.998Z | ----------------
42672026-05-26T23:05:00.998Z
42682026-05-26T23:05:00.998Zerror[E0308]: mismatched types
42692026-05-26T23:05:00.998Z --> dns-server/src/storage.rs:777:40
42702026-05-26T23:05:00.998Z |
42712026-05-26T23:05:00.998Z777 | self.query_raw(&LowerName::new(name), name)
42722026-05-26T23:05:00.998Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
42732026-05-26T23:05:00.998Z | |
42742026-05-26T23:05:00.998Z | arguments to this function are incorrect
42752026-05-26T23:05:00.998Z |
42762026-05-26T23:05:00.998Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42772026-05-26T23:05:00.998Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
42782026-05-26T23:05:00.998Z |
42792026-05-26T23:05:00.998Z 34 | pub struct Name {
42802026-05-26T23:05:00.998Z | ^^^^^^^^^^^^^^^ this is the expected type
42812026-05-26T23:05:00.998Z |
42822026-05-26T23:05:00.998Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
42832026-05-26T23:05:01.000Z |
42842026-05-26T23:05:01.000Z 37 | pub struct Name {
42852026-05-26T23:05:01.000Z | --------------- this is the found type
42862026-05-26T23:05:01.000Z = help: you can use `cargo tree` to explore your dependency tree
42872026-05-26T23:05:01.000Znote: associated function defined here
42882026-05-26T23:05:01.000Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
42892026-05-26T23:05:01.000Z |
42902026-05-26T23:05:01.000Z 37 | pub fn new(name: &Name) -> Self {
42912026-05-26T23:05:01.000Z | ^^^
42922026-05-26T23:05:01.000Z
42932026-05-26T23:05:01.000Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
42942026-05-26T23:05:01.000Z --> dns-server/src/storage.rs:791:33
42952026-05-26T23:05:01.000Z |
42962026-05-26T23:05:01.000Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
42972026-05-26T23:05:01.000Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
42982026-05-26T23:05:01.000Z |
42992026-05-26T23:05:01.000Zhelp: item with same name found
43002026-05-26T23:05:01.001Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
43012026-05-26T23:05:01.001Z |
43022026-05-26T23:05:01.001Z 28 | pub struct LowerName(Name);
43032026-05-26T23:05:01.001Z | ^^^^^^^^^^^^^^^^^^^^
43042026-05-26T23:05:01.001Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43052026-05-26T23:05:01.001Zhelp: the following other types implement trait `std::convert::From<T>`
43062026-05-26T23:05:01.001Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
43072026-05-26T23:05:01.001Z |
43082026-05-26T23:05:01.001Z240 | impl From<Name> for LowerName {
43092026-05-26T23:05:01.001Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
43102026-05-26T23:05:01.001Z...
43112026-05-26T23:05:01.001Z246 | impl<'a> From<&'a Name> for LowerName {
43122026-05-26T23:05:01.001Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
43132026-05-26T23:05:01.001Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
43142026-05-26T23:05:01.001Z = help: you can use `cargo tree` to explore your dependency tree
43152026-05-26T23:05:01.001Z
43162026-05-26T23:05:01.231ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
43172026-05-26T23:05:01.231ZFor more information about an error, try `rustc --explain E0271`.
43182026-05-26T23:05:01.237Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43192026-05-26T23:05:01.237Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43202026-05-26T23:05:01.303Zerror: could not compile `dns-server` (lib) due to 60 previous errors
43212026-05-26T23:05:01.303Zwarning: build failed, waiting for other jobs to finish...
43222026-05-26T23:05:10.417ZError: Failed to build packages
43232026-05-26T23:05:10.420Z
43242026-05-26T23:05:10.420Zreal 1:26.477373041
43252026-05-26T23:05:10.420Zuser 19:11.177124918
43262026-05-26T23:05:10.420Zsys 1:38.068587867
43272026-05-26T23:05:10.420Ztrap 0.570431074
43282026-05-26T23:05:10.420Ztflt 1.517910916
43292026-05-26T23:05:10.420Zdflt 1.538949469
43302026-05-26T23:05:10.420Zkflt 0.005079421
43312026-05-26T23:05:10.420Zlock 1:44:03.330499642
43322026-05-26T23:05:10.420Zslp 53:24.685752468
43332026-05-26T23:05:10.420Zlat 1:14.585945531
43342026-05-26T23:05:10.420Zstop 3:57.126102094
43352026-05-26T23:05:10.423Zprocess exited: duration 319708 ms, exit code 1
 
43362026-05-26T23:05:10.430Zfound 0 output files
43372026-05-26T23:05:10.430Zupload error: rule "/work/package.tar.gz" required a match, but was not used