01KXNZSPXVR1NFT7YDR797N3NH: 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: 01KXNZTJPKH3RYRZTP3YPVYEFP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:34:03.227Zjob assigned to worker 01KXNZTWYFQS3GP429WFX8FK13 [factory aws, i-0d0b7a1bad09686a3] (queued for 53 s)
 
22026-07-16T17:34:09.875Zstarting task 0: "setup"
32026-07-16T17:34:09.879Z++ uname -s
42026-07-16T17:34:09.891Z+ kern=SunOS
52026-07-16T17:34:09.892Z+ build_user=build
62026-07-16T17:34:09.892Z+ build_uid=12345
72026-07-16T17:34:09.892Z+ work_dir=/work
82026-07-16T17:34:09.892Z+ input_dir=/input
92026-07-16T17:34:09.892Z+ [[ 0 == 12345 ]]
102026-07-16T17:34:09.892Z+ case "$kern" in
112026-07-16T17:34:09.892Z+ groupadd -g 12345 build
122026-07-16T17:34:09.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:34:11.889Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:34:11.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:34:11.993Z+ home_fs=zfs
162026-07-16T17:34:11.993Z+ [[ zfs == autofs ]]
172026-07-16T17:34:11.993Z+ mkdir -p /home/build
182026-07-16T17:34:11.993Z+ chown build:build /home/build /work
192026-07-16T17:34:13.997Z+ chmod 0700 /home/build /work
202026-07-16T17:34:14.002Zprocess exited: duration 4125 ms, exit code 0
 
212026-07-16T17:34:14.008Zstarting task 1: "rust-toolchain"
222026-07-16T17:34:14.013Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T17:34:14.013Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T17:34:14.013Z * rust toolchain channel = "1.96.1"
252026-07-16T17:34:14.014Z * rust toolchain profile = "default"
262026-07-16T17:34:14.014Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:34:14.014Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:34:14.018Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:34:14.018Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T17:34:14.083Zinfo: downloading installer
312026-07-16T17:34:15.418Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T17:34:15.418Zwarn: /home/build/.rustup/settings.toml
332026-07-16T17:34:15.418Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T17:34:15.418Zwarn: instead of the one inferred from the default host triple.
352026-07-16T17:34:15.430Zinfo: profile set to default
362026-07-16T17:34:15.430Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T17:34:15.434Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T17:34:15.578Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T17:34:15.582Zinfo: downloading 6 components
402026-07-16T17:34:29.995Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T17:34:29.995Z
422026-07-16T17:34:30.026Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T17:34:30.026Z
442026-07-16T17:34:30.026Z
452026-07-16T17:34:30.026ZRust is installed now. Great!
462026-07-16T17:34:30.026Z
472026-07-16T17:34:30.026ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T17:34:30.026Zenvironment variable. This has not been done automatically.
492026-07-16T17:34:30.026Z
502026-07-16T17:34:30.026ZTo configure your current shell, you need to source
512026-07-16T17:34:30.026Zthe corresponding env file under $HOME/.cargo.
522026-07-16T17:34:30.027Z
532026-07-16T17:34:30.027ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T17:34:30.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T17:34:30.027Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T17:34:30.027Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T17:34:30.027Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T17:34:30.027Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T17:34:30.027Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T17:34:30.027Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T17:34:30.028Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T17:34:30.101Z+ rustup --version
632026-07-16T17:34:30.118Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T17:34:30.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T17:34:30.143Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T17:34:30.143Z+ cargo --version
672026-07-16T17:34:30.161Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T17:34:30.161Z+ rustc --version
692026-07-16T17:34:30.161Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T17:34:30.187Zprocess exited: duration 16147 ms, exit code 0
 
712026-07-16T17:34:30.235Zstarting task 2: "authentication"
722026-07-16T17:34:30.272Zprocess exited: duration 33 ms, exit code 0
 
732026-07-16T17:34:30.299Zstarting task 3: "clone repository"
742026-07-16T17:34:30.315Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T17:34:30.315Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T17:34:30.348ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T17:34:41.437Z+ cd /work/oxidecomputer/omicron
782026-07-16T17:34:41.437Z+ git fetch origin 6d647115bd4295e5f5d132348b35350cc15b7df8
792026-07-16T17:34:41.705ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T17:34:41.705Z * branch 6d647115bd4295e5f5d132348b35350cc15b7df8 -> FETCH_HEAD
812026-07-16T17:34:41.717Z+ [[ -n add_groups_to_user_endpoint ]]
822026-07-16T17:34:41.720Z++ git branch --show-current
832026-07-16T17:34:41.724Z+ current=main
842026-07-16T17:34:41.724Z+ [[ main != add_groups_to_user_endpoint ]]
852026-07-16T17:34:41.724Z+ git branch -f add_groups_to_user_endpoint 6d647115bd4295e5f5d132348b35350cc15b7df8
862026-07-16T17:34:41.728Z+ git checkout -f add_groups_to_user_endpoint
872026-07-16T17:34:41.806ZSwitched to branch 'add_groups_to_user_endpoint'
882026-07-16T17:34:41.809Z+ git reset --hard 6d647115bd4295e5f5d132348b35350cc15b7df8
892026-07-16T17:34:41.886ZHEAD is now at 6d647115b Merge main and resolve conflicts
902026-07-16T17:34:41.890Zprocess exited: duration 11592 ms, exit code 0
 
