01M0EJKKBDYGT6KFMMBWBF81EJ: 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: 01M0EJM93NJ28WWH5HAX9GBNA8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T03:15:58.860Zjob assigned to worker 01M0EJMH7SGNAHAD5E7ER89WJC [factory aws, i-0aa6d67c713fdde38] (queued for 1 m 2 s)
 
22026-08-20T03:16:06.164Zstarting task 0: "setup"
32026-08-20T03:16:06.172Z++ uname -s
42026-08-20T03:16:06.172Z+ kern=SunOS
52026-08-20T03:16:06.172Z+ build_user=build
62026-08-20T03:16:06.172Z+ build_uid=12345
72026-08-20T03:16:06.172Z+ work_dir=/work
82026-08-20T03:16:06.172Z+ input_dir=/input
92026-08-20T03:16:06.172Z+ [[ 0 == 12345 ]]
102026-08-20T03:16:06.172Z+ case "$kern" in
112026-08-20T03:16:06.172Z+ groupadd -g 12345 build
122026-08-20T03:16:06.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T03:16:08.181Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T03:16:10.124Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T03:16:10.188Z+ home_fs=zfs
162026-08-20T03:16:10.188Z+ [[ zfs == autofs ]]
172026-08-20T03:16:10.188Z+ mkdir -p /home/build
182026-08-20T03:16:10.188Z+ chown build:build /home/build /work
192026-08-20T03:16:10.285Z+ chmod 0700 /home/build /work
202026-08-20T03:16:10.288Zprocess exited: duration 4125 ms, exit code 0
 
212026-08-20T03:16:10.295Zstarting task 1: "rust-toolchain"
222026-08-20T03:16:10.302Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T03:16:10.302Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T03:16:10.302Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T03:16:10.302Z * rust toolchain channel = "1.97.1"
262026-08-20T03:16:10.302Z * rust toolchain profile = "default"
272026-08-20T03:16:10.302Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T03:16:10.306Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T03:16:10.306Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T03:16:10.393Zinfo: downloading installer
312026-08-20T03:16:11.691Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T03:16:11.692Zwarn: /home/build/.rustup/settings.toml
332026-08-20T03:16:11.692Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T03:16:11.692Zwarn: instead of the one inferred from the default host triple.
352026-08-20T03:16:11.702Zinfo: profile set to default
362026-08-20T03:16:11.702Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T03:16:11.708Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T03:16:11.860Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T03:16:11.864Zinfo: downloading 6 components
402026-08-20T03:16:27.595Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T03:16:27.595Z
422026-08-20T03:16:27.622Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T03:16:27.622Z
442026-08-20T03:16:27.622Z
452026-08-20T03:16:27.622ZRust is installed now. Great!
462026-08-20T03:16:27.622Z
472026-08-20T03:16:27.622ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T03:16:27.623Zenvironment variable. This has not been done automatically.
492026-08-20T03:16:27.623Z
502026-08-20T03:16:27.623ZTo configure your current shell, you need to source
512026-08-20T03:16:27.623Zthe corresponding env file under $HOME/.cargo.
522026-08-20T03:16:27.623Z
532026-08-20T03:16:27.623ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T03:16:27.623Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T03:16:27.623Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T03:16:27.623Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T03:16:27.623Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T03:16:27.623Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T03:16:27.624Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T03:16:27.628Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T03:16:27.628Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T03:16:27.724Z+ rustup --version
632026-08-20T03:16:27.730Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T03:16:27.733Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T03:16:27.753Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T03:16:27.757Z+ cargo --version
672026-08-20T03:16:27.763Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T03:16:27.767Z+ rustc --version
692026-08-20T03:16:27.786Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T03:16:27.790Zprocess exited: duration 17493 ms, exit code 0
 
712026-08-20T03:16:27.798Zstarting task 2: "authentication"
722026-08-20T03:16:27.813ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T03:16:47.932Zprocess exited: duration 20133 ms, exit code 0
 
742026-08-20T03:16:47.939Zstarting task 3: "clone repository"
752026-08-20T03:16:47.945Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-20T03:16:47.948Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-20T03:16:47.982ZCloning into '/work/oxidecomputer/omicron'...
782026-08-20T03:17:01.243Z+ cd /work/oxidecomputer/omicron
792026-08-20T03:17:01.243Z+ git fetch origin 62a063c693976b4f9482088c8b38da11a3a3f4d0
802026-08-20T03:17:01.588ZFrom https://github.com/oxidecomputer/omicron
812026-08-20T03:17:01.588Z * branch 62a063c693976b4f9482088c8b38da11a3a3f4d0 -> FETCH_HEAD
822026-08-20T03:17:01.602Z+ [[ -n multirack-join-service-part-3 ]]
832026-08-20T03:17:01.606Z++ git branch --show-current
842026-08-20T03:17:01.606Z+ current=main
852026-08-20T03:17:01.606Z+ [[ main != multirack-join-service-part-3 ]]
862026-08-20T03:17:01.606Z+ git branch -f multirack-join-service-part-3 62a063c693976b4f9482088c8b38da11a3a3f4d0
872026-08-20T03:17:01.610Z+ git checkout -f multirack-join-service-part-3
882026-08-20T03:17:01.871ZSwitched to branch 'multirack-join-service-part-3'
892026-08-20T03:17:01.890Z+ git reset --hard 62a063c693976b4f9482088c8b38da11a3a3f4d0
902026-08-20T03:17:01.890ZHEAD is now at 62a063c69 add allow_ddm_traffic to PortConfig
912026-08-20T03:17:01.895Zprocess exited: duration 13950 ms, exit code 0
 
