01KRM7MY7CCCWHFTPQGFZ7YF7Y: 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: 01KRM7NGVFJG0C0CNMFACBWPH5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T21:53:59.573Zjob assigned to worker 01KRM7NMAZR6WC4MH5N52JR7XW [factory aws, i-0ed04a929f7df4a40] (queued for 44 s)
 
22026-05-14T21:54:07.298Zstarting task 0: "setup"
32026-05-14T21:54:07.303Z++ uname -s
42026-05-14T21:54:07.306Z+ kern=SunOS
52026-05-14T21:54:07.306Z+ build_user=build
62026-05-14T21:54:07.306Z+ build_uid=12345
72026-05-14T21:54:07.306Z+ work_dir=/work
82026-05-14T21:54:07.306Z+ input_dir=/input
92026-05-14T21:54:07.306Z+ [[ 0 == 12345 ]]
102026-05-14T21:54:07.306Z+ case "$kern" in
112026-05-14T21:54:07.306Z+ groupadd -g 12345 build
122026-05-14T21:54:07.309Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T21:54:09.317Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T21:54:09.435Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T21:54:09.437Z+ home_fs=zfs
162026-05-14T21:54:09.438Z+ [[ zfs == autofs ]]
172026-05-14T21:54:09.438Z+ mkdir -p /home/build
182026-05-14T21:54:09.440Z+ chown build:build /home/build /work
192026-05-14T21:54:11.441Z+ chmod 0700 /home/build /work
202026-05-14T21:54:11.444Zprocess exited: duration 4149 ms, exit code 0
 
212026-05-14T21:54:11.450Zstarting task 1: "rust-toolchain"
222026-05-14T21:54:11.456Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T21:54:11.456Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T21:54:11.456Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-14T21:54:11.456Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T21:54:11.456Z * rust toolchain channel = "1.94.0"
272026-05-14T21:54:11.456Z * rust toolchain profile = "default"
282026-05-14T21:54:11.459Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T21:54:11.459Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T21:54:11.544Zinfo: downloading installer
312026-05-14T21:54:12.899Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T21:54:12.899Zwarn: /home/build/.rustup/settings.toml
332026-05-14T21:54:12.899Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T21:54:12.899Zwarn: instead of the one inferred from the default host triple.
352026-05-14T21:54:12.912Zinfo: profile set to default
362026-05-14T21:54:12.912Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T21:54:12.915Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T21:54:13.053Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T21:54:13.056Zinfo: downloading 6 components
402026-05-14T21:54:28.356Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T21:54:28.357Z
422026-05-14T21:54:28.385Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T21:54:28.385Z
442026-05-14T21:54:28.385Z
452026-05-14T21:54:28.385ZRust is installed now. Great!
462026-05-14T21:54:28.385Z
472026-05-14T21:54:28.385ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T21:54:28.385Zenvironment variable. This has not been done automatically.
492026-05-14T21:54:28.385Z
502026-05-14T21:54:28.385ZTo configure your current shell, you need to source
512026-05-14T21:54:28.385Zthe corresponding env file under $HOME/.cargo.
522026-05-14T21:54:28.385Z
532026-05-14T21:54:28.385ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T21:54:28.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T21:54:28.388Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T21:54:28.388Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T21:54:28.388Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T21:54:28.388Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T21:54:28.388Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T21:54:28.388Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T21:54:28.388Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T21:54:28.490Z+ rustup --version
632026-05-14T21:54:28.496Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T21:54:28.499Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T21:54:28.518Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T21:54:28.521Z+ cargo --version
672026-05-14T21:54:28.529Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T21:54:28.532Z+ rustc --version
692026-05-14T21:54:28.553Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T21:54:28.556Zprocess exited: duration 17105 ms, exit code 0
 
712026-05-14T21:54:28.562Zstarting task 2: "authentication"
722026-05-14T21:54:28.581Zprocess exited: duration 17 ms, exit code 0
 
732026-05-14T21:54:28.587Zstarting task 3: "clone repository"
742026-05-14T21:54:28.591Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T21:54:28.594Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T21:54:28.622ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T21:54:38.348Z+ cd /work/oxidecomputer/omicron
782026-05-14T21:54:38.348Z+ git fetch origin e75638f1200797f5198b931fac0aeb7f3de2dbb5
792026-05-14T21:54:38.624ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T21:54:38.624Z * branch e75638f1200797f5198b931fac0aeb7f3de2dbb5 -> FETCH_HEAD
812026-05-14T21:54:38.638Z+ [[ -n bump_crucible_propolis ]]
822026-05-14T21:54:38.641Z++ git branch --show-current
832026-05-14T21:54:38.643Z+ current=main
842026-05-14T21:54:38.643Z+ [[ main != bump_crucible_propolis ]]
852026-05-14T21:54:38.643Z+ git branch -f bump_crucible_propolis e75638f1200797f5198b931fac0aeb7f3de2dbb5
862026-05-14T21:54:38.646Z+ git checkout -f bump_crucible_propolis
872026-05-14T21:54:38.730ZSwitched to branch 'bump_crucible_propolis'
882026-05-14T21:54:38.733Z+ git reset --hard e75638f1200797f5198b931fac0aeb7f3de2dbb5
892026-05-14T21:54:38.811ZHEAD is now at e75638f12 fix rust-cache macos runner bug
902026-05-14T21:54:38.813Zprocess exited: duration 10225 ms, exit code 0
 