912026-07-16T17:34:41.896Zstarting task 4: "build"
922026-07-16T17:34:41.901Z+ source .github/buildomat/ci-env.sh
932026-07-16T17:34:41.904Z++ export CARGO_TERM_COLOR=always
942026-07-16T17:34:41.904Z++ CARGO_TERM_COLOR=always
952026-07-16T17:34:41.904Z+++ uname -s
962026-07-16T17:34:41.904Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T17:34:41.904Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T17:34:41.907Z+ cargo --version
992026-07-16T17:34:41.916Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T17:34:41.919Z+ rustc --version
1012026-07-16T17:34:41.939Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T17:34:41.942Z+ WORK=/work
1032026-07-16T17:34:41.942Z+ pfexec mkdir -p /work
1042026-07-16T17:34:41.945Z+ pfexec chown build /work
1052026-07-16T17:34:41.948Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-16T17:34:43.568Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-16T17:34:43.689Z Startup: Caching catalogs ... Done
1082026-07-16T17:34:44.242ZPlanning: Solver setup ... Done (0.497s)
1092026-07-16T17:34:44.273ZPlanning: Running solver ... Done (0.028s)
1102026-07-16T17:34:44.285ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-16T17:34:44.297ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-16T17:34:44.312ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-16T17:34:44.327ZPlanning: Package planning ... Done (0.015s)
1142026-07-16T17:34:44.329ZPlanning: Merging actions ... Done (0.001s)
1152026-07-16T17:34:44.500ZPlanning: Checking for conflicting actions ... Done (0.171s)
1162026-07-16T17:34:44.503ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-16T17:34:45.353ZPlanning: Evaluating mediators ... Done (0.852s)
1182026-07-16T17:34:45.356ZPlanning: Planning completed in 1.64 seconds
1192026-07-16T17:34:45.363Z Packages to install: 2
1202026-07-16T17:34:45.363Z Estimated space available: 156.06 GB
1212026-07-16T17:34:45.363ZEstimated space to be consumed: 32.66 MB
1222026-07-16T17:34:45.363Z Create boot environment: No
1232026-07-16T17:34:45.363ZCreate backup boot environment: No
1242026-07-16T17:34:45.366Z Rebuild boot archive: No
1252026-07-16T17:34:45.366Z
1262026-07-16T17:34:45.367ZChanged packages:
1272026-07-16T17:34:45.367Zhelios
1282026-07-16T17:34:45.367Z developer/build-essential
1292026-07-16T17:34:45.367Z None -> 11-3.0
1302026-07-16T17:34:45.367Z library/libxmlsec1
1312026-07-16T17:34:45.367Z None -> 1.2.35-3.0
1322026-07-16T17:34:45.389Z
1332026-07-16T17:34:45.389ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-16T17:34:45.869ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1352026-07-16T17:34:45.974Z Actions: 1/268 actions (Installing new actions)
1362026-07-16T17:34:46.019Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-16T17:34:46.035ZFinalize: Updating package state database ... Done (0.014s)
1382026-07-16T17:34:46.035ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-16T17:34:46.059ZFinalize: Updating image state ... Done (0.031s)
1402026-07-16T17:34:48.719ZFinalize: Creating fast lookup database ... Done (2.631s)
1412026-07-16T17:34:48.791ZFinalize: Reading search index ... Done (0.012s)
1422026-07-16T17:34:48.794ZFinalize: Updating search index ... Done (0.000s)
1432026-07-16T17:34:48.895ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-16T17:34:49.216ZPlanning: Evaluating mediator changes ... Done
1452026-07-16T17:34:49.322ZPlanning: Checking for conflicting actions ... Done
1462026-07-16T17:34:49.325ZPlanning: Consolidating action changes ... Done
1472026-07-16T17:34:49.481ZPlanning: Evaluating mediators ... Done
1482026-07-16T17:34:49.485ZPlanning: Planning completed in 0.27 seconds
1492026-07-16T17:34:49.505Z Mediators to change: 2
1502026-07-16T17:34:49.505Z Create boot environment: No
1512026-07-16T17:34:49.505ZCreate backup boot environment: No
1522026-07-16T17:34:49.558ZFinalize: Updating package state database ... Done
1532026-07-16T17:34:49.558ZFinalize: Updating package cache ... Done
1542026-07-16T17:34:49.578ZFinalize: Updating image state ... Done
1552026-07-16T17:34:51.524ZFinalize: Creating fast lookup database ... Done
1562026-07-16T17:34:51.584ZFinalize: Reading search index ... Done
1572026-07-16T17:34:51.587ZFinalize: Updating search index ... Done
1582026-07-16T17:34:51.652ZFinalize: Updating package cache ... Done
1592026-07-16T17:34:51.938ZPlanning: Evaluating mediator changes ... Done
1602026-07-16T17:34:52.042ZPlanning: Checking for conflicting actions ... Done
1612026-07-16T17:34:52.045ZPlanning: Consolidating action changes ... Done
1622026-07-16T17:34:52.201ZPlanning: Evaluating mediators ... Done
1632026-07-16T17:34:52.204ZPlanning: Planning completed in 0.26 seconds
1642026-07-16T17:34:52.223Z Mediators to change: 1
1652026-07-16T17:34:52.223Z Create boot environment: No
1662026-07-16T17:34:52.225ZCreate backup boot environment: No
1672026-07-16T17:34:52.268ZFinalize: Updating package state database ... Done
1682026-07-16T17:34:52.269ZFinalize: Updating package cache ... Done
1692026-07-16T17:34:52.285ZFinalize: Updating image state ... Done
1702026-07-16T17:34:54.224ZFinalize: Creating fast lookup database ... Done
1712026-07-16T17:34:54.284ZFinalize: Reading search index ... Done
1722026-07-16T17:34:54.287ZFinalize: Updating search index ... Done
1732026-07-16T17:34:54.341ZFinalize: Updating package cache ... Done
1742026-07-16T17:34:54.651ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-16T17:34:54.651Zapache system 2.4 system
1762026-07-16T17:34:54.651Zclang system 15 system
1772026-07-16T17:34:54.651Zcsh system system illumos
1782026-07-16T17:34:54.651Zctags system system illumos
1792026-07-16T17:34:54.651Zfile vendor vendor darwinsys
1802026-07-16T17:34:54.652Zfile system system illumos
1812026-07-16T17:34:54.652Zgcc vendor 14 vendor
1822026-07-16T17:34:54.652Zgcc system 13 system
1832026-07-16T17:34:54.652Zgcc system 10 system
1842026-07-16T17:34:54.652Zgo system 1.25 system
1852026-07-16T17:34:54.652Zllvm system 15 system
1862026-07-16T17:34:54.653Zmariadb system 11.4 system
1872026-07-16T17:34:54.653Zmta vendor vendor dma
1882026-07-16T17:34:54.653Zopenjdk system 17 system
1892026-07-16T17:34:54.653Zopenjdk system 11 system
1902026-07-16T17:34:54.653Zopenssl vendor 3 vendor
1912026-07-16T17:34:54.653Zperl system 5.40 system
1922026-07-16T17:34:54.653Zpostgresql system 18 system
1932026-07-16T17:34:54.653Zpostgresql system 17 system
1942026-07-16T17:34:54.653Zpython vendor 3 vendor
1952026-07-16T17:34:54.653Zpython system 2 system
1962026-07-16T17:34:54.653Zpython3 vendor 3.13 vendor
1972026-07-16T17:34:54.653Zruby system 3.4 system
1982026-07-16T17:34:54.653Zruby system 3.0 system
1992026-07-16T17:34:54.653Zwords vendor vendor american-english
2002026-07-16T17:34:54.653Zwords system system australian-english
2012026-07-16T17:34:54.653Zwords system system british-english
2022026-07-16T17:34:54.653Zwords system system canadian-english
2032026-07-16T17:34:54.653Zwords system system french
2042026-07-16T17:34:54.653Zwords system system italian
2052026-07-16T17:34:54.653Zwords system system ngerman
2062026-07-16T17:34:54.653Zwords system system ogerman
2072026-07-16T17:34:54.653Zwords system system spanish
2082026-07-16T17:34:54.907ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-16T17:34:54.907Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-16T17:34:55.211ZFMRI IFO
2112026-07-16T17:34:55.211Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-16T17:34:55.211Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-16T17:34:55.211Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-16T17:34:55.211Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-16T17:34:55.211Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-16T17:34:55.211Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-16T17:34:55.211Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-16T17:34:55.211Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-16T17:34:55.211Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-16T17:34:55.476Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-16T17:34:55.796Z Updating crates.io index
2222026-07-16T17:34:55.799Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-16T17:34:56.004Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-16T17:34:56.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-16T17:34:57.242Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-16T17:34:57.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-16T17:35:01.947Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-16T17:35:02.706Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-16T17:35:02.946Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-16T17:35:03.567Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-16T17:35:04.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-16T17:35:04.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-16T17:35:05.228Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-16T17:35:05.525Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-16T17:35:05.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-16T17:35:06.417Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-16T17:35:06.626Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-16T17:35:06.847Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-16T17:35:07.104Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-16T17:35:07.535Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-16T17:35:07.781Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-16T17:35:08.031Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-16T17:35:08.252Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-16T17:35:08.610Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-16T17:35:08.950Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-16T17:35:09.170Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-16T17:35:09.638Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-16T17:35:09.884Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-16T17:35:10.261Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-16T17:35:10.554Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-16T17:35:10.785Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-16T17:35:10.994Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-16T17:35:11.338Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-16T17:35:11.712Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-16T17:35:11.940Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-16T17:35:12.219Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-16T17:35:12.474Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-16T17:35:12.753Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-16T17:35:13.020Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-16T17:35:13.248Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-16T17:35:13.522Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-16T17:35:13.731Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-16T17:35:16.418Z Downloading crates ...
2642026-07-16T17:35:16.478Z Downloaded camino-tempfile v1.4.1
2652026-07-16T17:35:16.483Z Downloaded anstyle v1.0.14
2662026-07-16T17:35:16.483Z Downloaded anstream v1.0.0
2672026-07-16T17:35:16.486Z Downloaded smawk v0.3.2
2682026-07-16T17:35:16.489Z Downloaded cfg-if v1.0.4
2692026-07-16T17:35:16.489Z Downloaded block-buffer v0.10.4
2702026-07-16T17:35:16.489Z Downloaded autocfg v1.5.0
2712026-07-16T17:35:16.492Z Downloaded anstyle-parse v1.0.0
2722026-07-16T17:35:16.492Z Downloaded cargo_metadata v0.23.1
2732026-07-16T17:35:16.495Z Downloaded camino v1.2.2
2742026-07-16T17:35:16.495Z Downloaded serde_derive v1.0.228
2752026-07-16T17:35:16.498Z Downloaded byteorder v1.5.0
2762026-07-16T17:35:16.498Z Downloaded zerocopy v0.7.35
2772026-07-16T17:35:16.505Z Downloaded thread-id v4.2.2
2782026-07-16T17:35:16.509Z Downloaded zerocopy-derive v0.7.35
2792026-07-16T17:35:16.511Z Downloaded getrandom v0.4.1
2802026-07-16T17:35:16.511Z Downloaded heck v0.4.1
2812026-07-16T17:35:16.511Z Downloaded anyhow v1.0.102
2822026-07-16T17:35:16.516Z Downloaded quote v1.0.45
2832026-07-16T17:35:16.521Z Downloaded pretty-hex v0.4.1
2842026-07-16T17:35:16.521Z Downloaded is_terminal_polyfill v1.70.2
2852026-07-16T17:35:16.521Z Downloaded cargo-platform v0.3.2
2862026-07-16T17:35:16.521Z Downloaded bitflags v2.11.0
2872026-07-16T17:35:16.521Z Downloaded bytecount v0.6.9
2882026-07-16T17:35:16.521Z Downloaded zmij v1.0.21
2892026-07-16T17:35:16.525Z Downloaded anstyle-query v1.1.5
2902026-07-16T17:35:16.530Z Downloaded colorchoice v1.0.4
2912026-07-16T17:35:16.533Z Downloaded strsim v0.11.1
2922026-07-16T17:35:16.533Z Downloaded plain v0.2.3
2932026-07-16T17:35:16.536Z Downloaded version_check v0.9.5
2942026-07-16T17:35:16.536Z Downloaded generic-array v0.14.7
2952026-07-16T17:35:16.541Z Downloaded usdt v0.5.0
2962026-07-16T17:35:16.548Z Downloaded itoa v1.0.17
2972026-07-16T17:35:16.553Z Downloaded terminal_size v0.4.3
2982026-07-16T17:35:16.553Z Downloaded crypto-common v0.1.7
2992026-07-16T17:35:16.553Z Downloaded unicode-linebreak v0.1.5
3002026-07-16T17:35:16.553Z Downloaded serde_spanned v0.6.9
3012026-07-16T17:35:16.553Z Downloaded fnv v1.0.7
3022026-07-16T17:35:16.556Z Downloaded errno v0.3.14
3032026-07-16T17:35:16.559Z Downloaded fastrand v2.3.0
3042026-07-16T17:35:16.562Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-16T17:35:16.565Z Downloaded thiserror-impl v2.0.18
3062026-07-16T17:35:16.565Z Downloaded digest v0.10.7
3072026-07-16T17:35:16.572Z Downloaded usdt-macro v0.5.0
3082026-07-16T17:35:16.572Z Downloaded cargo_toml v0.21.0
3092026-07-16T17:35:16.572Z Downloaded heck v0.5.0
3102026-07-16T17:35:16.576Z Downloaded utf8parse v0.2.2
3112026-07-16T17:35:16.583Z Downloaded tabled_derive v0.7.0
3122026-07-16T17:35:16.583Z Downloaded scroll_derive v0.12.1
3132026-07-16T17:35:16.584Z Downloaded dof v0.3.0
3142026-07-16T17:35:16.584Z Downloaded swrite v0.1.0
3152026-07-16T17:35:16.584Z Downloaded dtrace-parser v0.2.0
3162026-07-16T17:35:16.584Z Downloaded toml_write v0.1.2
3172026-07-16T17:35:16.584Z Downloaded toml_datetime v0.6.11
3182026-07-16T17:35:16.588Z Downloaded cpufeatures v0.2.17
3192026-07-16T17:35:16.594Z Downloaded macaddr v1.0.1
3202026-07-16T17:35:16.594Z Downloaded equivalent v1.0.2
3212026-07-16T17:35:16.597Z Downloaded usdt-attr-macro v0.5.0
3222026-07-16T17:35:16.600Z Downloaded thiserror v1.0.69
3232026-07-16T17:35:16.610Z Downloaded usdt-impl v0.5.0
3242026-07-16T17:35:16.614Z Downloaded thiserror v2.0.18
3252026-07-16T17:35:16.623Z Downloaded proc-macro-error v1.0.4
3262026-07-16T17:35:16.631Z Downloaded sha2 v0.10.9
3272026-07-16T17:35:16.631Z Downloaded fs-err v3.3.0
3282026-07-16T17:35:16.634Z Downloaded serde_tokenstream v0.2.3
3292026-07-16T17:35:16.634Z Downloaded clap_lex v1.0.0
3302026-07-16T17:35:16.643Z Downloaded clap_derive v4.6.1
3312026-07-16T17:35:16.646Z Downloaded pest_generator v2.8.6
3322026-07-16T17:35:16.651Z Downloaded thiserror-impl v1.0.69
3332026-07-16T17:35:16.656Z Downloaded memmap v0.7.0
3342026-07-16T17:35:16.663Z Downloaded semver v1.0.28
3352026-07-16T17:35:16.666Z Downloaded ucd-trie v0.1.7
3362026-07-16T17:35:16.666Z Downloaded toml v0.8.23
3372026-07-16T17:35:16.666Z Downloaded scroll v0.12.0
3382026-07-16T17:35:16.669Z Downloaded pest_derive v2.8.6
3392026-07-16T17:35:16.673Z Downloaded once_cell v1.21.3
3402026-07-16T17:35:16.673Z Downloaded proc-macro2 v1.0.106
3412026-07-16T17:35:16.676Z Downloaded unicode-ident v1.0.24
3422026-07-16T17:35:16.676Z Downloaded tempfile v3.25.0
3432026-07-16T17:35:16.676Z Downloaded serde_core v1.0.228
3442026-07-16T17:35:16.680Z Downloaded log v0.4.29
3452026-07-16T17:35:16.680Z Downloaded textwrap v0.16.2
3462026-07-16T17:35:16.686Z Downloaded papergrid v0.11.0
3472026-07-16T17:35:16.700Z Downloaded toml_edit v0.22.27
3482026-07-16T17:35:16.704Z Downloaded pest_meta v2.8.6
3492026-07-16T17:35:16.715Z Downloaded serde v1.0.228
3502026-07-16T17:35:16.718Z Downloaded clap v4.6.1
3512026-07-16T17:35:16.727Z Downloaded typenum v1.20.1
3522026-07-16T17:35:16.730Z Downloaded memchr v2.8.0
3532026-07-16T17:35:16.734Z Downloaded indexmap v2.14.0
3542026-07-16T17:35:16.764Z Downloaded pest v2.8.6
3552026-07-16T17:35:16.777Z Downloaded serde_json v1.0.150
3562026-07-16T17:35:16.785Z Downloaded hashbrown v0.17.0
3572026-07-16T17:35:16.788Z Downloaded clap_builder v4.6.0
3582026-07-16T17:35:16.801Z Downloaded winnow v0.7.14
3592026-07-16T17:35:16.805Z Downloaded goblin v0.8.2
3602026-07-16T17:35:16.820Z Downloaded unicode-width v0.1.14
3612026-07-16T17:35:16.823Z Downloaded tabled v0.15.0
3622026-07-16T17:35:16.831Z Downloaded syn v1.0.109
3632026-07-16T17:35:16.836Z Downloaded unicode-width v0.2.0
3642026-07-16T17:35:16.840Z Downloaded syn v2.0.117
3652026-07-16T17:35:16.855Z Downloaded rustix v1.1.3
3662026-07-16T17:35:16.863Z Downloaded libc v0.2.185
3672026-07-16T17:35:16.923Z Compiling proc-macro2 v1.0.106
3682026-07-16T17:35:16.923Z Compiling unicode-ident v1.0.24
3692026-07-16T17:35:16.927Z Compiling quote v1.0.45
3702026-07-16T17:35:16.927Z Compiling serde_core v1.0.228
3712026-07-16T17:35:16.927Z Compiling libc v0.2.185
3722026-07-16T17:35:16.927Z Compiling version_check v0.9.5
3732026-07-16T17:35:16.927Z Compiling memchr v2.8.0
3742026-07-16T17:35:16.927Z Compiling serde v1.0.228
3752026-07-16T17:35:16.927Z Compiling zmij v1.0.21
3762026-07-16T17:35:16.927Z Compiling ucd-trie v0.1.7
3772026-07-16T17:35:16.927Z Compiling itoa v1.0.17
3782026-07-16T17:35:17.107Z Compiling thiserror v1.0.69
3792026-07-16T17:35:17.110Z Compiling rustix v1.1.3
3802026-07-16T17:35:17.144Z Compiling byteorder v1.5.0
3812026-07-16T17:35:17.316Z Compiling serde_json v1.0.150
3822026-07-16T17:35:17.479Z Compiling bitflags v2.11.0
3832026-07-16T17:35:17.512Z Compiling syn v1.0.109
3842026-07-16T17:35:17.695Z Compiling camino v1.2.2
3852026-07-16T17:35:17.736Z Compiling pest v2.8.6
3862026-07-16T17:35:17.737Z Compiling usdt-impl v0.5.0
3872026-07-16T17:35:17.748Z Compiling proc-macro-error-attr v1.0.4
3882026-07-16T17:35:17.798Z Compiling proc-macro-error v1.0.4
3892026-07-16T17:35:17.815Z Compiling equivalent v1.0.2
3902026-07-16T17:35:17.900Z Compiling utf8parse v0.2.2
3912026-07-16T17:35:17.948Z Compiling hashbrown v0.17.0
3922026-07-16T17:35:17.967Z Compiling plain v0.2.3
3932026-07-16T17:35:17.971Z Compiling getrandom v0.4.1
3942026-07-16T17:35:18.002Z Compiling log v0.4.29
3952026-07-16T17:35:18.035Z Compiling anstyle-parse v1.0.0
3962026-07-16T17:35:18.132Z Compiling colorchoice v1.0.4
3972026-07-16T17:35:18.149Z Compiling winnow v0.7.14
3982026-07-16T17:35:18.201Z Compiling anstyle-query v1.1.5
3992026-07-16T17:35:18.216Z Compiling toml_write v0.1.2
4002026-07-16T17:35:18.238Z Compiling cfg-if v1.0.4
4012026-07-16T17:35:18.242Z Compiling thiserror v2.0.18
4022026-07-16T17:35:18.272Z Compiling autocfg v1.5.0
4032026-07-16T17:35:18.276Z Compiling anstyle v1.0.14
4042026-07-16T17:35:18.276Z Compiling is_terminal_polyfill v1.70.2
4052026-07-16T17:35:18.328Z Compiling errno v0.3.14
4062026-07-16T17:35:18.347Z Compiling thread-id v4.2.2
4072026-07-16T17:35:18.366Z Compiling pretty-hex v0.4.1
4082026-07-16T17:35:18.432Z Compiling heck v0.4.1
4092026-07-16T17:35:18.451Z Compiling indexmap v2.14.0
4102026-07-16T17:35:18.504Z Compiling anstream v1.0.0
4112026-07-16T17:35:18.540Z Compiling strsim v0.11.1
4122026-07-16T17:35:18.540Z Compiling anyhow v1.0.102
4132026-07-16T17:35:18.583Z Compiling syn v2.0.117
4142026-07-16T17:35:18.725Z Compiling unicode-width v0.1.14
4152026-07-16T17:35:18.766Z Compiling fs-err v3.3.0
4162026-07-16T17:35:18.776Z Compiling heck v0.5.0
4172026-07-16T17:35:18.863Z Compiling pest_meta v2.8.6
4182026-07-16T17:35:18.923Z Compiling fastrand v2.3.0
4192026-07-16T17:35:18.940Z Compiling bytecount v0.6.9
4202026-07-16T17:35:18.963Z Compiling fnv v1.0.7
4212026-07-16T17:35:18.992Z Compiling clap_lex v1.0.0
4222026-07-16T17:35:19.026Z Compiling once_cell v1.21.3
4232026-07-16T17:35:19.059Z Compiling papergrid v0.11.0
4242026-07-16T17:35:19.103Z Compiling memmap v0.7.0
4252026-07-16T17:35:19.120Z Compiling unicode-width v0.2.0
4262026-07-16T17:35:19.165Z Compiling unicode-linebreak v0.1.5
4272026-07-16T17:35:19.180Z Compiling smawk v0.3.2
4282026-07-16T17:35:19.243Z Compiling swrite v0.1.0
4292026-07-16T17:35:19.368Z Compiling terminal_size v0.4.3
4302026-07-16T17:35:19.368Z Compiling tempfile v3.25.0
4312026-07-16T17:35:19.477Z Compiling clap_builder v4.6.0
4322026-07-16T17:35:19.477Z Compiling textwrap v0.16.2
4332026-07-16T17:35:19.548Z Compiling semver v1.0.28
4342026-07-16T17:35:19.585Z Compiling cargo-platform v0.3.2
4352026-07-16T17:35:19.829Z Compiling camino-tempfile v1.4.1
4362026-07-16T17:35:20.183Z Compiling tabled_derive v0.7.0
4372026-07-16T17:35:20.821Z Compiling pest_generator v2.8.6
4382026-07-16T17:35:20.856Z Compiling tabled v0.15.0
4392026-07-16T17:35:21.298Z Compiling serde_derive v1.0.228
4402026-07-16T17:35:21.298Z Compiling thiserror-impl v1.0.69
4412026-07-16T17:35:21.301Z Compiling zerocopy-derive v0.7.35
4422026-07-16T17:35:21.301Z Compiling scroll_derive v0.12.1
4432026-07-16T17:35:21.301Z Compiling thiserror-impl v2.0.18
4442026-07-16T17:35:21.301Z Compiling clap_derive v4.6.1
4452026-07-16T17:35:21.394Z Compiling pest_derive v2.8.6
4462026-07-16T17:35:21.903Z Compiling scroll v0.12.0
4472026-07-16T17:35:22.062Z Compiling zerocopy v0.7.35
4482026-07-16T17:35:22.119Z Compiling goblin v0.8.2
4492026-07-16T17:35:22.374Z Compiling dtrace-parser v0.2.0
4502026-07-16T17:35:22.633Z Compiling clap v4.6.1
4512026-07-16T17:35:23.692Z Compiling serde_spanned v0.6.9
4522026-07-16T17:35:23.692Z Compiling toml_datetime v0.6.11
4532026-07-16T17:35:23.692Z Compiling macaddr v1.0.1
4542026-07-16T17:35:23.695Z Compiling cargo_metadata v0.23.1
4552026-07-16T17:35:23.695Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-16T17:35:23.709Z Compiling dof v0.3.0
4572026-07-16T17:35:23.715Z Compiling serde_tokenstream v0.2.3
4582026-07-16T17:35:23.870Z Compiling toml_edit v0.22.27
4592026-07-16T17:35:24.513Z Compiling usdt-attr-macro v0.5.0
4602026-07-16T17:35:24.513Z Compiling usdt-macro v0.5.0
4612026-07-16T17:35:25.091Z Compiling usdt v0.5.0
4622026-07-16T17:35:25.195Z Compiling toml v0.8.23
4632026-07-16T17:35:25.522Z Compiling cargo_toml v0.21.0
4642026-07-16T17:35:26.792Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-16T17:35:28.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.49s
4662026-07-16T17:35:29.022Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-16T17:35:29.537Z Downloading crates ...
4682026-07-16T17:35:29.633Z Downloaded adler2 v2.0.1
4692026-07-16T17:35:29.645Z Downloaded ahash v0.8.12
4702026-07-16T17:35:29.649Z Downloaded aead v0.6.1
4712026-07-16T17:35:29.649Z Downloaded cpubits v0.1.1
4722026-07-16T17:35:29.653Z Downloaded aead v0.5.2
4732026-07-16T17:35:29.658Z Downloaded crunchy v0.2.4
4742026-07-16T17:35:29.663Z Downloaded crossbeam-utils v0.8.21
4752026-07-16T17:35:29.667Z Downloaded crossbeam-epoch v0.9.18
4762026-07-16T17:35:29.667Z Downloaded crucible-workspace-hack v0.1.0
4772026-07-16T17:35:29.668Z Downloaded bcrypt-pbkdf v0.11.0
4782026-07-16T17:35:29.668Z Downloaded cpufeatures v0.3.0
4792026-07-16T17:35:29.671Z Downloaded convert_case v0.4.0
4802026-07-16T17:35:29.671Z Downloaded crc v3.4.0
4812026-07-16T17:35:29.672Z Downloaded cookie v0.18.1
4822026-07-16T17:35:29.672Z Downloaded aes v0.9.1
4832026-07-16T17:35:29.676Z Downloaded darling_macro v0.20.11
4842026-07-16T17:35:29.676Z Downloaded cookie_store v0.22.1
4852026-07-16T17:35:29.688Z Downloaded defmt v0.3.100
4862026-07-16T17:35:29.688Z Downloaded curve25519-dalek-derive v0.1.1
4872026-07-16T17:35:29.688Z Downloaded cstr-argument v0.1.2
4882026-07-16T17:35:29.688Z Downloaded crc8 v0.1.1
4892026-07-16T17:35:29.688Z Downloaded async-recursion v1.1.1
4902026-07-16T17:35:29.693Z Downloaded bitfield-macros v0.19.4
4912026-07-16T17:35:29.694Z Downloaded bit-set v0.8.0
4922026-07-16T17:35:29.694Z Downloaded critical-section v1.2.0
4932026-07-16T17:35:29.694Z Downloaded debug-ignore v1.0.5
4942026-07-16T17:35:29.694Z Downloaded dyn-clone v1.0.20
4952026-07-16T17:35:29.694Z Downloaded crc32fast v1.5.0
4962026-07-16T17:35:29.694Z Downloaded cfg_aliases v0.1.1
4972026-07-16T17:35:29.694Z Downloaded bit-vec v0.6.3
4982026-07-16T17:35:29.695Z Downloaded base64ct v1.8.3
4992026-07-16T17:35:29.700Z Downloaded darling_macro v0.23.0
5002026-07-16T17:35:29.700Z Downloaded crypto-common v0.2.2
5012026-07-16T17:35:29.700Z Downloaded base16ct v1.0.0
5022026-07-16T17:35:29.700Z Downloaded aes-gcm v0.11.0
5032026-07-16T17:35:29.700Z Downloaded bitfield-struct v0.6.2
5042026-07-16T17:35:29.700Z Downloaded corncobs v0.1.4
5052026-07-16T17:35:29.709Z Downloaded async-stream v0.3.6
5062026-07-16T17:35:29.709Z Downloaded base16ct v0.2.0
5072026-07-16T17:35:29.709Z Downloaded atty v0.2.14
5082026-07-16T17:35:29.709Z Downloaded async-bb8-diesel v0.2.1
5092026-07-16T17:35:29.709Z Downloaded ascii-canvas v3.0.0
5102026-07-16T17:35:29.716Z Downloaded arrayref v0.3.9
5112026-07-16T17:35:29.716Z Downloaded bit-vec v0.8.0
5122026-07-16T17:35:29.716Z Downloaded dropshot-api-manager-types v0.7.2
5132026-07-16T17:35:29.716Z Downloaded bcs v0.1.6
5142026-07-16T17:35:29.716Z Downloaded digest-io v0.1.0
5152026-07-16T17:35:29.716Z Downloaded darling_macro v0.13.4
5162026-07-16T17:35:29.716Z Downloaded bitfield v0.19.4
5172026-07-16T17:35:29.716Z Downloaded bit-set v0.5.3
5182026-07-16T17:35:29.717Z Downloaded array-init v0.0.4
5192026-07-16T17:35:29.724Z Downloaded bb8 v0.8.6
5202026-07-16T17:35:29.724Z Downloaded atomic-waker v1.1.2
5212026-07-16T17:35:29.724Z Downloaded assert_matches v1.5.0
5222026-07-16T17:35:29.724Z Downloaded dirs-next v2.0.0
5232026-07-16T17:35:29.728Z Downloaded block-padding v0.4.2
5242026-07-16T17:35:29.728Z Downloaded document-features v0.2.12
5252026-07-16T17:35:29.728Z Downloaded diesel_table_macro_syntax v0.3.0
5262026-07-16T17:35:29.738Z Downloaded crc-catalog v2.4.0
5272026-07-16T17:35:29.738Z Downloaded anstream v0.6.21
5282026-07-16T17:35:29.744Z Downloaded darling_macro v0.21.3
5292026-07-16T17:35:29.744Z Downloaded dtrace-parser v0.3.0
5302026-07-16T17:35:29.744Z Downloaded derive_builder_macro v0.20.2
5312026-07-16T17:35:29.744Z Downloaded compression-core v0.4.31
5322026-07-16T17:35:29.748Z Downloaded dsl_auto_type v0.2.0
5332026-07-16T17:35:29.748Z Downloaded defmt-parser v1.0.0
5342026-07-16T17:35:29.754Z Downloaded downcast-rs v2.0.2
5352026-07-16T17:35:29.754Z Downloaded backon v1.6.0
5362026-07-16T17:35:29.758Z Downloaded dof v0.4.0
5372026-07-16T17:35:29.758Z Downloaded cancel-safe-futures v0.1.5
5382026-07-16T17:35:29.758Z Downloaded dunce v1.0.5
5392026-07-16T17:35:29.758Z Downloaded display-error-chain v0.2.2
5402026-07-16T17:35:29.763Z Downloaded dirs-sys-next v0.1.2
5412026-07-16T17:35:29.763Z Downloaded data-encoding v2.10.0
5422026-07-16T17:35:29.764Z Downloaded convert_case v0.10.0
5432026-07-16T17:35:29.768Z Downloaded ciborium-io v0.2.2
5442026-07-16T17:35:29.768Z Downloaded ecdsa v0.16.9
5452026-07-16T17:35:29.768Z Downloaded cobs v0.3.0
5462026-07-16T17:35:29.768Z Downloaded ciborium-ll v0.2.2
5472026-07-16T17:35:29.774Z Downloaded env_filter v1.0.0
5482026-07-16T17:35:29.774Z Downloaded fd-lock v4.0.4
5492026-07-16T17:35:29.778Z Downloaded difflib v0.4.0
5502026-07-16T17:35:29.818Z Downloaded enum-as-inner v0.6.1
5512026-07-16T17:35:29.818Z Downloaded ctr v0.10.1
5522026-07-16T17:35:29.818Z Downloaded either v1.15.0
5532026-07-16T17:35:29.823Z Downloaded deranged v0.5.8
5542026-07-16T17:35:29.823Z Downloaded castaway v0.2.4
5552026-07-16T17:35:29.823Z Downloaded block-buffer v0.12.1
5562026-07-16T17:35:29.823Z Downloaded endian-type v0.1.2
5572026-07-16T17:35:29.824Z Downloaded derive_builder_core v0.20.2
5582026-07-16T17:35:29.824Z Downloaded flagset v0.4.7
5592026-07-16T17:35:29.824Z Downloaded digest v0.11.3
5602026-07-16T17:35:29.824Z Downloaded bitflags v1.3.2
5612026-07-16T17:35:29.824Z Downloaded fixedbitset v0.4.2
5622026-07-16T17:35:29.824Z Downloaded async-stream-impl v0.3.6
5632026-07-16T17:35:29.824Z Downloaded foreign-types-shared v0.3.1
5642026-07-16T17:35:29.824Z Downloaded cmov v0.5.4
5652026-07-16T17:35:29.824Z Downloaded constant_time_eq v0.4.2
5662026-07-16T17:35:29.824Z Downloaded cassowary v0.3.0
5672026-07-16T17:35:29.824Z Downloaded embedded-io v0.4.0
5682026-07-16T17:35:29.824Z Downloaded futures-core v0.3.32
5692026-07-16T17:35:29.824Z Downloaded darling v0.20.11
5702026-07-16T17:35:29.824Z Downloaded float-cmp v0.10.0
5712026-07-16T17:35:29.824Z Downloaded foreign-types v0.5.0
5722026-07-16T17:35:29.824Z Downloaded defmt v1.0.1
5732026-07-16T17:35:29.824Z Downloaded daft-derive v0.1.7
5742026-07-16T17:35:29.825Z Downloaded derive-ex v0.1.8
5752026-07-16T17:35:29.825Z Downloaded blake2 v0.10.6
5762026-07-16T17:35:29.825Z Downloaded float-ord v0.3.2
5772026-07-16T17:35:29.825Z Downloaded defmt-macros v1.0.1
5782026-07-16T17:35:29.825Z Downloaded blowfish v0.10.0
5792026-07-16T17:35:29.825Z Downloaded ed25519 v3.0.0
5802026-07-16T17:35:29.825Z Downloaded csv-core v0.1.13
5812026-07-16T17:35:29.825Z Downloaded crossbeam-deque v0.8.6
5822026-07-16T17:35:29.825Z Downloaded gethostname v0.5.0
5832026-07-16T17:35:29.825Z Downloaded backoff v0.4.0
5842026-07-16T17:35:29.831Z Downloaded anstyle-parse v0.2.7
5852026-07-16T17:35:29.831Z Downloaded foreign-types-shared v0.1.1
5862026-07-16T17:35:29.831Z Downloaded foreign-types-macros v0.2.3
5872026-07-16T17:35:29.831Z Downloaded foreign-types v0.3.2
5882026-07-16T17:35:29.831Z Downloaded diesel-dtrace v0.5.0
5892026-07-16T17:35:29.831Z Downloaded futures-sink v0.3.32
5902026-07-16T17:35:29.831Z Downloaded funty v2.0.0
5912026-07-16T17:35:29.836Z Downloaded displaydoc v0.2.5
5922026-07-16T17:35:29.836Z Downloaded ff v0.13.1
5932026-07-16T17:35:29.837Z Downloaded ed25519 v2.2.3
5942026-07-16T17:35:29.837Z Downloaded globwalk v0.9.1
5952026-07-16T17:35:29.837Z Downloaded cipher v0.5.2
5962026-07-16T17:35:29.841Z Downloaded hash32 v0.2.1
5972026-07-16T17:35:29.841Z Downloaded hash32 v0.3.1
5982026-07-16T17:35:29.841Z Downloaded fxhash v0.2.1
5992026-07-16T17:35:29.841Z Downloaded futures-task v0.3.32
6002026-07-16T17:35:29.841Z Downloaded futures-io v0.3.32
6012026-07-16T17:35:29.848Z Downloaded chacha20 v0.10.0
6022026-07-16T17:35:29.848Z Downloaded git-stub v1.0.0
6032026-07-16T17:35:29.848Z Downloaded ghash v0.6.0
6042026-07-16T17:35:29.848Z Downloaded ctutils v0.4.2
6052026-07-16T17:35:29.852Z Downloaded ff v0.14.0
6062026-07-16T17:35:29.852Z Downloaded async-trait v0.1.89
6072026-07-16T17:35:29.852Z Downloaded fixedbitset v0.5.7
6082026-07-16T17:35:29.852Z Downloaded cfg_aliases v0.2.1
6092026-07-16T17:35:29.852Z Downloaded derive_builder v0.20.2
6102026-07-16T17:35:29.859Z Downloaded find-msvc-tools v0.1.9
6112026-07-16T17:35:29.859Z Downloaded headers-core v0.3.0
6122026-07-16T17:35:29.859Z Downloaded hex v0.4.3
6132026-07-16T17:35:29.863Z Downloaded compression-codecs v0.4.37
6142026-07-16T17:35:29.863Z Downloaded cipher v0.4.4
6152026-07-16T17:35:29.863Z Downloaded cbc v0.2.1
6162026-07-16T17:35:29.863Z Downloaded camino-tempfile-ext v0.3.3
6172026-07-16T17:35:29.867Z Downloaded des v0.9.0
6182026-07-16T17:35:29.867Z Downloaded byte-wrapper v0.1.0
6192026-07-16T17:35:29.867Z Downloaded buf-list v1.1.2
6202026-07-16T17:35:29.872Z Downloaded cexpr v0.6.0
6212026-07-16T17:35:29.872Z Downloaded form_urlencoded v1.2.2
6222026-07-16T17:35:29.872Z Downloaded filetime v0.2.27
6232026-07-16T17:35:29.877Z Downloaded ena v0.14.4
6242026-07-16T17:35:29.877Z Downloaded const_format_proc_macros v0.2.34
6252026-07-16T17:35:29.881Z Downloaded hex-literal v1.1.0
6262026-07-16T17:35:29.881Z Downloaded fallible-iterator v0.2.0
6272026-07-16T17:35:29.881Z Downloaded der_derive v0.7.3
6282026-07-16T17:35:29.881Z Downloaded erased-serde v0.3.31
6292026-07-16T17:35:29.882Z Downloaded hostname v0.4.2
6302026-07-16T17:35:29.882Z Downloaded home v0.5.12
6312026-07-16T17:35:29.887Z Downloaded arc-swap v1.8.2
6322026-07-16T17:35:29.887Z Downloaded darling_core v0.23.0
6332026-07-16T17:35:29.891Z Downloaded bs58 v0.5.1
6342026-07-16T17:35:29.891Z Downloaded ecdsa v0.17.0-rc.18
6352026-07-16T17:35:29.891Z Downloaded hubpack v0.1.2
6362026-07-16T17:35:29.898Z Downloaded argon2 v0.6.0-rc.8
6372026-07-16T17:35:29.898Z Downloaded argon2 v0.5.3
6382026-07-16T17:35:29.898Z Downloaded diff v0.1.13
6392026-07-16T17:35:29.898Z Downloaded delegate v0.13.5
6402026-07-16T17:35:29.899Z Downloaded env_logger v0.11.9
6412026-07-16T17:35:29.909Z Downloaded httpdate v1.0.3
6422026-07-16T17:35:29.909Z Downloaded hubpack_derive v0.1.1
6432026-07-16T17:35:29.910Z Downloaded hostname v0.3.1
6442026-07-16T17:35:29.910Z Downloaded foldhash v0.1.5
6452026-07-16T17:35:29.910Z Downloaded http-body v1.0.1
6462026-07-16T17:35:29.910Z Downloaded hyper-tls v0.6.0
6472026-07-16T17:35:29.910Z Downloaded illumos-nvpair-sys v0.2.0
6482026-07-16T17:35:29.915Z Downloaded console v0.16.2
6492026-07-16T17:35:29.915Z Downloaded futures-executor v0.3.32
6502026-07-16T17:35:29.915Z Downloaded ciborium v0.2.2
6512026-07-16T17:35:29.916Z Downloaded illumos-nvpair v0.3.0
6522026-07-16T17:35:29.916Z Downloaded allocator-api2 v0.2.21
6532026-07-16T17:35:29.916Z Downloaded http-range v0.1.5
6542026-07-16T17:35:29.916Z Downloaded enum_dispatch v0.3.13
6552026-07-16T17:35:29.916Z Downloaded futures-macro v0.3.32
6562026-07-16T17:35:29.920Z Downloaded ident_case v1.0.1
6572026-07-16T17:35:29.920Z Downloaded console v0.15.11
6582026-07-16T17:35:29.921Z Downloaded glob v0.3.3
6592026-07-16T17:35:29.921Z Downloaded git-stub-vcs v0.1.0
6602026-07-16T17:35:29.921Z Downloaded chacha20 v0.9.1
6612026-07-16T17:35:29.925Z Downloaded futures-channel v0.3.32
6622026-07-16T17:35:29.925Z Downloaded const-oid v0.9.6
6632026-07-16T17:35:29.925Z Downloaded colored v2.2.0
6642026-07-16T17:35:29.929Z Downloaded group v0.13.0
6652026-07-16T17:35:29.929Z Downloaded bzip2 v0.4.4
6662026-07-16T17:35:29.929Z Downloaded bzip2 v0.6.1
6672026-07-16T17:35:29.933Z Downloaded indent_write v2.2.0
6682026-07-16T17:35:29.933Z Downloaded idna_adapter v1.2.1
6692026-07-16T17:35:29.933Z Downloaded indoc v1.0.9
6702026-07-16T17:35:29.933Z Downloaded instability v0.3.11
6712026-07-16T17:35:29.937Z Downloaded inout v0.1.4
6722026-07-16T17:35:29.937Z Downloaded derive-where v1.6.0
6732026-07-16T17:35:29.937Z Downloaded darling_core v0.13.4
6742026-07-16T17:35:29.945Z Downloaded darling_core v0.21.3
6752026-07-16T17:35:29.950Z Downloaded darling v0.23.0
6762026-07-16T17:35:29.950Z Downloaded colored v3.1.1
6772026-07-16T17:35:29.950Z Downloaded is_ci v1.2.0
6782026-07-16T17:35:29.950Z Downloaded highway v1.3.0
6792026-07-16T17:35:29.950Z Downloaded crc-any v2.5.0
6802026-07-16T17:35:29.954Z Downloaded is-terminal v0.4.17
6812026-07-16T17:35:29.954Z Downloaded internet-checksum v0.2.1
6822026-07-16T17:35:29.954Z Downloaded instant v0.1.13
6832026-07-16T17:35:29.954Z Downloaded darling_core v0.20.11
6842026-07-16T17:35:29.958Z Downloaded elliptic-curve v0.13.8
6852026-07-16T17:35:29.961Z Downloaded dropshot_endpoint v0.17.1
6862026-07-16T17:35:29.961Z Downloaded derive_more v0.99.20
6872026-07-16T17:35:29.966Z Downloaded lalrpop-util v0.19.12
6882026-07-16T17:35:29.967Z Downloaded kem v0.3.0
6892026-07-16T17:35:29.970Z Downloaded fs_extra v1.3.0
6902026-07-16T17:35:29.970Z Downloaded fatfs v0.3.6
6912026-07-16T17:35:29.970Z Downloaded group v0.14.0
6922026-07-16T17:35:29.970Z Downloaded globset v0.4.18
6932026-07-16T17:35:29.974Z Downloaded lazy_static v1.5.0
6942026-07-16T17:35:29.974Z Downloaded kstat-rs v0.2.4
6952026-07-16T17:35:29.974Z Downloaded humantime v2.3.0
6962026-07-16T17:35:29.974Z Downloaded http-body-util v0.1.3
6972026-07-16T17:35:29.978Z Downloaded linked-hash-map v0.5.6
6982026-07-16T17:35:29.979Z Downloaded fs-err v2.11.0
6992026-07-16T17:35:29.979Z Downloaded foldhash v0.2.0
7002026-07-16T17:35:29.982Z Downloaded cmake v0.1.57
7012026-07-16T17:35:29.982Z Downloaded clang-sys v1.8.1
7022026-07-16T17:35:29.982Z Downloaded lru v0.12.5
7032026-07-16T17:35:29.987Z Downloaded maplit v1.0.2
7042026-07-16T17:35:29.987Z Downloaded managed v0.8.0
7052026-07-16T17:35:29.987Z Downloaded lru-cache v0.1.2
7062026-07-16T17:35:29.987Z Downloaded arrayvec v0.7.6
7072026-07-16T17:35:29.987Z Downloaded darling v0.13.4
7082026-07-16T17:35:29.991Z Downloaded embedded-io v0.6.1
7092026-07-16T17:35:29.991Z Downloaded futures v0.3.32
7102026-07-16T17:35:29.994Z Downloaded drift v0.2.0
7112026-07-16T17:35:29.998Z Downloaded libscf-sys v1.1.0
7122026-07-16T17:35:30.002Z Downloaded maybe-uninit v2.0.0
7132026-07-16T17:35:30.002Z Downloaded lzss v0.8.2
7142026-07-16T17:35:30.002Z Downloaded memoffset v0.9.1
7152026-07-16T17:35:30.005Z Downloaded crypto-bigint v0.5.5
7162026-07-16T17:35:30.008Z Downloaded ipnetwork v0.21.1
7172026-07-16T17:35:30.009Z Downloaded elliptic-curve v0.14.0-rc.33
7182026-07-16T17:35:30.013Z Downloaded ipnet v2.11.0
7192026-07-16T17:35:30.013Z Downloaded generic-array v1.4.3
7202026-07-16T17:35:30.017Z Downloaded newline-converter v0.3.0
7212026-07-16T17:35:30.017Z Downloaded crossbeam-channel v0.5.15
7222026-07-16T17:35:30.021Z Downloaded hmac v0.12.1
7232026-07-16T17:35:30.021Z Downloaded new_debug_unreachable v1.0.6
7242026-07-16T17:35:30.021Z Downloaded mime v0.3.17
7252026-07-16T17:35:30.021Z Downloaded newtype_derive v0.1.6
7262026-07-16T17:35:30.025Z Downloaded multimap v0.10.1
7272026-07-16T17:35:30.025Z Downloaded nonempty v0.12.0
7282026-07-16T17:35:30.025Z Downloaded keccak v0.1.6
7292026-07-16T17:35:30.025Z Downloaded async-compression v0.4.41
7302026-07-16T17:35:30.031Z Downloaded num-derive v0.4.2
7312026-07-16T17:35:30.034Z Downloaded libefi-sys v0.1.0
7322026-07-16T17:35:30.034Z Downloaded base64 v0.22.1
7332026-07-16T17:35:30.034Z Downloaded bytes v1.11.1
7342026-07-16T17:35:30.038Z Downloaded hyper-rustls v0.27.7
7352026-07-16T17:35:30.038Z Downloaded httparse v1.10.1
7362026-07-16T17:35:30.041Z Downloaded half v1.8.3
7372026-07-16T17:35:30.041Z Downloaded linear-map v1.2.0
7382026-07-16T17:35:30.041Z Downloaded hyper-staticfile v0.10.1
7392026-07-16T17:35:30.045Z Downloaded num_threads v0.1.7
7402026-07-16T17:35:30.045Z Downloaded hmac v0.13.0
7412026-07-16T17:35:30.048Z Downloaded getrandom v0.2.17
7422026-07-16T17:35:30.048Z Downloaded keccak v0.2.0
7432026-07-16T17:35:30.049Z Downloaded crossterm v0.28.1
7442026-07-16T17:35:30.052Z Downloaded nodrop v0.1.14
7452026-07-16T17:35:30.056Z Downloaded md5 v0.8.0
7462026-07-16T17:35:30.056Z Downloaded getrandom v0.3.4
7472026-07-16T17:35:30.061Z Downloaded normalize-line-endings v0.3.0
7482026-07-16T17:35:30.062Z Downloaded nibble_vec v0.1.0
7492026-07-16T17:35:30.062Z Downloaded derive_more v2.1.1
7502026-07-16T17:35:30.066Z Downloaded num-iter v0.1.45
7512026-07-16T17:35:30.069Z Downloaded openssl-probe v0.1.6
7522026-07-16T17:35:30.069Z Downloaded libsw-core v0.3.2
7532026-07-16T17:35:30.072Z Downloaded lock_api v0.4.14
7542026-07-16T17:35:30.072Z Downloaded libsw v3.5.0
7552026-07-16T17:35:30.072Z Downloaded iana-time-zone v0.1.65
7562026-07-16T17:35:30.076Z Downloaded compact_str v0.8.1
7572026-07-16T17:35:30.079Z Downloaded const-oid v0.10.2
7582026-07-16T17:35:30.079Z Downloaded opaque-debug v0.3.1
7592026-07-16T17:35:30.079Z Downloaded num-derive v0.3.3
7602026-07-16T17:35:30.079Z Downloaded num-conv v0.2.0
7612026-07-16T17:35:30.083Z Downloaded ingot-macros v0.1.1
7622026-07-16T17:35:30.083Z Downloaded openssl-probe v0.2.1
7632026-07-16T17:35:30.083Z Downloaded ingot-types v0.1.2
7642026-07-16T17:35:30.088Z Downloaded blake2 v0.11.0-rc.6
7652026-07-16T17:35:30.097Z Downloaded parse-display v0.10.0
7662026-07-16T17:35:30.101Z Downloaded crossterm v0.29.0
7672026-07-16T17:35:30.106Z Downloaded module-lattice v0.2.3
7682026-07-16T17:35:30.106Z Downloaded mime_guess v2.0.5
7692026-07-16T17:35:30.110Z Downloaded olpc-cjson v0.1.4
7702026-07-16T17:35:30.110Z Downloaded oso-derive v0.27.3
7712026-07-16T17:35:30.110Z Downloaded native-tls v0.2.18
7722026-07-16T17:35:30.110Z Downloaded nanorand v0.7.0
7732026-07-16T17:35:30.110Z Downloaded num-rational v0.4.2
7742026-07-16T17:35:30.114Z Downloaded num-integer v0.1.46
7752026-07-16T17:35:30.114Z Downloaded path-slash v0.1.5
7762026-07-16T17:35:30.114Z Downloaded password-hash v0.6.1
7772026-07-16T17:35:30.114Z Downloaded bumpalo v3.20.2
7782026-07-16T17:35:30.118Z Downloaded flume v0.11.1
7792026-07-16T17:35:30.123Z Downloaded ed25519-dalek v2.2.0
7802026-07-16T17:35:30.123Z Downloaded base64 v0.21.7
7812026-07-16T17:35:30.126Z Downloaded ignore v0.4.25
7822026-07-16T17:35:30.126Z Downloaded indexmap v1.9.3
7832026-07-16T17:35:30.130Z Downloaded heapless v0.8.0
7842026-07-16T17:35:30.130Z Downloaded heapless v0.7.17
7852026-07-16T17:35:30.133Z Downloaded phf_shared v0.13.1
7862026-07-16T17:35:30.134Z Downloaded phf_shared v0.11.3
7872026-07-16T17:35:30.134Z Downloaded peg-runtime v0.8.5
7882026-07-16T17:35:30.134Z Downloaded newtype-uuid v1.3.2
7892026-07-16T17:35:30.138Z Downloaded num v0.4.3
7902026-07-16T17:35:30.138Z Downloaded nu-ansi-term v0.50.3
7912026-07-16T17:35:30.138Z Downloaded hybrid-array v0.4.13
7922026-07-16T17:35:30.142Z Downloaded phf_shared v0.12.1
7932026-07-16T17:35:30.142Z Downloaded parse-size v1.1.0
7942026-07-16T17:35:30.142Z Downloaded num_enum v0.5.11
7952026-07-16T17:35:30.145Z Downloaded percent-encoding v2.3.2
7962026-07-16T17:35:30.145Z Downloaded num-complex v0.4.6
7972026-07-16T17:35:30.149Z Downloaded ed25519-dalek v3.0.0-rc.0
7982026-07-16T17:35:30.149Z Downloaded num_enum v0.7.6
7992026-07-16T17:35:30.152Z Downloaded oxnet v0.1.6
8002026-07-16T17:35:30.157Z Downloaded icu_properties v2.1.2
8012026-07-16T17:35:30.158Z Downloaded half v2.7.1
8022026-07-16T17:35:30.162Z Downloaded der v0.7.10
8032026-07-16T17:35:30.162Z Downloaded headers v0.4.1
8042026-07-16T17:35:30.166Z Downloaded num_enum_derive v0.7.6
8052026-07-16T17:35:30.166Z Downloaded num_enum_derive v0.5.11
8062026-07-16T17:35:30.166Z Downloaded litemap v0.8.1
8072026-07-16T17:35:30.169Z Downloaded libloading v0.8.9
8082026-07-16T17:35:30.169Z Downloaded icu_provider v2.1.1
8092026-07-16T17:35:30.173Z Downloaded packed_struct_codegen v0.10.1
8102026-07-16T17:35:30.173Z Downloaded const_format v0.2.35
8112026-07-16T17:35:30.176Z Downloaded potential_utf v0.1.4
8122026-07-16T17:35:30.176Z Downloaded paste v1.0.15
8132026-07-16T17:35:30.176Z Downloaded parking_lot_core v0.8.6
8142026-07-16T17:35:30.180Z Downloaded proc-macro-crate v1.3.1
8152026-07-16T17:35:30.180Z Downloaded peg-macros v0.8.5
8162026-07-16T17:35:30.180Z Downloaded memmap2 v0.9.10
8172026-07-16T17:35:30.184Z Downloaded predicates-tree v1.0.13
8182026-07-16T17:35:30.184Z Downloaded oxide-tokio-rt v0.1.4
8192026-07-16T17:35:30.185Z Downloaded multer v3.1.0
8202026-07-16T17:35:30.188Z Downloaded precomputed-hash v0.1.1
8212026-07-16T17:35:30.188Z Downloaded owo-colors v4.3.0
8222026-07-16T17:35:30.188Z Downloaded flate2 v1.1.9
8232026-07-16T17:35:30.193Z Downloaded pem-rfc7468 v0.7.0
8242026-07-16T17:35:30.193Z Downloaded progenitor-macro v0.13.0
8252026-07-16T17:35:30.197Z Downloaded phc v0.6.1
8262026-07-16T17:35:30.197Z Downloaded cc v1.2.56
8272026-07-16T17:35:30.197Z Downloaded progenitor-macro v0.14.0
8282026-07-16T17:35:30.197Z Downloaded der v0.8.0
8292026-07-16T17:35:30.202Z Downloaded psl-types v2.0.11
8302026-07-16T17:35:30.206Z Downloaded phf v0.12.1
8312026-07-16T17:35:30.207Z Downloaded diesel_derives v2.3.7
8322026-07-16T17:35:30.210Z Downloaded derive_more-impl v2.1.1
8332026-07-16T17:35:30.210Z Downloaded icu_normalizer_data v2.1.1
8342026-07-16T17:35:30.213Z Downloaded pbkdf2 v0.13.0
8352026-07-16T17:35:30.214Z Downloaded password-hash v0.5.0
8362026-07-16T17:35:30.217Z Downloaded parse-display-derive v0.10.0
8372026-07-16T17:35:30.217Z Downloaded libbz2-rs-sys v0.2.2
8382026-07-16T17:35:30.217Z Downloaded icu_locale_core v2.1.1
8392026-07-16T17:35:30.220Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-07-16T17:35:30.220Z Downloaded proc-macro-crate v3.4.0
8412026-07-16T17:35:30.225Z Downloaded peg v0.8.5
8422026-07-16T17:35:30.225Z Downloaded port-file v0.1.0
8432026-07-16T17:35:30.231Z Downloaded poly1305 v0.8.0
8442026-07-16T17:35:30.231Z Downloaded quick-error v1.2.3
8452026-07-16T17:35:30.231Z Downloaded pkcs8 v0.10.2
8462026-07-16T17:35:30.235Z Downloaded phf v0.13.1
8472026-07-16T17:35:30.235Z Downloaded rand_chacha v0.3.1
8482026-07-16T17:35:30.235Z Downloaded pem-rfc7468 v1.0.0
8492026-07-16T17:35:30.235Z Downloaded pkg-config v0.3.32
8502026-07-16T17:35:30.235Z Downloaded litrs v1.0.0
8512026-07-16T17:35:30.239Z Downloaded pin-project-lite v0.2.17
8522026-07-16T17:35:30.244Z Downloaded polyval v0.7.1
8532026-07-16T17:35:30.244Z Downloaded parking_lot v0.12.5
8542026-07-16T17:35:30.244Z Downloaded radium v0.7.0
8552026-07-16T17:35:30.248Z Downloaded num-traits v0.2.19
8562026-07-16T17:35:30.248Z Downloaded recursive-proc-macro-impl v0.1.1
8572026-07-16T17:35:30.248Z Downloaded indicatif v0.18.4
8582026-07-16T17:35:30.251Z Downloaded recursive v0.1.1
8592026-07-16T17:35:30.251Z Downloaded predicates v3.1.4
8602026-07-16T17:35:30.251Z Downloaded hickory-resolver v0.24.4
8612026-07-16T17:35:30.257Z Downloaded omicron-zone-package v0.12.3
8622026-07-16T17:35:30.261Z Downloaded progenitor-client v0.14.0
8632026-07-16T17:35:30.261Z Downloaded postgres-protocol v0.6.10
8642026-07-16T17:35:30.261Z Downloaded rand_xorshift v0.4.0
8652026-07-16T17:35:30.261Z Downloaded psm v0.1.30
8662026-07-16T17:35:30.265Z Downloaded ppv-lite86 v0.2.21
8672026-07-16T17:35:30.265Z Downloaded powerfmt v0.2.0
8682026-07-16T17:35:30.265Z Downloaded hickory-server v0.25.2
8692026-07-16T17:35:30.268Z Downloaded ref-cast v1.0.25
8702026-07-16T17:35:30.270Z Downloaded primeorder v0.13.6
8712026-07-16T17:35:30.275Z Downloaded expectorate v1.2.0
8722026-07-16T17:35:30.275Z Downloaded rfc6979 v0.5.0
8732026-07-16T17:35:30.275Z Downloaded rfc6979 v0.4.0
8742026-07-16T17:35:30.275Z Downloaded rustc-hash v2.1.1
8752026-07-16T17:35:30.275Z Downloaded russh-util v0.52.0
8762026-07-16T17:35:30.279Z Downloaded progenitor-extras v0.2.0
8772026-07-16T17:35:30.279Z Downloaded primeorder v0.14.0-rc.10
8782026-07-16T17:35:30.279Z Downloaded jiff-static v0.2.21
8792026-07-16T17:35:30.284Z Downloaded ref-cast-impl v1.0.25
8802026-07-16T17:35:30.284Z Downloaded primefield v0.14.0
8812026-07-16T17:35:30.284Z Downloaded http v1.4.2
8822026-07-16T17:35:30.285Z Downloaded papergrid v0.17.0
8832026-07-16T17:35:30.288Z Downloaded progenitor-client v0.13.0
8842026-07-16T17:35:30.289Z Downloaded progenitor v0.14.0
8852026-07-16T17:35:30.289Z Downloaded progenitor v0.13.0
8862026-07-16T17:35:30.293Z Downloaded pkcs1 v0.8.0-rc.4
8872026-07-16T17:35:30.293Z Downloaded rustc_version v0.4.1
8882026-07-16T17:35:30.294Z Downloaded rustc_version v0.1.7
8892026-07-16T17:35:30.294Z Downloaded pkcs1 v0.7.5
8902026-07-16T17:35:30.298Z Downloaded pin-project-internal v1.1.11
8912026-07-16T17:35:30.299Z Downloaded hickory-resolver v0.25.2
8922026-07-16T17:35:30.302Z Downloaded rand_seeder v0.4.0
8932026-07-16T17:35:30.302Z Downloaded proc-macro-error2 v2.0.1
8942026-07-16T17:35:30.303Z Downloaded r2d2 v0.8.10
8952026-07-16T17:35:30.303Z Downloaded rand_core v0.9.5
8962026-07-16T17:35:30.306Z Downloaded parking_lot_core v0.9.12
8972026-07-16T17:35:30.306Z Downloaded chacha20poly1305 v0.10.1
8982026-07-16T17:35:30.306Z Downloaded rtoolbox v0.0.3
8992026-07-16T17:35:30.309Z Downloaded icu_collections v2.1.1
9002026-07-16T17:35:30.313Z Downloaded pem v3.0.6
9012026-07-16T17:35:30.313Z Downloaded hashbrown v0.12.3
9022026-07-16T17:35:30.318Z Downloaded icu_normalizer v2.1.1
9032026-07-16T17:35:30.318Z Downloaded poly1305 v0.9.0
9042026-07-16T17:35:30.322Z Downloaded scheduled-thread-pool v0.2.7
9052026-07-16T17:35:30.322Z Downloaded packed_struct v0.10.1
9062026-07-16T17:35:30.322Z Downloaded ml-kem v0.3.2
9072026-07-16T17:35:30.326Z Downloaded russh-cryptovec v0.61.0
9082026-07-16T17:35:30.326Z Downloaded predicates-core v1.0.10
9092026-07-16T17:35:30.326Z Downloaded miniz_oxide v0.8.9
9102026-07-16T17:35:30.326Z Downloaded openssl-sys v0.9.115
9112026-07-16T17:35:30.331Z Downloaded rand_core v0.6.4
9122026-07-16T17:35:30.331Z Downloaded openssl-macros v0.1.1
9132026-07-16T17:35:30.338Z Downloaded newtype-uuid-macros v0.1.0
9142026-07-16T17:35:30.338Z Downloaded serde-big-array v0.5.1
9152026-07-16T17:35:30.338Z Downloaded serde_repr v0.1.20
9162026-07-16T17:35:30.338Z Downloaded postgres-types v0.2.12
9172026-07-16T17:35:30.341Z Downloaded serde_plain v1.0.2
9182026-07-16T17:35:30.341Z Downloaded serde_bytes v0.11.19
9192026-07-16T17:35:30.341Z Downloaded oso v0.27.3
9202026-07-16T17:35:30.341Z Downloaded semver v0.1.20
9212026-07-16T17:35:30.342Z Downloaded pkcs8 v0.11.0
9222026-07-16T17:35:30.345Z Downloaded same-file v1.0.6
9232026-07-16T17:35:30.345Z Downloaded p384 v0.14.0-rc.10
9242026-07-16T17:35:30.348Z Downloaded lru-slab v0.1.2
9252026-07-16T17:35:30.348Z Downloaded jobserver v0.1.34
9262026-07-16T17:35:30.351Z Downloaded rustls-native-certs v0.8.3
9272026-07-16T17:35:30.351Z Downloaded serde_urlencoded v0.7.1
9282026-07-16T17:35:30.351Z Downloaded sha1 v0.10.6
9292026-07-16T17:35:30.357Z Downloaded secrecy v0.10.3
9302026-07-16T17:35:30.357Z Downloaded ingot v0.1.1
9312026-07-16T17:35:30.357Z Downloaded hyper-util v0.1.20
9322026-07-16T17:35:30.360Z Downloaded rustls-pemfile v2.2.0
9332026-07-16T17:35:30.360Z Downloaded md-5 v0.10.6
9342026-07-16T17:35:30.360Z Downloaded match_cfg v0.1.0
9352026-07-16T17:35:30.368Z Downloaded ar_archive_writer v0.5.1
9362026-07-16T17:35:30.368Z Downloaded parking_lot v0.11.2
9372026-07-16T17:35:30.376Z Downloaded sha1 v0.11.0
9382026-07-16T17:35:30.376Z Downloaded inout v0.2.2
9392026-07-16T17:35:30.376Z Downloaded shell-words v1.1.1
9402026-07-16T17:35:30.376Z Downloaded indoc v2.0.7
9412026-07-16T17:35:30.376Z Downloaded scroll_derive v0.13.1
9422026-07-16T17:35:30.376Z Downloaded rand_core v0.10.0
9432026-07-16T17:35:30.376Z Downloaded seq-macro v0.3.6
9442026-07-16T17:35:30.376Z Downloaded secrecy v0.8.0
9452026-07-16T17:35:30.376Z Downloaded scopeguard v1.2.0
9462026-07-16T17:35:30.380Z Downloaded impl-trait-for-tuples v0.2.3
9472026-07-16T17:35:30.380Z Downloaded darling v0.21.3
9482026-07-16T17:35:30.384Z Downloaded atomicwrites v0.4.4
9492026-07-16T17:35:30.384Z Downloaded daft v0.1.7
9502026-07-16T17:35:30.384Z Downloaded signal-hook-mio v0.2.5
9512026-07-16T17:35:30.387Z Downloaded sigpipe v0.1.3
9522026-07-16T17:35:30.387Z Downloaded signature v3.0.0
9532026-07-16T17:35:30.387Z Downloaded slog-bunyan v2.5.0
9542026-07-16T17:35:30.387Z Downloaded pin-project v1.1.11
9552026-07-16T17:35:30.395Z Downloaded serde_spanned v1.1.1
9562026-07-16T17:35:30.399Z Downloaded quinn-udp v0.5.14
9572026-07-16T17:35:30.400Z Downloaded signal-hook-tokio v0.3.1
9582026-07-16T17:35:30.400Z Downloaded mio v1.2.0
9592026-07-16T17:35:30.404Z Downloaded sec1 v0.8.1
9602026-07-16T17:35:30.404Z Downloaded sec1 v0.7.3
9612026-07-16T17:35:30.407Z Downloaded slog-envlogger v2.2.0
9622026-07-16T17:35:30.407Z Downloaded resolv-conf v0.7.6
9632026-07-16T17:35:30.407Z Downloaded dropshot-api-manager v0.7.2
9642026-07-16T17:35:30.411Z Downloaded postcard v1.1.3
9652026-07-16T17:35:30.414Z Downloaded pkcs5 v0.8.1
9662026-07-16T17:35:30.414Z Downloaded siphasher v1.0.2
9672026-07-16T17:35:30.414Z Downloaded signature v2.2.0
9682026-07-16T17:35:30.422Z Downloaded hashbrown v0.13.2
9692026-07-16T17:35:30.426Z Downloaded minimal-lexical v0.2.1
9702026-07-16T17:35:30.464Z Downloaded rcgen v0.12.1
9712026-07-16T17:35:30.469Z Downloaded serde_with_macros v1.5.2
9722026-07-16T17:35:30.470Z Downloaded rusty-fork v0.3.1
9732026-07-16T17:35:30.470Z Downloaded sapling-renderdag v0.1.0
9742026-07-16T17:35:30.470Z Downloaded rustversion v1.0.22
9752026-07-16T17:35:30.470Z Downloaded sqlparser_derive v0.5.0
9762026-07-16T17:35:30.470Z Downloaded simd-adler32 v0.3.8
9772026-07-16T17:35:30.470Z Downloaded scroll v0.13.0
9782026-07-16T17:35:30.470Z Downloaded signal-hook-registry v1.4.8
9792026-07-16T17:35:30.470Z Downloaded shlex v1.3.0
9802026-07-16T17:35:30.470Z Downloaded schemars_derive v0.8.22
9812026-07-16T17:35:30.470Z Downloaded p256 v0.14.0-rc.10
9822026-07-16T17:35:30.471Z Downloaded strip-ansi-escapes v0.2.1
9832026-07-16T17:35:30.471Z Downloaded scrypt v0.12.0
9842026-07-16T17:35:30.474Z Downloaded slog-json v2.6.1
9852026-07-16T17:35:30.474Z Downloaded serde_cbor v0.11.2
9862026-07-16T17:35:30.474Z Downloaded slog-scope v4.4.1
9872026-07-16T17:35:30.474Z Downloaded slog-dtrace v0.3.0
9882026-07-16T17:35:30.478Z Downloaded structmeta-derive v0.3.0
9892026-07-16T17:35:30.482Z Downloaded progenitor-impl v0.14.0
9902026-07-16T17:35:30.485Z Downloaded progenitor-impl v0.13.0
9912026-07-16T17:35:30.488Z Downloaded strum v0.27.2
9922026-07-16T17:35:30.489Z Downloaded structmeta v0.3.0
9932026-07-16T17:35:30.489Z Downloaded serde_derive_internals v0.29.1
9942026-07-16T17:35:30.489Z Downloaded sync-ptr v0.1.4
9952026-07-16T17:35:30.492Z Downloaded stable_deref_trait v1.2.1
9962026-07-16T17:35:30.492Z Downloaded serdect v0.4.3
9972026-07-16T17:35:30.492Z Downloaded rustls-platform-verifier v0.6.2
9982026-07-16T17:35:30.495Z Downloaded strsim v0.10.0
9992026-07-16T17:35:30.495Z Downloaded serde-hex v0.1.0
10002026-07-16T17:35:30.499Z Downloaded smf v0.2.3
10012026-07-16T17:35:30.499Z Downloaded rustls-pki-types v1.14.0
10022026-07-16T17:35:30.503Z Downloaded sqlformat v0.3.5
10032026-07-16T17:35:30.506Z Downloaded tabled_derive v0.11.0
10042026-07-16T17:35:30.510Z Downloaded tagptr v0.2.0
10052026-07-16T17:35:30.514Z Downloaded tap v1.0.1
10062026-07-16T17:35:30.514Z Downloaded strum v0.26.3
10072026-07-16T17:35:30.514Z Downloaded ssh-encoding v0.3.0-rc.9
10082026-07-16T17:35:30.514Z Downloaded slog-async v2.8.0
10092026-07-16T17:35:30.518Z Downloaded take_mut v0.2.2
10102026-07-16T17:35:30.518Z Downloaded slab v0.4.12
10112026-07-16T17:35:30.518Z Downloaded hashbrown v0.16.1
10122026-07-16T17:35:30.522Z Downloaded rand_chacha v0.9.0
10132026-07-16T17:35:30.526Z Downloaded static_assertions v1.1.0
10142026-07-16T17:35:30.529Z Downloaded string_cache v0.8.9
10152026-07-16T17:35:30.529Z Downloaded stacker v0.1.23
10162026-07-16T17:35:30.529Z Downloaded stringprep v0.1.5
10172026-07-16T17:35:30.533Z Downloaded slog-term v2.9.2
10182026-07-16T17:35:30.538Z Downloaded tabwriter v1.4.1
10192026-07-16T17:35:30.543Z Downloaded sync_wrapper v1.0.2
10202026-07-16T17:35:30.543Z Downloaded subtle v2.6.1
10212026-07-16T17:35:30.543Z Downloaded time-core v0.1.8
10222026-07-16T17:35:30.543Z Downloaded thiserror-impl-no-std v2.0.2
10232026-07-16T17:35:30.546Z Downloaded serde_path_to_error v0.1.20
10242026-07-16T17:35:30.546Z Downloaded schemars v0.8.22
10252026-07-16T17:35:30.550Z Downloaded smallvec v0.6.14
10262026-07-16T17:35:30.554Z Downloaded slog-stdlog v4.1.1
10272026-07-16T17:35:30.554Z Downloaded quinn v0.11.9
10282026-07-16T17:35:30.557Z Downloaded tinyvec_macros v0.1.1
10292026-07-16T17:35:30.557Z Downloaded supports-color v3.0.2
10302026-07-16T17:35:30.557Z Downloaded pretty_assertions v1.4.1
10312026-07-16T17:35:30.562Z Downloaded prettyplease v0.2.37
10322026-07-16T17:35:30.562Z Downloaded prefix-trie v0.7.0
10332026-07-16T17:35:30.565Z Downloaded ssh-cipher v0.3.0-rc.9
10342026-07-16T17:35:30.566Z Downloaded thread-id v5.1.0
10352026-07-16T17:35:30.569Z Downloaded testing_table v0.3.0
10362026-07-16T17:35:30.569Z Downloaded termtree v0.5.1
10372026-07-16T17:35:30.569Z Downloaded icu_properties_data v2.1.2
10382026-07-16T17:35:30.573Z Downloaded support-bundle-viewer v0.1.2
10392026-07-16T17:35:30.580Z Downloaded spki v0.8.0
10402026-07-16T17:35:30.580Z Downloaded tokio-macros v2.7.0
10412026-07-16T17:35:30.584Z Downloaded spki v0.7.3
10422026-07-16T17:35:30.584Z Downloaded ron v0.8.1
10432026-07-16T17:35:30.584Z Downloaded serde_with_macros v3.21.0
10442026-07-16T17:35:30.584Z Downloaded spin v0.9.8
10452026-07-16T17:35:30.588Z Downloaded snafu-derive v0.8.9
10462026-07-16T17:35:30.588Z Downloaded hyper v1.10.1
10472026-07-16T17:35:30.591Z Downloaded slog v2.8.2
10482026-07-16T17:35:30.594Z Downloaded similar v2.7.0
10492026-07-16T17:35:30.599Z Downloaded signal-hook v0.3.18
10502026-07-16T17:35:30.599Z Downloaded schemars v0.9.0
10512026-07-16T17:35:30.606Z Downloaded thiserror-no-std v2.0.2
10522026-07-16T17:35:30.609Z Downloaded strum_macros v0.27.2
10532026-07-16T17:35:30.609Z Downloaded topological-sort v0.2.2
10542026-07-16T17:35:30.613Z Downloaded ryu v1.0.23
10552026-07-16T17:35:30.614Z Downloaded hkdf v0.12.4
10562026-07-16T17:35:30.617Z Downloaded rayon-core v1.13.0
10572026-07-16T17:35:30.617Z Downloaded internal-russh-num-bigint v0.5.0
10582026-07-16T17:35:30.620Z Downloaded tower-service v0.3.3
10592026-07-16T17:35:30.620Z Downloaded time-macros v0.2.27
10602026-07-16T17:35:30.623Z Downloaded salsa20 v0.11.0
10612026-07-16T17:35:30.623Z Downloaded try-lock v0.2.5
10622026-07-16T17:35:30.626Z Downloaded trait-variant v0.1.2
10632026-07-16T17:35:30.626Z Downloaded smallvec v1.15.1
10642026-07-16T17:35:30.627Z Downloaded tokio-test v0.4.5
10652026-07-16T17:35:30.630Z Downloaded synstructure v0.13.2
10662026-07-16T17:35:30.630Z Downloaded rustls-webpki v0.103.13
10672026-07-16T17:35:30.633Z Downloaded tls_codec_derive v0.4.2
10682026-07-16T17:35:30.633Z Downloaded hashbrown v0.15.5
10692026-07-16T17:35:30.637Z Downloaded libm v0.2.16
10702026-07-16T17:35:30.642Z Downloaded unarray v0.1.4
10712026-07-16T17:35:30.646Z Downloaded tokio-dtrace v0.1.1
10722026-07-16T17:35:30.646Z Downloaded tokio-native-tls v0.3.1
10732026-07-16T17:35:30.650Z Downloaded socket2 v0.5.10
10742026-07-16T17:35:30.650Z Downloaded itertools v0.10.5
10752026-07-16T17:35:30.655Z Downloaded tower-layer v0.3.3
10762026-07-16T17:35:30.655Z Downloaded strum_macros v0.26.4
10772026-07-16T17:35:30.655Z Downloaded strum_macros v0.24.3
10782026-07-16T17:35:30.658Z Downloaded sha2 v0.11.0
10792026-07-16T17:35:30.658Z Downloaded iri-string v0.7.10
10802026-07-16T17:35:30.661Z Downloaded tokio-tungstenite v0.23.1
10812026-07-16T17:35:30.665Z Downloaded thread_local v1.1.9
10822026-07-16T17:35:30.665Z Downloaded unicode-truncate v1.1.0
10832026-07-16T17:35:30.666Z Downloaded nom v7.1.3
10842026-07-16T17:35:30.670Z Downloaded untrusted v0.9.0
10852026-07-16T17:35:30.670Z Downloaded typify-macro v0.6.2
10862026-07-16T17:35:30.671Z Downloaded crypto-primes v0.7.2
10872026-07-16T17:35:30.677Z Downloaded universal-hash v0.6.1
10882026-07-16T17:35:30.677Z Downloaded toml_writer v1.1.1+spec-1.1.0
10892026-07-16T17:35:30.680Z Downloaded utf8_iter v1.0.4
10902026-07-16T17:35:30.680Z Downloaded utf-8 v0.7.6
10912026-07-16T17:35:30.680Z Downloaded itertools v0.14.0
10922026-07-16T17:35:30.683Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10932026-07-16T17:35:30.684Z Downloaded rand v0.9.2
10942026-07-16T17:35:30.687Z Downloaded tls_codec v0.4.2
10952026-07-16T17:35:30.687Z Downloaded tinystr v0.8.2
10962026-07-16T17:35:30.690Z Downloaded tiny-keccak v2.0.2
10972026-07-16T17:35:30.690Z Downloaded libxml v0.3.3
10982026-07-16T17:35:30.693Z Downloaded universal-hash v0.5.1
10992026-07-16T17:35:30.696Z Downloaded unicode-xid v0.2.6
11002026-07-16T17:35:30.696Z Downloaded h2 v0.4.15
11012026-07-16T17:35:30.700Z Downloaded usdt-attr-macro v0.6.0
11022026-07-16T17:35:30.700Z Downloaded usdt v0.6.0
11032026-07-16T17:35:30.703Z Downloaded untrusted v0.7.1
11042026-07-16T17:35:30.703Z Downloaded tui-tree-widget v0.23.1
11052026-07-16T17:35:30.703Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11062026-07-16T17:35:30.706Z Downloaded rand v0.8.6
11072026-07-16T17:35:30.706Z Downloaded unit-prefix v0.5.2
11082026-07-16T17:35:30.706Z Downloaded hkdf v0.13.0
11092026-07-16T17:35:30.709Z Downloaded unicase v2.9.0
11102026-07-16T17:35:30.710Z Downloaded void v1.0.2
11112026-07-16T17:35:30.714Z Downloaded p521 v0.14.0-rc.10
11122026-07-16T17:35:30.714Z Downloaded usdt-macro v0.6.0
11132026-07-16T17:35:30.714Z Downloaded tokio-tungstenite v0.21.0
11142026-07-16T17:35:30.718Z Downloaded tokio-rustls v0.26.4
11152026-07-16T17:35:30.718Z Downloaded termios v0.3.3
11162026-07-16T17:35:30.722Z Downloaded aho-corasick v1.1.4
11172026-07-16T17:35:30.726Z Downloaded term v1.2.1
11182026-07-16T17:35:30.726Z Downloaded itertools v0.13.0
11192026-07-16T17:35:30.731Z Downloaded xattr v1.6.1
11202026-07-16T17:35:30.731Z Downloaded term v0.7.0
11212026-07-16T17:35:30.736Z Downloaded wait-timeout v0.2.1
11222026-07-16T17:35:30.736Z Downloaded socket2 v0.6.3
11232026-07-16T17:35:30.736Z Downloaded itertools v0.12.1
11242026-07-16T17:35:30.744Z Downloaded waitgroup v0.1.2
11252026-07-16T17:35:30.747Z Downloaded qorb v0.4.1
11262026-07-16T17:35:30.750Z Downloaded publicsuffix v2.3.0
11272026-07-16T17:35:30.755Z Downloaded uzers v0.12.2
11282026-07-16T17:35:30.758Z Downloaded serde_yaml v0.9.34+deprecated
11292026-07-16T17:35:30.758Z Downloaded num-bigint v0.4.6
11302026-07-16T17:35:30.761Z Downloaded zerofrom-derive v0.1.6
11312026-07-16T17:35:30.761Z Downloaded vergen-lib v0.1.6
11322026-07-16T17:35:30.764Z Downloaded iddqd v0.4.2
11332026-07-16T17:35:30.767Z Downloaded yoke-derive v0.8.1
11342026-07-16T17:35:30.770Z Downloaded subprocess v0.2.15
11352026-07-16T17:35:30.770Z Downloaded tar v0.4.46
11362026-07-16T17:35:30.774Z Downloaded futures-util v0.3.32
11372026-07-16T17:35:30.780Z Downloaded zone v0.3.1
11382026-07-16T17:35:30.784Z Downloaded zone_cfg_derive v0.3.1
11392026-07-16T17:35:30.784Z Downloaded zeroize_derive v1.4.3
11402026-07-16T17:35:30.784Z Downloaded want v0.3.1
11412026-07-16T17:35:30.789Z Downloaded usdt-impl v0.6.0
11422026-07-16T17:35:30.789Z Downloaded walkdir v2.5.0
11432026-07-16T17:35:30.789Z Downloaded vergen-lib v9.1.0
11442026-07-16T17:35:30.793Z Downloaded vergen-gitcl v1.0.8
11452026-07-16T17:35:30.793Z Downloaded rand v0.10.1
11462026-07-16T17:35:30.793Z Downloaded whoami v2.1.0
11472026-07-16T17:35:30.793Z Downloaded vergen-git2 v9.1.0
11482026-07-16T17:35:30.796Z Downloaded xshell-macros v0.2.7
11492026-07-16T17:35:30.796Z Downloaded twox-hash v2.1.2
11502026-07-16T17:35:30.796Z Downloaded samael v0.0.19
11512026-07-16T17:35:30.800Z Downloaded toml_parser v1.1.2+spec-1.1.0
11522026-07-16T17:35:30.805Z Downloaded toml v0.7.8
11532026-07-16T17:35:30.808Z Downloaded toml v1.1.2+spec-1.1.0
11542026-07-16T17:35:30.808Z Downloaded schemars v1.2.1
11552026-07-16T17:35:30.816Z Downloaded wyz v0.5.1
11562026-07-16T17:35:30.819Z Downloaded vsss-rs v3.3.4
11572026-07-16T17:35:30.819Z Downloaded whoami v1.6.1
11582026-07-16T17:35:30.823Z Downloaded test-strategy v0.4.5
11592026-07-16T17:35:30.827Z Downloaded tinyvec v1.10.0
11602026-07-16T17:35:30.827Z Downloaded tracing-attributes v0.1.31
11612026-07-16T17:35:30.827Z Downloaded bitvec v1.0.1
11622026-07-16T17:35:30.836Z Downloaded zeroize v1.8.2
11632026-07-16T17:35:30.839Z Downloaded xshell v0.2.7
11642026-07-16T17:35:30.839Z Downloaded yoke v0.8.1
11652026-07-16T17:35:30.842Z Downloaded writeable v0.6.2
11662026-07-16T17:35:30.842Z Downloaded serde_with v1.14.0
11672026-07-16T17:35:30.846Z Downloaded zerovec-derive v0.11.2
11682026-07-16T17:35:30.849Z Downloaded unicode-bidi v0.3.18
11692026-07-16T17:35:30.849Z Downloaded tungstenite v0.23.0
11702026-07-16T17:35:30.852Z Downloaded tungstenite v0.21.0
11712026-07-16T17:35:30.854Z Downloaded zstd v0.13.3
11722026-07-16T17:35:30.859Z Downloaded rsa v0.10.0-rc.18
11732026-07-16T17:35:30.862Z Downloaded tokio-stream v0.1.18
11742026-07-16T17:35:30.862Z Downloaded num-bigint-dig v0.8.6
11752026-07-16T17:35:30.865Z Downloaded vergen v9.1.0
11762026-07-16T17:35:30.865Z Downloaded unsafe-libyaml v0.2.11
11772026-07-16T17:35:30.869Z Downloaded yasna v0.5.2
11782026-07-16T17:35:30.872Z Downloaded git2 v0.20.4
11792026-07-16T17:35:30.876Z Downloaded zstd-safe v7.2.4
11802026-07-16T17:35:30.877Z Downloaded zerocopy v0.6.6
11812026-07-16T17:35:30.880Z Downloaded tracing-core v0.1.36
11822026-07-16T17:35:30.880Z Downloaded blake3 v1.8.5
11832026-07-16T17:35:30.884Z Downloaded rpassword v7.4.0
11842026-07-16T17:35:30.887Z Downloaded bindgen v0.71.1
11852026-07-16T17:35:30.891Z Downloaded uuid v1.23.4
11862026-07-16T17:35:30.896Z Downloaded snafu v0.8.9
11872026-07-16T17:35:30.902Z Downloaded nom v8.0.0
11882026-07-16T17:35:30.902Z Downloaded typify v0.6.2
11892026-07-16T17:35:30.905Z Downloaded idna v1.1.0
11902026-07-16T17:35:30.908Z Downloaded rsa v0.9.10
11912026-07-16T17:35:30.912Z Downloaded unicode-properties v0.1.4
11922026-07-16T17:35:30.913Z Downloaded zerofrom v0.1.6
11932026-07-16T17:35:30.917Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-07-16T17:35:30.929Z Downloaded reqwest v0.13.2
11952026-07-16T17:35:30.933Z Downloaded vte v0.14.1
11962026-07-16T17:35:30.936Z Downloaded p384 v0.13.1
11972026-07-16T17:35:30.941Z Downloaded steno v0.4.1
11982026-07-16T17:35:30.945Z Downloaded goblin v0.10.5
11992026-07-16T17:35:30.955Z Downloaded aws-lc-rs v1.16.3
12002026-07-16T17:35:30.961Z Downloaded tokio-postgres v0.7.16
12012026-07-16T17:35:30.965Z Downloaded regex v1.12.3
12022026-07-16T17:35:30.970Z Downloaded rustyline v14.0.0
12032026-07-16T17:35:30.974Z Downloaded yansi v1.0.1
12042026-07-16T17:35:30.974Z Downloaded url v2.5.8
12052026-07-16T17:35:30.977Z Downloaded zopfli v0.8.3
12062026-07-16T17:35:30.977Z Downloaded toml_edit v0.19.15
12072026-07-16T17:35:30.985Z Downloaded reqwest v0.12.28
12082026-07-16T17:35:30.990Z Downloaded quick-xml v0.37.5
12092026-07-16T17:35:30.993Z Downloaded moka v0.12.13
12102026-07-16T17:35:30.997Z Downloaded unicode_categories v0.1.1
12112026-07-16T17:35:31.001Z Downloaded chrono v0.4.45
12122026-07-16T17:35:31.006Z Downloaded zip v0.6.6
12132026-07-16T17:35:31.009Z Downloaded proptest v1.10.0
12142026-07-16T17:35:31.015Z Downloaded zerotrie v0.2.3
12152026-07-16T17:35:31.019Z Downloaded tower v0.5.3
12162026-07-16T17:35:31.023Z Downloaded zerocopy-derive v0.8.40
12172026-07-16T17:35:31.026Z Downloaded curve25519-dalek v4.1.3
12182026-07-16T17:35:31.031Z Downloaded reedline v0.40.0
12192026-07-16T17:35:31.036Z Downloaded x509-cert v0.2.5
12202026-07-16T17:35:31.040Z Downloaded ssh-key v0.7.0-rc.10
12212026-07-16T17:35:31.044Z Downloaded petname v2.0.2
12222026-07-16T17:35:31.049Z Downloaded rayon v1.11.0
12232026-07-16T17:35:31.054Z Downloaded rawzip v0.4.4
12242026-07-16T17:35:31.059Z Downloaded unicode-normalization v0.1.25
12252026-07-16T17:35:31.064Z Downloaded object v0.30.4
12262026-07-16T17:35:31.067Z Downloaded tough v0.22.0
12272026-07-16T17:35:31.071Z Downloaded tokio-util v0.7.18
12282026-07-16T17:35:31.074Z Downloaded lalrpop v0.19.12
12292026-07-16T17:35:31.079Z Downloaded zip v4.6.1
12302026-07-16T17:35:31.082Z Downloaded unicode-segmentation v1.12.0
12312026-07-16T17:35:31.085Z Downloaded salty v0.3.0
12322026-07-16T17:35:31.089Z Downloaded quinn-proto v0.11.13
12332026-07-16T17:35:31.092Z Downloaded crypto-bigint v0.7.5
12342026-07-16T17:35:31.101Z Downloaded typed-path v0.9.3
12352026-07-16T17:35:31.106Z Downloaded curve25519-dalek v5.0.0-rc.0
12362026-07-16T17:35:31.111Z Downloaded nix v0.27.1
12372026-07-16T17:35:31.120Z Downloaded dropshot v0.17.1
12382026-07-16T17:35:31.133Z Downloaded winnow v0.5.40
12392026-07-16T17:35:31.138Z Downloaded portable-atomic v1.13.1
12402026-07-16T17:35:31.143Z Downloaded zerovec v0.11.5
12412026-07-16T17:35:31.148Z Downloaded polar-core v0.27.3
12422026-07-16T17:35:31.155Z Downloaded radix_trie v0.2.1
12432026-07-16T17:35:31.159Z Downloaded nix v0.28.0
12442026-07-16T17:35:31.166Z Downloaded russh v0.61.2
12452026-07-16T17:35:31.170Z Downloaded tower-http v0.6.8
12462026-07-16T17:35:31.176Z Downloaded winnow v0.6.26
12472026-07-16T17:35:31.181Z Downloaded tabled v0.20.0
12482026-07-16T17:35:31.192Z Downloaded serde_with v3.21.0
12492026-07-16T17:35:31.202Z Downloaded object v0.37.3
12502026-07-16T17:35:31.208Z Downloaded hickory-proto v0.24.4
12512026-07-16T17:35:31.217Z Downloaded diesel v2.3.7
12522026-07-16T17:35:31.228Z Downloaded zlib-rs v0.6.2
12532026-07-16T17:35:31.269Z Downloaded vcpkg v0.2.15
12542026-07-16T17:35:31.275Z Downloaded winnow v1.0.3
12552026-07-16T17:35:31.275Z Downloaded bstr v1.12.1
12562026-07-16T17:35:31.275Z Downloaded zerocopy v0.8.40
12572026-07-16T17:35:31.275Z Downloaded rustix v0.38.44
12582026-07-16T17:35:31.287Z Downloaded smoltcp v0.9.1
12592026-07-16T17:35:31.290Z Downloaded time v0.3.47
12602026-07-16T17:35:31.297Z Downloaded regex-syntax v0.6.29
12612026-07-16T17:35:31.301Z Downloaded smoltcp v0.11.0
12622026-07-16T17:35:31.307Z Downloaded openssl v0.10.79
12632026-07-16T17:35:31.326Z Downloaded nix v0.31.2
12642026-07-16T17:35:31.335Z Downloaded openapiv3 v2.2.0
12652026-07-16T17:35:31.351Z Downloaded regress v0.10.5
12662026-07-16T17:35:31.357Z Downloaded sqlparser v0.61.0
12672026-07-16T17:35:31.366Z Downloaded sled v0.34.7
12682026-07-16T17:35:31.373Z Downloaded regress v0.11.1
12692026-07-16T17:35:31.379Z Downloaded regex-syntax v0.8.10
12702026-07-16T17:35:31.385Z Downloaded tracing v0.1.44
12712026-07-16T17:35:31.399Z Downloaded sha3 v0.11.0
12722026-07-16T17:35:31.402Z Downloaded rustls v0.23.41
12732026-07-16T17:35:31.412Z Downloaded fiat-crypto v0.3.0
12742026-07-16T17:35:31.419Z Downloaded hickory-proto v0.25.2
12752026-07-16T17:35:31.452Z Downloaded petgraph v0.6.5
12762026-07-16T17:35:31.479Z Downloaded petgraph v0.8.3
12772026-07-16T17:35:31.492Z Downloaded typify-impl v0.6.2
12782026-07-16T17:35:31.502Z Downloaded csv v1.4.0
12792026-07-16T17:35:31.517Z Downloaded ratatui v0.29.0
12802026-07-16T17:35:31.528Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-07-16T17:35:31.535Z Downloaded sha3 v0.10.8
12822026-07-16T17:35:31.548Z Downloaded zerocopy-derive v0.6.6
12832026-07-16T17:35:31.558Z Downloaded regex-automata v0.4.14
12842026-07-16T17:35:31.588Z Downloaded chrono-tz v0.10.4
12852026-07-16T17:35:31.612Z Downloaded jiff v0.2.21
12862026-07-16T17:35:31.623Z Downloaded encoding_rs v0.8.35
12872026-07-16T17:35:31.637Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-07-16T17:35:31.646Z Downloaded libz-sys v1.1.24
12892026-07-16T17:35:31.659Z Downloaded tokio v1.52.1
12902026-07-16T17:35:31.682Z Downloaded ring v0.17.14
12912026-07-16T17:35:31.723Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-16T17:35:32.338Z Downloaded aws-lc-sys v0.40.0
12932026-07-16T17:35:32.600Z Compiling libc v0.2.185
12942026-07-16T17:35:32.600Z Compiling serde_core v1.0.228
12952026-07-16T17:35:32.600Z Compiling serde v1.0.228
12962026-07-16T17:35:32.606Z Compiling log v0.4.29
12972026-07-16T17:35:32.606Z Compiling smallvec v1.15.1
12982026-07-16T17:35:32.606Z Compiling shlex v1.3.0
12992026-07-16T17:35:32.609Z Compiling find-msvc-tools v0.1.9
13002026-07-16T17:35:32.609Z Compiling subtle v2.6.1
13012026-07-16T17:35:32.609Z Compiling stable_deref_trait v1.2.1
13022026-07-16T17:35:32.609Z Compiling scopeguard v1.2.0
13032026-07-16T17:35:32.738Z Compiling typenum v1.20.1
13042026-07-16T17:35:32.750Z Compiling serde_json v1.0.150
13052026-07-16T17:35:32.755Z Compiling zerocopy v0.8.40
13062026-07-16T17:35:32.842Z Compiling portable-atomic v1.13.1
13072026-07-16T17:35:32.854Z Compiling syn v2.0.117
13082026-07-16T17:35:32.867Z Compiling pin-project-lite v0.2.17
13092026-07-16T17:35:32.927Z Compiling lock_api v0.4.14
13102026-07-16T17:35:32.949Z Compiling parking_lot_core v0.9.12
13112026-07-16T17:35:32.960Z Compiling pkg-config v0.3.32
13122026-07-16T17:35:32.974Z Compiling critical-section v1.2.0
13132026-07-16T17:35:33.005Z Compiling getrandom v0.4.1
13142026-07-16T17:35:33.021Z Compiling libm v0.2.16
13152026-07-16T17:35:33.021Z Compiling num-traits v0.2.19
13162026-07-16T17:35:33.068Z Compiling rand_core v0.10.0
13172026-07-16T17:35:33.115Z Compiling futures-core v0.3.32
13182026-07-16T17:35:33.142Z Compiling generic-array v0.14.7
13192026-07-16T17:35:33.146Z Compiling const-oid v0.9.6
13202026-07-16T17:35:33.172Z Compiling litemap v0.8.1
13212026-07-16T17:35:33.258Z Compiling percent-encoding v2.3.2
13222026-07-16T17:35:33.286Z Compiling writeable v0.6.2
13232026-07-16T17:35:33.291Z Compiling icu_properties_data v2.1.2
13242026-07-16T17:35:33.363Z Compiling icu_normalizer_data v2.1.1
13252026-07-16T17:35:33.383Z Compiling futures-sink v0.3.32
13262026-07-16T17:35:33.462Z Compiling futures-task v0.3.32
13272026-07-16T17:35:33.479Z Compiling slab v0.4.12
13282026-07-16T17:35:33.483Z Compiling futures-io v0.3.32
13292026-07-16T17:35:33.483Z Compiling utf8_iter v1.0.4
13302026-07-16T17:35:33.522Z Compiling futures-channel v0.3.32
13312026-07-16T17:35:33.525Z Compiling form_urlencoded v1.2.2
13322026-07-16T17:35:33.554Z Compiling getrandom v0.3.4
13332026-07-16T17:35:33.623Z Compiling rustversion v1.0.22
13342026-07-16T17:35:33.653Z Compiling iana-time-zone v0.1.65
13352026-07-16T17:35:33.657Z Compiling fs_extra v1.3.0
13362026-07-16T17:35:33.682Z Compiling jobserver v0.1.34
13372026-07-16T17:35:33.686Z Compiling errno v0.3.14
13382026-07-16T17:35:33.723Z Compiling getrandom v0.2.17
13392026-07-16T17:35:33.754Z Compiling mio v1.2.0
13402026-07-16T17:35:33.770Z Compiling socket2 v0.6.3
13412026-07-16T17:35:33.860Z Compiling rand_core v0.6.4
13422026-07-16T17:35:33.874Z Compiling signal-hook-registry v1.4.8
13432026-07-16T17:35:33.927Z Compiling cc v1.2.56
13442026-07-16T17:35:33.949Z Compiling parking_lot v0.12.5
13452026-07-16T17:35:33.969Z Compiling once_cell v1.21.3
13462026-07-16T17:35:34.023Z Compiling rustix v1.1.3
13472026-07-16T17:35:34.060Z Compiling dunce v1.0.5
13482026-07-16T17:35:34.088Z Compiling ident_case v1.0.1
13492026-07-16T17:35:34.102Z Compiling regex-syntax v0.8.10
13502026-07-16T17:35:34.163Z Compiling vcpkg v0.2.15
13512026-07-16T17:35:34.179Z Compiling base64ct v1.8.3
13522026-07-16T17:35:34.179Z Compiling base64 v0.22.1
13532026-07-16T17:35:34.225Z Compiling tracing-core v0.1.36
13542026-07-16T17:35:34.240Z Compiling aws-lc-rs v1.16.3
13552026-07-16T17:35:34.243Z Compiling flagset v0.4.7
13562026-07-16T17:35:34.400Z Compiling dyn-clone v1.0.20
13572026-07-16T17:35:34.433Z Compiling openssl-probe v0.2.1
13582026-07-16T17:35:34.559Z Compiling rand_core v0.9.5
13592026-07-16T17:35:34.574Z Compiling pem-rfc7468 v0.7.0
13602026-07-16T17:35:34.621Z Compiling schemars v0.8.22
13612026-07-16T17:35:34.633Z Compiling tinyvec_macros v0.1.1
13622026-07-16T17:35:34.636Z Compiling cmov v0.5.4
13632026-07-16T17:35:34.661Z Compiling httparse v1.10.1
13642026-07-16T17:35:34.677Z Compiling aho-corasick v1.1.4
13652026-07-16T17:35:34.715Z Compiling tinyvec v1.10.0
13662026-07-16T17:35:34.738Z Compiling untrusted v0.7.1
13672026-07-16T17:35:34.815Z Compiling cmake v0.1.57
13682026-07-16T17:35:34.889Z Compiling ctutils v0.4.2
13692026-07-16T17:35:34.892Z Compiling atomic-waker v1.1.2
13702026-07-16T17:35:34.893Z Compiling try-lock v0.2.5
13712026-07-16T17:35:34.917Z Compiling tower-service v0.3.3
13722026-07-16T17:35:34.928Z Compiling tower-layer v0.3.3
13732026-07-16T17:35:34.943Z Compiling cpufeatures v0.2.17
13742026-07-16T17:35:34.958Z Compiling foreign-types-shared v0.1.1
13752026-07-16T17:35:35.040Z Compiling bitflags v2.11.0
13762026-07-16T17:35:35.044Z Compiling semver v1.0.28
13772026-07-16T17:35:35.044Z Compiling indexmap v2.14.0
13782026-07-16T17:35:35.081Z Compiling uuid v1.23.4
13792026-07-16T17:35:35.084Z Compiling want v0.3.1
13802026-07-16T17:35:35.124Z Compiling untrusted v0.9.0
13812026-07-16T17:35:35.138Z Compiling openssl v0.10.79
13822026-07-16T17:35:35.171Z Compiling rustls v0.23.41
13832026-07-16T17:35:35.176Z Compiling httpdate v1.0.3
13842026-07-16T17:35:35.262Z Compiling foreign-types v0.3.2
13852026-07-16T17:35:35.297Z Compiling rustc_version v0.4.1
13862026-07-16T17:35:35.317Z Compiling unicode-normalization v0.1.25
13872026-07-16T17:35:35.345Z Compiling spin v0.9.8
13882026-07-16T17:35:35.387Z Compiling crc32fast v1.5.0
13892026-07-16T17:35:35.407Z Compiling num-conv v0.2.0
13902026-07-16T17:35:35.422Z Compiling powerfmt v0.2.0
13912026-07-16T17:35:35.438Z Compiling native-tls v0.2.18
13922026-07-16T17:35:35.481Z Compiling time-core v0.1.8
13932026-07-16T17:35:35.578Z Compiling deranged v0.5.8
13942026-07-16T17:35:35.613Z Compiling wait-timeout v0.2.1
13952026-07-16T17:35:35.644Z Compiling aws-lc-sys v0.40.0
13962026-07-16T17:35:35.668Z Compiling openssl-sys v0.9.115
13972026-07-16T17:35:35.684Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-16T17:35:35.701Z Compiling time-macros v0.2.27
13992026-07-16T17:35:35.713Z Compiling sync_wrapper v1.0.2
14002026-07-16T17:35:35.781Z Compiling regex-automata v0.4.14
14012026-07-16T17:35:35.794Z Compiling synstructure v0.13.2
14022026-07-16T17:35:35.825Z Compiling serde_derive_internals v0.29.1
14032026-07-16T17:35:35.838Z Compiling pest_generator v2.8.6
14042026-07-16T17:35:35.865Z Compiling darling_core v0.20.11
14052026-07-16T17:35:35.922Z Compiling siphasher v1.0.2
14062026-07-16T17:35:36.140Z Compiling usdt-impl v0.6.0
14072026-07-16T17:35:36.251Z Compiling tempfile v3.25.0
14082026-07-16T17:35:36.421Z Compiling simd-adler32 v0.3.8
14092026-07-16T17:35:36.435Z Compiling quick-error v1.2.3
14102026-07-16T17:35:36.494Z Compiling crossbeam-utils v0.8.21
14112026-07-16T17:35:36.522Z Compiling syn v1.0.109
14122026-07-16T17:35:36.565Z Compiling num_threads v0.1.7
14132026-07-16T17:35:36.626Z Compiling bit-vec v0.8.0
14142026-07-16T17:35:36.661Z Compiling unicode-segmentation v1.12.0
14152026-07-16T17:35:36.678Z Compiling rusty-fork v0.3.1
14162026-07-16T17:35:36.720Z Compiling darling_core v0.23.0
14172026-07-16T17:35:36.723Z Compiling heapless v0.7.17
14182026-07-16T17:35:36.775Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-07-16T17:35:36.810Z Compiling bit-set v0.8.0
14202026-07-16T17:35:36.857Z Compiling slog v2.8.2
14212026-07-16T17:35:36.861Z Compiling rand_xorshift v0.4.0
14222026-07-16T17:35:36.887Z Compiling time v0.3.47
14232026-07-16T17:35:36.917Z Compiling thread-id v5.1.0
14242026-07-16T17:35:36.956Z Compiling cookie v0.18.1
14252026-07-16T17:35:36.996Z Compiling unicode-bidi v0.3.18
14262026-07-16T17:35:37.014Z Compiling zstd-safe v7.2.4
14272026-07-16T17:35:37.027Z Compiling anyhow v1.0.102
14282026-07-16T17:35:37.047Z Compiling iri-string v0.7.10
14292026-07-16T17:35:37.064Z Compiling ryu v1.0.23
14302026-07-16T17:35:37.080Z Compiling paste v1.0.15
14312026-07-16T17:35:37.096Z Compiling unicode-properties v0.1.4
14322026-07-16T17:35:37.109Z Compiling adler2 v2.0.1
14332026-07-16T17:35:37.186Z Compiling allocator-api2 v0.2.21
14342026-07-16T17:35:37.247Z Compiling signal-hook v0.3.18
14352026-07-16T17:35:37.262Z Compiling unarray v0.1.4
14362026-07-16T17:35:37.262Z Compiling miniz_oxide v0.8.9
14372026-07-16T17:35:37.382Z Compiling stringprep v0.1.5
14382026-07-16T17:35:37.507Z Compiling heck v0.4.1
14392026-07-16T17:35:37.573Z Compiling camino v1.2.2
14402026-07-16T17:35:37.589Z Compiling serde_derive v1.0.228
14412026-07-16T17:35:37.640Z Compiling zeroize_derive v1.4.3
14422026-07-16T17:35:37.752Z Compiling zerofrom-derive v0.1.6
14432026-07-16T17:35:37.857Z Compiling yoke-derive v0.8.1
14442026-07-16T17:35:37.916Z Compiling zerovec-derive v0.11.2
14452026-07-16T17:35:37.978Z Compiling zerocopy-derive v0.8.40
14462026-07-16T17:35:38.080Z Compiling displaydoc v0.2.5
14472026-07-16T17:35:38.175Z Compiling tokio-macros v2.7.0
14482026-07-16T17:35:38.261Z Compiling futures-macro v0.3.32
14492026-07-16T17:35:38.344Z Compiling zeroize v1.8.2
14502026-07-16T17:35:38.565Z Compiling der_derive v0.7.3
14512026-07-16T17:35:38.634Z Compiling thiserror-impl v2.0.18
14522026-07-16T17:35:38.893Z Compiling tracing-attributes v0.1.31
14532026-07-16T17:35:38.978Z Compiling rustls-pki-types v1.14.0
14542026-07-16T17:35:39.077Z Compiling block-buffer v0.10.4
14552026-07-16T17:35:39.116Z Compiling crypto-common v0.1.7
14562026-07-16T17:35:39.133Z Compiling schemars_derive v0.8.22
14572026-07-16T17:35:39.165Z Compiling futures-util v0.3.32
14582026-07-16T17:35:39.211Z Compiling zerofrom v0.1.6
14592026-07-16T17:35:39.276Z Compiling digest v0.10.7
14602026-07-16T17:35:39.290Z Compiling hybrid-array v0.4.13
14612026-07-16T17:35:39.309Z Compiling scroll_derive v0.13.1
14622026-07-16T17:35:39.415Z Compiling yoke v0.8.1
14632026-07-16T17:35:39.512Z Compiling pest_derive v2.8.6
14642026-07-16T17:35:39.564Z Compiling darling_macro v0.20.11
14652026-07-16T17:35:39.621Z Compiling zerovec v0.11.5
14662026-07-16T17:35:39.641Z Compiling zerotrie v0.2.3
14672026-07-16T17:35:39.990Z Compiling der v0.7.10
14682026-07-16T17:35:40.006Z Compiling openssl-macros v0.1.1
14692026-07-16T17:35:40.085Z Compiling sha2 v0.10.9
14702026-07-16T17:35:40.127Z Compiling tinystr v0.8.2
14712026-07-16T17:35:40.142Z Compiling potential_utf v0.1.4
14722026-07-16T17:35:40.159Z Compiling thiserror v2.0.18
14732026-07-16T17:35:40.185Z Compiling darling v0.20.11
14742026-07-16T17:35:40.268Z Compiling icu_collections v2.1.1
14752026-07-16T17:35:40.285Z Compiling scroll v0.13.0
14762026-07-16T17:35:40.294Z Compiling hmac v0.12.1
14772026-07-16T17:35:40.326Z Compiling icu_locale_core v2.1.1
14782026-07-16T17:35:40.353Z Compiling dtrace-parser v0.3.0
14792026-07-16T17:35:40.372Z Compiling tracing v0.1.44
14802026-07-16T17:35:40.527Z Compiling derive_builder_core v0.20.2
14812026-07-16T17:35:40.560Z Compiling goblin v0.10.5
14822026-07-16T17:35:40.579Z Compiling scroll_derive v0.12.1
14832026-07-16T17:35:40.653Z Compiling thiserror-impl v1.0.69
14842026-07-16T17:35:40.788Z Compiling block-padding v0.4.2
14852026-07-16T17:35:40.971Z Compiling icu_provider v2.1.1
14862026-07-16T17:35:41.173Z Compiling spki v0.7.3
14872026-07-16T17:35:41.257Z Compiling bytes v1.11.1
14882026-07-16T17:35:41.262Z Compiling icu_normalizer v2.1.1
14892026-07-16T17:35:41.263Z Compiling icu_properties v2.1.2
14902026-07-16T17:35:41.295Z Compiling chrono v0.4.45
14912026-07-16T17:35:41.309Z Compiling ipnet v2.11.0
14922026-07-16T17:35:41.367Z Compiling pkcs8 v0.10.2
14932026-07-16T17:35:41.391Z Compiling derive_builder_macro v0.20.2
14942026-07-16T17:35:41.521Z Compiling scroll v0.12.0
14952026-07-16T17:35:41.554Z Compiling serde_spanned v0.6.9
14962026-07-16T17:35:41.606Z Compiling serde_urlencoded v0.7.1
14972026-07-16T17:35:41.641Z Compiling hex v0.4.3
14982026-07-16T17:35:41.720Z Compiling erased-serde v0.3.31
14992026-07-16T17:35:41.812Z Compiling tokio v1.52.1
15002026-07-16T17:35:41.840Z Compiling http v1.4.2
15012026-07-16T17:35:41.840Z Compiling serde_tokenstream v0.2.3
15022026-07-16T17:35:41.876Z Compiling toml_datetime v0.6.11
15032026-07-16T17:35:41.892Z Compiling block-buffer v0.12.1
15042026-07-16T17:35:41.911Z Compiling crypto-common v0.2.2
15052026-07-16T17:35:41.932Z Compiling md-5 v0.10.6
15062026-07-16T17:35:42.001Z Compiling thiserror v1.0.69
15072026-07-16T17:35:42.102Z Compiling signature v2.2.0
15082026-07-16T17:35:42.114Z Compiling darling_macro v0.23.0
15092026-07-16T17:35:42.117Z Compiling rustls-native-certs v0.8.3
15102026-07-16T17:35:42.165Z Compiling idna_adapter v1.2.1
15112026-07-16T17:35:42.189Z Compiling bstr v1.12.1
15122026-07-16T17:35:42.241Z Compiling zerocopy-derive v0.7.35
15132026-07-16T17:35:42.298Z Compiling idna v1.1.0
15142026-07-16T17:35:42.313Z Compiling async-trait v0.1.89
15152026-07-16T17:35:42.414Z Compiling pin-project-internal v1.1.11
15162026-07-16T17:35:42.420Z Compiling curve25519-dalek v4.1.3
15172026-07-16T17:35:42.658Z Compiling ppv-lite86 v0.2.21
15182026-07-16T17:35:42.673Z Compiling url v2.5.8
15192026-07-16T17:35:42.725Z Compiling http-body v1.0.1
15202026-07-16T17:35:42.796Z Compiling num-integer v0.1.46
15212026-07-16T17:35:42.840Z Compiling vergen-lib v9.1.0
15222026-07-16T17:35:42.893Z Compiling http-body-util v0.1.3
15232026-07-16T17:35:42.961Z Compiling rand_chacha v0.9.0
15242026-07-16T17:35:43.023Z Compiling rand_chacha v0.3.1
15252026-07-16T17:35:43.057Z Compiling hash32 v0.2.1
15262026-07-16T17:35:43.127Z Compiling encoding_rs v0.8.35
15272026-07-16T17:35:43.142Z Compiling memoffset v0.9.1
15282026-07-16T17:35:43.168Z Compiling fallible-iterator v0.2.0
15292026-07-16T17:35:43.176Z Compiling rand v0.9.2
15302026-07-16T17:35:43.369Z Compiling dof v0.4.0
15312026-07-16T17:35:43.399Z Compiling zlib-rs v0.6.2
15322026-07-16T17:35:43.491Z Compiling psl-types v2.0.11
15332026-07-16T17:35:43.494Z Compiling rustix v0.38.44
15342026-07-16T17:35:43.509Z Compiling litrs v1.0.0
15352026-07-16T17:35:43.565Z Compiling ref-cast v1.0.25
15362026-07-16T17:35:43.628Z Compiling smoltcp v0.9.1
15372026-07-16T17:35:43.647Z Compiling cfg_aliases v0.2.1
15382026-07-16T17:35:43.671Z Compiling num-bigint-dig v0.8.6
15392026-07-16T17:35:43.716Z Compiling mime v0.3.17
15402026-07-16T17:35:43.731Z Compiling proptest v1.10.0
15412026-07-16T17:35:43.803Z Compiling nix v0.31.2
15422026-07-16T17:35:43.927Z Compiling postgres-protocol v0.6.10
15432026-07-16T17:35:43.994Z Compiling publicsuffix v2.3.0
15442026-07-16T17:35:44.005Z Compiling pin-project v1.1.11
15452026-07-16T17:35:44.032Z Compiling document-features v0.2.12
15462026-07-16T17:35:44.065Z Compiling ipnetwork v0.21.1
15472026-07-16T17:35:44.131Z Compiling rand v0.8.6
15482026-07-16T17:35:44.196Z Compiling zerocopy v0.7.35
15492026-07-16T17:35:44.235Z Compiling num-iter v0.1.45
15502026-07-16T17:35:44.426Z Compiling oxnet v0.1.6
15512026-07-16T17:35:44.545Z Compiling darling v0.23.0
15522026-07-16T17:35:44.650Z Compiling derive_builder v0.20.2
15532026-07-16T17:35:44.655Z Compiling goblin v0.8.2
15542026-07-16T17:35:44.680Z Compiling hubpack_derive v0.1.1
15552026-07-16T17:35:44.697Z Compiling futures-executor v0.3.32
15562026-07-16T17:35:44.724Z Compiling inout v0.2.2
15572026-07-16T17:35:44.771Z Compiling regex v1.12.3
15582026-07-16T17:35:44.801Z Compiling snafu-derive v0.8.9
15592026-07-16T17:35:44.882Z Compiling strum_macros v0.27.2
15602026-07-16T17:35:44.906Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-16T17:35:44.921Z Compiling daft-derive v0.1.7
15622026-07-16T17:35:45.005Z Compiling ref-cast-impl v1.0.25
15632026-07-16T17:35:45.175Z Compiling terminal_size v0.4.3
15642026-07-16T17:35:45.221Z Compiling phf_shared v0.13.1
15652026-07-16T17:35:45.235Z Compiling lazy_static v1.5.0
15662026-07-16T17:35:45.325Z Compiling anstyle-parse v0.2.7
15672026-07-16T17:35:45.340Z Compiling cargo-platform v0.3.2
15682026-07-16T17:35:45.343Z Compiling vergen v9.1.0
15692026-07-16T17:35:45.368Z Compiling ff v0.13.1
15702026-07-16T17:35:45.484Z Compiling fs-err v3.3.0
15712026-07-16T17:35:45.524Z Compiling ahash v0.8.12
15722026-07-16T17:35:45.537Z Compiling bumpalo v3.20.2
15732026-07-16T17:35:45.579Z Compiling libbz2-rs-sys v0.2.2
15742026-07-16T17:35:45.593Z Compiling bitflags v1.3.2
15752026-07-16T17:35:45.597Z Compiling base16ct v0.2.0
15762026-07-16T17:35:45.621Z Compiling object v0.37.3
15772026-07-16T17:35:45.640Z Compiling tokio-util v0.7.18
15782026-07-16T17:35:45.681Z Compiling tower v0.5.3
15792026-07-16T17:35:45.703Z Compiling tokio-native-tls v0.3.1
15802026-07-16T17:35:45.722Z Compiling winnow v0.5.40
15812026-07-16T17:35:45.774Z Compiling same-file v1.0.6
15822026-07-16T17:35:45.800Z Compiling foldhash v0.1.5
15832026-07-16T17:35:45.818Z Compiling managed v0.8.0
15842026-07-16T17:35:45.890Z Compiling foldhash v0.2.0
15852026-07-16T17:35:45.956Z Compiling hashbrown v0.15.5
15862026-07-16T17:35:46.019Z Compiling walkdir v2.5.0
15872026-07-16T17:35:46.054Z Compiling hashbrown v0.16.1
15882026-07-16T17:35:46.065Z Compiling bzip2 v0.6.1
15892026-07-16T17:35:46.131Z Compiling tower-http v0.6.8
15902026-07-16T17:35:46.278Z Compiling flate2 v1.1.9
15912026-07-16T17:35:46.293Z Compiling newtype-uuid v1.3.2
15922026-07-16T17:35:46.313Z Compiling zopfli v0.8.3
15932026-07-16T17:35:46.526Z Compiling h2 v0.4.15
15942026-07-16T17:35:46.552Z Compiling daft v0.1.7
15952026-07-16T17:35:46.648Z Compiling sec1 v0.7.3
15962026-07-16T17:35:46.672Z Compiling clap_builder v4.6.0
15972026-07-16T17:35:46.765Z Compiling snafu v0.8.9
15982026-07-16T17:35:46.787Z Compiling cargo_metadata v0.23.1
15992026-07-16T17:35:46.864Z Compiling group v0.13.0
16002026-07-16T17:35:46.879Z Compiling anstream v0.6.21
16012026-07-16T17:35:46.937Z Compiling strum v0.27.2
16022026-07-16T17:35:47.010Z Compiling dof v0.3.0
16032026-07-16T17:35:47.022Z Compiling phf v0.13.1
16042026-07-16T17:35:47.070Z Compiling toml_edit v0.19.15
16052026-07-16T17:35:47.089Z Compiling signal-hook-mio v0.2.5
16062026-07-16T17:35:47.151Z Compiling hubpack v0.1.2
16072026-07-16T17:35:47.207Z Compiling cookie_store v0.22.1
16082026-07-16T17:35:47.207Z Compiling usdt-macro v0.6.0
16092026-07-16T17:35:47.234Z Compiling usdt-attr-macro v0.6.0
16102026-07-16T17:35:47.381Z Compiling cipher v0.5.2
16112026-07-16T17:35:47.571Z Compiling futures v0.3.32
16122026-07-16T17:35:47.610Z Compiling bzip2 v0.4.4
16132026-07-16T17:35:47.656Z Compiling serde_with_macros v3.21.0
16142026-07-16T17:35:47.690Z Compiling postgres-types v0.2.12
16152026-07-16T17:35:47.726Z Compiling zstd v0.13.3
16162026-07-16T17:35:47.936Z Compiling globset v0.4.18
16172026-07-16T17:35:48.003Z Compiling ed25519 v2.2.3
16182026-07-16T17:35:48.017Z Compiling dtrace-parser v0.2.0
16192026-07-16T17:35:48.099Z Compiling pkcs1 v0.7.5
16202026-07-16T17:35:48.185Z Compiling serde_plain v1.0.2
16212026-07-16T17:35:48.208Z Compiling olpc-cjson v0.1.4
16222026-07-16T17:35:48.261Z Compiling serde-big-array v0.5.1
16232026-07-16T17:35:48.364Z Compiling hkdf v0.12.4
16242026-07-16T17:35:48.389Z Compiling crypto-bigint v0.5.5
16252026-07-16T17:35:48.417Z Compiling strum_macros v0.26.4
16262026-07-16T17:35:48.497Z Compiling enum-as-inner v0.6.1
16272026-07-16T17:35:48.540Z Compiling clap_derive v4.6.1
16282026-07-16T17:35:48.621Z Compiling async-recursion v1.1.1
16292026-07-16T17:35:48.785Z Compiling serde_repr v0.1.20
16302026-07-16T17:35:48.822Z Compiling phf_shared v0.11.3
16312026-07-16T17:35:48.938Z Compiling float-cmp v0.10.0
16322026-07-16T17:35:49.026Z Compiling pem v3.0.6
16332026-07-16T17:35:49.049Z Compiling memmap2 v0.9.10
16342026-07-16T17:35:49.072Z Compiling thread-id v4.2.2
16352026-07-16T17:35:49.103Z Compiling env_filter v1.0.0
16362026-07-16T17:35:49.155Z Compiling normalize-line-endings v0.3.0
16372026-07-16T17:35:49.298Z Compiling cpufeatures v0.3.0
16382026-07-16T17:35:49.357Z Compiling winnow v1.0.3
16392026-07-16T17:35:49.411Z Compiling fixedbitset v0.4.2
16402026-07-16T17:35:49.411Z Compiling precomputed-hash v0.1.1
16412026-07-16T17:35:49.440Z Compiling keccak v0.1.6
16422026-07-16T17:35:49.462Z Compiling jiff v0.2.21
16432026-07-16T17:35:49.479Z Compiling data-encoding v2.10.0
16442026-07-16T17:35:49.531Z Compiling new_debug_unreachable v1.0.6
16452026-07-16T17:35:49.617Z Compiling whoami v2.1.0
16462026-07-16T17:35:49.673Z Compiling static_assertions v1.1.0
16472026-07-16T17:35:49.753Z Compiling hyper v1.10.1
16482026-07-16T17:35:49.775Z Compiling either v1.15.0
16492026-07-16T17:35:49.790Z Compiling difflib v0.4.0
16502026-07-16T17:35:49.800Z Compiling const-oid v0.10.2
16512026-07-16T17:35:49.803Z Compiling typed-path v0.9.3
16522026-07-16T17:35:49.993Z Compiling predicates-core v1.0.10
16532026-07-16T17:35:50.030Z Compiling fixedbitset v0.5.7
16542026-07-16T17:35:50.042Z Compiling digest v0.11.3
16552026-07-16T17:35:50.187Z Compiling predicates v3.1.4
16562026-07-16T17:35:50.214Z Compiling itertools v0.13.0
16572026-07-16T17:35:50.225Z Compiling tokio-postgres v0.7.16
16582026-07-16T17:35:50.300Z Compiling petgraph v0.8.3
16592026-07-16T17:35:50.309Z Compiling strum v0.26.3
16602026-07-16T17:35:50.349Z Compiling hickory-proto v0.25.2
16612026-07-16T17:35:50.371Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-07-16T17:35:50.457Z Compiling toml_parser v1.1.2+spec-1.1.0
16632026-07-16T17:35:50.472Z Compiling clap v4.6.1
16642026-07-16T17:35:50.564Z Compiling sha3 v0.10.8
16652026-07-16T17:35:50.610Z Compiling string_cache v0.8.9
16662026-07-16T17:35:50.815Z Compiling petgraph v0.6.5
16672026-07-16T17:35:50.881Z Compiling elliptic-curve v0.13.8
16682026-07-16T17:35:50.889Z Compiling toml_edit v0.22.27
16692026-07-16T17:35:51.060Z Compiling hyper-util v0.1.20
16702026-07-16T17:35:51.099Z Compiling chacha20 v0.10.0
16712026-07-16T17:35:51.134Z Compiling env_logger v0.11.9
16722026-07-16T17:35:51.297Z Compiling usdt v0.6.0
16732026-07-16T17:35:51.414Z Compiling usdt-impl v0.5.0
16742026-07-16T17:35:51.502Z Compiling serde_with v3.21.0
16752026-07-16T17:35:51.516Z Compiling crossterm v0.28.1
16762026-07-16T17:35:51.523Z Compiling toml v0.7.8
16772026-07-16T17:35:51.575Z Compiling rsa v0.9.10
16782026-07-16T17:35:52.022Z Compiling ed25519-dalek v2.2.0
16792026-07-16T17:35:52.136Z Compiling zip v4.6.1
16802026-07-16T17:35:52.331Z Compiling zip v0.6.6
16812026-07-16T17:35:52.470Z Compiling hyper-tls v0.6.0
16822026-07-16T17:35:52.685Z Compiling reqwest v0.12.28
16832026-07-16T17:35:52.762Z Compiling iddqd v0.4.2
16842026-07-16T17:35:52.830Z Compiling tokio-stream v0.1.18
16852026-07-16T17:35:53.149Z Compiling buf-list v1.1.2
16862026-07-16T17:35:53.182Z Compiling byte-wrapper v0.1.0
16872026-07-16T17:35:53.263Z Compiling similar v2.7.0
16882026-07-16T17:35:53.281Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-16T17:35:53.321Z Compiling x509-cert v0.2.5
16902026-07-16T17:35:53.330Z Compiling openapiv3 v2.2.0
16912026-07-16T17:35:53.442Z Compiling crossbeam-epoch v0.9.18
16922026-07-16T17:35:53.543Z Compiling lalrpop-util v0.19.12
16932026-07-16T17:35:53.603Z Compiling peg-runtime v0.8.5
16942026-07-16T17:35:53.641Z Compiling thread_local v1.1.9
16952026-07-16T17:35:53.733Z Compiling slog-async v2.8.0
16962026-07-16T17:35:53.755Z Compiling crossbeam-channel v0.5.15
16972026-07-16T17:35:53.790Z Compiling filetime v0.2.27
16982026-07-16T17:35:53.906Z Compiling is-terminal v0.4.17
16992026-07-16T17:35:53.926Z Compiling xattr v1.6.1
17002026-07-16T17:35:53.978Z Compiling take_mut v0.2.2
17012026-07-16T17:35:54.022Z Compiling term v1.2.1
17022026-07-16T17:35:54.042Z Compiling tar v0.4.46
17032026-07-16T17:35:54.070Z Compiling camino-tempfile v1.4.1
17042026-07-16T17:35:54.319Z Compiling slog-term v2.9.2
17052026-07-16T17:36:11.950Z Compiling rustls-webpki v0.103.13
17062026-07-16T17:36:14.626Z Compiling tokio-rustls v0.26.4
17072026-07-16T17:36:14.626Z Compiling rustls-platform-verifier v0.6.2
17082026-07-16T17:36:14.632Z Compiling tough v0.22.0
17092026-07-16T17:36:15.178Z Compiling hyper-rustls v0.27.7
17102026-07-16T17:36:15.202Z Compiling reqwest v0.13.2
17112026-07-16T17:36:17.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-16T17:36:17.405Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-16T17:36:20.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.14s
17142026-07-16T17:36:20.366Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-16T17:36:20.417ZJul 16 17:36:20.072 INFO Starting download, target: Clickhouse
17162026-07-16T17:36:20.417ZJul 16 17:36:20.073 INFO Starting download, target: Cockroach
17172026-07-16T17:36:20.417ZJul 16 17:36:20.073 INFO Starting download, target: DendriteStub
17182026-07-16T17:36:20.417ZJul 16 17:36:20.073 INFO Starting download, target: Console
17192026-07-16T17:36:20.418ZJul 16 17:36:20.073 INFO Starting download, target: MaghemiteMgd
17202026-07-16T17:36:20.418ZJul 16 17:36:20.073 INFO Starting download, target: MaghemiteDdmd
17212026-07-16T17:36:20.418ZJul 16 17:36:20.073 INFO Starting download, target: TransceiverControl
17222026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17262026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-07-16T17:36:20.422ZJul 16 17:36:20.073 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-07-16T17:36:21.532ZJul 16 17:36:21.183 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-16T17:36:21.760ZJul 16 17:36:21.405 INFO Download complete, target: TransceiverControl
17312026-07-16T17:36:22.291ZJul 16 17:36:21.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-16T17:36:22.534ZJul 16 17:36:22.165 INFO Download complete, target: Console
17332026-07-16T17:36:22.884ZJul 16 17:36:22.527 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-16T17:36:23.261ZJul 16 17:36:22.888 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-07-16T17:36:23.397ZJul 16 17:36:23.046 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17362026-07-16T17:36:23.587ZJul 16 17:36:23.225 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-07-16T17:36:24.022ZJul 16 17:36:23.678 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-16T17:36:24.023ZJul 16 17:36:23.678 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-16T17:36:25.549ZJul 16 17:36:25.204 INFO Download complete, target: DendriteStub
17402026-07-16T17:36:25.651ZJul 16 17:36:25.307 INFO Download complete, target: MaghemiteDdmd
17412026-07-16T17:36:26.307ZJul 16 17:36:25.962 INFO Download complete, target: MaghemiteMgd
17422026-07-16T17:36:28.784ZJul 16 17:36:28.435 INFO Checking that binary works, target: Cockroach
17432026-07-16T17:36:28.932ZJul 16 17:36:28.586 INFO Download complete, target: Cockroach
17442026-07-16T17:36:30.063ZJul 16 17:36:29.717 INFO Checking that binary works, target: Clickhouse
17452026-07-16T17:36:30.209ZJul 16 17:36:29.804 INFO Download complete, target: Clickhouse
17462026-07-16T17:36:30.219ZAll prerequisites installed successfully
17472026-07-16T17:36:30.219Z
17482026-07-16T17:36:30.219Zreal 1:48.203320981
17492026-07-16T17:36:30.219Zuser 6:38.237124185
17502026-07-16T17:36:30.219Zsys 1:39.366871518
17512026-07-16T17:36:30.219Ztrap 0.281718310
17522026-07-16T17:36:30.219Ztflt 0.794264650
17532026-07-16T17:36:30.219Zdflt 1.552203169
17542026-07-16T17:36:30.219Zkflt 0.025604572
17552026-07-16T17:36:30.219Zlock 23:27.936815990
17562026-07-16T17:36:30.219Zslp 18:15.970482356
17572026-07-16T17:36:30.219Zlat 25.645636045
17582026-07-16T17:36:30.219Zstop 2:43.461738406
17592026-07-16T17:36:30.219Z+ ptime -m cargo xtask download softnpu
17602026-07-16T17:36:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17612026-07-16T17:36:30.622Z Running `target/debug/xtask download softnpu`
17622026-07-16T17:36:31.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17632026-07-16T17:36:31.419Z Running `target/debug/xtask-downloader softnpu`
17642026-07-16T17:36:31.458ZJul 16 17:36:31.113 INFO Starting download, target: Softnpu
17652026-07-16T17:36:31.462ZJul 16 17:36:31.114 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-16T17:36:32.076ZJul 16 17:36:31.731 INFO Download complete, target: Softnpu
17672026-07-16T17:36:32.083Z
17682026-07-16T17:36:32.083Zreal 1.918647966
17692026-07-16T17:36:32.083Zuser 1.280949735
17702026-07-16T17:36:32.083Zsys 0.592360528
17712026-07-16T17:36:32.083Ztrap 0.000452722
17722026-07-16T17:36:32.083Ztflt 0.000119201
17732026-07-16T17:36:32.083Zdflt 0.000273171
17742026-07-16T17:36:32.083Zkflt 0.000000000
17752026-07-16T17:36:32.084Zlock 11.213375346
17762026-07-16T17:36:32.084Zslp 0.482208598
17772026-07-16T17:36:32.084Zlat 0.079124443
17782026-07-16T17:36:32.084Zstop 0.000171889
17792026-07-16T17:36:32.084Z+ export CARGO_INCREMENTAL=0
17802026-07-16T17:36:32.084Z+ CARGO_INCREMENTAL=0
17812026-07-16T17:36:32.085Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-16T17:36:32.943Z Compiling proc-macro2 v1.0.106
17832026-07-16T17:36:32.943Z Compiling quote v1.0.45
17842026-07-16T17:36:32.944Z Compiling unicode-ident v1.0.24
17852026-07-16T17:36:32.944Z Compiling libc v0.2.185
17862026-07-16T17:36:32.947Z Compiling serde_core v1.0.228
17872026-07-16T17:36:32.948Z Compiling serde v1.0.228
17882026-07-16T17:36:32.948Z Compiling cfg-if v1.0.4
17892026-07-16T17:36:32.948Z Compiling version_check v0.9.5
17902026-07-16T17:36:32.948Z Compiling find-msvc-tools v0.1.9
17912026-07-16T17:36:32.948Z Compiling shlex v1.3.0
17922026-07-16T17:36:32.948Z Compiling memchr v2.8.0
17932026-07-16T17:36:32.948Z Compiling zmij v1.0.21
17942026-07-16T17:36:33.089Z Compiling serde_json v1.0.150
17952026-07-16T17:36:33.097Z Compiling autocfg v1.5.0
17962026-07-16T17:36:33.298Z Compiling portable-atomic v1.13.1
17972026-07-16T17:36:33.301Z Compiling getrandom v0.4.1
17982026-07-16T17:36:33.340Z Compiling zerocopy v0.8.40
17992026-07-16T17:36:33.382Z Compiling libm v0.2.16
18002026-07-16T17:36:33.473Z Compiling parking_lot_core v0.9.12
18012026-07-16T17:36:33.587Z Compiling num-traits v0.2.19
18022026-07-16T17:36:33.605Z Compiling icu_properties_data v2.1.2
18032026-07-16T17:36:33.612Z Compiling icu_normalizer_data v2.1.1
18042026-07-16T17:36:33.679Z Compiling smallvec v1.15.1
18052026-07-16T17:36:33.699Z Compiling generic-array v0.14.7
18062026-07-16T17:36:33.726Z Compiling itoa v1.0.17
18072026-07-16T17:36:33.729Z Compiling log v0.4.29
18082026-07-16T17:36:33.829Z Compiling subtle v2.6.1
18092026-07-16T17:36:33.852Z Compiling pkg-config v0.3.32
18102026-07-16T17:36:33.860Z Compiling stable_deref_trait v1.2.1
18112026-07-16T17:36:33.954Z Compiling typenum v1.20.1
18122026-07-16T17:36:33.968Z Compiling scopeguard v1.2.0
18132026-07-16T17:36:34.049Z Compiling rand_core v0.10.0
18142026-07-16T17:36:34.093Z Compiling lock_api v0.4.14
18152026-07-16T17:36:34.140Z Compiling errno v0.3.14
18162026-07-16T17:36:34.145Z Compiling pin-project-lite v0.2.17
18172026-07-16T17:36:34.227Z Compiling jobserver v0.1.34
18182026-07-16T17:36:34.275Z Compiling getrandom v0.3.4
18192026-07-16T17:36:34.278Z Compiling thiserror v2.0.18
18202026-07-16T17:36:34.354Z Compiling fnv v1.0.7
18212026-07-16T17:36:34.368Z Compiling percent-encoding v2.3.2
18222026-07-16T17:36:34.387Z Compiling syn v2.0.117
18232026-07-16T17:36:34.390Z Compiling writeable v0.6.2
18242026-07-16T17:36:34.390Z Compiling litemap v0.8.1
18252026-07-16T17:36:34.424Z Compiling equivalent v1.0.2
18262026-07-16T17:36:34.458Z Compiling cc v1.2.56
18272026-07-16T17:36:34.474Z Compiling getrandom v0.2.17
18282026-07-16T17:36:34.564Z Compiling rustversion v1.0.22
18292026-07-16T17:36:34.612Z Compiling schemars v0.8.22
18302026-07-16T17:36:34.635Z Compiling rand_core v0.6.4
18312026-07-16T17:36:34.695Z Compiling fs_extra v1.3.0
18322026-07-16T17:36:34.696Z Compiling rustix v1.1.3
18332026-07-16T17:36:34.742Z Compiling dunce v1.0.5
18342026-07-16T17:36:34.746Z Compiling critical-section v1.2.0
18352026-07-16T17:36:34.869Z Compiling hashbrown v0.17.0
18362026-07-16T17:36:34.916Z Compiling signal-hook-registry v1.4.8
18372026-07-16T17:36:35.052Z Compiling utf8_iter v1.0.4
18382026-07-16T17:36:35.068Z Compiling strsim v0.11.1
18392026-07-16T17:36:35.072Z Compiling form_urlencoded v1.2.2
18402026-07-16T17:36:35.099Z Compiling socket2 v0.6.3
18412026-07-16T17:36:35.238Z Compiling cmake v0.1.57
18422026-07-16T17:36:35.380Z Compiling semver v1.0.28
18432026-07-16T17:36:35.411Z Compiling once_cell v1.21.3
18442026-07-16T17:36:35.419Z Compiling indexmap v2.14.0
18452026-07-16T17:36:35.459Z Compiling parking_lot v0.12.5
18462026-07-16T17:36:35.459Z Compiling mio v1.2.0
18472026-07-16T17:36:35.628Z Compiling bitflags v2.11.0
18482026-07-16T17:36:35.700Z Compiling futures-core v0.3.32
18492026-07-16T17:36:35.734Z Compiling aws-lc-rs v1.16.3
18502026-07-16T17:36:35.756Z Compiling ident_case v1.0.1
18512026-07-16T17:36:35.788Z Compiling aws-lc-sys v0.40.0
18522026-07-16T17:36:35.903Z Compiling httparse v1.10.1
18532026-07-16T17:36:36.043Z Compiling thiserror v1.0.69
18542026-07-16T17:36:36.119Z Compiling byteorder v1.5.0
18552026-07-16T17:36:36.138Z Compiling ucd-trie v0.1.7
18562026-07-16T17:36:36.272Z Compiling regex-syntax v0.8.10
18572026-07-16T17:36:36.276Z Compiling iana-time-zone v0.1.65
18582026-07-16T17:36:36.276Z Compiling syn v1.0.109
18592026-07-16T17:36:36.364Z Compiling pest v2.8.6
18602026-07-16T17:36:36.378Z Compiling const-oid v0.9.6
18612026-07-16T17:36:36.427Z Compiling vcpkg v0.2.15
18622026-07-16T17:36:36.439Z Compiling heck v0.5.0
18632026-07-16T17:36:36.631Z Compiling uuid v1.23.4
18642026-07-16T17:36:36.710Z Compiling rustc_version v0.4.1
18652026-07-16T17:36:36.714Z Compiling futures-sink v0.3.32
18662026-07-16T17:36:36.852Z Compiling rustls v0.23.41
18672026-07-16T17:36:36.934Z Compiling futures-channel v0.3.32
18682026-07-16T17:36:36.998Z Compiling openssl-sys v0.9.115
18692026-07-16T17:36:37.048Z Compiling aho-corasick v1.1.4
18702026-07-16T17:36:37.048Z Compiling slab v0.4.12
18712026-07-16T17:36:37.078Z Compiling futures-io v0.3.32
18722026-07-16T17:36:37.218Z Compiling synstructure v0.13.2
18732026-07-16T17:36:37.233Z Compiling serde_derive_internals v0.29.1
18742026-07-16T17:36:37.250Z Compiling futures-task v0.3.32
18752026-07-16T17:36:37.437Z Compiling pest_meta v2.8.6
18762026-07-16T17:36:37.453Z Compiling crc32fast v1.5.0
18772026-07-16T17:36:37.490Z Compiling plain v0.2.3
18782026-07-16T17:36:37.514Z Compiling num-conv v0.2.0
18792026-07-16T17:36:37.518Z Compiling time-core v0.1.8
18802026-07-16T17:36:37.629Z Compiling dyn-clone v1.0.20
18812026-07-16T17:36:37.693Z Compiling time-macros v0.2.27
18822026-07-16T17:36:37.773Z Compiling base64 v0.22.1
18832026-07-16T17:36:37.785Z Compiling crossbeam-utils v0.8.21
18842026-07-16T17:36:37.825Z Compiling openssl v0.10.79
18852026-07-16T17:36:37.882Z Compiling pretty-hex v0.4.1
18862026-07-16T17:36:37.899Z Compiling regex-automata v0.4.14
18872026-07-16T17:36:37.978Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-07-16T17:36:38.056Z Compiling anyhow v1.0.102
18892026-07-16T17:36:38.100Z Compiling pest_generator v2.8.6
18902026-07-16T17:36:38.112Z Compiling native-tls v0.2.18
18912026-07-16T17:36:38.287Z Compiling rand_core v0.9.5
18922026-07-16T17:36:38.393Z Compiling tracing-core v0.1.36
18932026-07-16T17:36:38.422Z Compiling slog v2.8.2
18942026-07-16T17:36:38.477Z Compiling serde_derive v1.0.228
18952026-07-16T17:36:38.494Z Compiling zeroize_derive v1.4.3
18962026-07-16T17:36:38.522Z Compiling zerofrom-derive v0.1.6
18972026-07-16T17:36:38.660Z Compiling yoke-derive v0.8.1
18982026-07-16T17:36:38.677Z Compiling zerovec-derive v0.11.2
18992026-07-16T17:36:38.698Z Compiling displaydoc v0.2.5
19002026-07-16T17:36:38.768Z Compiling zerocopy-derive v0.8.40
19012026-07-16T17:36:38.778Z Compiling tokio-macros v2.7.0
19022026-07-16T17:36:38.783Z Compiling futures-macro v0.3.32
19032026-07-16T17:36:38.794Z Compiling thiserror-impl v2.0.18
19042026-07-16T17:36:39.134Z Compiling zeroize v1.8.2
19052026-07-16T17:36:39.359Z Compiling schemars_derive v0.8.22
19062026-07-16T17:36:39.401Z Compiling tracing-attributes v0.1.31
19072026-07-16T17:36:39.459Z Compiling der_derive v0.7.3
19082026-07-16T17:36:39.482Z Compiling thiserror-impl v1.0.69
19092026-07-16T17:36:39.638Z Compiling pest_derive v2.8.6
19102026-07-16T17:36:39.686Z Compiling zerofrom v0.1.6
19112026-07-16T17:36:39.829Z Compiling yoke v0.8.1
19122026-07-16T17:36:39.977Z Compiling crypto-common v0.1.7
19132026-07-16T17:36:39.992Z Compiling futures-util v0.3.32
19142026-07-16T17:36:40.041Z Compiling zerovec v0.11.5
19152026-07-16T17:36:40.095Z Compiling zerotrie v0.2.3
19162026-07-16T17:36:40.385Z Compiling block-buffer v0.10.4
19172026-07-16T17:36:40.556Z Compiling scroll_derive v0.12.1
19182026-07-16T17:36:40.589Z Compiling tinystr v0.8.2
19192026-07-16T17:36:40.608Z Compiling potential_utf v0.1.4
19202026-07-16T17:36:40.656Z Compiling digest v0.10.7
19212026-07-16T17:36:40.672Z Compiling scroll_derive v0.13.1
19222026-07-16T17:36:40.747Z Compiling icu_collections v2.1.1
19232026-07-16T17:36:40.812Z Compiling icu_locale_core v2.1.1
19242026-07-16T17:36:40.892Z Compiling openssl-macros v0.1.1
19252026-07-16T17:36:41.241Z Compiling regex v1.12.3
19262026-07-16T17:36:41.328Z Compiling zerocopy-derive v0.7.35
19272026-07-16T17:36:41.415Z Compiling cookie v0.18.1
19282026-07-16T17:36:41.430Z Compiling camino v1.2.2
19292026-07-16T17:36:41.464Z Compiling icu_provider v2.1.1
19302026-07-16T17:36:41.491Z Compiling base64ct v1.8.3
19312026-07-16T17:36:41.644Z Compiling bytes v1.11.1
19322026-07-16T17:36:41.677Z Compiling chrono v0.4.45
19332026-07-16T17:36:41.712Z Compiling icu_properties v2.1.2
19342026-07-16T17:36:41.753Z Compiling icu_normalizer v2.1.1
19352026-07-16T17:36:41.771Z Compiling serde_tokenstream v0.2.3
19362026-07-16T17:36:42.160Z Compiling tokio v1.52.1
19372026-07-16T17:36:42.280Z Compiling http v1.4.2
19382026-07-16T17:36:42.821Z Compiling idna_adapter v1.2.1
19392026-07-16T17:36:42.899Z Compiling pem-rfc7468 v0.7.0
19402026-07-16T17:36:43.114Z Compiling idna v1.1.0
19412026-07-16T17:36:43.150Z Compiling ppv-lite86 v0.2.21
19422026-07-16T17:36:43.193Z Compiling tracing v0.1.44
19432026-07-16T17:36:43.372Z Compiling flagset v0.4.7
19442026-07-16T17:36:43.500Z Compiling url v2.5.8
19452026-07-16T17:36:43.535Z Compiling der v0.7.10
19462026-07-16T17:36:43.614Z Compiling rand_chacha v0.9.0
19472026-07-16T17:36:43.630Z Compiling http-body v1.0.1
19482026-07-16T17:36:43.688Z Compiling rustls-pki-types v1.14.0
19492026-07-16T17:36:44.226Z Compiling usdt-impl v0.5.0
19502026-07-16T17:36:44.244Z Compiling ref-cast v1.0.25
19512026-07-16T17:36:44.259Z Compiling openssl-probe v0.2.1
19522026-07-16T17:36:44.289Z Compiling tinyvec_macros v0.1.1
19532026-07-16T17:36:44.334Z Compiling unicode-segmentation v1.12.0
19542026-07-16T17:36:44.373Z Compiling fastrand v2.3.0
19552026-07-16T17:36:44.435Z Compiling cmov v0.5.4
19562026-07-16T17:36:44.481Z Compiling usdt-impl v0.6.0
19572026-07-16T17:36:44.719Z Compiling paste v1.0.15
19582026-07-16T17:36:44.735Z Compiling either v1.15.0
19592026-07-16T17:36:44.766Z Compiling ctutils v0.4.2
19602026-07-16T17:36:44.808Z Compiling spki v0.7.3
19612026-07-16T17:36:44.959Z Compiling tinyvec v1.10.0
19622026-07-16T17:36:45.082Z Compiling rand v0.9.2
19632026-07-16T17:36:45.127Z Compiling serde_spanned v0.6.9
19642026-07-16T17:36:45.167Z Compiling toml_datetime v0.6.11
19652026-07-16T17:36:45.191Z Compiling scroll v0.13.0
19662026-07-16T17:36:45.206Z Compiling scroll v0.12.0
19672026-07-16T17:36:45.261Z Compiling async-trait v0.1.89
19682026-07-16T17:36:45.277Z Compiling heapless v0.7.17
19692026-07-16T17:36:45.346Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-07-16T17:36:45.381Z Compiling litrs v1.0.0
19712026-07-16T17:36:45.418Z Compiling try-lock v0.2.5
19722026-07-16T17:36:45.445Z Compiling atomic-waker v1.1.2
19732026-07-16T17:36:45.474Z Compiling cpufeatures v0.2.17
19742026-07-16T17:36:45.492Z Compiling tower-service v0.3.3
19752026-07-16T17:36:45.541Z Compiling zstd-safe v7.2.4
19762026-07-16T17:36:45.562Z Compiling signal-hook v0.3.18
19772026-07-16T17:36:45.566Z Compiling tower-layer v0.3.3
19782026-07-16T17:36:45.590Z Compiling winnow v0.7.14
19792026-07-16T17:36:45.612Z Compiling rustix v0.38.44
19802026-07-16T17:36:45.678Z Compiling untrusted v0.7.1
19812026-07-16T17:36:45.713Z Compiling winnow v1.0.3
19822026-07-16T17:36:45.780Z Compiling want v0.3.1
19832026-07-16T17:36:45.787Z Compiling goblin v0.8.2
19842026-07-16T17:36:45.815Z Compiling goblin v0.10.5
19852026-07-16T17:36:45.852Z Compiling document-features v0.2.12
19862026-07-16T17:36:45.952Z Compiling tokio-util v0.7.18
19872026-07-16T17:36:46.064Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-16T17:36:46.268Z Compiling hybrid-array v0.4.13
19892026-07-16T17:36:46.488Z Compiling heck v0.4.1
19902026-07-16T17:36:46.654Z Compiling h2 v0.4.15
19912026-07-16T17:36:46.733Z Compiling zerocopy v0.7.35
19922026-07-16T17:36:46.960Z Compiling ipnet v2.11.0
19932026-07-16T17:36:47.084Z Compiling ref-cast-impl v1.0.25
19942026-07-16T17:36:47.109Z Compiling darling_core v0.20.11
19952026-07-16T17:36:47.109Z Compiling curve25519-dalek v4.1.3
19962026-07-16T17:36:47.247Z Compiling memoffset v0.9.1
19972026-07-16T17:36:47.293Z Compiling powerfmt v0.2.0
19982026-07-16T17:36:47.385Z Compiling httpdate v1.0.3
19992026-07-16T17:36:47.504Z Compiling winnow v0.5.40
20002026-07-16T17:36:47.571Z Compiling foreign-types-shared v0.1.1
20012026-07-16T17:36:47.631Z Compiling utf8parse v0.2.2
20022026-07-16T17:36:47.750Z Compiling untrusted v0.9.0
20032026-07-16T17:36:47.833Z Compiling foreign-types v0.3.2
20042026-07-16T17:36:47.891Z Compiling tempfile v3.25.0
20052026-07-16T17:36:47.910Z Compiling deranged v0.5.8
20062026-07-16T17:36:47.946Z Compiling unicode-normalization v0.1.25
20072026-07-16T17:36:48.039Z Compiling dof v0.3.0
20082026-07-16T17:36:48.268Z Compiling dtrace-parser v0.2.0
20092026-07-16T17:36:48.436Z Compiling pkcs8 v0.10.2
20102026-07-16T17:36:48.661Z Compiling dof v0.4.0
20112026-07-16T17:36:48.834Z Compiling toml_edit v0.19.15
20122026-07-16T17:36:48.999Z Compiling dtrace-parser v0.3.0
20132026-07-16T17:36:49.057Z Compiling daft-derive v0.1.7
20142026-07-16T17:36:49.085Z Compiling darling_macro v0.20.11
20152026-07-16T17:36:49.340Z Compiling pin-project-internal v1.1.11
20162026-07-16T17:36:49.437Z Compiling spin v0.9.8
20172026-07-16T17:36:49.594Z Compiling thread-id v4.2.2
20182026-07-16T17:36:49.611Z Compiling thread-id v5.1.0
20192026-07-16T17:36:49.671Z Compiling cfg_aliases v0.2.1
20202026-07-16T17:36:49.687Z Compiling num_threads v0.1.7
20212026-07-16T17:36:49.718Z Compiling smoltcp v0.9.1
20222026-07-16T17:36:49.793Z Compiling num-bigint-dig v0.8.6
20232026-07-16T17:36:49.808Z Compiling anstyle v1.0.14
20242026-07-16T17:36:49.914Z Compiling hyper v1.10.1
20252026-07-16T17:36:49.933Z Compiling time v0.3.47
20262026-07-16T17:36:50.045Z Compiling nix v0.31.2
20272026-07-16T17:36:50.097Z Compiling darling v0.20.11
20282026-07-16T17:36:50.427Z Compiling sha2 v0.10.9
20292026-07-16T17:36:50.604Z Compiling ipnetwork v0.21.1
20302026-07-16T17:36:50.703Z Compiling hmac v0.12.1
20312026-07-16T17:36:50.719Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-16T17:36:50.785Z Compiling strum_macros v0.26.4
20332026-07-16T17:36:50.973Z Compiling darling_core v0.23.0
20342026-07-16T17:36:51.111Z Compiling hyper-util v0.1.20
20352026-07-16T17:36:51.134Z Compiling sync_wrapper v1.0.2
20362026-07-16T17:36:51.253Z Compiling wait-timeout v0.2.1
20372026-07-16T17:36:51.418Z Compiling bit-vec v0.8.0
20382026-07-16T17:36:51.661Z Compiling is_terminal_polyfill v1.70.2
20392026-07-16T17:36:51.678Z Compiling anstyle-query v1.1.5
20402026-07-16T17:36:51.702Z Compiling colorchoice v1.0.4
20412026-07-16T17:36:51.800Z Compiling quick-error v1.2.3
20422026-07-16T17:36:51.832Z Compiling siphasher v1.0.2
20432026-07-16T17:36:51.923Z Compiling simd-adler32 v0.3.8
20442026-07-16T17:36:52.172Z Compiling rusty-fork v0.3.1
20452026-07-16T17:36:52.369Z Compiling bit-set v0.8.0
20462026-07-16T17:36:52.476Z Compiling tower v0.5.3
20472026-07-16T17:36:52.886Z Compiling derive_builder_core v0.20.2
20482026-07-16T17:36:52.930Z Compiling snafu-derive v0.8.9
20492026-07-16T17:36:52.986Z Compiling http-body-util v0.1.3
20502026-07-16T17:36:53.097Z Compiling darling_macro v0.23.0
20512026-07-16T17:36:53.113Z Compiling hubpack_derive v0.1.1
20522026-07-16T17:36:53.154Z Compiling strum_macros v0.27.2
20532026-07-16T17:36:53.251Z Compiling rand_xorshift v0.4.0
20542026-07-16T17:36:53.456Z Compiling ahash v0.8.12
20552026-07-16T17:36:53.477Z Compiling fs-err v3.3.0
20562026-07-16T17:36:53.627Z Compiling iri-string v0.7.10
20572026-07-16T17:36:53.669Z Compiling ryu v1.0.23
20582026-07-16T17:36:53.721Z Compiling adler2 v2.0.1
20592026-07-16T17:36:53.755Z Compiling unarray v0.1.4
20602026-07-16T17:36:53.853Z Compiling unicode-bidi v0.3.18
20612026-07-16T17:36:53.887Z Compiling allocator-api2 v0.2.21
20622026-07-16T17:36:53.890Z Compiling unicode-properties v0.1.4
20632026-07-16T17:36:53.943Z Compiling object v0.37.3
20642026-07-16T17:36:54.230Z Compiling stringprep v0.1.5
20652026-07-16T17:36:54.234Z Compiling proptest v1.10.0
20662026-07-16T17:36:54.263Z Compiling miniz_oxide v0.8.9
20672026-07-16T17:36:54.358Z Compiling serde_urlencoded v0.7.1
20682026-07-16T17:36:54.582Z Compiling derive_builder_macro v0.20.2
20692026-07-16T17:36:54.620Z Compiling darling v0.23.0
20702026-07-16T17:36:54.625Z Compiling tokio-native-tls v0.3.1
20712026-07-16T17:36:54.720Z Compiling usdt-macro v0.6.0
20722026-07-16T17:36:54.811Z Compiling tower-http v0.6.8
20732026-07-16T17:36:54.846Z Compiling usdt-attr-macro v0.6.0
20742026-07-16T17:36:54.901Z Compiling anstyle-parse v1.0.0
20752026-07-16T17:36:54.943Z Compiling block-buffer v0.12.1
20762026-07-16T17:36:54.986Z Compiling crypto-common v0.2.2
20772026-07-16T17:36:55.087Z Compiling block-padding v0.4.2
20782026-07-16T17:36:55.437Z Compiling rustls-native-certs v0.8.3
20792026-07-16T17:36:55.475Z Compiling rand_chacha v0.3.1
20802026-07-16T17:36:55.672Z Compiling erased-serde v0.3.31
20812026-07-16T17:36:55.686Z Compiling hex v0.4.3
20822026-07-16T17:36:55.707Z Compiling md-5 v0.10.6
20832026-07-16T17:36:55.712Z Compiling signature v2.2.0
20842026-07-16T17:36:55.781Z Compiling bstr v1.12.1
20852026-07-16T17:36:55.837Z Compiling num-integer v0.1.46
20862026-07-16T17:36:55.855Z Compiling hash32 v0.2.1
20872026-07-16T17:36:55.887Z Compiling vergen-lib v9.1.0
20882026-07-16T17:36:55.996Z Compiling encoding_rs v0.8.35
20892026-07-16T17:36:56.053Z Compiling mime v0.3.17
20902026-07-16T17:36:56.113Z Compiling fallible-iterator v0.2.0
20912026-07-16T17:36:56.158Z Compiling zlib-rs v0.6.2
20922026-07-16T17:36:56.172Z Compiling psl-types v2.0.11
20932026-07-16T17:36:56.273Z Compiling cpufeatures v0.3.0
20942026-07-16T17:36:56.291Z Compiling publicsuffix v2.3.0
20952026-07-16T17:36:56.307Z Compiling newtype-uuid v1.3.2
20962026-07-16T17:36:56.476Z Compiling postgres-protocol v0.6.10
20972026-07-16T17:36:56.500Z Compiling num-iter v0.1.45
20982026-07-16T17:36:56.746Z Compiling rand v0.8.6
20992026-07-16T17:36:57.005Z Compiling oxnet v0.1.6
21002026-07-16T17:36:57.134Z Compiling inout v0.2.2
21012026-07-16T17:36:57.157Z Compiling derive_builder v0.20.2
21022026-07-16T17:36:57.216Z Compiling anstream v1.0.0
21032026-07-16T17:36:57.300Z Compiling hyper-tls v0.6.0
21042026-07-16T17:36:57.315Z Compiling serde_with_macros v3.21.0
21052026-07-16T17:36:57.385Z Compiling phf_shared v0.13.1
21062026-07-16T17:36:57.400Z Compiling pin-project v1.1.11
21072026-07-16T17:36:57.494Z Compiling lazy_static v1.5.0
21082026-07-16T17:36:57.511Z Compiling anstyle-parse v0.2.7
21092026-07-16T17:36:57.660Z Compiling terminal_size v0.4.3
21102026-07-16T17:36:57.690Z Compiling futures-executor v0.3.32
21112026-07-16T17:36:57.722Z Compiling serde_repr v0.1.20
21122026-07-16T17:36:57.737Z Compiling async-recursion v1.1.1
21132026-07-16T17:36:57.754Z Compiling clap_derive v4.6.1
21142026-07-16T17:36:57.755Z Compiling enum-as-inner v0.6.1
21152026-07-16T17:36:58.014Z Compiling ff v0.13.1
21162026-07-16T17:36:58.028Z Compiling vergen v9.1.0
21172026-07-16T17:36:58.062Z Compiling cargo-platform v0.3.2
21182026-07-16T17:36:58.208Z Compiling flate2 v1.1.9
21192026-07-16T17:36:58.288Z Compiling bitflags v1.3.2
21202026-07-16T17:36:58.332Z Compiling base16ct v0.2.0
21212026-07-16T17:36:58.380Z Compiling libbz2-rs-sys v0.2.2
21222026-07-16T17:36:58.396Z Compiling clap_lex v1.0.0
21232026-07-16T17:36:58.430Z Compiling managed v0.8.0
21242026-07-16T17:36:58.607Z Compiling same-file v1.0.6
21252026-07-16T17:36:58.642Z Compiling bumpalo v3.20.2
21262026-07-16T17:36:58.645Z Compiling foldhash v0.1.5
21272026-07-16T17:36:58.728Z Compiling foldhash v0.2.0
21282026-07-16T17:36:58.756Z Compiling walkdir v2.5.0
21292026-07-16T17:36:58.832Z Compiling bzip2 v0.6.1
21302026-07-16T17:36:58.861Z Compiling zopfli v0.8.3
21312026-07-16T17:36:58.940Z Compiling hashbrown v0.16.1
21322026-07-16T17:36:58.956Z Compiling hashbrown v0.15.5
21332026-07-16T17:36:58.971Z Compiling clap_builder v4.6.0
21342026-07-16T17:36:59.058Z Compiling sec1 v0.7.3
21352026-07-16T17:36:59.362Z Compiling cargo_metadata v0.23.1
21362026-07-16T17:36:59.443Z Compiling group v0.13.0
21372026-07-16T17:36:59.539Z Compiling futures v0.3.32
21382026-07-16T17:36:59.664Z Compiling anstream v0.6.21
21392026-07-16T17:36:59.983Z Compiling zstd v0.13.3
21402026-07-16T17:37:00.070Z Compiling phf v0.13.1
21412026-07-16T17:37:00.277Z Compiling snafu v0.8.9
21422026-07-16T17:37:00.287Z Compiling reqwest v0.12.28
21432026-07-16T17:37:00.309Z Compiling signal-hook-mio v0.2.5
21442026-07-16T17:37:00.442Z Compiling daft v0.1.7
21452026-07-16T17:37:00.598Z Compiling cipher v0.5.2
21462026-07-16T17:37:00.736Z Compiling cookie_store v0.22.1
21472026-07-16T17:37:00.864Z Compiling postgres-types v0.2.12
21482026-07-16T17:37:00.895Z Compiling bzip2 v0.4.4
21492026-07-16T17:37:00.955Z Compiling globset v0.4.18
21502026-07-16T17:37:00.972Z Compiling ed25519 v2.2.3
21512026-07-16T17:37:00.988Z Compiling strum v0.27.2
21522026-07-16T17:37:01.187Z Compiling hubpack v0.1.2
21532026-07-16T17:37:01.243Z Compiling phf_shared v0.11.3
21542026-07-16T17:37:01.280Z Compiling hkdf v0.12.4
21552026-07-16T17:37:01.283Z Compiling crossbeam-epoch v0.9.18
21562026-07-16T17:37:01.353Z Compiling pkcs1 v0.7.5
21572026-07-16T17:37:01.383Z Compiling olpc-cjson v0.1.4
21582026-07-16T17:37:01.560Z Compiling pem v3.0.6
21592026-07-16T17:37:01.691Z Compiling serde_plain v1.0.2
21602026-07-16T17:37:01.708Z Compiling serde-big-array v0.5.1
21612026-07-16T17:37:01.793Z Compiling crypto-bigint v0.5.5
21622026-07-16T17:37:01.876Z Compiling float-cmp v0.10.0
21632026-07-16T17:37:01.893Z Compiling memmap2 v0.9.10
21642026-07-16T17:37:01.910Z Compiling env_filter v1.0.0
21652026-07-16T17:37:01.931Z Compiling whoami v2.1.0
21662026-07-16T17:37:02.038Z Compiling predicates-core v1.0.10
21672026-07-16T17:37:02.116Z Compiling toml_write v0.1.2
21682026-07-16T17:37:02.180Z Compiling fixedbitset v0.4.2
21692026-07-16T17:37:02.218Z Compiling const-oid v0.10.2
21702026-07-16T17:37:02.234Z Compiling new_debug_unreachable v1.0.6
21712026-07-16T17:37:02.238Z Compiling fixedbitset v0.5.7
21722026-07-16T17:37:02.284Z Compiling jiff v0.2.21
21732026-07-16T17:37:02.318Z Compiling static_assertions v1.1.0
21742026-07-16T17:37:02.334Z Compiling data-encoding v2.10.0
21752026-07-16T17:37:02.383Z Compiling precomputed-hash v0.1.1
21762026-07-16T17:37:02.399Z Compiling normalize-line-endings v0.3.0
21772026-07-16T17:37:02.413Z Compiling keccak v0.1.6
21782026-07-16T17:37:02.595Z Compiling difflib v0.4.0
21792026-07-16T17:37:02.614Z Compiling typed-path v0.9.3
21802026-07-16T17:37:02.643Z Compiling sha3 v0.10.8
21812026-07-16T17:37:02.726Z Compiling hickory-proto v0.25.2
21822026-07-16T17:37:02.768Z Compiling predicates v3.1.4
21832026-07-16T17:37:02.795Z Compiling elliptic-curve v0.13.8
21842026-07-16T17:37:02.925Z Compiling string_cache v0.8.9
21852026-07-16T17:37:02.942Z Compiling petgraph v0.8.3
21862026-07-16T17:37:02.942Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-07-16T17:37:02.975Z Compiling digest v0.11.3
21882026-07-16T17:37:02.991Z Compiling chacha20 v0.10.0
21892026-07-16T17:37:03.156Z Compiling petgraph v0.6.5
21902026-07-16T17:37:03.173Z Compiling toml_edit v0.22.27
21912026-07-16T17:37:03.198Z Compiling tokio-postgres v0.7.16
21922026-07-16T17:37:03.302Z Compiling env_logger v0.11.9
21932026-07-16T17:37:03.365Z Compiling usdt v0.6.0
21942026-07-16T17:37:03.942Z Compiling rsa v0.9.10
21952026-07-16T17:37:05.039Z Compiling zip v4.6.1
21962026-07-16T17:37:05.113Z Compiling ed25519-dalek v2.2.0
21972026-07-16T17:37:05.276Z Compiling zip v0.6.6
21982026-07-16T17:37:05.476Z Compiling iddqd v0.4.2
21992026-07-16T17:37:05.705Z Compiling crossterm v0.28.1
22002026-07-16T17:37:05.788Z Compiling clap v4.6.1
22012026-07-16T17:37:05.886Z Compiling serde_with v3.21.0
22022026-07-16T17:37:05.920Z Compiling similar v2.7.0
22032026-07-16T17:37:06.021Z Compiling byte-wrapper v0.1.0
22042026-07-16T17:37:06.150Z Compiling strum v0.26.3
22052026-07-16T17:37:06.172Z Compiling toml v0.7.8
22062026-07-16T17:37:06.295Z Compiling tokio-stream v0.1.18
22072026-07-16T17:37:06.347Z Compiling buf-list v1.1.2
22082026-07-16T17:37:06.615Z Compiling x509-cert v0.2.5
22092026-07-16T17:37:06.661Z Compiling itertools v0.13.0
22102026-07-16T17:37:06.751Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-16T17:37:07.062Z Compiling openapiv3 v2.2.0
22122026-07-16T17:37:07.403Z Compiling lalrpop-util v0.19.12
22132026-07-16T17:37:07.419Z Compiling peg-runtime v0.8.5
22142026-07-16T17:37:23.931Z Compiling rustls-webpki v0.103.13
22152026-07-16T17:37:24.992Z Compiling macaddr v1.0.1
22162026-07-16T17:37:24.992Z Compiling structmeta-derive v0.3.0
22172026-07-16T17:37:25.040Z Compiling darling_core v0.21.3
22182026-07-16T17:37:25.103Z Compiling rayon-core v1.13.0
22192026-07-16T17:37:25.234Z Compiling crucible-workspace-hack v0.1.0
22202026-07-16T17:37:25.310Z Compiling itertools v0.14.0
22212026-07-16T17:37:25.349Z Compiling secrecy v0.10.3
22222026-07-16T17:37:25.424Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-16T17:37:25.481Z Compiling toml_datetime v0.7.5+spec-1.1.0
22242026-07-16T17:37:25.534Z Compiling heapless v0.8.0
22252026-07-16T17:37:25.689Z Compiling toml_edit v0.23.10+spec-1.0.0
22262026-07-16T17:37:25.832Z Compiling crossbeam-deque v0.8.6
22272026-07-16T17:37:25.850Z Compiling inout v0.1.4
22282026-07-16T17:37:25.866Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-16T17:37:25.869Z Compiling hash32 v0.3.1
22302026-07-16T17:37:26.010Z Compiling structmeta v0.3.0
22312026-07-16T17:37:26.029Z Compiling multer v3.1.0
22322026-07-16T17:37:26.053Z Compiling thread_local v1.1.9
22332026-07-16T17:37:26.068Z Compiling unicode-width v0.2.0
22342026-07-16T17:37:26.086Z Compiling smoltcp v0.11.0
22352026-07-16T17:37:26.091Z Compiling slog-async v2.8.0
22362026-07-16T17:37:26.231Z Compiling compression-core v0.4.31
22372026-07-16T17:37:26.257Z Compiling match_cfg v0.1.0
22382026-07-16T17:37:26.345Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392026-07-16T17:37:26.397Z Compiling compression-codecs v0.4.37
22402026-07-16T17:37:26.430Z Compiling hostname v0.3.1
22412026-07-16T17:37:26.477Z Compiling derive-ex v0.1.8
22422026-07-16T17:37:26.494Z Compiling proc-macro-crate v3.4.0
22432026-07-16T17:37:26.610Z Compiling cipher v0.4.4
22442026-07-16T17:37:26.613Z Compiling atomicwrites v0.4.4
22452026-07-16T17:37:26.660Z Compiling slog-json v2.6.1
22462026-07-16T17:37:26.786Z Compiling crossbeam-channel v0.5.15
22472026-07-16T17:37:26.877Z Compiling half v2.7.1
22482026-07-16T17:37:26.923Z Compiling newtype-uuid-macros v0.1.0
22492026-07-16T17:37:26.938Z Compiling cobs v0.3.0
22502026-07-16T17:37:26.942Z Compiling thiserror-impl-no-std v2.0.2
22512026-07-16T17:37:27.030Z Compiling universal-hash v0.5.1
22522026-07-16T17:37:27.140Z Compiling darling_macro v0.21.3
22532026-07-16T17:37:27.186Z Compiling async-stream-impl v0.3.6
22542026-07-16T17:37:27.242Z Compiling serde_spanned v1.1.1
22552026-07-16T17:37:27.242Z Compiling toml_datetime v1.1.1+spec-1.1.0
22562026-07-16T17:37:27.423Z Compiling is-terminal v0.4.17
22572026-07-16T17:37:27.484Z Compiling tokio-rustls v0.26.4
22582026-07-16T17:37:27.547Z Compiling rustls-platform-verifier v0.6.2
22592026-07-16T17:37:27.669Z Compiling tough v0.22.0
22602026-07-16T17:37:27.714Z Compiling darling v0.21.3
22612026-07-16T17:37:27.737Z Compiling proc-macro-error-attr v1.0.4
22622026-07-16T17:37:27.804Z Compiling hyper-rustls v0.27.7
22632026-07-16T17:37:27.808Z Compiling dropshot v0.17.1
22642026-07-16T17:37:27.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-07-16T17:37:27.839Z Compiling ingot-macros v0.1.1
22662026-07-16T17:37:27.975Z Compiling ciborium-io v0.2.2
22672026-07-16T17:37:28.025Z Compiling toml_writer v1.1.1+spec-1.1.0
22682026-07-16T17:37:28.033Z Compiling opaque-debug v0.3.1
22692026-07-16T17:37:28.065Z Compiling reqwest v0.13.2
22702026-07-16T17:37:28.198Z Compiling take_mut v0.2.2
22712026-07-16T17:37:28.198Z Compiling convert_case v0.4.0
22722026-07-16T17:37:28.199Z Compiling term v1.2.1
22732026-07-16T17:37:28.199Z Compiling poly1305 v0.8.0
22742026-07-16T17:37:28.297Z Compiling toml v1.1.2+spec-1.1.0
22752026-07-16T17:37:28.306Z Compiling ciborium-ll v0.2.2
22762026-07-16T17:37:28.430Z Compiling derive_more v0.99.20
22772026-07-16T17:37:28.586Z Compiling slog-term v2.9.2
22782026-07-16T17:37:28.807Z Compiling test-strategy v0.4.5
22792026-07-16T17:37:28.824Z Compiling thiserror-no-std v2.0.2
22802026-07-16T17:37:28.949Z Compiling async-stream v0.3.6
22812026-07-16T17:37:28.990Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-16T17:37:29.052Z Compiling postcard v1.1.3
22832026-07-16T17:37:29.452Z Compiling num_enum_derive v0.7.6
22842026-07-16T17:37:29.505Z Compiling slog-bunyan v2.5.0
22852026-07-16T17:37:29.701Z Compiling chacha20 v0.9.1
22862026-07-16T17:37:29.896Z Compiling async-compression v0.4.41
22872026-07-16T17:37:29.999Z Compiling parse-display-derive v0.10.0
22882026-07-16T17:37:30.124Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-16T17:37:30.380Z Compiling sha1 v0.11.0
22902026-07-16T17:37:30.423Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22912026-07-16T17:37:30.640Z Compiling ingot-types v0.1.2
22922026-07-16T17:37:30.657Z Compiling proc-macro-crate v1.3.1
22932026-07-16T17:37:30.673Z Compiling waitgroup v0.1.2
22942026-07-16T17:37:30.790Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22952026-07-16T17:37:30.822Z Compiling password-hash v0.5.0
22962026-07-16T17:37:30.848Z Compiling backon v1.6.0
22972026-07-16T17:37:30.985Z Compiling rustls-pemfile v2.2.0
22982026-07-16T17:37:31.019Z Compiling dropshot_endpoint v0.17.1
22992026-07-16T17:37:31.124Z Compiling ingot v0.1.1
23002026-07-16T17:37:31.139Z Compiling blake2 v0.10.6
23012026-07-16T17:37:31.156Z Compiling aead v0.5.2
23022026-07-16T17:37:31.249Z Compiling foreign-types-macros v0.2.3
23032026-07-16T17:37:31.307Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-16T17:37:31.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-07-16T17:37:31.365Z Compiling serde_path_to_error v0.1.20
23062026-07-16T17:37:31.482Z Compiling hostname v0.4.2
23072026-07-16T17:37:31.610Z Compiling proc-macro-error v1.0.4
23082026-07-16T17:37:31.657Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23092026-07-16T17:37:31.673Z Compiling instant v0.1.13
23102026-07-16T17:37:31.717Z Compiling debug-ignore v1.0.5
23112026-07-16T17:37:31.751Z Compiling foreign-types-shared v0.3.1
23122026-07-16T17:37:31.797Z Compiling backoff v0.4.0
23132026-07-16T17:37:31.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-07-16T17:37:31.833Z Compiling parse-display v0.10.0
23152026-07-16T17:37:31.850Z Compiling argon2 v0.5.3
23162026-07-16T17:37:31.868Z Compiling chacha20poly1305 v0.10.1
23172026-07-16T17:37:31.871Z Compiling foreign-types v0.5.0
23182026-07-16T17:37:31.914Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23192026-07-16T17:37:31.983Z Compiling num_enum_derive v0.5.11
23202026-07-16T17:37:32.000Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-16T17:37:32.024Z Compiling num_enum v0.7.6
23222026-07-16T17:37:32.041Z Compiling vsss-rs v3.3.4
23232026-07-16T17:37:32.166Z Compiling ciborium v0.2.2
23242026-07-16T17:37:32.359Z Compiling tabwriter v1.4.1
23252026-07-16T17:37:32.376Z Compiling regress v0.10.5
23262026-07-16T17:37:32.423Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-16T17:37:32.461Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-16T17:37:32.521Z Compiling cstr-argument v0.1.2
23292026-07-16T17:37:32.628Z Compiling humantime v2.3.0
23302026-07-16T17:37:32.699Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-07-16T17:37:32.832Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-07-16T17:37:32.904Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-07-16T17:37:32.936Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-07-16T17:37:32.970Z Compiling num_enum v0.5.11
23352026-07-16T17:37:32.984Z Compiling rayon v1.11.0
23362026-07-16T17:37:33.001Z Compiling rand v0.10.1
23372026-07-16T17:37:33.073Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-16T17:37:33.091Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-07-16T17:37:33.094Z Compiling colored v3.1.1
23402026-07-16T17:37:33.122Z Compiling libefi-sys v0.1.0
23412026-07-16T17:37:33.126Z Compiling indent_write v2.2.0
23422026-07-16T17:37:33.158Z Compiling zone_cfg_derive v0.3.1
23432026-07-16T17:37:33.179Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-07-16T17:37:33.307Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-16T17:37:33.375Z Compiling camino-tempfile v1.4.1
23462026-07-16T17:37:33.430Z Compiling itertools v0.12.1
23472026-07-16T17:37:33.473Z Compiling usdt-attr-macro v0.5.0
23482026-07-16T17:37:33.544Z Compiling usdt-macro v0.5.0
23492026-07-16T17:37:33.573Z Compiling bitfield-struct v0.6.2
23502026-07-16T17:37:33.733Z Compiling num-derive v0.4.2
23512026-07-16T17:37:33.809Z Compiling blake3 v1.8.5
23522026-07-16T17:37:33.826Z Compiling sigpipe v0.1.3
23532026-07-16T17:37:33.826Z Compiling memmap v0.7.0
23542026-07-16T17:37:33.844Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-07-16T17:37:33.941Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-16T17:37:33.961Z Compiling swrite v0.1.0
23572026-07-16T17:37:34.089Z Compiling glob v0.3.3
23582026-07-16T17:37:34.103Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23592026-07-16T17:37:34.261Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-07-16T17:37:34.294Z Compiling usdt v0.5.0
23612026-07-16T17:37:34.415Z Compiling smf v0.2.3
23622026-07-16T17:37:34.497Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-16T17:37:34.582Z Compiling filetime v0.2.27
23642026-07-16T17:37:34.662Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23652026-07-16T17:37:34.697Z Compiling xattr v1.6.1
23662026-07-16T17:37:34.713Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-07-16T17:37:34.803Z Compiling zone v0.3.1
23682026-07-16T17:37:34.810Z Compiling whoami v1.6.1
23692026-07-16T17:37:34.834Z Compiling arrayvec v0.7.6
23702026-07-16T17:37:34.892Z Compiling constant_time_eq v0.4.2
23712026-07-16T17:37:34.908Z Compiling arrayref v0.3.9
23722026-07-16T17:37:34.925Z Compiling tar v0.4.46
23732026-07-16T17:37:34.942Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-07-16T17:37:35.002Z Compiling tokio-dtrace v0.1.1
23752026-07-16T17:37:35.020Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-07-16T17:37:35.104Z Compiling console v0.16.2
23772026-07-16T17:37:35.185Z Compiling gethostname v0.5.0
23782026-07-16T17:37:35.281Z Compiling topological-sort v0.2.2
23792026-07-16T17:37:35.342Z Compiling unit-prefix v0.5.2
23802026-07-16T17:37:35.358Z Compiling oxide-tokio-rt v0.1.4
23812026-07-16T17:37:35.373Z Compiling toml v0.8.23
23822026-07-16T17:37:35.475Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-07-16T17:37:35.523Z Compiling indicatif v0.18.4
23842026-07-16T17:37:35.623Z Compiling shell-words v1.1.1
23852026-07-16T17:37:35.830Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23862026-07-16T17:37:45.033Z Compiling progenitor-client v0.14.0
23872026-07-16T17:37:45.033Z Compiling omicron-zone-package v0.12.3
23882026-07-16T17:37:45.277Z Compiling progenitor-extras v0.2.0
23892026-07-16T17:37:45.595Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-07-16T17:37:45.615Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23912026-07-16T17:37:45.662Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-16T17:37:45.715Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-16T17:37:45.762Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-07-16T17:37:45.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-07-16T17:37:45.890Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-16T17:37:45.998Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-16T17:37:46.445Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-16T17:37:50.392Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-16T17:37:58.379Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-16T17:38:01.534Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-16T17:38:02.585Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-16T17:38:11.899Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-07-16T17:38:12.044Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-16T17:38:12.102ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-16T17:38:12.106ZCreated new build target 'test' and set it as active
24062026-07-16T17:38:12.106Z
24072026-07-16T17:38:12.106Zreal 1:40.020381996
24082026-07-16T17:38:12.106Zuser 16:24.655122947
24092026-07-16T17:38:12.106Zsys 2:36.389647473
24102026-07-16T17:38:12.106Ztrap 0.461886726
24112026-07-16T17:38:12.106Ztflt 2.336069919
24122026-07-16T17:38:12.106Zdflt 3.987842628
24132026-07-16T17:38:12.106Zkflt 0.001263354
24142026-07-16T17:38:12.106Zlock 51:46.433535778
24152026-07-16T17:38:12.106Zslp 42:19.329812416
24162026-07-16T17:38:12.106Zlat 41.371035277
24172026-07-16T17:38:12.106Zstop 5:14.272425249
24182026-07-16T17:38:12.106Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-16T17:38:12.959Z Finished `release` profile [optimized] target(s) in 0.84s
24202026-07-16T17:38:13.025Z Running `target/release/omicron-package -t test package`
24212026-07-16T17:38:13.080ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-16T17:38:14.482Z Compiling heck v0.5.0
24232026-07-16T17:38:14.482Z Compiling regress v0.11.1
24242026-07-16T17:38:14.727Z Compiling unsafe-libyaml v0.2.11
24252026-07-16T17:38:14.763Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-16T17:38:14.776Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-16T17:38:14.791Z Compiling unicode-width v0.1.14
24282026-07-16T17:38:14.799Z Compiling derive-where v1.6.0
24292026-07-16T17:38:14.814Z Compiling bytecount v0.6.9
24302026-07-16T17:38:14.835Z Compiling atomicwrites v0.4.4
24312026-07-16T17:38:14.835Z Compiling is-terminal v0.4.17
24322026-07-16T17:38:15.138Z Compiling prettyplease v0.2.37
24332026-07-16T17:38:15.138Z Compiling console v0.15.11
24342026-07-16T17:38:15.138Z Compiling newline-converter v0.3.0
24352026-07-16T17:38:15.138Z Compiling slog-dtrace v0.3.0
24362026-07-16T17:38:15.138Z Compiling owo-colors v4.3.0
24372026-07-16T17:38:15.138Z Compiling cancel-safe-futures v0.1.5
24382026-07-16T17:38:15.138Z Compiling resolv-conf v0.7.6
24392026-07-16T17:38:15.138Z Compiling num-rational v0.4.2
24402026-07-16T17:38:15.147Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-07-16T17:38:15.149Z Compiling libsw-core v0.3.2
24422026-07-16T17:38:15.149Z Compiling num-complex v0.4.6
24432026-07-16T17:38:15.192Z Compiling thread_local v1.1.9
24442026-07-16T17:38:15.238Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-16T17:38:15.300Z Compiling compression-core v0.4.31
24462026-07-16T17:38:15.338Z Compiling expectorate v1.2.0
24472026-07-16T17:38:15.367Z Compiling match_cfg v0.1.0
24482026-07-16T17:38:15.444Z Compiling compression-codecs v0.4.37
24492026-07-16T17:38:15.476Z Compiling hostname v0.3.1
24502026-07-16T17:38:15.570Z Compiling num v0.4.3
24512026-07-16T17:38:15.596Z Compiling libsw v3.5.0
24522026-07-16T17:38:15.633Z Compiling slog-async v2.8.0
24532026-07-16T17:38:15.653Z Compiling multer v3.1.0
24542026-07-16T17:38:15.673Z Compiling crossbeam-channel v0.5.15
24552026-07-16T17:38:15.697Z Compiling slog-json v2.6.1
24562026-07-16T17:38:15.718Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-16T17:38:15.718Z Compiling serde_spanned v1.1.1
24582026-07-16T17:38:15.804Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-16T17:38:15.881Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-07-16T17:38:15.916Z Compiling term v1.2.1
24612026-07-16T17:38:15.936Z Compiling linear-map v1.2.0
24622026-07-16T17:38:15.974Z Compiling float-ord v0.3.2
24632026-07-16T17:38:16.031Z Compiling take_mut v0.2.2
24642026-07-16T17:38:16.035Z Compiling linked-hash-map v0.5.6
24652026-07-16T17:38:16.053Z Compiling toml v1.1.2+spec-1.1.0
24662026-07-16T17:38:16.076Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-07-16T17:38:16.117Z Compiling slog-bunyan v2.5.0
24682026-07-16T17:38:16.185Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-07-16T17:38:16.189Z Compiling async-compression v0.4.41
24702026-07-16T17:38:16.228Z Compiling slog-term v2.9.2
24712026-07-16T17:38:16.281Z Compiling typify-impl v0.6.2
24722026-07-16T17:38:16.303Z Compiling lru-cache v0.1.2
24732026-07-16T17:38:16.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-16T17:38:16.533Z Compiling dropshot v0.17.1
24752026-07-16T17:38:16.555Z Compiling async-stream v0.3.6
24762026-07-16T17:38:16.578Z Compiling sha1 v0.11.0
24772026-07-16T17:38:16.582Z Compiling progenitor-client v0.14.0
24782026-07-16T17:38:16.618Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-16T17:38:16.619Z Compiling waitgroup v0.1.2
24802026-07-16T17:38:16.754Z Compiling rustls-pemfile v2.2.0
24812026-07-16T17:38:16.777Z Compiling backon v1.6.0
24822026-07-16T17:38:16.780Z Compiling hostname v0.4.2
24832026-07-16T17:38:16.820Z Compiling serde_path_to_error v0.1.20
24842026-07-16T17:38:16.844Z Compiling instant v0.1.13
24852026-07-16T17:38:16.863Z Compiling debug-ignore v1.0.5
24862026-07-16T17:38:16.922Z Compiling minimal-lexical v0.2.1
24872026-07-16T17:38:16.969Z Compiling progenitor-extras v0.2.0
24882026-07-16T17:38:16.969Z Compiling backoff v0.4.0
24892026-07-16T17:38:17.010Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24902026-07-16T17:38:17.014Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24912026-07-16T17:38:17.014Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-07-16T17:38:17.212Z Compiling nom v7.1.3
24932026-07-16T17:38:17.233Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-16T17:38:17.255Z Compiling parse-display v0.10.0
24952026-07-16T17:38:17.258Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-16T17:38:17.329Z Compiling hickory-proto v0.24.4
24972026-07-16T17:38:17.560Z Compiling regress v0.10.5
24982026-07-16T17:38:17.913Z Compiling macaddr v1.0.1
24992026-07-16T17:38:17.941Z Compiling humantime v2.3.0
25002026-07-16T17:38:18.054Z Compiling unicode-xid v0.2.6
25012026-07-16T17:38:18.204Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-16T17:38:18.266Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-16T17:38:18.361Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-16T17:38:18.569Z Compiling convert_case v0.10.0
25052026-07-16T17:38:18.629Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-16T17:38:18.870Z Compiling derive_more-impl v2.1.1
25072026-07-16T17:38:19.057Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-16T17:38:19.352Z Compiling toml v0.8.23
25092026-07-16T17:38:19.495Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-16T17:38:19.632Z Compiling papergrid v0.11.0
25112026-07-16T17:38:19.667Z Compiling tabled_derive v0.7.0
25122026-07-16T17:38:19.693Z Compiling derive_more v2.1.1
25132026-07-16T17:38:19.765Z Compiling typify-macro v0.6.2
25142026-07-16T17:38:19.806Z Compiling termtree v0.5.1
25152026-07-16T17:38:19.939Z Compiling hickory-resolver v0.24.4
25162026-07-16T17:38:19.962Z Compiling crossterm v0.29.0
25172026-07-16T17:38:20.005Z Compiling phf_shared v0.12.1
25182026-07-16T17:38:20.260Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-16T17:38:20.575Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-16T17:38:20.795Z Compiling tabled v0.15.0
25212026-07-16T17:38:20.809Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-16T17:38:21.293Z Compiling typify v0.6.2
25232026-07-16T17:38:21.581Z Compiling progenitor-impl v0.14.0
25242026-07-16T17:38:21.975Z Compiling qorb v0.4.1
25252026-07-16T17:38:22.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-16T17:38:23.432Z Compiling csv-core v0.1.13
25272026-07-16T17:38:23.769Z Compiling progenitor-macro v0.14.0
25282026-07-16T17:38:23.854Z Compiling vte v0.14.1
25292026-07-16T17:38:23.876Z Compiling chrono-tz v0.10.4
25302026-07-16T17:38:24.118Z Compiling highway v1.3.0
25312026-07-16T17:38:24.806Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-16T17:38:24.869Z Compiling strip-ansi-escapes v0.2.1
25332026-07-16T17:38:25.114Z Compiling csv v1.4.0
25342026-07-16T17:38:25.212Z Compiling phf v0.12.1
25352026-07-16T17:38:25.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-16T17:38:25.410Z Compiling const_format_proc_macros v0.2.34
25372026-07-16T17:38:25.440Z Compiling fd-lock v4.0.4
25382026-07-16T17:38:25.471Z Compiling peg-macros v0.8.5
25392026-07-16T17:38:25.725Z Compiling nu-ansi-term v0.50.3
25402026-07-16T17:38:25.964Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-16T17:38:26.103Z Compiling reedline v0.40.0
25422026-07-16T17:38:26.200Z Compiling const_format v0.2.35
25432026-07-16T17:38:26.732Z Compiling peg v0.8.5
25442026-07-16T17:38:26.754Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-07-16T17:38:26.835Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-07-16T17:38:27.602Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-16T17:38:27.875Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-16T17:38:27.896Z Compiling progenitor v0.14.0
25492026-07-16T17:38:28.010Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-16T17:38:28.032Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-16T17:38:28.074Z Compiling bcs v0.1.6
25522026-07-16T17:38:28.509Z Compiling nom v8.0.0
25532026-07-16T17:38:28.771Z Compiling semver v0.1.20
25542026-07-16T17:38:29.082Z Compiling rustc_version v0.1.7
25552026-07-16T17:38:29.308Z Compiling newtype_derive v0.1.6
25562026-07-16T17:38:29.558Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-16T17:38:29.801Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-16T17:38:30.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-16T17:38:30.491Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25602026-07-16T17:38:30.539Z Compiling unicode-linebreak v0.1.5
25612026-07-16T17:38:30.592Z Compiling smawk v0.3.2
25622026-07-16T17:38:30.615Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-16T17:38:30.763Z Compiling textwrap v0.16.2
25642026-07-16T17:38:30.858Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-07-16T17:38:30.898Z Compiling base64 v0.21.7
25662026-07-16T17:38:31.023Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25672026-07-16T17:38:31.206Z Compiling steno v0.4.1
25682026-07-16T17:38:31.432Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-16T17:38:31.705Z Compiling sha1 v0.10.6
25702026-07-16T17:38:31.760Z Compiling tagptr v0.2.0
25712026-07-16T17:38:31.950Z Compiling utf-8 v0.7.6
25722026-07-16T17:38:32.024Z Compiling moka v0.12.13
25732026-07-16T17:38:32.140Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-07-16T17:38:32.187Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-16T17:38:32.355Z Compiling tungstenite v0.21.0
25762026-07-16T17:38:32.379Z Compiling display-error-chain v0.2.2
25772026-07-16T17:38:32.559Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-16T17:38:32.610Z Compiling radium v0.7.0
25792026-07-16T17:38:32.834Z Compiling tap v1.0.1
25802026-07-16T17:38:32.971Z Compiling maybe-uninit v2.0.0
25812026-07-16T17:38:32.987Z Compiling wyz v0.5.1
25822026-07-16T17:38:33.231Z Compiling hickory-resolver v0.25.2
25832026-07-16T17:38:33.276Z Compiling tokio-tungstenite v0.21.0
25842026-07-16T17:38:33.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25852026-07-16T17:38:33.669Z Compiling vergen-lib v0.1.6
25862026-07-16T17:38:33.815Z Compiling zerocopy-derive v0.6.6
25872026-07-16T17:38:33.930Z Compiling diesel_derives v2.3.7
25882026-07-16T17:38:34.164Z Compiling crc-catalog v2.4.0
25892026-07-16T17:38:34.290Z Compiling packed_struct v0.10.1
25902026-07-16T17:38:34.525Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-16T17:38:34.639Z Compiling funty v2.0.0
25922026-07-16T17:38:34.730Z Compiling zerocopy v0.6.6
25932026-07-16T17:38:35.122Z Compiling bitvec v1.0.1
25942026-07-16T17:38:35.522Z Compiling crc v3.4.0
25952026-07-16T17:38:35.791Z Compiling dsl_auto_type v0.2.0
25962026-07-16T17:38:35.919Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-07-16T17:38:36.290Z Compiling scheduled-thread-pool v0.2.7
25982026-07-16T17:38:36.347Z Compiling packed_struct_codegen v0.10.1
25992026-07-16T17:38:36.480Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26002026-07-16T17:38:36.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-16T17:38:36.663Z Compiling vergen-gitcl v1.0.8
26022026-07-16T17:38:36.884Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-16T17:38:36.910Z Compiling bitfield-macros v0.19.4
26042026-07-16T17:38:36.945Z Compiling dirs-sys-next v0.1.2
26052026-07-16T17:38:37.146Z Compiling proc-macro-error-attr2 v2.0.0
26062026-07-16T17:38:37.255Z Compiling indexmap v1.9.3
26072026-07-16T17:38:37.371Z Compiling crunchy v0.2.4
26082026-07-16T17:38:37.504Z Compiling nodrop v0.1.14
26092026-07-16T17:38:37.586Z Compiling maplit v1.0.2
26102026-07-16T17:38:37.656Z Compiling glob v0.3.3
26112026-07-16T17:38:37.714Z Compiling array-init v0.0.4
26122026-07-16T17:38:37.737Z Compiling bitfield v0.19.4
26132026-07-16T17:38:37.758Z Compiling proc-macro-error2 v2.0.1
26142026-07-16T17:38:38.018Z Compiling clang-sys v1.8.1
26152026-07-16T17:38:38.126Z Compiling dirs-next v2.0.0
26162026-07-16T17:38:38.311Z Compiling r2d2 v0.8.10
26172026-07-16T17:38:38.428Z Compiling smallvec v0.6.14
26182026-07-16T17:38:38.613Z Compiling num-derive v0.3.3
26192026-07-16T17:38:38.685Z Compiling downcast-rs v2.0.2
26202026-07-16T17:38:38.815Z Compiling hashbrown v0.12.3
26212026-07-16T17:38:38.926Z Compiling tiny-keccak v2.0.2
26222026-07-16T17:38:39.207Z Compiling serde-hex v0.1.0
26232026-07-16T17:38:39.533Z Compiling libscf-sys v1.1.0
26242026-07-16T17:38:39.635Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-16T17:38:39.685Z Compiling term v0.7.0
26262026-07-16T17:38:39.710Z Compiling tabled_derive v0.11.0
26272026-07-16T17:38:39.774Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-16T17:38:39.833Z Compiling ron v0.8.1
26292026-07-16T17:38:39.964Z Compiling papergrid v0.17.0
26302026-07-16T17:38:40.019Z Compiling testing_table v0.3.0
26312026-07-16T17:38:40.122Z Compiling hashbrown v0.13.2
26322026-07-16T17:38:40.201Z Compiling crc-any v2.5.0
26332026-07-16T17:38:40.457Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-07-16T17:38:40.769Z Compiling bit-vec v0.6.3
26352026-07-16T17:38:40.794Z Compiling object v0.30.4
26362026-07-16T17:38:40.808Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-16T17:38:40.877Z Compiling bit-set v0.5.3
26382026-07-16T17:38:41.055Z Compiling ascii-canvas v3.0.0
26392026-07-16T17:38:41.314Z Compiling tabled v0.20.0
26402026-07-16T17:38:41.439Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26412026-07-16T17:38:41.587Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-07-16T17:38:41.977Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-16T17:38:42.177Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-16T17:38:42.220Z Compiling progenitor-impl v0.13.0
26452026-07-16T17:38:42.325Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-16T17:38:42.360Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-16T17:38:42.577Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-16T17:38:42.770Z Compiling itertools v0.10.5
26492026-07-16T17:38:42.802Z Compiling ena v0.14.4
26502026-07-16T17:38:42.903Z Compiling diesel v2.3.7
26512026-07-16T17:38:43.044Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-07-16T17:38:43.293Z Compiling libloading v0.8.9
26532026-07-16T17:38:43.326Z Compiling path-slash v0.1.5
26542026-07-16T17:38:43.520Z Compiling unicase v2.9.0
26552026-07-16T17:38:43.541Z Compiling xshell-macros v0.2.7
26562026-07-16T17:38:43.824Z Compiling bindgen v0.71.1
26572026-07-16T17:38:43.868Z Compiling diff v0.1.13
26582026-07-16T17:38:43.912Z Compiling regex-syntax v0.6.29
26592026-07-16T17:38:43.959Z Compiling xshell v0.2.7
26602026-07-16T17:38:44.175Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26612026-07-16T17:38:44.446Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-16T17:38:45.259Z Compiling lalrpop v0.19.12
26632026-07-16T17:38:45.644Z Compiling progenitor-macro v0.13.0
26642026-07-16T17:38:45.801Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-16T17:38:46.099Z Compiling cexpr v0.6.0
26662026-07-16T17:38:46.730Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-16T17:38:46.969Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-16T17:38:47.107Z Compiling progenitor-client v0.13.0
26692026-07-16T17:38:47.442Z Compiling rustc-hash v2.1.1
26702026-07-16T17:38:47.651Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-16T17:38:48.847Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-07-16T17:38:49.185Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-07-16T17:38:49.672Z Compiling headers-core v0.3.0
26742026-07-16T17:38:49.728Z Compiling progenitor v0.13.0
26752026-07-16T17:38:49.832Z Compiling libxml v0.3.3
26762026-07-16T17:38:49.909Z Compiling crc8 v0.1.1
26772026-07-16T17:38:49.952Z Compiling headers v0.4.1
26782026-07-16T17:38:50.047Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-16T17:38:50.083Z Compiling strum_macros v0.24.3
26802026-07-16T17:38:50.147Z Compiling indoc v1.0.9
26812026-07-16T17:38:50.336Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-16T17:38:50.405Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-16T17:38:50.629Z Compiling derive_builder v0.20.2
26842026-07-16T17:38:50.651Z Compiling oso-derive v0.27.3
26852026-07-16T17:38:50.799Z Compiling quick-xml v0.37.5
26862026-07-16T17:38:51.168Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-16T17:38:51.172Z Compiling openssl-probe v0.1.6
26882026-07-16T17:38:51.375Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-16T17:38:51.486Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-16T17:38:51.609Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-16T17:38:51.846Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-16T17:38:52.112Z Compiling bb8 v0.8.6
26932026-07-16T17:38:52.157Z Compiling trait-variant v0.1.2
26942026-07-16T17:38:52.301Z Compiling samael v0.0.19
26952026-07-16T17:38:52.464Z Compiling half v1.8.3
26962026-07-16T17:38:52.528Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-07-16T17:38:52.713Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-16T17:38:52.717Z Compiling polar-core v0.27.3
26992026-07-16T17:38:52.737Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-07-16T17:38:52.941Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-16T17:38:52.969Z Compiling serde_cbor v0.11.2
27022026-07-16T17:38:53.573Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-16T17:38:53.775Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-07-16T17:38:53.893Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-16T17:38:53.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-07-16T17:38:54.220Z Compiling nonempty v0.12.0
27072026-07-16T17:38:54.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-16T17:38:54.386Z Compiling fxhash v0.2.1
27092026-07-16T17:38:54.449Z Compiling libz-sys v1.1.24
27102026-07-16T17:38:54.558Z Compiling salty v0.3.0
27112026-07-16T17:38:54.998Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-16T17:38:55.234Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-16T17:38:55.660Z Compiling kstat-rs v0.2.4
27142026-07-16T17:38:55.786Z Compiling arc-swap v1.8.2
27152026-07-16T17:38:56.145Z Compiling fs-err v2.11.0
27162026-07-16T17:38:56.190Z Compiling slog-scope v4.4.1
27172026-07-16T17:38:56.417Z Compiling mime_guess v2.0.5
27182026-07-16T17:38:56.509Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-16T17:38:56.532Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-16T17:38:56.945Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-16T17:38:57.255Z Compiling rfc6979 v0.4.0
27222026-07-16T17:38:57.439Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-16T17:38:57.614Z Compiling nanorand v0.7.0
27242026-07-16T17:38:57.722Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-16T17:38:57.975Z Compiling parking_lot_core v0.8.6
27262026-07-16T17:38:58.303Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27272026-07-16T17:38:58.351Z Compiling flume v0.11.1
27282026-07-16T17:38:58.775Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-16T17:38:58.797Z Compiling ecdsa v0.16.9
27302026-07-16T17:38:59.873Z Compiling slog-stdlog v4.1.1
27312026-07-16T17:39:00.044Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-16T17:39:00.103Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-16T17:39:00.414Z Compiling async-bb8-diesel v0.2.1
27342026-07-16T17:39:00.866Z Compiling diesel-dtrace v0.5.0
27352026-07-16T17:39:01.181Z Compiling primeorder v0.13.6
27362026-07-16T17:39:01.203Z Compiling git-stub v1.0.0
27372026-07-16T17:39:01.327Z Compiling atty v0.2.14
27382026-07-16T17:39:01.470Z Compiling instability v0.3.11
27392026-07-16T17:39:01.500Z Compiling http-range v0.1.5
27402026-07-16T17:39:01.544Z Compiling strsim v0.10.0
27412026-07-16T17:39:01.732Z Compiling oso v0.27.3
27422026-07-16T17:39:01.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-16T17:39:01.860Z Compiling parse-size v1.1.0
27442026-07-16T17:39:02.096Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-16T17:39:02.196Z Compiling darling_core v0.13.4
27462026-07-16T17:39:03.787Z Compiling p384 v0.13.1
27472026-07-16T17:39:03.830Z Compiling git-stub-vcs v0.1.0
27482026-07-16T17:39:04.180Z Compiling slog-envlogger v2.2.0
27492026-07-16T17:39:05.351Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-16T17:39:05.924Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-16T17:39:06.136Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-16T17:39:07.072Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-16T17:39:07.821Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-16T17:39:08.058Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-07-16T17:39:08.251Z Compiling ignore v0.4.25
27562026-07-16T17:39:08.597Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-16T17:39:08.803Z Compiling vergen-git2 v9.1.0
27582026-07-16T17:39:09.048Z Compiling castaway v0.2.4
27592026-07-16T17:39:09.212Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-16T17:39:09.455Z Compiling indoc v2.0.7
27612026-07-16T17:39:09.791Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-16T17:39:10.112Z Compiling compact_str v0.8.1
27632026-07-16T17:39:10.695Z Compiling globwalk v0.9.1
27642026-07-16T17:39:11.188Z Compiling parking_lot v0.11.2
27652026-07-16T17:39:11.252Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-16T17:39:11.274Z Compiling hyper-staticfile v0.10.1
27672026-07-16T17:39:11.364Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-16T17:39:11.829Z Compiling darling_macro v0.13.4
27692026-07-16T17:39:12.109Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-16T17:39:12.184Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-16T17:39:12.359Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-16T17:39:12.483Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-16T17:39:12.513Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27742026-07-16T17:39:12.761Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-16T17:39:13.163Z Compiling predicates-tree v1.0.13
27762026-07-16T17:39:13.185Z Compiling unicode-truncate v1.1.0
27772026-07-16T17:39:13.400Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-16T17:39:13.628Z Compiling lru v0.12.5
27792026-07-16T17:39:13.647Z Compiling rand_seeder v0.4.0
27802026-07-16T17:39:13.765Z Compiling prefix-trie v0.7.0
27812026-07-16T17:39:13.854Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-16T17:39:13.916Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-16T17:39:14.035Z Compiling illumos-nvpair-sys v0.2.0
27842026-07-16T17:39:14.130Z Compiling corncobs v0.1.4
27852026-07-16T17:39:14.178Z Compiling cassowary v0.3.0
27862026-07-16T17:39:14.312Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-16T17:39:14.332Z Compiling hickory-server v0.25.2
27882026-07-16T17:39:14.335Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-07-16T17:39:14.408Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-16T17:39:14.434Z Compiling camino-tempfile-ext v0.3.3
27912026-07-16T17:39:14.535Z Compiling ratatui v0.29.0
27922026-07-16T17:39:14.672Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-16T17:39:14.924Z Compiling darling v0.13.4
27942026-07-16T17:39:15.036Z Compiling sled v0.34.7
27952026-07-16T17:39:15.082Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-07-16T17:39:15.658Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-16T17:39:15.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-16T17:39:16.503Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-16T17:39:17.531Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-16T17:39:18.112Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-07-16T17:39:18.217Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-07-16T17:39:18.349Z Compiling secrecy v0.8.0
28032026-07-16T17:39:18.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-16T17:39:18.798Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-16T17:39:19.358Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-16T17:39:19.790Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-16T17:39:20.330Z Compiling serde_with_macros v1.5.2
28082026-07-16T17:39:20.689Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-07-16T17:39:21.345Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-16T17:39:21.811Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-16T17:39:22.026Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-07-16T17:39:22.229Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28132026-07-16T17:39:22.482Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-07-16T17:39:22.739Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-07-16T17:39:22.780Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-16T17:39:22.973Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-16T17:39:23.026Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-07-16T17:39:23.176Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-07-16T17:39:23.240Z Compiling git2 v0.20.4
28202026-07-16T17:39:23.312Z Compiling void v1.0.2
28212026-07-16T17:39:23.445Z Compiling lzss v0.8.2
28222026-07-16T17:39:23.726Z Compiling illumos-nvpair v0.3.0
28232026-07-16T17:39:23.767Z Compiling serde_with v1.14.0
28242026-07-16T17:39:24.221Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-16T17:39:24.745Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28262026-07-16T17:39:24.975Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-07-16T17:39:25.362Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-16T17:39:26.290Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-16T17:39:26.414Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-16T17:39:27.162Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-16T17:39:27.241Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-16T17:39:27.958Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-16T17:39:28.202Z Compiling tungstenite v0.23.0
28342026-07-16T17:39:28.244Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-16T17:39:28.621Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-16T17:39:30.182Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-16T17:39:30.271Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-07-16T17:39:30.428Z Compiling nix v0.27.1
28392026-07-16T17:39:30.538Z Compiling twox-hash v2.1.2
28402026-07-16T17:39:30.561Z Compiling serde_bytes v0.11.19
28412026-07-16T17:39:30.727Z Compiling tokio-tungstenite v0.23.1
28422026-07-16T17:39:30.862Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28432026-07-16T17:39:31.033Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-07-16T17:39:31.106Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28452026-07-16T17:39:31.157Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-16T17:39:31.612Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-16T17:39:31.829Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-16T17:39:33.191Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-16T17:39:33.858Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-16T17:39:35.505Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-16T17:39:35.849Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-16T17:39:35.913Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-07-16T17:39:36.183Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-07-16T17:39:36.250Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-07-16T17:39:36.342Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-16T17:39:36.909Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-16T17:39:36.986Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-16T17:39:37.326Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-07-16T17:39:37.904Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-07-16T17:39:38.616Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-07-16T17:39:39.682Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-07-16T17:39:40.474Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-16T17:39:41.843Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-07-16T17:39:42.146Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-16T17:39:42.431Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-16T17:39:43.393Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-07-16T17:39:43.458Z Compiling signal-hook-tokio v0.3.1
28682026-07-16T17:39:43.540Z Compiling fatfs v0.3.6
28692026-07-16T17:39:43.632Z Compiling yasna v0.5.2
28702026-07-16T17:39:43.658Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-16T17:39:43.890Z Compiling seq-macro v0.3.6
28722026-07-16T17:39:44.449Z Compiling assert_matches v1.5.0
28732026-07-16T17:39:44.563Z Compiling is_ci v1.2.0
28742026-07-16T17:39:44.780Z Compiling supports-color v3.0.2
28752026-07-16T17:39:44.845Z Compiling rcgen v0.12.1
28762026-07-16T17:39:45.064Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-16T17:39:45.564Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-16T17:39:45.678Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-16T17:39:46.040Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-16T17:39:46.339Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-16T17:39:46.588Z Compiling port-file v0.1.0
28822026-07-16T17:39:46.925Z Compiling rtoolbox v0.0.3
28832026-07-16T17:39:47.215Z Compiling subprocess v0.2.15
28842026-07-16T17:39:47.483Z Compiling rpassword v7.4.0
28852026-07-16T17:39:47.773Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-16T17:39:49.513Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-16T17:39:49.538Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-07-16T17:39:49.560Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-07-16T17:39:49.720Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-07-16T17:39:51.465Z Compiling tui-tree-widget v0.23.1
28912026-07-16T17:39:51.849Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-16T17:39:52.042Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-16T17:39:53.151Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-16T17:39:53.456Z Compiling uzers v0.12.2
28952026-07-16T17:39:53.642Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-16T17:39:54.595Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-16T17:39:54.868Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-16T17:39:56.192Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-16T17:39:57.688Z Compiling support-bundle-viewer v0.1.2
29002026-07-16T17:39:58.527Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-07-16T17:39:59.557Z Compiling multimap v0.10.1
29022026-07-16T17:40:14.624Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-16T17:40:15.457Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-16T17:40:21.176Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-16T17:40:22.052Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-16T17:40:22.289Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-16T17:47:14.466Z Finished `release` profile [optimized] target(s) in 9m 01s
29082026-07-16T17:48:31.922Z
29092026-07-16T17:48:31.923Zreal 10:19.789232535
29102026-07-16T17:48:31.923Zuser 1:19:12.548518253
29112026-07-16T17:48:31.923Zsys 3:29.448261976
29122026-07-16T17:48:31.923Ztrap 1.748401311
29132026-07-16T17:48:31.926Ztflt 2.313921144
29142026-07-16T17:48:31.927Zdflt 17.972186025
29152026-07-16T17:48:31.927Zkflt 0.006005478
29162026-07-16T17:48:31.927Zlock 7:18:38.396144981
29172026-07-16T17:48:31.927Zslp 2:14:04.991064796
29182026-07-16T17:48:31.927Zlat 2:20.720084819
29192026-07-16T17:48:31.927Zstop 5:05.027405258
29202026-07-16T17:48:31.927Z+ mapfile -t packages
29212026-07-16T17:48:31.927Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-16T17:48:32.842Z Finished `release` profile [optimized] target(s) in 0.90s
29232026-07-16T17:48:32.914Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-16T17:48:32.976ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-16T17:48:32.980Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-16T17:48:33.454Z Compiling libc v0.2.185
29272026-07-16T17:48:33.454Z Compiling serde_core v1.0.228
29282026-07-16T17:48:33.454Z Compiling serde v1.0.228
29292026-07-16T17:48:33.459Z Compiling rustix v1.1.3
29302026-07-16T17:48:33.459Z Compiling bitflags v2.11.0
29312026-07-16T17:48:33.585Z Compiling serde_json v1.0.150
29322026-07-16T17:48:33.604Z Compiling usdt-impl v0.5.0
29332026-07-16T17:48:33.608Z Compiling syn v2.0.117
29342026-07-16T17:48:33.625Z Compiling syn v1.0.109
29352026-07-16T17:48:33.638Z Compiling getrandom v0.4.1
29362026-07-16T17:48:33.641Z Compiling log v0.4.29
29372026-07-16T17:48:33.659Z Compiling indexmap v2.14.0
29382026-07-16T17:48:33.674Z Compiling fs-err v3.3.0
29392026-07-16T17:48:33.890Z Compiling once_cell v1.21.3
29402026-07-16T17:48:33.945Z Compiling heck v0.4.1
29412026-07-16T17:48:33.977Z Compiling anyhow v1.0.102
29422026-07-16T17:48:34.387Z Compiling thread-id v4.2.2
29432026-07-16T17:48:34.427Z Compiling errno v0.3.14
29442026-07-16T17:48:34.427Z Compiling memmap v0.7.0
29452026-07-16T17:48:35.124Z Compiling proc-macro-error v1.0.4
29462026-07-16T17:48:35.369Z Compiling tabled_derive v0.7.0
29472026-07-16T17:48:35.403Z Compiling terminal_size v0.4.3
29482026-07-16T17:48:35.410Z Compiling tempfile v3.25.0
29492026-07-16T17:48:35.501Z Compiling clap_builder v4.6.0
29502026-07-16T17:48:35.501Z Compiling textwrap v0.16.2
29512026-07-16T17:48:35.708Z Compiling camino v1.2.2
29522026-07-16T17:48:35.708Z Compiling cargo-platform v0.3.2
29532026-07-16T17:48:35.771Z Compiling semver v1.0.28
29542026-07-16T17:48:35.796Z Compiling pest_generator v2.8.6
29552026-07-16T17:48:36.018Z Compiling camino-tempfile v1.4.1
29562026-07-16T17:48:36.129Z Compiling tabled v0.15.0
29572026-07-16T17:48:36.378Z Compiling serde_derive v1.0.228
29582026-07-16T17:48:36.378Z Compiling thiserror-impl v1.0.69
29592026-07-16T17:48:36.382Z Compiling zerocopy-derive v0.7.35
29602026-07-16T17:48:36.382Z Compiling pest_derive v2.8.6
29612026-07-16T17:48:36.382Z Compiling scroll_derive v0.12.1
29622026-07-16T17:48:36.382Z Compiling thiserror-impl v2.0.18
29632026-07-16T17:48:36.382Z Compiling clap_derive v4.6.1
29642026-07-16T17:48:37.113Z Compiling scroll v0.12.0
29652026-07-16T17:48:37.243Z Compiling zerocopy v0.7.35
29662026-07-16T17:48:37.365Z Compiling goblin v0.8.2
29672026-07-16T17:48:37.538Z Compiling thiserror v1.0.69
29682026-07-16T17:48:37.658Z Compiling dtrace-parser v0.2.0
29692026-07-16T17:48:37.823Z Compiling thiserror v2.0.18
29702026-07-16T17:48:37.887Z Compiling clap v4.6.1
29712026-07-16T17:48:39.503Z Compiling dof v0.3.0
29722026-07-16T17:48:39.519Z Compiling serde_tokenstream v0.2.3
29732026-07-16T17:48:39.552Z Compiling serde_spanned v0.6.9
29742026-07-16T17:48:39.673Z Compiling toml_datetime v0.6.11
29752026-07-16T17:48:39.686Z Compiling macaddr v1.0.1
29762026-07-16T17:48:39.727Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-16T17:48:39.864Z Compiling cargo_metadata v0.23.1
29782026-07-16T17:48:39.889Z Compiling toml_edit v0.22.27
29792026-07-16T17:48:40.320Z Compiling usdt-attr-macro v0.5.0
29802026-07-16T17:48:40.324Z Compiling usdt-macro v0.5.0
29812026-07-16T17:48:41.009Z Compiling usdt v0.5.0
29822026-07-16T17:48:41.440Z Compiling toml v0.8.23
29832026-07-16T17:48:41.886Z Compiling cargo_toml v0.21.0
29842026-07-16T17:48:46.384Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-16T17:48:49.682Z Finished `release` profile [optimized] target(s) in 16.69s
29862026-07-16T17:48:49.831Z
29872026-07-16T17:48:49.831Zreal 16.811304641
29882026-07-16T17:48:49.831Zuser 2:06.746565665
29892026-07-16T17:48:49.831Zsys 14.370545515
29902026-07-16T17:48:49.837Ztrap 0.063871265
29912026-07-16T17:48:49.837Ztflt 0.425670967
29922026-07-16T17:48:49.837Zdflt 1.361986179
29932026-07-16T17:48:49.837Zkflt 0.000018018
29942026-07-16T17:48:49.837Zlock 4:36.797167917
29952026-07-16T17:48:49.837Zslp 2:46.724552556
29962026-07-16T17:48:49.837Zlat 3.626738298
29972026-07-16T17:48:49.837Zstop 14.764998342
29982026-07-16T17:48:49.837Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-16T17:48:49.838Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-16T17:48:49.838Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-16T17:48:49.838Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-16T17:48:49.838Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-16T17:48:50.747Z Compiling progenitor-client v0.14.0
30042026-07-16T17:48:50.747Z Compiling newtype-uuid-macros v0.1.0
30052026-07-16T17:48:50.747Z Compiling match_cfg v0.1.0
30062026-07-16T17:48:50.747Z Compiling slog-json v2.6.1
30072026-07-16T17:48:50.750Z Compiling structmeta-derive v0.3.0
30082026-07-16T17:48:50.751Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-16T17:48:50.898Z Compiling sha1 v0.11.0
30102026-07-16T17:48:50.901Z Compiling multer v3.1.0
30112026-07-16T17:48:50.913Z Compiling compression-core v0.4.31
30122026-07-16T17:48:50.916Z Compiling debug-ignore v1.0.5
30132026-07-16T17:48:50.916Z Compiling itertools v0.14.0
30142026-07-16T17:48:50.916Z Compiling async-stream-impl v0.3.6
30152026-07-16T17:48:50.916Z Compiling serde_spanned v1.1.1
30162026-07-16T17:48:50.917Z Compiling toml_datetime v1.1.1+spec-1.1.0
30172026-07-16T17:48:50.934Z Compiling dropshot v0.17.1
30182026-07-16T17:48:50.934Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-16T17:48:51.153Z Compiling compression-codecs v0.4.37
30202026-07-16T17:48:51.170Z Compiling waitgroup v0.1.2
30212026-07-16T17:48:51.220Z Compiling toml v1.1.2+spec-1.1.0
30222026-07-16T17:48:51.224Z Compiling rustls-pemfile v2.2.0
30232026-07-16T17:48:51.224Z Compiling dropshot_endpoint v0.17.1
30242026-07-16T17:48:51.240Z Compiling serde_path_to_error v0.1.20
30252026-07-16T17:48:51.291Z Compiling hostname v0.3.1
30262026-07-16T17:48:51.329Z Compiling hostname v0.4.2
30272026-07-16T17:48:51.348Z Compiling async-compression v0.4.41
30282026-07-16T17:48:51.394Z Compiling atomicwrites v0.4.4
30292026-07-16T17:48:51.431Z Compiling slog-bunyan v2.5.0
30302026-07-16T17:48:51.449Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-16T17:48:51.466Z Compiling macaddr v1.0.1
30322026-07-16T17:48:51.470Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-16T17:48:51.522Z Compiling instant v0.1.13
30342026-07-16T17:48:51.591Z Compiling regress v0.10.5
30352026-07-16T17:48:51.611Z Compiling backon v1.6.0
30362026-07-16T17:48:51.630Z Compiling humantime v2.3.0
30372026-07-16T17:48:51.648Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-16T17:48:51.673Z Compiling backoff v0.4.0
30392026-07-16T17:48:51.693Z Compiling half v2.7.1
30402026-07-16T17:48:51.693Z Compiling ciborium-io v0.2.2
30412026-07-16T17:48:51.726Z Compiling async-stream v0.3.6
30422026-07-16T17:48:51.741Z Compiling crucible-workspace-hack v0.1.0
30432026-07-16T17:48:51.827Z Compiling progenitor-extras v0.2.0
30442026-07-16T17:48:51.851Z Compiling regress v0.11.1
30452026-07-16T17:48:51.919Z Compiling convert_case v0.4.0
30462026-07-16T17:48:51.938Z Compiling secrecy v0.10.3
30472026-07-16T17:48:51.943Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-07-16T17:48:51.943Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30492026-07-16T17:48:51.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-07-16T17:48:51.996Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-07-16T17:48:52.043Z Compiling ciborium-ll v0.2.2
30522026-07-16T17:48:52.106Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-07-16T17:48:52.125Z Compiling inout v0.1.4
30542026-07-16T17:48:52.145Z Compiling unsafe-libyaml v0.2.11
30552026-07-16T17:48:52.162Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30562026-07-16T17:48:52.166Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-16T17:48:52.285Z Compiling ciborium v0.2.2
30582026-07-16T17:48:52.304Z Compiling structmeta v0.3.0
30592026-07-16T17:48:52.323Z Compiling cipher v0.4.4
30602026-07-16T17:48:52.343Z Compiling derive_more v0.99.20
30612026-07-16T17:48:52.347Z Compiling universal-hash v0.5.1
30622026-07-16T17:48:52.378Z Compiling opaque-debug v0.3.1
30632026-07-16T17:48:52.398Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-07-16T17:48:52.398Z Compiling blake2 v0.10.6
30652026-07-16T17:48:52.471Z Compiling aead v0.5.2
30662026-07-16T17:48:52.516Z Compiling poly1305 v0.8.0
30672026-07-16T17:48:52.549Z Compiling derive-ex v0.1.8
30682026-07-16T17:48:52.565Z Compiling parse-display-derive v0.10.0
30692026-07-16T17:48:52.600Z Compiling chacha20 v0.9.1
30702026-07-16T17:48:52.699Z Compiling serde_yaml v0.9.34+deprecated
30712026-07-16T17:48:52.716Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30722026-07-16T17:48:52.874Z Compiling password-hash v0.5.0
30732026-07-16T17:48:52.892Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-16T17:48:52.911Z Compiling chacha20poly1305 v0.10.1
30752026-07-16T17:48:52.927Z Compiling indent_write v2.2.0
30762026-07-16T17:48:53.001Z Compiling darling_core v0.21.3
30772026-07-16T17:48:53.088Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-16T17:48:53.107Z Compiling heapless v0.8.0
30792026-07-16T17:48:53.178Z Compiling argon2 v0.5.3
30802026-07-16T17:48:53.288Z Compiling tabwriter v1.4.1
30812026-07-16T17:48:53.318Z Compiling hash32 v0.3.1
30822026-07-16T17:48:53.452Z Compiling thiserror-no-std v2.0.2
30832026-07-16T17:48:53.476Z Compiling typify-impl v0.6.2
30842026-07-16T17:48:53.552Z Compiling vsss-rs v3.3.4
30852026-07-16T17:48:53.569Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-07-16T17:48:53.705Z Compiling proc-macro-crate v3.4.0
30872026-07-16T17:48:53.863Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30882026-07-16T17:48:54.126Z Compiling smoltcp v0.11.0
30892026-07-16T17:48:54.246Z Compiling cobs v0.3.0
30902026-07-16T17:48:54.299Z Compiling num_enum_derive v0.7.6
30912026-07-16T17:48:54.358Z Compiling test-strategy v0.4.5
30922026-07-16T17:48:54.373Z Compiling parse-display v0.10.0
30932026-07-16T17:48:54.393Z Compiling colored v3.1.1
30942026-07-16T17:48:54.469Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30952026-07-16T17:48:54.560Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30962026-07-16T17:48:54.595Z Compiling postcard v1.1.3
30972026-07-16T17:48:54.727Z Compiling proc-macro-error v1.0.4
30982026-07-16T17:48:54.814Z Compiling proc-macro-crate v1.3.1
30992026-07-16T17:48:54.859Z Compiling rand v0.10.1
31002026-07-16T17:48:54.879Z Compiling foreign-types-macros v0.2.3
31012026-07-16T17:48:54.896Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-16T17:48:55.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-16T17:48:55.049Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-16T17:48:55.102Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-16T17:48:55.220Z Compiling foreign-types-shared v0.3.1
31062026-07-16T17:48:55.239Z Compiling rayon-core v1.13.0
31072026-07-16T17:48:55.290Z Compiling num_enum_derive v0.5.11
31082026-07-16T17:48:55.347Z Compiling crossbeam-deque v0.8.6
31092026-07-16T17:48:55.351Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-16T17:48:55.400Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-16T17:48:55.470Z Compiling cstr-argument v0.1.2
31122026-07-16T17:48:55.489Z Compiling num_enum v0.7.6
31132026-07-16T17:48:55.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-07-16T17:48:55.546Z Compiling foreign-types v0.5.0
31152026-07-16T17:48:55.597Z Compiling darling_macro v0.21.3
31162026-07-16T17:48:55.654Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-16T17:48:55.671Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-07-16T17:48:55.690Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31192026-07-16T17:48:55.799Z Compiling zone_cfg_derive v0.3.1
31202026-07-16T17:48:55.826Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31212026-07-16T17:48:55.877Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-07-16T17:48:55.915Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31232026-07-16T17:48:55.935Z Compiling itertools v0.12.1
31242026-07-16T17:48:55.953Z Compiling num-derive v0.4.2
31252026-07-16T17:48:56.003Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-16T17:48:56.040Z Compiling rayon v1.11.0
31272026-07-16T17:48:56.103Z Compiling sigpipe v0.1.3
31282026-07-16T17:48:56.149Z Compiling glob v0.3.3
31292026-07-16T17:48:56.185Z Compiling darling v0.21.3
31302026-07-16T17:48:56.216Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-07-16T17:48:56.234Z Compiling cpubits v0.1.1
31322026-07-16T17:48:56.294Z Compiling ingot-macros v0.1.1
31332026-07-16T17:48:56.313Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31342026-07-16T17:48:56.333Z Compiling smf v0.2.3
31352026-07-16T17:48:56.432Z Compiling num_enum v0.5.11
31362026-07-16T17:48:56.456Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31372026-07-16T17:48:56.550Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31382026-07-16T17:48:56.588Z Compiling whoami v1.6.1
31392026-07-16T17:48:56.592Z Compiling usdt-macro v0.5.0
31402026-07-16T17:48:56.592Z Compiling usdt-attr-macro v0.5.0
31412026-07-16T17:48:56.640Z Compiling gethostname v0.5.0
31422026-07-16T17:48:56.643Z Compiling num-rational v0.4.2
31432026-07-16T17:48:56.891Z Compiling pem-rfc7468 v1.0.0
31442026-07-16T17:48:56.908Z Compiling num-complex v0.4.6
31452026-07-16T17:48:56.928Z Compiling memmap v0.7.0
31462026-07-16T17:48:56.980Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31472026-07-16T17:48:57.081Z Compiling derive-where v1.6.0
31482026-07-16T17:48:57.150Z Compiling zone v0.3.1
31492026-07-16T17:48:57.216Z Compiling float-ord v0.3.2
31502026-07-16T17:48:57.235Z Compiling toml v0.8.23
31512026-07-16T17:48:57.263Z Compiling hmac v0.13.0
31522026-07-16T17:48:57.345Z Compiling num v0.4.3
31532026-07-16T17:48:57.363Z Compiling universal-hash v0.6.1
31542026-07-16T17:48:57.384Z Compiling resolv-conf v0.7.6
31552026-07-16T17:48:57.446Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-16T17:48:57.465Z Compiling cancel-safe-futures v0.1.5
31572026-07-16T17:48:57.484Z Compiling owo-colors v4.3.0
31582026-07-16T17:48:57.500Z Compiling usdt v0.5.0
31592026-07-16T17:48:57.530Z Compiling polyval v0.7.1
31602026-07-16T17:48:57.609Z Compiling der v0.8.0
31612026-07-16T17:48:57.627Z Compiling libsw-core v0.3.2
31622026-07-16T17:48:57.734Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-16T17:48:57.793Z Compiling prettyplease v0.2.37
31642026-07-16T17:48:57.813Z Compiling libsw v3.5.0
31652026-07-16T17:48:57.850Z Compiling ghash v0.6.0
31662026-07-16T17:48:57.876Z Compiling pbkdf2 v0.13.0
31672026-07-16T17:48:57.913Z Compiling aes v0.9.1
31682026-07-16T17:48:57.914Z Compiling console v0.15.11
31692026-07-16T17:48:58.046Z Compiling hickory-proto v0.24.4
31702026-07-16T17:48:58.049Z Compiling newline-converter v0.3.0
31712026-07-16T17:48:58.053Z Compiling ctr v0.10.1
31722026-07-16T17:48:58.097Z Compiling aead v0.6.1
31732026-07-16T17:48:58.168Z Compiling sha2 v0.11.0
31742026-07-16T17:48:58.186Z Compiling linear-map v1.2.0
31752026-07-16T17:48:58.189Z Compiling typify-macro v0.6.2
31762026-07-16T17:48:58.834Z Compiling linked-hash-map v0.5.6
31772026-07-16T17:48:58.858Z Compiling libefi-sys v0.1.0
31782026-07-16T17:48:58.858Z Compiling expectorate v1.2.0
31792026-07-16T17:48:58.858Z Compiling aes-gcm v0.11.0
31802026-07-16T17:48:58.858Z Compiling lru-cache v0.1.2
31812026-07-16T17:48:58.858Z Compiling spki v0.8.0
31822026-07-16T17:48:58.858Z Compiling crypto-bigint v0.7.5
31832026-07-16T17:48:58.858Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-07-16T17:48:58.859Z Compiling cbc v0.2.1
31852026-07-16T17:48:58.859Z Compiling salsa20 v0.11.0
31862026-07-16T17:48:58.859Z Compiling bitfield-struct v0.6.2
31872026-07-16T17:48:58.859Z Compiling nom v8.0.0
31882026-07-16T17:48:58.859Z Compiling semver v0.1.20
31892026-07-16T17:48:58.871Z Compiling tokio-dtrace v0.1.1
31902026-07-16T17:48:58.919Z Compiling scrypt v0.12.0
31912026-07-16T17:48:59.058Z Compiling rustc_version v0.1.7
31922026-07-16T17:48:59.081Z Compiling dropshot-api-manager-types v0.7.2
31932026-07-16T17:48:59.183Z Compiling slog-dtrace v0.3.0
31942026-07-16T17:48:59.199Z Compiling minimal-lexical v0.2.1
31952026-07-16T17:48:59.271Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-16T17:48:59.309Z Compiling ingot-types v0.1.2
31972026-07-16T17:48:59.342Z Compiling newtype_derive v0.1.6
31982026-07-16T17:48:59.375Z Compiling pkcs5 v0.8.1
31992026-07-16T17:48:59.459Z Compiling nom v7.1.3
32002026-07-16T17:48:59.486Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-16T17:48:59.503Z Compiling oxide-tokio-rt v0.1.4
32022026-07-16T17:48:59.521Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-16T17:48:59.587Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-16T17:48:59.728Z Compiling ingot v0.1.1
32052026-07-16T17:48:59.790Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-16T17:48:59.816Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-07-16T17:48:59.835Z Compiling phf_shared v0.12.1
32082026-07-16T17:48:59.858Z Compiling csv-core v0.1.13
32092026-07-16T17:49:00.015Z Compiling xshell-macros v0.2.7
32102026-07-16T17:49:00.044Z Compiling highway v1.3.0
32112026-07-16T17:49:00.131Z Compiling typify v0.6.2
32122026-07-16T17:49:00.149Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32132026-07-16T17:49:00.168Z Compiling unicode-xid v0.2.6
32142026-07-16T17:49:00.217Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-07-16T17:49:00.250Z Compiling progenitor-impl v0.14.0
32162026-07-16T17:49:00.277Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-07-16T17:49:00.333Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32182026-07-16T17:49:00.365Z Compiling hickory-resolver v0.24.4
32192026-07-16T17:49:00.417Z Compiling chrono-tz v0.10.4
32202026-07-16T17:49:00.459Z Compiling const_format_proc_macros v0.2.34
32212026-07-16T17:49:00.478Z Compiling xshell v0.2.7
32222026-07-16T17:49:00.679Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-07-16T17:49:00.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-07-16T17:49:01.028Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-07-16T17:49:01.184Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32262026-07-16T17:49:01.291Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-16T17:49:01.309Z Compiling csv v1.4.0
32282026-07-16T17:49:01.374Z Compiling phf v0.12.1
32292026-07-16T17:49:01.392Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32302026-07-16T17:49:01.471Z Compiling qorb v0.4.1
32312026-07-16T17:49:01.560Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32322026-07-16T17:49:01.630Z Compiling pkcs8 v0.11.0
32332026-07-16T17:49:01.902Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-07-16T17:49:01.957Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-07-16T17:49:02.086Z Compiling const_format v0.2.35
32362026-07-16T17:49:02.105Z Compiling tabled_derive v0.7.0
32372026-07-16T17:49:02.206Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32382026-07-16T17:49:02.443Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-07-16T17:49:02.553Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-07-16T17:49:02.649Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-07-16T17:49:02.764Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32422026-07-16T17:49:02.826Z Compiling bcs v0.1.6
32432026-07-16T17:49:02.997Z Compiling progenitor-macro v0.14.0
32442026-07-16T17:49:03.072Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32452026-07-16T17:49:03.159Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-07-16T17:49:03.186Z Compiling ff v0.14.0
32472026-07-16T17:49:03.279Z Compiling tagptr v0.2.0
32482026-07-16T17:49:03.369Z Compiling termtree v0.5.1
32492026-07-16T17:49:03.412Z Compiling salty v0.3.0
32502026-07-16T17:49:03.458Z Compiling moka v0.12.13
32512026-07-16T17:49:03.558Z Compiling textwrap v0.16.2
32522026-07-16T17:49:03.621Z Compiling tabled v0.15.0
32532026-07-16T17:49:03.691Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-16T17:49:03.709Z Compiling steno v0.4.1
32552026-07-16T17:49:03.758Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-16T17:49:03.930Z Compiling sha1 v0.10.6
32572026-07-16T17:49:03.954Z Compiling signature v3.0.0
32582026-07-16T17:49:03.958Z Compiling base16ct v1.0.0
32592026-07-16T17:49:04.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-16T17:49:04.066Z Compiling base64 v0.21.7
32612026-07-16T17:49:04.173Z Compiling radium v0.7.0
32622026-07-16T17:49:04.204Z Compiling hickory-resolver v0.25.2
32632026-07-16T17:49:04.221Z Compiling sec1 v0.8.1
32642026-07-16T17:49:04.358Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32652026-07-16T17:49:04.419Z Compiling group v0.14.0
32662026-07-16T17:49:04.513Z Compiling hkdf v0.13.0
32672026-07-16T17:49:04.537Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-07-16T17:49:04.559Z Compiling rfc6979 v0.4.0
32692026-07-16T17:49:04.631Z Compiling maybe-uninit v2.0.0
32702026-07-16T17:49:04.783Z Compiling tap v1.0.1
32712026-07-16T17:49:04.802Z Compiling ecdsa v0.16.9
32722026-07-16T17:49:04.872Z Compiling elliptic-curve v0.14.0-rc.33
32732026-07-16T17:49:04.926Z Compiling wyz v0.5.1
32742026-07-16T17:49:05.158Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-16T17:49:05.241Z Compiling primeorder v0.13.6
32762026-07-16T17:49:05.318Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-16T17:49:05.336Z Compiling funty v2.0.0
32782026-07-16T17:49:05.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32792026-07-16T17:49:05.540Z Compiling parking_lot_core v0.8.6
32802026-07-16T17:49:05.599Z Compiling utf-8 v0.7.6
32812026-07-16T17:49:05.773Z Compiling packed_struct v0.10.1
32822026-07-16T17:49:05.796Z Compiling proc-macro-error2 v2.0.1
32832026-07-16T17:49:05.843Z Compiling tungstenite v0.21.0
32842026-07-16T17:49:05.884Z Compiling bitvec v1.0.1
32852026-07-16T17:49:05.976Z Compiling p384 v0.13.1
32862026-07-16T17:49:06.073Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-16T17:49:06.160Z Compiling rfc6979 v0.5.0
32882026-07-16T17:49:06.182Z Compiling git-stub v1.0.0
32892026-07-16T17:49:06.210Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-16T17:49:06.216Z Compiling num-derive v0.3.3
32912026-07-16T17:49:06.318Z Compiling packed_struct_codegen v0.10.1
32922026-07-16T17:49:06.339Z Compiling bitfield-macros v0.19.4
32932026-07-16T17:49:06.474Z Compiling zerocopy-derive v0.6.6
32942026-07-16T17:49:06.491Z Compiling indexmap v1.9.3
32952026-07-16T17:49:06.587Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-07-16T17:49:06.752Z Compiling crc-catalog v2.4.0
32972026-07-16T17:49:06.755Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-07-16T17:49:06.840Z Compiling nodrop v0.1.14
32992026-07-16T17:49:06.874Z Compiling crc v3.4.0
33002026-07-16T17:49:06.949Z Compiling array-init v0.0.4
33012026-07-16T17:49:06.967Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33022026-07-16T17:49:07.027Z Compiling tokio-tungstenite v0.21.0
33032026-07-16T17:49:07.049Z Compiling git-stub-vcs v0.1.0
33042026-07-16T17:49:07.105Z Compiling ecdsa v0.17.0-rc.18
33052026-07-16T17:49:07.144Z Compiling bitfield v0.19.4
33062026-07-16T17:49:07.162Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-07-16T17:49:07.225Z Compiling libscf-sys v1.1.0
33082026-07-16T17:49:07.328Z Compiling smallvec v0.6.14
33092026-07-16T17:49:07.377Z Compiling tabled_derive v0.11.0
33102026-07-16T17:49:07.423Z Compiling zerocopy v0.6.6
33112026-07-16T17:49:07.460Z Compiling primeorder v0.14.0-rc.10
33122026-07-16T17:49:07.498Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-16T17:49:07.501Z Compiling primefield v0.14.0
33142026-07-16T17:49:07.571Z Compiling progenitor-impl v0.13.0
33152026-07-16T17:49:07.589Z Compiling papergrid v0.17.0
33162026-07-16T17:49:07.712Z Compiling testing_table v0.3.0
33172026-07-16T17:49:07.764Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-16T17:49:07.781Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-16T17:49:07.797Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-16T17:49:07.828Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-16T17:49:07.903Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-16T17:49:07.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-16T17:49:08.079Z Compiling illumos-nvpair-sys v0.2.0
33242026-07-16T17:49:08.098Z Compiling unicase v2.9.0
33252026-07-16T17:49:08.115Z Compiling hashbrown v0.12.3
33262026-07-16T17:49:08.172Z Compiling progenitor v0.14.0
33272026-07-16T17:49:08.204Z Compiling corncobs v0.1.4
33282026-07-16T17:49:08.308Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-16T17:49:08.326Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-07-16T17:49:08.342Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-07-16T17:49:08.362Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-16T17:49:08.381Z Compiling mime_guess v2.0.5
33332026-07-16T17:49:08.434Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-16T17:49:08.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-07-16T17:49:08.627Z Compiling tabled v0.20.0
33362026-07-16T17:49:08.645Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-07-16T17:49:08.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-07-16T17:49:08.819Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-07-16T17:49:08.878Z Compiling parking_lot v0.11.2
33402026-07-16T17:49:08.896Z Compiling serde-hex v0.1.0
33412026-07-16T17:49:09.000Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-07-16T17:49:09.047Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-16T17:49:09.166Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-07-16T17:49:09.294Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-07-16T17:49:09.331Z Compiling ron v0.8.1
33462026-07-16T17:49:09.447Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-16T17:49:09.451Z Compiling hashbrown v0.13.2
33482026-07-16T17:49:09.508Z Compiling progenitor-client v0.13.0
33492026-07-16T17:49:09.526Z Compiling prefix-trie v0.7.0
33502026-07-16T17:49:09.906Z Compiling fxhash v0.2.1
33512026-07-16T17:49:09.925Z Compiling secrecy v0.8.0
33522026-07-16T17:49:10.025Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-07-16T17:49:10.044Z Compiling crc-any v2.5.0
33542026-07-16T17:49:10.116Z Compiling sled v0.34.7
33552026-07-16T17:49:10.276Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-16T17:49:10.315Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33572026-07-16T17:49:10.337Z Compiling progenitor-macro v0.13.0
33582026-07-16T17:49:10.722Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-07-16T17:49:11.055Z Compiling object v0.30.4
33602026-07-16T17:49:11.072Z Compiling hickory-server v0.25.2
33612026-07-16T17:49:11.121Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-16T17:49:11.144Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-16T17:49:11.381Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-16T17:49:11.520Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33652026-07-16T17:49:11.628Z Compiling ed25519 v3.0.0
33662026-07-16T17:49:11.676Z Compiling crypto-primes v0.7.2
33672026-07-16T17:49:12.037Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-16T17:49:12.707Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-16T17:49:12.762Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-16T17:49:12.786Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-07-16T17:49:12.808Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-16T17:49:12.825Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-16T17:49:13.005Z Compiling poly1305 v0.9.0
33742026-07-16T17:49:13.254Z Compiling blowfish v0.10.0
33752026-07-16T17:49:13.273Z Compiling blake2 v0.11.0-rc.6
33762026-07-16T17:49:13.292Z Compiling keccak v0.2.0
33772026-07-16T17:49:13.507Z Compiling crc8 v0.1.1
33782026-07-16T17:49:13.542Z Compiling fiat-crypto v0.3.0
33792026-07-16T17:49:13.595Z Compiling path-slash v0.1.5
33802026-07-16T17:49:13.624Z Compiling half v1.8.3
33812026-07-16T17:49:13.660Z Compiling http-range v0.1.5
33822026-07-16T17:49:13.769Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33832026-07-16T17:49:13.786Z Compiling argon2 v0.6.0-rc.8
33842026-07-16T17:49:13.805Z Compiling sha3 v0.11.0
33852026-07-16T17:49:13.881Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-07-16T17:49:13.912Z Compiling serde_cbor v0.11.2
33872026-07-16T17:49:13.929Z Compiling bcrypt-pbkdf v0.11.0
33882026-07-16T17:49:13.932Z Compiling ssh-cipher v0.3.0-rc.9
33892026-07-16T17:49:14.082Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-07-16T17:49:14.264Z Compiling rsa v0.10.0-rc.18
33912026-07-16T17:49:14.285Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-16T17:49:14.442Z Compiling illumos-nvpair v0.3.0
33932026-07-16T17:49:14.631Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-07-16T17:49:14.726Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-16T17:49:14.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-16T17:49:14.834Z Compiling p521 v0.14.0-rc.10
33972026-07-16T17:49:14.875Z Compiling p256 v0.14.0-rc.10
33982026-07-16T17:49:14.994Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-07-16T17:49:15.023Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-16T17:49:15.063Z Compiling yasna v0.5.2
34012026-07-16T17:49:15.104Z Compiling kstat-rs v0.2.4
34022026-07-16T17:49:15.430Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-07-16T17:49:15.435Z Compiling progenitor v0.13.0
34042026-07-16T17:49:15.554Z Compiling headers-core v0.3.0
34052026-07-16T17:49:15.628Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34062026-07-16T17:49:15.645Z Compiling kem v0.3.0
34072026-07-16T17:49:15.681Z Compiling module-lattice v0.2.3
34082026-07-16T17:49:15.700Z Compiling nanorand v0.7.0
34092026-07-16T17:49:15.718Z Compiling atty v0.2.14
34102026-07-16T17:49:15.784Z Compiling headers v0.4.1
34112026-07-16T17:49:15.802Z Compiling rcgen v0.12.1
34122026-07-16T17:49:15.806Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-07-16T17:49:15.854Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34142026-07-16T17:49:15.961Z Compiling ml-kem v0.3.2
34152026-07-16T17:49:16.023Z Compiling flume v0.11.1
34162026-07-16T17:49:16.151Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-07-16T17:49:16.232Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-07-16T17:49:16.371Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-07-16T17:49:16.568Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34202026-07-16T17:49:16.741Z Compiling hyper-staticfile v0.10.1
34212026-07-16T17:49:16.853Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-16T17:49:16.918Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-16T17:49:16.936Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-07-16T17:49:17.200Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-07-16T17:49:17.253Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34262026-07-16T17:49:17.286Z Compiling russh-cryptovec v0.61.0
34272026-07-16T17:49:17.540Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-07-16T17:49:17.557Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-07-16T17:49:17.683Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34302026-07-16T17:49:17.712Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34312026-07-16T17:49:17.962Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-16T17:49:18.157Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-16T17:49:18.176Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-16T17:49:18.195Z Compiling port-file v0.1.0
34352026-07-16T17:49:18.287Z Compiling num-bigint v0.4.6
34362026-07-16T17:49:18.467Z Compiling generic-array v1.4.3
34372026-07-16T17:49:18.484Z Compiling russh-util v0.52.0
34382026-07-16T17:49:18.519Z Compiling enum_dispatch v0.3.13
34392026-07-16T17:49:18.581Z Compiling delegate v0.13.5
34402026-07-16T17:49:18.673Z Compiling subprocess v0.2.15
34412026-07-16T17:49:18.901Z Compiling p384 v0.14.0-rc.10
34422026-07-16T17:49:19.000Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-07-16T17:49:19.090Z Compiling hex-literal v1.1.0
34442026-07-16T17:49:19.240Z Compiling md5 v0.8.0
34452026-07-16T17:49:19.311Z Compiling display-error-chain v0.2.2
34462026-07-16T17:49:19.369Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-07-16T17:49:19.469Z Compiling colored v2.2.0
34482026-07-16T17:49:19.486Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-07-16T17:49:19.503Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-07-16T17:49:19.538Z Compiling socket2 v0.5.10
34512026-07-16T17:49:19.556Z Compiling internet-checksum v0.2.1
34522026-07-16T17:49:20.422Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-16T17:49:21.095Z Compiling ssh-key v0.7.0-rc.10
34542026-07-16T17:49:21.137Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-07-16T17:49:21.617Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-16T17:49:22.336Z Compiling russh v0.61.2
34572026-07-16T17:49:22.727Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-16T17:49:23.468Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-16T17:49:31.886Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-07-16T17:49:31.886Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34612026-07-16T17:49:31.886Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-07-16T17:49:31.890Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-16T17:49:33.606Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-16T17:49:33.798Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-16T17:49:37.660Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-16T17:50:17.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34672026-07-16T17:50:17.887Z
34682026-07-16T17:50:17.887Zreal 1:27.995373164
34692026-07-16T17:50:17.887Zuser 8:48.436034901
34702026-07-16T17:50:17.887Zsys 1:46.280807378
34712026-07-16T17:50:17.891Ztrap 0.280357197
34722026-07-16T17:50:17.892Ztflt 0.400814481
34732026-07-16T17:50:17.892Zdflt 1.506359476
34742026-07-16T17:50:17.892Zkflt 0.000224472
34752026-07-16T17:50:17.892Zlock 31:20.888814343
34762026-07-16T17:50:17.892Zslp 20:11.836959592
34772026-07-16T17:50:17.892Zlat 42.378474465
34782026-07-16T17:50:17.892Zstop 3:10.679227812
34792026-07-16T17:50:17.892Z+ mkdir tests
34802026-07-16T17:50:17.896Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-16T17:50:17.896Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-16T17:50:17.916Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2396c756e7171acc tests/
34832026-07-16T17:50:17.946Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-157eb7e84d6f5660 tests/
34842026-07-16T17:50:17.976Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3313f85cab4a55e1 tests/
34852026-07-16T17:50:18.007Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-011827b2c3b98d0a tests/
34862026-07-16T17:50:18.334Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34872026-07-16T17:50:18.337Z+ 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-157eb7e84d6f5660 tests/commtest-3313f85cab4a55e1 tests/dhcp_server-2396c756e7171acc tests/end_to_end_tests-011827b2c3b98d0a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34882026-07-16T17:51:38.588ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-16T17:51:38.588Za .github/buildomat/ci-env.sh 1K
34902026-07-16T17:51:38.588Za out/target/test 1K
34912026-07-16T17:51:38.588Za out/npuzone/npuzone 27402K
34922026-07-16T17:51:38.588Za package-manifest.toml 35K
34932026-07-16T17:51:38.588Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-16T17:51:38.588Za target/release/omicron-package 40729K
34952026-07-16T17:51:38.588Za target/release/xtask 10468K
34962026-07-16T17:51:38.589Za target/debug/bootstrap 349577K
34972026-07-16T17:51:38.589Za tests/bootstrap-157eb7e84d6f5660 31974K
34982026-07-16T17:51:38.589Za tests/commtest-3313f85cab4a55e1 32169K
34992026-07-16T17:51:38.589Za tests/dhcp_server-2396c756e7171acc 31974K
35002026-07-16T17:51:38.589Za tests/end_to_end_tests-011827b2c3b98d0a 399445K
35012026-07-16T17:51:38.589Za tools/opte_version 1K
35022026-07-16T17:51:38.589Za tools/opte_version_override 2K
35032026-07-16T17:51:38.589Za out/clickhouse.tar.gz 310727K
35042026-07-16T17:51:38.589Za out/clickhouse_keeper.tar.gz 297198K
35052026-07-16T17:51:38.589Za out/clickhouse_server.tar.gz 310724K
35062026-07-16T17:51:38.589Za out/cockroachdb.tar.gz 161740K
35072026-07-16T17:51:38.589Za out/crucible-pantry-zone.tar.gz 39113K
35082026-07-16T17:51:38.589Za out/crucible-utils.tar 18900K
35092026-07-16T17:51:38.589Za out/crucible-zone.tar.gz 53808K
35102026-07-16T17:51:38.589Za out/external-dns.tar.gz 46709K
35112026-07-16T17:51:38.589Za out/internal-dns.tar.gz 46708K
35122026-07-16T17:51:38.589Za out/mg-ddm-gz.tar 102717K
35132026-07-16T17:51:38.589Za out/nexus.tar.gz 275108K
35142026-07-16T17:51:38.589Za out/ntp.tar.gz 29912K
35152026-07-16T17:51:38.589Za out/omicron-gateway-softnpu.tar.gz 27710K
35162026-07-16T17:51:38.589Za out/omicron-sled-agent.tar 192454K
35172026-07-16T17:51:38.589Za out/overlay.tar.gz 4K
35182026-07-16T17:51:38.589Za out/oximeter.tar.gz 60707K
35192026-07-16T17:51:38.589Za out/oxlog.tar 3808K
35202026-07-16T17:51:38.589Za out/probe.tar.gz 3037K
35212026-07-16T17:51:38.589Za out/propolis-server.tar.gz 34372K
35222026-07-16T17:51:38.589Za out/pumpkind-gz.tar 26647K
35232026-07-16T17:51:38.589Za out/switch-softnpu.tar.gz 452048K
35242026-07-16T17:51:38.593Z
35252026-07-16T17:51:38.593Zreal 1:20.251154718
35262026-07-16T17:51:38.593Zuser 1:17.565144620
35272026-07-16T17:51:38.593Zsys 4.441234001
35282026-07-16T17:51:38.593Ztrap 0.005540992
35292026-07-16T17:51:38.593Ztflt 0.000000000
35302026-07-16T17:51:38.593Zdflt 0.000000000
35312026-07-16T17:51:38.593Zkflt 0.000000000
35322026-07-16T17:51:38.593Zlock 0.000000000
35332026-07-16T17:51:38.593Zslp 1:17.489040639
35342026-07-16T17:51:38.593Zlat 0.996235980
35352026-07-16T17:51:38.593Zstop 0.000514578
35362026-07-16T17:51:38.593Zprocess exited: duration 1016684 ms, exit code 0
 
35372026-07-16T17:51:38.608Zfound 1 output files
35382026-07-16T17:51:38.608Zuploading: /work/package.tar.gz (2489367446 bytes)
35392026-07-16T17:52:08.397Zuploaded: /work/package.tar.gz