922026-08-20T03:17:01.904Zstarting task 4: "build"
932026-08-20T03:17:01.910Z+ source .github/buildomat/ci-env.sh
942026-08-20T03:17:01.915Z++ export CARGO_TERM_COLOR=always
952026-08-20T03:17:01.915Z++ CARGO_TERM_COLOR=always
962026-08-20T03:17:01.915Z+++ uname -s
972026-08-20T03:17:01.915Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-20T03:17:01.915Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-20T03:17:01.918Z+ cargo --version
1002026-08-20T03:17:01.924Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-20T03:17:01.928Z+ rustc --version
1022026-08-20T03:17:01.948Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-20T03:17:01.956Z+ WORK=/work
1042026-08-20T03:17:01.956Z+ pfexec mkdir -p /work
1052026-08-20T03:17:01.956Z+ pfexec chown build /work
1062026-08-20T03:17:01.956Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072026-08-20T03:17:03.955Z Startup: Refreshing catalog 'helios' ... Done
1082026-08-20T03:17:04.292Z Startup: Caching catalogs ... Done
1092026-08-20T03:17:06.168ZPlanning: Solver setup ... Done (1.771s)
1102026-08-20T03:17:06.227ZPlanning: Running solver ... Done (0.058s)
1112026-08-20T03:17:06.270ZPlanning: Finding local manifests ... Done (0.003s)
1122026-08-20T03:17:06.282ZPlanning: Fetching manifests: 0/2 0% complete
1132026-08-20T03:17:06.300ZPlanning: Fetching manifests: 2/2 100% complete
1142026-08-20T03:17:06.314ZPlanning: Package planning ... Done (0.014s)
1152026-08-20T03:17:06.318ZPlanning: Merging actions ... Done (0.002s)
1162026-08-20T03:17:06.492ZPlanning: Checking for conflicting actions ... Done (0.176s)
1172026-08-20T03:17:06.496ZPlanning: Consolidating action changes ... Done (0.001s)
1182026-08-20T03:17:07.363ZPlanning: Evaluating mediators ... Done (0.869s)
1192026-08-20T03:17:07.368ZPlanning: Planning completed in 3.04 seconds
1202026-08-20T03:17:07.373Z Packages to install: 2
1212026-08-20T03:17:07.373Z Estimated space available: 156.01 GB
1222026-08-20T03:17:07.373ZEstimated space to be consumed: 72.15 MB
1232026-08-20T03:17:07.377Z Create boot environment: No
1242026-08-20T03:17:07.378ZCreate backup boot environment: No
1252026-08-20T03:17:07.378Z Rebuild boot archive: No
1262026-08-20T03:17:07.378Z
1272026-08-20T03:17:07.378ZChanged packages:
1282026-08-20T03:17:07.378Zhelios
1292026-08-20T03:17:07.378Z developer/build-essential
1302026-08-20T03:17:07.378Z None -> 11-3.0
1312026-08-20T03:17:07.378Z library/libxmlsec1
1322026-08-20T03:17:07.378Z None -> 1.2.35-3.0
1332026-08-20T03:17:07.399Z
1342026-08-20T03:17:07.399ZDownload: 0/214 items 0.0/1.3MB 0% complete
1352026-08-20T03:17:07.469ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1362026-08-20T03:17:07.521Z Actions: 1/268 actions (Installing new actions)
1372026-08-20T03:17:07.560Z Actions: Completed 268 actions in 0.04 seconds.
1382026-08-20T03:17:07.595ZFinalize: Updating package state database ... Done (0.034s)
1392026-08-20T03:17:07.595ZFinalize: Updating package cache ... Done (0.000s)
1402026-08-20T03:17:07.674ZFinalize: Updating image state ... Done (0.080s)
1412026-08-20T03:17:10.343ZFinalize: Creating fast lookup database ... Done (2.618s)
1422026-08-20T03:17:10.414ZFinalize: Reading search index ... Done (0.013s)
1432026-08-20T03:17:10.418ZFinalize: Updating search index ... Done (0.000s)
1442026-08-20T03:17:10.500ZFinalize: Updating package cache ... Done (0.000s)
1452026-08-20T03:17:10.887ZPlanning: Evaluating mediator changes ... Done
1462026-08-20T03:17:11.036ZPlanning: Checking for conflicting actions ... Done
1472026-08-20T03:17:11.040ZPlanning: Consolidating action changes ... Done
1482026-08-20T03:17:11.157ZPlanning: Evaluating mediators ... Done
1492026-08-20T03:17:11.162ZPlanning: Planning completed in 0.27 seconds
1502026-08-20T03:17:11.181Z Mediators to change: 2
1512026-08-20T03:17:11.181Z Create boot environment: No
1522026-08-20T03:17:11.186ZCreate backup boot environment: No
1532026-08-20T03:17:11.252ZFinalize: Updating package state database ... Done
1542026-08-20T03:17:11.253ZFinalize: Updating package cache ... Done
1552026-08-20T03:17:11.302ZFinalize: Updating image state ... Done
1562026-08-20T03:17:13.291ZFinalize: Creating fast lookup database ... Done
1572026-08-20T03:17:13.355ZFinalize: Reading search index ... Done
1582026-08-20T03:17:13.359ZFinalize: Updating search index ... Done
1592026-08-20T03:17:13.429ZFinalize: Updating package cache ... Done
1602026-08-20T03:17:13.722ZPlanning: Evaluating mediator changes ... Done
1612026-08-20T03:17:13.829ZPlanning: Checking for conflicting actions ... Done
1622026-08-20T03:17:13.833ZPlanning: Consolidating action changes ... Done
1632026-08-20T03:17:13.988ZPlanning: Evaluating mediators ... Done
1642026-08-20T03:17:13.991ZPlanning: Planning completed in 0.27 seconds
1652026-08-20T03:17:14.011Z Mediators to change: 1
1662026-08-20T03:17:14.011Z Create boot environment: No
1672026-08-20T03:17:14.017ZCreate backup boot environment: No
1682026-08-20T03:17:14.064ZFinalize: Updating package state database ... Done
1692026-08-20T03:17:14.064ZFinalize: Updating package cache ... Done
1702026-08-20T03:17:14.112ZFinalize: Updating image state ... Done
1712026-08-20T03:17:16.102ZFinalize: Creating fast lookup database ... Done
1722026-08-20T03:17:16.167ZFinalize: Reading search index ... Done
1732026-08-20T03:17:16.167ZFinalize: Updating search index ... Done
1742026-08-20T03:17:16.247ZFinalize: Updating package cache ... Done
1752026-08-20T03:17:16.563ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1762026-08-20T03:17:16.563Zapache system 2.4 system
1772026-08-20T03:17:16.564Zclang system 15 system
1782026-08-20T03:17:16.564Zcsh system system illumos
1792026-08-20T03:17:16.564Zctags system system illumos
1802026-08-20T03:17:16.564Zfile vendor vendor darwinsys
1812026-08-20T03:17:16.564Zfile system system illumos
1822026-08-20T03:17:16.565Zgcc vendor 14 vendor
1832026-08-20T03:17:16.565Zgcc system 13 system
1842026-08-20T03:17:16.565Zgcc system 10 system
1852026-08-20T03:17:16.565Zgo system 1.25 system
1862026-08-20T03:17:16.565Zllvm system 15 system
1872026-08-20T03:17:16.565Zmariadb system 11.4 system
1882026-08-20T03:17:16.565Zmta vendor vendor dma
1892026-08-20T03:17:16.565Zopenjdk system 17 system
1902026-08-20T03:17:16.565Zopenjdk system 11 system
1912026-08-20T03:17:16.565Zopenssl vendor 3 vendor
1922026-08-20T03:17:16.565Zperl system 5.40 system
1932026-08-20T03:17:16.565Zpostgresql system 18 system
1942026-08-20T03:17:16.565Zpostgresql system 17 system
1952026-08-20T03:17:16.565Zpython vendor 3 vendor
1962026-08-20T03:17:16.565Zpython system 2 system
1972026-08-20T03:17:16.565Zpython3 vendor 3.13 vendor
1982026-08-20T03:17:16.565Zruby system 3.4 system
1992026-08-20T03:17:16.565Zruby system 3.0 system
2002026-08-20T03:17:16.565Zwords vendor vendor american-english
2012026-08-20T03:17:16.565Zwords system system australian-english
2022026-08-20T03:17:16.566Zwords system system british-english
2032026-08-20T03:17:16.566Zwords system system canadian-english
2042026-08-20T03:17:16.566Zwords system system french
2052026-08-20T03:17:16.566Zwords system system italian
2062026-08-20T03:17:16.566Zwords system system ngerman
2072026-08-20T03:17:16.566Zwords system system ogerman
2082026-08-20T03:17:16.566Zwords system system spanish
2092026-08-20T03:17:16.820ZPUBLISHER TYPE STATUS P LOCATION
2102026-08-20T03:17:16.820Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2112026-08-20T03:17:17.292ZFMRI IFO
2122026-08-20T03:17:17.292Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2132026-08-20T03:17:17.292Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2142026-08-20T03:17:17.292Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2152026-08-20T03:17:17.292Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2162026-08-20T03:17:17.292Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2172026-08-20T03:17:17.292Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2182026-08-20T03:17:17.292Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2192026-08-20T03:17:17.292Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2202026-08-20T03:17:17.293Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2212026-08-20T03:17:17.615Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-08-20T03:17:17.980Z Updating crates.io index
2232026-08-20T03:17:17.984Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-08-20T03:17:18.263Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-08-20T03:17:18.626Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-20T03:17:19.668Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-20T03:17:20.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-20T03:17:22.294Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-20T03:17:23.142Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-20T03:17:23.463Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-20T03:17:23.990Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-20T03:17:25.189Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-20T03:17:25.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-20T03:17:25.939Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-20T03:17:26.266Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-20T03:17:26.522Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-20T03:17:26.845Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-20T03:17:27.128Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-20T03:17:27.383Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-20T03:17:27.698Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-20T03:17:28.663Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-20T03:17:29.032Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-20T03:17:29.522Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-20T03:17:29.824Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-20T03:17:30.332Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-20T03:17:30.653Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-20T03:17:30.925Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-20T03:17:31.368Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-20T03:17:31.665Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-20T03:17:32.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-20T03:17:32.751Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-20T03:17:33.046Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-20T03:17:33.346Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-20T03:17:33.728Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-20T03:17:34.422Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-20T03:17:34.976Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-20T03:17:36.125Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-20T03:17:36.190Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-20T03:17:36.191Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-20T03:17:36.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-20T03:17:36.434Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-20T03:17:36.709Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-20T03:17:37.003Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-20T03:17:37.268Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-20T03:17:40.104Z Downloading crates ...
2662026-08-20T03:17:40.153Z Downloaded block-buffer v0.10.4
2672026-08-20T03:17:40.159Z Downloaded clap_derive v4.6.1
2682026-08-20T03:17:40.164Z Downloaded errno v0.3.14
2692026-08-20T03:17:40.164Z Downloaded anstyle v1.0.14
2702026-08-20T03:17:40.168Z Downloaded pest_derive v2.8.6
2712026-08-20T03:17:40.177Z Downloaded anstream v1.0.0
2722026-08-20T03:17:40.177Z Downloaded scroll v0.12.0
2732026-08-20T03:17:40.187Z Downloaded zmij v1.0.21
2742026-08-20T03:17:40.187Z Downloaded thiserror-impl v2.0.18
2752026-08-20T03:17:40.187Z Downloaded plain v0.2.3
2762026-08-20T03:17:40.187Z Downloaded anyhow v1.0.104
2772026-08-20T03:17:40.187Z Downloaded camino v1.2.5
2782026-08-20T03:17:40.187Z Downloaded proc-macro-error v1.0.4
2792026-08-20T03:17:40.197Z Downloaded getrandom v0.3.4
2802026-08-20T03:17:40.197Z Downloaded proc-macro2 v1.0.106
2812026-08-20T03:17:40.197Z Downloaded zerocopy v0.7.35
2822026-08-20T03:17:40.202Z Downloaded unicode-linebreak v0.1.5
2832026-08-20T03:17:40.202Z Downloaded sha2 v0.10.9
2842026-08-20T03:17:40.202Z Downloaded cpufeatures v0.2.17
2852026-08-20T03:17:40.202Z Downloaded indexmap v2.14.0
2862026-08-20T03:17:40.208Z Downloaded hashbrown v0.17.0
2872026-08-20T03:17:40.217Z Downloaded byteorder v1.5.0
2882026-08-20T03:17:40.229Z Downloaded dof v0.3.0
2892026-08-20T03:17:40.245Z Downloaded equivalent v1.0.2
2902026-08-20T03:17:40.245Z Downloaded cargo-platform v0.3.2
2912026-08-20T03:17:40.246Z Downloaded fastrand v2.3.0
2922026-08-20T03:17:40.246Z Downloaded anstyle-query v1.1.5
2932026-08-20T03:17:40.246Z Downloaded dtrace-parser v0.2.0
2942026-08-20T03:17:40.252Z Downloaded proc-macro-error-attr v1.0.4
2952026-08-20T03:17:40.252Z Downloaded crypto-common v0.1.7
2962026-08-20T03:17:40.252Z Downloaded cfg-if v1.0.4
2972026-08-20T03:17:40.252Z Downloaded heck v0.4.1
2982026-08-20T03:17:40.252Z Downloaded memmap v0.7.0
2992026-08-20T03:17:40.252Z Downloaded autocfg v1.5.0
3002026-08-20T03:17:40.252Z Downloaded anstyle-parse v1.0.0
3012026-08-20T03:17:40.252Z Downloaded fs-err v3.3.0
3022026-08-20T03:17:40.252Z Downloaded generic-array v0.14.7
3032026-08-20T03:17:40.252Z Downloaded strsim v0.11.1
3042026-08-20T03:17:40.252Z Downloaded smawk v0.3.2
3052026-08-20T03:17:40.252Z Downloaded colorchoice v1.0.4
3062026-08-20T03:17:40.252Z Downloaded fnv v1.0.7
3072026-08-20T03:17:40.252Z Downloaded itoa v1.0.17
3082026-08-20T03:17:40.257Z Downloaded clap_lex v1.0.0
3092026-08-20T03:17:40.257Z Downloaded macaddr v1.0.1
3102026-08-20T03:17:40.272Z Downloaded digest v0.10.7
3112026-08-20T03:17:40.272Z Downloaded usdt v0.5.0
3122026-08-20T03:17:40.272Z Downloaded utf8parse v0.2.2
3132026-08-20T03:17:40.272Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-20T03:17:40.272Z Downloaded usdt-attr-macro v0.5.0
3152026-08-20T03:17:40.279Z Downloaded thread-id v4.2.2
3162026-08-20T03:17:40.280Z Downloaded toml_write v0.1.2
3172026-08-20T03:17:40.280Z Downloaded tabled_derive v0.7.0
3182026-08-20T03:17:40.280Z Downloaded version_check v0.9.5
3192026-08-20T03:17:40.280Z Downloaded bitflags v2.11.0
3202026-08-20T03:17:40.289Z Downloaded camino-tempfile v1.4.1
3212026-08-20T03:17:40.289Z Downloaded terminal_size v0.4.3
3222026-08-20T03:17:40.294Z Downloaded heck v0.5.0
3232026-08-20T03:17:40.294Z Downloaded pretty-hex v0.4.1
3242026-08-20T03:17:40.294Z Downloaded scroll_derive v0.12.1
3252026-08-20T03:17:40.294Z Downloaded toml_datetime v0.6.11
3262026-08-20T03:17:40.294Z Downloaded usdt-macro v0.5.0
3272026-08-20T03:17:40.294Z Downloaded serde_spanned v0.6.9
3282026-08-20T03:17:40.305Z Downloaded swrite v0.1.0
3292026-08-20T03:17:40.305Z Downloaded cargo_toml v0.21.0
3302026-08-20T03:17:40.314Z Downloaded quote v1.0.45
3312026-08-20T03:17:40.314Z Downloaded bytecount v0.6.9
3322026-08-20T03:17:40.314Z Downloaded cargo_metadata v0.23.1
3332026-08-20T03:17:40.314Z Downloaded once_cell v1.21.3
3342026-08-20T03:17:40.315Z Downloaded thiserror v1.0.69
3352026-08-20T03:17:40.325Z Downloaded usdt-impl v0.5.0
3362026-08-20T03:17:40.325Z Downloaded thiserror v2.0.18
3372026-08-20T03:17:40.334Z Downloaded thiserror-impl v1.0.69
3382026-08-20T03:17:40.340Z Downloaded semver v1.0.28
3392026-08-20T03:17:40.340Z Downloaded serde_tokenstream v0.2.3
3402026-08-20T03:17:40.340Z Downloaded log v0.4.33
3412026-08-20T03:17:40.340Z Downloaded pest_meta v2.8.6
3422026-08-20T03:17:40.415Z Downloaded zerocopy-derive v0.7.35
3432026-08-20T03:17:40.442Z Downloaded tempfile v3.27.0
3442026-08-20T03:17:40.442Z Downloaded serde_derive v1.0.228
3452026-08-20T03:17:40.442Z Downloaded toml v0.8.23
3462026-08-20T03:17:40.442Z Downloaded ucd-trie v0.1.7
3472026-08-20T03:17:40.442Z Downloaded pest_generator v2.8.6
3482026-08-20T03:17:40.442Z Downloaded clap v4.6.1
3492026-08-20T03:17:40.442Z Downloaded papergrid v0.11.0
3502026-08-20T03:17:40.442Z Downloaded serde_core v1.0.228
3512026-08-20T03:17:40.442Z Downloaded textwrap v0.16.2
3522026-08-20T03:17:40.442Z Downloaded unicode-ident v1.0.24
3532026-08-20T03:17:40.442Z Downloaded toml_edit v0.22.27
3542026-08-20T03:17:40.442Z Downloaded serde v1.0.228
3552026-08-20T03:17:40.442Z Downloaded memchr v2.8.0
3562026-08-20T03:17:40.442Z Downloaded typenum v1.20.1
3572026-08-20T03:17:40.442Z Downloaded goblin v0.8.2
3582026-08-20T03:17:40.460Z Downloaded pest v2.8.6
3592026-08-20T03:17:40.483Z Downloaded serde_json v1.0.151
3602026-08-20T03:17:40.483Z Downloaded clap_builder v4.6.0
3612026-08-20T03:17:40.498Z Downloaded winnow v0.7.14
3622026-08-20T03:17:40.498Z Downloaded tabled v0.15.0
3632026-08-20T03:17:40.504Z Downloaded unicode-width v0.1.14
3642026-08-20T03:17:40.504Z Downloaded syn v1.0.109
3652026-08-20T03:17:40.512Z Downloaded unicode-width v0.2.0
3662026-08-20T03:17:40.516Z Downloaded syn v2.0.117
3672026-08-20T03:17:40.521Z Downloaded rustix v1.1.4
3682026-08-20T03:17:40.538Z Downloaded libc v0.2.185
3692026-08-20T03:17:40.600Z Compiling proc-macro2 v1.0.106
3702026-08-20T03:17:40.600Z Compiling quote v1.0.45
3712026-08-20T03:17:40.605Z Compiling unicode-ident v1.0.24
3722026-08-20T03:17:40.605Z Compiling serde_core v1.0.228
3732026-08-20T03:17:40.605Z Compiling libc v0.2.185
3742026-08-20T03:17:40.605Z Compiling version_check v0.9.5
3752026-08-20T03:17:40.605Z Compiling memchr v2.8.0
3762026-08-20T03:17:40.781Z Compiling serde v1.0.228
3772026-08-20T03:17:40.787Z Compiling zmij v1.0.21
3782026-08-20T03:17:40.787Z Compiling itoa v1.0.17
3792026-08-20T03:17:40.787Z Compiling thiserror v1.0.69
3802026-08-20T03:17:40.787Z Compiling ucd-trie v0.1.7
3812026-08-20T03:17:40.798Z Compiling rustix v1.1.4
3822026-08-20T03:17:40.810Z Compiling byteorder v1.5.0
3832026-08-20T03:17:40.982Z Compiling bitflags v2.11.0
3842026-08-20T03:17:41.033Z Compiling serde_json v1.0.151
3852026-08-20T03:17:41.179Z Compiling camino v1.2.5
3862026-08-20T03:17:41.301Z Compiling pest v2.8.6
3872026-08-20T03:17:41.358Z Compiling proc-macro-error-attr v1.0.4
3882026-08-20T03:17:41.362Z Compiling usdt-impl v0.5.0
3892026-08-20T03:17:41.437Z Compiling syn v1.0.109
3902026-08-20T03:17:41.493Z Compiling proc-macro-error v1.0.4
3912026-08-20T03:17:41.509Z Compiling getrandom v0.3.4
3922026-08-20T03:17:41.550Z Compiling plain v0.2.3
3932026-08-20T03:17:41.580Z Compiling hashbrown v0.17.0
3942026-08-20T03:17:41.611Z Compiling utf8parse v0.2.2
3952026-08-20T03:17:41.799Z Compiling equivalent v1.0.2
3962026-08-20T03:17:41.825Z Compiling log v0.4.33
3972026-08-20T03:17:41.869Z Compiling anstyle-parse v1.0.0
3982026-08-20T03:17:41.904Z Compiling colorchoice v1.0.4
3992026-08-20T03:17:41.905Z Compiling cfg-if v1.0.4
4002026-08-20T03:17:41.905Z Compiling toml_write v0.1.2
4012026-08-20T03:17:41.935Z Compiling autocfg v1.5.0
4022026-08-20T03:17:41.984Z Compiling winnow v0.7.14
4032026-08-20T03:17:41.998Z Compiling pretty-hex v0.4.1
4042026-08-20T03:17:42.017Z Compiling anstyle-query v1.1.5
4052026-08-20T03:17:42.089Z Compiling errno v0.3.14
4062026-08-20T03:17:42.140Z Compiling thread-id v4.2.2
4072026-08-20T03:17:42.140Z Compiling is_terminal_polyfill v1.70.2
4082026-08-20T03:17:42.140Z Compiling anstyle v1.0.14
4092026-08-20T03:17:42.172Z Compiling thiserror v2.0.18
4102026-08-20T03:17:42.172Z Compiling heck v0.5.0
4112026-08-20T03:17:42.209Z Compiling heck v0.4.1
4122026-08-20T03:17:42.237Z Compiling unicode-width v0.1.14
4132026-08-20T03:17:42.266Z Compiling indexmap v2.14.0
4142026-08-20T03:17:42.373Z Compiling anstream v1.0.0
4152026-08-20T03:17:42.397Z Compiling syn v2.0.117
4162026-08-20T03:17:42.426Z Compiling fs-err v3.3.0
4172026-08-20T03:17:42.464Z Compiling bytecount v0.6.9
4182026-08-20T03:17:42.471Z Compiling clap_lex v1.0.0
4192026-08-20T03:17:42.560Z Compiling pest_meta v2.8.6
4202026-08-20T03:17:42.659Z Compiling once_cell v1.21.3
4212026-08-20T03:17:42.693Z Compiling anyhow v1.0.104
4222026-08-20T03:17:42.712Z Compiling fastrand v2.3.0
4232026-08-20T03:17:42.712Z Compiling fnv v1.0.7
4242026-08-20T03:17:42.760Z Compiling strsim v0.11.1
4252026-08-20T03:17:42.800Z Compiling memmap v0.7.0
4262026-08-20T03:17:42.816Z Compiling papergrid v0.11.0
4272026-08-20T03:17:43.039Z Compiling unicode-width v0.2.0
4282026-08-20T03:17:43.072Z Compiling smawk v0.3.2
4292026-08-20T03:17:43.072Z Compiling unicode-linebreak v0.1.5
4302026-08-20T03:17:43.073Z Compiling swrite v0.1.0
4312026-08-20T03:17:43.073Z Compiling terminal_size v0.4.3
4322026-08-20T03:17:43.175Z Compiling tempfile v3.27.0
4332026-08-20T03:17:43.204Z Compiling clap_builder v4.6.0
4342026-08-20T03:17:43.204Z Compiling textwrap v0.16.2
4352026-08-20T03:17:43.225Z Compiling cargo-platform v0.3.2
4362026-08-20T03:17:43.249Z Compiling semver v1.0.28
4372026-08-20T03:17:43.503Z Compiling camino-tempfile v1.4.1
4382026-08-20T03:17:43.919Z Compiling tabled_derive v0.7.0
4392026-08-20T03:17:44.555Z Compiling pest_generator v2.8.6
4402026-08-20T03:17:44.632Z Compiling tabled v0.15.0
4412026-08-20T03:17:45.069Z Compiling serde_derive v1.0.228
4422026-08-20T03:17:45.078Z Compiling thiserror-impl v1.0.69
4432026-08-20T03:17:45.078Z Compiling zerocopy-derive v0.7.35
4442026-08-20T03:17:45.078Z Compiling scroll_derive v0.12.1
4452026-08-20T03:17:45.078Z Compiling thiserror-impl v2.0.18
4462026-08-20T03:17:45.078Z Compiling clap_derive v4.6.1
4472026-08-20T03:17:45.197Z Compiling pest_derive v2.8.6
4482026-08-20T03:17:45.699Z Compiling scroll v0.12.0
4492026-08-20T03:17:45.791Z Compiling zerocopy v0.7.35
4502026-08-20T03:17:45.917Z Compiling goblin v0.8.2
4512026-08-20T03:17:46.282Z Compiling dtrace-parser v0.2.0
4522026-08-20T03:17:46.586Z Compiling clap v4.6.1
4532026-08-20T03:17:47.467Z Compiling serde_spanned v0.6.9
4542026-08-20T03:17:47.467Z Compiling toml_datetime v0.6.11
4552026-08-20T03:17:47.467Z Compiling cargo_metadata v0.23.1
4562026-08-20T03:17:47.472Z Compiling macaddr v1.0.1
4572026-08-20T03:17:47.472Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-20T03:17:47.491Z Compiling dof v0.3.0
4592026-08-20T03:17:47.497Z Compiling serde_tokenstream v0.2.3
4602026-08-20T03:17:47.740Z Compiling toml_edit v0.22.27
4612026-08-20T03:17:48.210Z Compiling usdt-attr-macro v0.5.0
4622026-08-20T03:17:48.210Z Compiling usdt-macro v0.5.0
4632026-08-20T03:17:48.869Z Compiling usdt v0.5.0
4642026-08-20T03:17:49.056Z Compiling toml v0.8.23
4652026-08-20T03:17:49.437Z Compiling cargo_toml v0.21.0
4662026-08-20T03:17:50.719Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-20T03:17:52.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.34s
4682026-08-20T03:17:53.008Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-20T03:17:53.529Z Downloading crates ...
4702026-08-20T03:17:53.581Z Downloaded array-init v0.0.4
4712026-08-20T03:17:53.599Z Downloaded async-stream-impl v0.3.6
4722026-08-20T03:17:53.600Z Downloaded bcrypt-pbkdf v0.11.0
4732026-08-20T03:17:53.600Z Downloaded adler2 v2.0.1
4742026-08-20T03:17:53.620Z Downloaded block-padding v0.4.2
4752026-08-20T03:17:53.620Z Downloaded aead v0.6.1
4762026-08-20T03:17:53.620Z Downloaded anstream v0.6.21
4772026-08-20T03:17:53.621Z Downloaded arrayref v0.3.9
4782026-08-20T03:17:53.621Z Downloaded arrayvec v0.7.6
4792026-08-20T03:17:53.633Z Downloaded byte-wrapper v0.1.0
4802026-08-20T03:17:53.633Z Downloaded cexpr v0.6.0
4812026-08-20T03:17:53.633Z Downloaded chacha20 v0.9.1
4822026-08-20T03:17:53.633Z Downloaded ahash v0.8.12
4832026-08-20T03:17:53.633Z Downloaded assert_matches v1.5.0
4842026-08-20T03:17:53.633Z Downloaded base64 v0.22.1
4852026-08-20T03:17:53.633Z Downloaded env_logger v0.11.11
4862026-08-20T03:17:53.633Z Downloaded const-oid v0.10.2
4872026-08-20T03:17:53.633Z Downloaded addr2line v0.25.1
4882026-08-20T03:17:53.633Z Downloaded backon v1.6.0
4892026-08-20T03:17:53.633Z Downloaded compact_str v0.8.1
4902026-08-20T03:17:53.634Z Downloaded futures-io v0.3.32
4912026-08-20T03:17:53.634Z Downloaded foreign-types v0.5.0
4922026-08-20T03:17:53.634Z Downloaded home v0.5.12
4932026-08-20T03:17:53.634Z Downloaded float-cmp v0.10.0
4942026-08-20T03:17:53.634Z Downloaded hubpack v0.1.2
4952026-08-20T03:17:53.634Z Downloaded bit-set v0.5.3
4962026-08-20T03:17:53.634Z Downloaded bit-vec v0.8.0
4972026-08-20T03:17:53.643Z Downloaded gethostname v0.5.0
4982026-08-20T03:17:53.644Z Downloaded hash32 v0.2.1
4992026-08-20T03:17:53.644Z Downloaded arc-swap v1.8.2
5002026-08-20T03:17:53.644Z Downloaded env_filter v2.0.0
5012026-08-20T03:17:53.644Z Downloaded argon2 v0.6.0-rc.8
5022026-08-20T03:17:53.644Z Downloaded bb8 v0.8.6
5032026-08-20T03:17:53.644Z Downloaded foldhash v0.1.5
5042026-08-20T03:17:53.644Z Downloaded backtrace-ext v0.2.1
5052026-08-20T03:17:53.655Z Downloaded atty v0.2.14
5062026-08-20T03:17:53.655Z Downloaded base16ct v0.2.0
5072026-08-20T03:17:53.656Z Downloaded base16ct v1.0.0
5082026-08-20T03:17:53.656Z Downloaded bit-vec v0.6.3
5092026-08-20T03:17:53.656Z Downloaded async-stream v0.3.6
5102026-08-20T03:17:53.659Z Downloaded num-iter v0.1.45
5112026-08-20T03:17:53.659Z Downloaded bit-set v0.8.0
5122026-08-20T03:17:53.660Z Downloaded bitfield-macros v0.19.4
5132026-08-20T03:17:53.734Z Downloaded async-recursion v1.1.1
5142026-08-20T03:17:53.754Z Downloaded bitfield-struct v0.6.2
5152026-08-20T03:17:53.754Z Downloaded compression-core v0.4.31
5162026-08-20T03:17:53.754Z Downloaded aead v0.5.2
5172026-08-20T03:17:53.755Z Downloaded castaway v0.2.4
5182026-08-20T03:17:53.755Z Downloaded find-msvc-tools v0.1.9
5192026-08-20T03:17:53.755Z Downloaded futures-sink v0.3.32
5202026-08-20T03:17:53.755Z Downloaded globwalk v0.9.1
5212026-08-20T03:17:53.755Z Downloaded anstyle-parse v0.2.7
5222026-08-20T03:17:53.755Z Downloaded bcs v0.1.6
5232026-08-20T03:17:53.755Z Downloaded bitfield v0.19.4
5242026-08-20T03:17:53.755Z Downloaded hash32 v0.3.1
5252026-08-20T03:17:53.755Z Downloaded atomic-waker v1.1.2
5262026-08-20T03:17:53.755Z Downloaded ascii-canvas v3.0.0
5272026-08-20T03:17:53.755Z Downloaded ciborium-ll v0.2.2
5282026-08-20T03:17:53.755Z Downloaded atomicwrites v0.4.4
5292026-08-20T03:17:53.755Z Downloaded openssl-probe v0.1.6
5302026-08-20T03:17:53.755Z Downloaded openssl-probe v0.2.1
5312026-08-20T03:17:53.755Z Downloaded packed_struct_codegen v0.10.1
5322026-08-20T03:17:53.755Z Downloaded normalize-line-endings v0.3.0
5332026-08-20T03:17:53.755Z Downloaded num_threads v0.1.7
5342026-08-20T03:17:53.755Z Downloaded openssl-macros v0.1.1
5352026-08-20T03:17:53.756Z Downloaded hostname v0.3.1
5362026-08-20T03:17:53.756Z Downloaded cobs v0.3.0
5372026-08-20T03:17:53.756Z Downloaded cfg_aliases v0.2.1
5382026-08-20T03:17:53.756Z Downloaded ciborium-io v0.2.2
5392026-08-20T03:17:53.756Z Downloaded cfg_aliases v0.1.1
5402026-08-20T03:17:53.756Z Downloaded newline-converter v0.3.0
5412026-08-20T03:17:53.756Z Downloaded block-buffer v0.12.1
5422026-08-20T03:17:53.756Z Downloaded progenitor-macro v0.13.0
5432026-08-20T03:17:53.756Z Downloaded hubpack_derive v0.1.1
5442026-08-20T03:17:53.756Z Downloaded async-trait v0.1.89
5452026-08-20T03:17:53.756Z Downloaded argon2 v0.5.3
5462026-08-20T03:17:53.777Z Downloaded base64ct v1.8.3
5472026-08-20T03:17:53.777Z Downloaded embedded-io v0.6.1
5482026-08-20T03:17:53.777Z Downloaded fd-lock v4.0.4
5492026-08-20T03:17:53.777Z Downloaded endian-type v0.1.2
5502026-08-20T03:17:53.777Z Downloaded enum-as-inner v0.6.1
5512026-08-20T03:17:53.777Z Downloaded git-stub-vcs v0.1.0
5522026-08-20T03:17:53.777Z Downloaded ena v0.14.4
5532026-08-20T03:17:53.777Z Downloaded foreign-types-shared v0.3.1
5542026-08-20T03:17:53.777Z Downloaded bitflags v1.3.2
5552026-08-20T03:17:53.777Z Downloaded float-ord v0.3.2
5562026-08-20T03:17:53.777Z Downloaded git-stub v1.0.0
5572026-08-20T03:17:53.777Z Downloaded foreign-types-shared v0.1.1
5582026-08-20T03:17:53.777Z Downloaded allocator-api2 v0.2.21
5592026-08-20T03:17:53.777Z Downloaded futures-macro v0.3.32
5602026-08-20T03:17:53.777Z Downloaded peg-runtime v0.8.5
5612026-08-20T03:17:53.777Z Downloaded proc-macro-error-attr2 v2.0.0
5622026-08-20T03:17:53.790Z Downloaded foreign-types-macros v0.2.3
5632026-08-20T03:17:53.790Z Downloaded headers-core v0.3.0
5642026-08-20T03:17:53.790Z Downloaded foreign-types v0.3.2
5652026-08-20T03:17:53.790Z Downloaded backoff v0.4.0
5662026-08-20T03:17:53.790Z Downloaded compression-codecs v0.4.37
5672026-08-20T03:17:53.790Z Downloaded bs58 v0.5.1
5682026-08-20T03:17:53.790Z Downloaded hex-literal v1.1.0
5692026-08-20T03:17:53.790Z Downloaded cmov v0.5.4
5702026-08-20T03:17:53.791Z Downloaded nodrop v0.1.14
5712026-08-20T03:17:53.791Z Downloaded packed_struct v0.10.1
5722026-08-20T03:17:53.791Z Downloaded num-integer v0.1.46
5732026-08-20T03:17:53.791Z Downloaded cbc v0.2.1
5742026-08-20T03:17:53.791Z Downloaded form_urlencoded v1.2.2
5752026-08-20T03:17:53.791Z Downloaded ghash v0.6.0
5762026-08-20T03:17:53.791Z Downloaded http-range v0.1.5
5772026-08-20T03:17:53.791Z Downloaded httpdate v1.0.3
5782026-08-20T03:17:53.791Z Downloaded funty v2.0.0
5792026-08-20T03:17:53.791Z Downloaded hostname v0.4.2
5802026-08-20T03:17:53.796Z Downloaded newtype-uuid v1.3.2
5812026-08-20T03:17:53.796Z Downloaded flagset v0.4.7
5822026-08-20T03:17:53.796Z Downloaded futures-core v0.3.32
5832026-08-20T03:17:53.796Z Downloaded fxhash v0.2.1
5842026-08-20T03:17:53.796Z Downloaded http-body v1.0.1
5852026-08-20T03:17:53.796Z Downloaded phf_shared v0.11.3
5862026-08-20T03:17:53.797Z Downloaded quick-error v1.2.3
5872026-08-20T03:17:53.797Z Downloaded blowfish v0.10.0
5882026-08-20T03:17:53.797Z Downloaded cassowary v0.3.0
5892026-08-20T03:17:53.797Z Downloaded buf-list v1.1.2
5902026-08-20T03:17:53.797Z Downloaded fixedbitset v0.4.2
5912026-08-20T03:17:53.797Z Downloaded erased-serde v0.3.31
5922026-08-20T03:17:53.797Z Downloaded futures-executor v0.3.32
5932026-08-20T03:17:53.797Z Downloaded cmake v0.1.57
5942026-08-20T03:17:53.797Z Downloaded group v0.13.0
5952026-08-20T03:17:53.808Z Downloaded globset v0.4.18
5962026-08-20T03:17:53.808Z Downloaded embedded-io v0.4.0
5972026-08-20T03:17:53.808Z Downloaded fallible-iterator v0.2.0
5982026-08-20T03:17:53.808Z Downloaded fs-err v2.11.0
5992026-08-20T03:17:53.808Z Downloaded group v0.14.0
6002026-08-20T03:17:53.808Z Downloaded enum_dispatch v0.3.13
6012026-08-20T03:17:53.818Z Downloaded cipher v0.4.4
6022026-08-20T03:17:53.819Z Downloaded strum v0.27.2
6032026-08-20T03:17:53.819Z Downloaded recursive v0.1.1
6042026-08-20T03:17:53.819Z Downloaded ref-cast-impl v1.0.25
6052026-08-20T03:17:53.819Z Downloaded hex v0.4.3
6062026-08-20T03:17:53.819Z Downloaded http-body-util v0.1.3
6072026-08-20T03:17:53.830Z Downloaded ppv-lite86 v0.2.21
6082026-08-20T03:17:53.830Z Downloaded russh-util v0.52.0
6092026-08-20T03:17:53.830Z Downloaded ff v0.14.0
6102026-08-20T03:17:53.830Z Downloaded glob v0.3.3
6112026-08-20T03:17:53.830Z Downloaded highway v1.3.0
6122026-08-20T03:17:53.830Z Downloaded scopeguard v1.2.0
6132026-08-20T03:17:53.841Z Downloaded serde_repr v0.1.20
6142026-08-20T03:17:53.841Z Downloaded foldhash v0.2.0
6152026-08-20T03:17:53.841Z Downloaded pin-project-lite v0.2.17
6162026-08-20T03:17:53.842Z Downloaded sigpipe v0.1.3
6172026-08-20T03:17:53.842Z Downloaded strsim v0.10.0
6182026-08-20T03:17:53.842Z Downloaded futures-task v0.3.32
6192026-08-20T03:17:53.842Z Downloaded bzip2 v0.4.4
6202026-08-20T03:17:53.842Z Downloaded colored v2.2.0
6212026-08-20T03:17:53.854Z Downloaded console v0.16.2
6222026-08-20T03:17:53.854Z Downloaded ff v0.13.1
6232026-08-20T03:17:53.855Z Downloaded fixedbitset v0.5.7
6242026-08-20T03:17:53.855Z Downloaded fs_extra v1.3.0
6252026-08-20T03:17:53.855Z Downloaded cipher v0.5.2
6262026-08-20T03:17:53.855Z Downloaded chacha20 v0.10.0
6272026-08-20T03:17:53.855Z Downloaded parse-display-derive v0.10.0
6282026-08-20T03:17:53.855Z Downloaded progenitor-client v0.13.0
6292026-08-20T03:17:53.855Z Downloaded filetime v0.2.27
6302026-08-20T03:17:53.855Z Downloaded pin-project-internal v1.1.11
6312026-08-20T03:17:53.855Z Downloaded blake2 v0.10.6
6322026-08-20T03:17:53.855Z Downloaded bzip2 v0.6.1
6332026-08-20T03:17:53.865Z Downloaded poly1305 v0.8.0
6342026-08-20T03:17:53.865Z Downloaded camino-tempfile-ext v0.3.3
6352026-08-20T03:17:53.865Z Downloaded cancel-safe-futures v0.1.5
6362026-08-20T03:17:53.865Z Downloaded ciborium v0.2.2
6372026-08-20T03:17:53.865Z Downloaded half v1.8.3
6382026-08-20T03:17:53.865Z Downloaded blake2 v0.11.0-rc.6
6392026-08-20T03:17:53.865Z Downloaded colored v3.1.1
6402026-08-20T03:17:53.865Z Downloaded take_mut v0.2.2
6412026-08-20T03:17:53.865Z Downloaded termtree v0.5.1
6422026-08-20T03:17:53.866Z Downloaded signature v3.0.0
6432026-08-20T03:17:53.866Z Downloaded tinyvec_macros v0.1.1
6442026-08-20T03:17:53.874Z Downloaded tokio-test v0.4.5
6452026-08-20T03:17:53.874Z Downloaded supports-color v3.0.2
6462026-08-20T03:17:53.874Z Downloaded async-bb8-diesel v0.2.1
6472026-08-20T03:17:53.875Z Downloaded clang-sys v1.8.1
6482026-08-20T03:17:53.875Z Downloaded unarray v0.1.4
6492026-08-20T03:17:53.875Z Downloaded unicode-truncate v1.1.0
6502026-08-20T03:17:53.875Z Downloaded quinn-udp v0.5.14
6512026-08-20T03:17:53.875Z Downloaded yoke-derive v0.8.1
6522026-08-20T03:17:53.878Z Downloaded scroll v0.13.0
6532026-08-20T03:17:53.878Z Downloaded rustls-native-certs v0.8.3
6542026-08-20T03:17:53.878Z Downloaded rustls-pemfile v2.2.0
6552026-08-20T03:17:53.878Z Downloaded getrandom v0.2.17
6562026-08-20T03:17:53.889Z Downloaded hmac v0.13.0
6572026-08-20T03:17:53.889Z Downloaded utf-8 v0.7.6
6582026-08-20T03:17:53.894Z Downloaded void v1.0.2
6592026-08-20T03:17:53.894Z Downloaded paste v1.0.15
6602026-08-20T03:17:53.894Z Downloaded rustc_version v0.4.1
6612026-08-20T03:17:53.894Z Downloaded hmac v0.12.1
6622026-08-20T03:17:53.894Z Downloaded futures-channel v0.3.32
6632026-08-20T03:17:53.905Z Downloaded crc-catalog v2.4.0
6642026-08-20T03:17:53.905Z Downloaded xshell-macros v0.2.7
6652026-08-20T03:17:53.905Z Downloaded schemars_derive v0.8.22
6662026-08-20T03:17:53.913Z Downloaded futures v0.3.32
6672026-08-20T03:17:53.913Z Downloaded convert_case v0.4.0
6682026-08-20T03:17:53.913Z Downloaded curve25519-dalek-derive v0.1.1
6692026-08-20T03:17:53.913Z Downloaded slog-stdlog v4.1.1
6702026-08-20T03:17:53.913Z Downloaded postgres-types v0.2.12
6712026-08-20T03:17:53.919Z Downloaded tap v1.0.1
6722026-08-20T03:17:53.919Z Downloaded display-error-chain v0.2.2
6732026-08-20T03:17:53.920Z Downloaded omicron-zone-package v0.12.3
6742026-08-20T03:17:53.920Z Downloaded const-oid v0.9.6
6752026-08-20T03:17:53.931Z Downloaded tokio-macros v2.7.0
6762026-08-20T03:17:53.931Z Downloaded tiny-keccak v2.0.2
6772026-08-20T03:17:53.931Z Downloaded unicase v2.9.0
6782026-08-20T03:17:53.931Z Downloaded console v0.15.11
6792026-08-20T03:17:53.931Z Downloaded debug-ignore v1.0.5
6802026-08-20T03:17:53.931Z Downloaded dirs-sys-next v0.1.2
6812026-08-20T03:17:53.931Z Downloaded dunce v1.0.5
6822026-08-20T03:17:53.931Z Downloaded derive_builder_macro v0.20.2
6832026-08-20T03:17:53.935Z Downloaded snafu-derive v0.8.9
6842026-08-20T03:17:53.935Z Downloaded dtrace-parser v0.3.0
6852026-08-20T03:17:53.935Z Downloaded idna_adapter v1.2.1
6862026-08-20T03:17:53.935Z Downloaded libscf-sys v1.2.0
6872026-08-20T03:17:53.935Z Downloaded elliptic-curve v0.14.1
6882026-08-20T03:17:53.940Z Downloaded ar_archive_writer v0.5.1
6892026-08-20T03:17:53.940Z Downloaded base64 v0.21.7
6902026-08-20T03:17:53.950Z Downloaded is_ci v1.2.0
6912026-08-20T03:17:53.951Z Downloaded yoke v0.8.1
6922026-08-20T03:17:53.951Z Downloaded chumsky v0.9.3
6932026-08-20T03:17:53.951Z Downloaded getrandom v0.4.3
6942026-08-20T03:17:53.951Z Downloaded shlex v1.3.0
6952026-08-20T03:17:53.961Z Downloaded simd-adler32 v0.3.8
6962026-08-20T03:17:53.961Z Downloaded spki v0.7.3
6972026-08-20T03:17:53.962Z Downloaded kem v0.3.0
6982026-08-20T03:17:53.962Z Downloaded lazy_static v1.5.0
6992026-08-20T03:17:53.962Z Downloaded lru-slab v0.1.2
7002026-08-20T03:17:53.962Z Downloaded maplit v1.0.2
7012026-08-20T03:17:53.962Z Downloaded generic-array v1.4.3
7022026-08-20T03:17:53.962Z Downloaded half v2.7.1
7032026-08-20T03:17:53.970Z Downloaded async-compression v0.4.41
7042026-08-20T03:17:53.970Z Downloaded synstructure v0.13.2
7052026-08-20T03:17:53.971Z Downloaded tui-tree-widget v0.23.1
7062026-08-20T03:17:53.971Z Downloaded vergen-lib v0.1.6
7072026-08-20T03:17:53.971Z Downloaded instability v0.3.11
7082026-08-20T03:17:53.971Z Downloaded internet-checksum v0.2.1
7092026-08-20T03:17:53.971Z Downloaded memoffset v0.9.1
7102026-08-20T03:17:53.971Z Downloaded fatfs v0.3.6
7112026-08-20T03:17:53.971Z Downloaded critical-section v1.2.0
7122026-08-20T03:17:53.971Z Downloaded num-conv v0.2.0
7132026-08-20T03:17:53.971Z Downloaded newtype-uuid-macros v0.1.0
7142026-08-20T03:17:53.971Z Downloaded prefix-trie v0.7.0
7152026-08-20T03:17:53.975Z Downloaded headers v0.4.1
7162026-08-20T03:17:53.975Z Downloaded new_debug_unreachable v1.0.6
7172026-08-20T03:17:53.975Z Downloaded potential_utf v0.1.4
7182026-08-20T03:17:53.975Z Downloaded defmt-parser v1.0.0
7192026-08-20T03:17:53.975Z Downloaded vergen-lib v9.1.0
7202026-08-20T03:17:53.976Z Downloaded convert_case v0.10.0
7212026-08-20T03:17:53.976Z Downloaded darling v0.13.4
7222026-08-20T03:17:53.983Z Downloaded derive_builder_core v0.20.2
7232026-08-20T03:17:53.983Z Downloaded progenitor-impl v0.14.0
7242026-08-20T03:17:53.983Z Downloaded writeable v0.6.2
7252026-08-20T03:17:53.983Z Downloaded olpc-cjson v0.1.4
7262026-08-20T03:17:53.983Z Downloaded p256 v0.14.0
7272026-08-20T03:17:53.996Z Downloaded tokio-stream v0.1.18
7282026-08-20T03:17:53.996Z Downloaded tracing-attributes v0.1.31
7292026-08-20T03:17:54.010Z Downloaded crc8 v0.1.1
7302026-08-20T03:17:54.010Z Downloaded serde_cbor v0.11.2
7312026-08-20T03:17:54.010Z Downloaded static_assertions v1.1.0
7322026-08-20T03:17:54.010Z Downloaded ctr v0.10.1
7332026-08-20T03:17:54.010Z Downloaded path-slash v0.1.5
7342026-08-20T03:17:54.010Z Downloaded password-hash v0.6.1
7352026-08-20T03:17:54.010Z Downloaded predicates-core v1.0.10
7362026-08-20T03:17:54.010Z Downloaded radium v0.7.0
7372026-08-20T03:17:54.010Z Downloaded bytes v1.11.1
7382026-08-20T03:17:54.010Z Downloaded psl-types v2.0.11
7392026-08-20T03:17:54.010Z Downloaded rand_xorshift v0.4.0
7402026-08-20T03:17:54.010Z Downloaded ref-cast v1.0.25
7412026-08-20T03:17:54.018Z Downloaded der_derive v0.7.3
7422026-08-20T03:17:54.018Z Downloaded humantime v2.3.0
7432026-08-20T03:17:54.018Z Downloaded test-strategy v0.4.5
7442026-08-20T03:17:54.018Z Downloaded flume v0.11.1
7452026-08-20T03:17:54.018Z Downloaded httparse v1.10.1
7462026-08-20T03:17:54.018Z Downloaded sha2 v0.11.0
7472026-08-20T03:17:54.018Z Downloaded tokio-rustls v0.26.4
7482026-08-20T03:17:54.018Z Downloaded smf v0.2.3
7492026-08-20T03:17:54.018Z Downloaded serde_plain v1.0.2
7502026-08-20T03:17:54.018Z Downloaded heapless v0.7.17
7512026-08-20T03:17:54.028Z Downloaded slog-bunyan v2.5.0
7522026-08-20T03:17:54.029Z Downloaded stable_deref_trait v1.2.1
7532026-08-20T03:17:54.029Z Downloaded aho-corasick v1.1.4
7542026-08-20T03:17:54.029Z Downloaded rfc6979 v0.4.0
7552026-08-20T03:17:54.040Z Downloaded ron v0.8.1
7562026-08-20T03:17:54.040Z Downloaded crc32fast v1.5.0
7572026-08-20T03:17:54.040Z Downloaded heapless v0.8.0
7582026-08-20T03:17:54.040Z Downloaded libsw v3.5.0
7592026-08-20T03:17:54.048Z Downloaded secrecy v0.8.0
7602026-08-20T03:17:54.048Z Downloaded shell-words v1.1.1
7612026-08-20T03:17:54.049Z Downloaded signal-hook-mio v0.2.5
7622026-08-20T03:17:54.049Z Downloaded num-complex v0.4.6
7632026-08-20T03:17:54.049Z Downloaded strip-ansi-escapes v0.2.1
7642026-08-20T03:17:54.049Z Downloaded structmeta v0.3.0
7652026-08-20T03:17:54.049Z Downloaded sqlparser_derive v0.5.0
7662026-08-20T03:17:54.049Z Downloaded thiserror-impl-no-std v2.0.2
7672026-08-20T03:17:54.059Z Downloaded oxnet v0.1.6
7682026-08-20T03:17:54.059Z Downloaded sync_wrapper v1.0.2
7692026-08-20T03:17:54.060Z Downloaded derive_builder v0.20.2
7702026-08-20T03:17:54.060Z Downloaded cc v1.2.56
7712026-08-20T03:17:54.060Z Downloaded phc v0.6.1
7722026-08-20T03:17:54.060Z Downloaded signal-hook v0.3.18
7732026-08-20T03:17:54.070Z Downloaded chacha20poly1305 v0.10.1
7742026-08-20T03:17:54.071Z Downloaded zerocopy v0.6.6
7752026-08-20T03:17:54.071Z Downloaded pkg-config v0.3.32
7762026-08-20T03:17:54.071Z Downloaded primeorder v0.13.6
7772026-08-20T03:17:54.071Z Downloaded progenitor v0.13.0
7782026-08-20T03:17:54.071Z Downloaded proc-macro-error2 v2.0.1
7792026-08-20T03:17:54.071Z Downloaded tabwriter v1.4.1
7802026-08-20T03:17:54.071Z Downloaded unicode-xid v0.2.6
7812026-08-20T03:17:54.071Z Downloaded rand v0.8.6
7822026-08-20T03:17:54.078Z Downloaded r2d2 v0.8.10
7832026-08-20T03:17:54.078Z Downloaded tower-service v0.3.3
7842026-08-20T03:17:54.078Z Downloaded backtrace v0.3.76
7852026-08-20T03:17:54.078Z Downloaded hyper-staticfile v0.10.1
7862026-08-20T03:17:54.079Z Downloaded tower-layer v0.3.3
7872026-08-20T03:17:54.079Z Downloaded usdt-macro v0.6.0
7882026-08-20T03:17:54.079Z Downloaded usdt v0.6.0
7892026-08-20T03:17:54.109Z Downloaded peg-macros v0.8.5
7902026-08-20T03:17:54.109Z Downloaded rustc-demangle v0.1.27
7912026-08-20T03:17:54.109Z Downloaded ingot-macros v0.2.0
7922026-08-20T03:17:54.109Z Downloaded hickory-resolver v0.25.2
7932026-08-20T03:17:54.109Z Downloaded subprocess v0.2.15
7942026-08-20T03:17:54.114Z Downloaded multer v3.1.0
7952026-08-20T03:17:54.114Z Downloaded zone_cfg_derive v0.3.1
7962026-08-20T03:17:54.114Z Downloaded cstr-argument v0.1.2
7972026-08-20T03:17:54.114Z Downloaded pretty_assertions v1.4.1
7982026-08-20T03:17:54.114Z Downloaded expectorate v1.2.0
7992026-08-20T03:17:54.114Z Downloaded serde-hex v0.1.0
8002026-08-20T03:17:54.114Z Downloaded hashbrown v0.13.2
8012026-08-20T03:17:54.115Z Downloaded serde_yaml v0.9.34+deprecated
8022026-08-20T03:17:54.115Z Downloaded document-features v0.2.12
8032026-08-20T03:17:54.115Z Downloaded parking_lot_core v0.9.12
8042026-08-20T03:17:54.115Z Downloaded crc-any v2.5.0
8052026-08-20T03:17:54.115Z Downloaded slog-scope v4.4.1
8062026-08-20T03:17:54.128Z Downloaded slog-term v2.9.2
8072026-08-20T03:17:54.128Z Downloaded litrs v1.0.0
8082026-08-20T03:17:54.128Z Downloaded memmap2 v0.9.10
8092026-08-20T03:17:54.128Z Downloaded thiserror-no-std v2.0.2
8102026-08-20T03:17:54.132Z Downloaded derive_more v0.99.20
8112026-08-20T03:17:54.132Z Downloaded unsafe-libyaml v0.2.11
8122026-08-20T03:17:54.132Z Downloaded darling_macro v0.23.0
8132026-08-20T03:17:54.132Z Downloaded ident_case v1.0.1
8142026-08-20T03:17:54.132Z Downloaded bumpalo v3.20.2
8152026-08-20T03:17:54.132Z Downloaded pkcs8 v0.11.0
8162026-08-20T03:17:54.132Z Downloaded strum_macros v0.27.2
8172026-08-20T03:17:54.138Z Downloaded is-terminal v0.4.17
8182026-08-20T03:17:54.138Z Downloaded match_cfg v0.1.0
8192026-08-20T03:17:54.149Z Downloaded tokio-tungstenite v0.21.0
8202026-08-20T03:17:54.149Z Downloaded dropshot-api-manager-types v0.8.0
8212026-08-20T03:17:54.149Z Downloaded http v1.4.2
8222026-08-20T03:17:54.161Z Downloaded linked-hash-map v0.5.6
8232026-08-20T03:17:54.161Z Downloaded whoami v1.6.1
8242026-08-20T03:17:54.161Z Downloaded whoami v2.1.0
8252026-08-20T03:17:54.161Z Downloaded xshell v0.2.7
8262026-08-20T03:17:54.161Z Downloaded multimap v0.10.1
8272026-08-20T03:17:54.161Z Downloaded zeroize v1.9.0
8282026-08-20T03:17:54.161Z Downloaded tokio-tungstenite v0.23.1
8292026-08-20T03:17:54.161Z Downloaded hickory-resolver v0.24.4
8302026-08-20T03:17:54.173Z Downloaded vergen-git2 v9.1.0
8312026-08-20T03:17:54.173Z Downloaded num v0.4.3
8322026-08-20T03:17:54.173Z Downloaded rusty-fork v0.3.1
8332026-08-20T03:17:54.173Z Downloaded proc-macro-crate v1.3.1
8342026-08-20T03:17:54.173Z Downloaded const_format_proc_macros v0.2.34
8352026-08-20T03:17:54.185Z Downloaded semver v0.1.20
8362026-08-20T03:17:54.186Z Downloaded phf_shared v0.12.1
8372026-08-20T03:17:54.186Z Downloaded signal-hook-tokio v0.3.1
8382026-08-20T03:17:54.186Z Downloaded aes v0.9.1
8392026-08-20T03:17:54.186Z Downloaded vsss-rs v3.3.4
8402026-08-20T03:17:54.186Z Downloaded predicates-tree v1.0.13
8412026-08-20T03:17:54.186Z Downloaded phf_shared v0.13.1
8422026-08-20T03:17:54.186Z Downloaded proc-macro-crate v3.4.0
8432026-08-20T03:17:54.186Z Downloaded hashbrown v0.16.1
8442026-08-20T03:17:54.197Z Downloaded sha1 v0.11.0
8452026-08-20T03:17:54.197Z Downloaded corncobs v0.1.4
8462026-08-20T03:17:54.197Z Downloaded spin v0.9.8
8472026-08-20T03:17:54.197Z Downloaded deranged v0.5.8
8482026-08-20T03:17:54.202Z Downloaded scheduled-thread-pool v0.2.7
8492026-08-20T03:17:54.202Z Downloaded toml_edit v0.19.15
8502026-08-20T03:17:54.214Z Downloaded zerotrie v0.2.3
8512026-08-20T03:17:54.228Z Downloaded darling_core v0.20.11
8522026-08-20T03:17:54.228Z Downloaded data-encoding v2.10.0
8532026-08-20T03:17:54.228Z Downloaded sapling-renderdag v0.1.0
8542026-08-20T03:17:54.228Z Downloaded serde_bytes v0.11.19
8552026-08-20T03:17:54.228Z Downloaded papergrid v0.18.0
8562026-08-20T03:17:54.228Z Downloaded slog-envlogger v2.2.0
8572026-08-20T03:17:54.239Z Downloaded indoc v2.0.7
8582026-08-20T03:17:54.239Z Downloaded ingot v0.2.1
8592026-08-20T03:17:54.239Z Downloaded ipnetwork v0.21.1
8602026-08-20T03:17:54.239Z Downloaded time-core v0.1.8
8612026-08-20T03:17:54.239Z Downloaded linear-map v1.2.0
8622026-08-20T03:17:54.239Z Downloaded hickory-server v0.25.2
8632026-08-20T03:17:54.239Z Downloaded miette-derive v7.6.0
8642026-08-20T03:17:54.239Z Downloaded topological-sort v0.2.2
8652026-08-20T03:17:54.239Z Downloaded rustls-platform-verifier v0.6.2
8662026-08-20T03:17:54.239Z Downloaded supports-hyperlinks v3.2.0
8672026-08-20T03:17:54.239Z Downloaded try-lock v0.2.5
8682026-08-20T03:17:54.239Z Downloaded flate2 v1.1.9
8692026-08-20T03:17:54.248Z Downloaded icu_locale_core v2.1.1
8702026-08-20T03:17:54.248Z Downloaded oxide-update-engine v0.1.2
8712026-08-20T03:17:54.248Z Downloaded indicatif v0.18.4
8722026-08-20T03:17:54.248Z Downloaded num_enum v0.5.11
8732026-08-20T03:17:54.254Z Downloaded polyval v0.7.1
8742026-08-20T03:17:54.254Z Downloaded pem-rfc7468 v1.0.0
8752026-08-20T03:17:54.254Z Downloaded rand_chacha v0.9.0
8762026-08-20T03:17:54.254Z Downloaded universal-hash v0.6.1
8772026-08-20T03:17:54.254Z Downloaded zerofrom-derive v0.1.6
8782026-08-20T03:17:54.254Z Downloaded zeroize_derive v1.5.0
8792026-08-20T03:17:54.254Z Downloaded darling_core v0.21.3
8802026-08-20T03:17:54.254Z Downloaded schemars v0.8.22
8812026-08-20T03:17:54.319Z Downloaded daft-derive v0.1.7
8822026-08-20T03:17:54.320Z Downloaded des v0.9.0
8832026-08-20T03:17:54.320Z Downloaded url v2.5.8
8842026-08-20T03:17:54.320Z Downloaded rand_core v0.6.4
8852026-08-20T03:17:54.320Z Downloaded port-file v0.1.0
8862026-08-20T03:17:54.320Z Downloaded rand v0.9.2
8872026-08-20T03:17:54.320Z Downloaded hybrid-array v0.4.13
8882026-08-20T03:17:54.320Z Downloaded darling v0.20.11
8892026-08-20T03:17:54.320Z Downloaded crunchy v0.2.4
8902026-08-20T03:17:54.320Z Downloaded rand v0.10.1
8912026-08-20T03:17:54.320Z Downloaded openssl-sys v0.9.117
8922026-08-20T03:17:54.320Z Downloaded knus-derive v3.4.0
8932026-08-20T03:17:54.320Z Downloaded defmt v0.3.100
8942026-08-20T03:17:54.320Z Downloaded serde_derive_internals v0.29.1
8952026-08-20T03:17:54.320Z Downloaded slab v0.4.12
8962026-08-20T03:17:54.320Z Downloaded string_cache v0.8.9
8972026-08-20T03:17:54.320Z Downloaded hashbrown v0.12.3
8982026-08-20T03:17:54.320Z Downloaded num-bigint-dig v0.8.6
8992026-08-20T03:17:54.320Z Downloaded ssh-cipher v0.3.0
9002026-08-20T03:17:54.320Z Downloaded illumos-nvpair-sys v0.2.0
9012026-08-20T03:17:54.320Z Downloaded jiff-static v0.2.34
9022026-08-20T03:17:54.320Z Downloaded lru-cache v0.1.2
9032026-08-20T03:17:54.320Z Downloaded rayon-core v1.13.0
9042026-08-20T03:17:54.320Z Downloaded md-5 v0.10.6
9052026-08-20T03:17:54.320Z Downloaded tls_codec v0.4.2
9062026-08-20T03:17:54.320Z Downloaded parking_lot v0.11.2
9072026-08-20T03:17:54.320Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9082026-08-20T03:17:54.321Z Downloaded uzers v0.12.2
9092026-08-20T03:17:54.321Z Downloaded cpubits v0.1.1
9102026-08-20T03:17:54.321Z Downloaded num-derive v0.4.2
9112026-08-20T03:17:54.321Z Downloaded typed-path v0.9.3
9122026-08-20T03:17:54.334Z Downloaded knus v3.4.0
9132026-08-20T03:17:54.334Z Downloaded universal-hash v0.5.1
9142026-08-20T03:17:54.334Z Downloaded vergen-gitcl v1.0.8
9152026-08-20T03:17:54.334Z Downloaded opaque-debug v0.3.1
9162026-08-20T03:17:54.334Z Downloaded daft v0.1.7
9172026-08-20T03:17:54.334Z Downloaded parse-display v0.10.0
9182026-08-20T03:17:54.334Z Downloaded parse-size v1.1.0
9192026-08-20T03:17:54.334Z Downloaded progenitor-client v0.14.0
9202026-08-20T03:17:54.335Z Downloaded rtoolbox v0.0.3
9212026-08-20T03:17:54.348Z Downloaded rand_chacha v0.3.1
9222026-08-20T03:17:54.348Z Downloaded scuffle v0.1.0
9232026-08-20T03:17:54.348Z Downloaded rustc-hash v2.1.1
9242026-08-20T03:17:54.348Z Downloaded oso v0.27.3
9252026-08-20T03:17:54.348Z Downloaded rustls-pki-types v1.14.0
9262026-08-20T03:17:54.353Z Downloaded either v1.15.0
9272026-08-20T03:17:54.353Z Downloaded serde_path_to_error v0.1.20
9282026-08-20T03:17:54.353Z Downloaded scroll_derive v0.13.1
9292026-08-20T03:17:54.353Z Downloaded sha1 v0.10.6
9302026-08-20T03:17:54.353Z Downloaded hyper-tls v0.6.0
9312026-08-20T03:17:54.353Z Downloaded secrecy v0.10.3
9322026-08-20T03:17:54.353Z Downloaded serde_spanned v1.1.1
9332026-08-20T03:17:54.360Z Downloaded diesel-dtrace v0.5.0
9342026-08-20T03:17:54.360Z Downloaded strum_macros v0.24.3
9352026-08-20T03:17:54.363Z Downloaded instant v0.1.13
9362026-08-20T03:17:54.363Z Downloaded structmeta-derive v0.3.0
9372026-08-20T03:17:54.363Z Downloaded supports-unicode v3.0.0
9382026-08-20T03:17:54.363Z Downloaded usdt-attr-macro v0.6.0
9392026-08-20T03:17:54.373Z Downloaded impl-trait-for-tuples v0.2.3
9402026-08-20T03:17:54.373Z Downloaded kstat-rs v0.2.5
9412026-08-20T03:17:54.373Z Downloaded term v0.7.0
9422026-08-20T03:17:54.382Z Downloaded ignore v0.4.25
9432026-08-20T03:17:54.382Z Downloaded hashbrown v0.15.5
9442026-08-20T03:17:54.382Z Downloaded want v0.3.1
9452026-08-20T03:17:54.382Z Downloaded cpufeatures v0.3.0
9462026-08-20T03:17:54.388Z Downloaded crossbeam-epoch v0.9.18
9472026-08-20T03:17:54.388Z Downloaded libloading v0.8.9
9482026-08-20T03:17:54.388Z Downloaded samael v0.0.19
9492026-08-20T03:17:54.397Z Downloaded aes-gcm v0.11.0
9502026-08-20T03:17:54.397Z Downloaded psm v0.1.30
9512026-08-20T03:17:54.397Z Downloaded hkdf v0.13.0
9522026-08-20T03:17:54.408Z Downloaded vergen v9.1.0
9532026-08-20T03:17:54.409Z Downloaded pkcs8 v0.10.2
9542026-08-20T03:17:54.409Z Downloaded nu-ansi-term v0.50.3
9552026-08-20T03:17:54.409Z Downloaded oxide-tokio-rt v0.1.4
9562026-08-20T03:17:54.409Z Downloaded darling_macro v0.21.3
9572026-08-20T03:17:54.409Z Downloaded digest-io v0.1.0
9582026-08-20T03:17:54.409Z Downloaded dirs-next v2.0.0
9592026-08-20T03:17:54.409Z Downloaded ryu v1.0.23
9602026-08-20T03:17:54.409Z Downloaded rand_core v0.9.5
9612026-08-20T03:17:54.409Z Downloaded num-bigint v0.4.6
9622026-08-20T03:17:54.417Z Downloaded schemars v1.2.1
9632026-08-20T03:17:54.417Z Downloaded rand_core v0.10.0
9642026-08-20T03:17:54.417Z Downloaded resolv-conf v0.7.6
9652026-08-20T03:17:54.417Z Downloaded ed25519-dalek v3.0.0
9662026-08-20T03:17:54.431Z Downloaded libbz2-rs-sys v0.2.2
9672026-08-20T03:17:54.431Z Downloaded miniz_oxide v0.8.9
9682026-08-20T03:17:54.431Z Downloaded darling_macro v0.20.11
9692026-08-20T03:17:54.431Z Downloaded dropshot_endpoint v0.17.1
9702026-08-20T03:17:54.431Z Downloaded ecdsa v0.17.0
9712026-08-20T03:17:54.431Z Downloaded diesel_table_macro_syntax v0.3.0
9722026-08-20T03:17:54.431Z Downloaded spki v0.8.0
9732026-08-20T03:17:54.431Z Downloaded hashbrown v0.14.5
9742026-08-20T03:17:54.439Z Downloaded support-bundle-viewer v0.1.2
9752026-08-20T03:17:54.440Z Downloaded thread_local v1.1.9
9762026-08-20T03:17:54.440Z Downloaded time-macros v0.2.27
9772026-08-20T03:17:54.452Z Downloaded lalrpop-util v0.19.12
9782026-08-20T03:17:54.452Z Downloaded crypto-bigint v0.5.5
9792026-08-20T03:17:54.464Z Downloaded zerovec v0.11.5
9802026-08-20T03:17:54.464Z Downloaded typify v0.6.2
9812026-08-20T03:17:54.469Z Downloaded unicode-bidi v0.3.18
9822026-08-20T03:17:54.469Z Downloaded toml_writer v1.1.1+spec-1.1.0
9832026-08-20T03:17:54.470Z Downloaded ed25519 v2.2.3
9842026-08-20T03:17:54.470Z Downloaded inout v0.1.4
9852026-08-20T03:17:54.470Z Downloaded serde_urlencoded v0.7.1
9862026-08-20T03:17:54.470Z Downloaded rcgen v0.12.1
9872026-08-20T03:17:54.470Z Downloaded subtle v2.6.1
9882026-08-20T03:17:54.474Z Downloaded parking_lot v0.12.5
9892026-08-20T03:17:54.475Z Downloaded powerfmt v0.2.0
9902026-08-20T03:17:54.475Z Downloaded serde_with v1.14.0
9912026-08-20T03:17:54.493Z Downloaded rustc_version v0.1.7
9922026-08-20T03:17:54.493Z Downloaded siphasher v1.0.2
9932026-08-20T03:17:54.493Z Downloaded parking_lot_core v0.8.6
9942026-08-20T03:17:54.505Z Downloaded waitgroup v0.1.2
9952026-08-20T03:17:54.506Z Downloaded miette v7.6.0
9962026-08-20T03:17:54.506Z Downloaded icu_normalizer_data v2.1.1
9972026-08-20T03:17:54.506Z Downloaded salsa20 v0.11.0
9982026-08-20T03:17:54.512Z Downloaded icu_properties v2.1.2
9992026-08-20T03:17:54.512Z Downloaded zerofrom v0.1.6
10002026-08-20T03:17:54.512Z Downloaded crucible-workspace-hack v0.1.0
10012026-08-20T03:17:54.512Z Downloaded zone v0.3.1
10022026-08-20T03:17:54.512Z Downloaded jobserver v0.1.34
10032026-08-20T03:17:54.512Z Downloaded futures-util v0.3.32
10042026-08-20T03:17:54.523Z Downloaded hkdf v0.12.4
10052026-08-20T03:17:54.523Z Downloaded num_enum_derive v0.7.6
10062026-08-20T03:17:54.523Z Downloaded pem-rfc7468 v0.7.0
10072026-08-20T03:17:54.538Z Downloaded tar v0.4.46
10082026-08-20T03:17:54.538Z Downloaded libsw-core v0.3.2
10092026-08-20T03:17:54.538Z Downloaded downcast-rs v2.0.2
10102026-08-20T03:17:54.538Z Downloaded progenitor-extras v0.2.0
10112026-08-20T03:17:54.538Z Downloaded libefi-sys v0.1.0
10122026-08-20T03:17:54.538Z Downloaded native-tls v0.2.18
10132026-08-20T03:17:54.538Z Downloaded indent_write v2.2.0
10142026-08-20T03:17:54.538Z Downloaded oxide-update-engine-display v0.1.2
10152026-08-20T03:17:54.538Z Downloaded pbkdf2 v0.13.0
10162026-08-20T03:17:54.538Z Downloaded lru v0.12.5
10172026-08-20T03:17:54.538Z Downloaded newtype_derive v0.1.6
10182026-08-20T03:17:54.545Z Downloaded ssh-key v0.7.0-rc.11
10192026-08-20T03:17:54.545Z Downloaded p384 v0.14.0
10202026-08-20T03:17:54.545Z Downloaded publicsuffix v2.3.0
10212026-08-20T03:17:54.546Z Downloaded scrypt v0.12.0
10222026-08-20T03:17:54.546Z Downloaded toml_parser v1.1.2+spec-1.1.0
10232026-08-20T03:17:54.546Z Downloaded const_format v0.2.35
10242026-08-20T03:17:54.546Z Downloaded unicode-properties v0.1.4
10252026-08-20T03:17:54.546Z Downloaded difflib v0.4.0
10262026-08-20T03:17:54.546Z Downloaded postcard v1.1.3
10272026-08-20T03:17:54.546Z Downloaded num_enum_derive v0.5.11
10282026-08-20T03:17:54.546Z Downloaded md5 v0.8.0
10292026-08-20T03:17:54.559Z Downloaded nom v8.0.0
10302026-08-20T03:17:54.559Z Downloaded signal-hook-registry v1.4.8
10312026-08-20T03:17:54.559Z Downloaded tls_codec_derive v0.4.2
10322026-08-20T03:17:54.559Z Downloaded seq-macro v0.3.6
10332026-08-20T03:17:54.559Z Downloaded zstd v0.13.3
10342026-08-20T03:17:54.559Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10352026-08-20T03:17:54.567Z Downloaded reqwest v0.13.2
10362026-08-20T03:17:54.567Z Downloaded derive_more-impl v2.1.1
10372026-08-20T03:17:54.567Z Downloaded crossbeam-channel v0.5.15
10382026-08-20T03:17:54.567Z Downloaded hyper-rustls v0.27.7
10392026-08-20T03:17:54.567Z Downloaded smallvec v0.6.14
10402026-08-20T03:17:54.567Z Downloaded dropshot-api-manager v0.8.0
10412026-08-20T03:17:54.583Z Downloaded serde-big-array v0.5.1
10422026-08-20T03:17:54.583Z Downloaded testing_table v0.3.0
10432026-08-20T03:17:54.583Z Downloaded drift v0.2.0
10442026-08-20T03:17:54.583Z Downloaded unicode-segmentation v1.12.0
10452026-08-20T03:17:54.596Z Downloaded darling v0.21.3
10462026-08-20T03:17:54.597Z Downloaded iana-time-zone v0.1.65
10472026-08-20T03:17:54.597Z Downloaded ctutils v0.4.2
10482026-08-20T03:17:54.597Z Downloaded h2 v0.4.15
10492026-08-20T03:17:54.597Z Downloaded nanorand v0.7.0
10502026-08-20T03:17:54.597Z Downloaded typify-macro v0.6.2
10512026-08-20T03:17:54.597Z Downloaded thread-id v5.1.0
10522026-08-20T03:17:54.597Z Downloaded itertools v0.12.1
10532026-08-20T03:17:54.597Z Downloaded tower v0.5.3
10542026-08-20T03:17:54.611Z Downloaded ed25519 v3.0.0
10552026-08-20T03:17:54.612Z Downloaded xattr v1.6.1
10562026-08-20T03:17:54.612Z Downloaded rpassword v7.5.4
10572026-08-20T03:17:54.612Z Downloaded prettyplease v0.2.37
10582026-08-20T03:17:54.612Z Downloaded pkcs1 v0.8.0-rc.4
10592026-08-20T03:17:54.612Z Downloaded module-lattice v0.2.3
10602026-08-20T03:17:54.612Z Downloaded uuid v1.23.4
10612026-08-20T03:17:54.634Z Downloaded der v0.7.10
10622026-08-20T03:17:54.634Z Downloaded rsa v0.10.0-rc.18
10632026-08-20T03:17:54.634Z Downloaded darling_core v0.23.0
10642026-08-20T03:17:54.634Z Downloaded itertools v0.10.5
10652026-08-20T03:17:54.634Z Downloaded primefield v0.14.0
10662026-08-20T03:17:54.634Z Downloaded dyn-clone v1.0.20
10672026-08-20T03:17:54.634Z Downloaded pkcs1 v0.7.5
10682026-08-20T03:17:54.634Z Downloaded lzss v0.8.2
10692026-08-20T03:17:54.635Z Downloaded peg v0.8.5
10702026-08-20T03:17:54.635Z Downloaded crypto-common v0.2.2
10712026-08-20T03:17:54.642Z Downloaded term v1.2.1
10722026-08-20T03:17:54.642Z Downloaded derive_more v2.1.1
10732026-08-20T03:17:54.642Z Downloaded smallvec v1.15.1
10742026-08-20T03:17:54.642Z Downloaded hyper-util v0.1.20
10752026-08-20T03:17:54.642Z Downloaded primeorder v0.14.0
10762026-08-20T03:17:54.642Z Downloaded zip v4.6.1
10772026-08-20T03:17:54.642Z Downloaded winnow v0.6.26
10782026-08-20T03:17:54.649Z Downloaded progenitor-macro v0.14.0
10792026-08-20T03:17:54.649Z Downloaded signature v2.2.0
10802026-08-20T03:17:54.650Z Downloaded socket2 v0.6.3
10812026-08-20T03:17:54.650Z Downloaded usdt-impl v0.6.0
10822026-08-20T03:17:54.650Z Downloaded sync-ptr v0.1.4
10832026-08-20T03:17:54.650Z Downloaded trait-variant v0.1.2
10842026-08-20T03:17:54.666Z Downloaded twox-hash v2.1.2
10852026-08-20T03:17:54.666Z Downloaded ssh-encoding v0.3.0
10862026-08-20T03:17:54.666Z Downloaded strum_macros v0.26.4
10872026-08-20T03:17:54.666Z Downloaded num-traits v0.2.19
10882026-08-20T03:17:54.674Z Downloaded tungstenite v0.23.0
10892026-08-20T03:17:54.674Z Downloaded tokio-postgres v0.7.16
10902026-08-20T03:17:54.674Z Downloaded rfc6979 v0.6.0
10912026-08-20T03:17:54.674Z Downloaded same-file v1.0.6
10922026-08-20T03:17:54.674Z Downloaded cookie_store v0.22.1
10932026-08-20T03:17:54.674Z Downloaded utf8_iter v1.0.4
10942026-08-20T03:17:54.684Z Downloaded tower-http v0.6.8
10952026-08-20T03:17:54.684Z Downloaded nonempty v0.12.0
10962026-08-20T03:17:54.684Z Downloaded nibble_vec v0.1.0
10972026-08-20T03:17:54.684Z Downloaded delegate v0.13.5
10982026-08-20T03:17:54.684Z Downloaded derive-ex v0.1.8
10992026-08-20T03:17:54.684Z Downloaded predicates v3.1.4
11002026-08-20T03:17:54.692Z Downloaded ingot-types v0.2.0
11012026-08-20T03:17:54.693Z Downloaded zip v0.6.6
11022026-08-20T03:17:54.693Z Downloaded keccak v0.2.0
11032026-08-20T03:17:54.693Z Downloaded sec1 v0.8.1
11042026-08-20T03:17:54.693Z Downloaded mime_guess v2.0.5
11052026-08-20T03:17:54.693Z Downloaded untrusted v0.9.0
11062026-08-20T03:17:54.693Z Downloaded indoc v1.0.9
11072026-08-20T03:17:54.693Z Downloaded pem v3.0.6
11082026-08-20T03:17:54.693Z Downloaded darling_macro v0.13.4
11092026-08-20T03:17:54.702Z Downloaded dof v0.4.0
11102026-08-20T03:17:54.702Z Downloaded idna v1.1.0
11112026-08-20T03:17:54.702Z Downloaded tinyvec v1.10.0
11122026-08-20T03:17:54.702Z Downloaded illumos-nvpair v0.3.0
11132026-08-20T03:17:54.702Z Downloaded managed v0.8.0
11142026-08-20T03:17:54.702Z Downloaded maybe-uninit v2.0.0
11152026-08-20T03:17:54.714Z Downloaded rand_pcg v0.10.2
11162026-08-20T03:17:54.714Z Downloaded untrusted v0.7.1
11172026-08-20T03:17:54.714Z Downloaded num_enum v0.7.6
11182026-08-20T03:17:54.726Z Downloaded slog-async v2.8.0
11192026-08-20T03:17:54.726Z Downloaded icu_properties_data v2.1.2
11202026-08-20T03:17:54.733Z Downloaded wyz v0.5.1
11212026-08-20T03:17:54.733Z Downloaded phf v0.13.1
11222026-08-20T03:17:54.733Z Downloaded precomputed-hash v0.1.1
11232026-08-20T03:17:54.733Z Downloaded slog-dtrace v0.3.0
11242026-08-20T03:17:54.733Z Downloaded dsl_auto_type v0.2.0
11252026-08-20T03:17:54.733Z Downloaded oso-derive v0.27.3
11262026-08-20T03:17:54.733Z Downloaded tokio-dtrace v0.1.1
11272026-08-20T03:17:54.733Z Downloaded sec1 v0.7.3
11282026-08-20T03:17:54.733Z Downloaded crossbeam-deque v0.8.6
11292026-08-20T03:17:54.733Z Downloaded csv-core v0.1.13
11302026-08-20T03:17:54.744Z Downloaded bitvec v1.0.1
11312026-08-20T03:17:54.751Z Downloaded p521 v0.14.0
11322026-08-20T03:17:54.751Z Downloaded bstr v1.12.1
11332026-08-20T03:17:54.764Z Downloaded progenitor v0.14.0
11342026-08-20T03:17:54.764Z Downloaded stringprep v0.1.5
11352026-08-20T03:17:54.764Z Downloaded sponge-cursor v0.1.0
11362026-08-20T03:17:54.764Z Downloaded tinystr v0.8.2
11372026-08-20T03:17:54.764Z Downloaded cookie v0.18.1
11382026-08-20T03:17:54.764Z Downloaded indexmap v1.9.3
11392026-08-20T03:17:54.773Z Downloaded rand_seeder v0.4.0
11402026-08-20T03:17:54.773Z Downloaded serdect v0.4.3
11412026-08-20T03:17:54.773Z Downloaded recursive-proc-macro-impl v0.1.1
11422026-08-20T03:17:54.773Z Downloaded wait-timeout v0.2.1
11432026-08-20T03:17:54.773Z Downloaded diesel_derives v2.3.7
11442026-08-20T03:17:54.773Z Downloaded strum v0.26.3
11452026-08-20T03:17:54.773Z Downloaded iri-string v0.7.10
11462026-08-20T03:17:54.773Z Downloaded crossterm v0.28.1
11472026-08-20T03:17:54.782Z Downloaded serde_with v3.21.0
11482026-08-20T03:17:54.787Z Downloaded inout v0.2.2
11492026-08-20T03:17:54.787Z Downloaded serde_with_macros v1.5.2
11502026-08-20T03:17:54.787Z Downloaded termios v0.3.3
11512026-08-20T03:17:54.787Z Downloaded blake3 v1.8.5
11522026-08-20T03:17:54.793Z Downloaded constant_time_eq v0.4.2
11532026-08-20T03:17:54.800Z Downloaded tokio-native-tls v0.3.1
11542026-08-20T03:17:54.800Z Downloaded russh-cryptovec v0.62.0
11552026-08-20T03:17:54.800Z Downloaded stacker v0.1.23
11562026-08-20T03:17:54.815Z Downloaded percent-encoding v2.3.2
11572026-08-20T03:17:54.815Z Downloaded wnaf v0.14.0
11582026-08-20T03:17:54.816Z Downloaded tagptr v0.2.0
11592026-08-20T03:17:54.816Z Downloaded bindgen v0.71.1
11602026-08-20T03:17:54.824Z Downloaded crc v3.4.0
11612026-08-20T03:17:54.824Z Downloaded minimal-lexical v0.2.1
11622026-08-20T03:17:54.824Z Downloaded mio v1.2.0
11632026-08-20T03:17:54.824Z Downloaded zerocopy-derive v0.8.55
11642026-08-20T03:17:54.824Z Downloaded darling v0.23.0
11652026-08-20T03:17:54.836Z Downloaded lock_api v0.4.14
11662026-08-20T03:17:54.836Z Downloaded tokio-util v0.7.18
11672026-08-20T03:17:54.836Z Downloaded keccak v0.1.6
11682026-08-20T03:17:54.836Z Downloaded password-hash v0.5.0
11692026-08-20T03:17:54.836Z Downloaded rustversion v1.0.22
11702026-08-20T03:17:54.841Z Downloaded aws-lc-rs v1.16.3
11712026-08-20T03:17:54.841Z Downloaded ecdsa v0.16.9
11722026-08-20T03:17:54.841Z Downloaded ipnet v2.12.0
11732026-08-20T03:17:54.841Z Downloaded unit-prefix v0.5.2
11742026-08-20T03:17:54.841Z Downloaded diff v0.1.13
11752026-08-20T03:17:54.841Z Downloaded zerovec-derive v0.11.2
11762026-08-20T03:17:54.841Z Downloaded libm v0.2.16
11772026-08-20T03:17:54.852Z Downloaded ml-kem v0.3.2
11782026-08-20T03:17:54.852Z Downloaded yasna v0.5.2
11792026-08-20T03:17:54.852Z Downloaded phf v0.12.1
11802026-08-20T03:17:54.852Z Downloaded snafu v0.8.9
11812026-08-20T03:17:54.865Z Downloaded zstd-safe v7.2.4
11822026-08-20T03:17:54.865Z Downloaded digest v0.11.3
11832026-08-20T03:17:54.865Z Downloaded steno v0.4.1
11842026-08-20T03:17:54.865Z Downloaded mime v0.3.17
11852026-08-20T03:17:54.865Z Downloaded owo-colors v4.3.0
11862026-08-20T03:17:54.871Z Downloaded sqlformat v0.3.5
11872026-08-20T03:17:54.871Z Downloaded poly1305 v0.9.0
11882026-08-20T03:17:54.871Z Downloaded pin-project v1.1.11
11892026-08-20T03:17:54.871Z Downloaded slog-json v2.6.1
11902026-08-20T03:17:54.871Z Downloaded num-rational v0.4.2
11912026-08-20T03:17:54.871Z Downloaded zopfli v0.8.3
11922026-08-20T03:17:54.879Z Downloaded defmt-macros v1.0.1
11932026-08-20T03:17:54.880Z Downloaded walkdir v2.5.0
11942026-08-20T03:17:54.880Z Downloaded icu_provider v2.1.1
11952026-08-20T03:17:54.880Z Downloaded tungstenite v0.21.0
11962026-08-20T03:17:54.880Z Downloaded crossbeam-utils v0.8.21
11972026-08-20T03:17:54.953Z Downloaded icu_normalizer v2.1.1
11982026-08-20T03:17:54.953Z Downloaded quinn v0.11.11
11992026-08-20T03:17:54.954Z Downloaded displaydoc v0.2.5
12002026-08-20T03:17:54.954Z Downloaded reqwest v0.12.28
12012026-08-20T03:17:54.970Z Downloaded oxide-update-engine-types v0.1.2
12022026-08-20T03:17:54.970Z Downloaded postgres-protocol v0.6.10
12032026-08-20T03:17:54.971Z Downloaded defmt v1.0.1
12042026-08-20T03:17:54.971Z Downloaded vcpkg v0.2.15
12052026-08-20T03:17:54.971Z Downloaded quick-xml v0.37.5
12062026-08-20T03:17:54.971Z Downloaded git2 v0.20.4
12072026-08-20T03:17:54.971Z Downloaded socket2 v0.5.10
12082026-08-20T03:17:54.971Z Downloaded chrono v0.4.45
12092026-08-20T03:17:54.971Z Downloaded petname v2.0.2
12102026-08-20T03:17:54.971Z Downloaded vte v0.14.1
12112026-08-20T03:17:54.971Z Downloaded goblin v0.10.5
12122026-08-20T03:17:54.971Z Downloaded elliptic-curve v0.13.8
12132026-08-20T03:17:54.971Z Downloaded unicode_categories v0.1.1
12142026-08-20T03:17:54.971Z Downloaded serde_with_macros v3.21.0
12152026-08-20T03:17:54.971Z Downloaded tracing-core v0.1.36
12162026-08-20T03:17:54.971Z Downloaded icu_collections v2.1.1
12172026-08-20T03:17:54.971Z Downloaded toml v0.7.8
12182026-08-20T03:17:54.971Z Downloaded derive-where v1.6.0
12192026-08-20T03:17:54.971Z Downloaded darling_core v0.13.4
12202026-08-20T03:17:54.971Z Downloaded rustls-webpki v0.103.13
12212026-08-20T03:17:54.971Z Downloaded x509-cert v0.2.5
12222026-08-20T03:17:54.987Z Downloaded itertools v0.14.0
12232026-08-20T03:17:54.987Z Downloaded radix_trie v0.2.1
12242026-08-20T03:17:54.988Z Downloaded progenitor-impl v0.13.0
12252026-08-20T03:17:54.988Z Downloaded schemars v0.9.0
12262026-08-20T03:17:54.988Z Downloaded slog v2.8.2
12272026-08-20T03:17:54.992Z Downloaded libxml v0.3.3
12282026-08-20T03:17:54.992Z Downloaded der v0.8.0
12292026-08-20T03:17:54.992Z Downloaded yansi v1.0.1
12302026-08-20T03:17:54.992Z Downloaded toml v1.1.2+spec-1.1.0
12312026-08-20T03:17:54.992Z Downloaded pkcs5 v0.8.1
12322026-08-20T03:17:54.992Z Downloaded polar-core v0.27.3
12332026-08-20T03:17:55.005Z Downloaded crossterm v0.29.0
12342026-08-20T03:17:55.005Z Downloaded litemap v0.8.1
12352026-08-20T03:17:55.026Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-08-20T03:17:55.026Z Downloaded qorb v0.4.1
12372026-08-20T03:17:55.026Z Downloaded reedline v0.40.0
12382026-08-20T03:17:55.026Z Downloaded similar v2.7.0
12392026-08-20T03:17:55.049Z Downloaded winnow v0.5.40
12402026-08-20T03:17:55.053Z Downloaded winnow v1.0.3
12412026-08-20T03:17:55.053Z Downloaded rsa v0.9.10
12422026-08-20T03:17:55.053Z Downloaded tabled v0.21.0
12432026-08-20T03:17:55.065Z Downloaded ed25519-dalek v2.2.0
12442026-08-20T03:17:55.065Z Downloaded rustyline v14.0.0
12452026-08-20T03:17:55.075Z Downloaded unicode-normalization v0.1.25
12462026-08-20T03:17:55.075Z Downloaded gimli v0.32.3
12472026-08-20T03:17:55.075Z Downloaded itertools v0.13.0
12482026-08-20T03:17:55.080Z Downloaded nom v7.1.3
12492026-08-20T03:17:55.080Z Downloaded regex-syntax v0.6.29
12502026-08-20T03:17:55.080Z Downloaded tough v0.22.0
12512026-08-20T03:17:55.096Z Downloaded crypto-primes v0.7.2
12522026-08-20T03:17:55.101Z Downloaded sha3 v0.12.0
12532026-08-20T03:17:55.101Z Downloaded jiff-core v0.1.0
12542026-08-20T03:17:55.101Z Downloaded moka v0.12.13
12552026-08-20T03:17:55.101Z Downloaded salty v0.3.0
12562026-08-20T03:17:55.109Z Downloaded regex v1.12.3
12572026-08-20T03:17:55.109Z Downloaded hyper v1.10.1
12582026-08-20T03:17:55.119Z Downloaded itertools v0.15.0
12592026-08-20T03:17:55.129Z Downloaded zerocopy v0.8.55
12602026-08-20T03:17:55.134Z Downloaded internal-russh-num-bigint v0.5.0
12612026-08-20T03:17:55.141Z Downloaded object v0.30.4
12622026-08-20T03:17:55.153Z Downloaded portable-atomic v1.13.1
12632026-08-20T03:17:55.165Z Downloaded hickory-proto v0.24.4
12642026-08-20T03:17:55.170Z Downloaded proptest v1.11.0
12652026-08-20T03:17:55.170Z Downloaded curve25519-dalek v4.1.3
12662026-08-20T03:17:55.170Z Downloaded nix v0.27.1
12672026-08-20T03:17:55.174Z Downloaded lalrpop v0.19.12
12682026-08-20T03:17:55.187Z Downloaded smoltcp v0.9.1
12692026-08-20T03:17:55.200Z Downloaded p384 v0.13.1
12702026-08-20T03:17:55.200Z Downloaded regex-syntax v0.8.10
12712026-08-20T03:17:55.210Z Downloaded rustls v0.23.41
12722026-08-20T03:17:55.210Z Downloaded hickory-proto v0.25.2
12732026-08-20T03:17:55.219Z Downloaded zlib-rs v0.6.2
12742026-08-20T03:17:55.220Z Downloaded time v0.3.47
12752026-08-20T03:17:55.236Z Downloaded regress v0.10.5
12762026-08-20T03:17:55.240Z Downloaded openssl v0.10.80
12772026-08-20T03:17:55.240Z Downloaded rayon v1.11.0
12782026-08-20T03:17:55.241Z Downloaded regress v0.11.1
12792026-08-20T03:17:55.248Z Downloaded rawzip v0.4.4
12802026-08-20T03:17:55.248Z Downloaded rustix v0.38.44
12812026-08-20T03:17:55.257Z Downloaded diesel v2.3.7
12822026-08-20T03:17:55.274Z Downloaded iddqd v0.4.2
12832026-08-20T03:17:55.278Z Downloaded object v0.37.3
12842026-08-20T03:17:55.287Z Downloaded russh v0.62.4
12852026-08-20T03:17:55.292Z Downloaded smoltcp v0.11.0
12862026-08-20T03:17:55.299Z Downloaded openapiv3 v2.2.0
12872026-08-20T03:17:55.308Z Downloaded typify-impl v0.6.2
12882026-08-20T03:17:55.322Z Downloaded nix v0.31.2
12892026-08-20T03:17:55.325Z Downloaded sha3 v0.11.0
12902026-08-20T03:17:55.340Z Downloaded dropshot v0.17.1
12912026-08-20T03:17:55.366Z Downloaded crypto-bigint v0.7.5
12922026-08-20T03:17:55.384Z Downloaded tokio v1.52.1
12932026-08-20T03:17:55.388Z Downloaded quinn-proto v0.11.16
12942026-08-20T03:17:55.388Z Downloaded sha3 v0.10.8
12952026-08-20T03:17:55.389Z Downloaded sqlparser v0.61.0
12962026-08-20T03:17:55.402Z Downloaded encoding_rs v0.8.35
12972026-08-20T03:17:55.420Z Downloaded curve25519-dalek v5.0.0
12982026-08-20T03:17:55.437Z Downloaded nix v0.28.0
12992026-08-20T03:17:55.454Z Downloaded sled v0.34.7
13002026-08-20T03:17:55.461Z Downloaded tracing v0.1.44
13012026-08-20T03:17:55.483Z Downloaded zerocopy-derive v0.6.6
13022026-08-20T03:17:55.530Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-08-20T03:17:55.548Z Downloaded ratatui v0.29.0
13042026-08-20T03:17:55.585Z Downloaded petgraph v0.6.5
13052026-08-20T03:17:55.610Z Downloaded regex-automata v0.4.14
13062026-08-20T03:17:55.616Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-20T03:17:55.624Z Downloaded chrono-tz v0.10.4
13082026-08-20T03:17:55.634Z Downloaded jiff v0.2.34
13092026-08-20T03:17:55.705Z Downloaded petgraph v0.8.3
13102026-08-20T03:17:55.720Z Downloaded csv v1.4.0
13112026-08-20T03:17:55.720Z Downloaded libz-sys v1.1.24
13122026-08-20T03:17:55.781Z Downloaded ring v0.17.14
13132026-08-20T03:17:55.831Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-08-20T03:17:56.300Z Downloaded aws-lc-sys v0.40.0
13152026-08-20T03:17:56.541Z Compiling serde_core v1.0.228
13162026-08-20T03:17:56.541Z Compiling libc v0.2.185
13172026-08-20T03:17:56.541Z Compiling serde v1.0.228
13182026-08-20T03:17:56.555Z Compiling log v0.4.33
13192026-08-20T03:17:56.555Z Compiling smallvec v1.15.1
13202026-08-20T03:17:56.555Z Compiling shlex v1.3.0
13212026-08-20T03:17:56.556Z Compiling find-msvc-tools v0.1.9
13222026-08-20T03:17:56.556Z Compiling subtle v2.6.1
13232026-08-20T03:17:56.556Z Compiling scopeguard v1.2.0
13242026-08-20T03:17:56.556Z Compiling typenum v1.20.1
13252026-08-20T03:17:56.556Z Compiling stable_deref_trait v1.2.1
13262026-08-20T03:17:56.556Z Compiling zerocopy v0.8.55
13272026-08-20T03:17:56.707Z Compiling portable-atomic v1.13.1
13282026-08-20T03:17:56.722Z Compiling serde_json v1.0.151
13292026-08-20T03:17:56.722Z Compiling syn v2.0.117
13302026-08-20T03:17:56.736Z Compiling critical-section v1.2.0
13312026-08-20T03:17:56.898Z Compiling lock_api v0.4.14
13322026-08-20T03:17:56.926Z Compiling libm v0.2.16
13332026-08-20T03:17:56.933Z Compiling num-traits v0.2.19
13342026-08-20T03:17:56.953Z Compiling pkg-config v0.3.32
13352026-08-20T03:17:56.958Z Compiling generic-array v0.14.7
13362026-08-20T03:17:56.958Z Compiling parking_lot_core v0.9.12
13372026-08-20T03:17:57.124Z Compiling pin-project-lite v0.2.17
13382026-08-20T03:17:57.158Z Compiling const-oid v0.9.6
13392026-08-20T03:17:57.158Z Compiling getrandom v0.3.4
13402026-08-20T03:17:57.158Z Compiling percent-encoding v2.3.2
13412026-08-20T03:17:57.158Z Compiling litemap v0.8.1
13422026-08-20T03:17:57.169Z Compiling writeable v0.6.2
13432026-08-20T03:17:57.252Z Compiling futures-core v0.3.32
13442026-08-20T03:17:57.308Z Compiling icu_normalizer_data v2.1.1
13452026-08-20T03:17:57.327Z Compiling icu_properties_data v2.1.2
13462026-08-20T03:17:57.376Z Compiling getrandom v0.4.3
13472026-08-20T03:17:57.387Z Compiling rustix v1.1.4
13482026-08-20T03:17:57.399Z Compiling futures-sink v0.3.32
13492026-08-20T03:17:57.443Z Compiling rand_core v0.10.0
13502026-08-20T03:17:57.443Z Compiling futures-io v0.3.32
13512026-08-20T03:17:57.545Z Compiling futures-channel v0.3.32
13522026-08-20T03:17:57.579Z Compiling utf8_iter v1.0.4
13532026-08-20T03:17:57.635Z Compiling slab v0.4.12
13542026-08-20T03:17:57.635Z Compiling futures-task v0.3.32
13552026-08-20T03:17:57.659Z Compiling form_urlencoded v1.2.2
13562026-08-20T03:17:57.685Z Compiling errno v0.3.14
13572026-08-20T03:17:57.765Z Compiling jobserver v0.1.34
13582026-08-20T03:17:57.784Z Compiling getrandom v0.2.17
13592026-08-20T03:17:57.795Z Compiling mio v1.2.0
13602026-08-20T03:17:57.816Z Compiling socket2 v0.6.3
13612026-08-20T03:17:57.850Z Compiling signal-hook-registry v1.4.8
13622026-08-20T03:17:57.893Z Compiling rustversion v1.0.22
13632026-08-20T03:17:57.915Z Compiling base64ct v1.8.3
13642026-08-20T03:17:57.932Z Compiling once_cell v1.21.3
13652026-08-20T03:17:57.932Z Compiling rand_core v0.6.4
13662026-08-20T03:17:58.046Z Compiling cc v1.2.56
13672026-08-20T03:17:58.052Z Compiling parking_lot v0.12.5
13682026-08-20T03:17:58.123Z Compiling iana-time-zone v0.1.65
13692026-08-20T03:17:58.175Z Compiling pem-rfc7468 v0.7.0
13702026-08-20T03:17:58.201Z Compiling fs_extra v1.3.0
13712026-08-20T03:17:58.213Z Compiling regex-syntax v0.8.10
13722026-08-20T03:17:58.248Z Compiling ident_case v1.0.1
13732026-08-20T03:17:58.280Z Compiling dunce v1.0.5
13742026-08-20T03:17:58.288Z Compiling flagset v0.4.7
13752026-08-20T03:17:58.335Z Compiling rand_core v0.9.5
13762026-08-20T03:17:58.377Z Compiling base64 v0.22.1
13772026-08-20T03:17:58.382Z Compiling syn v1.0.109
13782026-08-20T03:17:58.421Z Compiling vcpkg v0.2.15
13792026-08-20T03:17:58.435Z Compiling tracing-core v0.1.36
13802026-08-20T03:17:58.448Z Compiling cpufeatures v0.2.17
13812026-08-20T03:17:58.515Z Compiling schemars v0.8.22
13822026-08-20T03:17:58.542Z Compiling dyn-clone v1.0.20
13832026-08-20T03:17:58.557Z Compiling simd-adler32 v0.3.8
13842026-08-20T03:17:58.577Z Compiling aws-lc-rs v1.16.3
13852026-08-20T03:17:58.594Z Compiling spin v0.9.8
13862026-08-20T03:17:58.670Z Compiling crc32fast v1.5.0
13872026-08-20T03:17:58.924Z Compiling adler2 v2.0.1
13882026-08-20T03:17:58.981Z Compiling openssl-probe v0.2.1
13892026-08-20T03:17:58.981Z Compiling httparse v1.10.1
13902026-08-20T03:17:58.981Z Compiling cmake v0.1.57
13912026-08-20T03:17:58.981Z Compiling tinyvec_macros v0.1.1
13922026-08-20T03:17:58.981Z Compiling cmov v0.5.4
13932026-08-20T03:17:58.981Z Compiling miniz_oxide v0.8.9
13942026-08-20T03:17:58.981Z Compiling aho-corasick v1.1.4
13952026-08-20T03:17:58.994Z Compiling tinyvec v1.10.0
13962026-08-20T03:17:58.994Z Compiling try-lock v0.2.5
13972026-08-20T03:17:59.022Z Compiling bitflags v2.11.0
13982026-08-20T03:17:59.070Z Compiling semver v1.0.28
13992026-08-20T03:17:59.107Z Compiling indexmap v2.14.0
14002026-08-20T03:17:59.133Z Compiling uuid v1.23.4
14012026-08-20T03:17:59.202Z Compiling ctutils v0.4.2
14022026-08-20T03:17:59.238Z Compiling untrusted v0.7.1
14032026-08-20T03:17:59.290Z Compiling radium v0.7.0
14042026-08-20T03:17:59.309Z Compiling rustc_version v0.4.1
14052026-08-20T03:17:59.333Z Compiling tower-service v0.3.3
14062026-08-20T03:17:59.386Z Compiling atomic-waker v1.1.2
14072026-08-20T03:17:59.424Z Compiling tower-layer v0.3.3
14082026-08-20T03:17:59.482Z Compiling want v0.3.1
14092026-08-20T03:17:59.590Z Compiling tap v1.0.1
14102026-08-20T03:17:59.608Z Compiling foreign-types-shared v0.1.1
14112026-08-20T03:17:59.618Z Compiling httpdate v1.0.3
14122026-08-20T03:17:59.681Z Compiling maybe-uninit v2.0.0
14132026-08-20T03:17:59.687Z Compiling untrusted v0.9.0
14142026-08-20T03:17:59.712Z Compiling rustls v0.23.41
14152026-08-20T03:17:59.729Z Compiling openssl v0.10.80
14162026-08-20T03:17:59.747Z Compiling wyz v0.5.1
14172026-08-20T03:17:59.758Z Compiling aws-lc-sys v0.40.0
14182026-08-20T03:17:59.804Z Compiling openssl-sys v0.9.117
14192026-08-20T03:17:59.840Z Compiling synstructure v0.13.2
14202026-08-20T03:17:59.845Z Compiling serde_derive_internals v0.29.1
14212026-08-20T03:17:59.880Z Compiling pest_generator v2.8.6
14222026-08-20T03:17:59.903Z Compiling darling_core v0.20.11
14232026-08-20T03:17:59.918Z Compiling regex-automata v0.4.14
14242026-08-20T03:17:59.976Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-20T03:18:00.004Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-08-20T03:18:00.093Z Compiling foreign-types v0.3.2
14272026-08-20T03:18:00.307Z Compiling tempfile v3.27.0
14282026-08-20T03:18:00.347Z Compiling terminal_size v0.4.3
14292026-08-20T03:18:00.395Z Compiling unicode-normalization v0.1.25
14302026-08-20T03:18:00.459Z Compiling num-integer v0.1.46
14312026-08-20T03:18:00.480Z Compiling wait-timeout v0.2.1
14322026-08-20T03:18:00.503Z Compiling ahash v0.8.12
14332026-08-20T03:18:00.509Z Compiling funty v2.0.0
14342026-08-20T03:18:00.676Z Compiling packed_struct v0.10.1
14352026-08-20T03:18:00.707Z Compiling bit-vec v0.8.0
14362026-08-20T03:18:00.753Z Compiling num-conv v0.2.0
14372026-08-20T03:18:00.763Z Compiling time-core v0.1.8
14382026-08-20T03:18:00.781Z Compiling native-tls v0.2.18
14392026-08-20T03:18:00.803Z Compiling num-bigint-dig v0.8.6
14402026-08-20T03:18:00.819Z Compiling quick-error v1.2.3
14412026-08-20T03:18:00.829Z Compiling powerfmt v0.2.0
14422026-08-20T03:18:00.892Z Compiling bitvec v1.0.1
14432026-08-20T03:18:00.908Z Compiling rusty-fork v0.3.1
14442026-08-20T03:18:00.947Z Compiling time-macros v0.2.27
14452026-08-20T03:18:01.026Z Compiling bit-set v0.8.0
14462026-08-20T03:18:01.068Z Compiling clap_builder v4.6.0
14472026-08-20T03:18:01.068Z Compiling deranged v0.5.8
14482026-08-20T03:18:01.068Z Compiling num-iter v0.1.45
14492026-08-20T03:18:01.162Z Compiling lazy_static v1.5.0
14502026-08-20T03:18:01.169Z Compiling rand_xorshift v0.4.0
14512026-08-20T03:18:01.211Z Compiling sync_wrapper v1.0.2
14522026-08-20T03:18:01.273Z Compiling indexmap v1.9.3
14532026-08-20T03:18:01.289Z Compiling paste v1.0.15
14542026-08-20T03:18:01.301Z Compiling siphasher v1.0.2
14552026-08-20T03:18:01.359Z Compiling nodrop v0.1.14
14562026-08-20T03:18:01.377Z Compiling num_threads v0.1.7
14572026-08-20T03:18:01.472Z Compiling crossbeam-utils v0.8.21
14582026-08-20T03:18:01.488Z Compiling usdt-impl v0.6.0
14592026-08-20T03:18:01.508Z Compiling zlib-rs v0.6.2
14602026-08-20T03:18:01.519Z Compiling unarray v0.1.4
14612026-08-20T03:18:01.595Z Compiling crc-catalog v2.4.0
14622026-08-20T03:18:01.650Z Compiling object v0.37.3
14632026-08-20T03:18:01.665Z Compiling serde_derive v1.0.228
14642026-08-20T03:18:01.703Z Compiling zeroize_derive v1.5.0
14652026-08-20T03:18:01.725Z Compiling zerofrom-derive v0.1.6
14662026-08-20T03:18:01.787Z Compiling zerocopy-derive v0.8.55
14672026-08-20T03:18:01.946Z Compiling yoke-derive v0.8.1
14682026-08-20T03:18:02.097Z Compiling zerovec-derive v0.11.2
14692026-08-20T03:18:02.102Z Compiling displaydoc v0.2.5
14702026-08-20T03:18:02.151Z Compiling tokio-macros v2.7.0
14712026-08-20T03:18:02.403Z Compiling futures-macro v0.3.32
14722026-08-20T03:18:02.458Z Compiling thiserror-impl v2.0.18
14732026-08-20T03:18:02.494Z Compiling der_derive v0.7.3
14742026-08-20T03:18:02.954Z Compiling tracing-attributes v0.1.31
14752026-08-20T03:18:02.988Z Compiling schemars_derive v0.8.22
14762026-08-20T03:18:03.047Z Compiling pest_derive v2.8.6
14772026-08-20T03:18:03.258Z Compiling scroll_derive v0.13.1
14782026-08-20T03:18:03.295Z Compiling zerofrom v0.1.6
14792026-08-20T03:18:03.339Z Compiling futures-util v0.3.32
14802026-08-20T03:18:03.346Z Compiling darling_macro v0.20.11
14812026-08-20T03:18:03.421Z Compiling yoke v0.8.1
14822026-08-20T03:18:03.499Z Compiling thiserror-impl v1.0.69
14832026-08-20T03:18:03.531Z Compiling openssl-macros v0.1.1
14842026-08-20T03:18:03.677Z Compiling zerovec v0.11.5
14852026-08-20T03:18:03.890Z Compiling zerotrie v0.2.3
14862026-08-20T03:18:03.917Z Compiling thiserror v2.0.18
14872026-08-20T03:18:04.035Z Compiling darling v0.20.11
14882026-08-20T03:18:04.129Z Compiling tinystr v0.8.2
14892026-08-20T03:18:04.142Z Compiling potential_utf v0.1.4
14902026-08-20T03:18:04.166Z Compiling scroll v0.13.0
14912026-08-20T03:18:04.211Z Compiling packed_struct_codegen v0.10.1
14922026-08-20T03:18:04.227Z Compiling zerocopy-derive v0.6.6
14932026-08-20T03:18:04.307Z Compiling icu_locale_core v2.1.1
14942026-08-20T03:18:04.326Z Compiling icu_collections v2.1.1
14952026-08-20T03:18:04.340Z Compiling bitfield-macros v0.19.4
14962026-08-20T03:18:04.359Z Compiling clap_derive v4.6.1
14972026-08-20T03:18:04.372Z Compiling tracing v0.1.44
14982026-08-20T03:18:04.457Z Compiling goblin v0.10.5
14992026-08-20T03:18:04.675Z Compiling flate2 v1.1.9
15002026-08-20T03:18:04.865Z Compiling thiserror v1.0.69
15012026-08-20T03:18:04.874Z Compiling derive_builder_core v0.20.2
15022026-08-20T03:18:04.965Z Compiling dtrace-parser v0.3.0
15032026-08-20T03:18:04.994Z Compiling icu_provider v2.1.1
15042026-08-20T03:18:05.154Z Compiling time v0.3.47
15052026-08-20T03:18:05.178Z Compiling bitfield v0.19.4
15062026-08-20T03:18:05.195Z Compiling zerocopy v0.6.6
15072026-08-20T03:18:05.248Z Compiling icu_properties v2.1.2
15082026-08-20T03:18:05.302Z Compiling zeroize v1.9.0
15092026-08-20T03:18:05.363Z Compiling bytes v1.11.1
15102026-08-20T03:18:05.376Z Compiling icu_normalizer v2.1.1
15112026-08-20T03:18:05.515Z Compiling chrono v0.4.45
15122026-08-20T03:18:05.548Z Compiling der v0.7.10
15132026-08-20T03:18:05.745Z Compiling rustls-pki-types v1.14.0
15142026-08-20T03:18:05.758Z Compiling hybrid-array v0.4.13
15152026-08-20T03:18:05.788Z Compiling ipnet v2.12.0
15162026-08-20T03:18:05.950Z Compiling tokio v1.52.1
15172026-08-20T03:18:06.006Z Compiling block-buffer v0.10.4
15182026-08-20T03:18:06.086Z Compiling crypto-common v0.1.7
15192026-08-20T03:18:06.218Z Compiling digest v0.10.7
15202026-08-20T03:18:06.375Z Compiling idna_adapter v1.2.1
15212026-08-20T03:18:06.395Z Compiling http v1.4.2
15222026-08-20T03:18:06.395Z Compiling hex v0.4.3
15232026-08-20T03:18:06.395Z Compiling serde_spanned v0.6.9
15242026-08-20T03:18:06.456Z Compiling idna v1.1.0
15252026-08-20T03:18:06.476Z Compiling ppv-lite86 v0.2.21
15262026-08-20T03:18:06.571Z Compiling spki v0.7.3
15272026-08-20T03:18:06.580Z Compiling sha2 v0.10.9
15282026-08-20T03:18:06.622Z Compiling signature v2.2.0
15292026-08-20T03:18:06.632Z Compiling hmac v0.12.1
15302026-08-20T03:18:06.685Z Compiling toml_datetime v0.6.11
15312026-08-20T03:18:06.775Z Compiling url v2.5.8
15322026-08-20T03:18:06.818Z Compiling rand_chacha v0.9.0
15332026-08-20T03:18:06.831Z Compiling pkcs8 v0.10.2
15342026-08-20T03:18:06.858Z Compiling rand_chacha v0.3.1
15352026-08-20T03:18:06.963Z Compiling http-body v1.0.1
15362026-08-20T03:18:06.999Z Compiling pkcs1 v0.7.5
15372026-08-20T03:18:07.138Z Compiling rand v0.9.2
15382026-08-20T03:18:07.167Z Compiling rand v0.8.6
15392026-08-20T03:18:07.167Z Compiling http-body-util v0.1.3
15402026-08-20T03:18:07.180Z Compiling clap v4.6.1
15412026-08-20T03:18:07.326Z Compiling crc v3.4.0
15422026-08-20T03:18:07.345Z Compiling dof v0.4.0
15432026-08-20T03:18:07.412Z Compiling structmeta-derive v0.3.0
15442026-08-20T03:18:07.427Z Compiling scroll_derive v0.12.1
15452026-08-20T03:18:07.584Z Compiling array-init v0.0.4
15462026-08-20T03:18:07.607Z Compiling smallvec v0.6.14
15472026-08-20T03:18:07.622Z Compiling darling_core v0.23.0
15482026-08-20T03:18:07.664Z Compiling heapless v0.7.17
15492026-08-20T03:18:07.933Z Compiling proptest v1.11.0
15502026-08-20T03:18:07.950Z Compiling slog v2.8.2
15512026-08-20T03:18:07.954Z Compiling thread-id v5.1.0
15522026-08-20T03:18:07.978Z Compiling env_filter v2.0.0
15532026-08-20T03:18:07.995Z Compiling cookie v0.18.1
15542026-08-20T03:18:08.060Z Compiling unicode-properties v0.1.4
15552026-08-20T03:18:08.151Z Compiling ipnetwork v0.21.1
15562026-08-20T03:18:08.167Z Compiling anyhow v1.0.104
15572026-08-20T03:18:08.199Z Compiling zstd-safe v7.2.4
15582026-08-20T03:18:08.295Z Compiling ryu v1.0.23
15592026-08-20T03:18:08.299Z Compiling hashbrown v0.12.3
15602026-08-20T03:18:08.428Z Compiling winnow v0.5.40
15612026-08-20T03:18:08.511Z Compiling base64 v0.21.7
15622026-08-20T03:18:08.522Z Compiling signal-hook v0.3.18
15632026-08-20T03:18:08.563Z Compiling allocator-api2 v0.2.21
15642026-08-20T03:18:08.588Z Compiling iri-string v0.7.10
15652026-08-20T03:18:08.606Z Compiling gimli v0.32.3
15662026-08-20T03:18:08.616Z Compiling unicode-bidi v0.3.18
15672026-08-20T03:18:08.710Z Compiling structmeta v0.3.0
15682026-08-20T03:18:08.826Z Compiling ron v0.8.1
15692026-08-20T03:18:08.853Z Compiling serde_urlencoded v0.7.1
15702026-08-20T03:18:08.934Z Compiling rsa v0.9.10
15712026-08-20T03:18:08.990Z Compiling oxnet v0.1.6
15722026-08-20T03:18:08.990Z Compiling stringprep v0.1.5
15732026-08-20T03:18:09.096Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15742026-08-20T03:18:09.209Z Compiling scroll v0.12.0
15752026-08-20T03:18:09.212Z Compiling env_logger v0.11.11
15762026-08-20T03:18:09.462Z Compiling serde-hex v0.1.0
15772026-08-20T03:18:09.502Z Compiling camino v1.2.5
15782026-08-20T03:18:09.590Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15792026-08-20T03:18:09.862Z Compiling toml_edit v0.19.15
15802026-08-20T03:18:09.922Z Compiling bzip2 v0.4.4
15812026-08-20T03:18:09.954Z Compiling tokio-util v0.7.18
15822026-08-20T03:18:10.024Z Compiling tower v0.5.3
15832026-08-20T03:18:10.160Z Compiling tokio-native-tls v0.3.1
15842026-08-20T03:18:10.160Z Compiling hashbrown v0.13.2
15852026-08-20T03:18:10.243Z Compiling darling_macro v0.23.0
15862026-08-20T03:18:10.375Z Compiling addr2line v0.25.1
15872026-08-20T03:18:10.389Z Compiling x509-cert v0.2.5
15882026-08-20T03:18:10.544Z Compiling tower-http v0.6.8
15892026-08-20T03:18:10.630Z Compiling newtype-uuid v1.3.2
15902026-08-20T03:18:10.675Z Compiling h2 v0.4.15
15912026-08-20T03:18:10.733Z Compiling crypto-common v0.2.2
15922026-08-20T03:18:10.797Z Compiling block-padding v0.4.2
15932026-08-20T03:18:11.002Z Compiling block-buffer v0.12.1
15942026-08-20T03:18:11.044Z Compiling md-5 v0.10.6
15952026-08-20T03:18:11.049Z Compiling rustls-native-certs v0.8.3
15962026-08-20T03:18:11.049Z Compiling derive_builder_macro v0.20.2
15972026-08-20T03:18:11.218Z Compiling erased-serde v0.3.31
15982026-08-20T03:18:11.266Z Compiling serde_tokenstream v0.2.3
15992026-08-20T03:18:11.283Z Compiling bstr v1.12.1
16002026-08-20T03:18:11.382Z Compiling pin-project-internal v1.1.11
16012026-08-20T03:18:11.636Z Compiling zerocopy-derive v0.7.35
16022026-08-20T03:18:11.680Z Compiling daft-derive v0.1.7
16032026-08-20T03:18:11.823Z Compiling async-trait v0.1.89
16042026-08-20T03:18:12.122Z Compiling curve25519-dalek v4.1.3
16052026-08-20T03:18:12.193Z Compiling vergen-lib v9.1.0
16062026-08-20T03:18:12.211Z Compiling hash32 v0.2.1
16072026-08-20T03:18:12.255Z Compiling memoffset v0.9.1
16082026-08-20T03:18:12.278Z Compiling encoding_rs v0.8.35
16092026-08-20T03:18:12.515Z Compiling fallible-iterator v0.2.0
16102026-08-20T03:18:12.539Z Compiling owo-colors v4.3.0
16112026-08-20T03:18:12.540Z Compiling ref-cast v1.0.25
16122026-08-20T03:18:12.540Z Compiling mime v0.3.17
16132026-08-20T03:18:12.599Z Compiling rustix v0.38.44
16142026-08-20T03:18:12.657Z Compiling crc-any v2.5.0
16152026-08-20T03:18:12.680Z Compiling smoltcp v0.9.1
16162026-08-20T03:18:12.680Z Compiling rustc-demangle v0.1.27
16172026-08-20T03:18:12.769Z Compiling cfg_aliases v0.2.1
16182026-08-20T03:18:12.789Z Compiling psl-types v2.0.11
16192026-08-20T03:18:12.804Z Compiling litrs v1.0.0
16202026-08-20T03:18:12.864Z Compiling nix v0.31.2
16212026-08-20T03:18:12.876Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-20T03:18:12.902Z Compiling publicsuffix v2.3.0
16232026-08-20T03:18:12.925Z Compiling backtrace v0.3.76
16242026-08-20T03:18:12.944Z Compiling postgres-protocol v0.6.10
16252026-08-20T03:18:12.944Z Compiling pin-project v1.1.11
16262026-08-20T03:18:13.069Z Compiling zerocopy v0.7.35
16272026-08-20T03:18:13.084Z Compiling daft v0.1.7
16282026-08-20T03:18:13.242Z Compiling derive_builder v0.20.2
16292026-08-20T03:18:13.266Z Compiling toml v0.7.8
16302026-08-20T03:18:13.408Z Compiling document-features v0.2.12
16312026-08-20T03:18:13.446Z Compiling inout v0.2.2
16322026-08-20T03:18:13.446Z Compiling darling v0.23.0
16332026-08-20T03:18:13.541Z Compiling object v0.30.4
16342026-08-20T03:18:13.560Z Compiling zip v0.6.6
16352026-08-20T03:18:13.605Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-20T03:18:13.626Z Compiling goblin v0.8.2
16372026-08-20T03:18:13.667Z Compiling derive-ex v0.1.8
16382026-08-20T03:18:13.951Z Compiling futures-executor v0.3.32
16392026-08-20T03:18:14.010Z Compiling hubpack_derive v0.1.1
16402026-08-20T03:18:14.010Z Compiling regex v1.12.3
16412026-08-20T03:18:14.091Z Compiling hyper v1.10.1
16422026-08-20T03:18:14.147Z Compiling ref-cast-impl v1.0.25
16432026-08-20T03:18:14.243Z Compiling strum_macros v0.27.2
16442026-08-20T03:18:14.282Z Compiling snafu-derive v0.8.9
16452026-08-20T03:18:14.282Z Compiling curve25519-dalek-derive v0.1.1
16462026-08-20T03:18:14.282Z Compiling phf_shared v0.13.1
16472026-08-20T03:18:14.282Z Compiling vergen v9.1.0
16482026-08-20T03:18:14.480Z Compiling cargo-platform v0.3.2
16492026-08-20T03:18:14.511Z Compiling ff v0.13.1
16502026-08-20T03:18:14.525Z Compiling fs-err v3.3.0
16512026-08-20T03:18:14.533Z Compiling foldhash v0.1.5
16522026-08-20T03:18:14.675Z Compiling either v1.15.0
16532026-08-20T03:18:14.720Z Compiling path-slash v0.1.5
16542026-08-20T03:18:14.753Z Compiling jiff-core v0.1.0
16552026-08-20T03:18:14.779Z Compiling foldhash v0.2.0
16562026-08-20T03:18:14.796Z Compiling is_ci v1.2.0
16572026-08-20T03:18:14.865Z Compiling unicode-segmentation v1.12.0
16582026-08-20T03:18:14.924Z Compiling bumpalo v3.20.2
16592026-08-20T03:18:14.951Z Compiling libbz2-rs-sys v0.2.2
16602026-08-20T03:18:14.966Z Compiling managed v0.8.0
16612026-08-20T03:18:14.991Z Compiling bitflags v1.3.2
16622026-08-20T03:18:15.302Z Compiling base16ct v0.2.0
16632026-08-20T03:18:15.376Z Compiling same-file v1.0.6
16642026-08-20T03:18:15.376Z Compiling textwrap v0.16.2
16652026-08-20T03:18:15.376Z Compiling hyper-util v0.1.20
16662026-08-20T03:18:15.376Z Compiling sec1 v0.7.3
16672026-08-20T03:18:15.408Z Compiling walkdir v2.5.0
16682026-08-20T03:18:15.465Z Compiling test-strategy v0.4.5
16692026-08-20T03:18:15.608Z Compiling jiff v0.2.34
16702026-08-20T03:18:15.644Z Compiling bzip2 v0.6.1
16712026-08-20T03:18:15.670Z Compiling zopfli v0.8.3
16722026-08-20T03:18:15.752Z Compiling hashbrown v0.16.1
16732026-08-20T03:18:15.920Z Compiling supports-color v3.0.2
16742026-08-20T03:18:16.099Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-20T03:18:16.120Z Compiling dof v0.3.0
16762026-08-20T03:18:16.288Z Compiling hashbrown v0.15.5
16772026-08-20T03:18:16.288Z Compiling snafu v0.8.9
16782026-08-20T03:18:16.307Z Compiling strum v0.27.2
16792026-08-20T03:18:16.403Z Compiling cargo_metadata v0.23.1
16802026-08-20T03:18:16.436Z Compiling group v0.13.0
16812026-08-20T03:18:16.452Z Compiling hubpack v0.1.2
16822026-08-20T03:18:16.609Z Compiling phf v0.13.1
16832026-08-20T03:18:16.630Z Compiling futures v0.3.32
16842026-08-20T03:18:16.643Z Compiling signal-hook-mio v0.2.5
16852026-08-20T03:18:16.724Z Compiling zstd v0.13.3
16862026-08-20T03:18:16.761Z Compiling cookie_store v0.22.1
16872026-08-20T03:18:16.792Z Compiling hyper-tls v0.6.0
16882026-08-20T03:18:16.832Z Compiling cipher v0.5.2
16892026-08-20T03:18:16.879Z Compiling serde_with_macros v3.21.0
16902026-08-20T03:18:17.015Z Compiling reqwest v0.12.28
16912026-08-20T03:18:17.063Z Compiling backtrace-ext v0.2.1
16922026-08-20T03:18:17.118Z Compiling postgres-types v0.2.12
16932026-08-20T03:18:17.287Z Compiling globset v0.4.18
16942026-08-20T03:18:17.311Z Compiling usdt-macro v0.6.0
16952026-08-20T03:18:17.341Z Compiling usdt-attr-macro v0.6.0
16962026-08-20T03:18:17.470Z Compiling byte-wrapper v0.1.0
16972026-08-20T03:18:17.626Z Compiling ed25519 v2.2.3
16982026-08-20T03:18:17.705Z Compiling hkdf v0.12.4
16992026-08-20T03:18:18.028Z Compiling crypto-bigint v0.5.5
17002026-08-20T03:18:18.118Z Compiling olpc-cjson v0.1.4
17012026-08-20T03:18:18.118Z Compiling serde_plain v1.0.2
17022026-08-20T03:18:18.118Z Compiling serde-big-array v0.5.1
17032026-08-20T03:18:18.118Z Compiling dtrace-parser v0.2.0
17042026-08-20T03:18:21.933Z Compiling enum-as-inner v0.6.1
17052026-08-20T03:18:22.025Z Compiling async-recursion v1.1.1
17062026-08-20T03:18:22.025Z Compiling serde_repr v0.1.20
17072026-08-20T03:18:22.025Z Compiling strum_macros v0.26.4
17082026-08-20T03:18:22.025Z Compiling miette-derive v7.6.0
17092026-08-20T03:18:22.025Z Compiling phf_shared v0.11.3
17102026-08-20T03:18:22.025Z Compiling float-cmp v0.10.0
17112026-08-20T03:18:22.025Z Compiling pem v3.0.6
17122026-08-20T03:18:22.025Z Compiling memmap2 v0.9.10
17132026-08-20T03:18:22.025Z Compiling thread-id v4.2.2
17142026-08-20T03:18:22.025Z Compiling new_debug_unreachable v1.0.6
17152026-08-20T03:18:22.025Z Compiling data-encoding v2.10.0
17162026-08-20T03:18:22.025Z Compiling cpufeatures v0.3.0
17172026-08-20T03:18:22.025Z Compiling normalize-line-endings v0.3.0
17182026-08-20T03:18:22.025Z Compiling winnow v1.0.3
17192026-08-20T03:18:22.025Z Compiling supports-hyperlinks v3.2.0
17202026-08-20T03:18:22.025Z Compiling keccak v0.1.6
17212026-08-20T03:18:22.025Z Compiling const-oid v0.10.2
17222026-08-20T03:18:22.025Z Compiling difflib v0.4.0
17232026-08-20T03:18:22.025Z Compiling supports-unicode v3.0.0
17242026-08-20T03:18:22.025Z Compiling static_assertions v1.1.0
17252026-08-20T03:18:22.025Z Compiling fixedbitset v0.5.7
17262026-08-20T03:18:22.025Z Compiling fixedbitset v0.4.2
17272026-08-20T03:18:22.025Z Compiling predicates-core v1.0.10
17282026-08-20T03:18:22.025Z Compiling precomputed-hash v0.1.1
17292026-08-20T03:18:22.025Z Compiling typed-path v0.9.3
17302026-08-20T03:18:22.026Z Compiling whoami v2.1.0
17312026-08-20T03:18:22.026Z Compiling petgraph v0.8.3
17322026-08-20T03:18:22.026Z Compiling predicates v3.1.4
17332026-08-20T03:18:22.026Z Compiling string_cache v0.8.9
17342026-08-20T03:18:22.027Z Compiling petgraph v0.6.5
17352026-08-20T03:18:22.027Z Compiling miette v7.6.0
17362026-08-20T03:18:22.027Z Compiling digest v0.11.3
17372026-08-20T03:18:22.027Z Compiling tokio-postgres v0.7.16
17382026-08-20T03:18:22.027Z Compiling sha3 v0.10.8
17392026-08-20T03:18:22.027Z Compiling hickory-proto v0.25.2
17402026-08-20T03:18:22.027Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17412026-08-20T03:18:22.027Z Compiling elliptic-curve v0.13.8
17422026-08-20T03:18:22.027Z Compiling toml_parser v1.1.2+spec-1.1.0
17432026-08-20T03:18:22.027Z Compiling chacha20 v0.10.0
17442026-08-20T03:18:22.027Z Compiling toml_edit v0.22.27
17452026-08-20T03:18:22.027Z Compiling strum v0.26.3
17462026-08-20T03:18:22.027Z Compiling usdt v0.6.0
17472026-08-20T03:18:22.027Z Compiling usdt-impl v0.5.0
17482026-08-20T03:18:22.027Z Compiling serde_with v3.21.0
17492026-08-20T03:18:22.027Z Compiling crossterm v0.28.1
17502026-08-20T03:18:22.027Z Compiling zip v4.6.1
17512026-08-20T03:18:22.027Z Compiling ed25519-dalek v2.2.0
17522026-08-20T03:18:22.027Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17532026-08-20T03:18:22.027Z Compiling iddqd v0.4.2
17542026-08-20T03:18:22.027Z Compiling similar v2.7.0
17552026-08-20T03:18:22.027Z Compiling heck v0.4.1
17562026-08-20T03:18:22.087Z Compiling itertools v0.13.0
17572026-08-20T03:18:22.087Z Compiling itertools v0.15.0
17582026-08-20T03:18:22.087Z Compiling tokio-stream v0.1.18
17592026-08-20T03:18:22.088Z Compiling crossbeam-epoch v0.9.18
17602026-08-20T03:18:22.088Z Compiling buf-list v1.1.2
17612026-08-20T03:18:22.088Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-20T03:18:22.088Z Compiling openapiv3 v2.2.0
17632026-08-20T03:18:22.088Z Compiling peg-runtime v0.8.5
17642026-08-20T03:18:22.088Z Compiling lalrpop-util v0.19.12
17652026-08-20T03:18:22.115Z Compiling thread_local v1.1.9
17662026-08-20T03:18:22.131Z Compiling slog-async v2.8.0
17672026-08-20T03:18:22.151Z Compiling crossbeam-channel v0.5.15
17682026-08-20T03:18:22.210Z Compiling is-terminal v0.4.17
17692026-08-20T03:18:22.257Z Compiling filetime v0.2.27
17702026-08-20T03:18:22.270Z Compiling take_mut v0.2.2
17712026-08-20T03:18:22.336Z Compiling term v1.2.1
17722026-08-20T03:18:22.354Z Compiling xattr v1.6.1
17732026-08-20T03:18:22.357Z Compiling camino-tempfile v1.4.1
17742026-08-20T03:18:22.589Z Compiling tar v0.4.46
17752026-08-20T03:18:22.659Z Compiling slog-term v2.9.2
17762026-08-20T03:18:40.064Z Compiling rustls-webpki v0.103.13
17772026-08-20T03:18:42.834Z Compiling tokio-rustls v0.26.4
17782026-08-20T03:18:42.834Z Compiling rustls-platform-verifier v0.6.2
17792026-08-20T03:18:42.834Z Compiling tough v0.22.0
17802026-08-20T03:18:43.118Z Compiling hyper-rustls v0.27.7
17812026-08-20T03:18:43.314Z Compiling reqwest v0.13.2
17822026-08-20T03:18:45.527Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-20T03:18:45.767Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-20T03:18:48.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.75s
17852026-08-20T03:18:48.962Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-20T03:18:49.025ZAug 20 03:18:48.232 INFO Starting download, target: Cockroach
17872026-08-20T03:18:49.025ZAug 20 03:18:48.233 INFO Starting download, target: Clickhouse
17882026-08-20T03:18:49.025ZAug 20 03:18:48.233 INFO Starting download, target: Console
17892026-08-20T03:18:49.030ZAug 20 03:18:48.233 INFO Starting download, target: DendriteStub
17902026-08-20T03:18:49.030ZAug 20 03:18:48.233 INFO Starting download, target: MaghemiteMgd
17912026-08-20T03:18:49.030ZAug 20 03:18:48.233 INFO Starting download, target: MaghemiteDdmd
17922026-08-20T03:18:49.030ZAug 20 03:18:48.233 INFO Starting download, target: TransceiverControl
17932026-08-20T03:18:49.030ZAug 20 03:18:48.233 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17942026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-20T03:18:49.031ZAug 20 03:18:48.233 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-20T03:18:50.762ZAug 20 03:18:49.970 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18012026-08-20T03:18:51.016ZAug 20 03:18:50.219 INFO Download complete, target: Console
18022026-08-20T03:18:52.933ZAug 20 03:18:51.952 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-20T03:18:53.191ZAug 20 03:18:52.353 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-08-20T03:18:53.383ZAug 20 03:18:52.578 INFO Download complete, target: TransceiverControl
18052026-08-20T03:18:59.164ZAug 20 03:18:58.343 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-20T03:18:59.736ZAug 20 03:18:58.858 INFO Checking that binary works, target: Clickhouse
18072026-08-20T03:18:59.806ZAug 20 03:18:58.951 INFO Download complete, target: Clickhouse
18082026-08-20T03:19:00.429ZAug 20 03:18:59.606 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18092026-08-20T03:19:01.691ZAug 20 03:19:00.691 INFO Download complete, target: DendriteStub
18102026-08-20T03:19:02.553ZAug 20 03:19:01.591 INFO Download complete, target: MaghemiteDdmd
18112026-08-20T03:19:03.169ZAug 20 03:19:02.314 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18122026-08-20T03:19:05.068ZAug 20 03:19:04.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18132026-08-20T03:19:05.069ZAug 20 03:19:04.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18142026-08-20T03:19:05.701ZAug 20 03:19:04.899 INFO Download complete, target: MaghemiteMgd
18152026-08-20T03:19:09.736ZAug 20 03:19:08.943 INFO Checking that binary works, target: Cockroach
18162026-08-20T03:19:09.871ZAug 20 03:19:09.079 INFO Download complete, target: Cockroach
18172026-08-20T03:19:09.877ZAll prerequisites installed successfully
18182026-08-20T03:19:09.880Z
18192026-08-20T03:19:09.880Zreal 2:07.918476316
18202026-08-20T03:19:09.880Zuser 7:34.247164336
18212026-08-20T03:19:09.880Zsys 1:49.643111678
18222026-08-20T03:19:09.880Ztrap 0.304718475
18232026-08-20T03:19:09.880Ztflt 0.915488339
18242026-08-20T03:19:09.880Zdflt 1.929475623
18252026-08-20T03:19:09.880Zkflt 0.026203515
18262026-08-20T03:19:09.880Zlock 36:08.201498133
18272026-08-20T03:19:09.880Zslp 21:09.088412742
18282026-08-20T03:19:09.880Zlat 31.252414644
18292026-08-20T03:19:09.881Zstop 3:37.122249576
18302026-08-20T03:19:09.881Z+ ptime -m cargo xtask download softnpu
18312026-08-20T03:19:10.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18322026-08-20T03:19:10.383Z Running `target/debug/xtask download softnpu`
18332026-08-20T03:19:11.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18342026-08-20T03:19:11.258Z Running `target/debug/xtask-downloader softnpu`
18352026-08-20T03:19:11.300ZAug 20 03:19:10.508 INFO Starting download, target: Softnpu
18362026-08-20T03:19:11.303ZAug 20 03:19:10.508 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18372026-08-20T03:19:11.936ZAug 20 03:19:11.143 INFO Download complete, target: Softnpu
18382026-08-20T03:19:11.940Z
18392026-08-20T03:19:11.940Zreal 2.055517538
18402026-08-20T03:19:11.940Zuser 1.372024588
18412026-08-20T03:19:11.940Zsys 0.647380603
18422026-08-20T03:19:11.940Ztrap 0.000698220
18432026-08-20T03:19:11.940Ztflt 0.000456780
18442026-08-20T03:19:11.940Zdflt 0.000270260
18452026-08-20T03:19:11.941Zkflt 0.000000000
18462026-08-20T03:19:11.941Zlock 12.168491584
18472026-08-20T03:19:11.941Zslp 0.487976283
18482026-08-20T03:19:11.941Zlat 0.093186483
18492026-08-20T03:19:11.941Zstop 0.000377010
18502026-08-20T03:19:11.941Z+ export CARGO_INCREMENTAL=0
18512026-08-20T03:19:11.941Z+ CARGO_INCREMENTAL=0
18522026-08-20T03:19:11.941Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18532026-08-20T03:19:12.868Z Compiling proc-macro2 v1.0.106
18542026-08-20T03:19:12.868Z Compiling quote v1.0.45
18552026-08-20T03:19:12.868Z Compiling unicode-ident v1.0.24
18562026-08-20T03:19:12.868Z Compiling serde_core v1.0.228
18572026-08-20T03:19:12.876Z Compiling libc v0.2.185
18582026-08-20T03:19:12.876Z Compiling serde v1.0.228
18592026-08-20T03:19:12.877Z Compiling cfg-if v1.0.4
18602026-08-20T03:19:12.877Z Compiling version_check v0.9.5
18612026-08-20T03:19:12.877Z Compiling autocfg v1.5.0
18622026-08-20T03:19:12.877Z Compiling find-msvc-tools v0.1.9
18632026-08-20T03:19:13.019Z Compiling shlex v1.3.0
18642026-08-20T03:19:13.023Z Compiling memchr v2.8.0
18652026-08-20T03:19:13.023Z Compiling zmij v1.0.21
18662026-08-20T03:19:13.023Z Compiling serde_json v1.0.151
18672026-08-20T03:19:13.178Z Compiling portable-atomic v1.13.1
18682026-08-20T03:19:13.225Z Compiling zerocopy v0.8.55
18692026-08-20T03:19:13.241Z Compiling libm v0.2.16
18702026-08-20T03:19:13.506Z Compiling generic-array v0.14.7
18712026-08-20T03:19:13.526Z Compiling parking_lot_core v0.9.12
18722026-08-20T03:19:13.527Z Compiling icu_normalizer_data v2.1.1
18732026-08-20T03:19:13.570Z Compiling icu_properties_data v2.1.2
18742026-08-20T03:19:13.606Z Compiling num-traits v0.2.19
18752026-08-20T03:19:13.609Z Compiling smallvec v1.15.1
18762026-08-20T03:19:13.640Z Compiling itoa v1.0.17
18772026-08-20T03:19:13.671Z Compiling getrandom v0.4.3
18782026-08-20T03:19:13.674Z Compiling log v0.4.33
18792026-08-20T03:19:13.760Z Compiling getrandom v0.3.4
18802026-08-20T03:19:13.824Z Compiling subtle v2.6.1
18812026-08-20T03:19:13.841Z Compiling pkg-config v0.3.32
18822026-08-20T03:19:13.846Z Compiling stable_deref_trait v1.2.1
18832026-08-20T03:19:13.927Z Compiling typenum v1.20.1
18842026-08-20T03:19:13.932Z Compiling rustix v1.1.4
18852026-08-20T03:19:14.001Z Compiling scopeguard v1.2.0
18862026-08-20T03:19:14.024Z Compiling jobserver v0.1.34
18872026-08-20T03:19:14.040Z Compiling errno v0.3.14
18882026-08-20T03:19:14.092Z Compiling thiserror v2.0.18
18892026-08-20T03:19:14.134Z Compiling lock_api v0.4.14
18902026-08-20T03:19:14.255Z Compiling getrandom v0.2.17
18912026-08-20T03:19:14.278Z Compiling cc v1.2.56
18922026-08-20T03:19:14.310Z Compiling syn v2.0.117
18932026-08-20T03:19:14.372Z Compiling equivalent v1.0.2
18942026-08-20T03:19:14.386Z Compiling heck v0.5.0
18952026-08-20T03:19:14.421Z Compiling rand_core v0.6.4
18962026-08-20T03:19:14.502Z Compiling pin-project-lite v0.2.17
18972026-08-20T03:19:14.505Z Compiling critical-section v1.2.0
18982026-08-20T03:19:14.532Z Compiling syn v1.0.109
18992026-08-20T03:19:14.620Z Compiling schemars v0.8.22
19002026-08-20T03:19:14.623Z Compiling writeable v0.6.2
19012026-08-20T03:19:14.725Z Compiling percent-encoding v2.3.2
19022026-08-20T03:19:14.739Z Compiling litemap v0.8.1
19032026-08-20T03:19:14.809Z Compiling hashbrown v0.17.0
19042026-08-20T03:19:14.931Z Compiling fs_extra v1.3.0
19052026-08-20T03:19:14.945Z Compiling rustversion v1.0.22
19062026-08-20T03:19:14.949Z Compiling dunce v1.0.5
19072026-08-20T03:19:14.974Z Compiling once_cell v1.21.3
19082026-08-20T03:19:15.090Z Compiling cmake v0.1.57
19092026-08-20T03:19:15.151Z Compiling byteorder v1.5.0
19102026-08-20T03:19:15.261Z Compiling rand_core v0.10.0
19112026-08-20T03:19:15.276Z Compiling strsim v0.11.1
19122026-08-20T03:19:15.325Z Compiling signal-hook-registry v1.4.8
19132026-08-20T03:19:15.419Z Compiling semver v1.0.28
19142026-08-20T03:19:15.434Z Compiling bitflags v2.11.0
19152026-08-20T03:19:15.524Z Compiling indexmap v2.14.0
19162026-08-20T03:19:15.689Z Compiling utf8_iter v1.0.4
19172026-08-20T03:19:15.706Z Compiling aws-lc-sys v0.40.0
19182026-08-20T03:19:15.722Z Compiling thiserror v1.0.69
19192026-08-20T03:19:15.742Z Compiling parking_lot v0.12.5
19202026-08-20T03:19:15.856Z Compiling form_urlencoded v1.2.2
19212026-08-20T03:19:15.860Z Compiling socket2 v0.6.3
19222026-08-20T03:19:15.893Z Compiling mio v1.2.0
19232026-08-20T03:19:16.051Z Compiling futures-core v0.3.32
19242026-08-20T03:19:16.066Z Compiling const-oid v0.9.6
19252026-08-20T03:19:16.150Z Compiling aws-lc-rs v1.16.3
19262026-08-20T03:19:16.262Z Compiling httparse v1.10.1
19272026-08-20T03:19:16.419Z Compiling crc32fast v1.5.0
19282026-08-20T03:19:16.497Z Compiling regex-syntax v0.8.10
19292026-08-20T03:19:16.599Z Compiling fnv v1.0.7
19302026-08-20T03:19:16.599Z Compiling ucd-trie v0.1.7
19312026-08-20T03:19:16.731Z Compiling ident_case v1.0.1
19322026-08-20T03:19:16.749Z Compiling vcpkg v0.2.15
19332026-08-20T03:19:16.768Z Compiling pest v2.8.6
19342026-08-20T03:19:16.793Z Compiling iana-time-zone v0.1.65
19352026-08-20T03:19:16.887Z Compiling uuid v1.23.4
19362026-08-20T03:19:17.050Z Compiling rustc_version v0.4.1
19372026-08-20T03:19:17.115Z Compiling rustls v0.23.41
19382026-08-20T03:19:17.115Z Compiling futures-sink v0.3.32
19392026-08-20T03:19:17.200Z Compiling synstructure v0.13.2
19402026-08-20T03:19:17.250Z Compiling serde_derive_internals v0.29.1
19412026-08-20T03:19:17.327Z Compiling openssl-sys v0.9.117
19422026-08-20T03:19:17.345Z Compiling futures-channel v0.3.32
19432026-08-20T03:19:17.561Z Compiling aho-corasick v1.1.4
19442026-08-20T03:19:17.565Z Compiling futures-io v0.3.32
19452026-08-20T03:19:17.594Z Compiling slab v0.4.12
19462026-08-20T03:19:17.648Z Compiling futures-task v0.3.32
19472026-08-20T03:19:17.881Z Compiling pest_meta v2.8.6
19482026-08-20T03:19:17.898Z Compiling dyn-clone v1.0.20
19492026-08-20T03:19:17.934Z Compiling time-core v0.1.8
19502026-08-20T03:19:18.014Z Compiling plain v0.2.3
19512026-08-20T03:19:18.047Z Compiling radium v0.7.0
19522026-08-20T03:19:18.070Z Compiling num-conv v0.2.0
19532026-08-20T03:19:18.112Z Compiling crossbeam-utils v0.8.21
19542026-08-20T03:19:18.119Z Compiling pretty-hex v0.4.1
19552026-08-20T03:19:18.149Z Compiling maybe-uninit v2.0.0
19562026-08-20T03:19:18.217Z Compiling time-macros v0.2.27
19572026-08-20T03:19:18.257Z Compiling openssl v0.10.80
19582026-08-20T03:19:18.275Z Compiling base64 v0.22.1
19592026-08-20T03:19:18.297Z Compiling base64ct v1.8.3
19602026-08-20T03:19:18.333Z Compiling flagset v0.4.7
19612026-08-20T03:19:18.449Z Compiling regex-automata v0.4.14
19622026-08-20T03:19:18.501Z Compiling pest_generator v2.8.6
19632026-08-20T03:19:18.518Z Compiling darling_core v0.23.0
19642026-08-20T03:19:18.538Z Compiling serde_derive v1.0.228
19652026-08-20T03:19:18.556Z Compiling zeroize_derive v1.5.0
19662026-08-20T03:19:18.577Z Compiling zerofrom-derive v0.1.6
19672026-08-20T03:19:18.654Z Compiling yoke-derive v0.8.1
19682026-08-20T03:19:18.689Z Compiling zerocopy-derive v0.8.55
19692026-08-20T03:19:18.731Z Compiling zerovec-derive v0.11.2
19702026-08-20T03:19:18.851Z Compiling displaydoc v0.2.5
19712026-08-20T03:19:18.923Z Compiling tokio-macros v2.7.0
19722026-08-20T03:19:19.047Z Compiling futures-macro v0.3.32
19732026-08-20T03:19:19.072Z Compiling thiserror-impl v2.0.18
19742026-08-20T03:19:19.233Z Compiling schemars_derive v0.8.22
19752026-08-20T03:19:19.236Z Compiling der_derive v0.7.3
19762026-08-20T03:19:19.264Z Compiling tracing-attributes v0.1.31
19772026-08-20T03:19:19.281Z Compiling thiserror-impl v1.0.69
19782026-08-20T03:19:19.597Z Compiling pest_derive v2.8.6
19792026-08-20T03:19:19.658Z Compiling pem-rfc7468 v0.7.0
19802026-08-20T03:19:19.691Z Compiling scroll_derive v0.13.1
19812026-08-20T03:19:19.782Z Compiling zerofrom v0.1.6
19822026-08-20T03:19:19.877Z Compiling futures-util v0.3.32
19832026-08-20T03:19:19.938Z Compiling yoke v0.8.1
19842026-08-20T03:19:20.086Z Compiling scroll_derive v0.12.1
19852026-08-20T03:19:20.148Z Compiling zerovec v0.11.5
19862026-08-20T03:19:20.199Z Compiling zerotrie v0.2.3
19872026-08-20T03:19:20.485Z Compiling openssl-macros v0.1.1
19882026-08-20T03:19:20.547Z Compiling rand_core v0.9.5
19892026-08-20T03:19:20.563Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-20T03:19:20.612Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19912026-08-20T03:19:20.645Z Compiling ahash v0.8.12
19922026-08-20T03:19:20.672Z Compiling native-tls v0.2.18
19932026-08-20T03:19:20.783Z Compiling tinystr v0.8.2
19942026-08-20T03:19:20.829Z Compiling potential_utf v0.1.4
19952026-08-20T03:19:20.859Z Compiling num-bigint-dig v0.8.6
19962026-08-20T03:19:20.897Z Compiling packed_struct v0.10.1
19972026-08-20T03:19:20.964Z Compiling anyhow v1.0.104
19982026-08-20T03:19:21.035Z Compiling icu_locale_core v2.1.1
19992026-08-20T03:19:21.053Z Compiling icu_collections v2.1.1
20002026-08-20T03:19:21.144Z Compiling regex v1.12.3
20012026-08-20T03:19:21.144Z Compiling darling_macro v0.23.0
20022026-08-20T03:19:21.170Z Compiling zerocopy-derive v0.7.35
20032026-08-20T03:19:21.301Z Compiling slog v2.8.2
20042026-08-20T03:19:21.646Z Compiling tracing-core v0.1.36
20052026-08-20T03:19:21.748Z Compiling icu_provider v2.1.1
20062026-08-20T03:19:21.763Z Compiling cookie v0.18.1
20072026-08-20T03:19:21.948Z Compiling zeroize v1.9.0
20082026-08-20T03:19:21.987Z Compiling bytes v1.11.1
20092026-08-20T03:19:21.991Z Compiling chrono v0.4.45
20102026-08-20T03:19:22.086Z Compiling icu_normalizer v2.1.1
20112026-08-20T03:19:22.224Z Compiling icu_properties v2.1.2
20122026-08-20T03:19:22.605Z Compiling tokio v1.52.1
20132026-08-20T03:19:22.683Z Compiling serde_tokenstream v0.2.3
20142026-08-20T03:19:22.700Z Compiling crypto-common v0.1.7
20152026-08-20T03:19:22.800Z Compiling block-buffer v0.10.4
20162026-08-20T03:19:22.901Z Compiling der v0.7.10
20172026-08-20T03:19:22.978Z Compiling digest v0.10.7
20182026-08-20T03:19:23.003Z Compiling http v1.4.2
20192026-08-20T03:19:23.224Z Compiling idna_adapter v1.2.1
20202026-08-20T03:19:23.362Z Compiling idna v1.1.0
20212026-08-20T03:19:23.396Z Compiling ppv-lite86 v0.2.21
20222026-08-20T03:19:23.544Z Compiling camino v1.2.5
20232026-08-20T03:19:23.625Z Compiling cpufeatures v0.2.17
20242026-08-20T03:19:23.715Z Compiling url v2.5.8
20252026-08-20T03:19:23.742Z Compiling rand_chacha v0.9.0
20262026-08-20T03:19:23.768Z Compiling spki v0.7.3
20272026-08-20T03:19:23.862Z Compiling tracing v0.1.44
20282026-08-20T03:19:23.885Z Compiling serde_spanned v0.6.9
20292026-08-20T03:19:24.002Z Compiling toml_datetime v0.6.11
20302026-08-20T03:19:24.069Z Compiling darling v0.23.0
20312026-08-20T03:19:24.122Z Compiling bitfield-macros v0.19.4
20322026-08-20T03:19:24.175Z Compiling clap_derive v4.6.1
20332026-08-20T03:19:24.194Z Compiling zerocopy-derive v0.6.6
20342026-08-20T03:19:24.198Z Compiling packed_struct_codegen v0.10.1
20352026-08-20T03:19:24.268Z Compiling indexmap v1.9.3
20362026-08-20T03:19:24.284Z Compiling simd-adler32 v0.3.8
20372026-08-20T03:19:24.559Z Compiling object v0.37.3
20382026-08-20T03:19:24.695Z Compiling paste v1.0.15
20392026-08-20T03:19:24.842Z Compiling pkcs8 v0.10.2
20402026-08-20T03:19:24.846Z Compiling rand v0.9.2
20412026-08-20T03:19:24.968Z Compiling http-body v1.0.1
20422026-08-20T03:19:25.039Z Compiling rustls-pki-types v1.14.0
20432026-08-20T03:19:25.221Z Compiling spin v0.9.8
20442026-08-20T03:19:25.244Z Compiling usdt-impl v0.5.0
20452026-08-20T03:19:25.377Z Compiling ref-cast v1.0.25
20462026-08-20T03:19:25.471Z Compiling utf8parse v0.2.2
20472026-08-20T03:19:25.475Z Compiling cmov v0.5.4
20482026-08-20T03:19:25.503Z Compiling anstyle v1.0.14
20492026-08-20T03:19:25.507Z Compiling usdt-impl v0.6.0
20502026-08-20T03:19:25.534Z Compiling openssl-probe v0.2.1
20512026-08-20T03:19:25.538Z Compiling winnow v0.5.40
20522026-08-20T03:19:25.604Z Compiling fastrand v2.3.0
20532026-08-20T03:19:25.733Z Compiling adler2 v2.0.1
20542026-08-20T03:19:25.748Z Compiling tinyvec_macros v0.1.1
20552026-08-20T03:19:25.839Z Compiling either v1.15.0
20562026-08-20T03:19:25.862Z Compiling miniz_oxide v0.8.9
20572026-08-20T03:19:25.889Z Compiling tinyvec v1.10.0
20582026-08-20T03:19:25.976Z Compiling ctutils v0.4.2
20592026-08-20T03:19:26.040Z Compiling anstyle-parse v1.0.0
20602026-08-20T03:19:26.249Z Compiling sha2 v0.10.9
20612026-08-20T03:19:26.270Z Compiling scroll v0.12.0
20622026-08-20T03:19:26.275Z Compiling scroll v0.13.0
20632026-08-20T03:19:26.376Z Compiling terminal_size v0.4.3
20642026-08-20T03:19:26.432Z Compiling async-trait v0.1.89
20652026-08-20T03:19:26.474Z Compiling heapless v0.7.17
20662026-08-20T03:19:26.562Z Compiling tokio-util v0.7.18
20672026-08-20T03:19:26.692Z Compiling winnow v0.7.14
20682026-08-20T03:19:26.706Z Compiling zstd-safe v7.2.4
20692026-08-20T03:19:26.723Z Compiling is_terminal_polyfill v1.70.2
20702026-08-20T03:19:26.744Z Compiling signal-hook v0.3.18
20712026-08-20T03:19:26.840Z Compiling winnow v1.0.3
20722026-08-20T03:19:26.945Z Compiling toml_edit v0.19.15
20732026-08-20T03:19:26.953Z Compiling rustix v0.38.44
20742026-08-20T03:19:27.131Z Compiling tower-layer v0.3.3
20752026-08-20T03:19:27.262Z Compiling try-lock v0.2.5
20762026-08-20T03:19:27.302Z Compiling atomic-waker v1.1.2
20772026-08-20T03:19:27.363Z Compiling litrs v1.0.0
20782026-08-20T03:19:27.394Z Compiling anstyle-query v1.1.5
20792026-08-20T03:19:27.463Z Compiling colorchoice v1.0.4
20802026-08-20T03:19:27.533Z Compiling untrusted v0.7.1
20812026-08-20T03:19:27.555Z Compiling tower-service v0.3.3
20822026-08-20T03:19:27.597Z Compiling anstream v1.0.0
20832026-08-20T03:19:27.668Z Compiling h2 v0.4.15
20842026-08-20T03:19:27.683Z Compiling want v0.3.1
20852026-08-20T03:19:28.572Z Compiling document-features v0.2.12
20862026-08-20T03:19:28.627Z Compiling toml_parser v1.1.2+spec-1.1.0
20872026-08-20T03:19:28.627Z Compiling tempfile v3.27.0
20882026-08-20T03:19:28.627Z Compiling goblin v0.8.2
20892026-08-20T03:19:28.627Z Compiling goblin v0.10.5
20902026-08-20T03:19:28.627Z Compiling hybrid-array v0.4.13
20912026-08-20T03:19:28.627Z Compiling itertools v0.15.0
20922026-08-20T03:19:28.627Z Compiling ipnet v2.12.0
20932026-08-20T03:19:28.822Z Compiling zerocopy v0.7.35
20942026-08-20T03:19:28.907Z Compiling daft-derive v0.1.7
20952026-08-20T03:19:28.980Z Compiling structmeta-derive v0.3.0
20962026-08-20T03:19:29.137Z Compiling ref-cast-impl v1.0.25
20972026-08-20T03:19:29.192Z Compiling curve25519-dalek v4.1.3
20982026-08-20T03:19:29.284Z Compiling darling_core v0.20.11
20992026-08-20T03:19:29.319Z Compiling memoffset v0.9.1
21002026-08-20T03:19:29.485Z Compiling untrusted v0.9.0
21012026-08-20T03:19:29.548Z Compiling foreign-types-shared v0.1.1
21022026-08-20T03:19:29.561Z Compiling httpdate v1.0.3
21032026-08-20T03:19:29.662Z Compiling powerfmt v0.2.0
21042026-08-20T03:19:29.707Z Compiling tap v1.0.1
21052026-08-20T03:19:29.787Z Compiling foreign-types v0.3.2
21062026-08-20T03:19:29.840Z Compiling deranged v0.5.8
21072026-08-20T03:19:29.844Z Compiling wyz v0.5.1
21082026-08-20T03:19:29.988Z Compiling structmeta v0.3.0
21092026-08-20T03:19:30.010Z Compiling unicode-normalization v0.1.25
21102026-08-20T03:19:30.235Z Compiling dtrace-parser v0.2.0
21112026-08-20T03:19:30.266Z Compiling rand_chacha v0.3.1
21122026-08-20T03:19:30.534Z Compiling signature v2.2.0
21132026-08-20T03:19:30.641Z Compiling dof v0.3.0
21142026-08-20T03:19:30.648Z Compiling hex v0.4.3
21152026-08-20T03:19:30.712Z Compiling dtrace-parser v0.3.0
21162026-08-20T03:19:30.883Z Compiling pin-project-internal v1.1.11
21172026-08-20T03:19:30.941Z Compiling hyper v1.10.1
21182026-08-20T03:19:31.044Z Compiling num-integer v0.1.46
21192026-08-20T03:19:31.232Z Compiling dof v0.4.0
21202026-08-20T03:19:31.342Z Compiling thread-id v5.1.0
21212026-08-20T03:19:31.358Z Compiling darling_macro v0.20.11
21222026-08-20T03:19:31.361Z Compiling thread-id v4.2.2
21232026-08-20T03:19:31.393Z Compiling wait-timeout v0.2.1
21242026-08-20T03:19:31.481Z Compiling cfg_aliases v0.2.1
21252026-08-20T03:19:31.613Z Compiling quick-error v1.2.3
21262026-08-20T03:19:31.703Z Compiling num_threads v0.1.7
21272026-08-20T03:19:31.704Z Compiling funty v2.0.0
21282026-08-20T03:19:31.848Z Compiling owo-colors v4.3.0
21292026-08-20T03:19:31.892Z Compiling bit-vec v0.8.0
21302026-08-20T03:19:31.909Z Compiling smoltcp v0.9.1
21312026-08-20T03:19:31.946Z Compiling clap_lex v1.0.0
21322026-08-20T03:19:31.968Z Compiling darling v0.20.11
21332026-08-20T03:19:31.993Z Compiling time v0.3.47
21342026-08-20T03:19:32.070Z Compiling bitvec v1.0.1
21352026-08-20T03:19:32.153Z Compiling hyper-util v0.1.20
21362026-08-20T03:19:32.169Z Compiling clap_builder v4.6.0
21372026-08-20T03:19:32.186Z Compiling bit-set v0.8.0
21382026-08-20T03:19:32.237Z Compiling rusty-fork v0.3.1
21392026-08-20T03:19:32.257Z Compiling nix v0.31.2
21402026-08-20T03:19:32.344Z Compiling num-iter v0.1.45
21412026-08-20T03:19:32.544Z Compiling rand v0.8.6
21422026-08-20T03:19:32.638Z Compiling ipnetwork v0.21.1
21432026-08-20T03:19:32.775Z Compiling lazy_static v1.5.0
21442026-08-20T03:19:32.886Z Compiling hmac v0.12.1
21452026-08-20T03:19:33.153Z Compiling rand_xorshift v0.4.0
21462026-08-20T03:19:33.193Z Compiling curve25519-dalek-derive v0.1.1
21472026-08-20T03:19:33.319Z Compiling sync_wrapper v1.0.2
21482026-08-20T03:19:33.359Z Compiling siphasher v1.0.2
21492026-08-20T03:19:33.449Z Compiling zlib-rs v0.6.2
21502026-08-20T03:19:33.580Z Compiling unarray v0.1.4
21512026-08-20T03:19:33.817Z Compiling nodrop v0.1.14
21522026-08-20T03:19:33.875Z Compiling crc-catalog v2.4.0
21532026-08-20T03:19:33.934Z Compiling array-init v0.0.4
21542026-08-20T03:19:34.048Z Compiling crc v3.4.0
21552026-08-20T03:19:34.244Z Compiling clap v4.6.1
21562026-08-20T03:19:34.262Z Compiling proptest v1.11.0
21572026-08-20T03:19:34.343Z Compiling tower v0.5.3
21582026-08-20T03:19:34.948Z Compiling smallvec v0.6.14
21592026-08-20T03:19:35.034Z Compiling derive_builder_core v0.20.2
21602026-08-20T03:19:35.366Z Compiling http-body-util v0.1.3
21612026-08-20T03:19:35.527Z Compiling flate2 v1.1.9
21622026-08-20T03:19:35.629Z Compiling pkcs1 v0.7.5
21632026-08-20T03:19:35.647Z Compiling zerocopy v0.6.6
21642026-08-20T03:19:35.719Z Compiling bitfield v0.19.4
21652026-08-20T03:19:35.865Z Compiling snafu-derive v0.8.9
21662026-08-20T03:19:35.868Z Compiling strum_macros v0.27.2
21672026-08-20T03:19:35.951Z Compiling strum_macros v0.26.4
21682026-08-20T03:19:35.969Z Compiling hubpack_derive v0.1.1
21692026-08-20T03:19:36.018Z Compiling env_filter v2.0.0
21702026-08-20T03:19:36.035Z Compiling fs-err v3.3.0
21712026-08-20T03:19:36.109Z Compiling iri-string v0.7.10
21722026-08-20T03:19:36.309Z Compiling gimli v0.32.3
21732026-08-20T03:19:36.375Z Compiling unicode-segmentation v1.12.0
21742026-08-20T03:19:36.759Z Compiling allocator-api2 v0.2.21
21752026-08-20T03:19:36.783Z Compiling base64 v0.21.7
21762026-08-20T03:19:37.104Z Compiling unicode-properties v0.1.4
21772026-08-20T03:19:37.121Z Compiling hashbrown v0.12.3
21782026-08-20T03:19:37.274Z Compiling ryu v1.0.23
21792026-08-20T03:19:37.333Z Compiling unicode-bidi v0.3.18
21802026-08-20T03:19:37.421Z Compiling serde_urlencoded v0.7.1
21812026-08-20T03:19:37.519Z Compiling tower-http v0.6.8
21822026-08-20T03:19:37.612Z Compiling ron v0.8.1
21832026-08-20T03:19:37.686Z Compiling stringprep v0.1.5
21842026-08-20T03:19:37.709Z Compiling newtype-uuid v1.3.2
21852026-08-20T03:19:37.823Z Compiling env_logger v0.11.11
21862026-08-20T03:19:38.010Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21872026-08-20T03:19:38.059Z Compiling addr2line v0.25.1
21882026-08-20T03:19:38.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21892026-08-20T03:19:38.099Z Compiling rsa v0.9.10
21902026-08-20T03:19:38.105Z Compiling derive_builder_macro v0.20.2
21912026-08-20T03:19:38.187Z Compiling oxnet v0.1.6
21922026-08-20T03:19:38.295Z Compiling serde-hex v0.1.0
21932026-08-20T03:19:38.423Z Compiling tokio-native-tls v0.3.1
21942026-08-20T03:19:38.427Z Compiling hashbrown v0.13.2
21952026-08-20T03:19:38.525Z Compiling bzip2 v0.4.4
21962026-08-20T03:19:38.568Z Compiling usdt-macro v0.6.0
21972026-08-20T03:19:38.612Z Compiling usdt-attr-macro v0.6.0
21982026-08-20T03:19:38.635Z Compiling derive-ex v0.1.8
21992026-08-20T03:19:38.747Z Compiling block-buffer v0.12.1
22002026-08-20T03:19:38.764Z Compiling crypto-common v0.2.2
22012026-08-20T03:19:38.848Z Compiling block-padding v0.4.2
22022026-08-20T03:19:39.055Z Compiling rustls-native-certs v0.8.3
22032026-08-20T03:19:39.111Z Compiling x509-cert v0.2.5
22042026-08-20T03:19:39.339Z Compiling md-5 v0.10.6
22052026-08-20T03:19:39.414Z Compiling erased-serde v0.3.31
22062026-08-20T03:19:39.513Z Compiling bstr v1.12.1
22072026-08-20T03:19:39.711Z Compiling vergen-lib v9.1.0
22082026-08-20T03:19:39.784Z Compiling hash32 v0.2.1
22092026-08-20T03:19:39.836Z Compiling encoding_rs v0.8.35
22102026-08-20T03:19:39.990Z Compiling psl-types v2.0.11
22112026-08-20T03:19:40.007Z Compiling crc-any v2.5.0
22122026-08-20T03:19:40.067Z Compiling cpufeatures v0.3.0
22132026-08-20T03:19:40.121Z Compiling rustc-demangle v0.1.27
22142026-08-20T03:19:40.142Z Compiling mime v0.3.17
22152026-08-20T03:19:40.171Z Compiling fallible-iterator v0.2.0
22162026-08-20T03:19:40.285Z Compiling unicode-width v0.2.0
22172026-08-20T03:19:40.441Z Compiling test-strategy v0.4.5
22182026-08-20T03:19:40.518Z Compiling postgres-protocol v0.6.10
22192026-08-20T03:19:40.541Z Compiling publicsuffix v2.3.0
22202026-08-20T03:19:40.671Z Compiling backtrace v0.3.76
22212026-08-20T03:19:41.112Z Compiling inout v0.2.2
22222026-08-20T03:19:41.243Z Compiling object v0.30.4
22232026-08-20T03:19:41.320Z Compiling zip v0.6.6
22242026-08-20T03:19:41.358Z Compiling derive_builder v0.20.2
22252026-08-20T03:19:41.381Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-20T03:19:41.479Z Compiling hyper-tls v0.6.0
22272026-08-20T03:19:41.479Z Compiling daft v0.1.7
22282026-08-20T03:19:41.513Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-20T03:19:41.665Z Compiling heck v0.4.1
22302026-08-20T03:19:41.682Z Compiling phf_shared v0.13.1
22312026-08-20T03:19:41.798Z Compiling pin-project v1.1.11
22322026-08-20T03:19:41.846Z Compiling toml v0.7.8
22332026-08-20T03:19:41.919Z Compiling serde_with_macros v3.21.0
22342026-08-20T03:19:41.935Z Compiling futures-executor v0.3.32
22352026-08-20T03:19:41.966Z Compiling serde_repr v0.1.20
22362026-08-20T03:19:42.119Z Compiling miette-derive v7.6.0
22372026-08-20T03:19:42.206Z Compiling enum-as-inner v0.6.1
22382026-08-20T03:19:42.224Z Compiling async-recursion v1.1.1
22392026-08-20T03:19:42.397Z Compiling vergen v9.1.0
22402026-08-20T03:19:42.413Z Compiling ff v0.13.1
22412026-08-20T03:19:42.417Z Compiling cargo-platform v0.3.2
22422026-08-20T03:19:42.622Z Compiling foldhash v0.2.0
22432026-08-20T03:19:42.690Z Compiling managed v0.8.0
22442026-08-20T03:19:42.713Z Compiling path-slash v0.1.5
22452026-08-20T03:19:42.745Z Compiling foldhash v0.1.5
22462026-08-20T03:19:42.761Z Compiling bumpalo v3.20.2
22472026-08-20T03:19:42.864Z Compiling base16ct v0.2.0
22482026-08-20T03:19:42.898Z Compiling same-file v1.0.6
22492026-08-20T03:19:42.962Z Compiling libbz2-rs-sys v0.2.2
22502026-08-20T03:19:43.017Z Compiling unicode-linebreak v0.1.5
22512026-08-20T03:19:43.045Z Compiling smawk v0.3.2
22522026-08-20T03:19:43.077Z Compiling bitflags v1.3.2
22532026-08-20T03:19:43.212Z Compiling is_ci v1.2.0
22542026-08-20T03:19:43.215Z Compiling jiff-core v0.1.0
22552026-08-20T03:19:43.277Z Compiling textwrap v0.16.2
22562026-08-20T03:19:43.384Z Compiling bzip2 v0.6.1
22572026-08-20T03:19:43.524Z Compiling supports-color v3.0.2
22582026-08-20T03:19:43.616Z Compiling walkdir v2.5.0
22592026-08-20T03:19:43.640Z Compiling sec1 v0.7.3
22602026-08-20T03:19:43.698Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22612026-08-20T03:19:43.719Z Compiling zopfli v0.8.3
22622026-08-20T03:19:43.785Z Compiling hashbrown v0.15.5
22632026-08-20T03:19:43.919Z Compiling hashbrown v0.16.1
22642026-08-20T03:19:44.030Z Compiling jiff v0.2.34
22652026-08-20T03:19:44.107Z Compiling cargo_metadata v0.23.1
22662026-08-20T03:19:44.124Z Compiling group v0.13.0
22672026-08-20T03:19:44.322Z Compiling futures v0.3.32
22682026-08-20T03:19:44.556Z Compiling phf v0.13.1
22692026-08-20T03:19:44.574Z Compiling snafu v0.8.9
22702026-08-20T03:19:44.740Z Compiling reqwest v0.12.28
22712026-08-20T03:19:44.931Z Compiling signal-hook-mio v0.2.5
22722026-08-20T03:19:44.974Z Compiling cookie_store v0.22.1
22732026-08-20T03:19:45.072Z Compiling cipher v0.5.2
22742026-08-20T03:19:45.232Z Compiling backtrace-ext v0.2.1
22752026-08-20T03:19:45.292Z Compiling zstd v0.13.3
22762026-08-20T03:19:45.373Z Compiling postgres-types v0.2.12
22772026-08-20T03:19:45.402Z Compiling globset v0.4.18
22782026-08-20T03:19:45.438Z Compiling strum v0.27.2
22792026-08-20T03:19:45.487Z Compiling hubpack v0.1.2
22802026-08-20T03:19:45.611Z Compiling phf_shared v0.11.3
22812026-08-20T03:19:45.611Z Compiling hkdf v0.12.4
22822026-08-20T03:19:45.641Z Compiling crossbeam-epoch v0.9.18
22832026-08-20T03:19:45.702Z Compiling byte-wrapper v0.1.0
22842026-08-20T03:19:45.718Z Compiling ed25519 v2.2.3
22852026-08-20T03:19:45.803Z Compiling olpc-cjson v0.1.4
22862026-08-20T03:19:46.054Z Compiling crypto-bigint v0.5.5
22872026-08-20T03:19:46.068Z Compiling serde-big-array v0.5.1
22882026-08-20T03:19:46.120Z Compiling serde_plain v1.0.2
22892026-08-20T03:19:46.194Z Compiling pem v3.0.6
22902026-08-20T03:19:46.229Z Compiling float-cmp v0.10.0
22912026-08-20T03:19:46.288Z Compiling memmap2 v0.9.10
22922026-08-20T03:19:46.417Z Compiling const-oid v0.10.2
22932026-08-20T03:19:46.505Z Compiling new_debug_unreachable v1.0.6
22942026-08-20T03:19:46.543Z Compiling typed-path v0.9.3
22952026-08-20T03:19:46.665Z Compiling toml_write v0.1.2
22962026-08-20T03:19:46.705Z Compiling precomputed-hash v0.1.1
22972026-08-20T03:19:46.793Z Compiling supports-hyperlinks v3.2.0
22982026-08-20T03:19:46.809Z Compiling keccak v0.1.6
22992026-08-20T03:19:46.823Z Compiling whoami v2.1.0
23002026-08-20T03:19:46.868Z Compiling data-encoding v2.10.0
23012026-08-20T03:19:46.963Z Compiling normalize-line-endings v0.3.0
23022026-08-20T03:19:46.979Z Compiling fixedbitset v0.5.7
23032026-08-20T03:19:47.030Z Compiling supports-unicode v3.0.0
23042026-08-20T03:19:47.178Z Compiling fixedbitset v0.4.2
23052026-08-20T03:19:47.195Z Compiling predicates-core v1.0.10
23062026-08-20T03:19:47.211Z Compiling static_assertions v1.1.0
23072026-08-20T03:19:47.228Z Compiling difflib v0.4.0
23082026-08-20T03:19:47.281Z Compiling unicode-width v0.1.14
23092026-08-20T03:19:47.298Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23102026-08-20T03:19:47.314Z Compiling petgraph v0.8.3
23112026-08-20T03:19:47.345Z Compiling petgraph v0.6.5
23122026-08-20T03:19:47.360Z Compiling hickory-proto v0.25.2
23132026-08-20T03:19:47.382Z Compiling tokio-postgres v0.7.16
23142026-08-20T03:19:47.403Z Compiling elliptic-curve v0.13.8
23152026-08-20T03:19:47.428Z Compiling sha3 v0.10.8
23162026-08-20T03:19:47.582Z Compiling miette v7.6.0
23172026-08-20T03:19:47.694Z Compiling predicates v3.1.4
23182026-08-20T03:19:47.717Z Compiling toml_edit v0.22.27
23192026-08-20T03:19:47.732Z Compiling string_cache v0.8.9
23202026-08-20T03:19:48.082Z Compiling chacha20 v0.10.0
23212026-08-20T03:19:48.281Z Compiling digest v0.11.3
23222026-08-20T03:19:48.609Z Compiling usdt v0.6.0
23232026-08-20T03:19:48.856Z Compiling zip v4.6.1
23242026-08-20T03:19:49.575Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23252026-08-20T03:19:49.629Z Compiling ed25519-dalek v2.2.0
23262026-08-20T03:19:49.970Z Compiling crossterm v0.28.1
23272026-08-20T03:19:50.298Z Compiling iddqd v0.4.2
23282026-08-20T03:19:50.373Z Compiling serde_with v3.21.0
23292026-08-20T03:19:50.576Z Compiling similar v2.7.0
23302026-08-20T03:19:50.598Z Compiling strum v0.26.3
23312026-08-20T03:19:50.898Z Compiling tokio-stream v0.1.18
23322026-08-20T03:19:50.964Z Compiling buf-list v1.1.2
23332026-08-20T03:19:51.200Z Compiling itertools v0.13.0
23342026-08-20T03:19:51.311Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-20T03:19:51.355Z Compiling openapiv3 v2.2.0
23362026-08-20T03:19:51.966Z Compiling lalrpop-util v0.19.12
23372026-08-20T03:19:52.057Z Compiling peg-runtime v0.8.5
23382026-08-20T03:20:08.357Z Compiling rustls-webpki v0.103.13
23392026-08-20T03:20:12.176Z Compiling tokio-rustls v0.26.4
23402026-08-20T03:20:12.228Z Compiling rustls-platform-verifier v0.6.2
23412026-08-20T03:20:12.367Z Compiling tough v0.22.0
23422026-08-20T03:20:12.455Z Compiling hyper-rustls v0.27.7
23432026-08-20T03:20:12.777Z Compiling reqwest v0.13.2
23442026-08-20T03:20:15.490Z Compiling macaddr v1.0.1
23452026-08-20T03:20:15.571Z Compiling crucible-workspace-hack v0.1.0
23462026-08-20T03:20:15.718Z Compiling rayon-core v1.13.0
23472026-08-20T03:20:15.743Z Compiling secrecy v0.10.3
23482026-08-20T03:20:15.759Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492026-08-20T03:20:15.820Z Compiling heapless v0.8.0
23502026-08-20T03:20:15.836Z Compiling toml_datetime v0.7.5+spec-1.1.0
23512026-08-20T03:20:16.041Z Compiling toml_edit v0.23.10+spec-1.0.0
23522026-08-20T03:20:16.068Z Compiling crossbeam-deque v0.8.6
23532026-08-20T03:20:16.098Z Compiling ingot-macros v0.2.0
23542026-08-20T03:20:16.114Z Compiling inout v0.1.4
23552026-08-20T03:20:16.129Z Compiling hash32 v0.3.1
23562026-08-20T03:20:16.147Z Compiling multer v3.1.0
23572026-08-20T03:20:16.201Z Compiling thread_local v1.1.9
23582026-08-20T03:20:16.219Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-20T03:20:16.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23602026-08-20T03:20:16.302Z Compiling compression-core v0.4.31
23612026-08-20T03:20:16.318Z Compiling slog-async v2.8.0
23622026-08-20T03:20:16.321Z Compiling smoltcp v0.11.0
23632026-08-20T03:20:16.356Z Compiling match_cfg v0.1.0
23642026-08-20T03:20:16.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-08-20T03:20:16.448Z Compiling compression-codecs v0.4.37
23662026-08-20T03:20:16.464Z Compiling hostname v0.3.1
23672026-08-20T03:20:16.546Z Compiling cipher v0.4.4
23682026-08-20T03:20:16.650Z Compiling proc-macro-crate v3.4.0
23692026-08-20T03:20:16.666Z Compiling atomicwrites v0.4.4
23702026-08-20T03:20:16.696Z Compiling slog-json v2.6.1
23712026-08-20T03:20:16.718Z Compiling crossbeam-channel v0.5.15
23722026-08-20T03:20:16.831Z Compiling half v2.7.1
23732026-08-20T03:20:16.847Z Compiling newtype-uuid-macros v0.1.0
23742026-08-20T03:20:16.978Z Compiling universal-hash v0.5.1
23752026-08-20T03:20:16.994Z Compiling cobs v0.3.0
23762026-08-20T03:20:17.011Z Compiling async-stream-impl v0.3.6
23772026-08-20T03:20:17.079Z Compiling thiserror-impl-no-std v2.0.2
23782026-08-20T03:20:17.116Z Compiling serde_spanned v1.1.1
23792026-08-20T03:20:17.166Z Compiling toml_datetime v1.1.1+spec-1.1.0
23802026-08-20T03:20:17.222Z Compiling is-terminal v0.4.17
23812026-08-20T03:20:17.296Z Compiling dropshot v0.17.1
23822026-08-20T03:20:17.314Z Compiling proc-macro-error-attr v1.0.4
23832026-08-20T03:20:17.350Z Compiling ciborium-io v0.2.2
23842026-08-20T03:20:17.366Z Compiling take_mut v0.2.2
23852026-08-20T03:20:17.445Z Compiling opaque-debug v0.3.1
23862026-08-20T03:20:17.474Z Compiling toml_writer v1.1.1+spec-1.1.0
23872026-08-20T03:20:17.514Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23882026-08-20T03:20:17.533Z Compiling term v1.2.1
23892026-08-20T03:20:17.551Z Compiling convert_case v0.4.0
23902026-08-20T03:20:17.620Z Compiling async-stream v0.3.6
23912026-08-20T03:20:17.637Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23922026-08-20T03:20:17.640Z Compiling poly1305 v0.8.0
23932026-08-20T03:20:17.697Z Compiling toml v1.1.2+spec-1.1.0
23942026-08-20T03:20:17.770Z Compiling ciborium-ll v0.2.2
23952026-08-20T03:20:17.849Z Compiling postcard v1.1.3
23962026-08-20T03:20:17.888Z Compiling derive_more v0.99.20
23972026-08-20T03:20:17.913Z Compiling slog-term v2.9.2
23982026-08-20T03:20:17.965Z Compiling num_enum_derive v0.7.6
23992026-08-20T03:20:18.143Z Compiling slog-bunyan v2.5.0
24002026-08-20T03:20:18.163Z Compiling thiserror-no-std v2.0.2
24012026-08-20T03:20:18.274Z Compiling chacha20 v0.9.1
24022026-08-20T03:20:18.290Z Compiling async-compression v0.4.41
24032026-08-20T03:20:18.463Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24042026-08-20T03:20:18.559Z Compiling sha1 v0.11.0
24052026-08-20T03:20:18.789Z Compiling parse-display-derive v0.10.0
24062026-08-20T03:20:18.805Z Compiling ingot-types v0.2.0
24072026-08-20T03:20:18.949Z Compiling proc-macro-crate v1.3.1
24082026-08-20T03:20:19.009Z Compiling waitgroup v0.1.2
24092026-08-20T03:20:19.041Z Compiling backon v1.6.0
24102026-08-20T03:20:19.190Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24112026-08-20T03:20:19.224Z Compiling ingot v0.2.1
24122026-08-20T03:20:19.291Z Compiling rustls-pemfile v2.2.0
24132026-08-20T03:20:19.315Z Compiling blake2 v0.10.6
24142026-08-20T03:20:19.332Z Compiling dropshot_endpoint v0.17.1
24152026-08-20T03:20:19.397Z Compiling aead v0.5.2
24162026-08-20T03:20:19.559Z Compiling password-hash v0.5.0
24172026-08-20T03:20:19.612Z Compiling foreign-types-macros v0.2.3
24182026-08-20T03:20:19.629Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24192026-08-20T03:20:19.859Z Compiling serde_path_to_error v0.1.20
24202026-08-20T03:20:19.918Z Compiling hostname v0.4.2
24212026-08-20T03:20:20.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24222026-08-20T03:20:20.110Z Compiling proc-macro-error v1.0.4
24232026-08-20T03:20:20.172Z Compiling instant v0.1.13
24242026-08-20T03:20:20.223Z Compiling foreign-types-shared v0.3.1
24252026-08-20T03:20:20.291Z Compiling debug-ignore v1.0.5
24262026-08-20T03:20:20.325Z Compiling foreign-types v0.5.0
24272026-08-20T03:20:20.345Z Compiling parse-display v0.10.0
24282026-08-20T03:20:20.390Z Compiling backoff v0.4.0
24292026-08-20T03:20:20.390Z Compiling argon2 v0.5.3
24302026-08-20T03:20:20.395Z Compiling chacha20poly1305 v0.10.1
24312026-08-20T03:20:20.461Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-20T03:20:20.461Z Compiling num_enum_derive v0.5.11
24332026-08-20T03:20:20.542Z Compiling num_enum v0.7.6
24342026-08-20T03:20:20.573Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24352026-08-20T03:20:20.591Z Compiling vsss-rs v3.3.4
24362026-08-20T03:20:20.623Z Compiling ciborium v0.2.2
24372026-08-20T03:20:20.980Z Compiling regress v0.10.5
24382026-08-20T03:20:21.032Z Compiling itertools v0.14.0
24392026-08-20T03:20:21.049Z Compiling tabwriter v1.4.1
24402026-08-20T03:20:21.129Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-20T03:20:21.238Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-20T03:20:21.442Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-20T03:20:21.458Z Compiling cstr-argument v0.1.2
24442026-08-20T03:20:21.462Z Compiling humantime v2.3.0
24452026-08-20T03:20:21.491Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24462026-08-20T03:20:21.578Z Compiling num_enum v0.5.11
24472026-08-20T03:20:21.628Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482026-08-20T03:20:21.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-20T03:20:21.691Z Compiling rayon v1.11.0
24502026-08-20T03:20:21.735Z Compiling rand v0.10.1
24512026-08-20T03:20:21.750Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-20T03:20:21.891Z Compiling libefi-sys v0.1.0
24532026-08-20T03:20:21.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24542026-08-20T03:20:21.936Z Compiling colored v3.1.1
24552026-08-20T03:20:21.954Z Compiling indent_write v2.2.0
24562026-08-20T03:20:21.970Z Compiling zone_cfg_derive v0.3.1
24572026-08-20T03:20:22.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24582026-08-20T03:20:22.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24592026-08-20T03:20:22.124Z Compiling camino-tempfile v1.4.1
24602026-08-20T03:20:22.141Z Compiling itertools v0.12.1
24612026-08-20T03:20:22.158Z Compiling usdt-attr-macro v0.5.0
24622026-08-20T03:20:22.179Z Compiling usdt-macro v0.5.0
24632026-08-20T03:20:22.235Z Compiling bitfield-struct v0.6.2
24642026-08-20T03:20:22.549Z Compiling num-derive v0.4.2
24652026-08-20T03:20:22.591Z Compiling blake3 v1.8.5
24662026-08-20T03:20:22.626Z Compiling sigpipe v0.1.3
24672026-08-20T03:20:22.643Z Compiling memmap v0.7.0
24682026-08-20T03:20:22.660Z Compiling glob v0.3.3
24692026-08-20T03:20:22.746Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24702026-08-20T03:20:22.897Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-20T03:20:22.914Z Compiling swrite v0.1.0
24722026-08-20T03:20:22.942Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24732026-08-20T03:20:22.967Z Compiling usdt v0.5.0
24742026-08-20T03:20:23.025Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24752026-08-20T03:20:23.059Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24762026-08-20T03:20:23.206Z Compiling smf v0.2.3
24772026-08-20T03:20:23.367Z Compiling filetime v0.2.27
24782026-08-20T03:20:23.382Z Compiling xattr v1.6.1
24792026-08-20T03:20:23.409Z Compiling whoami v1.6.1
24802026-08-20T03:20:23.490Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24812026-08-20T03:20:23.508Z Compiling zone v0.3.1
24822026-08-20T03:20:23.575Z Compiling constant_time_eq v0.4.2
24832026-08-20T03:20:23.608Z Compiling arrayvec v0.7.6
24842026-08-20T03:20:23.611Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24852026-08-20T03:20:23.645Z Compiling arrayref v0.3.9
24862026-08-20T03:20:23.648Z Compiling tar v0.4.46
24872026-08-20T03:20:23.706Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-20T03:20:23.722Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892026-08-20T03:20:23.754Z Compiling tokio-dtrace v0.1.1
24902026-08-20T03:20:23.792Z Compiling gethostname v0.5.0
24912026-08-20T03:20:23.898Z Compiling console v0.16.2
24922026-08-20T03:20:23.991Z Compiling topological-sort v0.2.2
24932026-08-20T03:20:24.010Z Compiling unit-prefix v0.5.2
24942026-08-20T03:20:24.129Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24952026-08-20T03:20:24.198Z Compiling oxide-tokio-rt v0.1.4
24962026-08-20T03:20:24.231Z Compiling toml v0.8.23
24972026-08-20T03:20:24.391Z Compiling indicatif v0.18.4
24982026-08-20T03:20:24.420Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24992026-08-20T03:20:24.524Z Compiling shell-words v1.1.1
25002026-08-20T03:20:34.017Z Compiling progenitor-client v0.14.0
25012026-08-20T03:20:34.017Z Compiling omicron-zone-package v0.12.3
25022026-08-20T03:20:34.262Z Compiling progenitor-extras v0.2.0
25032026-08-20T03:20:34.577Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-20T03:20:34.593Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25052026-08-20T03:20:34.701Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25062026-08-20T03:20:34.751Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25072026-08-20T03:20:34.808Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25082026-08-20T03:20:34.887Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-20T03:20:34.932Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25102026-08-20T03:20:35.021Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25112026-08-20T03:20:36.025Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-08-20T03:20:39.602Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25132026-08-20T03:20:48.729Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25142026-08-20T03:20:52.118Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25152026-08-20T03:20:53.233Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25162026-08-20T03:21:03.612Z Finished `release` profile [optimized] target(s) in 1m 51s
25172026-08-20T03:21:03.769Z Running `target/release/omicron-package -t test target create -p dev`
25182026-08-20T03:21:03.832ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192026-08-20T03:21:03.837ZCreated new build target 'test' and set it as active
25202026-08-20T03:21:03.837Z
25212026-08-20T03:21:03.837Zreal 1:51.885571066
25222026-08-20T03:21:03.837Zuser 18:31.947220927
25232026-08-20T03:21:03.837Zsys 2:54.197183133
25242026-08-20T03:21:03.838Ztrap 0.525623821
25252026-08-20T03:21:03.838Ztflt 2.431231227
25262026-08-20T03:21:03.838Zdflt 4.794812754
25272026-08-20T03:21:03.838Zkflt 0.000700610
25282026-08-20T03:21:03.838Zlock 1:00:51.646930287
25292026-08-20T03:21:03.838Zslp 47:22.428625917
25302026-08-20T03:21:03.838Zlat 53.606812006
25312026-08-20T03:21:03.838Zstop 6:27.416243816
25322026-08-20T03:21:03.838Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25332026-08-20T03:21:04.771Z Finished `release` profile [optimized] target(s) in 0.91s
25342026-08-20T03:21:04.841Z Running `target/release/omicron-package -t test package`
25352026-08-20T03:21:04.894ZLogging to: /work/oxidecomputer/omicron/out/LOG
25362026-08-20T03:21:06.392Z Compiling heck v0.5.0
25372026-08-20T03:21:06.401Z Compiling regress v0.11.1
25382026-08-20T03:21:06.631Z Compiling unsafe-libyaml v0.2.11
25392026-08-20T03:21:06.650Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25402026-08-20T03:21:06.675Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25412026-08-20T03:21:06.678Z Compiling derive-where v1.6.0
25422026-08-20T03:21:06.678Z Compiling bytecount v0.6.9
25432026-08-20T03:21:06.739Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25442026-08-20T03:21:06.740Z Compiling atomicwrites v0.4.4
25452026-08-20T03:21:06.744Z Compiling is-terminal v0.4.17
25462026-08-20T03:21:06.745Z Compiling prettyplease v0.2.37
25472026-08-20T03:21:06.745Z Compiling newline-converter v0.3.0
25482026-08-20T03:21:06.764Z Compiling console v0.15.11
25492026-08-20T03:21:06.822Z Compiling slog-dtrace v0.3.0
25502026-08-20T03:21:06.825Z Compiling cancel-safe-futures v0.1.5
25512026-08-20T03:21:06.915Z Compiling resolv-conf v0.7.6
25522026-08-20T03:21:06.923Z Compiling num-rational v0.4.2
25532026-08-20T03:21:06.962Z Compiling num-complex v0.4.6
25542026-08-20T03:21:06.973Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25552026-08-20T03:21:07.051Z Compiling thread_local v1.1.9
25562026-08-20T03:21:07.057Z Compiling match_cfg v0.1.0
25572026-08-20T03:21:07.164Z Compiling serde_yaml v0.9.34+deprecated
25582026-08-20T03:21:07.182Z Compiling compression-core v0.4.31
25592026-08-20T03:21:07.210Z Compiling expectorate v1.2.0
25602026-08-20T03:21:07.362Z Compiling compression-codecs v0.4.37
25612026-08-20T03:21:07.454Z Compiling num v0.4.3
25622026-08-20T03:21:07.480Z Compiling hostname v0.3.1
25632026-08-20T03:21:07.488Z Compiling multer v3.1.0
25642026-08-20T03:21:07.558Z Compiling slog-async v2.8.0
25652026-08-20T03:21:07.582Z Compiling crossbeam-channel v0.5.15
25662026-08-20T03:21:07.588Z Compiling slog-json v2.6.1
25672026-08-20T03:21:07.627Z Compiling serde_spanned v1.1.1
25682026-08-20T03:21:07.633Z Compiling toml_datetime v1.1.1+spec-1.1.0
25692026-08-20T03:21:07.687Z Compiling linear-map v1.2.0
25702026-08-20T03:21:07.722Z Compiling take_mut v0.2.2
25712026-08-20T03:21:07.813Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25722026-08-20T03:21:07.835Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25732026-08-20T03:21:07.869Z Compiling toml_writer v1.1.1+spec-1.1.0
25742026-08-20T03:21:07.927Z Compiling linked-hash-map v0.5.6
25752026-08-20T03:21:07.951Z Compiling term v1.2.1
25762026-08-20T03:21:07.961Z Compiling oxide-update-engine-types v0.1.2
25772026-08-20T03:21:07.998Z Compiling float-ord v0.3.2
25782026-08-20T03:21:08.041Z Compiling slog-bunyan v2.5.0
25792026-08-20T03:21:08.094Z Compiling toml v1.1.2+spec-1.1.0
25802026-08-20T03:21:08.120Z Compiling async-compression v0.4.41
25812026-08-20T03:21:08.139Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25822026-08-20T03:21:08.163Z Compiling lru-cache v0.1.2
25832026-08-20T03:21:08.188Z Compiling typify-impl v0.6.2
25842026-08-20T03:21:08.345Z Compiling slog-term v2.9.2
25852026-08-20T03:21:08.476Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25862026-08-20T03:21:08.525Z Compiling dropshot v0.17.1
25872026-08-20T03:21:08.544Z Compiling async-stream v0.3.6
25882026-08-20T03:21:08.561Z Compiling sha1 v0.11.0
25892026-08-20T03:21:08.586Z Compiling progenitor-client v0.14.0
25902026-08-20T03:21:08.670Z Compiling waitgroup v0.1.2
25912026-08-20T03:21:08.705Z Compiling rustls-pemfile v2.2.0
25922026-08-20T03:21:08.744Z Compiling backon v1.6.0
25932026-08-20T03:21:08.832Z Compiling hostname v0.4.2
25942026-08-20T03:21:08.854Z Compiling serde_path_to_error v0.1.20
25952026-08-20T03:21:08.886Z Compiling instant v0.1.13
25962026-08-20T03:21:08.925Z Compiling minimal-lexical v0.2.1
25972026-08-20T03:21:08.944Z Compiling debug-ignore v1.0.5
25982026-08-20T03:21:08.982Z Compiling backoff v0.4.0
25992026-08-20T03:21:09.023Z Compiling progenitor-extras v0.2.0
26002026-08-20T03:21:09.049Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26012026-08-20T03:21:09.088Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26022026-08-20T03:21:09.245Z Compiling oxide-update-engine v0.1.2
26032026-08-20T03:21:09.262Z Compiling nom v7.1.3
26042026-08-20T03:21:09.266Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26052026-08-20T03:21:09.303Z Compiling parse-display v0.10.0
26062026-08-20T03:21:09.327Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26072026-08-20T03:21:09.350Z Compiling hickory-proto v0.24.4
26082026-08-20T03:21:09.897Z Compiling regress v0.10.5
26092026-08-20T03:21:10.028Z Compiling itertools v0.14.0
26102026-08-20T03:21:10.685Z Compiling macaddr v1.0.1
26112026-08-20T03:21:10.692Z Compiling humantime v2.3.0
26122026-08-20T03:21:10.698Z Compiling unicode-xid v0.2.6
26132026-08-20T03:21:10.852Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26142026-08-20T03:21:10.966Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-08-20T03:21:11.098Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26162026-08-20T03:21:11.178Z Compiling convert_case v0.10.0
26172026-08-20T03:21:11.344Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26182026-08-20T03:21:11.380Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26192026-08-20T03:21:11.426Z Compiling toml v0.8.23
26202026-08-20T03:21:11.477Z Compiling derive_more-impl v2.1.1
26212026-08-20T03:21:11.629Z Compiling papergrid v0.11.0
26222026-08-20T03:21:11.840Z Compiling typify-macro v0.6.2
26232026-08-20T03:21:11.990Z Compiling tabled_derive v0.7.0
26242026-08-20T03:21:12.030Z Compiling hickory-resolver v0.24.4
26252026-08-20T03:21:12.113Z Compiling termtree v0.5.1
26262026-08-20T03:21:12.311Z Compiling derive_more v2.1.1
26272026-08-20T03:21:12.344Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26282026-08-20T03:21:12.436Z Compiling crossterm v0.29.0
26292026-08-20T03:21:12.849Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26302026-08-20T03:21:12.917Z Compiling tabled v0.15.0
26312026-08-20T03:21:13.294Z Compiling qorb v0.4.1
26322026-08-20T03:21:13.467Z Compiling typify v0.6.2
26332026-08-20T03:21:13.770Z Compiling progenitor-impl v0.14.0
26342026-08-20T03:21:14.536Z Compiling phf_shared v0.12.1
26352026-08-20T03:21:14.800Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26362026-08-20T03:21:15.353Z Compiling vte v0.14.1
26372026-08-20T03:21:15.446Z Compiling csv-core v0.1.13
26382026-08-20T03:21:15.623Z Compiling chrono-tz v0.10.4
26392026-08-20T03:21:15.892Z Compiling highway v1.3.0
26402026-08-20T03:21:16.030Z Compiling progenitor-macro v0.14.0
26412026-08-20T03:21:16.717Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26422026-08-20T03:21:16.984Z Compiling csv v1.4.0
26432026-08-20T03:21:17.062Z Compiling strip-ansi-escapes v0.2.1
26442026-08-20T03:21:17.627Z Compiling phf v0.12.1
26452026-08-20T03:21:17.650Z Compiling const_format_proc_macros v0.2.34
26462026-08-20T03:21:17.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472026-08-20T03:21:17.850Z Compiling fd-lock v4.0.4
26482026-08-20T03:21:18.031Z Compiling peg-macros v0.8.5
26492026-08-20T03:21:18.276Z Compiling nu-ansi-term v0.50.3
26502026-08-20T03:21:18.454Z Compiling reedline v0.40.0
26512026-08-20T03:21:18.489Z Compiling const_format v0.2.35
26522026-08-20T03:21:18.746Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26532026-08-20T03:21:19.044Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26542026-08-20T03:21:19.357Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26552026-08-20T03:21:19.504Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26562026-08-20T03:21:20.395Z Compiling progenitor v0.14.0
26572026-08-20T03:21:20.589Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-08-20T03:21:20.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592026-08-20T03:21:20.688Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26602026-08-20T03:21:20.711Z Compiling peg v0.8.5
26612026-08-20T03:21:20.817Z Compiling bcs v0.1.6
26622026-08-20T03:21:21.284Z Compiling nom v8.0.0
26632026-08-20T03:21:21.330Z Compiling semver v0.1.20
26642026-08-20T03:21:21.651Z Compiling rustc_version v0.1.7
26652026-08-20T03:21:21.878Z Compiling newtype_derive v0.1.6
26662026-08-20T03:21:22.891Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26672026-08-20T03:21:22.963Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26682026-08-20T03:21:22.963Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-20T03:21:22.963Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26702026-08-20T03:21:22.963Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26712026-08-20T03:21:22.991Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26722026-08-20T03:21:23.328Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26732026-08-20T03:21:23.353Z Compiling steno v0.4.1
26742026-08-20T03:21:23.554Z Compiling dropshot-api-manager-types v0.8.0
26752026-08-20T03:21:23.793Z Compiling sha1 v0.10.6
26762026-08-20T03:21:24.121Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-20T03:21:24.162Z Compiling tagptr v0.2.0
26782026-08-20T03:21:24.305Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26792026-08-20T03:21:24.355Z Compiling utf-8 v0.7.6
26802026-08-20T03:21:24.389Z Compiling moka v0.12.13
26812026-08-20T03:21:24.687Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26822026-08-20T03:21:24.871Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26832026-08-20T03:21:25.139Z Compiling tungstenite v0.21.0
26842026-08-20T03:21:25.851Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26852026-08-20T03:21:25.980Z Compiling hickory-resolver v0.25.2
26862026-08-20T03:21:26.652Z Compiling tokio-tungstenite v0.21.0
26872026-08-20T03:21:27.132Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26882026-08-20T03:21:27.355Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26892026-08-20T03:21:32.246Z Compiling darling_core v0.21.3
26902026-08-20T03:21:32.293Z Compiling display-error-chain v0.2.2
26912026-08-20T03:21:32.293Z Compiling libscf-sys v1.2.0
26922026-08-20T03:21:32.294Z Compiling vergen-lib v0.1.6
26932026-08-20T03:21:32.294Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26942026-08-20T03:21:32.294Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-20T03:21:32.294Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26962026-08-20T03:21:32.294Z Compiling darling_macro v0.21.3
26972026-08-20T03:21:32.294Z Compiling darling v0.21.3
26982026-08-20T03:21:32.294Z Compiling diesel_derives v2.3.7
26992026-08-20T03:21:32.294Z Compiling dsl_auto_type v0.2.0
27002026-08-20T03:21:32.372Z Compiling scheduled-thread-pool v0.2.7
27012026-08-20T03:21:32.372Z Compiling vergen-gitcl v1.0.8
27022026-08-20T03:21:32.372Z Compiling diesel_table_macro_syntax v0.3.0
27032026-08-20T03:21:32.372Z Compiling dirs-sys-next v0.1.2
27042026-08-20T03:21:32.372Z Compiling maplit v1.0.2
27052026-08-20T03:21:32.372Z Compiling crunchy v0.2.4
27062026-08-20T03:21:32.372Z Compiling glob v0.3.3
27072026-08-20T03:21:32.372Z Compiling dirs-next v2.0.0
27082026-08-20T03:21:32.383Z Compiling r2d2 v0.8.10
27092026-08-20T03:21:32.383Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27102026-08-20T03:21:32.409Z Compiling papergrid v0.18.0
27112026-08-20T03:21:32.446Z Compiling clang-sys v1.8.1
27122026-08-20T03:21:32.691Z Compiling downcast-rs v2.0.2
27132026-08-20T03:21:32.705Z Compiling xshell-macros v0.2.7
27142026-08-20T03:21:32.706Z Compiling tiny-keccak v2.0.2
27152026-08-20T03:21:32.877Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162026-08-20T03:21:32.944Z Compiling term v0.7.0
27172026-08-20T03:21:32.971Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-20T03:21:33.065Z Compiling xshell v0.2.7
27192026-08-20T03:21:33.086Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-20T03:21:33.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-20T03:21:33.450Z Compiling bit-vec v0.6.3
27222026-08-20T03:21:33.499Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27232026-08-20T03:21:33.596Z Compiling ascii-canvas v3.0.0
27242026-08-20T03:21:33.682Z Compiling tabled v0.21.0
27252026-08-20T03:21:33.706Z Compiling bit-set v0.5.3
27262026-08-20T03:21:33.905Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27272026-08-20T03:21:34.052Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27282026-08-20T03:21:34.116Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27292026-08-20T03:21:34.370Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27302026-08-20T03:21:34.511Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27312026-08-20T03:21:34.561Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27322026-08-20T03:21:34.794Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27332026-08-20T03:21:34.861Z Compiling itertools v0.10.5
27342026-08-20T03:21:34.978Z Compiling ena v0.14.4
27352026-08-20T03:21:35.281Z Compiling libloading v0.8.9
27362026-08-20T03:21:35.380Z Compiling bindgen v0.71.1
27372026-08-20T03:21:35.533Z Compiling diff v0.1.13
27382026-08-20T03:21:35.634Z Compiling regex-syntax v0.6.29
27392026-08-20T03:21:35.745Z Compiling unicase v2.9.0
27402026-08-20T03:21:36.134Z Compiling cexpr v0.6.0
27412026-08-20T03:21:36.230Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27422026-08-20T03:21:36.459Z Compiling crc8 v0.1.1
27432026-08-20T03:21:36.618Z Compiling rustc-hash v2.1.1
27442026-08-20T03:21:36.845Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27452026-08-20T03:21:37.066Z Compiling diesel v2.3.7
27462026-08-20T03:21:37.078Z Compiling lalrpop v0.19.12
27472026-08-20T03:21:37.232Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27482026-08-20T03:21:37.744Z Compiling headers-core v0.3.0
27492026-08-20T03:21:37.904Z Compiling libxml v0.3.3
27502026-08-20T03:21:38.042Z Compiling headers v0.4.1
27512026-08-20T03:21:38.201Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27522026-08-20T03:21:38.232Z Compiling strum_macros v0.24.3
27532026-08-20T03:21:38.329Z Compiling indoc v1.0.9
27542026-08-20T03:21:38.490Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27552026-08-20T03:21:38.749Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27562026-08-20T03:21:38.802Z Compiling derive_builder v0.20.2
27572026-08-20T03:21:38.930Z Compiling quick-xml v0.37.5
27582026-08-20T03:21:38.978Z Compiling oso-derive v0.27.3
27592026-08-20T03:21:39.521Z Compiling impl-trait-for-tuples v0.2.3
27602026-08-20T03:21:39.571Z Compiling openssl-probe v0.1.6
27612026-08-20T03:21:39.772Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-20T03:21:39.872Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27632026-08-20T03:21:40.120Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27642026-08-20T03:21:40.427Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27652026-08-20T03:21:40.523Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27662026-08-20T03:21:40.661Z Compiling bb8 v0.8.6
27672026-08-20T03:21:40.756Z Compiling trait-variant v0.1.2
27682026-08-20T03:21:40.832Z Compiling proc-macro-error-attr2 v2.0.0
27692026-08-20T03:21:41.069Z Compiling half v1.8.3
27702026-08-20T03:21:41.282Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27712026-08-20T03:21:41.344Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-20T03:21:41.387Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27732026-08-20T03:21:41.540Z Compiling serde_cbor v0.11.2
27742026-08-20T03:21:41.567Z Compiling proc-macro-error2 v2.0.1
27752026-08-20T03:21:41.844Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27762026-08-20T03:21:41.904Z Compiling hashbrown v0.14.5
27772026-08-20T03:21:41.952Z Compiling rfc6979 v0.4.0
27782026-08-20T03:21:42.077Z Compiling salty v0.3.0
27792026-08-20T03:21:42.134Z Compiling ecdsa v0.16.9
27802026-08-20T03:21:42.421Z Compiling knus-derive v3.4.0
27812026-08-20T03:21:42.504Z Compiling samael v0.0.19
27822026-08-20T03:21:42.544Z Compiling chumsky v0.9.3
27832026-08-20T03:21:42.594Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27842026-08-20T03:21:42.756Z Compiling progenitor-impl v0.13.0
27852026-08-20T03:21:42.881Z Compiling primeorder v0.13.6
27862026-08-20T03:21:43.189Z Compiling nonempty v0.12.0
27872026-08-20T03:21:43.481Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27882026-08-20T03:21:43.800Z Compiling p384 v0.13.1
27892026-08-20T03:21:43.839Z Compiling knus v3.4.0
27902026-08-20T03:21:44.761Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27912026-08-20T03:21:44.873Z Compiling polar-core v0.27.3
27922026-08-20T03:21:44.933Z Compiling progenitor-macro v0.13.0
27932026-08-20T03:21:45.357Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27942026-08-20T03:21:46.121Z Compiling progenitor-client v0.13.0
27952026-08-20T03:21:46.397Z Compiling fxhash v0.2.1
27962026-08-20T03:21:46.656Z Compiling libz-sys v1.1.24
27972026-08-20T03:21:46.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-08-20T03:21:46.859Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27992026-08-20T03:21:47.200Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28002026-08-20T03:21:47.240Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28012026-08-20T03:21:47.653Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28022026-08-20T03:21:47.835Z Compiling kstat-rs v0.2.5
28032026-08-20T03:21:48.142Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042026-08-20T03:21:48.538Z Compiling mime_guess v2.0.5
28052026-08-20T03:21:49.217Z Compiling progenitor v0.13.0
28062026-08-20T03:21:49.431Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28072026-08-20T03:21:50.758Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28082026-08-20T03:21:50.842Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28092026-08-20T03:21:50.886Z Compiling nanorand v0.7.0
28102026-08-20T03:21:51.105Z Compiling libgit2-sys v0.18.3+1.9.2
28112026-08-20T03:21:51.300Z Compiling parking_lot_core v0.8.6
28122026-08-20T03:21:51.354Z Compiling flume v0.11.1
28132026-08-20T03:21:51.628Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28142026-08-20T03:21:51.817Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28152026-08-20T03:21:52.056Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28162026-08-20T03:21:52.873Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28172026-08-20T03:21:52.984Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28182026-08-20T03:21:53.460Z Compiling git-stub v1.0.0
28192026-08-20T03:21:53.741Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28202026-08-20T03:21:53.824Z Compiling corncobs v0.1.4
28212026-08-20T03:21:54.000Z Compiling instability v0.3.11
28222026-08-20T03:21:54.075Z Compiling http-range v0.1.5
28232026-08-20T03:21:54.096Z Compiling strsim v0.10.0
28242026-08-20T03:21:54.298Z Compiling oso v0.27.3
28252026-08-20T03:21:54.412Z Compiling darling_core v0.13.4
28262026-08-20T03:21:54.511Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-20T03:21:55.199Z Compiling diesel-dtrace v0.5.0
28282026-08-20T03:21:55.598Z Compiling async-bb8-diesel v0.2.1
28292026-08-20T03:21:56.080Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-08-20T03:21:56.211Z Compiling git-stub-vcs v0.1.0
28312026-08-20T03:21:58.004Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28322026-08-20T03:21:59.261Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28332026-08-20T03:21:59.641Z Compiling ignore v0.4.25
28342026-08-20T03:22:00.715Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28352026-08-20T03:22:00.795Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28362026-08-20T03:22:00.899Z Compiling anstyle-parse v0.2.7
28372026-08-20T03:22:00.991Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28382026-08-20T03:22:01.148Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28392026-08-20T03:22:01.174Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28402026-08-20T03:22:02.323Z Compiling secrecy v0.8.0
28412026-08-20T03:22:02.527Z Compiling vergen-git2 v9.1.0
28422026-08-20T03:22:02.564Z Compiling castaway v0.2.4
28432026-08-20T03:22:02.641Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-20T03:22:02.738Z Compiling indoc v2.0.7
28452026-08-20T03:22:02.801Z Compiling compact_str v0.8.1
28462026-08-20T03:22:02.953Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-20T03:22:03.960Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28482026-08-20T03:22:03.984Z Compiling anstream v0.6.21
28492026-08-20T03:22:04.551Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-20T03:22:04.787Z Compiling globwalk v0.9.1
28512026-08-20T03:22:05.457Z Compiling hyper-staticfile v0.10.1
28522026-08-20T03:22:05.481Z Compiling parking_lot v0.11.2
28532026-08-20T03:22:05.689Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28542026-08-20T03:22:06.016Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28552026-08-20T03:22:06.422Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-20T03:22:06.446Z Compiling darling_macro v0.13.4
28572026-08-20T03:22:06.641Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28582026-08-20T03:22:06.931Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-20T03:22:06.981Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28602026-08-20T03:22:07.319Z Compiling predicates-tree v1.0.13
28612026-08-20T03:22:07.381Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28622026-08-20T03:22:07.573Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28632026-08-20T03:22:07.649Z Compiling unicode-truncate v1.1.0
28642026-08-20T03:22:07.759Z Compiling lru v0.12.5
28652026-08-20T03:22:07.836Z Compiling sha2 v0.11.0
28662026-08-20T03:22:07.870Z Compiling digest-io v0.1.0
28672026-08-20T03:22:07.989Z Compiling prefix-trie v0.7.0
28682026-08-20T03:22:08.060Z Compiling rand_seeder v0.4.0
28692026-08-20T03:22:08.328Z Compiling rawzip v0.4.4
28702026-08-20T03:22:08.349Z Compiling cassowary v0.3.0
28712026-08-20T03:22:08.504Z Compiling illumos-nvpair-sys v0.2.0
28722026-08-20T03:22:08.769Z Compiling ratatui v0.29.0
28732026-08-20T03:22:08.855Z Compiling hickory-server v0.25.2
28742026-08-20T03:22:09.475Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28752026-08-20T03:22:09.496Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28762026-08-20T03:22:09.557Z Compiling camino-tempfile-ext v0.3.3
28772026-08-20T03:22:09.640Z Compiling darling v0.13.4
28782026-08-20T03:22:09.755Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28792026-08-20T03:22:09.780Z Compiling sled v0.34.7
28802026-08-20T03:22:10.066Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-20T03:22:10.164Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28822026-08-20T03:22:12.535Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28832026-08-20T03:22:12.817Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842026-08-20T03:22:13.049Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28852026-08-20T03:22:14.103Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28862026-08-20T03:22:15.776Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28872026-08-20T03:22:16.396Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28882026-08-20T03:22:17.457Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28892026-08-20T03:22:17.831Z Compiling serde_with_macros v1.5.2
28902026-08-20T03:22:17.935Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28912026-08-20T03:22:18.066Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28922026-08-20T03:22:18.288Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28932026-08-20T03:22:18.416Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28942026-08-20T03:22:18.531Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28952026-08-20T03:22:18.648Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28962026-08-20T03:22:18.677Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28972026-08-20T03:22:18.790Z Compiling git2 v0.20.4
28982026-08-20T03:22:18.832Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28992026-08-20T03:22:18.913Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29002026-08-20T03:22:18.935Z Compiling arc-swap v1.8.2
29012026-08-20T03:22:19.065Z Compiling void v1.0.2
29022026-08-20T03:22:19.182Z Compiling lzss v0.8.2
29032026-08-20T03:22:19.225Z Compiling slog-scope v4.4.1
29042026-08-20T03:22:19.502Z Compiling serde_with v1.14.0
29052026-08-20T03:22:19.626Z Compiling illumos-nvpair v0.3.0
29062026-08-20T03:22:19.689Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29072026-08-20T03:22:20.130Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-20T03:22:21.142Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29092026-08-20T03:22:21.329Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-08-20T03:22:21.766Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29112026-08-20T03:22:21.874Z Compiling scuffle v0.1.0
29122026-08-20T03:22:21.944Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29132026-08-20T03:22:22.063Z Compiling tungstenite v0.23.0
29142026-08-20T03:22:22.471Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-20T03:22:24.121Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29162026-08-20T03:22:24.221Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29172026-08-20T03:22:24.515Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29182026-08-20T03:22:24.770Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29192026-08-20T03:22:24.828Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29202026-08-20T03:22:25.015Z Compiling nix v0.27.1
29212026-08-20T03:22:25.093Z Compiling twox-hash v2.1.2
29222026-08-20T03:22:25.671Z Compiling libsw-core v0.3.2
29232026-08-20T03:22:25.733Z Compiling atty v0.2.14
29242026-08-20T03:22:25.943Z Compiling serde_bytes v0.11.19
29252026-08-20T03:22:25.954Z Compiling libsw v3.5.0
29262026-08-20T03:22:26.169Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29272026-08-20T03:22:26.216Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29282026-08-20T03:22:26.325Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29292026-08-20T03:22:26.347Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29302026-08-20T03:22:26.460Z Compiling tokio-tungstenite v0.23.1
29312026-08-20T03:22:26.859Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29322026-08-20T03:22:26.992Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29332026-08-20T03:22:28.253Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29342026-08-20T03:22:28.437Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29352026-08-20T03:22:29.850Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29362026-08-20T03:22:30.525Z Compiling slog-stdlog v4.1.1
29372026-08-20T03:22:30.779Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-20T03:22:30.932Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29392026-08-20T03:22:30.967Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29402026-08-20T03:22:31.450Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29412026-08-20T03:22:32.444Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29422026-08-20T03:22:32.784Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29432026-08-20T03:22:33.316Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29442026-08-20T03:22:35.065Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29452026-08-20T03:22:35.896Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29462026-08-20T03:22:36.148Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29472026-08-20T03:22:36.510Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29482026-08-20T03:22:37.555Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29492026-08-20T03:22:38.920Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29502026-08-20T03:22:40.564Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29512026-08-20T03:22:40.625Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29522026-08-20T03:22:40.933Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29532026-08-20T03:22:41.809Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29542026-08-20T03:22:42.088Z Compiling signal-hook-tokio v0.3.1
29552026-08-20T03:22:42.294Z Compiling fatfs v0.3.6
29562026-08-20T03:22:43.649Z Compiling yasna v0.5.2
29572026-08-20T03:22:44.109Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29582026-08-20T03:22:44.552Z Compiling seq-macro v0.3.6
29592026-08-20T03:22:45.095Z Compiling assert_matches v1.5.0
29602026-08-20T03:22:45.121Z Compiling rcgen v0.12.1
29612026-08-20T03:22:45.210Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29622026-08-20T03:22:45.281Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29632026-08-20T03:22:46.058Z Compiling slog-envlogger v2.2.0
29642026-08-20T03:22:47.253Z Compiling oxide-update-engine-display v0.1.2
29652026-08-20T03:22:47.308Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29662026-08-20T03:22:47.977Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29672026-08-20T03:22:48.201Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-20T03:22:48.436Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29692026-08-20T03:22:48.669Z Compiling port-file v0.1.0
29702026-08-20T03:22:49.030Z Compiling rtoolbox v0.0.3
29712026-08-20T03:22:49.328Z Compiling subprocess v0.2.15
29722026-08-20T03:22:49.737Z Compiling rpassword v7.5.4
29732026-08-20T03:22:49.832Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29742026-08-20T03:22:50.490Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29752026-08-20T03:22:51.576Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-08-20T03:22:51.900Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29772026-08-20T03:22:52.040Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29782026-08-20T03:22:53.541Z Compiling tui-tree-widget v0.23.1
29792026-08-20T03:22:53.851Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29802026-08-20T03:22:54.011Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-20T03:22:55.465Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29822026-08-20T03:22:56.615Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29832026-08-20T03:22:56.667Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29842026-08-20T03:22:56.908Z Compiling uzers v0.12.2
29852026-08-20T03:22:58.128Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29862026-08-20T03:22:58.189Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29872026-08-20T03:22:58.491Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29882026-08-20T03:22:59.865Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29892026-08-20T03:23:00.789Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-08-20T03:23:01.227Z Compiling support-bundle-viewer v0.1.2
29912026-08-20T03:23:03.103Z Compiling multimap v0.10.1
29922026-08-20T03:23:11.088Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-08-20T03:23:13.149Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29942026-08-20T03:23:17.218Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29952026-08-20T03:23:22.388Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29962026-08-20T03:23:24.707Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29972026-08-20T03:32:00.301Z Finished `release` profile [optimized] target(s) in 10m 55s
29982026-08-20T03:32:00.305Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29992026-08-20T03:32:00.305Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30002026-08-20T03:32:56.890Z
30012026-08-20T03:32:56.893Zreal 11:53.033539493
30022026-08-20T03:32:56.893Zuser 1:26:02.897001220
30032026-08-20T03:32:56.893Zsys 3:50.290073928
30042026-08-20T03:32:56.893Ztrap 1.929248045
30052026-08-20T03:32:56.894Ztflt 1.988569248
30062026-08-20T03:32:56.894Zdflt 19.459304325
30072026-08-20T03:32:56.894Zkflt 0.029557650
30082026-08-20T03:32:56.894Zlock 8:49:24.676095580
30092026-08-20T03:32:56.894Zslp 2:29:24.447075965
30102026-08-20T03:32:56.894Zlat 2:48.380882203
30112026-08-20T03:32:56.894Zstop 5:50.153972953
30122026-08-20T03:32:56.894Z+ mapfile -t packages
30132026-08-20T03:32:56.894Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30142026-08-20T03:32:57.869Z Finished `release` profile [optimized] target(s) in 0.96s
30152026-08-20T03:32:57.949Z Running `target/release/omicron-package -t test list-outputs`
30162026-08-20T03:32:58.017ZLogging to: /work/oxidecomputer/omicron/out/LOG
30172026-08-20T03:32:58.020Z+ ptime -m cargo build --locked --release -p xtask
30182026-08-20T03:32:58.516Z Compiling libc v0.2.185
30192026-08-20T03:32:58.516Z Compiling serde_core v1.0.228
30202026-08-20T03:32:58.516Z Compiling serde v1.0.228
30212026-08-20T03:32:58.520Z Compiling rustix v1.1.4
30222026-08-20T03:32:58.520Z Compiling bitflags v2.11.0
30232026-08-20T03:32:58.520Z Compiling serde_json v1.0.151
30242026-08-20T03:32:58.679Z Compiling syn v2.0.117
30252026-08-20T03:32:58.680Z Compiling usdt-impl v0.5.0
30262026-08-20T03:32:58.683Z Compiling syn v1.0.109
30272026-08-20T03:32:58.713Z Compiling getrandom v0.3.4
30282026-08-20T03:32:58.725Z Compiling log v0.4.33
30292026-08-20T03:32:58.729Z Compiling indexmap v2.14.0
30302026-08-20T03:32:58.749Z Compiling fs-err v3.3.0
30312026-08-20T03:32:58.930Z Compiling anyhow v1.0.104
30322026-08-20T03:32:59.002Z Compiling heck v0.4.1
30332026-08-20T03:32:59.006Z Compiling once_cell v1.21.3
30342026-08-20T03:32:59.395Z Compiling errno v0.3.14
30352026-08-20T03:32:59.399Z Compiling thread-id v4.2.2
30362026-08-20T03:32:59.399Z Compiling memmap v0.7.0
30372026-08-20T03:33:00.187Z Compiling proc-macro-error v1.0.4
30382026-08-20T03:33:00.383Z Compiling terminal_size v0.4.3
30392026-08-20T03:33:00.383Z Compiling tempfile v3.27.0
30402026-08-20T03:33:00.459Z Compiling tabled_derive v0.7.0
30412026-08-20T03:33:00.486Z Compiling clap_builder v4.6.0
30422026-08-20T03:33:00.486Z Compiling textwrap v0.16.2
30432026-08-20T03:33:00.860Z Compiling camino v1.2.5
30442026-08-20T03:33:00.872Z Compiling cargo-platform v0.3.2
30452026-08-20T03:33:00.913Z Compiling semver v1.0.28
30462026-08-20T03:33:00.913Z Compiling pest_generator v2.8.6
30472026-08-20T03:33:01.190Z Compiling camino-tempfile v1.4.1
30482026-08-20T03:33:01.204Z Compiling tabled v0.15.0
30492026-08-20T03:33:01.420Z Compiling serde_derive v1.0.228
30502026-08-20T03:33:01.420Z Compiling thiserror-impl v1.0.69
30512026-08-20T03:33:01.424Z Compiling zerocopy-derive v0.7.35
30522026-08-20T03:33:01.424Z Compiling scroll_derive v0.12.1
30532026-08-20T03:33:01.424Z Compiling thiserror-impl v2.0.18
30542026-08-20T03:33:01.424Z Compiling clap_derive v4.6.1
30552026-08-20T03:33:01.489Z Compiling pest_derive v2.8.6
30562026-08-20T03:33:02.144Z Compiling scroll v0.12.0
30572026-08-20T03:33:02.291Z Compiling zerocopy v0.7.35
30582026-08-20T03:33:02.438Z Compiling goblin v0.8.2
30592026-08-20T03:33:02.602Z Compiling thiserror v1.0.69
30602026-08-20T03:33:02.730Z Compiling dtrace-parser v0.2.0
30612026-08-20T03:33:02.889Z Compiling thiserror v2.0.18
30622026-08-20T03:33:03.115Z Compiling clap v4.6.1
30632026-08-20T03:33:04.710Z Compiling serde_spanned v0.6.9
30642026-08-20T03:33:04.741Z Compiling dof v0.3.0
30652026-08-20T03:33:04.768Z Compiling serde_tokenstream v0.2.3
30662026-08-20T03:33:04.788Z Compiling toml_datetime v0.6.11
30672026-08-20T03:33:04.802Z Compiling cargo_metadata v0.23.1
30682026-08-20T03:33:04.825Z Compiling macaddr v1.0.1
30692026-08-20T03:33:04.838Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30702026-08-20T03:33:05.135Z Compiling toml_edit v0.22.27
30712026-08-20T03:33:05.537Z Compiling usdt-attr-macro v0.5.0
30722026-08-20T03:33:05.540Z Compiling usdt-macro v0.5.0
30732026-08-20T03:33:06.223Z Compiling usdt v0.5.0
30742026-08-20T03:33:06.747Z Compiling toml v0.8.23
30752026-08-20T03:33:07.190Z Compiling cargo_toml v0.21.0
30762026-08-20T03:33:11.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30772026-08-20T03:33:15.049Z Finished `release` profile [optimized] target(s) in 17.01s
30782026-08-20T03:33:15.157Z
30792026-08-20T03:33:15.157Zreal 17.100802603
30802026-08-20T03:33:15.157Zuser 2:10.889630485
30812026-08-20T03:33:15.157Zsys 14.133856295
30822026-08-20T03:33:15.157Ztrap 0.066296385
30832026-08-20T03:33:15.157Ztflt 0.575629880
30842026-08-20T03:33:15.160Zdflt 1.452695566
30852026-08-20T03:33:15.160Zkflt 0.000110630
30862026-08-20T03:33:15.160Zlock 4:59.772696818
30872026-08-20T03:33:15.161Zslp 2:50.482891898
30882026-08-20T03:33:15.161Zlat 3.655562461
30892026-08-20T03:33:15.161Zstop 16.807713465
30902026-08-20T03:33:15.161Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-20T03:33:15.161Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30922026-08-20T03:33:15.161Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-20T03:33:15.161Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30942026-08-20T03:33:15.161Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30952026-08-20T03:33:16.125Z Compiling match_cfg v0.1.0
30962026-08-20T03:33:16.125Z Compiling progenitor-client v0.14.0
30972026-08-20T03:33:16.125Z Compiling slog-json v2.6.1
30982026-08-20T03:33:16.128Z Compiling newtype-uuid-macros v0.1.0
30992026-08-20T03:33:16.128Z Compiling sha1 v0.11.0
31002026-08-20T03:33:16.128Z Compiling multer v3.1.0
31012026-08-20T03:33:16.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31022026-08-20T03:33:16.303Z Compiling compression-core v0.4.31
31032026-08-20T03:33:16.306Z Compiling debug-ignore v1.0.5
31042026-08-20T03:33:16.306Z Compiling async-stream-impl v0.3.6
31052026-08-20T03:33:16.306Z Compiling serde_spanned v1.1.1
31062026-08-20T03:33:16.306Z Compiling toml_datetime v1.1.1+spec-1.1.0
31072026-08-20T03:33:16.306Z Compiling dropshot v0.17.1
31082026-08-20T03:33:16.307Z Compiling toml_writer v1.1.1+spec-1.1.0
31092026-08-20T03:33:16.326Z Compiling waitgroup v0.1.2
31102026-08-20T03:33:16.329Z Compiling hostname v0.3.1
31112026-08-20T03:33:16.337Z Compiling rustls-pemfile v2.2.0
31122026-08-20T03:33:16.565Z Compiling dropshot_endpoint v0.17.1
31132026-08-20T03:33:16.583Z Compiling serde_path_to_error v0.1.20
31142026-08-20T03:33:16.636Z Compiling hostname v0.4.2
31152026-08-20T03:33:16.639Z Compiling atomicwrites v0.4.4
31162026-08-20T03:33:16.674Z Compiling compression-codecs v0.4.37
31172026-08-20T03:33:16.692Z Compiling toml v1.1.2+spec-1.1.0
31182026-08-20T03:33:16.730Z Compiling slog-bunyan v2.5.0
31192026-08-20T03:33:16.734Z Compiling macaddr v1.0.1
31202026-08-20T03:33:16.734Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31212026-08-20T03:33:16.768Z Compiling instant v0.1.13
31222026-08-20T03:33:16.803Z Compiling regress v0.10.5
31232026-08-20T03:33:16.845Z Compiling parse-display-derive v0.10.0
31242026-08-20T03:33:16.845Z Compiling backon v1.6.0
31252026-08-20T03:33:16.883Z Compiling async-compression v0.4.41
31262026-08-20T03:33:16.921Z Compiling backoff v0.4.0
31272026-08-20T03:33:16.924Z Compiling itertools v0.14.0
31282026-08-20T03:33:16.974Z Compiling humantime v2.3.0
31292026-08-20T03:33:16.974Z Compiling half v2.7.1
31302026-08-20T03:33:17.013Z Compiling ciborium-io v0.2.2
31312026-08-20T03:33:17.042Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-20T03:33:17.075Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31332026-08-20T03:33:17.097Z Compiling progenitor-extras v0.2.0
31342026-08-20T03:33:17.136Z Compiling crucible-workspace-hack v0.1.0
31352026-08-20T03:33:17.155Z Compiling async-stream v0.3.6
31362026-08-20T03:33:17.171Z Compiling convert_case v0.4.0
31372026-08-20T03:33:17.193Z Compiling regress v0.11.1
31382026-08-20T03:33:17.249Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31392026-08-20T03:33:17.266Z Compiling ciborium-ll v0.2.2
31402026-08-20T03:33:17.283Z Compiling secrecy v0.10.3
31412026-08-20T03:33:17.328Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-20T03:33:17.368Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-20T03:33:17.387Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31442026-08-20T03:33:17.423Z Compiling inout v0.1.4
31452026-08-20T03:33:17.467Z Compiling ciborium v0.2.2
31462026-08-20T03:33:17.498Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-20T03:33:17.516Z Compiling thiserror-impl-no-std v2.0.2
31482026-08-20T03:33:17.534Z Compiling universal-hash v0.5.1
31492026-08-20T03:33:17.579Z Compiling derive_more v0.99.20
31502026-08-20T03:33:17.623Z Compiling cipher v0.4.4
31512026-08-20T03:33:17.677Z Compiling opaque-debug v0.3.1
31522026-08-20T03:33:17.704Z Compiling unsafe-libyaml v0.2.11
31532026-08-20T03:33:17.723Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-08-20T03:33:17.745Z Compiling blake2 v0.10.6
31552026-08-20T03:33:17.768Z Compiling poly1305 v0.8.0
31562026-08-20T03:33:17.786Z Compiling aead v0.5.2
31572026-08-20T03:33:17.909Z Compiling chacha20 v0.9.1
31582026-08-20T03:33:18.031Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31592026-08-20T03:33:18.065Z Compiling password-hash v0.5.0
31602026-08-20T03:33:18.101Z Compiling indent_write v2.2.0
31612026-08-20T03:33:18.215Z Compiling chacha20poly1305 v0.10.1
31622026-08-20T03:33:18.238Z Compiling toml_datetime v0.7.5+spec-1.1.0
31632026-08-20T03:33:18.276Z Compiling num-derive v0.4.2
31642026-08-20T03:33:18.303Z Compiling serde_yaml v0.9.34+deprecated
31652026-08-20T03:33:18.361Z Compiling argon2 v0.5.3
31662026-08-20T03:33:18.412Z Compiling heapless v0.8.0
31672026-08-20T03:33:18.542Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-20T03:33:18.560Z Compiling ingot-macros v0.2.0
31692026-08-20T03:33:18.578Z Compiling tabwriter v1.4.1
31702026-08-20T03:33:18.599Z Compiling hash32 v0.3.1
31712026-08-20T03:33:18.765Z Compiling parse-display v0.10.0
31722026-08-20T03:33:18.789Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-08-20T03:33:18.834Z Compiling thiserror-no-std v2.0.2
31742026-08-20T03:33:18.850Z Compiling smoltcp v0.11.0
31752026-08-20T03:33:18.956Z Compiling typify-impl v0.6.2
31762026-08-20T03:33:18.973Z Compiling vsss-rs v3.3.4
31772026-08-20T03:33:19.100Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31782026-08-20T03:33:19.239Z Compiling proc-macro-crate v3.4.0
31792026-08-20T03:33:19.323Z Compiling cobs v0.3.0
31802026-08-20T03:33:19.369Z Compiling colored v3.1.1
31812026-08-20T03:33:19.564Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31822026-08-20T03:33:19.659Z Compiling postcard v1.1.3
31832026-08-20T03:33:19.693Z Compiling proc-macro-error v1.0.4
31842026-08-20T03:33:19.776Z Compiling rand v0.10.1
31852026-08-20T03:33:19.819Z Compiling proc-macro-crate v1.3.1
31862026-08-20T03:33:19.850Z Compiling num_enum_derive v0.7.6
31872026-08-20T03:33:19.886Z Compiling foreign-types-macros v0.2.3
31882026-08-20T03:33:20.007Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31892026-08-20T03:33:20.047Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-20T03:33:20.051Z Compiling foreign-types-shared v0.3.1
31912026-08-20T03:33:20.181Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31922026-08-20T03:33:20.198Z Compiling rayon-core v1.13.0
31932026-08-20T03:33:20.295Z Compiling num_enum_derive v0.5.11
31942026-08-20T03:33:20.380Z Compiling crossbeam-deque v0.8.6
31952026-08-20T03:33:20.420Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-08-20T03:33:20.437Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-08-20T03:33:20.503Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31982026-08-20T03:33:20.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31992026-08-20T03:33:20.570Z Compiling foreign-types v0.5.0
32002026-08-20T03:33:20.618Z Compiling cstr-argument v0.1.2
32012026-08-20T03:33:20.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32022026-08-20T03:33:20.695Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32032026-08-20T03:33:20.717Z Compiling zone_cfg_derive v0.3.1
32042026-08-20T03:33:20.809Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32052026-08-20T03:33:20.898Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32062026-08-20T03:33:20.997Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-08-20T03:33:21.018Z Compiling num_enum v0.7.6
32082026-08-20T03:33:21.055Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-20T03:33:21.076Z Compiling itertools v0.12.1
32102026-08-20T03:33:21.102Z Compiling rayon v1.11.0
32112026-08-20T03:33:21.117Z Compiling sigpipe v0.1.3
32122026-08-20T03:33:21.156Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32132026-08-20T03:33:21.190Z Compiling glob v0.3.3
32142026-08-20T03:33:21.214Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32152026-08-20T03:33:21.235Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-20T03:33:21.292Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32172026-08-20T03:33:21.412Z Compiling smf v0.2.3
32182026-08-20T03:33:21.479Z Compiling whoami v1.6.1
32192026-08-20T03:33:21.497Z Compiling num_enum v0.5.11
32202026-08-20T03:33:21.497Z Compiling cpubits v0.1.1
32212026-08-20T03:33:21.531Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-08-20T03:33:21.576Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32232026-08-20T03:33:21.614Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32242026-08-20T03:33:21.634Z Compiling gethostname v0.5.0
32252026-08-20T03:33:21.654Z Compiling derive-where v1.6.0
32262026-08-20T03:33:21.658Z Compiling ingot-types v0.2.0
32272026-08-20T03:33:21.658Z Compiling usdt-macro v0.5.0
32282026-08-20T03:33:21.710Z Compiling usdt-attr-macro v0.5.0
32292026-08-20T03:33:21.727Z Compiling num-rational v0.4.2
32302026-08-20T03:33:21.787Z Compiling num-complex v0.4.6
32312026-08-20T03:33:21.806Z Compiling memmap v0.7.0
32322026-08-20T03:33:21.989Z Compiling toml v0.8.23
32332026-08-20T03:33:22.038Z Compiling pem-rfc7468 v1.0.0
32342026-08-20T03:33:22.151Z Compiling ingot v0.2.1
32352026-08-20T03:33:22.235Z Compiling num v0.4.3
32362026-08-20T03:33:22.273Z Compiling float-ord v0.3.2
32372026-08-20T03:33:22.342Z Compiling zone v0.3.1
32382026-08-20T03:33:22.369Z Compiling resolv-conf v0.7.6
32392026-08-20T03:33:22.395Z Compiling cancel-safe-futures v0.1.5
32402026-08-20T03:33:22.426Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-08-20T03:33:22.429Z Compiling hmac v0.13.0
32422026-08-20T03:33:22.579Z Compiling universal-hash v0.6.1
32432026-08-20T03:33:22.632Z Compiling usdt v0.5.0
32442026-08-20T03:33:22.701Z Compiling sha1 v0.10.6
32452026-08-20T03:33:22.707Z Compiling libefi-sys v0.1.0
32462026-08-20T03:33:22.756Z Compiling linear-map v1.2.0
32472026-08-20T03:33:22.774Z Compiling prettyplease v0.2.37
32482026-08-20T03:33:22.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32492026-08-20T03:33:22.991Z Compiling polyval v0.7.1
32502026-08-20T03:33:22.991Z Compiling der v0.8.0
32512026-08-20T03:33:23.025Z Compiling hickory-proto v0.24.4
32522026-08-20T03:33:23.042Z Compiling newline-converter v0.3.0
32532026-08-20T03:33:23.082Z Compiling console v0.15.11
32542026-08-20T03:33:23.086Z Compiling bitfield-struct v0.6.2
32552026-08-20T03:33:23.118Z Compiling linked-hash-map v0.5.6
32562026-08-20T03:33:23.156Z Compiling oxide-update-engine-types v0.1.2
32572026-08-20T03:33:23.269Z Compiling ghash v0.6.0
32582026-08-20T03:33:23.354Z Compiling lru-cache v0.1.2
32592026-08-20T03:33:23.443Z Compiling pbkdf2 v0.13.0
32602026-08-20T03:33:23.505Z Compiling crypto-bigint v0.7.5
32612026-08-20T03:33:23.573Z Compiling expectorate v1.2.0
32622026-08-20T03:33:23.654Z Compiling aes v0.9.1
32632026-08-20T03:33:23.674Z Compiling ctr v0.10.1
32642026-08-20T03:33:23.797Z Compiling aead v0.6.1
32652026-08-20T03:33:23.828Z Compiling sha2 v0.11.0
32662026-08-20T03:33:23.850Z Compiling typify-macro v0.6.2
32672026-08-20T03:33:23.878Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-20T03:33:23.960Z Compiling nom v8.0.0
32692026-08-20T03:33:24.018Z Compiling semver v0.1.20
32702026-08-20T03:33:24.233Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32712026-08-20T03:33:24.285Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-20T03:33:24.364Z Compiling oxide-update-engine v0.1.2
32732026-08-20T03:33:24.396Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32742026-08-20T03:33:24.471Z Compiling rustc_version v0.1.7
32752026-08-20T03:33:24.496Z Compiling aes-gcm v0.11.0
32762026-08-20T03:33:24.513Z Compiling spki v0.8.0
32772026-08-20T03:33:24.576Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32782026-08-20T03:33:24.739Z Compiling tokio-dtrace v0.1.1
32792026-08-20T03:33:24.758Z Compiling dropshot-api-manager-types v0.8.0
32802026-08-20T03:33:24.783Z Compiling salsa20 v0.11.0
32812026-08-20T03:33:24.823Z Compiling slog-dtrace v0.3.0
32822026-08-20T03:33:24.840Z Compiling xshell-macros v0.2.7
32832026-08-20T03:33:24.894Z Compiling minimal-lexical v0.2.1
32842026-08-20T03:33:24.918Z Compiling newtype_derive v0.1.6
32852026-08-20T03:33:24.976Z Compiling oxide-tokio-rt v0.1.4
32862026-08-20T03:33:25.004Z Compiling scrypt v0.12.0
32872026-08-20T03:33:25.054Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-08-20T03:33:25.073Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-20T03:33:25.130Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-20T03:33:25.154Z Compiling nom v7.1.3
32912026-08-20T03:33:25.287Z Compiling xshell v0.2.7
32922026-08-20T03:33:25.345Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32932026-08-20T03:33:25.386Z Compiling hickory-resolver v0.24.4
32942026-08-20T03:33:25.460Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32952026-08-20T03:33:25.615Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32962026-08-20T03:33:25.736Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32972026-08-20T03:33:25.763Z Compiling phf_shared v0.12.1
32982026-08-20T03:33:25.814Z Compiling typify v0.6.2
32992026-08-20T03:33:25.841Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-08-20T03:33:25.965Z Compiling progenitor-impl v0.14.0
33012026-08-20T03:33:26.016Z Compiling rfc6979 v0.4.0
33022026-08-20T03:33:26.140Z Compiling cbc v0.2.1
33032026-08-20T03:33:26.161Z Compiling proc-macro-error-attr2 v2.0.0
33042026-08-20T03:33:26.179Z Compiling csv-core v0.1.13
33052026-08-20T03:33:26.350Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-20T03:33:26.359Z Compiling unicode-xid v0.2.6
33072026-08-20T03:33:26.448Z Compiling chrono-tz v0.10.4
33082026-08-20T03:33:26.490Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33092026-08-20T03:33:26.518Z Compiling qorb v0.4.1
33102026-08-20T03:33:26.555Z Compiling highway v1.3.0
33112026-08-20T03:33:26.596Z Compiling const_format_proc_macros v0.2.34
33122026-08-20T03:33:26.614Z Compiling csv v1.4.0
33132026-08-20T03:33:26.629Z Compiling proc-macro-error2 v2.0.1
33142026-08-20T03:33:26.645Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33152026-08-20T03:33:26.701Z Compiling pkcs5 v0.8.1
33162026-08-20T03:33:26.968Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33172026-08-20T03:33:26.988Z Compiling ecdsa v0.16.9
33182026-08-20T03:33:27.007Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-08-20T03:33:27.070Z Compiling phf v0.12.1
33202026-08-20T03:33:27.257Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-08-20T03:33:27.277Z Compiling primeorder v0.13.6
33222026-08-20T03:33:27.297Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33232026-08-20T03:33:27.388Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33242026-08-20T03:33:27.449Z Compiling hashbrown v0.14.5
33252026-08-20T03:33:27.499Z Compiling salty v0.3.0
33262026-08-20T03:33:27.572Z Compiling p384 v0.13.1
33272026-08-20T03:33:27.592Z Compiling const_format v0.2.35
33282026-08-20T03:33:27.904Z Compiling pkcs8 v0.11.0
33292026-08-20T03:33:27.962Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33302026-08-20T03:33:28.012Z Compiling chumsky v0.9.3
33312026-08-20T03:33:28.071Z Compiling knus-derive v3.4.0
33322026-08-20T03:33:28.173Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33332026-08-20T03:33:28.190Z Compiling tabled_derive v0.7.0
33342026-08-20T03:33:28.332Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-08-20T03:33:28.560Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33362026-08-20T03:33:28.687Z Compiling bcs v0.1.6
33372026-08-20T03:33:28.769Z Compiling progenitor-macro v0.14.0
33382026-08-20T03:33:28.875Z Compiling ff v0.14.0
33392026-08-20T03:33:28.934Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33402026-08-20T03:33:29.064Z Compiling termtree v0.5.1
33412026-08-20T03:33:29.067Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-08-20T03:33:29.255Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-08-20T03:33:29.276Z Compiling steno v0.4.1
33442026-08-20T03:33:29.312Z Compiling tabled v0.15.0
33452026-08-20T03:33:29.349Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33462026-08-20T03:33:29.522Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-20T03:33:29.556Z Compiling tagptr v0.2.0
33482026-08-20T03:33:29.560Z Compiling group v0.14.0
33492026-08-20T03:33:29.716Z Compiling knus v3.4.0
33502026-08-20T03:33:29.745Z Compiling moka v0.12.13
33512026-08-20T03:33:29.794Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-08-20T03:33:29.815Z Compiling signature v3.0.0
33532026-08-20T03:33:29.818Z Compiling base16ct v1.0.0
33542026-08-20T03:33:30.042Z Compiling sec1 v0.8.1
33552026-08-20T03:33:30.081Z Compiling hkdf v0.13.0
33562026-08-20T03:33:30.189Z Compiling libscf-sys v1.2.0
33572026-08-20T03:33:30.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-20T03:33:30.323Z Compiling elliptic-curve v0.14.1
33592026-08-20T03:33:30.366Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33602026-08-20T03:33:30.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33612026-08-20T03:33:30.535Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33622026-08-20T03:33:30.630Z Compiling hickory-resolver v0.25.2
33632026-08-20T03:33:30.677Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33642026-08-20T03:33:30.698Z Compiling corncobs v0.1.4
33652026-08-20T03:33:30.908Z Compiling utf-8 v0.7.6
33662026-08-20T03:33:30.926Z Compiling parking_lot_core v0.8.6
33672026-08-20T03:33:30.955Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-20T03:33:31.143Z Compiling tungstenite v0.21.0
33692026-08-20T03:33:31.283Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-20T03:33:31.300Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-08-20T03:33:31.300Z Compiling wnaf v0.14.0
33722026-08-20T03:33:31.415Z Compiling primefield v0.14.0
33732026-08-20T03:33:31.434Z Compiling rfc6979 v0.6.0
33742026-08-20T03:33:31.540Z Compiling papergrid v0.18.0
33752026-08-20T03:33:31.620Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33762026-08-20T03:33:31.688Z Compiling git-stub v1.0.0
33772026-08-20T03:33:31.709Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-20T03:33:31.829Z Compiling secrecy v0.8.0
33792026-08-20T03:33:31.967Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-20T03:33:32.006Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33812026-08-20T03:33:32.026Z Compiling git-stub-vcs v0.1.0
33822026-08-20T03:33:32.061Z Compiling tokio-tungstenite v0.21.0
33832026-08-20T03:33:32.259Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-20T03:33:32.276Z Compiling primeorder v0.14.0
33852026-08-20T03:33:32.431Z Compiling ecdsa v0.17.0
33862026-08-20T03:33:32.547Z Compiling tabled v0.21.0
33872026-08-20T03:33:32.687Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33882026-08-20T03:33:32.721Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33892026-08-20T03:33:32.744Z Compiling curve25519-dalek v5.0.0
33902026-08-20T03:33:32.744Z Compiling unicase v2.9.0
33912026-08-20T03:33:32.770Z Compiling illumos-nvpair-sys v0.2.0
33922026-08-20T03:33:32.796Z Compiling parking_lot v0.11.2
33932026-08-20T03:33:32.917Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33942026-08-20T03:33:32.955Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-08-20T03:33:32.968Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33962026-08-20T03:33:32.987Z Compiling mime_guess v2.0.5
33972026-08-20T03:33:33.055Z Compiling ssh-encoding v0.3.0
33982026-08-20T03:33:33.228Z Compiling progenitor-impl v0.13.0
33992026-08-20T03:33:33.318Z Compiling prefix-trie v0.7.0
34002026-08-20T03:33:33.333Z Compiling fxhash v0.2.1
34012026-08-20T03:33:33.357Z Compiling keccak v0.2.0
34022026-08-20T03:33:33.424Z Compiling crc8 v0.1.1
34032026-08-20T03:33:33.546Z Compiling sled v0.34.7
34042026-08-20T03:33:33.646Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34052026-08-20T03:33:33.715Z Compiling ed25519 v3.0.0
34062026-08-20T03:33:33.822Z Compiling hickory-server v0.25.2
34072026-08-20T03:33:33.843Z Compiling crypto-primes v0.7.2
34082026-08-20T03:33:34.070Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-08-20T03:33:34.242Z Compiling pkcs1 v0.8.0-rc.4
34102026-08-20T03:33:34.326Z Compiling progenitor v0.14.0
34112026-08-20T03:33:34.520Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-20T03:33:34.698Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34132026-08-20T03:33:34.883Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34142026-08-20T03:33:34.918Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34152026-08-20T03:33:34.921Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34162026-08-20T03:33:34.990Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34172026-08-20T03:33:35.270Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34182026-08-20T03:33:35.437Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34192026-08-20T03:33:35.619Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34202026-08-20T03:33:35.637Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-08-20T03:33:35.659Z Compiling poly1305 v0.9.0
34222026-08-20T03:33:35.713Z Compiling progenitor-client v0.13.0
34232026-08-20T03:33:35.820Z Compiling blowfish v0.10.0
34242026-08-20T03:33:35.843Z Compiling blake2 v0.11.0-rc.6
34252026-08-20T03:33:36.095Z Compiling half v1.8.3
34262026-08-20T03:33:36.112Z Compiling progenitor-macro v0.13.0
34272026-08-20T03:33:36.129Z Compiling http-range v0.1.5
34282026-08-20T03:33:36.264Z Compiling argon2 v0.6.0-rc.8
34292026-08-20T03:33:36.349Z Compiling serde_cbor v0.11.2
34302026-08-20T03:33:36.487Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-20T03:33:36.507Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-20T03:33:37.003Z Compiling bcrypt-pbkdf v0.11.0
34332026-08-20T03:33:37.097Z Compiling ssh-cipher v0.3.0
34342026-08-20T03:33:37.361Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-20T03:33:37.418Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34362026-08-20T03:33:37.486Z Compiling rsa v0.10.0-rc.18
34372026-08-20T03:33:37.624Z Compiling ed25519-dalek v3.0.0
34382026-08-20T03:33:37.748Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-08-20T03:33:37.900Z Compiling illumos-nvpair v0.3.0
34402026-08-20T03:33:38.184Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34412026-08-20T03:33:38.204Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34422026-08-20T03:33:38.574Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34432026-08-20T03:33:38.741Z Compiling sha3 v0.11.0
34442026-08-20T03:33:38.770Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34452026-08-20T03:33:38.778Z Compiling p384 v0.14.0
34462026-08-20T03:33:38.986Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34472026-08-20T03:33:39.006Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34482026-08-20T03:33:39.025Z Compiling p521 v0.14.0
34492026-08-20T03:33:39.074Z Compiling p256 v0.14.0
34502026-08-20T03:33:39.392Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34512026-08-20T03:33:39.423Z Compiling scuffle v0.1.0
34522026-08-20T03:33:39.817Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34532026-08-20T03:33:40.095Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34542026-08-20T03:33:40.285Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34552026-08-20T03:33:40.417Z Compiling yasna v0.5.2
34562026-08-20T03:33:40.458Z Compiling kstat-rs v0.2.5
34572026-08-20T03:33:40.775Z Compiling headers-core v0.3.0
34582026-08-20T03:33:40.806Z Compiling kem v0.3.0
34592026-08-20T03:33:40.956Z Compiling module-lattice v0.2.3
34602026-08-20T03:33:41.000Z Compiling nanorand v0.7.0
34612026-08-20T03:33:41.014Z Compiling sponge-cursor v0.1.0
34622026-08-20T03:33:41.023Z Compiling headers v0.4.1
34632026-08-20T03:33:41.177Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34642026-08-20T03:33:41.195Z Compiling ml-kem v0.3.2
34652026-08-20T03:33:41.243Z Compiling flume v0.11.1
34662026-08-20T03:33:41.303Z Compiling sha3 v0.12.0
34672026-08-20T03:33:41.321Z Compiling rcgen v0.12.1
34682026-08-20T03:33:41.341Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34692026-08-20T03:33:41.392Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34702026-08-20T03:33:41.440Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34712026-08-20T03:33:41.510Z Compiling progenitor v0.13.0
34722026-08-20T03:33:41.551Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34732026-08-20T03:33:41.622Z Compiling hyper-staticfile v0.10.1
34742026-08-20T03:33:41.703Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34752026-08-20T03:33:41.816Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-08-20T03:33:41.894Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34772026-08-20T03:33:41.911Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34782026-08-20T03:33:42.182Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-20T03:33:42.198Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-08-20T03:33:42.254Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34812026-08-20T03:33:42.276Z Compiling ssh-key v0.7.0-rc.11
34822026-08-20T03:33:42.276Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34832026-08-20T03:33:42.312Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34842026-08-20T03:33:42.461Z Compiling russh-cryptovec v0.62.0
34852026-08-20T03:33:42.480Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-08-20T03:33:42.551Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872026-08-20T03:33:42.604Z Compiling internal-russh-num-bigint v0.5.0
34882026-08-20T03:33:42.646Z Compiling port-file v0.1.0
34892026-08-20T03:33:42.679Z Compiling num-bigint v0.4.6
34902026-08-20T03:33:42.709Z Compiling generic-array v1.4.3
34912026-08-20T03:33:42.728Z Compiling russh-util v0.52.0
34922026-08-20T03:33:42.783Z Compiling enum_dispatch v0.3.13
34932026-08-20T03:33:42.919Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34942026-08-20T03:33:42.937Z Compiling delegate v0.13.5
34952026-08-20T03:33:43.063Z Compiling subprocess v0.2.15
34962026-08-20T03:33:43.247Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34972026-08-20T03:33:43.360Z Compiling md5 v0.8.0
34982026-08-20T03:33:43.445Z Compiling display-error-chain v0.2.2
34992026-08-20T03:33:43.630Z Compiling hex-literal v1.1.0
35002026-08-20T03:33:43.698Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35012026-08-20T03:33:43.768Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35022026-08-20T03:33:43.785Z Compiling colored v2.2.0
35032026-08-20T03:33:43.871Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042026-08-20T03:33:43.905Z Compiling socket2 v0.5.10
35052026-08-20T03:33:43.963Z Compiling internet-checksum v0.2.1
35062026-08-20T03:33:43.978Z Compiling russh v0.62.4
35072026-08-20T03:33:44.137Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35082026-08-20T03:33:44.155Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35092026-08-20T03:33:45.170Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35102026-08-20T03:33:46.919Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35112026-08-20T03:33:47.664Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35122026-08-20T03:33:48.256Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35132026-08-20T03:33:49.707Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35142026-08-20T03:33:50.022Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35152026-08-20T03:33:59.182Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-20T03:33:59.183Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35172026-08-20T03:33:59.183Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35182026-08-20T03:33:59.186Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-20T03:33:59.186Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35202026-08-20T03:34:01.077Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35212026-08-20T03:34:02.220Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35222026-08-20T03:34:05.542Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35232026-08-20T03:34:47.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
35242026-08-20T03:34:47.526Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35252026-08-20T03:34:47.526Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35262026-08-20T03:34:47.760Z
35272026-08-20T03:34:47.760Zreal 1:32.533097781
35282026-08-20T03:34:47.760Zuser 9:00.658139438
35292026-08-20T03:34:47.760Zsys 1:48.070488572
35302026-08-20T03:34:47.760Ztrap 0.287990398
35312026-08-20T03:34:47.760Ztflt 0.372248276
35322026-08-20T03:34:47.764Zdflt 1.752571445
35332026-08-20T03:34:47.764Zkflt 0.000322160
35342026-08-20T03:34:47.764Zlock 33:30.437610000
35352026-08-20T03:34:47.764Zslp 20:29.440911750
35362026-08-20T03:34:47.764Zlat 41.515340792
35372026-08-20T03:34:47.764Zstop 3:13.399850473
35382026-08-20T03:34:47.764Z+ mkdir tests
35392026-08-20T03:34:47.767Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35402026-08-20T03:34:47.767Z+ xargs -I '{}' -t cp '{}' tests/
35412026-08-20T03:34:47.791Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35422026-08-20T03:34:47.818Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35432026-08-20T03:34:47.840Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35442026-08-20T03:34:47.865Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35452026-08-20T03:34:48.188Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35462026-08-20T03:34:48.191Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35472026-08-20T03:36:19.496ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35482026-08-20T03:36:19.496Za .github/buildomat/ci-env.sh 1K
35492026-08-20T03:36:19.496Za out/target/test 1K
35502026-08-20T03:36:19.496Za out/npuzone/npuzone 27402K
35512026-08-20T03:36:19.496Za package-manifest.toml 35K
35522026-08-20T03:36:19.496Za smf/sled-agent/non-gimlet/config.toml 6K
35532026-08-20T03:36:19.496Za target/release/omicron-package 48274K
35542026-08-20T03:36:19.496Za target/release/xtask 11727K
35552026-08-20T03:36:19.496Za target/debug/bootstrap 438601K
35562026-08-20T03:36:19.496Za tests/bootstrap-594f2dec84179fc3 34430K
35572026-08-20T03:36:19.496Za tests/commtest-74c7ef97fc0c6cdd 34431K
35582026-08-20T03:36:19.499Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35592026-08-20T03:36:19.499Za tests/end_to_end_tests-f7200e6b6f596b24 502127K
35602026-08-20T03:36:19.499Za tools/opte_version 1K
35612026-08-20T03:36:19.499Za tools/opte_version_override 2K
35622026-08-20T03:36:19.499Za out/clickhouse.tar.gz 330155K
35632026-08-20T03:36:19.499Za out/clickhouse_keeper.tar.gz 314178K
35642026-08-20T03:36:19.499Za out/clickhouse_server.tar.gz 330152K
35652026-08-20T03:36:19.499Za out/cockroachdb.tar.gz 169576K
35662026-08-20T03:36:19.499Za out/crucible-pantry-zone.tar.gz 41339K
35672026-08-20T03:36:19.499Za out/crucible-utils.tar 18900K
35682026-08-20T03:36:19.499Za out/crucible-zone.tar.gz 56151K
35692026-08-20T03:36:19.499Za out/external-dns.tar.gz 54214K
35702026-08-20T03:36:19.499Za out/internal-dns.tar.gz 54213K
35712026-08-20T03:36:19.499Za out/mg-ddm-gz.tar 100917K
35722026-08-20T03:36:19.499Za out/nexus.tar.gz 359601K
35732026-08-20T03:36:19.499Za out/ntp.tar.gz 34662K
35742026-08-20T03:36:19.500Za out/omicron-gateway-softnpu.tar.gz 29993K
35752026-08-20T03:36:19.500Za out/omicron-sled-agent.tar 247068K
35762026-08-20T03:36:19.500Za out/overlay.tar.gz 4K
35772026-08-20T03:36:19.500Za out/oximeter.tar.gz 72452K
35782026-08-20T03:36:19.500Za out/oxlog.tar 4071K
35792026-08-20T03:36:19.500Za out/probe.tar.gz 3037K
35802026-08-20T03:36:19.500Za out/propolis-server.tar.gz 34642K
35812026-08-20T03:36:19.500Za out/pumpkind-gz.tar 26647K
35822026-08-20T03:36:19.500Za out/switch-softnpu.tar.gz 504470K
35832026-08-20T03:36:19.505Z
35842026-08-20T03:36:19.505Zreal 1:31.304544724
35852026-08-20T03:36:19.505Zuser 1:28.274435568
35862026-08-20T03:36:19.507Zsys 5.084657392
35872026-08-20T03:36:19.507Ztrap 0.007237675
35882026-08-20T03:36:19.507Ztflt 0.000000000
35892026-08-20T03:36:19.507Zdflt 0.000000000
35902026-08-20T03:36:19.508Zkflt 0.000000000
35912026-08-20T03:36:19.508Zlock 0.000000000
35922026-08-20T03:36:19.508Zslp 1:28.085315955
35932026-08-20T03:36:19.508Zlat 1.152573768
35942026-08-20T03:36:19.508Zstop 0.000231050
35952026-08-20T03:36:19.508Zprocess exited: duration 1157586 ms, exit code 0
 
35962026-08-20T03:36:19.525Zfound 1 output files
35972026-08-20T03:36:19.525Zuploading: /work/package.tar.gz (2783252548 bytes)
35982026-08-20T03:37:33.555Zuploaded: /work/package.tar.gz