912026-05-14T21:54:38.819Zstarting task 4: "build"
922026-05-14T21:54:38.825Z+ source .github/buildomat/ci-env.sh
932026-05-14T21:54:38.825Z++ export CARGO_TERM_COLOR=always
942026-05-14T21:54:38.825Z++ CARGO_TERM_COLOR=always
952026-05-14T21:54:38.825Z+ cargo --version
962026-05-14T21:54:38.834Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T21:54:38.837Z+ rustc --version
982026-05-14T21:54:38.857Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T21:54:38.860Z+ WORK=/work
1002026-05-14T21:54:38.860Z+ pfexec mkdir -p /work
1012026-05-14T21:54:38.863Z+ pfexec chown build /work
1022026-05-14T21:54:38.866Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T21:54:40.345Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T21:54:40.403Z Startup: Caching catalogs ... Done
1052026-05-14T21:54:40.616ZPlanning: Solver setup ... Done (0.174s)
1062026-05-14T21:54:40.633ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T21:54:40.637ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T21:54:40.648ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T21:54:40.668ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T21:54:40.683ZPlanning: Package planning ... Done (0.015s)
1112026-05-14T21:54:40.687ZPlanning: Merging actions ... Done (0.002s)
1122026-05-14T21:54:40.875ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-14T21:54:40.878ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T21:54:41.785ZPlanning: Evaluating mediators ... Done (0.909s)
1152026-05-14T21:54:41.788ZPlanning: Planning completed in 1.36 seconds
1162026-05-14T21:54:41.795Z Packages to install: 2
1172026-05-14T21:54:41.795Z Estimated space available: 156.08 GB
1182026-05-14T21:54:41.795ZEstimated space to be consumed: 19.74 MB
1192026-05-14T21:54:41.795Z Create boot environment: No
1202026-05-14T21:54:41.797ZCreate backup boot environment: No
1212026-05-14T21:54:41.797Z Rebuild boot archive: No
1222026-05-14T21:54:41.797Z
1232026-05-14T21:54:41.797ZChanged packages:
1242026-05-14T21:54:41.797Zhelios
1252026-05-14T21:54:41.797Z developer/build-essential
1262026-05-14T21:54:41.797Z None -> 11-3.0
1272026-05-14T21:54:41.797Z library/libxmlsec1
1282026-05-14T21:54:41.797Z None -> 1.2.35-3.0
1292026-05-14T21:54:41.821Z
1302026-05-14T21:54:41.821ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T21:54:42.317ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1322026-05-14T21:54:42.381Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T21:54:42.420Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T21:54:42.427ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-14T21:54:42.427ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T21:54:42.442ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T21:54:45.044ZFinalize: Creating fast lookup database ... Done (2.581s)
1382026-05-14T21:54:45.116ZFinalize: Reading search index ... Done (0.012s)
1392026-05-14T21:54:45.118ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T21:54:45.218ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T21:54:45.515ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T21:54:45.620ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T21:54:45.623ZPlanning: Consolidating action changes ... Done
1442026-05-14T21:54:45.780ZPlanning: Evaluating mediators ... Done
1452026-05-14T21:54:45.783ZPlanning: Planning completed in 0.27 seconds
1462026-05-14T21:54:45.805Z Mediators to change: 2
1472026-05-14T21:54:45.805Z Create boot environment: No
1482026-05-14T21:54:45.805ZCreate backup boot environment: No
1492026-05-14T21:54:45.862ZFinalize: Updating package state database ... Done
1502026-05-14T21:54:45.862ZFinalize: Updating package cache ... Done
1512026-05-14T21:54:45.874ZFinalize: Updating image state ... Done
1522026-05-14T21:54:47.832ZFinalize: Creating fast lookup database ... Done
1532026-05-14T21:54:47.894ZFinalize: Reading search index ... Done
1542026-05-14T21:54:47.897ZFinalize: Updating search index ... Done
1552026-05-14T21:54:47.987ZFinalize: Updating package cache ... Done
1562026-05-14T21:54:48.273ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T21:54:48.377ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T21:54:48.380ZPlanning: Consolidating action changes ... Done
1592026-05-14T21:54:48.536ZPlanning: Evaluating mediators ... Done
1602026-05-14T21:54:48.539ZPlanning: Planning completed in 0.26 seconds
1612026-05-14T21:54:48.561Z Mediators to change: 1
1622026-05-14T21:54:48.561Z Create boot environment: No
1632026-05-14T21:54:48.561ZCreate backup boot environment: No
1642026-05-14T21:54:48.631ZFinalize: Updating package state database ... Done
1652026-05-14T21:54:48.631ZFinalize: Updating package cache ... Done
1662026-05-14T21:54:48.642ZFinalize: Updating image state ... Done
1672026-05-14T21:54:50.579ZFinalize: Creating fast lookup database ... Done
1682026-05-14T21:54:50.638ZFinalize: Reading search index ... Done
1692026-05-14T21:54:50.641ZFinalize: Updating search index ... Done
1702026-05-14T21:54:50.712ZFinalize: Updating package cache ... Done
1712026-05-14T21:54:51.023ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T21:54:51.023Zapache system 2.4 system
1732026-05-14T21:54:51.023Zclang system 15 system
1742026-05-14T21:54:51.023Zcsh system system illumos
1752026-05-14T21:54:51.023Zctags system system illumos
1762026-05-14T21:54:51.023Zfile vendor vendor darwinsys
1772026-05-14T21:54:51.023Zfile system system illumos
1782026-05-14T21:54:51.023Zgcc vendor 14 vendor
1792026-05-14T21:54:51.023Zgcc system 13 system
1802026-05-14T21:54:51.023Zgcc system 10 system
1812026-05-14T21:54:51.023Zgo system 1.25 system
1822026-05-14T21:54:51.023Zllvm system 15 system
1832026-05-14T21:54:51.023Zmariadb system 11.4 system
1842026-05-14T21:54:51.023Zmta vendor vendor dma
1852026-05-14T21:54:51.023Zopenjdk system 17 system
1862026-05-14T21:54:51.023Zopenjdk system 11 system
1872026-05-14T21:54:51.023Zopenssl vendor 3 vendor
1882026-05-14T21:54:51.023Zperl system 5.40 system
1892026-05-14T21:54:51.023Zpostgresql system 18 system
1902026-05-14T21:54:51.023Zpostgresql system 17 system
1912026-05-14T21:54:51.023Zpython vendor 3 vendor
1922026-05-14T21:54:51.023Zpython system 2 system
1932026-05-14T21:54:51.023Zpython3 vendor 3.13 vendor
1942026-05-14T21:54:51.023Zruby system 3.4 system
1952026-05-14T21:54:51.023Zruby system 3.0 system
1962026-05-14T21:54:51.023Zwords vendor vendor american-english
1972026-05-14T21:54:51.023Zwords system system australian-english
1982026-05-14T21:54:51.023Zwords system system british-english
1992026-05-14T21:54:51.023Zwords system system canadian-english
2002026-05-14T21:54:51.023Zwords system system french
2012026-05-14T21:54:51.023Zwords system system italian
2022026-05-14T21:54:51.023Zwords system system ngerman
2032026-05-14T21:54:51.023Zwords system system ogerman
2042026-05-14T21:54:51.023Zwords system system spanish
2052026-05-14T21:54:51.274ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T21:54:51.274Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T21:54:51.541ZFMRI IFO
2082026-05-14T21:54:51.541Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T21:54:51.541Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T21:54:51.541Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T21:54:51.541Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T21:54:51.541Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T21:54:51.541Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T21:54:51.541Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T21:54:51.541Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T21:54:51.541Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T21:54:51.769Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T21:54:52.036Z Updating crates.io index
2192026-05-14T21:54:52.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T21:54:52.298Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T21:54:53.113Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T21:54:53.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T21:54:54.576Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T21:54:55.079Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T21:54:56.504Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T21:54:57.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T21:54:57.525Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T21:54:58.514Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T21:54:58.974Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T21:54:59.243Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T21:54:59.587Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T21:55:00.600Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T21:55:01.058Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T21:55:01.386Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T21:55:01.717Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T21:55:02.120Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T21:55:02.502Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T21:55:02.724Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T21:55:02.971Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T21:55:03.397Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T21:55:03.773Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T21:55:04.404Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T21:55:04.749Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T21:55:05.063Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T21:55:05.361Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T21:55:06.501Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-14T21:55:07.234Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-14T21:55:07.486Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-14T21:55:07.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-14T21:55:08.243Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-14T21:55:08.593Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-14T21:55:09.127Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-14T21:55:09.369Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-14T21:55:09.598Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-14T21:55:09.994Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-14T21:55:21.480Z Downloading crates ...
2572026-05-14T21:55:21.536Z Downloaded anstream v0.6.21
2582026-05-14T21:55:21.546Z Downloaded semver v1.0.28
2592026-05-14T21:55:21.552Z Downloaded swrite v0.1.0
2602026-05-14T21:55:21.559Z Downloaded pest_meta v2.8.6
2612026-05-14T21:55:21.562Z Downloaded errno v0.3.14
2622026-05-14T21:55:21.562Z Downloaded getrandom v0.4.1
2632026-05-14T21:55:21.564Z Downloaded indexmap v2.14.0
2642026-05-14T21:55:21.567Z Downloaded unicode-xid v0.2.6
2652026-05-14T21:55:21.567Z Downloaded equivalent v1.0.2
2662026-05-14T21:55:21.570Z Downloaded fnv v1.0.7
2672026-05-14T21:55:21.573Z Downloaded scroll v0.12.0
2682026-05-14T21:55:21.576Z Downloaded fs-err v3.3.0
2692026-05-14T21:55:21.581Z Downloaded anyhow v1.0.102
2702026-05-14T21:55:21.583Z Downloaded yoke v0.8.1
2712026-05-14T21:55:21.583Z Downloaded dof v0.3.0
2722026-05-14T21:55:21.584Z Downloaded cargo_metadata v0.21.0
2732026-05-14T21:55:21.584Z Downloaded pest_derive v2.8.6
2742026-05-14T21:55:21.587Z Downloaded usdt-attr-macro v0.5.0
2752026-05-14T21:55:21.587Z Downloaded heck v0.4.1
2762026-05-14T21:55:21.587Z Downloaded yoke-derive v0.8.1
2772026-05-14T21:55:21.587Z Downloaded toml_write v0.1.2
2782026-05-14T21:55:21.590Z Downloaded clap v4.5.60
2792026-05-14T21:55:21.593Z Downloaded version_check v0.9.5
2802026-05-14T21:55:21.596Z Downloaded usdt-macro v0.5.0
2812026-05-14T21:55:21.596Z Downloaded usdt v0.5.0
2822026-05-14T21:55:21.599Z Downloaded icu_properties_data v2.1.2
2832026-05-14T21:55:21.601Z Downloaded utf8_iter v1.0.4
2842026-05-14T21:55:21.604Z Downloaded toml_datetime v0.6.11
2852026-05-14T21:55:21.604Z Downloaded percent-encoding v2.3.2
2862026-05-14T21:55:21.608Z Downloaded utf8parse v0.2.2
2872026-05-14T21:55:21.611Z Downloaded dtrace-parser v0.2.0
2882026-05-14T21:55:21.614Z Downloaded form_urlencoded v1.2.2
2892026-05-14T21:55:21.614Z Downloaded unicode-linebreak v0.1.5
2902026-05-14T21:55:21.614Z Downloaded plain v0.2.3
2912026-05-14T21:55:21.614Z Downloaded memmap v0.7.0
2922026-05-14T21:55:21.617Z Downloaded idna_adapter v1.2.1
2932026-05-14T21:55:21.617Z Downloaded typeid v1.0.3
2942026-05-14T21:55:21.620Z Downloaded thiserror-impl v2.0.18
2952026-05-14T21:55:21.622Z Downloaded thiserror v2.0.18
2962026-05-14T21:55:21.626Z Downloaded typenum v1.19.0
2972026-05-14T21:55:21.628Z Downloaded strsim v0.11.1
2982026-05-14T21:55:21.628Z Downloaded serde-value v0.7.0
2992026-05-14T21:55:21.628Z Downloaded ordered-float v2.10.1
3002026-05-14T21:55:21.628Z Downloaded block-buffer v0.10.4
3012026-05-14T21:55:21.632Z Downloaded generic-array v0.14.7
3022026-05-14T21:55:21.632Z Downloaded colorchoice v1.0.4
3032026-05-14T21:55:21.634Z Downloaded zerovec-derive v0.11.2
3042026-05-14T21:55:21.634Z Downloaded thiserror v1.0.69
3052026-05-14T21:55:21.639Z Downloaded potential_utf v0.1.4
3062026-05-14T21:55:21.639Z Downloaded displaydoc v0.2.5
3072026-05-14T21:55:21.641Z Downloaded zerocopy-derive v0.7.35
3082026-05-14T21:55:21.642Z Downloaded tinystr v0.8.2
3092026-05-14T21:55:21.642Z Downloaded usdt-impl v0.5.0
3102026-05-14T21:55:21.642Z Downloaded thiserror-impl v1.0.69
3112026-05-14T21:55:21.645Z Downloaded stable_deref_trait v1.2.1
3122026-05-14T21:55:21.645Z Downloaded clap_lex v1.0.0
3132026-05-14T21:55:21.645Z Downloaded toml v0.8.23
3142026-05-14T21:55:21.648Z Downloaded thread-id v4.2.2
3152026-05-14T21:55:21.648Z Downloaded heck v0.5.0
3162026-05-14T21:55:21.648Z Downloaded smawk v0.3.2
3172026-05-14T21:55:21.651Z Downloaded macaddr v1.0.1
3182026-05-14T21:55:21.651Z Downloaded ucd-trie v0.1.7
3192026-05-14T21:55:21.651Z Downloaded serde_spanned v0.6.9
3202026-05-14T21:55:21.651Z Downloaded scroll_derive v0.12.1
3212026-05-14T21:55:21.651Z Downloaded cfg-if v1.0.4
3222026-05-14T21:55:21.654Z Downloaded writeable v0.6.2
3232026-05-14T21:55:21.657Z Downloaded tabled_derive v0.7.0
3242026-05-14T21:55:21.657Z Downloaded itoa v1.0.17
3252026-05-14T21:55:21.657Z Downloaded cpufeatures v0.2.17
3262026-05-14T21:55:21.657Z Downloaded anstyle-query v1.1.5
3272026-05-14T21:55:21.663Z Downloaded zerofrom-derive v0.1.6
3282026-05-14T21:55:21.666Z Downloaded zerofrom v0.1.6
3292026-05-14T21:55:21.669Z Downloaded zerotrie v0.2.3
3302026-05-14T21:55:21.671Z Downloaded pretty-hex v0.4.1
3312026-05-14T21:55:21.671Z Downloaded textwrap v0.16.2
3322026-05-14T21:55:21.674Z Downloaded terminal_size v0.4.3
3332026-05-14T21:55:21.674Z Downloaded fastrand v2.3.0
3342026-05-14T21:55:21.674Z Downloaded crypto-common v0.1.7
3352026-05-14T21:55:21.678Z Downloaded zmij v1.0.21
3362026-05-14T21:55:21.681Z Downloaded url v2.5.8
3372026-05-14T21:55:21.683Z Downloaded unicode-width v0.1.14
3382026-05-14T21:55:21.686Z Downloaded toml_edit v0.22.27
3392026-05-14T21:55:21.689Z Downloaded unicode-ident v1.0.24
3402026-05-14T21:55:21.692Z Downloaded cargo-platform v0.2.0
3412026-05-14T21:55:21.695Z Downloaded byteorder v1.5.0
3422026-05-14T21:55:21.695Z Downloaded proc-macro-error-attr v1.0.4
3432026-05-14T21:55:21.698Z Downloaded zerovec v0.11.5
3442026-05-14T21:55:21.701Z Downloaded synstructure v0.13.2
3452026-05-14T21:55:21.701Z Downloaded bytecount v0.6.9
3462026-05-14T21:55:21.703Z Downloaded anstyle v1.0.13
3472026-05-14T21:55:21.703Z Downloaded serde-untagged v0.1.9
3482026-05-14T21:55:21.706Z Downloaded autocfg v1.5.0
3492026-05-14T21:55:21.709Z Downloaded zerocopy v0.7.35
3502026-05-14T21:55:21.715Z Downloaded winnow v0.7.14
3512026-05-14T21:55:21.720Z Downloaded camino-tempfile v1.4.1
3522026-05-14T21:55:21.723Z Downloaded erased-serde v0.4.9
3532026-05-14T21:55:21.723Z Downloaded unicode-width v0.2.0
3542026-05-14T21:55:21.726Z Downloaded is_terminal_polyfill v1.70.2
3552026-05-14T21:55:21.726Z Downloaded serde_tokenstream v0.2.3
3562026-05-14T21:55:21.729Z Downloaded digest v0.10.7
3572026-05-14T21:55:21.736Z Downloaded quote v1.0.45
3582026-05-14T21:55:21.739Z Downloaded camino v1.2.2
3592026-05-14T21:55:21.742Z Downloaded smallvec v1.15.1
3602026-05-14T21:55:21.745Z Downloaded anstyle-parse v0.2.7
3612026-05-14T21:55:21.745Z Downloaded cargo_toml v0.21.0
3622026-05-14T21:55:21.747Z Downloaded serde_core v1.0.228
3632026-05-14T21:55:21.750Z Downloaded icu_collections v2.1.1
3642026-05-14T21:55:21.755Z Downloaded once_cell v1.21.3
3652026-05-14T21:55:21.758Z Downloaded tempfile v3.25.0
3662026-05-14T21:55:21.758Z Downloaded clap_derive v4.5.55
3672026-05-14T21:55:21.761Z Downloaded sha2 v0.10.9
3682026-05-14T21:55:21.761Z Downloaded proc-macro-error v1.0.4
3692026-05-14T21:55:21.764Z Downloaded cargo-util-schemas v0.8.2
3702026-05-14T21:55:21.764Z Downloaded litemap v0.8.1
3712026-05-14T21:55:21.767Z Downloaded pest_generator v2.8.6
3722026-05-14T21:55:21.777Z Downloaded bitflags v2.11.0
3732026-05-14T21:55:21.780Z Downloaded papergrid v0.11.0
3742026-05-14T21:55:21.782Z Downloaded icu_normalizer v2.1.1
3752026-05-14T21:55:21.793Z Downloaded icu_provider v2.1.1
3762026-05-14T21:55:21.796Z Downloaded num-traits v0.2.19
3772026-05-14T21:55:21.800Z Downloaded proc-macro2 v1.0.106
3782026-05-14T21:55:21.802Z Downloaded icu_properties v2.1.2
3792026-05-14T21:55:21.805Z Downloaded log v0.4.29
3802026-05-14T21:55:21.808Z Downloaded icu_normalizer_data v2.1.1
3812026-05-14T21:55:21.808Z Downloaded icu_locale_core v2.1.1
3822026-05-14T21:55:21.811Z Downloaded serde_derive v1.0.228
3832026-05-14T21:55:21.833Z Downloaded memchr v2.8.0
3842026-05-14T21:55:21.846Z Downloaded serde v1.0.228
3852026-05-14T21:55:21.872Z Downloaded pest v2.8.6
3862026-05-14T21:55:21.883Z Downloaded idna v1.1.0
3872026-05-14T21:55:21.896Z Downloaded clap_builder v4.5.60
3882026-05-14T21:55:21.899Z Downloaded serde_json v1.0.149
3892026-05-14T21:55:21.903Z Downloaded hashbrown v0.17.0
3902026-05-14T21:55:21.906Z Downloaded goblin v0.8.2
3912026-05-14T21:55:21.933Z Downloaded syn v1.0.109
3922026-05-14T21:55:21.944Z Downloaded tabled v0.15.0
3932026-05-14T21:55:21.949Z Downloaded syn v2.0.117
3942026-05-14T21:55:21.975Z Downloaded rustix v1.1.3
3952026-05-14T21:55:21.999Z Downloaded libc v0.2.185
3962026-05-14T21:55:22.067Z Compiling proc-macro2 v1.0.106
3972026-05-14T21:55:22.067Z Compiling unicode-ident v1.0.24
3982026-05-14T21:55:22.067Z Compiling quote v1.0.45
3992026-05-14T21:55:22.067Z Compiling serde_core v1.0.228
4002026-05-14T21:55:22.070Z Compiling libc v0.2.185
4012026-05-14T21:55:22.070Z Compiling version_check v0.9.5
4022026-05-14T21:55:22.070Z Compiling memchr v2.8.0
4032026-05-14T21:55:22.070Z Compiling serde v1.0.228
4042026-05-14T21:55:22.070Z Compiling stable_deref_trait v1.2.1
4052026-05-14T21:55:22.070Z Compiling zmij v1.0.21
4062026-05-14T21:55:22.070Z Compiling ucd-trie v0.1.7
4072026-05-14T21:55:22.251Z Compiling thiserror v1.0.69
4082026-05-14T21:55:22.254Z Compiling itoa v1.0.17
4092026-05-14T21:55:22.254Z Compiling autocfg v1.5.0
4102026-05-14T21:55:22.267Z Compiling writeable v0.6.2
4112026-05-14T21:55:22.513Z Compiling litemap v0.8.1
4122026-05-14T21:55:22.580Z Compiling rustix v1.1.3
4132026-05-14T21:55:22.603Z Compiling byteorder v1.5.0
4142026-05-14T21:55:22.621Z Compiling icu_properties_data v2.1.2
4152026-05-14T21:55:22.705Z Compiling pest v2.8.6
4162026-05-14T21:55:22.750Z Compiling icu_normalizer_data v2.1.1
4172026-05-14T21:55:22.878Z Compiling bitflags v2.11.0
4182026-05-14T21:55:22.898Z Compiling serde_json v1.0.149
4192026-05-14T21:55:22.916Z Compiling num-traits v0.2.19
4202026-05-14T21:55:22.918Z Compiling equivalent v1.0.2
4212026-05-14T21:55:22.968Z Compiling hashbrown v0.17.0
4222026-05-14T21:55:23.073Z Compiling typeid v1.0.3
4232026-05-14T21:55:23.076Z Compiling smallvec v1.15.1
4242026-05-14T21:55:23.194Z Compiling proc-macro-error-attr v1.0.4
4252026-05-14T21:55:23.247Z Compiling usdt-impl v0.5.0
4262026-05-14T21:55:23.268Z Compiling winnow v0.7.14
4272026-05-14T21:55:23.271Z Compiling syn v1.0.109
4282026-05-14T21:55:23.326Z Compiling errno v0.3.14
4292026-05-14T21:55:23.365Z Compiling thread-id v4.2.2
4302026-05-14T21:55:23.365Z Compiling toml_write v0.1.2
4312026-05-14T21:55:23.401Z Compiling erased-serde v0.4.9
4322026-05-14T21:55:23.435Z Compiling proc-macro-error v1.0.4
4332026-05-14T21:55:23.556Z Compiling indexmap v2.14.0
4342026-05-14T21:55:23.582Z Compiling log v0.4.29
4352026-05-14T21:55:23.603Z Compiling percent-encoding v2.3.2
4362026-05-14T21:55:23.638Z Compiling utf8_iter v1.0.4
4372026-05-14T21:55:23.654Z Compiling plain v0.2.3
4382026-05-14T21:55:23.676Z Compiling utf8parse v0.2.2
4392026-05-14T21:55:23.691Z Compiling thiserror v2.0.18
4402026-05-14T21:55:23.819Z Compiling syn v2.0.117
4412026-05-14T21:55:23.842Z Compiling pest_meta v2.8.6
4422026-05-14T21:55:23.861Z Compiling getrandom v0.4.1
4432026-05-14T21:55:23.861Z Compiling camino v1.2.2
4442026-05-14T21:55:23.895Z Compiling anstyle-parse v0.2.7
4452026-05-14T21:55:23.895Z Compiling form_urlencoded v1.2.2
4462026-05-14T21:55:24.054Z Compiling ordered-float v2.10.1
4472026-05-14T21:55:24.147Z Compiling colorchoice v1.0.4
4482026-05-14T21:55:24.222Z Compiling cfg-if v1.0.4
4492026-05-14T21:55:24.276Z Compiling is_terminal_polyfill v1.70.2
4502026-05-14T21:55:24.294Z Compiling anstyle-query v1.1.5
4512026-05-14T21:55:24.314Z Compiling anstyle v1.0.13
4522026-05-14T21:55:24.314Z Compiling pretty-hex v0.4.1
4532026-05-14T21:55:24.368Z Compiling fs-err v3.3.0
4542026-05-14T21:55:24.388Z Compiling fnv v1.0.7
4552026-05-14T21:55:24.408Z Compiling unicode-width v0.1.14
4562026-05-14T21:55:24.477Z Compiling terminal_size v0.4.3
4572026-05-14T21:55:24.526Z Compiling anstream v0.6.21
4582026-05-14T21:55:24.546Z Compiling strsim v0.11.1
4592026-05-14T21:55:24.549Z Compiling bytecount v0.6.9
4602026-05-14T21:55:24.647Z Compiling semver v1.0.28
4612026-05-14T21:55:24.698Z Compiling anyhow v1.0.102
4622026-05-14T21:55:24.722Z Compiling heck v0.5.0
4632026-05-14T21:55:24.739Z Compiling fastrand v2.3.0
4642026-05-14T21:55:24.756Z Compiling once_cell v1.21.3
4652026-05-14T21:55:24.845Z Compiling heck v0.4.1
4662026-05-14T21:55:24.863Z Compiling unicode-xid v0.2.6
4672026-05-14T21:55:24.930Z Compiling clap_lex v1.0.0
4682026-05-14T21:55:24.977Z Compiling tempfile v3.25.0
4692026-05-14T21:55:24.997Z Compiling serde-untagged v0.1.9
4702026-05-14T21:55:24.997Z Compiling papergrid v0.11.0
4712026-05-14T21:55:25.037Z Compiling memmap v0.7.0
4722026-05-14T21:55:25.108Z Compiling clap_builder v4.5.60
4732026-05-14T21:55:25.111Z Compiling unicode-width v0.2.0
4742026-05-14T21:55:25.176Z Compiling smawk v0.3.2
4752026-05-14T21:55:25.195Z Compiling unicode-linebreak v0.1.5
4762026-05-14T21:55:25.263Z Compiling camino-tempfile v1.4.1
4772026-05-14T21:55:25.333Z Compiling swrite v0.1.0
4782026-05-14T21:55:25.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-14T21:55:25.419Z Compiling textwrap v0.16.2
4802026-05-14T21:55:25.739Z Compiling tabled_derive v0.7.0
4812026-05-14T21:55:26.397Z Compiling synstructure v0.13.2
4822026-05-14T21:55:26.397Z Compiling pest_generator v2.8.6
4832026-05-14T21:55:26.433Z Compiling tabled v0.15.0
4842026-05-14T21:55:26.912Z Compiling serde_derive v1.0.228
4852026-05-14T21:55:26.912Z Compiling zerofrom-derive v0.1.6
4862026-05-14T21:55:26.912Z Compiling yoke-derive v0.8.1
4872026-05-14T21:55:26.915Z Compiling zerovec-derive v0.11.2
4882026-05-14T21:55:26.915Z Compiling displaydoc v0.2.5
4892026-05-14T21:55:26.947Z Compiling thiserror-impl v1.0.69
4902026-05-14T21:55:26.964Z Compiling zerocopy-derive v0.7.35
4912026-05-14T21:55:26.967Z Compiling scroll_derive v0.12.1
4922026-05-14T21:55:26.968Z Compiling thiserror-impl v2.0.18
4932026-05-14T21:55:27.013Z Compiling clap_derive v4.5.55
4942026-05-14T21:55:27.018Z Compiling pest_derive v2.8.6
4952026-05-14T21:55:27.665Z Compiling scroll v0.12.0
4962026-05-14T21:55:27.743Z Compiling zerocopy v0.7.35
4972026-05-14T21:55:27.895Z Compiling goblin v0.8.2
4982026-05-14T21:55:27.936Z Compiling zerofrom v0.1.6
4992026-05-14T21:55:28.047Z Compiling yoke v0.8.1
5002026-05-14T21:55:28.100Z Compiling dtrace-parser v0.2.0
5012026-05-14T21:55:28.204Z Compiling zerovec v0.11.5
5022026-05-14T21:55:28.204Z Compiling zerotrie v0.2.3
5032026-05-14T21:55:28.419Z Compiling clap v4.5.60
5042026-05-14T21:55:28.619Z Compiling tinystr v0.8.2
5052026-05-14T21:55:28.619Z Compiling potential_utf v0.1.4
5062026-05-14T21:55:28.760Z Compiling icu_collections v2.1.1
5072026-05-14T21:55:28.817Z Compiling icu_locale_core v2.1.1
5082026-05-14T21:55:29.339Z Compiling icu_provider v2.1.1
5092026-05-14T21:55:29.405Z Compiling serde_spanned v0.6.9
5102026-05-14T21:55:29.405Z Compiling toml_datetime v0.6.11
5112026-05-14T21:55:29.408Z Compiling serde-value v0.7.0
5122026-05-14T21:55:29.408Z Compiling cargo-platform v0.2.0
5132026-05-14T21:55:29.408Z Compiling macaddr v1.0.1
5142026-05-14T21:55:29.425Z Compiling dof v0.3.0
5152026-05-14T21:55:29.444Z Compiling serde_tokenstream v0.2.3
5162026-05-14T21:55:29.553Z Compiling icu_normalizer v2.1.1
5172026-05-14T21:55:29.553Z Compiling icu_properties v2.1.2
5182026-05-14T21:55:29.591Z Compiling toml_edit v0.22.27
5192026-05-14T21:55:30.187Z Compiling usdt-attr-macro v0.5.0
5202026-05-14T21:55:30.196Z Compiling usdt-macro v0.5.0
5212026-05-14T21:55:30.390Z Compiling idna_adapter v1.2.1
5222026-05-14T21:55:30.489Z Compiling idna v1.1.0
5232026-05-14T21:55:30.752Z Compiling usdt v0.5.0
5242026-05-14T21:55:30.766Z Compiling url v2.5.8
5252026-05-14T21:55:30.847Z Compiling toml v0.8.23
5262026-05-14T21:55:31.179Z Compiling cargo-util-schemas v0.8.2
5272026-05-14T21:55:31.179Z Compiling cargo_toml v0.21.0
5282026-05-14T21:55:31.974Z Compiling cargo_metadata v0.21.0
5292026-05-14T21:55:32.883Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-14T21:55:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.33s
5312026-05-14T21:55:35.193Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-05-14T21:55:35.746Z Downloading crates ...
5332026-05-14T21:55:35.856Z Downloaded bit-set v0.8.0
5342026-05-14T21:55:35.869Z Downloaded bitflags v1.3.2
5352026-05-14T21:55:35.872Z Downloaded dsl_auto_type v0.2.0
5362026-05-14T21:55:35.874Z Downloaded crc8 v0.1.1
5372026-05-14T21:55:35.874Z Downloaded backoff v0.4.0
5382026-05-14T21:55:35.874Z Downloaded adler2 v2.0.1
5392026-05-14T21:55:35.877Z Downloaded crunchy v0.2.4
5402026-05-14T21:55:35.877Z Downloaded crossbeam-deque v0.8.6
5412026-05-14T21:55:35.877Z Downloaded curve25519-dalek-derive v0.1.1
5422026-05-14T21:55:35.880Z Downloaded ctr v0.9.2
5432026-05-14T21:55:35.880Z Downloaded array-init v0.0.4
5442026-05-14T21:55:35.880Z Downloaded ahash v0.8.12
5452026-05-14T21:55:35.883Z Downloaded foreign-types v0.5.0
5462026-05-14T21:55:35.883Z Downloaded cstr-argument v0.1.2
5472026-05-14T21:55:35.883Z Downloaded convert_case v0.10.0
5482026-05-14T21:55:35.886Z Downloaded crucible-workspace-hack v0.1.0
5492026-05-14T21:55:35.886Z Downloaded cipher v0.4.4
5502026-05-14T21:55:35.887Z Downloaded buf-list v1.1.2
5512026-05-14T21:55:35.890Z Downloaded arrayref v0.3.9
5522026-05-14T21:55:35.890Z Downloaded const_format_proc_macros v0.2.34
5532026-05-14T21:55:35.893Z Downloaded daft v0.1.5
5542026-05-14T21:55:35.893Z Downloaded darling_macro v0.23.0
5552026-05-14T21:55:35.893Z Downloaded compression-core v0.4.31
5562026-05-14T21:55:35.895Z Downloaded arrayvec v0.7.6
5572026-05-14T21:55:35.895Z Downloaded base16ct v0.2.0
5582026-05-14T21:55:35.895Z Downloaded corncobs v0.1.4
5592026-05-14T21:55:35.898Z Downloaded cexpr v0.6.0
5602026-05-14T21:55:35.898Z Downloaded cassowary v0.3.0
5612026-05-14T21:55:35.901Z Downloaded csv-core v0.1.13
5622026-05-14T21:55:35.901Z Downloaded critical-section v1.2.0
5632026-05-14T21:55:35.901Z Downloaded bytes v1.11.1
5642026-05-14T21:55:35.904Z Downloaded blowfish v0.9.1
5652026-05-14T21:55:35.906Z Downloaded bcs v0.1.6
5662026-05-14T21:55:35.907Z Downloaded crossbeam-utils v0.8.21
5672026-05-14T21:55:35.909Z Downloaded base64ct v1.8.3
5682026-05-14T21:55:35.909Z Downloaded crc-catalog v2.4.0
5692026-05-14T21:55:35.912Z Downloaded data-encoding v2.10.0
5702026-05-14T21:55:35.913Z Downloaded cfg_aliases v0.1.1
5712026-05-14T21:55:35.913Z Downloaded async-recursion v1.1.1
5722026-05-14T21:55:35.916Z Downloaded crossbeam-epoch v0.9.18
5732026-05-14T21:55:35.919Z Downloaded bit-vec v0.6.3
5742026-05-14T21:55:35.919Z Downloaded assert_matches v1.5.0
5752026-05-14T21:55:35.922Z Downloaded defmt v0.3.100
5762026-05-14T21:55:35.926Z Downloaded cobs v0.3.0
5772026-05-14T21:55:35.928Z Downloaded foldhash v0.1.5
5782026-05-14T21:55:35.929Z Downloaded ciborium-ll v0.2.2
5792026-05-14T21:55:35.931Z Downloaded bit-set v0.5.3
5802026-05-14T21:55:35.931Z Downloaded darling v0.20.11
5812026-05-14T21:55:35.934Z Downloaded crc-any v2.5.0
5822026-05-14T21:55:35.934Z Downloaded constant_time_eq v0.4.2
5832026-05-14T21:55:35.937Z Downloaded dirs-sys-next v0.1.2
5842026-05-14T21:55:35.940Z Downloaded display-error-chain v0.2.2
5852026-05-14T21:55:35.940Z Downloaded atty v0.2.14
5862026-05-14T21:55:35.942Z Downloaded ciborium-io v0.2.2
5872026-05-14T21:55:35.947Z Downloaded crc32fast v1.5.0
5882026-05-14T21:55:35.950Z Downloaded cpufeatures v0.3.0
5892026-05-14T21:55:35.950Z Downloaded bb8 v0.8.6
5902026-05-14T21:55:35.953Z Downloaded debug-ignore v1.0.5
5912026-05-14T21:55:35.953Z Downloaded block-padding v0.3.3
5922026-05-14T21:55:35.956Z Downloaded document-features v0.2.12
5932026-05-14T21:55:35.956Z Downloaded darling_macro v0.20.11
5942026-05-14T21:55:35.956Z Downloaded crc v3.4.0
5952026-05-14T21:55:35.959Z Downloaded dyn-clone v1.0.20
5962026-05-14T21:55:35.959Z Downloaded embedded-io v0.4.0
5972026-05-14T21:55:35.961Z Downloaded dirs-next v2.0.0
5982026-05-14T21:55:35.961Z Downloaded convert_case v0.4.0
5992026-05-14T21:55:35.961Z Downloaded cargo-platform v0.3.2
6002026-05-14T21:55:35.964Z Downloaded atomicwrites v0.4.4
6012026-05-14T21:55:35.964Z Downloaded bitfield-macros v0.19.4
6022026-05-14T21:55:35.964Z Downloaded bcrypt-pbkdf v0.10.0
6032026-05-14T21:55:35.964Z Downloaded atomic-waker v1.1.2
6042026-05-14T21:55:35.967Z Downloaded async-stream-impl v0.3.6
6052026-05-14T21:55:35.967Z Downloaded ascii-canvas v3.0.0
6062026-05-14T21:55:35.967Z Downloaded byte-wrapper v0.1.0
6072026-05-14T21:55:35.970Z Downloaded embedded-io v0.6.1
6082026-05-14T21:55:35.970Z Downloaded dunce v1.0.5
6092026-05-14T21:55:35.970Z Downloaded colored v3.1.1
6102026-05-14T21:55:35.972Z Downloaded dof v0.4.0
6112026-05-14T21:55:35.972Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-05-14T21:55:35.975Z Downloaded cookie_store v0.22.1
6132026-05-14T21:55:35.975Z Downloaded darling_macro v0.21.3
6142026-05-14T21:55:35.975Z Downloaded cfg_aliases v0.2.1
6152026-05-14T21:55:35.981Z Downloaded foreign-types-macros v0.2.3
6162026-05-14T21:55:35.981Z Downloaded flagset v0.4.7
6172026-05-14T21:55:35.984Z Downloaded async-stream v0.3.6
6182026-05-14T21:55:35.984Z Downloaded dtrace-parser v0.3.0
6192026-05-14T21:55:35.984Z Downloaded defmt-parser v1.0.0
6202026-05-14T21:55:35.984Z Downloaded foreign-types v0.3.2
6212026-05-14T21:55:35.984Z Downloaded difflib v0.4.0
6222026-05-14T21:55:35.984Z Downloaded derive_builder_macro v0.20.2
6232026-05-14T21:55:35.984Z Downloaded async-trait v0.1.89
6242026-05-14T21:55:35.987Z Downloaded gethostname v0.5.0
6252026-05-14T21:55:35.987Z Downloaded chacha20 v0.9.1
6262026-05-14T21:55:35.989Z Downloaded bit-vec v0.8.0
6272026-05-14T21:55:35.990Z Downloaded float-cmp v0.10.0
6282026-05-14T21:55:35.994Z Downloaded fxhash v0.2.1
6292026-05-14T21:55:35.994Z Downloaded fixedbitset v0.4.2
6302026-05-14T21:55:35.994Z Downloaded fd-lock v4.0.4
6312026-05-14T21:55:35.994Z Downloaded futures-macro v0.3.32
6322026-05-14T21:55:35.994Z Downloaded futures-task v0.3.32
6332026-05-14T21:55:35.999Z Downloaded foreign-types-shared v0.1.1
6342026-05-14T21:55:35.999Z Downloaded futures-core v0.3.32
6352026-05-14T21:55:35.999Z Downloaded ghash v0.5.1
6362026-05-14T21:55:35.999Z Downloaded futures-io v0.3.32
6372026-05-14T21:55:35.999Z Downloaded funty v2.0.0
6382026-05-14T21:55:35.999Z Downloaded foreign-types-shared v0.3.1
6392026-05-14T21:55:36.002Z Downloaded float-ord v0.3.2
6402026-05-14T21:55:36.002Z Downloaded globwalk v0.9.1
6412026-05-14T21:55:36.002Z Downloaded deranged v0.5.8
6422026-05-14T21:55:36.005Z Downloaded defmt v1.0.1
6432026-05-14T21:55:36.005Z Downloaded drift v0.1.4
6442026-05-14T21:55:36.010Z Downloaded hash32 v0.3.1
6452026-05-14T21:55:36.013Z Downloaded foldhash v0.2.0
6462026-05-14T21:55:36.014Z Downloaded daft-derive v0.1.5
6472026-05-14T21:55:36.019Z Downloaded derive_more v2.1.1
6482026-05-14T21:55:36.023Z Downloaded hash32 v0.2.1
6492026-05-14T21:55:36.026Z Downloaded camino-tempfile-ext v0.3.3
6502026-05-14T21:55:36.026Z Downloaded bitfield v0.19.4
6512026-05-14T21:55:36.029Z Downloaded headers-core v0.3.0
6522026-05-14T21:55:36.029Z Downloaded git-stub v1.0.0
6532026-05-14T21:55:36.029Z Downloaded hex-literal v0.4.1
6542026-05-14T21:55:36.029Z Downloaded futures-sink v0.3.32
6552026-05-14T21:55:36.031Z Downloaded async-bb8-diesel v0.2.1
6562026-05-14T21:55:36.031Z Downloaded crossbeam-channel v0.5.15
6572026-05-14T21:55:36.035Z Downloaded cargo_metadata v0.23.1
6582026-05-14T21:55:36.038Z Downloaded env_logger v0.11.9
6592026-05-14T21:55:36.038Z Downloaded bitfield-struct v0.6.2
6602026-05-14T21:55:36.038Z Downloaded castaway v0.2.4
6612026-05-14T21:55:36.038Z Downloaded env_filter v1.0.0
6622026-05-14T21:55:36.041Z Downloaded compression-codecs v0.4.37
6632026-05-14T21:55:36.041Z Downloaded either v1.15.0
6642026-05-14T21:55:36.044Z Downloaded filetime v0.2.27
6652026-05-14T21:55:36.044Z Downloaded ed25519 v2.2.3
6662026-05-14T21:55:36.047Z Downloaded cbc v0.1.2
6672026-05-14T21:55:36.047Z Downloaded derive_builder_core v0.20.2
6682026-05-14T21:55:36.049Z Downloaded derive-ex v0.1.8
6692026-05-14T21:55:36.049Z Downloaded erased-serde v0.3.31
6702026-05-14T21:55:36.052Z Downloaded home v0.5.12
6712026-05-14T21:55:36.052Z Downloaded find-msvc-tools v0.1.9
6722026-05-14T21:55:36.052Z Downloaded fallible-iterator v0.2.0
6732026-05-14T21:55:36.055Z Downloaded http-body v1.0.1
6742026-05-14T21:55:36.055Z Downloaded bzip2 v0.4.4
6752026-05-14T21:55:36.058Z Downloaded ecdsa v0.16.9
6762026-05-14T21:55:36.058Z Downloaded fs_extra v1.3.0
6772026-05-14T21:55:36.061Z Downloaded git-stub-vcs v0.1.0
6782026-05-14T21:55:36.061Z Downloaded ident_case v1.0.1
6792026-05-14T21:55:36.061Z Downloaded darling v0.23.0
6802026-05-14T21:55:36.065Z Downloaded hyper-tls v0.6.0
6812026-05-14T21:55:36.068Z Downloaded httpdate v1.0.3
6822026-05-14T21:55:36.068Z Downloaded indent_write v2.2.0
6832026-05-14T21:55:36.068Z Downloaded indoc v1.0.9
6842026-05-14T21:55:36.071Z Downloaded glob v0.3.3
6852026-05-14T21:55:36.071Z Downloaded inout v0.1.4
6862026-05-14T21:55:36.073Z Downloaded const-oid v0.9.6
6872026-05-14T21:55:36.073Z Downloaded is-terminal v0.4.17
6882026-05-14T21:55:36.073Z Downloaded globset v0.4.18
6892026-05-14T21:55:36.076Z Downloaded fs-err v2.11.0
6902026-05-14T21:55:36.076Z Downloaded instant v0.1.13
6912026-05-14T21:55:36.079Z Downloaded ciborium v0.2.2
6922026-05-14T21:55:36.079Z Downloaded clang-sys v1.8.1
6932026-05-14T21:55:36.082Z Downloaded backon v1.6.0
6942026-05-14T21:55:36.082Z Downloaded bzip2 v0.6.1
6952026-05-14T21:55:36.085Z Downloaded internet-checksum v0.2.1
6962026-05-14T21:55:36.085Z Downloaded argon2 v0.5.3
6972026-05-14T21:55:36.090Z Downloaded is_ci v1.2.0
6982026-05-14T21:55:36.090Z Downloaded kstat-rs v0.2.4
6992026-05-14T21:55:36.090Z Downloaded instability v0.3.11
7002026-05-14T21:55:36.093Z Downloaded cookie v0.18.1
7012026-05-14T21:55:36.093Z Downloaded darling v0.21.3
7022026-05-14T21:55:36.097Z Downloaded lazy_static v1.5.0
7032026-05-14T21:55:36.097Z Downloaded linked-hash-map v0.5.6
7042026-05-14T21:55:36.098Z Downloaded hex v0.4.3
7052026-05-14T21:55:36.100Z Downloaded diff v0.1.13
7062026-05-14T21:55:36.100Z Downloaded keccak v0.1.6
7072026-05-14T21:55:36.100Z Downloaded hubpack_derive v0.1.1
7082026-05-14T21:55:36.100Z Downloaded ff v0.13.1
7092026-05-14T21:55:36.105Z Downloaded compact_str v0.8.1
7102026-05-14T21:55:36.108Z Downloaded des v0.8.1
7112026-05-14T21:55:36.108Z Downloaded console v0.16.2
7122026-05-14T21:55:36.108Z Downloaded http-range v0.1.5
7132026-05-14T21:55:36.108Z Downloaded hostname v0.4.2
7142026-05-14T21:55:36.111Z Downloaded futures-executor v0.3.32
7152026-05-14T21:55:36.111Z Downloaded diesel-dtrace v0.5.0
7162026-05-14T21:55:36.111Z Downloaded hubpack v0.1.2
7172026-05-14T21:55:36.113Z Downloaded ena v0.14.4
7182026-05-14T21:55:36.113Z Downloaded hostname v0.3.1
7192026-05-14T21:55:36.114Z Downloaded highway v1.3.0
7202026-05-14T21:55:36.118Z Downloaded fixedbitset v0.5.7
7212026-05-14T21:55:36.118Z Downloaded darling_core v0.20.11
7222026-05-14T21:55:36.120Z Downloaded darling_core v0.23.0
7232026-05-14T21:55:36.123Z Downloaded md5 v0.7.0
7242026-05-14T21:55:36.123Z Downloaded md-5 v0.10.6
7252026-05-14T21:55:36.126Z Downloaded maybe-uninit v2.0.0
7262026-05-14T21:55:36.126Z Downloaded match_cfg v0.1.0
7272026-05-14T21:55:36.126Z Downloaded mime v0.3.17
7282026-05-14T21:55:36.129Z Downloaded cancel-safe-futures v0.1.5
7292026-05-14T21:55:36.129Z Downloaded managed v0.8.0
7302026-05-14T21:55:36.131Z Downloaded humantime v2.3.0
7312026-05-14T21:55:36.131Z Downloaded maplit v1.0.2
7322026-05-14T21:55:36.131Z Downloaded libscf-sys v1.1.0
7332026-05-14T21:55:36.134Z Downloaded lzss v0.8.2
7342026-05-14T21:55:36.134Z Downloaded crypto-bigint v0.5.5
7352026-05-14T21:55:36.137Z Downloaded new_debug_unreachable v1.0.6
7362026-05-14T21:55:36.141Z Downloaded lru v0.12.5
7372026-05-14T21:55:36.141Z Downloaded nibble_vec v0.1.0
7382026-05-14T21:55:36.142Z Downloaded memoffset v0.9.1
7392026-05-14T21:55:36.142Z Downloaded multimap v0.10.1
7402026-05-14T21:55:36.145Z Downloaded lru-slab v0.1.2
7412026-05-14T21:55:36.145Z Downloaded newtype_derive v0.1.6
7422026-05-14T21:55:36.145Z Downloaded ingot v0.1.1
7432026-05-14T21:55:36.149Z Downloaded newtype-uuid-macros v0.1.0
7442026-05-14T21:55:36.149Z Downloaded getrandom v0.2.17
7452026-05-14T21:55:36.149Z Downloaded indoc v2.0.7
7462026-05-14T21:55:36.161Z Downloaded group v0.13.0
7472026-05-14T21:55:36.161Z Downloaded ipnet v2.11.0
7482026-05-14T21:55:36.161Z Downloaded cmake v0.1.57
7492026-05-14T21:55:36.161Z Downloaded lru-cache v0.1.2
7502026-05-14T21:55:36.161Z Downloaded hyper-staticfile v0.10.1
7512026-05-14T21:55:36.161Z Downloaded newline-converter v0.3.0
7522026-05-14T21:55:36.161Z Downloaded impl-trait-for-tuples v0.2.3
7532026-05-14T21:55:36.161Z Downloaded allocator-api2 v0.2.21
7542026-05-14T21:55:36.165Z Downloaded http-body-util v0.1.3
7552026-05-14T21:55:36.165Z Downloaded ipnetwork v0.21.1
7562026-05-14T21:55:36.165Z Downloaded nonempty v0.12.0
7572026-05-14T21:55:36.166Z Downloaded ingot-types v0.1.2
7582026-05-14T21:55:36.166Z Downloaded nodrop v0.1.14
7592026-05-14T21:55:36.170Z Downloaded normalize-line-endings v0.3.0
7602026-05-14T21:55:36.170Z Downloaded lalrpop-util v0.19.12
7612026-05-14T21:55:36.170Z Downloaded console v0.15.11
7622026-05-14T21:55:36.170Z Downloaded derive_more v0.99.20
7632026-05-14T21:55:36.173Z Downloaded num-iter v0.1.45
7642026-05-14T21:55:36.173Z Downloaded num-derive v0.3.3
7652026-05-14T21:55:36.173Z Downloaded num-conv v0.2.0
7662026-05-14T21:55:36.176Z Downloaded dropshot_endpoint v0.17.0
7672026-05-14T21:55:36.179Z Downloaded futures-channel v0.3.32
7682026-05-14T21:55:36.179Z Downloaded chacha20poly1305 v0.10.1
7692026-05-14T21:55:36.183Z Downloaded chacha20 v0.10.0
7702026-05-14T21:55:36.183Z Downloaded num v0.4.3
7712026-05-14T21:55:36.183Z Downloaded olpc-cjson v0.1.4
7722026-05-14T21:55:36.188Z Downloaded num_threads v0.1.7
7732026-05-14T21:55:36.188Z Downloaded num-derive v0.4.2
7742026-05-14T21:55:36.188Z Downloaded elliptic-curve v0.13.8
7752026-05-14T21:55:36.191Z Downloaded crossterm v0.28.1
7762026-05-14T21:55:36.194Z Downloaded openssl-probe v0.1.6
7772026-05-14T21:55:36.194Z Downloaded opaque-debug v0.3.1
7782026-05-14T21:55:36.194Z Downloaded openssl-macros v0.1.1
7792026-05-14T21:55:36.198Z Downloaded num_enum_derive v0.5.11
7802026-05-14T21:55:36.199Z Downloaded lock_api v0.4.14
7812026-05-14T21:55:36.199Z Downloaded libsw-core v0.3.2
7822026-05-14T21:55:36.203Z Downloaded iana-time-zone v0.1.65
7832026-05-14T21:55:36.203Z Downloaded hyper-rustls v0.27.7
7842026-05-14T21:55:36.203Z Downloaded mime_guess v2.0.5
7852026-05-14T21:55:36.203Z Downloaded httparse v1.10.1
7862026-05-14T21:55:36.207Z Downloaded nanorand v0.7.0
7872026-05-14T21:55:36.207Z Downloaded parse-display v0.10.0
7882026-05-14T21:55:36.207Z Downloaded multer v3.1.0
7892026-05-14T21:55:36.210Z Downloaded half v1.8.3
7902026-05-14T21:55:36.210Z Downloaded libsw v3.5.0
7912026-05-14T21:55:36.210Z Downloaded libefi-sys v0.1.0
7922026-05-14T21:55:36.214Z Downloaded arc-swap v1.8.2
7932026-05-14T21:55:36.218Z Downloaded parse-size v1.1.0
7942026-05-14T21:55:36.218Z Downloaded const_format v0.2.35
7952026-05-14T21:55:36.221Z Downloaded newtype-uuid v1.3.2
7962026-05-14T21:55:36.221Z Downloaded packed_struct_codegen v0.10.1
7972026-05-14T21:55:36.221Z Downloaded half v2.7.1
7982026-05-14T21:55:36.227Z Downloaded hmac v0.12.1
7992026-05-14T21:55:36.227Z Downloaded oso-derive v0.27.3
8002026-05-14T21:55:36.227Z Downloaded openssl-probe v0.2.1
8012026-05-14T21:55:36.227Z Downloaded jobserver v0.1.34
8022026-05-14T21:55:36.230Z Downloaded native-tls v0.2.18
8032026-05-14T21:55:36.230Z Downloaded num-integer v0.1.46
8042026-05-14T21:55:36.230Z Downloaded ingot-macros v0.1.1
8052026-05-14T21:55:36.230Z Downloaded linear-map v1.2.0
8062026-05-14T21:55:36.230Z Downloaded derive-where v1.6.0
8072026-05-14T21:55:36.233Z Downloaded downcast-rs v2.0.2
8082026-05-14T21:55:36.233Z Downloaded pbkdf2 v0.12.2
8092026-05-14T21:55:36.236Z Downloaded peg-runtime v0.8.5
8102026-05-14T21:55:36.236Z Downloaded pbkdf2 v0.11.0
8112026-05-14T21:55:36.236Z Downloaded path-slash v0.1.5
8122026-05-14T21:55:36.240Z Downloaded num-rational v0.4.2
8132026-05-14T21:55:36.240Z Downloaded nu-ansi-term v0.50.3
8142026-05-14T21:55:36.240Z Downloaded der_derive v0.7.3
8152026-05-14T21:55:36.243Z Downloaded defmt-macros v1.0.1
8162026-05-14T21:55:36.243Z Downloaded colored v2.2.0
8172026-05-14T21:55:36.246Z Downloaded libloading v0.8.9
8182026-05-14T21:55:36.250Z Downloaded phf_shared v0.12.1
8192026-05-14T21:55:36.250Z Downloaded fatfs v0.3.6
8202026-05-14T21:55:36.250Z Downloaded blake2 v0.10.6
8212026-05-14T21:55:36.254Z Downloaded pin-utils v0.1.0
8222026-05-14T21:55:36.254Z Downloaded phf_shared v0.11.3
8232026-05-14T21:55:36.254Z Downloaded phf_shared v0.13.1
8242026-05-14T21:55:36.254Z Downloaded base64 v0.21.7
8252026-05-14T21:55:36.257Z Downloaded base64 v0.22.1
8262026-05-14T21:55:36.260Z Downloaded derive_builder v0.20.2
8272026-05-14T21:55:36.275Z Downloaded powerfmt v0.2.0
8282026-05-14T21:55:36.278Z Downloaded oxnet v0.1.4
8292026-05-14T21:55:36.278Z Downloaded diesel_derives v2.3.7
8302026-05-14T21:55:36.281Z Downloaded precomputed-hash v0.1.1
8312026-05-14T21:55:36.281Z Downloaded proc-macro-crate v3.4.0
8322026-05-14T21:55:36.284Z Downloaded headers v0.4.1
8332026-05-14T21:55:36.286Z Downloaded owo-colors v4.3.0
8342026-05-14T21:55:36.287Z Downloaded oxide-tokio-rt v0.1.4
8352026-05-14T21:55:36.289Z Downloaded bumpalo v3.20.2
8362026-05-14T21:55:36.290Z Downloaded progenitor-client v0.11.2
8372026-05-14T21:55:36.294Z Downloaded predicates-core v1.0.10
8382026-05-14T21:55:36.294Z Downloaded proc-macro-error-attr2 v2.0.0
8392026-05-14T21:55:36.294Z Downloaded parking_lot_core v0.8.6
8402026-05-14T21:55:36.298Z Downloaded proc-macro-crate v1.3.1
8412026-05-14T21:55:36.298Z Downloaded ar_archive_writer v0.5.1
8422026-05-14T21:55:36.298Z Downloaded peg v0.8.5
8432026-05-14T21:55:36.302Z Downloaded progenitor-macro v0.11.2
8442026-05-14T21:55:36.302Z Downloaded paste v1.0.15
8452026-05-14T21:55:36.307Z Downloaded progenitor-client v0.14.0
8462026-05-14T21:55:36.307Z Downloaded progenitor-macro v0.14.0
8472026-05-14T21:55:36.307Z Downloaded progenitor-client v0.10.0
8482026-05-14T21:55:36.307Z Downloaded heapless v0.7.17
8492026-05-14T21:55:36.310Z Downloaded parse-display-derive v0.10.0
8502026-05-14T21:55:36.310Z Downloaded futures v0.3.32
8512026-05-14T21:55:36.313Z Downloaded libbz2-rs-sys v0.2.2
8522026-05-14T21:55:36.313Z Downloaded heapless v0.8.0
8532026-05-14T21:55:36.316Z Downloaded progenitor-macro v0.13.0
8542026-05-14T21:55:36.316Z Downloaded predicates-tree v1.0.13
8552026-05-14T21:55:36.316Z Downloaded quick-error v1.2.3
8562026-05-14T21:55:36.320Z Downloaded darling_core v0.21.3
8572026-05-14T21:55:36.327Z Downloaded pem v3.0.6
8582026-05-14T21:55:36.327Z Downloaded radium v0.7.0
8592026-05-14T21:55:36.327Z Downloaded peg-macros v0.8.5
8602026-05-14T21:55:36.330Z Downloaded flate2 v1.1.9
8612026-05-14T21:55:36.330Z Downloaded litrs v1.0.0
8622026-05-14T21:55:36.330Z Downloaded der v0.7.10
8632026-05-14T21:55:36.334Z Downloaded phf v0.13.1
8642026-05-14T21:55:36.334Z Downloaded phf v0.12.1
8652026-05-14T21:55:36.339Z Downloaded pem-rfc7468 v0.7.0
8662026-05-14T21:55:36.339Z Downloaded flume v0.11.1
8672026-05-14T21:55:36.346Z Downloaded pin-project-internal v1.1.11
8682026-05-14T21:55:36.347Z Downloaded ppv-lite86 v0.2.21
8692026-05-14T21:55:36.347Z Downloaded pin-project-lite v0.2.17
8702026-05-14T21:55:36.351Z Downloaded predicates v3.1.4
8712026-05-14T21:55:36.351Z Downloaded rand_chacha v0.3.1
8722026-05-14T21:55:36.351Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-05-14T21:55:36.352Z Downloaded ref-cast-impl v1.0.25
8742026-05-14T21:55:36.352Z Downloaded progenitor v0.11.2
8752026-05-14T21:55:36.352Z Downloaded pkg-config v0.3.32
8762026-05-14T21:55:36.352Z Downloaded pkcs8 v0.10.2
8772026-05-14T21:55:36.355Z Downloaded ref-cast v1.0.25
8782026-05-14T21:55:36.355Z Downloaded async-compression v0.4.41
8792026-05-14T21:55:36.358Z Downloaded recursive v0.1.1
8802026-05-14T21:55:36.358Z Downloaded indexmap v1.9.3
8812026-05-14T21:55:36.361Z Downloaded crossterm v0.29.0
8822026-05-14T21:55:36.364Z Downloaded primeorder v0.13.6
8832026-05-14T21:55:36.369Z Downloaded password-hash v0.5.0
8842026-05-14T21:55:36.369Z Downloaded progenitor v0.14.0
8852026-05-14T21:55:36.369Z Downloaded progenitor-extras v0.2.0
8862026-05-14T21:55:36.369Z Downloaded progenitor-client v0.13.0
8872026-05-14T21:55:36.374Z Downloaded parking_lot v0.12.5
8882026-05-14T21:55:36.374Z Downloaded parking_lot v0.11.2
8892026-05-14T21:55:36.374Z Downloaded postgres-protocol v0.6.10
8902026-05-14T21:55:36.378Z Downloaded cc v1.2.56
8912026-05-14T21:55:36.378Z Downloaded omicron-zone-package v0.12.2
8922026-05-14T21:55:36.378Z Downloaded polyval v0.6.2
8932026-05-14T21:55:36.381Z Downloaded password-hash v0.4.2
8942026-05-14T21:55:36.381Z Downloaded derive_more-impl v2.1.1
8952026-05-14T21:55:36.384Z Downloaded psl-types v2.0.11
8962026-05-14T21:55:36.384Z Downloaded hickory-resolver v0.25.2
8972026-05-14T21:55:36.387Z Downloaded ed25519-dalek v2.2.0
8982026-05-14T21:55:36.390Z Downloaded r2d2 v0.8.10
8992026-05-14T21:55:36.390Z Downloaded expectorate v1.2.0
9002026-05-14T21:55:36.393Z Downloaded psm v0.1.30
9012026-05-14T21:55:36.393Z Downloaded dropshot-api-manager v0.7.1
9022026-05-14T21:55:36.396Z Downloaded rfc6979 v0.4.0
9032026-05-14T21:55:36.396Z Downloaded pkcs1 v0.7.5
9042026-05-14T21:55:36.399Z Downloaded rustc_version v0.4.1
9052026-05-14T21:55:36.399Z Downloaded rustc_version v0.1.7
9062026-05-14T21:55:36.399Z Downloaded rustc-hash v2.1.1
9072026-05-14T21:55:36.402Z Downloaded russh-cryptovec v0.7.3
9082026-05-14T21:55:36.402Z Downloaded rtoolbox v0.0.3
9092026-05-14T21:55:36.402Z Downloaded packed_struct v0.10.1
9102026-05-14T21:55:36.402Z Downloaded rand_core v0.6.4
9112026-05-14T21:55:36.405Z Downloaded rand_seeder v0.4.0
9122026-05-14T21:55:36.405Z Downloaded rand_core v0.10.0
9132026-05-14T21:55:36.405Z Downloaded rand_xorshift v0.4.0
9142026-05-14T21:55:36.408Z Downloaded rand_chacha v0.9.0
9152026-05-14T21:55:36.408Z Downloaded poly1305 v0.8.0
9162026-05-14T21:55:36.411Z Downloaded oso v0.27.3
9172026-05-14T21:55:36.411Z Downloaded parking_lot_core v0.9.12
9182026-05-14T21:55:36.416Z Downloaded pkcs5 v0.7.1
9192026-05-14T21:55:36.418Z Downloaded salsa20 v0.10.2
9202026-05-14T21:55:36.418Z Downloaded p256 v0.13.2
9212026-05-14T21:55:36.418Z Downloaded ignore v0.4.25
9222026-05-14T21:55:36.422Z Downloaded rand_core v0.9.5
9232026-05-14T21:55:36.422Z Downloaded miniz_oxide v0.8.9
9242026-05-14T21:55:36.425Z Downloaded indicatif v0.18.4
9252026-05-14T21:55:36.425Z Downloaded proc-macro-error2 v2.0.1
9262026-05-14T21:55:36.428Z Downloaded sapling-renderdag v0.1.0
9272026-05-14T21:55:36.429Z Downloaded papergrid v0.17.0
9282026-05-14T21:55:36.433Z Downloaded scheduled-thread-pool v0.2.7
9292026-05-14T21:55:36.433Z Downloaded num-complex v0.4.6
9302026-05-14T21:55:36.437Z Downloaded secrecy v0.8.0
9312026-05-14T21:55:36.437Z Downloaded progenitor v0.13.0
9322026-05-14T21:55:36.438Z Downloaded scopeguard v1.2.0
9332026-05-14T21:55:36.438Z Downloaded num_enum_derive v0.7.5
9342026-05-14T21:55:36.442Z Downloaded num_enum v0.7.5
9352026-05-14T21:55:36.442Z Downloaded hickory-server v0.25.2
9362026-05-14T21:55:36.445Z Downloaded jiff-static v0.2.21
9372026-05-14T21:55:36.445Z Downloaded hickory-resolver v0.24.4
9382026-05-14T21:55:36.448Z Downloaded num_enum v0.5.11
9392026-05-14T21:55:36.451Z Downloaded serde_bytes v0.11.19
9402026-05-14T21:55:36.451Z Downloaded serde_urlencoded v0.7.1
9412026-05-14T21:55:36.455Z Downloaded serde-big-array v0.5.1
9422026-05-14T21:55:36.455Z Downloaded semver v0.1.20
9432026-05-14T21:55:36.455Z Downloaded secrecy v0.10.3
9442026-05-14T21:55:36.455Z Downloaded http v1.4.0
9452026-05-14T21:55:36.458Z Downloaded scrypt v0.11.0
9462026-05-14T21:55:36.458Z Downloaded resolv-conf v0.7.6
9472026-05-14T21:55:36.462Z Downloaded scroll_derive v0.13.1
9482026-05-14T21:55:36.462Z Downloaded memmap2 v0.9.10
9492026-05-14T21:55:36.462Z Downloaded getrandom v0.3.4
9502026-05-14T21:55:36.464Z Downloaded enum-as-inner v0.6.1
9512026-05-14T21:55:36.465Z Downloaded pin-project v1.1.11
9522026-05-14T21:55:36.471Z Downloaded shell-words v1.1.1
9532026-05-14T21:55:36.474Z Downloaded serde_repr v0.1.20
9542026-05-14T21:55:36.474Z Downloaded serde_spanned v1.0.4
9552026-05-14T21:55:36.474Z Downloaded rustls-native-certs v0.8.3
9562026-05-14T21:55:36.478Z Downloaded openssl-sys v0.9.115
9572026-05-14T21:55:36.482Z Downloaded quinn-udp v0.5.14
9582026-05-14T21:55:36.482Z Downloaded postgres-types v0.2.12
9592026-05-14T21:55:36.482Z Downloaded endian-type v0.1.2
9602026-05-14T21:55:36.482Z Downloaded dropshot-api-manager-types v0.7.1
9612026-05-14T21:55:36.485Z Downloaded prefix-trie v0.7.0
9622026-05-14T21:55:36.485Z Downloaded signal-hook-tokio v0.3.1
9632026-05-14T21:55:36.485Z Downloaded rustversion v1.0.22
9642026-05-14T21:55:36.488Z Downloaded hyper-util v0.1.20
9652026-05-14T21:55:36.491Z Downloaded sigpipe v0.1.3
9662026-05-14T21:55:36.491Z Downloaded postcard v1.1.3
9672026-05-14T21:55:36.494Z Downloaded signature v2.2.0
9682026-05-14T21:55:36.494Z Downloaded rusty-fork v0.3.1
9692026-05-14T21:55:36.494Z Downloaded aead v0.5.2
9702026-05-14T21:55:36.498Z Downloaded slog-bunyan v2.5.0
9712026-05-14T21:55:36.501Z Downloaded same-file v1.0.6
9722026-05-14T21:55:36.504Z Downloaded siphasher v1.0.2
9732026-05-14T21:55:36.508Z Downloaded progenitor-impl v0.11.2
9742026-05-14T21:55:36.511Z Downloaded scroll v0.13.0
9752026-05-14T21:55:36.512Z Downloaded serde_plain v1.0.2
9762026-05-14T21:55:36.516Z Downloaded serde-hex v0.1.0
9772026-05-14T21:55:36.516Z Downloaded sec1 v0.7.3
9782026-05-14T21:55:36.516Z Downloaded sct v0.7.1
9792026-05-14T21:55:36.516Z Downloaded progenitor-impl v0.14.0
9802026-05-14T21:55:36.521Z Downloaded hashbrown v0.12.3
9812026-05-14T21:55:36.525Z Downloaded ssh-encoding v0.2.0
9822026-05-14T21:55:36.525Z Downloaded ssh-cipher v0.2.0
9832026-05-14T21:55:36.525Z Downloaded seq-macro v0.3.6
9842026-05-14T21:55:36.530Z Downloaded schemars_derive v0.8.22
9852026-05-14T21:55:36.536Z Downloaded serde_path_to_error v0.1.20
9862026-05-14T21:55:36.540Z Downloaded sqlparser_derive v0.5.0
9872026-05-14T21:55:36.540Z Downloaded rustls-pemfile v1.0.4
9882026-05-14T21:55:36.540Z Downloaded strum v0.26.3
9892026-05-14T21:55:36.540Z Downloaded strip-ansi-escapes v0.2.1
9902026-05-14T21:55:36.542Z Downloaded serde_derive_internals v0.29.1
9912026-05-14T21:55:36.546Z Downloaded rustls-pki-types v1.14.0
9922026-05-14T21:55:36.548Z Downloaded russh-keys v0.45.0
9932026-05-14T21:55:36.551Z Downloaded rustls-pemfile v2.2.0
9942026-05-14T21:55:36.554Z Downloaded strum v0.27.2
9952026-05-14T21:55:36.554Z Downloaded subtle v2.6.1
9962026-05-14T21:55:36.554Z Downloaded structmeta-derive v0.3.0
9972026-05-14T21:55:36.559Z Downloaded structmeta v0.3.0
9982026-05-14T21:55:36.559Z Downloaded signal-hook-registry v1.4.8
9992026-05-14T21:55:36.559Z Downloaded signal-hook-mio v0.2.5
10002026-05-14T21:55:36.562Z Downloaded mio v1.2.0
10012026-05-14T21:55:36.564Z Downloaded minimal-lexical v0.2.1
10022026-05-14T21:55:36.567Z Downloaded slog-envlogger v2.2.0
10032026-05-14T21:55:36.567Z Downloaded supports-color v3.0.2
10042026-05-14T21:55:36.567Z Downloaded sync_wrapper v1.0.2
10052026-05-14T21:55:36.570Z Downloaded shlex v1.3.0
10062026-05-14T21:55:36.570Z Downloaded slog-dtrace v0.3.0
10072026-05-14T21:55:36.570Z Downloaded prettyplease v0.2.37
10082026-05-14T21:55:36.574Z Downloaded slab v0.4.12
10092026-05-14T21:55:36.577Z Downloaded smallvec v0.6.14
10102026-05-14T21:55:36.577Z Downloaded smf v0.2.3
10112026-05-14T21:55:36.577Z Downloaded hashbrown v0.13.2
10122026-05-14T21:55:36.580Z Downloaded aes v0.8.4
10132026-05-14T21:55:36.583Z Downloaded tap v1.0.1
10142026-05-14T21:55:36.583Z Downloaded tabwriter v1.4.1
10152026-05-14T21:55:36.583Z Downloaded tabled_derive v0.11.0
10162026-05-14T21:55:36.586Z Downloaded testing_table v0.3.0
10172026-05-14T21:55:36.586Z Downloaded take_mut v0.2.2
10182026-05-14T21:55:36.589Z Downloaded tagptr v0.2.0
10192026-05-14T21:55:36.591Z Downloaded slog-stdlog v4.1.1
10202026-05-14T21:55:36.591Z Downloaded spki v0.7.3
10212026-05-14T21:55:36.594Z Downloaded itertools v0.10.5
10222026-05-14T21:55:36.597Z Downloaded num-bigint v0.4.6
10232026-05-14T21:55:36.601Z Downloaded sqlformat v0.3.5
10242026-05-14T21:55:36.601Z Downloaded slog-scope v4.4.1
10252026-05-14T21:55:36.601Z Downloaded stringprep v0.1.5
10262026-05-14T21:55:36.604Z Downloaded string_cache v0.8.9
10272026-05-14T21:55:36.604Z Downloaded static_assertions v1.1.0
10282026-05-14T21:55:36.604Z Downloaded snafu-derive v0.8.9
10292026-05-14T21:55:36.604Z Downloaded tinyvec_macros v0.1.1
10302026-05-14T21:55:36.607Z Downloaded time-core v0.1.8
10312026-05-14T21:55:36.607Z Downloaded thread-id v5.1.0
10322026-05-14T21:55:36.607Z Downloaded thiserror-impl-no-std v2.0.2
10332026-05-14T21:55:36.607Z Downloaded termtree v0.5.1
10342026-05-14T21:55:36.610Z Downloaded slog-json v2.6.1
10352026-05-14T21:55:36.614Z Downloaded sync-ptr v0.1.4
10362026-05-14T21:55:36.618Z Downloaded strum_macros v0.24.3
10372026-05-14T21:55:36.622Z Downloaded ron v0.8.1
10382026-05-14T21:55:36.622Z Downloaded sha1 v0.10.6
10392026-05-14T21:55:36.627Z Downloaded serde_with_macros v3.17.0
10402026-05-14T21:55:36.627Z Downloaded pretty_assertions v1.4.1
10412026-05-14T21:55:36.627Z Downloaded serde_cbor v0.11.2
10422026-05-14T21:55:36.631Z Downloaded strum_macros v0.26.4
10432026-05-14T21:55:36.634Z Downloaded aws-lc-rs v1.16.3
10442026-05-14T21:55:36.637Z Downloaded support-bundle-viewer v0.1.2
10452026-05-14T21:55:36.640Z Downloaded rustls-platform-verifier v0.6.2
10462026-05-14T21:55:36.643Z Downloaded tokio-macros v2.7.0
10472026-05-14T21:55:36.643Z Downloaded rayon-core v1.13.0
10482026-05-14T21:55:36.647Z Downloaded slog-term v2.9.2
10492026-05-14T21:55:36.647Z Downloaded spin v0.9.8
10502026-05-14T21:55:36.650Z Downloaded simd-adler32 v0.3.8
10512026-05-14T21:55:36.650Z Downloaded rcgen v0.12.1
10522026-05-14T21:55:36.650Z Downloaded schemars v0.8.22
10532026-05-14T21:55:36.657Z Downloaded strum_macros v0.27.2
10542026-05-14T21:55:36.660Z Downloaded ryu v1.0.23
10552026-05-14T21:55:36.660Z Downloaded publicsuffix v2.3.0
10562026-05-14T21:55:36.665Z Downloaded qorb v0.4.1
10572026-05-14T21:55:36.668Z Downloaded termios v0.3.3
10582026-05-14T21:55:36.668Z Downloaded nom v7.1.3
10592026-05-14T21:55:36.671Z Downloaded hashbrown v0.16.1
10602026-05-14T21:55:36.674Z Downloaded tower-service v0.3.3
10612026-05-14T21:55:36.674Z Downloaded tower-layer v0.3.3
10622026-05-14T21:55:36.674Z Downloaded topological-sort v0.2.2
10632026-05-14T21:55:36.677Z Downloaded progenitor-impl v0.13.0
10642026-05-14T21:55:36.677Z Downloaded hashbrown v0.15.5
10652026-05-14T21:55:36.680Z Downloaded try-lock v0.2.5
10662026-05-14T21:55:36.683Z Downloaded trait-variant v0.1.2
10672026-05-14T21:55:36.683Z Downloaded stacker v0.1.23
10682026-05-14T21:55:36.683Z Downloaded signal-hook v0.3.18
10692026-05-14T21:55:36.693Z Downloaded tokio-dtrace v0.1.1
10702026-05-14T21:55:36.693Z Downloaded aes-gcm v0.10.3
10712026-05-14T21:55:36.697Z Downloaded rand v0.8.6
10722026-05-14T21:55:36.697Z Downloaded tiny-keccak v2.0.2
10732026-05-14T21:55:36.697Z Downloaded quinn v0.11.9
10742026-05-14T21:55:36.704Z Downloaded typify-macro v0.6.2
10752026-05-14T21:55:36.704Z Downloaded tokio-native-tls v0.3.1
10762026-05-14T21:55:36.707Z Downloaded time-macros v0.2.27
10772026-05-14T21:55:36.707Z Downloaded typify-macro v0.4.3
10782026-05-14T21:55:36.707Z Downloaded libxml v0.3.3
10792026-05-14T21:55:36.707Z Downloaded unit-prefix v0.5.2
10802026-05-14T21:55:36.710Z Downloaded tokio-rustls v0.25.0
10812026-05-14T21:55:36.713Z Downloaded tokio-tungstenite v0.23.1
10822026-05-14T21:55:36.713Z Downloaded unicode-truncate v1.1.0
10832026-05-14T21:55:36.718Z Downloaded unarray v0.1.4
10842026-05-14T21:55:36.718Z Downloaded tokio-tungstenite v0.21.0
10852026-05-14T21:55:36.720Z Downloaded iri-string v0.7.10
10862026-05-14T21:55:36.723Z Downloaded term v0.7.0
10872026-05-14T21:55:36.726Z Downloaded term v1.2.1
10882026-05-14T21:55:36.730Z Downloaded untrusted v0.7.1
10892026-05-14T21:55:36.731Z Downloaded similar v2.7.0
10902026-05-14T21:55:36.735Z Downloaded utf-8 v0.7.6
10912026-05-14T21:55:36.735Z Downloaded slog-async v2.8.0
10922026-05-14T21:55:36.735Z Downloaded itertools v0.12.1
10932026-05-14T21:55:36.738Z Downloaded usdt-macro v0.6.0
10942026-05-14T21:55:36.738Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10952026-05-14T21:55:36.741Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-05-14T21:55:36.741Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-14T21:55:36.744Z Downloaded socket2 v0.5.10
10982026-05-14T21:55:36.744Z Downloaded rsa v0.9.10
10992026-05-14T21:55:36.747Z Downloaded usdt-attr-macro v0.6.0
11002026-05-14T21:55:36.747Z Downloaded tui-tree-widget v0.23.1
11012026-05-14T21:55:36.747Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-05-14T21:55:36.750Z Downloaded void v1.0.2
11032026-05-14T21:55:36.750Z Downloaded thread_local v1.1.9
11042026-05-14T21:55:36.750Z Downloaded usdt v0.6.0
11052026-05-14T21:55:36.750Z Downloaded universal-hash v0.5.1
11062026-05-14T21:55:36.753Z Downloaded thiserror-no-std v2.0.2
11072026-05-14T21:55:36.759Z Downloaded tls_codec_derive v0.4.2
11082026-05-14T21:55:36.763Z Downloaded rand v0.9.2
11092026-05-14T21:55:36.763Z Downloaded tls_codec v0.4.2
11102026-05-14T21:55:36.768Z Downloaded want v0.3.1
11112026-05-14T21:55:36.768Z Downloaded rustls-webpki v0.103.9
11122026-05-14T21:55:36.771Z Downloaded schemars v0.9.0
11132026-05-14T21:55:36.775Z Downloaded subprocess v0.2.15
11142026-05-14T21:55:36.784Z Downloaded hyper v1.8.1
11152026-05-14T21:55:36.788Z Downloaded waitgroup v0.1.2
11162026-05-14T21:55:36.788Z Downloaded unicase v2.9.0
11172026-05-14T21:55:36.788Z Downloaded wait-timeout v0.2.1
11182026-05-14T21:55:36.788Z Downloaded tokio-rustls v0.26.4
11192026-05-14T21:55:36.788Z Downloaded xattr v1.6.1
11202026-05-14T21:55:36.788Z Downloaded tokio-rustls v0.24.1
11212026-05-14T21:55:36.795Z Downloaded h2 v0.4.13
11222026-05-14T21:55:36.797Z Downloaded untrusted v0.9.0
11232026-05-14T21:55:36.797Z Downloaded itertools v0.13.0
11242026-05-14T21:55:36.797Z Downloaded xshell-macros v0.2.7
11252026-05-14T21:55:36.801Z Downloaded socket2 v0.6.3
11262026-05-14T21:55:36.801Z Downloaded tokio-stream v0.1.18
11272026-05-14T21:55:36.804Z Downloaded usdt-impl v0.6.0
11282026-05-14T21:55:36.804Z Downloaded slog v2.8.2
11292026-05-14T21:55:36.807Z Downloaded samael v0.0.19
11302026-05-14T21:55:36.810Z Downloaded zeroize_derive v1.4.3
11312026-05-14T21:55:36.810Z Downloaded num-bigint-dig v0.8.6
11322026-05-14T21:55:36.813Z Downloaded itertools v0.14.0
11332026-05-14T21:55:36.816Z Downloaded test-strategy v0.4.5
11342026-05-14T21:55:36.819Z Downloaded uzers v0.12.2
11352026-05-14T21:55:36.819Z Downloaded vergen-git2 v9.1.0
11362026-05-14T21:55:36.819Z Downloaded zone v0.3.1
11372026-05-14T21:55:36.822Z Downloaded snafu v0.8.9
11382026-05-14T21:55:36.825Z Downloaded zone_cfg_derive v0.3.1
11392026-05-14T21:55:36.826Z Downloaded vergen-gitcl v1.0.8
11402026-05-14T21:55:36.826Z Downloaded toml_parser v1.0.9+spec-1.1.0
11412026-05-14T21:55:36.828Z Downloaded aho-corasick v1.1.4
11422026-05-14T21:55:36.831Z Downloaded vergen-lib v0.1.6
11432026-05-14T21:55:36.831Z Downloaded tinyvec v1.10.0
11442026-05-14T21:55:36.833Z Downloaded rand v0.10.0
11452026-05-14T21:55:36.836Z Downloaded blake3 v1.8.3
11462026-05-14T21:55:36.838Z Downloaded twox-hash v2.1.2
11472026-05-14T21:55:36.841Z Downloaded vergen-lib v9.1.0
11482026-05-14T21:55:36.841Z Downloaded schemars v1.2.1
11492026-05-14T21:55:36.850Z Downloaded walkdir v2.5.0
11502026-05-14T21:55:36.852Z Downloaded iddqd v0.3.18
11512026-05-14T21:55:36.855Z Downloaded wyz v0.5.1
11522026-05-14T21:55:36.855Z Downloaded whoami v1.6.1
11532026-05-14T21:55:36.859Z Downloaded futures-util v0.3.32
11542026-05-14T21:55:36.863Z Downloaded toml v0.7.8
11552026-05-14T21:55:36.867Z Downloaded whoami v2.1.0
11562026-05-14T21:55:36.871Z Downloaded tar v0.4.45
11572026-05-14T21:55:36.871Z Downloaded xshell v0.2.7
11582026-05-14T21:55:36.871Z Downloaded zeroize v1.8.2
11592026-05-14T21:55:36.875Z Downloaded russh v0.45.0
11602026-05-14T21:55:36.880Z Downloaded zstd-safe v7.2.4
11612026-05-14T21:55:36.882Z Downloaded tracing-attributes v0.1.31
11622026-05-14T21:55:36.885Z Downloaded hkdf v0.12.4
11632026-05-14T21:55:36.889Z Downloaded vsss-rs v3.3.4
11642026-05-14T21:55:36.894Z Downloaded tungstenite v0.23.0
11652026-05-14T21:55:36.897Z Downloaded vergen v9.1.0
11662026-05-14T21:55:36.897Z Downloaded typify v0.4.3
11672026-05-14T21:55:36.900Z Downloaded p521 v0.13.3
11682026-05-14T21:55:36.905Z Downloaded tungstenite v0.21.0
11692026-05-14T21:55:36.909Z Downloaded unicode-bidi v0.3.18
11702026-05-14T21:55:36.909Z Downloaded unicode-properties v0.1.4
11712026-05-14T21:55:36.909Z Downloaded rustyline v14.0.0
11722026-05-14T21:55:36.913Z Downloaded libm v0.2.16
11732026-05-14T21:55:36.918Z Downloaded yasna v0.5.2
11742026-05-14T21:55:36.921Z Downloaded zerocopy v0.6.6
11752026-05-14T21:55:36.921Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-05-14T21:55:36.925Z Downloaded unsafe-libyaml v0.2.11
11772026-05-14T21:55:36.925Z Downloaded ssh-key v0.6.7
11782026-05-14T21:55:36.928Z Downloaded rpassword v7.4.0
11792026-05-14T21:55:36.931Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-14T21:55:36.946Z Downloaded tracing-core v0.1.36
11812026-05-14T21:55:36.951Z Downloaded reedline v0.40.0
11822026-05-14T21:55:36.954Z Downloaded zstd v0.13.3
11832026-05-14T21:55:36.954Z Downloaded vte v0.14.1
11842026-05-14T21:55:36.960Z Downloaded typify v0.6.2
11852026-05-14T21:55:36.960Z Downloaded steno v0.4.1
11862026-05-14T21:55:36.975Z Downloaded uuid v1.23.0
11872026-05-14T21:55:36.978Z Downloaded toml_edit v0.19.15
11882026-05-14T21:55:36.998Z Downloaded zopfli v0.8.3
11892026-05-14T21:55:37.002Z Downloaded bindgen v0.71.1
11902026-05-14T21:55:37.005Z Downloaded unicode_categories v0.1.1
11912026-05-14T21:55:37.005Z Downloaded tokio-postgres v0.7.16
11922026-05-14T21:55:37.008Z Downloaded bitvec v1.0.1
11932026-05-14T21:55:37.018Z Downloaded zip v0.6.6
11942026-05-14T21:55:37.033Z Downloaded reqwest v0.12.28
11952026-05-14T21:55:37.040Z Downloaded chrono v0.4.44
11962026-05-14T21:55:37.040Z Downloaded git2 v0.20.4
11972026-05-14T21:55:37.040Z Downloaded rayon v1.11.0
11982026-05-14T21:55:37.040Z Downloaded typed-path v0.9.3
11992026-05-14T21:55:37.044Z Downloaded p384 v0.13.1
12002026-05-14T21:55:37.052Z Downloaded zerocopy-derive v0.8.40
12012026-05-14T21:55:37.057Z Downloaded yansi v1.0.1
12022026-05-14T21:55:37.060Z Downloaded tower v0.5.3
12032026-05-14T21:55:37.064Z Downloaded reqwest v0.13.2
12042026-05-14T21:55:37.068Z Downloaded regex v1.12.3
12052026-05-14T21:55:37.072Z Downloaded x509-cert v0.2.5
12062026-05-14T21:55:37.075Z Downloaded curve25519-dalek v4.1.3
12072026-05-14T21:55:37.081Z Downloaded unicode-segmentation v1.12.0
12082026-05-14T21:55:37.084Z Downloaded moka v0.12.13
12092026-05-14T21:55:37.087Z Downloaded goblin v0.10.5
12102026-05-14T21:55:37.092Z Downloaded rustls-webpki v0.101.7
12112026-05-14T21:55:37.100Z Downloaded salty v0.3.0
12122026-05-14T21:55:37.103Z Downloaded portable-atomic v1.13.1
12132026-05-14T21:55:37.109Z Downloaded quick-xml v0.37.5
12142026-05-14T21:55:37.121Z Downloaded serde_with v3.17.0
12152026-05-14T21:55:37.125Z Downloaded tough v0.22.0
12162026-05-14T21:55:37.131Z Downloaded tower-http v0.6.8
12172026-05-14T21:55:37.135Z Downloaded zip v4.6.1
12182026-05-14T21:55:37.138Z Downloaded proptest v1.10.0
12192026-05-14T21:55:37.143Z Downloaded tokio-util v0.7.18
12202026-05-14T21:55:37.149Z Downloaded unicode-normalization v0.1.25
12212026-05-14T21:55:37.152Z Downloaded rustls-webpki v0.102.8
12222026-05-14T21:55:37.161Z Downloaded lalrpop v0.19.12
12232026-05-14T21:55:37.167Z Downloaded nix v0.27.1
12242026-05-14T21:55:37.173Z Downloaded petname v2.0.2
12252026-05-14T21:55:37.176Z Downloaded quinn-proto v0.11.13
12262026-05-14T21:55:37.187Z Downloaded winnow v0.6.26
12272026-05-14T21:55:37.205Z Downloaded bstr v1.12.1
12282026-05-14T21:55:37.218Z Downloaded object v0.30.4
12292026-05-14T21:55:37.232Z Downloaded nix v0.28.0
12302026-05-14T21:55:37.238Z Downloaded winnow v0.5.40
12312026-05-14T21:55:37.244Z Downloaded openssl v0.10.79
12322026-05-14T21:55:37.250Z Downloaded polar-core v0.27.3
12332026-05-14T21:55:37.256Z Downloaded dropshot v0.17.0
12342026-05-14T21:55:37.269Z Downloaded tabled v0.20.0
12352026-05-14T21:55:37.279Z Downloaded regex-syntax v0.6.29
12362026-05-14T21:55:37.283Z Downloaded time v0.3.47
12372026-05-14T21:55:37.290Z Downloaded smoltcp v0.9.1
12382026-05-14T21:55:37.300Z Downloaded radix_trie v0.2.1
12392026-05-14T21:55:37.302Z Downloaded rustls v0.21.12
12402026-05-14T21:55:37.306Z Downloaded zlib-rs v0.6.2
12412026-05-14T21:55:37.310Z Downloaded object v0.37.3
12422026-05-14T21:55:37.316Z Downloaded vcpkg v0.2.15
12432026-05-14T21:55:37.340Z Downloaded zerocopy v0.8.40
12442026-05-14T21:55:37.346Z Downloaded nix v0.31.2
12452026-05-14T21:55:37.352Z Downloaded webpki-roots v1.0.6
12462026-05-14T21:55:37.355Z Downloaded openapiv3 v2.2.0
12472026-05-14T21:55:37.361Z Downloaded rustls v0.23.37
12482026-05-14T21:55:37.368Z Downloaded rustls v0.22.4
12492026-05-14T21:55:37.376Z Downloaded regex-syntax v0.8.10
12502026-05-14T21:55:37.380Z Downloaded regress v0.11.1
12512026-05-14T21:55:37.387Z Downloaded regress v0.10.5
12522026-05-14T21:55:37.391Z Downloaded rustix v0.38.44
12532026-05-14T21:55:37.403Z Downloaded hickory-proto v0.25.2
12542026-05-14T21:55:37.413Z Downloaded diesel v2.3.7
12552026-05-14T21:55:37.426Z Downloaded smoltcp v0.11.0
12562026-05-14T21:55:37.432Z Downloaded hickory-proto v0.24.4
12572026-05-14T21:55:37.458Z Downloaded sled v0.34.7
12582026-05-14T21:55:37.463Z Downloaded typify-impl v0.6.2
12592026-05-14T21:55:37.473Z Downloaded tracing v0.1.44
12602026-05-14T21:55:37.484Z Downloaded sqlparser v0.61.0
12612026-05-14T21:55:37.491Z Downloaded bzip2-sys v0.1.13+1.0.8
12622026-05-14T21:55:37.497Z Downloaded ratatui v0.29.0
12632026-05-14T21:55:37.508Z Downloaded typify-impl v0.4.3
12642026-05-14T21:55:37.528Z Downloaded zerocopy-derive v0.6.6
12652026-05-14T21:55:37.544Z Downloaded jiff v0.2.21
12662026-05-14T21:55:37.554Z Downloaded petgraph v0.6.5
12672026-05-14T21:55:37.565Z Downloaded regex-automata v0.4.14
12682026-05-14T21:55:37.589Z Downloaded chrono-tz v0.10.4
12692026-05-14T21:55:37.600Z Downloaded petgraph v0.8.3
12702026-05-14T21:55:37.612Z Downloaded csv v1.4.0
12712026-05-14T21:55:37.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-05-14T21:55:37.635Z Downloaded sha3 v0.10.8
12732026-05-14T21:55:37.645Z Downloaded libz-sys v1.1.24
12742026-05-14T21:55:37.659Z Downloaded tokio v1.52.1
12752026-05-14T21:55:37.694Z Downloaded encoding_rs v0.8.35
12762026-05-14T21:55:37.775Z Downloaded ring v0.17.14
12772026-05-14T21:55:37.813Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-05-14T21:55:38.336Z Downloaded aws-lc-sys v0.40.0
12792026-05-14T21:55:38.587Z Compiling libc v0.2.185
12802026-05-14T21:55:38.587Z Compiling serde v1.0.228
12812026-05-14T21:55:38.590Z Compiling log v0.4.29
12822026-05-14T21:55:38.590Z Compiling find-msvc-tools v0.1.9
12832026-05-14T21:55:38.590Z Compiling shlex v1.3.0
12842026-05-14T21:55:38.590Z Compiling smallvec v1.15.1
12852026-05-14T21:55:38.590Z Compiling typenum v1.19.0
12862026-05-14T21:55:38.590Z Compiling subtle v2.6.1
12872026-05-14T21:55:38.590Z Compiling generic-array v0.14.7
12882026-05-14T21:55:38.591Z Compiling scopeguard v1.2.0
12892026-05-14T21:55:38.728Z Compiling const-oid v0.9.6
12902026-05-14T21:55:38.806Z Compiling serde_json v1.0.149
12912026-05-14T21:55:38.833Z Compiling syn v2.0.117
12922026-05-14T21:55:38.845Z Compiling zerocopy v0.8.40
12932026-05-14T21:55:38.849Z Compiling portable-atomic v1.13.1
12942026-05-14T21:55:38.880Z Compiling parking_lot_core v0.9.12
12952026-05-14T21:55:38.910Z Compiling lock_api v0.4.14
12962026-05-14T21:55:38.922Z Compiling pin-project-lite v0.2.17
12972026-05-14T21:55:38.955Z Compiling pkg-config v0.3.32
12982026-05-14T21:55:38.987Z Compiling bitflags v2.11.0
12992026-05-14T21:55:38.990Z Compiling libm v0.2.16
13002026-05-14T21:55:39.030Z Compiling futures-core v0.3.32
13012026-05-14T21:55:39.073Z Compiling critical-section v1.2.0
13022026-05-14T21:55:39.104Z Compiling num-traits v0.2.19
13032026-05-14T21:55:39.149Z Compiling percent-encoding v2.3.2
13042026-05-14T21:55:39.176Z Compiling futures-sink v0.3.32
13052026-05-14T21:55:39.220Z Compiling slab v0.4.12
13062026-05-14T21:55:39.223Z Compiling futures-task v0.3.32
13072026-05-14T21:55:39.247Z Compiling getrandom v0.4.1
13082026-05-14T21:55:39.251Z Compiling futures-io v0.3.32
13092026-05-14T21:55:39.309Z Compiling futures-channel v0.3.32
13102026-05-14T21:55:39.341Z Compiling cpufeatures v0.2.17
13112026-05-14T21:55:39.371Z Compiling rand_core v0.10.0
13122026-05-14T21:55:39.413Z Compiling indexmap v2.14.0
13132026-05-14T21:55:39.429Z Compiling getrandom v0.3.4
13142026-05-14T21:55:39.443Z Compiling rustversion v1.0.22
13152026-05-14T21:55:39.443Z Compiling form_urlencoded v1.2.2
13162026-05-14T21:55:39.530Z Compiling fs_extra v1.3.0
13172026-05-14T21:55:39.544Z Compiling dunce v1.0.5
13182026-05-14T21:55:39.559Z Compiling base64ct v1.8.3
13192026-05-14T21:55:39.562Z Compiling ident_case v1.0.1
13202026-05-14T21:55:39.587Z Compiling getrandom v0.2.17
13212026-05-14T21:55:39.603Z Compiling jobserver v0.1.34
13222026-05-14T21:55:39.647Z Compiling errno v0.3.14
13232026-05-14T21:55:39.675Z Compiling mio v1.2.0
13242026-05-14T21:55:39.706Z Compiling socket2 v0.6.3
13252026-05-14T21:55:39.770Z Compiling rand_core v0.6.4
13262026-05-14T21:55:39.803Z Compiling signal-hook-registry v1.4.8
13272026-05-14T21:55:39.818Z Compiling cc v1.2.56
13282026-05-14T21:55:39.860Z Compiling parking_lot v0.12.5
13292026-05-14T21:55:39.874Z Compiling once_cell v1.21.3
13302026-05-14T21:55:39.980Z Compiling pem-rfc7468 v0.7.0
13312026-05-14T21:55:40.003Z Compiling iana-time-zone v0.1.65
13322026-05-14T21:55:40.061Z Compiling flagset v0.4.7
13332026-05-14T21:55:40.076Z Compiling regex-syntax v0.8.10
13342026-05-14T21:55:40.095Z Compiling rustix v1.1.3
13352026-05-14T21:55:40.110Z Compiling vcpkg v0.2.15
13362026-05-14T21:55:40.129Z Compiling aws-lc-rs v1.16.3
13372026-05-14T21:55:40.161Z Compiling tracing-core v0.1.36
13382026-05-14T21:55:40.211Z Compiling uuid v1.23.0
13392026-05-14T21:55:40.227Z Compiling rustc_version v0.4.1
13402026-05-14T21:55:40.242Z Compiling base64 v0.22.1
13412026-05-14T21:55:40.255Z Compiling httparse v1.10.1
13422026-05-14T21:55:40.300Z Compiling tinyvec_macros v0.1.1
13432026-05-14T21:55:40.379Z Compiling rand_core v0.9.5
13442026-05-14T21:55:40.429Z Compiling openssl-probe v0.2.1
13452026-05-14T21:55:40.443Z Compiling untrusted v0.9.0
13462026-05-14T21:55:40.517Z Compiling cmake v0.1.57
13472026-05-14T21:55:40.543Z Compiling untrusted v0.7.1
13482026-05-14T21:55:40.576Z Compiling tinyvec v1.10.0
13492026-05-14T21:55:40.580Z Compiling aho-corasick v1.1.4
13502026-05-14T21:55:40.604Z Compiling try-lock v0.2.5
13512026-05-14T21:55:40.634Z Compiling schemars v0.8.22
13522026-05-14T21:55:40.691Z Compiling atomic-waker v1.1.2
13532026-05-14T21:55:40.759Z Compiling dyn-clone v1.0.20
13542026-05-14T21:55:40.762Z Compiling tower-layer v0.3.3
13552026-05-14T21:55:40.806Z Compiling tower-service v0.3.3
13562026-05-14T21:55:40.806Z Compiling rustls v0.23.37
13572026-05-14T21:55:40.920Z Compiling want v0.3.1
13582026-05-14T21:55:40.935Z Compiling pin-utils v0.1.0
13592026-05-14T21:55:40.935Z Compiling openssl v0.10.79
13602026-05-14T21:55:40.961Z Compiling httpdate v1.0.3
13612026-05-14T21:55:40.964Z Compiling foreign-types-shared v0.1.1
13622026-05-14T21:55:41.005Z Compiling unicode-normalization v0.1.25
13632026-05-14T21:55:41.005Z Compiling spin v0.9.8
13642026-05-14T21:55:41.037Z Compiling crc32fast v1.5.0
13652026-05-14T21:55:41.042Z Compiling native-tls v0.2.18
13662026-05-14T21:55:41.042Z Compiling num-conv v0.2.0
13672026-05-14T21:55:41.042Z Compiling powerfmt v0.2.0
13682026-05-14T21:55:41.088Z Compiling foreign-types v0.3.2
13692026-05-14T21:55:41.104Z Compiling time-core v0.1.8
13702026-05-14T21:55:41.174Z Compiling wait-timeout v0.2.1
13712026-05-14T21:55:41.191Z Compiling sync_wrapper v1.0.2
13722026-05-14T21:55:41.222Z Compiling deranged v0.5.8
13732026-05-14T21:55:41.238Z Compiling usdt-impl v0.6.0
13742026-05-14T21:55:41.238Z Compiling quick-error v1.2.3
13752026-05-14T21:55:41.266Z Compiling unicode-segmentation v1.12.0
13762026-05-14T21:55:41.280Z Compiling time-macros v0.2.27
13772026-05-14T21:55:41.283Z Compiling crossbeam-utils v0.8.21
13782026-05-14T21:55:41.307Z Compiling syn v1.0.109
13792026-05-14T21:55:41.323Z Compiling num_threads v0.1.7
13802026-05-14T21:55:41.375Z Compiling simd-adler32 v0.3.8
13812026-05-14T21:55:41.397Z Compiling siphasher v1.0.2
13822026-05-14T21:55:41.442Z Compiling bit-vec v0.8.0
13832026-05-14T21:55:41.460Z Compiling aws-lc-sys v0.40.0
13842026-05-14T21:55:41.474Z Compiling ring v0.17.14
13852026-05-14T21:55:41.477Z Compiling openssl-sys v0.9.115
13862026-05-14T21:55:41.508Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13872026-05-14T21:55:41.670Z Compiling bzip2-sys v0.1.13+1.0.8
13882026-05-14T21:55:41.685Z Compiling bit-set v0.8.0
13892026-05-14T21:55:41.701Z Compiling regex-automata v0.4.14
13902026-05-14T21:55:41.746Z Compiling heapless v0.7.17
13912026-05-14T21:55:41.775Z Compiling synstructure v0.13.2
13922026-05-14T21:55:41.868Z Compiling serde_derive_internals v0.29.1
13932026-05-14T21:55:41.935Z Compiling pest_generator v2.8.6
13942026-05-14T21:55:41.981Z Compiling darling_core v0.20.11
13952026-05-14T21:55:41.998Z Compiling tempfile v3.25.0
13962026-05-14T21:55:42.059Z Compiling darling_core v0.21.3
13972026-05-14T21:55:42.347Z Compiling rusty-fork v0.3.1
13982026-05-14T21:55:42.409Z Compiling rand_xorshift v0.4.0
13992026-05-14T21:55:42.431Z Compiling slog v2.8.2
14002026-05-14T21:55:42.503Z Compiling time v0.3.47
14012026-05-14T21:55:42.557Z Compiling thread-id v5.1.0
14022026-05-14T21:55:42.602Z Compiling cookie v0.18.1
14032026-05-14T21:55:42.650Z Compiling anyhow v1.0.102
14042026-05-14T21:55:42.665Z Compiling adler2 v2.0.1
14052026-05-14T21:55:42.666Z Compiling paste v1.0.15
14062026-05-14T21:55:42.701Z Compiling ryu v1.0.23
14072026-05-14T21:55:42.717Z Compiling iri-string v0.7.10
14082026-05-14T21:55:42.733Z Compiling allocator-api2 v0.2.21
14092026-05-14T21:55:42.804Z Compiling unarray v0.1.4
14102026-05-14T21:55:42.819Z Compiling zstd-safe v7.2.4
14112026-05-14T21:55:42.853Z Compiling unicode-bidi v0.3.18
14122026-05-14T21:55:42.892Z Compiling signal-hook v0.3.18
14132026-05-14T21:55:42.928Z Compiling unicode-properties v0.1.4
14142026-05-14T21:55:43.037Z Compiling miniz_oxide v0.8.9
14152026-05-14T21:55:43.175Z Compiling heck v0.4.1
14162026-05-14T21:55:43.218Z Compiling stringprep v0.1.5
14172026-05-14T21:55:43.417Z Compiling num-integer v0.1.46
14182026-05-14T21:55:43.431Z Compiling curve25519-dalek v4.1.3
14192026-05-14T21:55:43.584Z Compiling serde_derive v1.0.228
14202026-05-14T21:55:43.678Z Compiling zeroize_derive v1.4.3
14212026-05-14T21:55:43.681Z Compiling zerofrom-derive v0.1.6
14222026-05-14T21:55:43.706Z Compiling yoke-derive v0.8.1
14232026-05-14T21:55:43.757Z Compiling zerocopy-derive v0.8.40
14242026-05-14T21:55:43.787Z Compiling zerovec-derive v0.11.2
14252026-05-14T21:55:43.884Z Compiling displaydoc v0.2.5
14262026-05-14T21:55:44.163Z Compiling tokio-macros v2.7.0
14272026-05-14T21:55:44.303Z Compiling futures-macro v0.3.32
14282026-05-14T21:55:44.367Z Compiling zeroize v1.8.2
14292026-05-14T21:55:44.392Z Compiling der_derive v0.7.3
14302026-05-14T21:55:44.679Z Compiling rustls-pki-types v1.14.0
14312026-05-14T21:55:44.714Z Compiling thiserror-impl v2.0.18
14322026-05-14T21:55:44.934Z Compiling tracing-attributes v0.1.31
14332026-05-14T21:55:44.949Z Compiling scroll_derive v0.13.1
14342026-05-14T21:55:44.981Z Compiling pest_derive v2.8.6
14352026-05-14T21:55:45.174Z Compiling crypto-common v0.1.7
14362026-05-14T21:55:45.177Z Compiling zerofrom v0.1.6
14372026-05-14T21:55:45.201Z Compiling block-buffer v0.10.4
14382026-05-14T21:55:45.204Z Compiling futures-util v0.3.32
14392026-05-14T21:55:45.308Z Compiling yoke v0.8.1
14402026-05-14T21:55:45.351Z Compiling digest v0.10.7
14412026-05-14T21:55:45.392Z Compiling block-padding v0.3.3
14422026-05-14T21:55:45.412Z Compiling der v0.7.10
14432026-05-14T21:55:45.458Z Compiling schemars_derive v0.8.22
14442026-05-14T21:55:45.512Z Compiling zerovec v0.11.5
14452026-05-14T21:55:45.568Z Compiling zerotrie v0.2.3
14462026-05-14T21:55:45.617Z Compiling hmac v0.12.1
14472026-05-14T21:55:45.828Z Compiling inout v0.1.4
14482026-05-14T21:55:45.845Z Compiling sha2 v0.10.9
14492026-05-14T21:55:45.916Z Compiling pbkdf2 v0.12.2
14502026-05-14T21:55:46.017Z Compiling tinystr v0.8.2
14512026-05-14T21:55:46.052Z Compiling potential_utf v0.1.4
14522026-05-14T21:55:46.068Z Compiling cipher v0.4.4
14532026-05-14T21:55:46.071Z Compiling scroll v0.13.0
14542026-05-14T21:55:46.121Z Compiling thiserror v2.0.18
14552026-05-14T21:55:46.231Z Compiling icu_locale_core v2.1.1
14562026-05-14T21:55:46.247Z Compiling icu_collections v2.1.1
14572026-05-14T21:55:46.250Z Compiling darling_macro v0.20.11
14582026-05-14T21:55:46.357Z Compiling spki v0.7.3
14592026-05-14T21:55:46.378Z Compiling salsa20 v0.10.2
14602026-05-14T21:55:46.392Z Compiling tracing v0.1.44
14612026-05-14T21:55:46.544Z Compiling scrypt v0.11.0
14622026-05-14T21:55:46.594Z Compiling cbc v0.1.2
14632026-05-14T21:55:46.680Z Compiling aes v0.8.4
14642026-05-14T21:55:46.736Z Compiling openssl-macros v0.1.1
14652026-05-14T21:55:46.762Z Compiling goblin v0.10.5
14662026-05-14T21:55:46.777Z Compiling darling v0.20.11
14672026-05-14T21:55:46.779Z Compiling rustls-native-certs v0.8.3
14682026-05-14T21:55:46.828Z Compiling dtrace-parser v0.3.0
14692026-05-14T21:55:46.854Z Compiling derive_builder_core v0.20.2
14702026-05-14T21:55:46.871Z Compiling icu_provider v2.1.1
14712026-05-14T21:55:47.104Z Compiling bytes v1.11.1
14722026-05-14T21:55:47.163Z Compiling icu_normalizer v2.1.1
14732026-05-14T21:55:47.167Z Compiling icu_properties v2.1.2
14742026-05-14T21:55:47.193Z Compiling chrono v0.4.44
14752026-05-14T21:55:47.196Z Compiling pkcs5 v0.7.1
14762026-05-14T21:55:47.221Z Compiling ipnet v2.11.0
14772026-05-14T21:55:47.601Z Compiling tokio v1.52.1
14782026-05-14T21:55:47.617Z Compiling http v1.4.0
14792026-05-14T21:55:47.710Z Compiling pkcs8 v0.10.2
14802026-05-14T21:55:47.727Z Compiling signature v2.2.0
14812026-05-14T21:55:47.745Z Compiling webpki-roots v1.0.6
14822026-05-14T21:55:47.763Z Compiling scroll_derive v0.12.1
14832026-05-14T21:55:47.777Z Compiling thiserror-impl v1.0.69
14842026-05-14T21:55:47.780Z Compiling derive_builder_macro v0.20.2
14852026-05-14T21:55:47.881Z Compiling toml_datetime v0.6.11
14862026-05-14T21:55:47.921Z Compiling serde_urlencoded v0.7.1
14872026-05-14T21:55:47.968Z Compiling erased-serde v0.3.31
14882026-05-14T21:55:48.041Z Compiling serde_spanned v0.6.9
14892026-05-14T21:55:48.153Z Compiling idna_adapter v1.2.1
14902026-05-14T21:55:48.182Z Compiling serde_tokenstream v0.2.3
14912026-05-14T21:55:48.204Z Compiling md-5 v0.10.6
14922026-05-14T21:55:48.282Z Compiling idna v1.1.0
14932026-05-14T21:55:48.312Z Compiling ppv-lite86 v0.2.21
14942026-05-14T21:55:48.334Z Compiling http-body v1.0.1
14952026-05-14T21:55:48.390Z Compiling darling_macro v0.21.3
14962026-05-14T21:55:48.454Z Compiling bstr v1.12.1
14972026-05-14T21:55:48.469Z Compiling scroll v0.12.0
14982026-05-14T21:55:48.483Z Compiling http-body-util v0.1.3
14992026-05-14T21:55:48.510Z Compiling zerocopy-derive v0.7.35
15002026-05-14T21:55:48.525Z Compiling async-trait v0.1.89
15012026-05-14T21:55:48.554Z Compiling pin-project-internal v1.1.11
15022026-05-14T21:55:48.634Z Compiling url v2.5.8
15032026-05-14T21:55:48.657Z Compiling rand_chacha v0.9.0
15042026-05-14T21:55:48.740Z Compiling rand_chacha v0.3.1
15052026-05-14T21:55:48.754Z Compiling vergen-lib v9.1.0
15062026-05-14T21:55:48.901Z Compiling rand v0.9.2
15072026-05-14T21:55:48.956Z Compiling ff v0.13.1
15082026-05-14T21:55:48.970Z Compiling hash32 v0.2.1
15092026-05-14T21:55:49.085Z Compiling thiserror v1.0.69
15102026-05-14T21:55:49.105Z Compiling memoffset v0.9.1
15112026-05-14T21:55:49.119Z Compiling encoding_rs v0.8.35
15122026-05-14T21:55:49.210Z Compiling base16ct v0.2.0
15132026-05-14T21:55:49.312Z Compiling litrs v1.0.0
15142026-05-14T21:55:49.339Z Compiling smoltcp v0.9.1
15152026-05-14T21:55:49.369Z Compiling num-bigint-dig v0.8.6
15162026-05-14T21:55:49.403Z Compiling ref-cast v1.0.25
15172026-05-14T21:55:49.420Z Compiling zlib-rs v0.6.2
15182026-05-14T21:55:49.463Z Compiling proptest v1.10.0
15192026-05-14T21:55:49.579Z Compiling dof v0.4.0
15202026-05-14T21:55:49.581Z Compiling rustix v0.38.44
15212026-05-14T21:55:49.702Z Compiling cfg_aliases v0.2.1
15222026-05-14T21:55:49.719Z Compiling fallible-iterator v0.2.0
15232026-05-14T21:55:49.735Z Compiling psl-types v2.0.11
15242026-05-14T21:55:49.749Z Compiling mime v0.3.17
15252026-05-14T21:55:49.786Z Compiling nix v0.31.2
15262026-05-14T21:55:49.838Z Compiling document-features v0.2.12
15272026-05-14T21:55:49.870Z Compiling publicsuffix v2.3.0
15282026-05-14T21:55:49.954Z Compiling ipnetwork v0.21.1
15292026-05-14T21:55:50.018Z Compiling postgres-protocol v0.6.10
15302026-05-14T21:55:50.043Z Compiling pin-project v1.1.11
15312026-05-14T21:55:50.090Z Compiling zerocopy v0.7.35
15322026-05-14T21:55:50.104Z Compiling sec1 v0.7.3
15332026-05-14T21:55:50.272Z Compiling oxnet v0.1.4
15342026-05-14T21:55:50.396Z Compiling group v0.13.0
15352026-05-14T21:55:50.396Z Compiling rand v0.8.6
15362026-05-14T21:55:50.478Z Compiling darling v0.21.3
15372026-05-14T21:55:50.492Z Compiling goblin v0.8.2
15382026-05-14T21:55:50.591Z Compiling derive_builder v0.20.2
15392026-05-14T21:55:50.606Z Compiling futures-executor v0.3.32
15402026-05-14T21:55:50.657Z Compiling hubpack_derive v0.1.1
15412026-05-14T21:55:50.674Z Compiling hex v0.4.3
15422026-05-14T21:55:50.732Z Compiling hkdf v0.12.4
15432026-05-14T21:55:50.780Z Compiling crypto-bigint v0.5.5
15442026-05-14T21:55:50.815Z Compiling regex v1.12.3
15452026-05-14T21:55:50.953Z Compiling num-iter v0.1.45
15462026-05-14T21:55:50.997Z Compiling strum_macros v0.27.2
15472026-05-14T21:55:51.012Z Compiling curve25519-dalek-derive v0.1.1
15482026-05-14T21:55:51.014Z Compiling snafu-derive v0.8.9
15492026-05-14T21:55:51.043Z Compiling daft-derive v0.1.5
15502026-05-14T21:55:51.093Z Compiling ref-cast-impl v1.0.25
15512026-05-14T21:55:51.284Z Compiling terminal_size v0.4.3
15522026-05-14T21:55:51.438Z Compiling tokio-util v0.7.18
15532026-05-14T21:55:51.475Z Compiling tower v0.5.3
15542026-05-14T21:55:51.490Z Compiling tokio-native-tls v0.3.1
15552026-05-14T21:55:51.504Z Compiling phf_shared v0.13.1
15562026-05-14T21:55:51.673Z Compiling lazy_static v1.5.0
15572026-05-14T21:55:51.688Z Compiling vergen v9.1.0
15582026-05-14T21:55:51.703Z Compiling cargo-platform v0.3.2
15592026-05-14T21:55:51.765Z Compiling fs-err v3.3.0
15602026-05-14T21:55:51.780Z Compiling ahash v0.8.12
15612026-05-14T21:55:51.797Z Compiling bitflags v1.3.2
15622026-05-14T21:55:51.812Z Compiling object v0.37.3
15632026-05-14T21:55:51.886Z Compiling tower-http v0.6.8
15642026-05-14T21:55:51.900Z Compiling newtype-uuid v1.3.2
15652026-05-14T21:55:51.977Z Compiling libbz2-rs-sys v0.2.2
15662026-05-14T21:55:51.992Z Compiling bumpalo v3.20.2
15672026-05-14T21:55:51.995Z Compiling foldhash v0.2.0
15682026-05-14T21:55:52.024Z Compiling winnow v0.5.40
15692026-05-14T21:55:52.104Z Compiling managed v0.8.0
15702026-05-14T21:55:52.243Z Compiling h2 v0.4.13
15712026-05-14T21:55:52.258Z Compiling flate2 v1.1.9
15722026-05-14T21:55:52.263Z Compiling foldhash v0.1.5
15732026-05-14T21:55:52.319Z Compiling same-file v1.0.6
15742026-05-14T21:55:52.333Z Compiling clap_builder v4.5.60
15752026-05-14T21:55:52.463Z Compiling walkdir v2.5.0
15762026-05-14T21:55:52.508Z Compiling bzip2 v0.6.1
15772026-05-14T21:55:52.522Z Compiling hashbrown v0.15.5
15782026-05-14T21:55:52.698Z Compiling zopfli v0.8.3
15792026-05-14T21:55:52.713Z Compiling hashbrown v0.16.1
15802026-05-14T21:55:52.735Z Compiling daft v0.1.5
15812026-05-14T21:55:52.868Z Compiling dof v0.3.0
15822026-05-14T21:55:53.011Z Compiling snafu v0.8.9
15832026-05-14T21:55:53.047Z Compiling strum v0.27.2
15842026-05-14T21:55:53.080Z Compiling cargo_metadata v0.23.1
15852026-05-14T21:55:53.141Z Compiling elliptic-curve v0.13.8
15862026-05-14T21:55:53.346Z Compiling toml_edit v0.19.15
15872026-05-14T21:55:53.398Z Compiling phf v0.13.1
15882026-05-14T21:55:53.441Z Compiling signal-hook-mio v0.2.5
15892026-05-14T21:55:53.515Z Compiling cookie_store v0.22.1
15902026-05-14T21:55:53.539Z Compiling hubpack v0.1.2
15912026-05-14T21:55:53.567Z Compiling usdt-attr-macro v0.6.0
15922026-05-14T21:55:53.583Z Compiling usdt-macro v0.6.0
15932026-05-14T21:55:53.586Z Compiling bzip2 v0.4.4
15942026-05-14T21:55:53.612Z Compiling futures v0.3.32
15952026-05-14T21:55:53.703Z Compiling serde_with_macros v3.17.0
15962026-05-14T21:55:53.774Z Compiling postgres-types v0.2.12
15972026-05-14T21:55:53.816Z Compiling zstd v0.13.3
15982026-05-14T21:55:54.097Z Compiling dtrace-parser v0.2.0
15992026-05-14T21:55:54.139Z Compiling globset v0.4.18
16002026-05-14T21:55:54.187Z Compiling ed25519 v2.2.3
16012026-05-14T21:55:54.343Z Compiling pkcs1 v0.7.5
16022026-05-14T21:55:54.371Z Compiling serde-big-array v0.5.1
16032026-05-14T21:55:54.395Z Compiling serde_plain v1.0.2
16042026-05-14T21:55:54.486Z Compiling olpc-cjson v0.1.4
16052026-05-14T21:55:54.532Z Compiling rfc6979 v0.4.0
16062026-05-14T21:55:54.612Z Compiling serde_repr v0.1.20
16072026-05-14T21:55:54.663Z Compiling enum-as-inner v0.6.1
16082026-05-14T21:55:54.678Z Compiling strum_macros v0.26.4
16092026-05-14T21:55:54.766Z Compiling clap_derive v4.5.55
16102026-05-14T21:55:54.849Z Compiling async-recursion v1.1.1
16112026-05-14T21:55:54.873Z Compiling phf_shared v0.11.3
16122026-05-14T21:55:54.887Z Compiling float-cmp v0.10.0
16132026-05-14T21:55:55.052Z Compiling pem v3.0.6
16142026-05-14T21:55:55.078Z Compiling memmap2 v0.9.10
16152026-05-14T21:55:55.112Z Compiling thread-id v4.2.2
16162026-05-14T21:55:55.126Z Compiling env_filter v1.0.0
16172026-05-14T21:55:55.169Z Compiling normalize-line-endings v0.3.0
16182026-05-14T21:55:55.210Z Compiling rustc-hash v2.1.1
16192026-05-14T21:55:55.225Z Compiling jiff v0.2.21
16202026-05-14T21:55:55.282Z Compiling hyper v1.8.1
16212026-05-14T21:55:55.310Z Compiling typed-path v0.9.3
16222026-05-14T21:55:55.357Z Compiling new_debug_unreachable v1.0.6
16232026-05-14T21:55:55.396Z Compiling static_assertions v1.1.0
16242026-05-14T21:55:55.411Z Compiling fixedbitset v0.5.7
16252026-05-14T21:55:55.442Z Compiling difflib v0.4.0
16262026-05-14T21:55:55.457Z Compiling keccak v0.1.6
16272026-05-14T21:55:55.483Z Compiling predicates-core v1.0.10
16282026-05-14T21:55:55.538Z Compiling data-encoding v2.10.0
16292026-05-14T21:55:55.688Z Compiling fixedbitset v0.4.2
16302026-05-14T21:55:55.753Z Compiling precomputed-hash v0.1.1
16312026-05-14T21:55:55.850Z Compiling whoami v2.1.0
16322026-05-14T21:55:55.946Z Compiling either v1.15.0
16332026-05-14T21:55:56.043Z Compiling hickory-proto v0.25.2
16342026-05-14T21:55:56.095Z Compiling tokio-postgres v0.7.16
16352026-05-14T21:55:56.176Z Compiling itertools v0.13.0
16362026-05-14T21:55:56.202Z Compiling petgraph v0.6.5
16372026-05-14T21:55:56.263Z Compiling string_cache v0.8.9
16382026-05-14T21:55:56.302Z Compiling predicates v3.1.4
16392026-05-14T21:55:56.305Z Compiling sha3 v0.10.8
16402026-05-14T21:55:56.350Z Compiling petgraph v0.8.3
16412026-05-14T21:55:56.520Z Compiling hyper-util v0.1.20
16422026-05-14T21:55:56.535Z Compiling strum v0.26.3
16432026-05-14T21:55:56.632Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16442026-05-14T21:55:56.670Z Compiling clap v4.5.60
16452026-05-14T21:55:56.685Z Compiling toml_edit v0.22.27
16462026-05-14T21:55:56.764Z Compiling iddqd v0.3.18
16472026-05-14T21:55:56.798Z Compiling env_logger v0.11.9
16482026-05-14T21:55:56.954Z Compiling usdt v0.6.0
16492026-05-14T21:55:57.006Z Compiling usdt-impl v0.5.0
16502026-05-14T21:55:57.179Z Compiling serde_with v3.17.0
16512026-05-14T21:55:57.244Z Compiling crossterm v0.28.1
16522026-05-14T21:55:57.437Z Compiling toml v0.7.8
16532026-05-14T21:55:57.620Z Compiling ecdsa v0.16.9
16542026-05-14T21:55:57.754Z Compiling rsa v0.9.10
16552026-05-14T21:55:57.961Z Compiling hyper-tls v0.6.0
16562026-05-14T21:55:58.030Z Compiling zip v4.6.1
16572026-05-14T21:55:58.062Z Compiling ed25519-dalek v2.2.0
16582026-05-14T21:55:58.345Z Compiling zip v0.6.6
16592026-05-14T21:55:58.751Z Compiling tokio-stream v0.1.18
16602026-05-14T21:55:58.754Z Compiling toml_parser v1.0.9+spec-1.1.0
16612026-05-14T21:55:58.800Z Compiling buf-list v1.1.2
16622026-05-14T21:55:58.819Z Compiling similar v2.7.0
16632026-05-14T21:55:58.904Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16642026-05-14T21:55:58.933Z Compiling openapiv3 v2.2.0
16652026-05-14T21:55:59.029Z Compiling x509-cert v0.2.5
16662026-05-14T21:55:59.085Z Compiling sha1 v0.10.6
16672026-05-14T21:55:59.220Z Compiling crossbeam-epoch v0.9.18
16682026-05-14T21:55:59.243Z Compiling lalrpop-util v0.19.12
16692026-05-14T21:55:59.320Z Compiling peg-runtime v0.8.5
16702026-05-14T21:55:59.393Z Compiling thread_local v1.1.9
16712026-05-14T21:55:59.439Z Compiling slog-async v2.8.0
16722026-05-14T21:55:59.458Z Compiling crossbeam-channel v0.5.15
16732026-05-14T21:55:59.533Z Compiling filetime v0.2.27
16742026-05-14T21:55:59.549Z Compiling is-terminal v0.4.17
16752026-05-14T21:55:59.570Z Compiling term v1.2.1
16762026-05-14T21:55:59.624Z Compiling xattr v1.6.1
16772026-05-14T21:55:59.661Z Compiling take_mut v0.2.2
16782026-05-14T21:55:59.752Z Compiling tar v0.4.45
16792026-05-14T21:55:59.929Z Compiling slog-term v2.9.2
16802026-05-14T21:56:17.446Z Compiling rustls-webpki v0.103.9
16812026-05-14T21:56:20.255Z Compiling tokio-rustls v0.26.4
16822026-05-14T21:56:20.255Z Compiling rustls-platform-verifier v0.6.2
16832026-05-14T21:56:20.458Z Compiling hyper-rustls v0.27.7
16842026-05-14T21:56:20.648Z Compiling reqwest v0.12.28
16852026-05-14T21:56:20.648Z Compiling reqwest v0.13.2
16862026-05-14T21:56:21.873Z Compiling tough v0.22.0
16872026-05-14T21:56:24.372Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16882026-05-14T21:56:24.635Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16892026-05-14T21:56:27.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s
16902026-05-14T21:56:27.567Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16912026-05-14T21:56:27.628ZMay 14 21:56:27.366 INFO Starting download, target: Clickhouse
16922026-05-14T21:56:27.628ZMay 14 21:56:27.367 INFO Starting download, target: Cockroach
16932026-05-14T21:56:27.628ZMay 14 21:56:27.367 INFO Starting download, target: Console
16942026-05-14T21:56:27.628ZMay 14 21:56:27.367 INFO Starting download, target: DendriteStub
16952026-05-14T21:56:27.628ZMay 14 21:56:27.367 INFO Starting download, target: MaghemiteMgd
16962026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Starting download, target: TransceiverControl
16972026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16982026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16992026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17002026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17012026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17022026-05-14T21:56:27.635ZMay 14 21:56:27.367 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17032026-05-14T21:56:28.043ZMay 14 21:56:27.736 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17042026-05-14T21:56:28.230ZMay 14 21:56:27.963 INFO Download complete, target: TransceiverControl
17052026-05-14T21:56:28.640ZMay 14 21:56:28.369 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17062026-05-14T21:56:28.884ZMay 14 21:56:28.610 INFO Download complete, target: Console
17072026-05-14T21:56:29.453ZMay 14 21:56:29.166 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17082026-05-14T21:56:29.804ZMay 14 21:56:29.537 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17092026-05-14T21:56:29.837ZMay 14 21:56:29.550 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17102026-05-14T21:56:30.537ZMay 14 21:56:30.239 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17112026-05-14T21:56:30.538ZMay 14 21:56:30.239 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17122026-05-14T21:56:31.921ZMay 14 21:56:31.649 INFO Download complete, target: DendriteStub
17132026-05-14T21:56:32.301ZMay 14 21:56:32.033 INFO Download complete, target: MaghemiteMgd
17142026-05-14T21:56:35.327ZMay 14 21:56:35.049 INFO Checking that binary works, target: Cockroach
17152026-05-14T21:56:35.442ZMay 14 21:56:35.171 INFO Download complete, target: Cockroach
17162026-05-14T21:56:36.694ZMay 14 21:56:36.396 INFO Checking that binary works, target: Clickhouse
17172026-05-14T21:56:36.747ZMay 14 21:56:36.486 INFO Download complete, target: Clickhouse
17182026-05-14T21:56:36.752ZAll prerequisites installed successfully
17192026-05-14T21:56:36.756Z
17202026-05-14T21:56:36.757Zreal 1:57.883823525
17212026-05-14T21:56:36.757Zuser 6:56.629273630
17222026-05-14T21:56:36.757Zsys 1:40.298507572
17232026-05-14T21:56:36.757Ztrap 0.280640519
17242026-05-14T21:56:36.757Ztflt 1.094839334
17252026-05-14T21:56:36.757Zdflt 1.650545653
17262026-05-14T21:56:36.757Zkflt 0.023670549
17272026-05-14T21:56:36.757Zlock 23:02.418188883
17282026-05-14T21:56:36.757Zslp 18:49.334635562
17292026-05-14T21:56:36.757Zlat 24.650908707
17302026-05-14T21:56:36.757Zstop 2:49.088544085
17312026-05-14T21:56:36.757Z+ ptime -m cargo xtask download softnpu
17322026-05-14T21:56:37.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17332026-05-14T21:56:37.371Z Running `target/debug/xtask download softnpu`
17342026-05-14T21:56:38.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17352026-05-14T21:56:38.152Z Running `target/debug/xtask-downloader softnpu`
17362026-05-14T21:56:38.189ZMay 14 21:56:37.915 INFO Starting download, target: Softnpu
17372026-05-14T21:56:38.231ZMay 14 21:56:37.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17382026-05-14T21:56:39.916ZMay 14 21:56:39.585 INFO Download complete, target: Softnpu
17392026-05-14T21:56:39.972Z
17402026-05-14T21:56:39.972Zreal 3.090334546
17412026-05-14T21:56:39.972Zuser 1.338197061
17422026-05-14T21:56:39.972Zsys 0.656153973
17432026-05-14T21:56:39.972Ztrap 0.001030350
17442026-05-14T21:56:39.972Ztflt 0.000069300
17452026-05-14T21:56:39.972Zdflt 0.000176060
17462026-05-14T21:56:39.972Zkflt 0.000000000
17472026-05-14T21:56:39.972Zlock 31.144113067
17482026-05-14T21:56:39.973Zslp 1.536912023
17492026-05-14T21:56:39.973Zlat 0.090133204
17502026-05-14T21:56:39.973Zstop 0.000203120
17512026-05-14T21:56:39.973Z+ export CARGO_INCREMENTAL=0
17522026-05-14T21:56:39.973Z+ CARGO_INCREMENTAL=0
17532026-05-14T21:56:39.973Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17542026-05-14T21:56:40.772Z Compiling proc-macro2 v1.0.106
17552026-05-14T21:56:40.772Z Compiling quote v1.0.45
17562026-05-14T21:56:40.773Z Compiling unicode-ident v1.0.24
17572026-05-14T21:56:40.773Z Compiling libc v0.2.185
17582026-05-14T21:56:40.773Z Compiling serde_core v1.0.228
17592026-05-14T21:56:40.774Z Compiling serde v1.0.228
17602026-05-14T21:56:40.816Z Compiling cfg-if v1.0.4
17612026-05-14T21:56:40.816Z Compiling version_check v0.9.5
17622026-05-14T21:56:40.816Z Compiling find-msvc-tools v0.1.9
17632026-05-14T21:56:40.816Z Compiling shlex v1.3.0
17642026-05-14T21:56:40.898Z Compiling typenum v1.19.0
17652026-05-14T21:56:40.941Z Compiling zmij v1.0.21
17662026-05-14T21:56:40.941Z Compiling autocfg v1.5.0
17672026-05-14T21:56:40.941Z Compiling memchr v2.8.0
17682026-05-14T21:56:40.941Z Compiling serde_json v1.0.149
17692026-05-14T21:56:41.203Z Compiling portable-atomic v1.13.1
17702026-05-14T21:56:41.276Z Compiling libm v0.2.16
17712026-05-14T21:56:41.276Z Compiling generic-array v0.14.7
17722026-05-14T21:56:41.276Z Compiling zerocopy v0.8.40
17732026-05-14T21:56:41.291Z Compiling parking_lot_core v0.9.12
17742026-05-14T21:56:41.352Z Compiling smallvec v1.15.1
17752026-05-14T21:56:41.386Z Compiling icu_properties_data v2.1.2
17762026-05-14T21:56:41.439Z Compiling num-traits v0.2.19
17772026-05-14T21:56:41.439Z Compiling icu_normalizer_data v2.1.1
17782026-05-14T21:56:41.504Z Compiling itoa v1.0.17
17792026-05-14T21:56:41.555Z Compiling getrandom v0.4.1
17802026-05-14T21:56:41.566Z Compiling log v0.4.29
17812026-05-14T21:56:41.649Z Compiling stable_deref_trait v1.2.1
17822026-05-14T21:56:41.680Z Compiling pkg-config v0.3.32
17832026-05-14T21:56:41.681Z Compiling subtle v2.6.1
17842026-05-14T21:56:41.809Z Compiling scopeguard v1.2.0
17852026-05-14T21:56:41.876Z Compiling percent-encoding v2.3.2
17862026-05-14T21:56:41.925Z Compiling lock_api v0.4.14
17872026-05-14T21:56:41.989Z Compiling writeable v0.6.2
17882026-05-14T21:56:41.989Z Compiling litemap v0.8.1
17892026-05-14T21:56:42.066Z Compiling jobserver v0.1.34
17902026-05-14T21:56:42.124Z Compiling getrandom v0.2.17
17912026-05-14T21:56:42.153Z Compiling errno v0.3.14
17922026-05-14T21:56:42.222Z Compiling fnv v1.0.7
17932026-05-14T21:56:42.279Z Compiling pin-project-lite v0.2.17
17942026-05-14T21:56:42.279Z Compiling syn v2.0.117
17952026-05-14T21:56:42.331Z Compiling cc v1.2.56
17962026-05-14T21:56:42.342Z Compiling rand_core v0.6.4
17972026-05-14T21:56:42.370Z Compiling thiserror v2.0.18
17982026-05-14T21:56:42.413Z Compiling getrandom v0.3.4
17992026-05-14T21:56:42.490Z Compiling equivalent v1.0.2
18002026-05-14T21:56:42.526Z Compiling fs_extra v1.3.0
18012026-05-14T21:56:42.553Z Compiling dunce v1.0.5
18022026-05-14T21:56:42.591Z Compiling schemars v0.8.22
18032026-05-14T21:56:42.608Z Compiling rustversion v1.0.22
18042026-05-14T21:56:42.692Z Compiling rand_core v0.10.0
18052026-05-14T21:56:42.692Z Compiling utf8_iter v1.0.4
18062026-05-14T21:56:42.764Z Compiling form_urlencoded v1.2.2
18072026-05-14T21:56:42.835Z Compiling critical-section v1.2.0
18082026-05-14T21:56:42.889Z Compiling signal-hook-registry v1.4.8
18092026-05-14T21:56:42.933Z Compiling hashbrown v0.17.0
18102026-05-14T21:56:42.977Z Compiling rustix v1.1.3
18112026-05-14T21:56:43.003Z Compiling socket2 v0.6.3
18122026-05-14T21:56:43.024Z Compiling cmake v0.1.57
18132026-05-14T21:56:43.052Z Compiling mio v1.2.0
18142026-05-14T21:56:43.294Z Compiling semver v1.0.28
18152026-05-14T21:56:43.412Z Compiling bitflags v2.11.0
18162026-05-14T21:56:43.464Z Compiling once_cell v1.21.3
18172026-05-14T21:56:43.464Z Compiling indexmap v2.14.0
18182026-05-14T21:56:43.516Z Compiling parking_lot v0.12.5
18192026-05-14T21:56:43.516Z Compiling const-oid v0.9.6
18202026-05-14T21:56:43.578Z Compiling ring v0.17.14
18212026-05-14T21:56:43.705Z Compiling aws-lc-sys v0.40.0
18222026-05-14T21:56:43.723Z Compiling aws-lc-rs v1.16.3
18232026-05-14T21:56:43.724Z Compiling futures-core v0.3.32
18242026-05-14T21:56:43.802Z Compiling httparse v1.10.1
18252026-05-14T21:56:43.892Z Compiling strsim v0.11.1
18262026-05-14T21:56:43.892Z Compiling vcpkg v0.2.15
18272026-05-14T21:56:43.924Z Compiling thiserror v1.0.69
18282026-05-14T21:56:44.118Z Compiling byteorder v1.5.0
18292026-05-14T21:56:44.169Z Compiling ucd-trie v0.1.7
18302026-05-14T21:56:44.169Z Compiling iana-time-zone v0.1.65
18312026-05-14T21:56:44.228Z Compiling syn v1.0.109
18322026-05-14T21:56:44.283Z Compiling regex-syntax v0.8.10
18332026-05-14T21:56:44.283Z Compiling heck v0.5.0
18342026-05-14T21:56:44.327Z Compiling ident_case v1.0.1
18352026-05-14T21:56:44.327Z Compiling pest v2.8.6
18362026-05-14T21:56:44.379Z Compiling uuid v1.23.0
18372026-05-14T21:56:44.411Z Compiling rustls v0.23.37
18382026-05-14T21:56:44.451Z Compiling openssl-sys v0.9.115
18392026-05-14T21:56:44.483Z Compiling cpufeatures v0.2.17
18402026-05-14T21:56:44.633Z Compiling futures-sink v0.3.32
18412026-05-14T21:56:44.686Z Compiling rustc_version v0.4.1
18422026-05-14T21:56:44.770Z Compiling futures-channel v0.3.32
18432026-05-14T21:56:44.794Z Compiling futures-io v0.3.32
18442026-05-14T21:56:44.881Z Compiling futures-task v0.3.32
18452026-05-14T21:56:44.926Z Compiling slab v0.4.12
18462026-05-14T21:56:45.016Z Compiling aho-corasick v1.1.4
18472026-05-14T21:56:45.045Z Compiling dyn-clone v1.0.20
18482026-05-14T21:56:45.045Z Compiling synstructure v0.13.2
18492026-05-14T21:56:45.094Z Compiling serde_derive_internals v0.29.1
18502026-05-14T21:56:45.254Z Compiling crc32fast v1.5.0
18512026-05-14T21:56:45.342Z Compiling plain v0.2.3
18522026-05-14T21:56:45.384Z Compiling base64 v0.22.1
18532026-05-14T21:56:45.448Z Compiling pest_meta v2.8.6
18542026-05-14T21:56:45.491Z Compiling openssl v0.10.79
18552026-05-14T21:56:45.525Z Compiling num-conv v0.2.0
18562026-05-14T21:56:45.565Z Compiling crossbeam-utils v0.8.21
18572026-05-14T21:56:45.692Z Compiling time-core v0.1.8
18582026-05-14T21:56:45.766Z Compiling native-tls v0.2.18
18592026-05-14T21:56:45.793Z Compiling pretty-hex v0.4.1
18602026-05-14T21:56:45.859Z Compiling regex-automata v0.4.14
18612026-05-14T21:56:45.872Z Compiling time-macros v0.2.27
18622026-05-14T21:56:45.902Z Compiling anyhow v1.0.102
18632026-05-14T21:56:45.902Z Compiling base64ct v1.8.3
18642026-05-14T21:56:45.929Z Compiling darling_core v0.21.3
18652026-05-14T21:56:46.060Z Compiling pest_generator v2.8.6
18662026-05-14T21:56:46.075Z Compiling tracing-core v0.1.36
18672026-05-14T21:56:46.130Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18682026-05-14T21:56:46.191Z Compiling pem-rfc7468 v0.7.0
18692026-05-14T21:56:46.313Z Compiling serde_derive v1.0.228
18702026-05-14T21:56:46.341Z Compiling zeroize_derive v1.4.3
18712026-05-14T21:56:46.429Z Compiling zerofrom-derive v0.1.6
18722026-05-14T21:56:46.444Z Compiling yoke-derive v0.8.1
18732026-05-14T21:56:46.473Z Compiling zerovec-derive v0.11.2
18742026-05-14T21:56:46.514Z Compiling displaydoc v0.2.5
18752026-05-14T21:56:46.696Z Compiling zerocopy-derive v0.8.40
18762026-05-14T21:56:46.733Z Compiling tokio-macros v2.7.0
18772026-05-14T21:56:46.833Z Compiling futures-macro v0.3.32
18782026-05-14T21:56:46.934Z Compiling zeroize v1.8.2
18792026-05-14T21:56:47.189Z Compiling thiserror-impl v2.0.18
18802026-05-14T21:56:47.403Z Compiling schemars_derive v0.8.22
18812026-05-14T21:56:47.420Z Compiling tracing-attributes v0.1.31
18822026-05-14T21:56:47.504Z Compiling der_derive v0.7.3
18832026-05-14T21:56:47.554Z Compiling zerofrom v0.1.6
18842026-05-14T21:56:47.698Z Compiling yoke v0.8.1
18852026-05-14T21:56:47.713Z Compiling crypto-common v0.1.7
18862026-05-14T21:56:47.880Z Compiling zerovec v0.11.5
18872026-05-14T21:56:47.912Z Compiling zerotrie v0.2.3
18882026-05-14T21:56:47.945Z Compiling block-buffer v0.10.4
18892026-05-14T21:56:48.089Z Compiling digest v0.10.7
18902026-05-14T21:56:48.323Z Compiling thiserror-impl v1.0.69
18912026-05-14T21:56:48.362Z Compiling pest_derive v2.8.6
18922026-05-14T21:56:48.420Z Compiling tinystr v0.8.2
18932026-05-14T21:56:48.456Z Compiling potential_utf v0.1.4
18942026-05-14T21:56:48.471Z Compiling futures-util v0.3.32
18952026-05-14T21:56:48.549Z Compiling hmac v0.12.1
18962026-05-14T21:56:48.631Z Compiling icu_locale_core v2.1.1
18972026-05-14T21:56:48.657Z Compiling icu_collections v2.1.1
18982026-05-14T21:56:48.841Z Compiling block-padding v0.3.3
18992026-05-14T21:56:48.857Z Compiling rustls-pki-types v1.14.0
19002026-05-14T21:56:49.277Z Compiling inout v0.1.4
19012026-05-14T21:56:49.287Z Compiling openssl-macros v0.1.1
19022026-05-14T21:56:49.390Z Compiling bytes v1.11.1
19032026-05-14T21:56:49.419Z Compiling icu_provider v2.1.1
19042026-05-14T21:56:49.493Z Compiling chrono v0.4.44
19052026-05-14T21:56:49.611Z Compiling serde_tokenstream v0.2.3
19062026-05-14T21:56:49.694Z Compiling cipher v0.4.4
19072026-05-14T21:56:49.715Z Compiling sha2 v0.10.9
19082026-05-14T21:56:49.845Z Compiling icu_normalizer v2.1.1
19092026-05-14T21:56:49.890Z Compiling icu_properties v2.1.2
19102026-05-14T21:56:49.951Z Compiling tokio v1.52.1
19112026-05-14T21:56:50.536Z Compiling scroll_derive v0.13.1
19122026-05-14T21:56:50.580Z Compiling scroll_derive v0.12.1
19132026-05-14T21:56:51.009Z Compiling idna_adapter v1.2.1
19142026-05-14T21:56:51.119Z Compiling ppv-lite86 v0.2.21
19152026-05-14T21:56:51.154Z Compiling idna v1.1.0
19162026-05-14T21:56:51.208Z Compiling http v1.4.0
19172026-05-14T21:56:51.313Z Compiling flagset v0.4.7
19182026-05-14T21:56:51.329Z Compiling untrusted v0.9.0
19192026-05-14T21:56:51.455Z Compiling der v0.7.10
19202026-05-14T21:56:51.469Z Compiling tracing v0.1.44
19212026-05-14T21:56:51.506Z Compiling url v2.5.8
19222026-05-14T21:56:51.546Z Compiling darling_macro v0.21.3
19232026-05-14T21:56:51.662Z Compiling regex v1.12.3
19242026-05-14T21:56:51.794Z Compiling zerocopy-derive v0.7.35
19252026-05-14T21:56:51.909Z Compiling rand_core v0.9.5
19262026-05-14T21:56:52.005Z Compiling slog v2.8.2
19272026-05-14T21:56:52.329Z Compiling spki v0.7.3
19282026-05-14T21:56:52.574Z Compiling darling v0.21.3
19292026-05-14T21:56:52.587Z Compiling salsa20 v0.10.2
19302026-05-14T21:56:52.602Z Compiling pbkdf2 v0.12.2
19312026-05-14T21:56:53.155Z Compiling cookie v0.18.1
19322026-05-14T21:56:53.247Z Compiling camino v1.2.2
19332026-05-14T21:56:53.493Z Compiling scrypt v0.11.0
19342026-05-14T21:56:53.521Z Compiling http-body v1.0.1
19352026-05-14T21:56:53.564Z Compiling rand_chacha v0.9.0
19362026-05-14T21:56:53.640Z Compiling tokio-util v0.7.18
19372026-05-14T21:56:53.689Z Compiling cbc v0.1.2
19382026-05-14T21:56:53.740Z Compiling aes v0.8.4
19392026-05-14T21:56:53.849Z Compiling usdt-impl v0.5.0
19402026-05-14T21:56:53.871Z Compiling unicode-segmentation v1.12.0
19412026-05-14T21:56:53.901Z Compiling atomic-waker v1.1.2
19422026-05-14T21:56:53.942Z Compiling openssl-probe v0.2.1
19432026-05-14T21:56:53.970Z Compiling paste v1.0.15
19442026-05-14T21:56:54.017Z Compiling tinyvec_macros v0.1.1
19452026-05-14T21:56:54.054Z Compiling winnow v0.7.14
19462026-05-14T21:56:54.079Z Compiling untrusted v0.7.1
19472026-05-14T21:56:54.120Z Compiling either v1.15.0
19482026-05-14T21:56:54.235Z Compiling ref-cast v1.0.25
19492026-05-14T21:56:54.266Z Compiling usdt-impl v0.6.0
19502026-05-14T21:56:54.362Z Compiling pkcs5 v0.7.1
19512026-05-14T21:56:54.404Z Compiling tinyvec v1.10.0
19522026-05-14T21:56:54.612Z Compiling rand v0.9.2
19532026-05-14T21:56:54.850Z Compiling scroll v0.13.0
19542026-05-14T21:56:54.920Z Compiling scroll v0.12.0
19552026-05-14T21:56:55.010Z Compiling toml_datetime v0.6.11
19562026-05-14T21:56:55.056Z Compiling serde_spanned v0.6.9
19572026-05-14T21:56:55.137Z Compiling async-trait v0.1.89
19582026-05-14T21:56:55.164Z Compiling heapless v0.7.17
19592026-05-14T21:56:55.221Z Compiling bzip2-sys v0.1.13+1.0.8
19602026-05-14T21:56:55.388Z Compiling zstd-safe v7.2.4
19612026-05-14T21:56:55.424Z Compiling signal-hook v0.3.18
19622026-05-14T21:56:55.432Z Compiling tower-layer v0.3.3
19632026-05-14T21:56:55.531Z Compiling try-lock v0.2.5
19642026-05-14T21:56:55.535Z Compiling tower-service v0.3.3
19652026-05-14T21:56:55.612Z Compiling fastrand v2.3.0
19662026-05-14T21:56:55.674Z Compiling want v0.3.1
19672026-05-14T21:56:55.754Z Compiling toml_parser v1.0.9+spec-1.1.0
19682026-05-14T21:56:55.772Z Compiling h2 v0.4.13
19692026-05-14T21:56:55.855Z Compiling goblin v0.8.2
19702026-05-14T21:56:55.925Z Compiling goblin v0.10.5
19712026-05-14T21:56:56.048Z Compiling pkcs8 v0.10.2
19722026-05-14T21:56:56.318Z Compiling heck v0.4.1
19732026-05-14T21:56:56.334Z Compiling zerocopy v0.7.35
19742026-05-14T21:56:56.348Z Compiling ipnet v2.11.0
19752026-05-14T21:56:56.538Z Compiling ref-cast-impl v1.0.25
19762026-05-14T21:56:56.556Z Compiling darling_core v0.20.11
19772026-05-14T21:56:56.798Z Compiling curve25519-dalek v4.1.3
19782026-05-14T21:56:56.931Z Compiling memoffset v0.9.1
19792026-05-14T21:56:57.063Z Compiling litrs v1.0.0
19802026-05-14T21:56:57.083Z Compiling httpdate v1.0.3
19812026-05-14T21:56:57.395Z Compiling winnow v0.5.40
19822026-05-14T21:56:57.533Z Compiling foreign-types-shared v0.1.1
19832026-05-14T21:56:57.603Z Compiling pin-utils v0.1.0
19842026-05-14T21:56:57.686Z Compiling rustix v0.38.44
19852026-05-14T21:56:57.755Z Compiling foreign-types v0.3.2
19862026-05-14T21:56:57.786Z Compiling document-features v0.2.12
19872026-05-14T21:56:57.830Z Compiling tempfile v3.25.0
19882026-05-14T21:56:58.208Z Compiling dof v0.3.0
19892026-05-14T21:56:58.329Z Compiling unicode-normalization v0.1.25
19902026-05-14T21:56:58.507Z Compiling darling_macro v0.20.11
19912026-05-14T21:56:58.540Z Compiling dtrace-parser v0.2.0
19922026-05-14T21:56:58.693Z Compiling dof v0.4.0
19932026-05-14T21:56:58.813Z Compiling hyper v1.8.1
19942026-05-14T21:56:58.835Z Compiling toml_edit v0.19.15
19952026-05-14T21:56:59.133Z Compiling dtrace-parser v0.3.0
19962026-05-14T21:56:59.144Z Compiling pin-project-internal v1.1.11
19972026-05-14T21:56:59.245Z Compiling daft-derive v0.1.5
19982026-05-14T21:56:59.256Z Compiling spin v0.9.8
19992026-05-14T21:56:59.256Z Compiling thread-id v5.1.0
20002026-05-14T21:56:59.376Z Compiling thread-id v4.2.2
20012026-05-14T21:56:59.436Z Compiling cfg_aliases v0.2.1
20022026-05-14T21:56:59.470Z Compiling smoltcp v0.9.1
20032026-05-14T21:56:59.470Z Compiling num-bigint-dig v0.8.6
20042026-05-14T21:56:59.611Z Compiling powerfmt v0.2.0
20052026-05-14T21:56:59.629Z Compiling nix v0.31.2
20062026-05-14T21:56:59.818Z Compiling deranged v0.5.8
20072026-05-14T21:57:00.030Z Compiling hyper-util v0.1.20
20082026-05-14T21:57:00.087Z Compiling darling v0.20.11
20092026-05-14T21:57:00.217Z Compiling rustls-native-certs v0.8.3
20102026-05-14T21:57:00.321Z Compiling ipnetwork v0.21.1
20112026-05-14T21:57:00.651Z Compiling curve25519-dalek-derive v0.1.1
20122026-05-14T21:57:00.953Z Compiling strum_macros v0.26.4
20132026-05-14T21:57:01.066Z Compiling sync_wrapper v1.0.2
20142026-05-14T21:57:01.120Z Compiling wait-timeout v0.2.1
20152026-05-14T21:57:01.222Z Compiling num_threads v0.1.7
20162026-05-14T21:57:01.279Z Compiling utf8parse v0.2.2
20172026-05-14T21:57:01.405Z Compiling simd-adler32 v0.3.8
20182026-05-14T21:57:01.481Z Compiling bit-vec v0.8.0
20192026-05-14T21:57:01.513Z Compiling anstyle v1.0.13
20202026-05-14T21:57:01.534Z Compiling siphasher v1.0.2
20212026-05-14T21:57:01.743Z Compiling quick-error v1.2.3
20222026-05-14T21:57:01.747Z Compiling bit-set v0.8.0
20232026-05-14T21:57:01.867Z Compiling time v0.3.47
20242026-05-14T21:57:02.082Z Compiling rusty-fork v0.3.1
20252026-05-14T21:57:02.082Z Compiling anstyle-parse v0.2.7
20262026-05-14T21:57:02.082Z Compiling tower v0.5.3
20272026-05-14T21:57:02.383Z Compiling derive_builder_core v0.20.2
20282026-05-14T21:57:02.476Z Compiling snafu-derive v0.8.9
20292026-05-14T21:57:02.533Z Compiling http-body-util v0.1.3
20302026-05-14T21:57:02.826Z Compiling webpki-roots v1.0.6
20312026-05-14T21:57:02.870Z Compiling rand_xorshift v0.4.0
20322026-05-14T21:57:02.937Z Compiling signature v2.2.0
20332026-05-14T21:57:03.018Z Compiling hubpack_derive v0.1.1
20342026-05-14T21:57:03.077Z Compiling strum_macros v0.27.2
20352026-05-14T21:57:03.252Z Compiling fs-err v3.3.0
20362026-05-14T21:57:03.270Z Compiling ahash v0.8.12
20372026-05-14T21:57:03.303Z Compiling encoding_rs v0.8.35
20382026-05-14T21:57:03.446Z Compiling ryu v1.0.23
20392026-05-14T21:57:03.473Z Compiling mime v0.3.17
20402026-05-14T21:57:03.598Z Compiling unicode-bidi v0.3.18
20412026-05-14T21:57:03.618Z Compiling unicode-properties v0.1.4
20422026-05-14T21:57:03.786Z Compiling is_terminal_polyfill v1.70.2
20432026-05-14T21:57:03.826Z Compiling iri-string v0.7.10
20442026-05-14T21:57:03.832Z Compiling unarray v0.1.4
20452026-05-14T21:57:03.832Z Compiling allocator-api2 v0.2.21
20462026-05-14T21:57:03.876Z Compiling anstyle-query v1.1.5
20472026-05-14T21:57:03.893Z Compiling object v0.37.3
20482026-05-14T21:57:03.963Z Compiling adler2 v2.0.1
20492026-05-14T21:57:03.974Z Compiling colorchoice v1.0.4
20502026-05-14T21:57:04.005Z Compiling stringprep v0.1.5
20512026-05-14T21:57:04.095Z Compiling anstream v0.6.21
20522026-05-14T21:57:04.105Z Compiling miniz_oxide v0.8.9
20532026-05-14T21:57:04.112Z Compiling proptest v1.10.0
20542026-05-14T21:57:04.256Z Compiling serde_urlencoded v0.7.1
20552026-05-14T21:57:04.523Z Compiling derive_builder_macro v0.20.2
20562026-05-14T21:57:04.845Z Compiling tokio-native-tls v0.3.1
20572026-05-14T21:57:04.902Z Compiling usdt-macro v0.6.0
20582026-05-14T21:57:04.902Z Compiling usdt-attr-macro v0.6.0
20592026-05-14T21:57:05.006Z Compiling tower-http v0.6.8
20602026-05-14T21:57:09.386Z Compiling rand_chacha v0.3.1
20612026-05-14T21:57:09.522Z Compiling erased-serde v0.3.31
20622026-05-14T21:57:09.522Z Compiling md-5 v0.10.6
20632026-05-14T21:57:09.522Z Compiling bstr v1.12.1
20642026-05-14T21:57:09.522Z Compiling num-integer v0.1.46
20652026-05-14T21:57:09.522Z Compiling hash32 v0.2.1
20662026-05-14T21:57:09.522Z Compiling vergen-lib v9.1.0
20672026-05-14T21:57:09.522Z Compiling ff v0.13.1
20682026-05-14T21:57:09.522Z Compiling psl-types v2.0.11
20692026-05-14T21:57:09.522Z Compiling fallible-iterator v0.2.0
20702026-05-14T21:57:09.523Z Compiling zlib-rs v0.6.2
20712026-05-14T21:57:09.523Z Compiling base16ct v0.2.0
20722026-05-14T21:57:09.523Z Compiling publicsuffix v2.3.0
20732026-05-14T21:57:09.523Z Compiling sec1 v0.7.3
20742026-05-14T21:57:09.523Z Compiling group v0.13.0
20752026-05-14T21:57:09.523Z Compiling postgres-protocol v0.6.10
20762026-05-14T21:57:09.523Z Compiling newtype-uuid v1.3.2
20772026-05-14T21:57:09.523Z Compiling num-iter v0.1.45
20782026-05-14T21:57:09.523Z Compiling rand v0.8.6
20792026-05-14T21:57:09.523Z Compiling oxnet v0.1.4
20802026-05-14T21:57:09.523Z Compiling derive_builder v0.20.2
20812026-05-14T21:57:09.523Z Compiling hyper-tls v0.6.0
20822026-05-14T21:57:09.523Z Compiling phf_shared v0.13.1
20832026-05-14T21:57:09.523Z Compiling pin-project v1.1.11
20842026-05-14T21:57:09.652Z Compiling lazy_static v1.5.0
20852026-05-14T21:57:09.652Z Compiling terminal_size v0.4.3
20862026-05-14T21:57:09.652Z Compiling serde_with_macros v3.17.0
20872026-05-14T21:57:09.652Z Compiling futures-executor v0.3.32
20882026-05-14T21:57:09.652Z Compiling hex v0.4.3
20892026-05-14T21:57:09.653Z Compiling hkdf v0.12.4
20902026-05-14T21:57:09.653Z Compiling crypto-bigint v0.5.5
20912026-05-14T21:57:09.653Z Compiling serde_repr v0.1.20
20922026-05-14T21:57:09.653Z Compiling clap_derive v4.5.55
20932026-05-14T21:57:09.653Z Compiling flate2 v1.1.9
20942026-05-14T21:57:09.653Z Compiling async-recursion v1.1.1
20952026-05-14T21:57:09.653Z Compiling enum-as-inner v0.6.1
20962026-05-14T21:57:09.653Z Compiling vergen v9.1.0
20972026-05-14T21:57:09.653Z Compiling cargo-platform v0.3.2
20982026-05-14T21:57:09.653Z Compiling bumpalo v3.20.2
20992026-05-14T21:57:09.653Z Compiling clap_lex v1.0.0
21002026-05-14T21:57:09.653Z Compiling libbz2-rs-sys v0.2.2
21012026-05-14T21:57:09.653Z Compiling managed v0.8.0
21022026-05-14T21:57:09.653Z Compiling bitflags v1.3.2
21032026-05-14T21:57:09.653Z Compiling foldhash v0.2.0
21042026-05-14T21:57:09.653Z Compiling foldhash v0.1.5
21052026-05-14T21:57:09.653Z Compiling same-file v1.0.6
21062026-05-14T21:57:09.653Z Compiling hashbrown v0.16.1
21072026-05-14T21:57:09.653Z Compiling hashbrown v0.15.5
21082026-05-14T21:57:09.653Z Compiling bzip2 v0.6.1
21092026-05-14T21:57:09.653Z Compiling walkdir v2.5.0
21102026-05-14T21:57:09.653Z Compiling elliptic-curve v0.13.8
21112026-05-14T21:57:09.653Z Compiling clap_builder v4.5.60
21122026-05-14T21:57:09.653Z Compiling zopfli v0.8.3
21132026-05-14T21:57:09.654Z Compiling cargo_metadata v0.23.1
21142026-05-14T21:57:09.654Z Compiling futures v0.3.32
21152026-05-14T21:57:09.723Z Compiling zstd v0.13.3
21162026-05-14T21:57:09.723Z Compiling phf v0.13.1
21172026-05-14T21:57:09.853Z Compiling snafu v0.8.9
21182026-05-14T21:57:09.915Z Compiling signal-hook-mio v0.2.5
21192026-05-14T21:57:09.978Z Compiling daft v0.1.5
21202026-05-14T21:57:10.047Z Compiling cookie_store v0.22.1
21212026-05-14T21:57:10.211Z Compiling postgres-types v0.2.12
21222026-05-14T21:57:10.271Z Compiling bzip2 v0.4.4
21232026-05-14T21:57:10.321Z Compiling globset v0.4.18
21242026-05-14T21:57:10.486Z Compiling strum v0.27.2
21252026-05-14T21:57:10.687Z Compiling hubpack v0.1.2
21262026-05-14T21:57:10.703Z Compiling ed25519 v2.2.3
21272026-05-14T21:57:10.719Z Compiling phf_shared v0.11.3
21282026-05-14T21:57:10.754Z Compiling crossbeam-epoch v0.9.18
21292026-05-14T21:57:10.916Z Compiling olpc-cjson v0.1.4
21302026-05-14T21:57:10.931Z Compiling pkcs1 v0.7.5
21312026-05-14T21:57:10.965Z Compiling pem v3.0.6
21322026-05-14T21:57:11.113Z Compiling serde_plain v1.0.2
21332026-05-14T21:57:11.153Z Compiling serde-big-array v0.5.1
21342026-05-14T21:57:11.272Z Compiling rfc6979 v0.4.0
21352026-05-14T21:57:11.298Z Compiling float-cmp v0.10.0
21362026-05-14T21:57:11.301Z Compiling memmap2 v0.9.10
21372026-05-14T21:57:11.333Z Compiling env_filter v1.0.0
21382026-05-14T21:57:11.333Z Compiling new_debug_unreachable v1.0.6
21392026-05-14T21:57:11.381Z Compiling typed-path v0.9.3
21402026-05-14T21:57:11.397Z Compiling fixedbitset v0.4.2
21412026-05-14T21:57:11.430Z Compiling toml_write v0.1.2
21422026-05-14T21:57:11.445Z Compiling jiff v0.2.21
21432026-05-14T21:57:11.448Z Compiling fixedbitset v0.5.7
21442026-05-14T21:57:11.541Z Compiling predicates-core v1.0.10
21452026-05-14T21:57:11.598Z Compiling difflib v0.4.0
21462026-05-14T21:57:11.617Z Compiling keccak v0.1.6
21472026-05-14T21:57:11.648Z Compiling static_assertions v1.1.0
21482026-05-14T21:57:11.719Z Compiling whoami v2.1.0
21492026-05-14T21:57:11.735Z Compiling rustc-hash v2.1.1
21502026-05-14T21:57:11.738Z Compiling normalize-line-endings v0.3.0
21512026-05-14T21:57:11.764Z Compiling precomputed-hash v0.1.1
21522026-05-14T21:57:11.780Z Compiling data-encoding v2.10.0
21532026-05-14T21:57:11.838Z Compiling iddqd v0.3.18
21542026-05-14T21:57:11.861Z Compiling string_cache v0.8.9
21552026-05-14T21:57:11.876Z Compiling predicates v3.1.4
21562026-05-14T21:57:11.881Z Compiling sha3 v0.10.8
21572026-05-14T21:57:12.060Z Compiling tokio-postgres v0.7.16
21582026-05-14T21:57:12.075Z Compiling hickory-proto v0.25.2
21592026-05-14T21:57:12.172Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21602026-05-14T21:57:12.264Z Compiling petgraph v0.8.3
21612026-05-14T21:57:12.330Z Compiling toml_edit v0.22.27
21622026-05-14T21:57:12.448Z Compiling petgraph v0.6.5
21632026-05-14T21:57:12.911Z Compiling env_logger v0.11.9
21642026-05-14T21:57:12.955Z Compiling usdt v0.6.0
21652026-05-14T21:57:12.983Z Compiling ecdsa v0.16.9
21662026-05-14T21:57:13.241Z Compiling rsa v0.9.10
21672026-05-14T21:57:13.374Z Compiling ed25519-dalek v2.2.0
21682026-05-14T21:57:14.072Z Compiling zip v4.6.1
21692026-05-14T21:57:14.133Z Compiling clap v4.5.60
21702026-05-14T21:57:14.150Z Compiling zip v0.6.6
21712026-05-14T21:57:14.220Z Compiling crossterm v0.28.1
21722026-05-14T21:57:14.686Z Compiling serde_with v3.17.0
21732026-05-14T21:57:14.811Z Compiling similar v2.7.0
21742026-05-14T21:57:14.877Z Compiling strum v0.26.3
21752026-05-14T21:57:14.952Z Compiling toml v0.7.8
21762026-05-14T21:57:14.985Z Compiling tokio-stream v0.1.18
21772026-05-14T21:57:15.023Z Compiling itertools v0.13.0
21782026-05-14T21:57:15.039Z Compiling buf-list v1.1.2
21792026-05-14T21:57:15.319Z Compiling x509-cert v0.2.5
21802026-05-14T21:57:15.509Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21812026-05-14T21:57:15.572Z Compiling openapiv3 v2.2.0
21822026-05-14T21:57:15.785Z Compiling sha1 v0.10.6
21832026-05-14T21:57:16.163Z Compiling lalrpop-util v0.19.12
21842026-05-14T21:57:16.282Z Compiling peg-runtime v0.8.5
21852026-05-14T21:57:31.041Z Compiling rustls-webpki v0.103.9
21862026-05-14T21:57:32.281Z Compiling macaddr v1.0.1
21872026-05-14T21:57:32.313Z Compiling structmeta-derive v0.3.0
21882026-05-14T21:57:32.462Z Compiling crucible-workspace-hack v0.1.0
21892026-05-14T21:57:32.564Z Compiling rayon-core v1.13.0
21902026-05-14T21:57:32.580Z Compiling itertools v0.14.0
21912026-05-14T21:57:32.646Z Compiling secrecy v0.10.3
21922026-05-14T21:57:32.689Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21932026-05-14T21:57:32.797Z Compiling toml_datetime v0.7.5+spec-1.1.0
21942026-05-14T21:57:32.832Z Compiling rustls v0.22.4
21952026-05-14T21:57:33.042Z Compiling heapless v0.8.0
21962026-05-14T21:57:33.079Z Compiling toml_edit v0.23.10+spec-1.0.0
21972026-05-14T21:57:33.095Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21982026-05-14T21:57:33.271Z Compiling crossbeam-deque v0.8.6
21992026-05-14T21:57:33.328Z Compiling structmeta v0.3.0
22002026-05-14T21:57:33.360Z Compiling rustls-webpki v0.102.8
22012026-05-14T21:57:33.490Z Compiling hash32 v0.3.1
22022026-05-14T21:57:33.517Z Compiling multer v3.1.0
22032026-05-14T21:57:33.534Z Compiling thread_local v1.1.9
22042026-05-14T21:57:33.563Z Compiling unicode-width v0.2.0
22052026-05-14T21:57:33.579Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22062026-05-14T21:57:33.681Z Compiling smoltcp v0.11.0
22072026-05-14T21:57:33.737Z Compiling compression-core v0.4.31
22082026-05-14T21:57:33.763Z Compiling slog-async v2.8.0
22092026-05-14T21:57:33.812Z Compiling match_cfg v0.1.0
22102026-05-14T21:57:33.847Z Compiling ingot-macros v0.1.1
22112026-05-14T21:57:33.889Z Compiling hostname v0.3.1
22122026-05-14T21:57:33.905Z Compiling compression-codecs v0.4.37
22132026-05-14T21:57:34.013Z Compiling proc-macro-crate v3.4.0
22142026-05-14T21:57:34.071Z Compiling derive-ex v0.1.8
22152026-05-14T21:57:34.114Z Compiling slog-json v2.6.1
22162026-05-14T21:57:34.295Z Compiling crossbeam-channel v0.5.15
22172026-05-14T21:57:34.384Z Compiling half v2.7.1
22182026-05-14T21:57:34.467Z Compiling newtype-uuid-macros v0.1.0
22192026-05-14T21:57:34.546Z Compiling cobs v0.3.0
22202026-05-14T21:57:34.772Z Compiling thiserror-impl-no-std v2.0.2
22212026-05-14T21:57:34.869Z Compiling tokio-rustls v0.26.4
22222026-05-14T21:57:35.033Z Compiling rustls-platform-verifier v0.6.2
22232026-05-14T21:57:35.097Z Compiling universal-hash v0.5.1
22242026-05-14T21:57:35.172Z Compiling hyper-rustls v0.27.7
22252026-05-14T21:57:35.199Z Compiling async-stream-impl v0.3.6
22262026-05-14T21:57:35.225Z Compiling serde_spanned v1.0.4
22272026-05-14T21:57:35.268Z Compiling toml_datetime v1.0.0+spec-1.1.0
22282026-05-14T21:57:35.272Z Compiling is-terminal v0.4.17
22292026-05-14T21:57:35.397Z Compiling proc-macro-error-attr v1.0.4
22302026-05-14T21:57:35.414Z Compiling reqwest v0.12.28
22312026-05-14T21:57:35.511Z Compiling reqwest v0.13.2
22322026-05-14T21:57:35.619Z Compiling dropshot v0.17.0
22332026-05-14T21:57:35.642Z Compiling term v1.2.1
22342026-05-14T21:57:35.670Z Compiling take_mut v0.2.2
22352026-05-14T21:57:35.720Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-05-14T21:57:35.795Z Compiling convert_case v0.4.0
22372026-05-14T21:57:35.811Z Compiling toml_writer v1.0.6+spec-1.1.0
22382026-05-14T21:57:35.840Z Compiling opaque-debug v0.3.1
22392026-05-14T21:57:35.856Z Compiling ciborium-io v0.2.2
22402026-05-14T21:57:35.946Z Compiling ciborium-ll v0.2.2
22412026-05-14T21:57:35.967Z Compiling slog-term v2.9.2
22422026-05-14T21:57:35.981Z Compiling poly1305 v0.8.0
22432026-05-14T21:57:36.043Z Compiling tokio-rustls v0.25.0
22442026-05-14T21:57:36.091Z Compiling toml v1.0.6+spec-1.1.0
22452026-05-14T21:57:36.114Z Compiling derive_more v0.99.20
22462026-05-14T21:57:36.286Z Compiling thiserror-no-std v2.0.2
22472026-05-14T21:57:36.307Z Compiling async-stream v0.3.6
22482026-05-14T21:57:36.470Z Compiling ingot-types v0.1.2
22492026-05-14T21:57:36.529Z Compiling test-strategy v0.4.5
22502026-05-14T21:57:36.614Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-05-14T21:57:36.629Z Compiling postcard v1.1.3
22522026-05-14T21:57:36.944Z Compiling ingot v0.1.1
22532026-05-14T21:57:37.019Z Compiling tough v0.22.0
22542026-05-14T21:57:37.465Z Compiling num_enum_derive v0.7.5
22552026-05-14T21:57:37.664Z Compiling slog-bunyan v2.5.0
22562026-05-14T21:57:37.814Z Compiling async-compression v0.4.41
22572026-05-14T21:57:38.039Z Compiling parse-display-derive v0.10.0
22582026-05-14T21:57:38.261Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22592026-05-14T21:57:38.291Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-05-14T21:57:38.441Z Compiling proc-macro-crate v1.3.1
22612026-05-14T21:57:38.538Z Compiling backon v1.6.0
22622026-05-14T21:57:38.556Z Compiling waitgroup v0.1.2
22632026-05-14T21:57:38.762Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22642026-05-14T21:57:38.798Z Compiling password-hash v0.5.0
22652026-05-14T21:57:38.817Z Compiling chacha20 v0.9.1
22662026-05-14T21:57:38.834Z Compiling dropshot_endpoint v0.17.0
22672026-05-14T21:57:38.837Z Compiling rustls-pemfile v2.2.0
22682026-05-14T21:57:39.088Z Compiling blake2 v0.10.6
22692026-05-14T21:57:39.152Z Compiling aead v0.5.2
22702026-05-14T21:57:39.158Z Compiling foreign-types-macros v0.2.3
22712026-05-14T21:57:39.178Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22722026-05-14T21:57:39.356Z Compiling serde_path_to_error v0.1.20
22732026-05-14T21:57:39.492Z Compiling hostname v0.4.2
22742026-05-14T21:57:39.600Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-14T21:57:39.616Z Compiling proc-macro-error v1.0.4
22762026-05-14T21:57:39.707Z Compiling instant v0.1.13
22772026-05-14T21:57:39.737Z Compiling foreign-types-shared v0.3.1
22782026-05-14T21:57:39.760Z Compiling cpufeatures v0.3.0
22792026-05-14T21:57:39.845Z Compiling typeid v1.0.3
22802026-05-14T21:57:39.861Z Compiling debug-ignore v1.0.5
22812026-05-14T21:57:39.878Z Compiling chacha20 v0.10.0
22822026-05-14T21:57:39.896Z Compiling foreign-types v0.5.0
22832026-05-14T21:57:39.911Z Compiling backoff v0.4.0
22842026-05-14T21:57:39.956Z Compiling parse-display v0.10.0
22852026-05-14T21:57:39.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-14T21:57:39.998Z Compiling argon2 v0.5.3
22872026-05-14T21:57:40.018Z Compiling chacha20poly1305 v0.10.1
22882026-05-14T21:57:40.068Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22892026-05-14T21:57:40.169Z Compiling num_enum_derive v0.5.11
22902026-05-14T21:57:40.189Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22912026-05-14T21:57:40.208Z Compiling num_enum v0.7.5
22922026-05-14T21:57:40.238Z Compiling vsss-rs v3.3.4
22932026-05-14T21:57:40.357Z Compiling ciborium v0.2.2
22942026-05-14T21:57:40.538Z Compiling tabwriter v1.4.1
22952026-05-14T21:57:40.636Z Compiling regress v0.10.5
22962026-05-14T21:57:40.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972026-05-14T21:57:40.851Z Compiling byte-wrapper v0.1.0
22982026-05-14T21:57:40.929Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22992026-05-14T21:57:40.992Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23002026-05-14T21:57:41.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23012026-05-14T21:57:41.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23022026-05-14T21:57:41.142Z Compiling cstr-argument v0.1.2
23032026-05-14T21:57:41.225Z Compiling erased-serde v0.4.9
23042026-05-14T21:57:41.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23052026-05-14T21:57:41.405Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23062026-05-14T21:57:41.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-14T21:57:41.570Z Compiling num_enum v0.5.11
23082026-05-14T21:57:41.651Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23092026-05-14T21:57:41.703Z Compiling rand v0.10.0
23102026-05-14T21:57:41.717Z Compiling rayon v1.11.0
23112026-05-14T21:57:41.763Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23122026-05-14T21:57:41.779Z Compiling colored v3.1.1
23132026-05-14T21:57:41.834Z Compiling libefi-sys v0.1.0
23142026-05-14T21:57:41.848Z Compiling indent_write v2.2.0
23152026-05-14T21:57:41.912Z Compiling zone_cfg_derive v0.3.1
23162026-05-14T21:57:41.928Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-05-14T21:57:42.019Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23182026-05-14T21:57:42.124Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23192026-05-14T21:57:42.145Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23202026-05-14T21:57:42.177Z Compiling camino-tempfile v1.4.1
23212026-05-14T21:57:42.387Z Compiling itertools v0.12.1
23222026-05-14T21:57:42.472Z Compiling usdt-macro v0.5.0
23232026-05-14T21:57:42.488Z Compiling usdt-attr-macro v0.5.0
23242026-05-14T21:57:42.547Z Compiling num-derive v0.4.2
23252026-05-14T21:57:42.597Z Compiling bitfield-struct v0.6.2
23262026-05-14T21:57:42.674Z Compiling blake3 v1.8.3
23272026-05-14T21:57:42.690Z Compiling ordered-float v2.10.1
23282026-05-14T21:57:42.983Z Compiling memmap v0.7.0
23292026-05-14T21:57:43.040Z Compiling sigpipe v0.1.3
23302026-05-14T21:57:43.157Z Compiling glob v0.3.3
23312026-05-14T21:57:43.181Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-05-14T21:57:43.231Z Compiling swrite v0.1.0
23332026-05-14T21:57:43.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-05-14T21:57:43.261Z Compiling usdt v0.5.0
23352026-05-14T21:57:43.427Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-05-14T21:57:43.441Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23372026-05-14T21:57:43.584Z Compiling serde-value v0.7.0
23382026-05-14T21:57:43.839Z Compiling zone v0.3.1
23392026-05-14T21:57:43.839Z Compiling serde-untagged v0.1.9
23402026-05-14T21:57:43.908Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23412026-05-14T21:57:44.078Z Compiling toml v0.8.23
23422026-05-14T21:57:44.095Z Compiling smf v0.2.3
23432026-05-14T21:57:44.138Z Compiling filetime v0.2.27
23442026-05-14T21:57:44.158Z Compiling whoami v1.6.1
23452026-05-14T21:57:44.216Z Compiling arrayvec v0.7.6
23462026-05-14T21:57:44.236Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-05-14T21:57:44.295Z Compiling xattr v1.6.1
23482026-05-14T21:57:44.342Z Compiling arrayref v0.3.9
23492026-05-14T21:57:44.364Z Compiling constant_time_eq v0.4.2
23502026-05-14T21:57:44.432Z Compiling unicode-xid v0.2.6
23512026-05-14T21:57:44.435Z Compiling tar v0.4.45
23522026-05-14T21:57:44.476Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-14T21:57:44.579Z Compiling cargo-util-schemas v0.8.2
23542026-05-14T21:57:44.597Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-05-14T21:57:44.620Z Compiling tokio-dtrace v0.1.1
23562026-05-14T21:57:44.888Z Compiling console v0.16.2
23572026-05-14T21:57:44.976Z Compiling gethostname v0.5.0
23582026-05-14T21:57:45.140Z Compiling cargo-platform v0.2.0
23592026-05-14T21:57:45.200Z Compiling unit-prefix v0.5.2
23602026-05-14T21:57:45.294Z Compiling topological-sort v0.2.2
23612026-05-14T21:57:45.350Z Compiling indicatif v0.18.4
23622026-05-14T21:57:45.390Z Compiling oxide-tokio-rt v0.1.4
23632026-05-14T21:57:45.413Z Compiling shell-words v1.1.1
23642026-05-14T21:57:45.488Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23652026-05-14T21:57:45.948Z Compiling cargo_metadata v0.21.0
23662026-05-14T21:57:55.149Z Compiling progenitor-client v0.10.0
23672026-05-14T21:57:55.149Z Compiling omicron-zone-package v0.12.2
23682026-05-14T21:57:55.169Z Compiling progenitor-client v0.14.0
23692026-05-14T21:57:55.628Z Compiling progenitor-extras v0.2.0
23702026-05-14T21:57:57.882Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-05-14T21:57:57.920Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23722026-05-14T21:57:57.974Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-05-14T21:57:58.040Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23742026-05-14T21:57:58.111Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23752026-05-14T21:57:58.179Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23762026-05-14T21:57:58.213Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23772026-05-14T21:57:58.235Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-05-14T21:57:58.297Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-05-14T21:58:02.256Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23802026-05-14T21:58:09.692Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23812026-05-14T21:58:12.847Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23822026-05-14T21:58:13.813Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23832026-05-14T21:58:23.177Z Finished `release` profile [optimized] target(s) in 1m 43s
23842026-05-14T21:58:26.259Z Running `target/release/omicron-package -t test target create -p dev`
23852026-05-14T21:58:26.259ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862026-05-14T21:58:26.259ZCreated new build target 'test' and set it as active
23872026-05-14T21:58:26.259Z
23882026-05-14T21:58:26.259Zreal 1:43.495557886
23892026-05-14T21:58:26.259Zuser 17:01.003688870
23902026-05-14T21:58:26.260Zsys 2:35.525334374
23912026-05-14T21:58:26.260Ztrap 0.476743120
23922026-05-14T21:58:26.260Ztflt 2.653639587
23932026-05-14T21:58:26.260Zdflt 4.293645577
23942026-05-14T21:58:26.260Zkflt 0.000652570
23952026-05-14T21:58:26.260Zlock 52:43.933799261
23962026-05-14T21:58:26.260Zslp 43:18.804795441
23972026-05-14T21:58:26.260Zlat 41.849380671
23982026-05-14T21:58:26.260Zstop 5:18.807926179
23992026-05-14T21:58:26.260Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24002026-05-14T21:58:26.260Z Finished `release` profile [optimized] target(s) in 0.85s
24012026-05-14T21:58:26.260Z Running `target/release/omicron-package -t test package`
24022026-05-14T21:58:26.260ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-05-14T21:58:26.260Z Compiling heck v0.5.0
24042026-05-14T21:58:26.260Z Compiling regress v0.11.1
24052026-05-14T21:58:26.260Z Compiling unsafe-libyaml v0.2.11
24062026-05-14T21:58:26.260Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-05-14T21:58:26.260Z Compiling regress v0.10.5
24082026-05-14T21:58:26.260Z Compiling unicode-width v0.1.14
24092026-05-14T21:58:26.260Z Compiling is-terminal v0.4.17
24102026-05-14T21:58:26.261Z Compiling prettyplease v0.2.37
24112026-05-14T21:58:26.261Z Compiling bytecount v0.6.9
24122026-05-14T21:58:26.261Z Compiling rustls v0.22.4
24132026-05-14T21:58:26.261Z Compiling rustls-webpki v0.102.8
24142026-05-14T21:58:26.261Z Compiling derive-where v1.6.0
24152026-05-14T21:58:26.261Z Compiling thread_local v1.1.9
24162026-05-14T21:58:26.261Z Compiling match_cfg v0.1.0
24172026-05-14T21:58:26.261Z Compiling compression-core v0.4.31
24182026-05-14T21:58:26.287Z Compiling multer v3.1.0
24192026-05-14T21:58:26.287Z Compiling hostname v0.3.1
24202026-05-14T21:58:26.314Z Compiling compression-codecs v0.4.37
24212026-05-14T21:58:26.314Z Compiling slog-async v2.8.0
24222026-05-14T21:58:26.361Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24232026-05-14T21:58:26.445Z Compiling crossbeam-channel v0.5.15
24242026-05-14T21:58:26.445Z Compiling slog-json v2.6.1
24252026-05-14T21:58:26.500Z Compiling toml_datetime v1.0.0+spec-1.1.0
24262026-05-14T21:58:26.500Z Compiling serde_spanned v1.0.4
24272026-05-14T21:58:26.500Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-05-14T21:58:26.524Z Compiling serde_yaml v0.9.34+deprecated
24292026-05-14T21:58:26.549Z Compiling take_mut v0.2.2
24302026-05-14T21:58:26.574Z Compiling term v1.2.1
24312026-05-14T21:58:26.591Z Compiling slog-bunyan v2.5.0
24322026-05-14T21:58:26.630Z Compiling async-compression v0.4.41
24332026-05-14T21:58:26.669Z Compiling toml v1.0.6+spec-1.1.0
24342026-05-14T21:58:27.200Z Compiling async-stream v0.3.6
24352026-05-14T21:58:27.291Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24362026-05-14T21:58:27.291Z Compiling dropshot v0.17.0
24372026-05-14T21:58:27.291Z Compiling slog-term v2.9.2
24382026-05-14T21:58:27.291Z Compiling num-rational v0.4.2
24392026-05-14T21:58:27.291Z Compiling progenitor-client v0.14.0
24402026-05-14T21:58:27.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24412026-05-14T21:58:27.292Z Compiling waitgroup v0.1.2
24422026-05-14T21:58:27.292Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24432026-05-14T21:58:27.296Z Compiling backon v1.6.0
24442026-05-14T21:58:27.296Z Compiling rustls-pemfile v2.2.0
24452026-05-14T21:58:27.337Z Compiling num-complex v0.4.6
24462026-05-14T21:58:27.338Z Compiling hostname v0.4.2
24472026-05-14T21:58:27.352Z Compiling serde_path_to_error v0.1.20
24482026-05-14T21:58:27.352Z Compiling instant v0.1.13
24492026-05-14T21:58:27.874Z Compiling debug-ignore v1.0.5
24502026-05-14T21:58:27.922Z Compiling progenitor-extras v0.2.0
24512026-05-14T21:58:27.922Z Compiling typify-impl v0.6.2
24522026-05-14T21:58:27.922Z Compiling backoff v0.4.0
24532026-05-14T21:58:27.922Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24542026-05-14T21:58:27.922Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24552026-05-14T21:58:27.926Z Compiling num v0.4.3
24562026-05-14T21:58:27.926Z Compiling parse-display v0.10.0
24572026-05-14T21:58:27.926Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24582026-05-14T21:58:27.926Z Compiling progenitor-client v0.10.0
24592026-05-14T21:58:27.926Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24602026-05-14T21:58:27.926Z Compiling macaddr v1.0.1
24612026-05-14T21:58:27.926Z Compiling float-ord v0.3.2
24622026-05-14T21:58:28.019Z Compiling console v0.15.11
24632026-05-14T21:58:28.068Z Compiling atomicwrites v0.4.4
24642026-05-14T21:58:28.084Z Compiling newline-converter v0.3.0
24652026-05-14T21:58:28.102Z Compiling slog-dtrace v0.3.0
24662026-05-14T21:58:28.266Z Compiling progenitor-client v0.13.0
24672026-05-14T21:58:28.292Z Compiling owo-colors v4.3.0
24682026-05-14T21:58:28.410Z Compiling cancel-safe-futures v0.1.5
24692026-05-14T21:58:28.576Z Compiling expectorate v1.2.0
24702026-05-14T21:58:28.659Z Compiling tokio-rustls v0.25.0
24712026-05-14T21:58:28.659Z Compiling libsw-core v0.3.2
24722026-05-14T21:58:28.695Z Compiling resolv-conf v0.7.6
24732026-05-14T21:58:28.696Z Compiling toml v0.8.23
24742026-05-14T21:58:28.772Z Compiling libsw v3.5.0
24752026-05-14T21:58:28.798Z Compiling linear-map v1.2.0
24762026-05-14T21:58:29.021Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24772026-05-14T21:58:29.079Z Compiling linked-hash-map v0.5.6
24782026-05-14T21:58:29.138Z Compiling minimal-lexical v0.2.1
24792026-05-14T21:58:29.255Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24802026-05-14T21:58:29.277Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24812026-05-14T21:58:29.325Z Compiling lru-cache v0.1.2
24822026-05-14T21:58:29.376Z Compiling nom v7.1.3
24832026-05-14T21:58:29.376Z Compiling unicode-xid v0.2.6
24842026-05-14T21:58:29.408Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-05-14T21:58:29.463Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24862026-05-14T21:58:29.498Z Compiling hickory-proto v0.24.4
24872026-05-14T21:58:29.538Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24882026-05-14T21:58:29.580Z Compiling convert_case v0.10.0
24892026-05-14T21:58:29.695Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24902026-05-14T21:58:29.862Z Compiling derive_more-impl v2.1.1
24912026-05-14T21:58:30.518Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24922026-05-14T21:58:30.650Z Compiling derive_more v2.1.1
24932026-05-14T21:58:30.706Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24942026-05-14T21:58:30.771Z Compiling papergrid v0.11.0
24952026-05-14T21:58:30.799Z Compiling tabled_derive v0.7.0
24962026-05-14T21:58:30.874Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24972026-05-14T21:58:30.941Z Compiling typify-macro v0.6.2
24982026-05-14T21:58:31.143Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-05-14T21:58:31.386Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25002026-05-14T21:58:31.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25012026-05-14T21:58:31.697Z Compiling termtree v0.5.1
25022026-05-14T21:58:31.899Z Compiling tabled v0.15.0
25032026-05-14T21:58:32.148Z Compiling hickory-resolver v0.24.4
25042026-05-14T21:58:32.184Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25052026-05-14T21:58:32.454Z Compiling typify v0.6.2
25062026-05-14T21:58:32.618Z Compiling progenitor-impl v0.14.0
25072026-05-14T21:58:33.345Z Compiling progenitor-impl v0.13.0
25082026-05-14T21:58:34.779Z Compiling progenitor-macro v0.14.0
25092026-05-14T21:58:35.361Z Compiling qorb v0.4.1
25102026-05-14T21:58:35.531Z Compiling progenitor-macro v0.13.0
25112026-05-14T21:58:36.613Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25122026-05-14T21:58:37.103Z Compiling crossterm v0.29.0
25132026-05-14T21:58:37.629Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25142026-05-14T21:58:37.723Z Compiling phf_shared v0.12.1
25152026-05-14T21:58:38.007Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25162026-05-14T21:58:38.227Z Compiling csv-core v0.1.13
25172026-05-14T21:58:38.539Z Compiling vte v0.14.1
25182026-05-14T21:58:38.645Z Compiling chrono-tz v0.10.4
25192026-05-14T21:58:38.680Z Compiling highway v1.3.0
25202026-05-14T21:58:38.833Z Compiling strip-ansi-escapes v0.2.1
25212026-05-14T21:58:38.873Z Compiling progenitor v0.14.0
25222026-05-14T21:58:38.930Z Compiling csv v1.4.0
25232026-05-14T21:58:39.054Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25242026-05-14T21:58:39.390Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-14T21:58:39.416Z Compiling phf v0.12.1
25262026-05-14T21:58:39.449Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-05-14T21:58:39.592Z Compiling progenitor v0.13.0
25282026-05-14T21:58:39.627Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25292026-05-14T21:58:39.692Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302026-05-14T21:58:39.806Z Compiling const_format_proc_macros v0.2.34
25312026-05-14T21:58:39.944Z Compiling fd-lock v4.0.4
25322026-05-14T21:58:40.013Z Compiling peg-macros v0.8.5
25332026-05-14T21:58:40.140Z Compiling nu-ansi-term v0.50.3
25342026-05-14T21:58:40.580Z Compiling const_format v0.2.35
25352026-05-14T21:58:40.723Z Compiling reedline v0.40.0
25362026-05-14T21:58:41.091Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25372026-05-14T21:58:41.262Z Compiling peg v0.8.5
25382026-05-14T21:58:41.369Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25392026-05-14T21:58:42.208Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25402026-05-14T21:58:42.332Z Compiling bcs v0.1.6
25412026-05-14T21:58:42.503Z Compiling semver v0.1.20
25422026-05-14T21:58:42.759Z Compiling rustc_version v0.1.7
25432026-05-14T21:58:42.804Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442026-05-14T21:58:42.992Z Compiling newtype_derive v0.1.6
25452026-05-14T21:58:43.061Z Compiling humantime v2.3.0
25462026-05-14T21:58:43.225Z Compiling smawk v0.3.2
25472026-05-14T21:58:43.419Z Compiling unicode-linebreak v0.1.5
25482026-05-14T21:58:43.559Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25492026-05-14T21:58:43.703Z Compiling textwrap v0.16.2
25502026-05-14T21:58:43.733Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25512026-05-14T21:58:44.120Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25522026-05-14T21:58:44.414Z Compiling dropshot-api-manager-types v0.7.1
25532026-05-14T21:58:45.058Z Compiling base64 v0.21.7
25542026-05-14T21:58:45.285Z Compiling steno v0.4.1
25552026-05-14T21:58:45.324Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-05-14T21:58:45.401Z Compiling utf-8 v0.7.6
25572026-05-14T21:58:45.446Z Compiling tagptr v0.2.0
25582026-05-14T21:58:45.617Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25592026-05-14T21:58:45.662Z Compiling moka v0.12.13
25602026-05-14T21:58:45.682Z Compiling tungstenite v0.21.0
25612026-05-14T21:58:45.704Z Compiling radium v0.7.0
25622026-05-14T21:58:45.791Z Compiling maybe-uninit v2.0.0
25632026-05-14T21:58:45.813Z Compiling tap v1.0.1
25642026-05-14T21:58:45.966Z Compiling wyz v0.5.1
25652026-05-14T21:58:46.156Z Compiling num-derive v0.3.3
25662026-05-14T21:58:46.217Z Compiling zerocopy-derive v0.6.6
25672026-05-14T21:58:46.293Z Compiling tokio-tungstenite v0.21.0
25682026-05-14T21:58:46.677Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25692026-05-14T21:58:46.909Z Compiling hickory-resolver v0.25.2
25702026-05-14T21:58:46.978Z Compiling proc-macro-error-attr2 v2.0.0
25712026-05-14T21:58:47.050Z Compiling funty v2.0.0
25722026-05-14T21:58:47.386Z Compiling packed_struct v0.10.1
25732026-05-14T21:58:47.659Z Compiling crc-catalog v2.4.0
25742026-05-14T21:58:47.747Z Compiling display-error-chain v0.2.2
25752026-05-14T21:58:47.788Z Compiling crc v3.4.0
25762026-05-14T21:58:47.854Z Compiling bitvec v1.0.1
25772026-05-14T21:58:47.889Z Compiling proc-macro-error2 v2.0.1
25782026-05-14T21:58:47.928Z Compiling libscf-sys v1.1.0
25792026-05-14T21:58:47.997Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-05-14T21:58:48.019Z Compiling zerocopy v0.6.6
25812026-05-14T21:58:48.212Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-05-14T21:58:48.371Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-14T21:58:48.397Z Compiling packed_struct_codegen v0.10.1
25842026-05-14T21:58:48.867Z Compiling bitfield-macros v0.19.4
25852026-05-14T21:58:49.398Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-14T21:58:49.566Z Compiling indexmap v1.9.3
25872026-05-14T21:58:49.641Z Compiling nodrop v0.1.14
25882026-05-14T21:58:49.794Z Compiling array-init v0.0.4
25892026-05-14T21:58:49.875Z Compiling bitfield v0.19.4
25902026-05-14T21:58:50.213Z Compiling tabled_derive v0.11.0
25912026-05-14T21:58:50.249Z Compiling smallvec v0.6.14
25922026-05-14T21:58:50.522Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-14T21:58:51.010Z Compiling papergrid v0.17.0
25942026-05-14T21:58:51.034Z Compiling testing_table v0.3.0
25952026-05-14T21:58:51.216Z Compiling vergen-lib v0.1.6
25962026-05-14T21:58:51.273Z Compiling hashbrown v0.12.3
25972026-05-14T21:58:51.481Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-05-14T21:58:51.483Z Compiling serde-hex v0.1.0
25992026-05-14T21:58:51.528Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-14T21:58:51.648Z Compiling ron v0.8.1
26012026-05-14T21:58:51.775Z Compiling hashbrown v0.13.2
26022026-05-14T21:58:52.591Z Compiling tabled v0.20.0
26032026-05-14T21:58:52.591Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-05-14T21:58:52.670Z Compiling vergen-gitcl v1.0.8
26052026-05-14T21:58:52.942Z Compiling dirs-sys-next v0.1.2
26062026-05-14T21:58:53.305Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-05-14T21:58:53.369Z Compiling maplit v1.0.2
26082026-05-14T21:58:53.509Z Compiling crc-any v2.5.0
26092026-05-14T21:58:53.550Z Compiling crunchy v0.2.4
26102026-05-14T21:58:53.629Z Compiling diesel_derives v2.3.7
26112026-05-14T21:58:53.810Z Compiling glob v0.3.3
26122026-05-14T21:58:53.897Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26132026-05-14T21:58:53.917Z Compiling dirs-next v2.0.0
26142026-05-14T21:58:53.960Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-05-14T21:58:53.985Z Compiling object v0.30.4
26162026-05-14T21:58:54.006Z Compiling dsl_auto_type v0.2.0
26172026-05-14T21:58:54.069Z Compiling scheduled-thread-pool v0.2.7
26182026-05-14T21:58:54.198Z Compiling clang-sys v1.8.1
26192026-05-14T21:58:54.359Z Compiling diesel_table_macro_syntax v0.3.0
26202026-05-14T21:58:54.559Z Compiling xshell-macros v0.2.7
26212026-05-14T21:58:54.580Z Compiling tiny-keccak v2.0.2
26222026-05-14T21:58:54.602Z Compiling path-slash v0.1.5
26232026-05-14T21:58:54.704Z Compiling r2d2 v0.8.10
26242026-05-14T21:58:54.852Z Compiling term v0.7.0
26252026-05-14T21:58:54.923Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26262026-05-14T21:58:54.968Z Compiling xshell v0.2.7
26272026-05-14T21:58:55.358Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26282026-05-14T21:58:55.384Z Compiling downcast-rs v2.0.2
26292026-05-14T21:58:55.516Z Compiling bit-vec v0.6.3
26302026-05-14T21:58:55.759Z Compiling crc8 v0.1.1
26312026-05-14T21:58:55.853Z Compiling bit-set v0.5.3
26322026-05-14T21:58:55.873Z Compiling ascii-canvas v3.0.0
26332026-05-14T21:58:56.040Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-05-14T21:58:56.134Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352026-05-14T21:58:56.160Z Compiling itertools v0.10.5
26362026-05-14T21:58:56.283Z Compiling ena v0.14.4
26372026-05-14T21:58:56.544Z Compiling libloading v0.8.9
26382026-05-14T21:58:56.701Z Compiling diff v0.1.13
26392026-05-14T21:58:56.818Z Compiling regex-syntax v0.6.29
26402026-05-14T21:58:56.966Z Compiling unicase v2.9.0
26412026-05-14T21:58:57.267Z Compiling bindgen v0.71.1
26422026-05-14T21:58:57.332Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-05-14T21:58:57.610Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-05-14T21:58:57.636Z Compiling cexpr v0.6.0
26452026-05-14T21:58:58.205Z Compiling lalrpop v0.19.12
26462026-05-14T21:58:58.274Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26472026-05-14T21:58:58.287Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-05-14T21:58:58.521Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26492026-05-14T21:58:58.544Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-05-14T21:58:58.611Z Compiling typify-impl v0.4.3
26512026-05-14T21:58:58.701Z Compiling headers-core v0.3.0
26522026-05-14T21:58:58.870Z Compiling libxml v0.3.3
26532026-05-14T21:58:59.021Z Compiling headers v0.4.1
26542026-05-14T21:58:59.212Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-05-14T21:58:59.229Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-05-14T21:58:59.314Z Compiling diesel v2.3.7
26572026-05-14T21:58:59.450Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-05-14T21:58:59.920Z Compiling strum_macros v0.24.3
26592026-05-14T21:59:00.184Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26602026-05-14T21:59:00.307Z Compiling indoc v1.0.9
26612026-05-14T21:59:00.692Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-05-14T21:59:00.747Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26632026-05-14T21:59:00.918Z Compiling derive_builder v0.20.2
26642026-05-14T21:59:01.114Z Compiling oso-derive v0.27.3
26652026-05-14T21:59:01.211Z Compiling quick-xml v0.37.5
26662026-05-14T21:59:01.620Z Compiling impl-trait-for-tuples v0.2.3
26672026-05-14T21:59:01.944Z Compiling half v1.8.3
26682026-05-14T21:59:02.067Z Compiling openssl-probe v0.1.6
26692026-05-14T21:59:02.139Z Compiling typify-macro v0.4.3
26702026-05-14T21:59:02.298Z Compiling serde_cbor v0.11.2
26712026-05-14T21:59:02.393Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26722026-05-14T21:59:02.421Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26732026-05-14T21:59:02.696Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26742026-05-14T21:59:02.878Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26752026-05-14T21:59:03.153Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26762026-05-14T21:59:03.319Z Compiling bb8 v0.8.6
26772026-05-14T21:59:03.388Z Compiling trait-variant v0.1.2
26782026-05-14T21:59:03.461Z Compiling samael v0.0.19
26792026-05-14T21:59:03.658Z Compiling typify v0.4.3
26802026-05-14T21:59:03.705Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26812026-05-14T21:59:03.776Z Compiling progenitor-impl v0.11.2
26822026-05-14T21:59:03.830Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26832026-05-14T21:59:03.893Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-05-14T21:59:03.939Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26852026-05-14T21:59:03.991Z Compiling fxhash v0.2.1
26862026-05-14T21:59:04.127Z Compiling libz-sys v1.1.24
26872026-05-14T21:59:04.180Z Compiling salty v0.3.0
26882026-05-14T21:59:04.626Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26892026-05-14T21:59:04.671Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26902026-05-14T21:59:04.852Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26912026-05-14T21:59:04.937Z Compiling progenitor-client v0.11.2
26922026-05-14T21:59:05.081Z Compiling kstat-rs v0.2.4
26932026-05-14T21:59:05.229Z Compiling arc-swap v1.8.2
26942026-05-14T21:59:05.563Z Compiling fs-err v2.11.0
26952026-05-14T21:59:05.631Z Compiling nonempty v0.12.0
26962026-05-14T21:59:05.717Z Compiling polar-core v0.27.3
26972026-05-14T21:59:05.979Z Compiling progenitor-macro v0.11.2
26982026-05-14T21:59:06.046Z Compiling mime_guess v2.0.5
26992026-05-14T21:59:06.087Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27002026-05-14T21:59:06.577Z Compiling slog-scope v4.4.1
27012026-05-14T21:59:06.973Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-05-14T21:59:07.059Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-05-14T21:59:09.001Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-05-14T21:59:09.691Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27052026-05-14T21:59:09.995Z Compiling progenitor v0.11.2
27062026-05-14T21:59:10.055Z Compiling darling_core v0.23.0
27072026-05-14T21:59:10.161Z Compiling nanorand v0.7.0
27082026-05-14T21:59:10.185Z Compiling libgit2-sys v0.18.3+1.9.2
27092026-05-14T21:59:10.538Z Compiling parking_lot_core v0.8.6
27102026-05-14T21:59:10.785Z Compiling flume v0.11.1
27112026-05-14T21:59:10.849Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-05-14T21:59:10.964Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27132026-05-14T21:59:11.185Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-05-14T21:59:12.222Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27152026-05-14T21:59:13.227Z Compiling darling_macro v0.23.0
27162026-05-14T21:59:13.732Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-05-14T21:59:15.496Z Compiling oso v0.27.3
27182026-05-14T21:59:18.619Z Compiling diesel-dtrace v0.5.0
27192026-05-14T21:59:18.948Z Compiling async-bb8-diesel v0.2.1
27202026-05-14T21:59:19.055Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27212026-05-14T21:59:19.097Z Compiling slog-stdlog v4.1.1
27222026-05-14T21:59:19.712Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27232026-05-14T21:59:19.776Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27242026-05-14T21:59:19.904Z Compiling primeorder v0.13.6
27252026-05-14T21:59:20.453Z Compiling git-stub v1.0.0
27262026-05-14T21:59:20.727Z Compiling atty v0.2.14
27272026-05-14T21:59:20.886Z Compiling parse-size v1.1.0
27282026-05-14T21:59:20.917Z Compiling instability v0.3.11
27292026-05-14T21:59:20.937Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27302026-05-14T21:59:20.964Z Compiling http-range v0.1.5
27312026-05-14T21:59:21.109Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-14T21:59:21.171Z Compiling git-stub-vcs v0.1.0
27332026-05-14T21:59:21.313Z Compiling p384 v0.13.1
27342026-05-14T21:59:21.545Z Compiling slog-envlogger v2.2.0
27352026-05-14T21:59:21.910Z Compiling darling v0.23.0
27362026-05-14T21:59:22.026Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-14T21:59:22.710Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-05-14T21:59:22.731Z Compiling ignore v0.4.25
27392026-05-14T21:59:23.317Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27402026-05-14T21:59:23.441Z Compiling castaway v0.2.4
27412026-05-14T21:59:23.603Z Compiling vergen-git2 v9.1.0
27422026-05-14T21:59:23.833Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-14T21:59:24.065Z Compiling indoc v2.0.7
27442026-05-14T21:59:24.293Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-14T21:59:24.810Z Compiling compact_str v0.8.1
27462026-05-14T21:59:25.269Z Compiling globwalk v0.9.1
27472026-05-14T21:59:25.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-05-14T21:59:25.971Z Compiling parking_lot v0.11.2
27492026-05-14T21:59:26.252Z Compiling hyper-staticfile v0.10.1
27502026-05-14T21:59:26.291Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27512026-05-14T21:59:26.893Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27522026-05-14T21:59:27.070Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27532026-05-14T21:59:27.446Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27542026-05-14T21:59:27.548Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27552026-05-14T21:59:27.723Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27562026-05-14T21:59:28.219Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27572026-05-14T21:59:28.369Z Compiling predicates-tree v1.0.13
27582026-05-14T21:59:28.424Z Compiling unicode-truncate v1.1.0
27592026-05-14T21:59:28.604Z Compiling lru v0.12.5
27602026-05-14T21:59:28.661Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-14T21:59:28.683Z Compiling rand_seeder v0.4.0
27622026-05-14T21:59:28.830Z Compiling prefix-trie v0.7.0
27632026-05-14T21:59:28.851Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-05-14T21:59:28.946Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27652026-05-14T21:59:29.212Z Compiling rustls v0.21.12
27662026-05-14T21:59:29.227Z Compiling corncobs v0.1.4
27672026-05-14T21:59:29.253Z Compiling cassowary v0.3.0
27682026-05-14T21:59:29.335Z Compiling hickory-server v0.25.2
27692026-05-14T21:59:29.365Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-05-14T21:59:29.473Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-14T21:59:29.491Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27722026-05-14T21:59:29.596Z Compiling ratatui v0.29.0
27732026-05-14T21:59:29.679Z Compiling camino-tempfile-ext v0.3.3
27742026-05-14T21:59:29.702Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27752026-05-14T21:59:29.725Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-14T21:59:30.249Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27772026-05-14T21:59:30.311Z Compiling sled v0.34.7
27782026-05-14T21:59:30.871Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27792026-05-14T21:59:31.451Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27802026-05-14T21:59:31.482Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27812026-05-14T21:59:32.815Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-05-14T21:59:33.910Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-05-14T21:59:34.088Z Compiling sct v0.7.1
27842026-05-14T21:59:34.130Z Compiling rustls-webpki v0.101.7
27852026-05-14T21:59:34.364Z Compiling secrecy v0.8.0
27862026-05-14T21:59:34.403Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27872026-05-14T21:59:34.802Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-14T21:59:35.951Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27892026-05-14T21:59:36.106Z Compiling git2 v0.20.4
27902026-05-14T21:59:36.266Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27912026-05-14T21:59:37.631Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27922026-05-14T21:59:37.631Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27932026-05-14T21:59:37.680Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27942026-05-14T21:59:37.848Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-05-14T21:59:38.845Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-05-14T21:59:39.071Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27972026-05-14T21:59:39.547Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27982026-05-14T21:59:39.587Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27992026-05-14T21:59:39.587Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28002026-05-14T21:59:39.797Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28012026-05-14T21:59:39.914Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-05-14T21:59:40.052Z Compiling void v1.0.2
28032026-05-14T21:59:40.209Z Compiling lzss v0.8.2
28042026-05-14T21:59:40.355Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28052026-05-14T21:59:40.377Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-05-14T21:59:40.482Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28072026-05-14T21:59:40.545Z Compiling tokio-rustls v0.24.1
28082026-05-14T21:59:41.126Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28092026-05-14T21:59:41.453Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28102026-05-14T21:59:43.093Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28112026-05-14T21:59:43.226Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28122026-05-14T21:59:44.008Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28132026-05-14T21:59:44.302Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28142026-05-14T21:59:44.545Z Compiling tungstenite v0.23.0
28152026-05-14T21:59:44.762Z Compiling rustls-pemfile v1.0.4
28162026-05-14T21:59:44.901Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-14T21:59:45.171Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28182026-05-14T21:59:45.402Z Compiling nix v0.27.1
28192026-05-14T21:59:46.187Z Compiling twox-hash v2.1.2
28202026-05-14T21:59:46.607Z Compiling serde_bytes v0.11.19
28212026-05-14T21:59:46.808Z Compiling tokio-tungstenite v0.23.1
28222026-05-14T21:59:46.948Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28232026-05-14T21:59:46.962Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-05-14T21:59:47.056Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28252026-05-14T21:59:47.205Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28262026-05-14T21:59:50.264Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28272026-05-14T21:59:52.197Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-05-14T21:59:52.221Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28292026-05-14T21:59:52.640Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28302026-05-14T21:59:53.011Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28312026-05-14T21:59:53.048Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28322026-05-14T21:59:53.262Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28332026-05-14T21:59:53.514Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-05-14T21:59:53.616Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28352026-05-14T21:59:54.797Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28362026-05-14T21:59:55.737Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28372026-05-14T21:59:56.334Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28382026-05-14T21:59:57.936Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28392026-05-14T21:59:58.263Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28402026-05-14T21:59:58.362Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28412026-05-14T21:59:58.958Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28422026-05-14T22:00:00.477Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28432026-05-14T22:00:00.541Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-05-14T22:00:00.762Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28452026-05-14T22:00:01.078Z Compiling signal-hook-tokio v0.3.1
28462026-05-14T22:00:01.266Z Compiling fatfs v0.3.6
28472026-05-14T22:00:01.309Z Compiling yasna v0.5.2
28482026-05-14T22:00:01.591Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28492026-05-14T22:00:01.615Z Compiling seq-macro v0.3.6
28502026-05-14T22:00:01.965Z Compiling is_ci v1.2.0
28512026-05-14T22:00:01.989Z Compiling assert_matches v1.5.0
28522026-05-14T22:00:02.100Z Compiling supports-color v3.0.2
28532026-05-14T22:00:02.120Z Compiling rcgen v0.12.1
28542026-05-14T22:00:02.179Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28552026-05-14T22:00:02.201Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28562026-05-14T22:00:02.377Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28572026-05-14T22:00:02.490Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28582026-05-14T22:00:02.813Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28592026-05-14T22:00:02.942Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28602026-05-14T22:00:03.050Z Compiling subprocess v0.2.15
28612026-05-14T22:00:03.177Z Compiling rtoolbox v0.0.3
28622026-05-14T22:00:03.457Z Compiling rpassword v7.4.0
28632026-05-14T22:00:03.776Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28642026-05-14T22:00:05.309Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28652026-05-14T22:00:05.332Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28662026-05-14T22:00:06.215Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28672026-05-14T22:00:06.467Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28682026-05-14T22:00:06.607Z Compiling tui-tree-widget v0.23.1
28692026-05-14T22:00:06.895Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28702026-05-14T22:00:06.961Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28712026-05-14T22:00:07.113Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28722026-05-14T22:00:07.503Z Compiling uzers v0.12.2
28732026-05-14T22:00:08.627Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28742026-05-14T22:00:08.879Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28752026-05-14T22:00:09.698Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28762026-05-14T22:00:10.065Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28772026-05-14T22:00:11.396Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28782026-05-14T22:00:13.598Z Compiling support-bundle-viewer v0.1.2
28792026-05-14T22:00:14.340Z Compiling multimap v0.10.1
28802026-05-14T22:00:23.411Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28812026-05-14T22:00:25.518Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28822026-05-14T22:00:30.107Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28832026-05-14T22:00:34.658Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28842026-05-14T22:06:52.005Z Finished `release` profile [optimized] target(s) in 8m 27s
28852026-05-14T22:07:38.454Z
28862026-05-14T22:07:38.454Zreal 9:15.079692030
28872026-05-14T22:07:38.454Zuser 1:16:43.816952140
28882026-05-14T22:07:38.459Zsys 3:24.746744827
28892026-05-14T22:07:38.459Ztrap 1.661947878
28902026-05-14T22:07:38.459Ztflt 2.285467394
28912026-05-14T22:07:38.459Zdflt 18.250734661
28922026-05-14T22:07:38.460Zkflt 0.012484477
28932026-05-14T22:07:38.460Zlock 6:44:38.921913217
28942026-05-14T22:07:38.460Zslp 2:10:26.441024751
28952026-05-14T22:07:38.460Zlat 2:18.736761693
28962026-05-14T22:07:38.460Zstop 4:59.896932955
28972026-05-14T22:07:38.460Z+ mapfile -t packages
28982026-05-14T22:07:38.460Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28992026-05-14T22:07:39.387Z Finished `release` profile [optimized] target(s) in 0.92s
29002026-05-14T22:07:39.456Z Running `target/release/omicron-package -t test list-outputs`
29012026-05-14T22:07:39.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
29022026-05-14T22:07:39.521Z+ ptime -m cargo build --locked --release -p xtask
29032026-05-14T22:07:40.048Z Compiling libc v0.2.185
29042026-05-14T22:07:40.048Z Compiling serde v1.0.228
29052026-05-14T22:07:40.048Z Compiling serde_core v1.0.228
29062026-05-14T22:07:40.053Z Compiling rustix v1.1.3
29072026-05-14T22:07:40.053Z Compiling serde_json v1.0.149
29082026-05-14T22:07:40.136Z Compiling bitflags v2.11.0
29092026-05-14T22:07:40.195Z Compiling num-traits v0.2.19
29102026-05-14T22:07:40.209Z Compiling syn v2.0.117
29112026-05-14T22:07:40.222Z Compiling smallvec v1.15.1
29122026-05-14T22:07:40.227Z Compiling indexmap v2.14.0
29132026-05-14T22:07:40.246Z Compiling usdt-impl v0.5.0
29142026-05-14T22:07:40.269Z Compiling syn v1.0.109
29152026-05-14T22:07:40.278Z Compiling log v0.4.29
29162026-05-14T22:07:40.288Z Compiling percent-encoding v2.3.2
29172026-05-14T22:07:40.427Z Compiling getrandom v0.4.1
29182026-05-14T22:07:40.508Z Compiling form_urlencoded v1.2.2
29192026-05-14T22:07:40.581Z Compiling fs-err v3.3.0
29202026-05-14T22:07:40.581Z Compiling once_cell v1.21.3
29212026-05-14T22:07:40.585Z Compiling anyhow v1.0.102
29222026-05-14T22:07:40.733Z Compiling heck v0.4.1
29232026-05-14T22:07:40.905Z Compiling thread-id v4.2.2
29242026-05-14T22:07:40.914Z Compiling errno v0.3.14
29252026-05-14T22:07:40.951Z Compiling memmap v0.7.0
29262026-05-14T22:07:41.282Z Compiling ordered-float v2.10.1
29272026-05-14T22:07:41.786Z Compiling proc-macro-error v1.0.4
29282026-05-14T22:07:41.924Z Compiling terminal_size v0.4.3
29292026-05-14T22:07:41.924Z Compiling tempfile v3.25.0
29302026-05-14T22:07:42.016Z Compiling clap_builder v4.5.60
29312026-05-14T22:07:42.016Z Compiling textwrap v0.16.2
29322026-05-14T22:07:42.040Z Compiling tabled_derive v0.7.0
29332026-05-14T22:07:42.158Z Compiling camino-tempfile v1.4.1
29342026-05-14T22:07:42.693Z Compiling tabled v0.15.0
29352026-05-14T22:07:42.752Z Compiling synstructure v0.13.2
29362026-05-14T22:07:42.752Z Compiling pest_generator v2.8.6
29372026-05-14T22:07:43.166Z Compiling serde_derive v1.0.228
29382026-05-14T22:07:43.166Z Compiling zerofrom-derive v0.1.6
29392026-05-14T22:07:43.166Z Compiling yoke-derive v0.8.1
29402026-05-14T22:07:43.170Z Compiling zerovec-derive v0.11.2
29412026-05-14T22:07:43.170Z Compiling displaydoc v0.2.5
29422026-05-14T22:07:43.170Z Compiling thiserror-impl v1.0.69
29432026-05-14T22:07:43.170Z Compiling zerocopy-derive v0.7.35
29442026-05-14T22:07:43.170Z Compiling scroll_derive v0.12.1
29452026-05-14T22:07:43.170Z Compiling thiserror-impl v2.0.18
29462026-05-14T22:07:43.177Z Compiling clap_derive v4.5.55
29472026-05-14T22:07:43.277Z Compiling pest_derive v2.8.6
29482026-05-14T22:07:43.879Z Compiling scroll v0.12.0
29492026-05-14T22:07:44.085Z Compiling zerocopy v0.7.35
29502026-05-14T22:07:44.218Z Compiling goblin v0.8.2
29512026-05-14T22:07:44.256Z Compiling zerofrom v0.1.6
29522026-05-14T22:07:44.396Z Compiling yoke v0.8.1
29532026-05-14T22:07:44.410Z Compiling thiserror v1.0.69
29542026-05-14T22:07:44.468Z Compiling thiserror v2.0.18
29552026-05-14T22:07:44.533Z Compiling dtrace-parser v0.2.0
29562026-05-14T22:07:44.599Z Compiling zerovec v0.11.5
29572026-05-14T22:07:44.612Z Compiling zerotrie v0.2.3
29582026-05-14T22:07:44.817Z Compiling clap v4.5.60
29592026-05-14T22:07:45.163Z Compiling tinystr v0.8.2
29602026-05-14T22:07:45.206Z Compiling potential_utf v0.1.4
29612026-05-14T22:07:45.390Z Compiling icu_locale_core v2.1.1
29622026-05-14T22:07:45.405Z Compiling icu_collections v2.1.1
29632026-05-14T22:07:46.165Z Compiling icu_provider v2.1.1
29642026-05-14T22:07:46.491Z Compiling icu_normalizer v2.1.1
29652026-05-14T22:07:46.502Z Compiling icu_properties v2.1.2
29662026-05-14T22:07:46.604Z Compiling toml_datetime v0.6.11
29672026-05-14T22:07:46.673Z Compiling serde_spanned v0.6.9
29682026-05-14T22:07:46.722Z Compiling dof v0.3.0
29692026-05-14T22:07:46.729Z Compiling serde_tokenstream v0.2.3
29702026-05-14T22:07:46.844Z Compiling toml_edit v0.22.27
29712026-05-14T22:07:46.890Z Compiling serde-value v0.7.0
29722026-05-14T22:07:47.036Z Compiling cargo-platform v0.2.0
29732026-05-14T22:07:47.089Z Compiling macaddr v1.0.1
29742026-05-14T22:07:47.447Z Compiling idna_adapter v1.2.1
29752026-05-14T22:07:47.511Z Compiling usdt-attr-macro v0.5.0
29762026-05-14T22:07:47.581Z Compiling idna v1.1.0
29772026-05-14T22:07:47.591Z Compiling usdt-macro v0.5.0
29782026-05-14T22:07:47.922Z Compiling url v2.5.8
29792026-05-14T22:07:48.194Z Compiling usdt v0.5.0
29802026-05-14T22:07:48.463Z Compiling toml v0.8.23
29812026-05-14T22:07:48.862Z Compiling cargo-util-schemas v0.8.2
29822026-05-14T22:07:48.891Z Compiling cargo_toml v0.21.0
29832026-05-14T22:07:49.915Z Compiling cargo_metadata v0.21.0
29842026-05-14T22:07:52.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-05-14T22:07:57.799Z Finished `release` profile [optimized] target(s) in 16.50s
29862026-05-14T22:07:57.895Z
29872026-05-14T22:07:57.895Zreal 16.600764243
29882026-05-14T22:07:57.895Zuser 2:21.790934538
29892026-05-14T22:07:57.895Zsys 16.642503357
29902026-05-14T22:07:57.895Ztrap 0.092720405
29912026-05-14T22:07:57.895Ztflt 0.442767064
29922026-05-14T22:07:57.895Zdflt 1.472060771
29932026-05-14T22:07:57.895Zkflt 0.000030900
29942026-05-14T22:07:57.895Zlock 5:26.067384687
29952026-05-14T22:07:57.895Zslp 3:27.961024108
29962026-05-14T22:07:57.895Zlat 5.703297572
29972026-05-14T22:07:57.895Zstop 21.398088898
29982026-05-14T22:07:57.895Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-05-14T22:07:57.896Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-05-14T22:07:57.896Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-05-14T22:07:57.896Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-05-14T22:07:57.896Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-05-14T22:07:57.897Z Compiling newtype-uuid-macros v0.1.0
30042026-05-14T22:07:57.897Z Compiling structmeta-derive v0.3.0
30052026-05-14T22:07:57.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30062026-05-14T22:07:57.897Z Compiling rustls v0.22.4
30072026-05-14T22:07:57.897Z Compiling progenitor-client v0.14.0
30082026-05-14T22:07:57.897Z Compiling rustls-webpki v0.102.8
30092026-05-14T22:07:57.897Z Compiling multer v3.1.0
30102026-05-14T22:07:57.897Z Compiling compression-core v0.4.31
30112026-05-14T22:07:57.897Z Compiling match_cfg v0.1.0
30122026-05-14T22:07:57.898Z Compiling debug-ignore v1.0.5
30132026-05-14T22:07:57.898Z Compiling slog-json v2.6.1
30142026-05-14T22:07:57.898Z Compiling async-stream-impl v0.3.6
30152026-05-14T22:07:57.898Z Compiling serde_spanned v1.0.4
30162026-05-14T22:07:57.898Z Compiling toml_datetime v1.0.0+spec-1.1.0
30172026-05-14T22:07:57.942Z Compiling hostname v0.3.1
30182026-05-14T22:07:57.942Z Compiling dropshot v0.17.0
30192026-05-14T22:07:57.942Z Compiling toml_writer v1.0.6+spec-1.1.0
30202026-05-14T22:07:57.942Z Compiling compression-codecs v0.4.37
30212026-05-14T22:07:57.942Z Compiling slog-bunyan v2.5.0
30222026-05-14T22:07:57.942Z Compiling itertools v0.14.0
30232026-05-14T22:07:57.942Z Compiling waitgroup v0.1.2
30242026-05-14T22:07:57.942Z Compiling rustls-pemfile v2.2.0
30252026-05-14T22:07:57.942Z Compiling toml v1.0.6+spec-1.1.0
30262026-05-14T22:07:57.942Z Compiling dropshot_endpoint v0.17.0
30272026-05-14T22:07:57.943Z Compiling async-compression v0.4.41
30282026-05-14T22:07:57.943Z Compiling hostname v0.4.2
30292026-05-14T22:07:57.943Z Compiling serde_path_to_error v0.1.20
30302026-05-14T22:07:57.943Z Compiling regress v0.10.5
30312026-05-14T22:07:57.943Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30322026-05-14T22:07:57.943Z Compiling macaddr v1.0.1
30332026-05-14T22:07:57.943Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30342026-05-14T22:07:57.943Z Compiling instant v0.1.13
30352026-05-14T22:07:57.943Z Compiling backon v1.6.0
30362026-05-14T22:07:57.977Z Compiling async-stream v0.3.6
30372026-05-14T22:07:57.997Z Compiling backoff v0.4.0
30382026-05-14T22:07:58.007Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-05-14T22:07:58.026Z Compiling progenitor-extras v0.2.0
30402026-05-14T22:07:58.043Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-05-14T22:07:58.062Z Compiling progenitor-client v0.10.0
30422026-05-14T22:07:58.097Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30432026-05-14T22:07:58.147Z Compiling universal-hash v0.5.1
30442026-05-14T22:07:58.208Z Compiling opaque-debug v0.3.1
30452026-05-14T22:07:58.230Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-14T22:07:58.247Z Compiling half v2.7.1
30472026-05-14T22:07:58.265Z Compiling crucible-workspace-hack v0.1.0
30482026-05-14T22:07:58.297Z Compiling ciborium-io v0.2.2
30492026-05-14T22:07:58.314Z Compiling regress v0.11.1
30502026-05-14T22:07:58.314Z Compiling convert_case v0.4.0
30512026-05-14T22:07:58.382Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-05-14T22:07:58.401Z Compiling aead v0.5.2
30532026-05-14T22:07:58.415Z Compiling secrecy v0.10.3
30542026-05-14T22:07:58.483Z Compiling unsafe-libyaml v0.2.11
30552026-05-14T22:07:58.577Z Compiling ciborium-ll v0.2.2
30562026-05-14T22:07:58.593Z Compiling poly1305 v0.8.0
30572026-05-14T22:07:58.593Z Compiling chacha20 v0.9.1
30582026-05-14T22:07:58.628Z Compiling structmeta v0.3.0
30592026-05-14T22:07:58.631Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30602026-05-14T22:07:58.661Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30612026-05-14T22:07:58.679Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30622026-05-14T22:07:58.734Z Compiling derive_more v0.99.20
30632026-05-14T22:07:58.786Z Compiling ciborium v0.2.2
30642026-05-14T22:07:58.833Z Compiling thiserror-impl-no-std v2.0.2
30652026-05-14T22:07:58.905Z Compiling derive-ex v0.1.8
30662026-05-14T22:07:58.921Z Compiling parse-display-derive v0.10.0
30672026-05-14T22:07:58.939Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30682026-05-14T22:07:59.050Z Compiling serde_yaml v0.9.34+deprecated
30692026-05-14T22:07:59.068Z Compiling byte-wrapper v0.1.0
30702026-05-14T22:07:59.086Z Compiling password-hash v0.5.0
30712026-05-14T22:07:59.277Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30722026-05-14T22:07:59.344Z Compiling blake2 v0.10.6
30732026-05-14T22:07:59.400Z Compiling chacha20poly1305 v0.10.1
30742026-05-14T22:07:59.418Z Compiling indent_write v2.2.0
30752026-05-14T22:07:59.433Z Compiling heapless v0.8.0
30762026-05-14T22:07:59.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
30772026-05-14T22:07:59.524Z Compiling ingot-macros v0.1.1
30782026-05-14T22:07:59.583Z Compiling hash32 v0.3.1
30792026-05-14T22:07:59.587Z Compiling smoltcp v0.11.0
30802026-05-14T22:07:59.755Z Compiling tokio-rustls v0.25.0
30812026-05-14T22:07:59.772Z Compiling argon2 v0.5.3
30822026-05-14T22:07:59.932Z Compiling typify-impl v0.6.2
30832026-05-14T22:07:59.998Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-05-14T22:08:00.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-14T22:08:00.080Z Compiling thiserror-no-std v2.0.2
30862026-05-14T22:08:00.191Z Compiling vsss-rs v3.3.4
30872026-05-14T22:08:00.253Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-05-14T22:08:00.580Z Compiling proc-macro-crate v3.4.0
30892026-05-14T22:08:00.803Z Compiling test-strategy v0.4.5
30902026-05-14T22:08:00.809Z Compiling parse-display v0.10.0
30912026-05-14T22:08:00.994Z Compiling tabwriter v1.4.1
30922026-05-14T22:08:01.012Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30932026-05-14T22:08:01.057Z Compiling num-rational v0.4.2
30942026-05-14T22:08:01.074Z Compiling cobs v0.3.0
30952026-05-14T22:08:01.124Z Compiling num-complex v0.4.6
30962026-05-14T22:08:01.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30972026-05-14T22:08:01.171Z Compiling num_enum_derive v0.7.5
30982026-05-14T22:08:01.251Z Compiling postcard v1.1.3
30992026-05-14T22:08:01.330Z Compiling proc-macro-error v1.0.4
31002026-05-14T22:08:01.348Z Compiling proc-macro-crate v1.3.1
31012026-05-14T22:08:01.387Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31022026-05-14T22:08:01.410Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31032026-05-14T22:08:01.546Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-05-14T22:08:01.613Z Compiling num v0.4.3
31052026-05-14T22:08:01.663Z Compiling foreign-types-macros v0.2.3
31062026-05-14T22:08:01.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31072026-05-14T22:08:01.684Z Compiling float-ord v0.3.2
31082026-05-14T22:08:01.717Z Compiling cpufeatures v0.3.0
31092026-05-14T22:08:01.735Z Compiling colored v3.1.1
31102026-05-14T22:08:01.799Z Compiling foreign-types-shared v0.3.1
31112026-05-14T22:08:01.817Z Compiling rayon-core v1.13.0
31122026-05-14T22:08:01.833Z Compiling num_enum_derive v0.5.11
31132026-05-14T22:08:01.849Z Compiling chacha20 v0.10.0
31142026-05-14T22:08:01.968Z Compiling crossbeam-deque v0.8.6
31152026-05-14T22:08:02.007Z Compiling camino-tempfile v1.4.1
31162026-05-14T22:08:02.051Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-05-14T22:08:02.069Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-14T22:08:02.127Z Compiling cstr-argument v0.1.2
31192026-05-14T22:08:02.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31202026-05-14T22:08:02.249Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31212026-05-14T22:08:02.272Z Compiling rand v0.10.0
31222026-05-14T22:08:02.296Z Compiling num_enum v0.7.5
31232026-05-14T22:08:02.311Z Compiling toml v0.8.23
31242026-05-14T22:08:02.330Z Compiling foreign-types v0.5.0
31252026-05-14T22:08:02.439Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-05-14T22:08:02.457Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31272026-05-14T22:08:02.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31282026-05-14T22:08:02.494Z Compiling ingot-types v0.1.2
31292026-05-14T22:08:02.535Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-05-14T22:08:02.553Z Compiling zone_cfg_derive v0.3.1
31312026-05-14T22:08:02.569Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31322026-05-14T22:08:02.685Z Compiling rayon v1.11.0
31332026-05-14T22:08:02.704Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31342026-05-14T22:08:02.719Z Compiling itertools v0.12.1
31352026-05-14T22:08:02.739Z Compiling num-derive v0.4.2
31362026-05-14T22:08:02.838Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31372026-05-14T22:08:02.856Z Compiling sigpipe v0.1.3
31382026-05-14T22:08:02.909Z Compiling ingot v0.1.1
31392026-05-14T22:08:02.951Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-14T22:08:02.954Z Compiling num_enum v0.5.11
31412026-05-14T22:08:02.987Z Compiling glob v0.3.3
31422026-05-14T22:08:02.990Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31432026-05-14T22:08:03.115Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31442026-05-14T22:08:03.133Z Compiling smf v0.2.3
31452026-05-14T22:08:03.192Z Compiling whoami v1.6.1
31462026-05-14T22:08:03.226Z Compiling prettyplease v0.2.37
31472026-05-14T22:08:03.264Z Compiling gethostname v0.5.0
31482026-05-14T22:08:03.283Z Compiling atomicwrites v0.4.4
31492026-05-14T22:08:03.428Z Compiling usdt-macro v0.5.0
31502026-05-14T22:08:03.456Z Compiling usdt-attr-macro v0.5.0
31512026-05-14T22:08:03.500Z Compiling memmap v0.7.0
31522026-05-14T22:08:03.536Z Compiling derive-where v1.6.0
31532026-05-14T22:08:03.692Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-05-14T22:08:03.692Z Compiling owo-colors v4.3.0
31552026-05-14T22:08:03.727Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31562026-05-14T22:08:03.727Z Compiling resolv-conf v0.7.6
31572026-05-14T22:08:03.916Z Compiling zone v0.3.1
31582026-05-14T22:08:04.051Z Compiling cancel-safe-futures v0.1.5
31592026-05-14T22:08:04.205Z Compiling libsw-core v0.3.2
31602026-05-14T22:08:04.221Z Compiling console v0.15.11
31612026-05-14T22:08:04.314Z Compiling newline-converter v0.3.0
31622026-05-14T22:08:04.400Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-05-14T22:08:04.416Z Compiling usdt v0.5.0
31642026-05-14T22:08:04.464Z Compiling libsw v3.5.0
31652026-05-14T22:08:04.575Z Compiling linear-map v1.2.0
31662026-05-14T22:08:04.592Z Compiling libefi-sys v0.1.0
31672026-05-14T22:08:04.610Z Compiling typify-macro v0.6.2
31682026-05-14T22:08:04.676Z Compiling expectorate v1.2.0
31692026-05-14T22:08:04.679Z Compiling hickory-proto v0.24.4
31702026-05-14T22:08:04.711Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31712026-05-14T22:08:04.728Z Compiling progenitor-client v0.13.0
31722026-05-14T22:08:04.795Z Compiling bitfield-struct v0.6.2
31732026-05-14T22:08:04.812Z Compiling semver v0.1.20
31742026-05-14T22:08:04.853Z Compiling linked-hash-map v0.5.6
31752026-05-14T22:08:04.891Z Compiling tokio-dtrace v0.1.1
31762026-05-14T22:08:04.936Z Compiling dropshot-api-manager-types v0.7.1
31772026-05-14T22:08:04.978Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31782026-05-14T22:08:05.014Z Compiling rustc_version v0.1.7
31792026-05-14T22:08:05.032Z Compiling lru-cache v0.1.2
31802026-05-14T22:08:05.075Z Compiling slog-dtrace v0.3.0
31812026-05-14T22:08:05.091Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31822026-05-14T22:08:05.110Z Compiling minimal-lexical v0.2.1
31832026-05-14T22:08:05.130Z Compiling oxide-tokio-rt v0.1.4
31842026-05-14T22:08:05.187Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31852026-05-14T22:08:05.187Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31862026-05-14T22:08:05.220Z Compiling phf_shared v0.12.1
31872026-05-14T22:08:05.281Z Compiling newtype_derive v0.1.6
31882026-05-14T22:08:05.300Z Compiling csv-core v0.1.13
31892026-05-14T22:08:05.378Z Compiling nom v7.1.3
31902026-05-14T22:08:05.395Z Compiling xshell-macros v0.2.7
31912026-05-14T22:08:05.426Z Compiling chrono-tz v0.10.4
31922026-05-14T22:08:05.443Z Compiling highway v1.3.0
31932026-05-14T22:08:05.460Z Compiling const_format_proc_macros v0.2.34
31942026-05-14T22:08:05.490Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-14T22:08:05.577Z Compiling csv v1.4.0
31962026-05-14T22:08:05.665Z Compiling phf v0.12.1
31972026-05-14T22:08:05.783Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-05-14T22:08:05.814Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31992026-05-14T22:08:05.833Z Compiling xshell v0.2.7
32002026-05-14T22:08:05.851Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32012026-05-14T22:08:05.871Z Compiling primeorder v0.13.6
32022026-05-14T22:08:06.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32032026-05-14T22:08:06.143Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32042026-05-14T22:08:06.161Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32052026-05-14T22:08:06.179Z Compiling tabled_derive v0.7.0
32062026-05-14T22:08:06.208Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32072026-05-14T22:08:06.261Z Compiling bcs v0.1.6
32082026-05-14T22:08:06.358Z Compiling const_format v0.2.35
32092026-05-14T22:08:06.391Z Compiling salty v0.3.0
32102026-05-14T22:08:06.482Z Compiling typify v0.6.2
32112026-05-14T22:08:06.599Z Compiling progenitor-impl v0.14.0
32122026-05-14T22:08:06.620Z Compiling progenitor-impl v0.13.0
32132026-05-14T22:08:06.659Z Compiling termtree v0.5.1
32142026-05-14T22:08:06.682Z Compiling textwrap v0.16.2
32152026-05-14T22:08:06.729Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32162026-05-14T22:08:06.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-05-14T22:08:06.805Z Compiling steno v0.4.1
32182026-05-14T22:08:06.844Z Compiling hickory-resolver v0.24.4
32192026-05-14T22:08:06.978Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32202026-05-14T22:08:06.997Z Compiling humantime v2.3.0
32212026-05-14T22:08:07.147Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32222026-05-14T22:08:07.182Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32232026-05-14T22:08:07.213Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32242026-05-14T22:08:07.297Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-05-14T22:08:07.316Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32262026-05-14T22:08:07.491Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-05-14T22:08:07.504Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-05-14T22:08:07.732Z Compiling tabled v0.15.0
32292026-05-14T22:08:07.832Z Compiling tagptr v0.2.0
32302026-05-14T22:08:07.939Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32312026-05-14T22:08:08.021Z Compiling qorb v0.4.1
32322026-05-14T22:08:08.052Z Compiling base64 v0.21.7
32332026-05-14T22:08:08.176Z Compiling radium v0.7.0
32342026-05-14T22:08:08.294Z Compiling moka v0.12.13
32352026-05-14T22:08:08.408Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32362026-05-14T22:08:08.952Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32372026-05-14T22:08:08.972Z Compiling p384 v0.13.1
32382026-05-14T22:08:09.047Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-05-14T22:08:09.076Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32402026-05-14T22:08:09.127Z Compiling typify-impl v0.4.3
32412026-05-14T22:08:09.161Z Compiling tap v1.0.1
32422026-05-14T22:08:09.212Z Compiling maybe-uninit v2.0.0
32432026-05-14T22:08:09.304Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32442026-05-14T22:08:09.322Z Compiling progenitor-macro v0.13.0
32452026-05-14T22:08:09.339Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32462026-05-14T22:08:09.355Z Compiling progenitor-macro v0.14.0
32472026-05-14T22:08:09.386Z Compiling wyz v0.5.1
32482026-05-14T22:08:09.572Z Compiling hickory-resolver v0.25.2
32492026-05-14T22:08:09.589Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32502026-05-14T22:08:09.657Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32512026-05-14T22:08:09.846Z Compiling proc-macro-error-attr2 v2.0.0
32522026-05-14T22:08:10.016Z Compiling parking_lot_core v0.8.6
32532026-05-14T22:08:10.174Z Compiling utf-8 v0.7.6
32542026-05-14T22:08:10.196Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32552026-05-14T22:08:10.214Z Compiling packed_struct v0.10.1
32562026-05-14T22:08:10.293Z Compiling funty v2.0.0
32572026-05-14T22:08:10.338Z Compiling tungstenite v0.21.0
32582026-05-14T22:08:10.389Z Compiling proc-macro-error2 v2.0.1
32592026-05-14T22:08:10.548Z Compiling polyval v0.6.2
32602026-05-14T22:08:10.585Z Compiling git-stub v1.0.0
32612026-05-14T22:08:10.656Z Compiling bitvec v1.0.1
32622026-05-14T22:08:10.759Z Compiling packed_struct_codegen v0.10.1
32632026-05-14T22:08:10.866Z Compiling num-derive v0.3.3
32642026-05-14T22:08:10.877Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32652026-05-14T22:08:10.890Z Compiling zerocopy-derive v0.6.6
32662026-05-14T22:08:10.932Z Compiling bitfield-macros v0.19.4
32672026-05-14T22:08:10.970Z Compiling indexmap v1.9.3
32682026-05-14T22:08:11.101Z Compiling nodrop v0.1.14
32692026-05-14T22:08:11.205Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32702026-05-14T22:08:11.228Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-05-14T22:08:11.245Z Compiling crc-catalog v2.4.0
32722026-05-14T22:08:11.366Z Compiling crc v3.4.0
32732026-05-14T22:08:11.482Z Compiling array-init v0.0.4
32742026-05-14T22:08:11.546Z Compiling tokio-tungstenite v0.21.0
32752026-05-14T22:08:11.606Z Compiling git-stub-vcs v0.1.0
32762026-05-14T22:08:11.714Z Compiling bitfield v0.19.4
32772026-05-14T22:08:11.786Z Compiling libscf-sys v1.1.0
32782026-05-14T22:08:11.813Z Compiling zerocopy v0.6.6
32792026-05-14T22:08:11.873Z Compiling tabled_derive v0.11.0
32802026-05-14T22:08:11.902Z Compiling ghash v0.5.1
32812026-05-14T22:08:11.920Z Compiling smallvec v0.6.14
32822026-05-14T22:08:12.074Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32832026-05-14T22:08:12.143Z Compiling papergrid v0.17.0
32842026-05-14T22:08:12.167Z Compiling testing_table v0.3.0
32852026-05-14T22:08:12.184Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-05-14T22:08:12.201Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32872026-05-14T22:08:12.295Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32882026-05-14T22:08:12.348Z Compiling ctr v0.9.2
32892026-05-14T22:08:12.366Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32902026-05-14T22:08:12.538Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32912026-05-14T22:08:12.581Z Compiling hashbrown v0.12.3
32922026-05-14T22:08:12.644Z Compiling corncobs v0.1.4
32932026-05-14T22:08:12.709Z Compiling unicase v2.9.0
32942026-05-14T22:08:12.756Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-05-14T22:08:12.775Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32962026-05-14T22:08:12.837Z Compiling aes-gcm v0.10.3
32972026-05-14T22:08:12.881Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-05-14T22:08:12.948Z Compiling mime_guess v2.0.5
32992026-05-14T22:08:13.049Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33002026-05-14T22:08:13.116Z Compiling tabled v0.20.0
33012026-05-14T22:08:13.207Z Compiling parking_lot v0.11.2
33022026-05-14T22:08:13.224Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-05-14T22:08:13.429Z Compiling serde-hex v0.1.0
33042026-05-14T22:08:13.523Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33052026-05-14T22:08:13.539Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33062026-05-14T22:08:13.633Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33072026-05-14T22:08:13.749Z Compiling typify-macro v0.4.3
33082026-05-14T22:08:13.950Z Compiling ron v0.8.1
33092026-05-14T22:08:13.976Z Compiling hashbrown v0.13.2
33102026-05-14T22:08:14.056Z Compiling progenitor-client v0.11.2
33112026-05-14T22:08:14.086Z Compiling prefix-trie v0.7.0
33122026-05-14T22:08:14.103Z Compiling blowfish v0.9.1
33132026-05-14T22:08:14.269Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33142026-05-14T22:08:14.391Z Compiling ssh-encoding v0.2.0
33152026-05-14T22:08:14.422Z Compiling fxhash v0.2.1
33162026-05-14T22:08:14.488Z Compiling progenitor v0.13.0
33172026-05-14T22:08:14.521Z Compiling secrecy v0.8.0
33182026-05-14T22:08:14.556Z Compiling progenitor v0.14.0
33192026-05-14T22:08:14.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33202026-05-14T22:08:14.599Z Compiling crc-any v2.5.0
33212026-05-14T22:08:14.657Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33222026-05-14T22:08:14.694Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-05-14T22:08:14.711Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33242026-05-14T22:08:14.735Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33252026-05-14T22:08:14.833Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33262026-05-14T22:08:14.961Z Compiling ssh-cipher v0.2.0
33272026-05-14T22:08:15.029Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33282026-05-14T22:08:15.225Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-05-14T22:08:15.261Z Compiling sled v0.34.7
33302026-05-14T22:08:15.478Z Compiling hickory-server v0.25.2
33312026-05-14T22:08:15.567Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33322026-05-14T22:08:15.601Z Compiling object v0.30.4
33332026-05-14T22:08:15.632Z Compiling typify v0.4.3
33342026-05-14T22:08:15.671Z Compiling bcrypt-pbkdf v0.10.0
33352026-05-14T22:08:15.781Z Compiling progenitor-impl v0.11.2
33362026-05-14T22:08:15.849Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-14T22:08:15.871Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33382026-05-14T22:08:16.035Z Compiling password-hash v0.4.2
33392026-05-14T22:08:16.097Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-05-14T22:08:16.126Z Compiling half v1.8.3
33412026-05-14T22:08:16.416Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33422026-05-14T22:08:16.445Z Compiling crc8 v0.1.1
33432026-05-14T22:08:16.462Z Compiling path-slash v0.1.5
33442026-05-14T22:08:16.635Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33452026-05-14T22:08:16.677Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33462026-05-14T22:08:17.318Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33472026-05-14T22:08:17.426Z Compiling http-range v0.1.5
33482026-05-14T22:08:17.665Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33492026-05-14T22:08:17.684Z Compiling serde_cbor v0.11.2
33502026-05-14T22:08:17.687Z Compiling pbkdf2 v0.11.0
33512026-05-14T22:08:17.943Z Compiling ssh-key v0.6.7
33522026-05-14T22:08:18.071Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-05-14T22:08:18.388Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33542026-05-14T22:08:18.407Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33552026-05-14T22:08:18.499Z Compiling progenitor-macro v0.11.2
33562026-05-14T22:08:18.503Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33572026-05-14T22:08:18.554Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33582026-05-14T22:08:18.606Z Compiling p521 v0.13.3
33592026-05-14T22:08:19.035Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-05-14T22:08:19.105Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33612026-05-14T22:08:19.243Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-05-14T22:08:19.360Z Compiling p256 v0.13.2
33632026-05-14T22:08:19.413Z Compiling yasna v0.5.2
33642026-05-14T22:08:19.619Z Compiling kstat-rs v0.2.4
33652026-05-14T22:08:19.683Z Compiling headers-core v0.3.0
33662026-05-14T22:08:19.711Z Compiling nanorand v0.7.0
33672026-05-14T22:08:19.770Z Compiling russh-cryptovec v0.7.3
33682026-05-14T22:08:19.835Z Compiling atty v0.2.14
33692026-05-14T22:08:19.907Z Compiling home v0.5.12
33702026-05-14T22:08:19.959Z Compiling md5 v0.7.0
33712026-05-14T22:08:19.982Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33722026-05-14T22:08:19.999Z Compiling flume v0.11.1
33732026-05-14T22:08:20.002Z Compiling rcgen v0.12.1
33742026-05-14T22:08:20.036Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33752026-05-14T22:08:20.067Z Compiling headers v0.4.1
33762026-05-14T22:08:20.081Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33772026-05-14T22:08:20.137Z Compiling russh-keys v0.45.0
33782026-05-14T22:08:20.268Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33792026-05-14T22:08:20.286Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33802026-05-14T22:08:20.344Z Compiling hyper-staticfile v0.10.1
33812026-05-14T22:08:20.513Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33822026-05-14T22:08:20.774Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33832026-05-14T22:08:20.874Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33842026-05-14T22:08:20.893Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33852026-05-14T22:08:20.914Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33862026-05-14T22:08:20.932Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
33872026-05-14T22:08:20.952Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33882026-05-14T22:08:21.219Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-05-14T22:08:21.243Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33902026-05-14T22:08:21.314Z Compiling num-bigint v0.4.6
33912026-05-14T22:08:21.435Z Compiling des v0.8.1
33922026-05-14T22:08:21.596Z Compiling subprocess v0.2.15
33932026-05-14T22:08:21.613Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33942026-05-14T22:08:21.643Z Compiling hex-literal v0.4.1
33952026-05-14T22:08:21.662Z Compiling display-error-chain v0.2.2
33962026-05-14T22:08:21.752Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33972026-05-14T22:08:21.768Z Compiling colored v2.2.0
33982026-05-14T22:08:21.789Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33992026-05-14T22:08:21.789Z Compiling socket2 v0.5.10
34002026-05-14T22:08:21.828Z Compiling internet-checksum v0.2.1
34012026-05-14T22:08:21.993Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-14T22:08:22.067Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34032026-05-14T22:08:22.642Z Compiling russh v0.45.0
34042026-05-14T22:08:22.862Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34052026-05-14T22:08:23.475Z Compiling progenitor v0.11.2
34062026-05-14T22:08:23.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-05-14T22:08:23.834Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34082026-05-14T22:08:23.834Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34092026-05-14T22:08:26.226Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34102026-05-14T22:08:26.884Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34112026-05-14T22:08:27.366Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34122026-05-14T22:08:29.081Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34132026-05-14T22:08:36.938Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34142026-05-14T22:08:36.938Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34152026-05-14T22:08:36.938Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34162026-05-14T22:08:36.942Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34172026-05-14T22:08:38.636Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34182026-05-14T22:08:38.734Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34192026-05-14T22:08:42.935Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34202026-05-14T22:08:44.423Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34212026-05-14T22:09:03.592Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-05-14T22:09:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34232026-05-14T22:09:22.486Z
34242026-05-14T22:09:22.486Zreal 1:26.225305842
34252026-05-14T22:09:22.486Zuser 8:07.516478829
34262026-05-14T22:09:22.486Zsys 1:38.932913193
34272026-05-14T22:09:22.486Ztrap 0.259219355
34282026-05-14T22:09:22.486Ztflt 0.588045103
34292026-05-14T22:09:22.486Zdflt 1.663432465
34302026-05-14T22:09:22.486Zkflt 0.000360750
34312026-05-14T22:09:22.487Zlock 27:32.922128854
34322026-05-14T22:09:22.487Zslp 18:39.226935676
34332026-05-14T22:09:22.487Zlat 37.008112210
34342026-05-14T22:09:22.490Zstop 2:35.669907064
34352026-05-14T22:09:22.490Z+ mkdir tests
34362026-05-14T22:09:22.490Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34372026-05-14T22:09:22.490Z+ xargs -I '{}' -t cp '{}' tests/
34382026-05-14T22:09:22.490Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f684dc3a8c4e1a5 tests/
34392026-05-14T22:09:22.512Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-dd07a2417d155baf tests/
34402026-05-14T22:09:22.540Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6e0f351b55cb2058 tests/
34412026-05-14T22:09:22.569Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9714d91ddb694f6e tests/
34422026-05-14T22:09:22.817Z+ 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/*)
34432026-05-14T22:09:22.820Z+ 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-dd07a2417d155baf tests/commtest-6e0f351b55cb2058 tests/dhcp_server-5f684dc3a8c4e1a5 tests/end_to_end_tests-9714d91ddb694f6e 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
34442026-05-14T22:10:44.714ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34452026-05-14T22:10:44.714Za .github/buildomat/ci-env.sh 1K
34462026-05-14T22:10:44.714Za out/target/test 1K
34472026-05-14T22:10:44.714Za out/npuzone/npuzone 27402K
34482026-05-14T22:10:44.714Za package-manifest.toml 35K
34492026-05-14T22:10:44.714Za smf/sled-agent/non-gimlet/config.toml 6K
34502026-05-14T22:10:44.714Za target/release/omicron-package 46167K
34512026-05-14T22:10:44.714Za target/release/xtask 11449K
34522026-05-14T22:10:44.714Za target/debug/bootstrap 353464K
34532026-05-14T22:10:44.714Za tests/bootstrap-dd07a2417d155baf 31215K
34542026-05-14T22:10:44.714Za tests/commtest-6e0f351b55cb2058 32299K
34552026-05-14T22:10:44.714Za tests/dhcp_server-5f684dc3a8c4e1a5 31215K
34562026-05-14T22:10:44.714Za tests/end_to_end_tests-9714d91ddb694f6e 394567K
34572026-05-14T22:10:44.714Za out/clickhouse.tar.gz 321472K
34582026-05-14T22:10:44.714Za out/clickhouse_keeper.tar.gz 306558K
34592026-05-14T22:10:44.714Za out/clickhouse_server.tar.gz 321470K
34602026-05-14T22:10:44.715Za out/cockroachdb.tar.gz 166098K
34612026-05-14T22:10:44.715Za out/crucible-pantry-zone.tar.gz 41109K
34622026-05-14T22:10:44.715Za out/crucible-utils.tar 16478K
34632026-05-14T22:10:44.715Za out/crucible-zone.tar.gz 56679K
34642026-05-14T22:10:44.715Za out/external-dns.tar.gz 50665K
34652026-05-14T22:10:44.715Za out/internal-dns.tar.gz 50665K
34662026-05-14T22:10:44.715Za out/mg-ddm-gz.tar 95141K
34672026-05-14T22:10:44.715Za out/nexus.tar.gz 270996K
34682026-05-14T22:10:44.715Za out/ntp.tar.gz 32744K
34692026-05-14T22:10:44.715Za out/omicron-gateway-softnpu.tar.gz 29823K
34702026-05-14T22:10:44.715Za out/omicron-sled-agent.tar 202387K
34712026-05-14T22:10:44.715Za out/overlay.tar.gz 3K
34722026-05-14T22:10:44.715Za out/oximeter.tar.gz 68514K
34732026-05-14T22:10:44.715Za out/oxlog.tar 3782K
34742026-05-14T22:10:44.715Za out/probe.tar.gz 3037K
34752026-05-14T22:10:44.715Za out/propolis-server.tar.gz 35483K
34762026-05-14T22:10:44.715Za out/pumpkind-gz.tar 26647K
34772026-05-14T22:10:44.715Za out/switch-softnpu.tar.gz 448612K
34782026-05-14T22:10:44.720Z
34792026-05-14T22:10:44.721Zreal 1:21.877937594
34802026-05-14T22:10:44.721Zuser 1:19.118689449
34812026-05-14T22:10:44.721Zsys 4.559041198
34822026-05-14T22:10:44.721Ztrap 0.007455069
34832026-05-14T22:10:44.721Ztflt 0.000000000
34842026-05-14T22:10:44.721Zdflt 0.000000000
34852026-05-14T22:10:44.721Zkflt 0.000000000
34862026-05-14T22:10:44.721Zlock 0.000000000
34872026-05-14T22:10:44.721Zslp 1:19.029713799
34882026-05-14T22:10:44.721Zlat 1.035751176
34892026-05-14T22:10:44.721Zstop 0.000260440
34902026-05-14T22:10:44.721Zprocess exited: duration 965877 ms, exit code 0
 
34912026-05-14T22:10:44.735Zfound 1 output files
34922026-05-14T22:10:44.740Zuploading: /work/package.tar.gz (2549444412 bytes)
34932026-05-14T22:11:13.577Zuploaded: /work/package.tar.gz