01KY6KMBP2ASXS50NWR1RX94NS: 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: 01KY6KN7RT51ZA7J7VQA4RZQGE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T04:28:39.995Zjob assigned to worker 01KY6KNH6VGY5BYHKGD69D2JDF [factory aws, i-02658960d35b0b6e2] (queued for 1 m 2 s)
 
22026-07-23T04:28:47.316Zstarting task 0: "setup"
32026-07-23T04:28:47.321Z++ uname -s
42026-07-23T04:28:47.329Z+ kern=SunOS
52026-07-23T04:28:47.329Z+ build_user=build
62026-07-23T04:28:47.329Z+ build_uid=12345
72026-07-23T04:28:47.330Z+ work_dir=/work
82026-07-23T04:28:47.330Z+ input_dir=/input
92026-07-23T04:28:47.330Z+ [[ 0 == 12345 ]]
102026-07-23T04:28:47.330Z+ case "$kern" in
112026-07-23T04:28:47.330Z+ groupadd -g 12345 build
122026-07-23T04:28:47.330Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T04:28:49.333Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T04:28:49.405Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T04:28:49.409Z+ home_fs=zfs
162026-07-23T04:28:49.409Z+ [[ zfs == autofs ]]
172026-07-23T04:28:49.409Z+ mkdir -p /home/build
182026-07-23T04:28:49.409Z+ chown build:build /home/build /work
192026-07-23T04:28:51.408Z+ chmod 0700 /home/build /work
202026-07-23T04:28:51.411Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-23T04:28:51.418Zstarting task 1: "rust-toolchain"
222026-07-23T04:28:51.422Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T04:28:51.422Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-23T04:28:51.422Z * rust toolchain channel = "1.96.1"
252026-07-23T04:28:51.422Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-23T04:28:51.423Z * rust toolchain profile = "default"
272026-07-23T04:28:51.423Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T04:28:51.425Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T04:28:51.426Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T04:28:51.503Zinfo: downloading installer
312026-07-23T04:28:53.165Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T04:28:53.165Zwarn: /home/build/.rustup/settings.toml
332026-07-23T04:28:53.165Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T04:28:53.165Zwarn: instead of the one inferred from the default host triple.
352026-07-23T04:28:53.181Zinfo: profile set to default
362026-07-23T04:28:53.181Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T04:28:53.181Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T04:28:53.312Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T04:28:53.317Zinfo: downloading 6 components
402026-07-23T04:29:09.695Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T04:29:09.695Z
422026-07-23T04:29:09.723Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T04:29:09.723Z
442026-07-23T04:29:09.724Z
452026-07-23T04:29:09.724ZRust is installed now. Great!
462026-07-23T04:29:09.724Z
472026-07-23T04:29:09.724ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T04:29:09.724Zenvironment variable. This has not been done automatically.
492026-07-23T04:29:09.724Z
502026-07-23T04:29:09.724ZTo configure your current shell, you need to source
512026-07-23T04:29:09.724Zthe corresponding env file under $HOME/.cargo.
522026-07-23T04:29:09.724Z
532026-07-23T04:29:09.729ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T04:29:09.729Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T04:29:09.729Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T04:29:09.729Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T04:29:09.729Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T04:29:09.729Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T04:29:09.729Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T04:29:09.729Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T04:29:09.730Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T04:29:09.806Z+ rustup --version
632026-07-23T04:29:09.812Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T04:29:09.812Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T04:29:09.833Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T04:29:09.836Z+ cargo --version
672026-07-23T04:29:09.845Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T04:29:09.848Z+ rustc --version
692026-07-23T04:29:09.868Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T04:29:09.872Zprocess exited: duration 18451 ms, exit code 0
 
712026-07-23T04:29:09.878Zstarting task 2: "authentication"
722026-07-23T04:29:09.899Zprocess exited: duration 21 ms, exit code 0
 
732026-07-23T04:29:09.964Zstarting task 3: "clone repository"
742026-07-23T04:29:09.972Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T04:29:09.972Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T04:29:09.996ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T04:29:19.159Z+ cd /work/oxidecomputer/omicron
782026-07-23T04:29:19.159Z+ git fetch origin a51628199c25eda0468ccfd9af17053de9532a99
792026-07-23T04:29:19.451ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T04:29:19.451Z * branch a51628199c25eda0468ccfd9af17053de9532a99 -> FETCH_HEAD
812026-07-23T04:29:19.461Z+ [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
822026-07-23T04:29:19.465Z++ git branch --show-current
832026-07-23T04:29:19.466Z+ current=main
842026-07-23T04:29:19.466Z+ [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
852026-07-23T04:29:19.466Z+ git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document a51628199c25eda0468ccfd9af17053de9532a99
862026-07-23T04:29:19.475Z+ git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document
872026-07-23T04:29:19.710ZSwitched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document'
882026-07-23T04:29:19.716Z+ git reset --hard a51628199c25eda0468ccfd9af17053de9532a99
892026-07-23T04:29:19.949ZHEAD is now at a51628199 lots more updates
902026-07-23T04:29:19.954Zprocess exited: duration 9992 ms, exit code 0
 
912026-07-23T04:29:19.964Zstarting task 4: "build"
922026-07-23T04:29:19.977Z+ source .github/buildomat/ci-env.sh
932026-07-23T04:29:19.977Z++ export CARGO_TERM_COLOR=always
942026-07-23T04:29:19.977Z++ CARGO_TERM_COLOR=always
952026-07-23T04:29:19.977Z+++ uname -s
962026-07-23T04:29:19.977Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T04:29:19.977Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T04:29:19.984Z+ cargo --version
992026-07-23T04:29:19.984Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T04:29:19.989Z+ rustc --version
1012026-07-23T04:29:20.005Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T04:29:20.010Z+ WORK=/work
1032026-07-23T04:29:20.010Z+ pfexec mkdir -p /work
1042026-07-23T04:29:20.010Z+ pfexec chown build /work
1052026-07-23T04:29:20.017Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-23T04:29:21.737Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-23T04:29:22.063Z Startup: Caching catalogs ... Done
1082026-07-23T04:29:23.128ZPlanning: Solver setup ... Done (1.001s)
1092026-07-23T04:29:23.166ZPlanning: Running solver ... Done (0.042s)
1102026-07-23T04:29:23.197ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-23T04:29:23.215ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-23T04:29:23.222ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-23T04:29:23.245ZPlanning: Package planning ... Done (0.014s)
1142026-07-23T04:29:23.245ZPlanning: Merging actions ... Done (0.001s)
1152026-07-23T04:29:23.452ZPlanning: Checking for conflicting actions ... Done (0.213s)
1162026-07-23T04:29:23.462ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-23T04:29:24.354ZPlanning: Evaluating mediators ... Done (0.852s)
1182026-07-23T04:29:24.379ZPlanning: Planning completed in 2.23 seconds
1192026-07-23T04:29:24.379Z Packages to install: 2
1202026-07-23T04:29:24.379Z Estimated space available: 156.06 GB
1212026-07-23T04:29:24.379ZEstimated space to be consumed: 52.23 MB
1222026-07-23T04:29:24.379Z Create boot environment: No
1232026-07-23T04:29:24.379ZCreate backup boot environment: No
1242026-07-23T04:29:24.379Z Rebuild boot archive: No
1252026-07-23T04:29:24.379Z
1262026-07-23T04:29:24.380ZChanged packages:
1272026-07-23T04:29:24.380Zhelios
1282026-07-23T04:29:24.380Z developer/build-essential
1292026-07-23T04:29:24.380Z None -> 11-3.0
1302026-07-23T04:29:24.380Z library/libxmlsec1
1312026-07-23T04:29:24.380Z None -> 1.2.35-3.0
1322026-07-23T04:29:24.380Z
1332026-07-23T04:29:24.380ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-23T04:29:24.420ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1352026-07-23T04:29:24.485Z Actions: 1/268 actions (Installing new actions)
1362026-07-23T04:29:24.521Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-23T04:29:24.545ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-23T04:29:24.545ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-23T04:29:24.599ZFinalize: Updating image state ... Done (0.055s)
1402026-07-23T04:29:27.153ZFinalize: Creating fast lookup database ... Done (2.516s)
1412026-07-23T04:29:27.320ZFinalize: Reading search index ... Done (0.011s)
1422026-07-23T04:29:27.373ZFinalize: Updating search index ... Done (0.000s)
1432026-07-23T04:29:27.416ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-23T04:29:27.720ZPlanning: Evaluating mediator changes ... Done
1452026-07-23T04:29:27.801ZPlanning: Checking for conflicting actions ... Done
1462026-07-23T04:29:27.815ZPlanning: Consolidating action changes ... Done
1472026-07-23T04:29:27.972ZPlanning: Evaluating mediators ... Done
1482026-07-23T04:29:27.985ZPlanning: Planning completed in 0.26 seconds
1492026-07-23T04:29:27.985Z Mediators to change: 2
1502026-07-23T04:29:27.985Z Create boot environment: No
1512026-07-23T04:29:27.985ZCreate backup boot environment: No
1522026-07-23T04:29:28.098ZFinalize: Updating package state database ... Done
1532026-07-23T04:29:28.098ZFinalize: Updating package cache ... Done
1542026-07-23T04:29:28.136ZFinalize: Updating image state ... Done
1552026-07-23T04:29:29.959ZFinalize: Creating fast lookup database ... Done
1562026-07-23T04:29:30.032ZFinalize: Reading search index ... Done
1572026-07-23T04:29:30.040ZFinalize: Updating search index ... Done
1582026-07-23T04:29:30.106ZFinalize: Updating package cache ... Done
1592026-07-23T04:29:30.425ZPlanning: Evaluating mediator changes ... Done
1602026-07-23T04:29:30.505ZPlanning: Checking for conflicting actions ... Done
1612026-07-23T04:29:30.525ZPlanning: Consolidating action changes ... Done
1622026-07-23T04:29:30.645ZPlanning: Evaluating mediators ... Done
1632026-07-23T04:29:30.652ZPlanning: Planning completed in 0.26 seconds
1642026-07-23T04:29:30.667Z Mediators to change: 1
1652026-07-23T04:29:30.667Z Create boot environment: No
1662026-07-23T04:29:30.667ZCreate backup boot environment: No
1672026-07-23T04:29:30.717ZFinalize: Updating package state database ... Done
1682026-07-23T04:29:30.717ZFinalize: Updating package cache ... Done
1692026-07-23T04:29:30.747ZFinalize: Updating image state ... Done
1702026-07-23T04:29:32.727ZFinalize: Creating fast lookup database ... Done
1712026-07-23T04:29:32.775ZFinalize: Reading search index ... Done
1722026-07-23T04:29:32.824ZFinalize: Updating search index ... Done
1732026-07-23T04:29:32.907ZFinalize: Updating package cache ... Done
1742026-07-23T04:29:33.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-23T04:29:33.176Zapache system 2.4 system
1762026-07-23T04:29:33.176Zclang system 15 system
1772026-07-23T04:29:33.176Zcsh system system illumos
1782026-07-23T04:29:33.176Zctags system system illumos
1792026-07-23T04:29:33.176Zfile vendor vendor darwinsys
1802026-07-23T04:29:33.176Zfile system system illumos
1812026-07-23T04:29:33.176Zgcc vendor 14 vendor
1822026-07-23T04:29:33.177Zgcc system 13 system
1832026-07-23T04:29:33.177Zgcc system 10 system
1842026-07-23T04:29:33.177Zgo system 1.25 system
1852026-07-23T04:29:33.177Zllvm system 15 system
1862026-07-23T04:29:33.177Zmariadb system 11.4 system
1872026-07-23T04:29:33.177Zmta vendor vendor dma
1882026-07-23T04:29:33.177Zopenjdk system 17 system
1892026-07-23T04:29:33.177Zopenjdk system 11 system
1902026-07-23T04:29:33.178Zopenssl vendor 3 vendor
1912026-07-23T04:29:33.178Zperl system 5.40 system
1922026-07-23T04:29:33.178Zpostgresql system 18 system
1932026-07-23T04:29:33.178Zpostgresql system 17 system
1942026-07-23T04:29:33.178Zpython vendor 3 vendor
1952026-07-23T04:29:33.178Zpython system 2 system
1962026-07-23T04:29:33.178Zpython3 vendor 3.13 vendor
1972026-07-23T04:29:33.178Zruby system 3.4 system
1982026-07-23T04:29:33.178Zruby system 3.0 system
1992026-07-23T04:29:33.178Zwords vendor vendor american-english
2002026-07-23T04:29:33.178Zwords system system australian-english
2012026-07-23T04:29:33.178Zwords system system british-english
2022026-07-23T04:29:33.178Zwords system system canadian-english
2032026-07-23T04:29:33.178Zwords system system french
2042026-07-23T04:29:33.179Zwords system system italian
2052026-07-23T04:29:33.179Zwords system system ngerman
2062026-07-23T04:29:33.179Zwords system system ogerman
2072026-07-23T04:29:33.179Zwords system system spanish
2082026-07-23T04:29:33.438ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-23T04:29:33.438Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-23T04:29:33.769ZFMRI IFO
2112026-07-23T04:29:33.770Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-23T04:29:33.770Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-23T04:29:33.770Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-23T04:29:33.770Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-23T04:29:33.770Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-23T04:29:33.770Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-23T04:29:33.770Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-23T04:29:33.770Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-23T04:29:33.771Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-23T04:29:34.042Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-23T04:29:34.377Z Updating crates.io index
2222026-07-23T04:29:34.395Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-23T04:29:34.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-23T04:29:34.877Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-23T04:29:35.754Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-23T04:29:36.234Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-23T04:29:37.796Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-23T04:29:38.559Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-23T04:29:38.797Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-23T04:29:39.094Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-23T04:29:40.133Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-23T04:29:40.419Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-23T04:29:40.752Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-23T04:29:41.002Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-23T04:29:41.444Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-23T04:29:41.908Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-23T04:29:42.142Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-23T04:29:42.370Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-23T04:29:42.680Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-23T04:29:42.925Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-23T04:29:43.165Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-23T04:29:43.374Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-23T04:29:43.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-23T04:29:43.971Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-23T04:29:44.321Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-23T04:29:44.506Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-23T04:29:44.915Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-23T04:29:45.431Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-23T04:29:45.804Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-23T04:29:46.063Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-23T04:29:46.304Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-23T04:29:46.508Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-23T04:29:46.865Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-23T04:29:47.208Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-23T04:29:47.420Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-23T04:29:47.728Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-23T04:29:47.986Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-23T04:29:48.227Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-23T04:29:48.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-23T04:29:48.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-23T04:29:49.189Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-23T04:29:49.418Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-23T04:29:52.126Z Downloading crates ...
2642026-07-23T04:29:52.251Z Downloaded dtrace-parser v0.2.0
2652026-07-23T04:29:52.272Z Downloaded pest_meta v2.8.6
2662026-07-23T04:29:52.272Z Downloaded block-buffer v0.10.4
2672026-07-23T04:29:52.272Z Downloaded swrite v0.1.0
2682026-07-23T04:29:52.272Z Downloaded proc-macro-error-attr v1.0.4
2692026-07-23T04:29:52.272Z Downloaded clap v4.6.1
2702026-07-23T04:29:52.272Z Downloaded memmap v0.7.0
2712026-07-23T04:29:52.272Z Downloaded anstyle-query v1.1.5
2722026-07-23T04:29:52.272Z Downloaded terminal_size v0.4.3
2732026-07-23T04:29:52.272Z Downloaded is_terminal_polyfill v1.70.2
2742026-07-23T04:29:52.272Z Downloaded heck v0.5.0
2752026-07-23T04:29:52.272Z Downloaded typenum v1.20.1
2762026-07-23T04:29:52.272Z Downloaded anstyle-parse v1.0.0
2772026-07-23T04:29:52.272Z Downloaded anyhow v1.0.102
2782026-07-23T04:29:52.272Z Downloaded anstream v1.0.0
2792026-07-23T04:29:52.273Z Downloaded zerocopy v0.7.35
2802026-07-23T04:29:52.273Z Downloaded once_cell v1.21.3
2812026-07-23T04:29:52.273Z Downloaded autocfg v1.5.0
2822026-07-23T04:29:52.273Z Downloaded macaddr v1.0.1
2832026-07-23T04:29:52.273Z Downloaded fs-err v3.3.0
2842026-07-23T04:29:52.273Z Downloaded dof v0.3.0
2852026-07-23T04:29:52.273Z Downloaded digest v0.10.7
2862026-07-23T04:29:52.273Z Downloaded clap_derive v4.6.1
2872026-07-23T04:29:52.273Z Downloaded zmij v1.0.21
2882026-07-23T04:29:52.273Z Downloaded cargo-platform v0.3.2
2892026-07-23T04:29:52.273Z Downloaded cfg-if v1.0.4
2902026-07-23T04:29:52.273Z Downloaded colorchoice v1.0.4
2912026-07-23T04:29:52.273Z Downloaded log v0.4.29
2922026-07-23T04:29:52.273Z Downloaded cargo_toml v0.21.0
2932026-07-23T04:29:52.273Z Downloaded bitflags v2.11.0
2942026-07-23T04:29:52.273Z Downloaded toml_datetime v0.6.11
2952026-07-23T04:29:52.273Z Downloaded equivalent v1.0.2
2962026-07-23T04:29:52.273Z Downloaded clap_lex v1.0.0
2972026-07-23T04:29:52.273Z Downloaded bytecount v0.6.9
2982026-07-23T04:29:52.273Z Downloaded pretty-hex v0.4.1
2992026-07-23T04:29:52.273Z Downloaded generic-array v0.14.7
3002026-07-23T04:29:52.273Z Downloaded thiserror-impl v2.0.18
3012026-07-23T04:29:52.273Z Downloaded heck v0.4.1
3022026-07-23T04:29:52.274Z Downloaded fnv v1.0.7
3032026-07-23T04:29:52.274Z Downloaded crypto-common v0.1.7
3042026-07-23T04:29:52.274Z Downloaded fastrand v2.3.0
3052026-07-23T04:29:52.274Z Downloaded unicode-linebreak v0.1.5
3062026-07-23T04:29:52.274Z Downloaded thread-id v4.2.2
3072026-07-23T04:29:52.287Z Downloaded plain v0.2.3
3082026-07-23T04:29:52.287Z Downloaded cpufeatures v0.2.17
3092026-07-23T04:29:52.287Z Downloaded toml_write v0.1.2
3102026-07-23T04:29:52.288Z Downloaded strsim v0.11.1
3112026-07-23T04:29:52.288Z Downloaded itoa v1.0.17
3122026-07-23T04:29:52.288Z Downloaded papergrid v0.11.0
3132026-07-23T04:29:52.288Z Downloaded anstyle v1.0.14
3142026-07-23T04:29:52.308Z Downloaded utf8parse v0.2.2
3152026-07-23T04:29:52.308Z Downloaded usdt v0.5.0
3162026-07-23T04:29:52.309Z Downloaded tabled_derive v0.7.0
3172026-07-23T04:29:52.309Z Downloaded serde_spanned v0.6.9
3182026-07-23T04:29:52.332Z Downloaded scroll_derive v0.12.1
3192026-07-23T04:29:52.332Z Downloaded usdt-macro v0.5.0
3202026-07-23T04:29:52.333Z Downloaded smawk v0.3.2
3212026-07-23T04:29:52.333Z Downloaded version_check v0.9.5
3222026-07-23T04:29:52.333Z Downloaded usdt-attr-macro v0.5.0
3232026-07-23T04:29:52.333Z Downloaded errno v0.3.14
3242026-07-23T04:29:52.334Z Downloaded byteorder v1.5.0
3252026-07-23T04:29:52.334Z Downloaded usdt-impl v0.5.0
3262026-07-23T04:29:52.359Z Downloaded camino-tempfile v1.4.1
3272026-07-23T04:29:52.359Z Downloaded cargo_metadata v0.23.1
3282026-07-23T04:29:52.359Z Downloaded sha2 v0.10.9
3292026-07-23T04:29:52.359Z Downloaded thiserror v2.0.18
3302026-07-23T04:29:52.359Z Downloaded scroll v0.12.0
3312026-07-23T04:29:52.359Z Downloaded proc-macro-error v1.0.4
3322026-07-23T04:29:52.359Z Downloaded thiserror-impl v1.0.69
3332026-07-23T04:29:52.376Z Downloaded thiserror v1.0.69
3342026-07-23T04:29:52.376Z Downloaded serde_tokenstream v0.2.3
3352026-07-23T04:29:52.377Z Downloaded tempfile v3.25.0
3362026-07-23T04:29:52.377Z Downloaded pest_generator v2.8.6
3372026-07-23T04:29:52.377Z Downloaded camino v1.2.2
3382026-07-23T04:29:52.377Z Downloaded quote v1.0.45
3392026-07-23T04:29:52.407Z Downloaded ucd-trie v0.1.7
3402026-07-23T04:29:52.407Z Downloaded toml v0.8.23
3412026-07-23T04:29:52.421Z Downloaded zerocopy-derive v0.7.35
3422026-07-23T04:29:52.421Z Downloaded textwrap v0.16.2
3432026-07-23T04:29:52.421Z Downloaded pest_derive v2.8.6
3442026-07-23T04:29:52.421Z Downloaded getrandom v0.4.1
3452026-07-23T04:29:52.421Z Downloaded proc-macro2 v1.0.106
3462026-07-23T04:29:52.421Z Downloaded unicode-ident v1.0.24
3472026-07-23T04:29:52.421Z Downloaded toml_edit v0.22.27
3482026-07-23T04:29:52.441Z Downloaded serde_core v1.0.228
3492026-07-23T04:29:52.468Z Downloaded memchr v2.8.0
3502026-07-23T04:29:52.468Z Downloaded semver v1.0.28
3512026-07-23T04:29:52.468Z Downloaded indexmap v2.14.0
3522026-07-23T04:29:52.468Z Downloaded serde_derive v1.0.228
3532026-07-23T04:29:52.468Z Downloaded serde v1.0.228
3542026-07-23T04:29:52.497Z Downloaded pest v2.8.6
3552026-07-23T04:29:52.497Z Downloaded goblin v0.8.2
3562026-07-23T04:29:52.516Z Downloaded serde_json v1.0.150
3572026-07-23T04:29:52.534Z Downloaded clap_builder v4.6.0
3582026-07-23T04:29:52.534Z Downloaded hashbrown v0.17.0
3592026-07-23T04:29:52.581Z Downloaded winnow v0.7.14
3602026-07-23T04:29:52.581Z Downloaded tabled v0.15.0
3612026-07-23T04:29:52.620Z Downloaded syn v1.0.109
3622026-07-23T04:29:52.620Z Downloaded unicode-width v0.1.14
3632026-07-23T04:29:52.620Z Downloaded syn v2.0.117
3642026-07-23T04:29:52.620Z Downloaded unicode-width v0.2.0
3652026-07-23T04:29:52.620Z Downloaded rustix v1.1.3
3662026-07-23T04:29:52.661Z Downloaded libc v0.2.185
3672026-07-23T04:29:52.687Z Compiling proc-macro2 v1.0.106
3682026-07-23T04:29:52.687Z Compiling quote v1.0.45
3692026-07-23T04:29:52.704Z Compiling unicode-ident v1.0.24
3702026-07-23T04:29:52.704Z Compiling serde_core v1.0.228
3712026-07-23T04:29:52.704Z Compiling libc v0.2.185
3722026-07-23T04:29:52.704Z Compiling version_check v0.9.5
3732026-07-23T04:29:52.704Z Compiling memchr v2.8.0
3742026-07-23T04:29:52.704Z Compiling serde v1.0.228
3752026-07-23T04:29:52.705Z Compiling zmij v1.0.21
3762026-07-23T04:29:52.705Z Compiling itoa v1.0.17
3772026-07-23T04:29:52.705Z Compiling thiserror v1.0.69
3782026-07-23T04:29:52.871Z Compiling ucd-trie v0.1.7
3792026-07-23T04:29:52.897Z Compiling byteorder v1.5.0
3802026-07-23T04:29:52.898Z Compiling rustix v1.1.3
3812026-07-23T04:29:53.065Z Compiling bitflags v2.11.0
3822026-07-23T04:29:53.285Z Compiling serde_json v1.0.150
3832026-07-23T04:29:53.507Z Compiling pest v2.8.6
3842026-07-23T04:29:53.539Z Compiling syn v1.0.109
3852026-07-23T04:29:53.539Z Compiling proc-macro-error-attr v1.0.4
3862026-07-23T04:29:53.539Z Compiling usdt-impl v0.5.0
3872026-07-23T04:29:53.635Z Compiling camino v1.2.2
3882026-07-23T04:29:53.652Z Compiling proc-macro-error v1.0.4
3892026-07-23T04:29:53.652Z Compiling log v0.4.29
3902026-07-23T04:29:53.678Z Compiling equivalent v1.0.2
3912026-07-23T04:29:53.729Z Compiling getrandom v0.4.1
3922026-07-23T04:29:53.757Z Compiling utf8parse v0.2.2
3932026-07-23T04:29:53.786Z Compiling hashbrown v0.17.0
3942026-07-23T04:29:53.815Z Compiling plain v0.2.3
3952026-07-23T04:29:53.896Z Compiling anstyle-parse v1.0.0
3962026-07-23T04:29:53.926Z Compiling pretty-hex v0.4.1
3972026-07-23T04:29:53.926Z Compiling anstyle v1.0.14
3982026-07-23T04:29:53.926Z Compiling errno v0.3.14
3992026-07-23T04:29:53.926Z Compiling thread-id v4.2.2
4002026-07-23T04:29:53.968Z Compiling cfg-if v1.0.4
4012026-07-23T04:29:54.041Z Compiling thiserror v2.0.18
4022026-07-23T04:29:54.099Z Compiling colorchoice v1.0.4
4032026-07-23T04:29:54.099Z Compiling anstyle-query v1.1.5
4042026-07-23T04:29:54.138Z Compiling toml_write v0.1.2
4052026-07-23T04:29:54.138Z Compiling is_terminal_polyfill v1.70.2
4062026-07-23T04:29:54.138Z Compiling winnow v0.7.14
4072026-07-23T04:29:54.231Z Compiling autocfg v1.5.0
4082026-07-23T04:29:54.367Z Compiling clap_lex v1.0.0
4092026-07-23T04:29:54.367Z Compiling anstream v1.0.0
4102026-07-23T04:29:54.367Z Compiling anyhow v1.0.102
4112026-07-23T04:29:54.386Z Compiling indexmap v2.14.0
4122026-07-23T04:29:54.386Z Compiling heck v0.5.0
4132026-07-23T04:29:54.386Z Compiling syn v2.0.117
4142026-07-23T04:29:54.399Z Compiling pest_meta v2.8.6
4152026-07-23T04:29:54.461Z Compiling strsim v0.11.1
4162026-07-23T04:29:54.594Z Compiling fastrand v2.3.0
4172026-07-23T04:29:54.613Z Compiling heck v0.4.1
4182026-07-23T04:29:54.617Z Compiling unicode-width v0.1.14
4192026-07-23T04:29:54.620Z Compiling once_cell v1.21.3
4202026-07-23T04:29:54.620Z Compiling fs-err v3.3.0
4212026-07-23T04:29:54.652Z Compiling bytecount v0.6.9
4222026-07-23T04:29:54.841Z Compiling fnv v1.0.7
4232026-07-23T04:29:54.876Z Compiling memmap v0.7.0
4242026-07-23T04:29:54.894Z Compiling terminal_size v0.4.3
4252026-07-23T04:29:54.894Z Compiling tempfile v3.25.0
4262026-07-23T04:29:54.928Z Compiling papergrid v0.11.0
4272026-07-23T04:29:54.962Z Compiling unicode-linebreak v0.1.5
4282026-07-23T04:29:54.965Z Compiling unicode-width v0.2.0
4292026-07-23T04:29:54.994Z Compiling smawk v0.3.2
4302026-07-23T04:29:55.059Z Compiling clap_builder v4.6.0
4312026-07-23T04:29:55.081Z Compiling swrite v0.1.0
4322026-07-23T04:29:55.190Z Compiling semver v1.0.28
4332026-07-23T04:29:55.218Z Compiling cargo-platform v0.3.2
4342026-07-23T04:29:55.235Z Compiling textwrap v0.16.2
4352026-07-23T04:29:55.436Z Compiling camino-tempfile v1.4.1
4362026-07-23T04:29:55.846Z Compiling tabled_derive v0.7.0
4372026-07-23T04:29:56.469Z Compiling pest_generator v2.8.6
4382026-07-23T04:29:56.505Z Compiling tabled v0.15.0
4392026-07-23T04:29:56.961Z Compiling serde_derive v1.0.228
4402026-07-23T04:29:56.971Z Compiling thiserror-impl v1.0.69
4412026-07-23T04:29:56.971Z Compiling zerocopy-derive v0.7.35
4422026-07-23T04:29:56.971Z Compiling scroll_derive v0.12.1
4432026-07-23T04:29:56.971Z Compiling thiserror-impl v2.0.18
4442026-07-23T04:29:56.972Z Compiling clap_derive v4.6.1
4452026-07-23T04:29:57.062Z Compiling pest_derive v2.8.6
4462026-07-23T04:29:57.585Z Compiling scroll v0.12.0
4472026-07-23T04:29:57.663Z Compiling zerocopy v0.7.35
4482026-07-23T04:29:57.805Z Compiling goblin v0.8.2
4492026-07-23T04:29:58.069Z Compiling dtrace-parser v0.2.0
4502026-07-23T04:29:58.331Z Compiling clap v4.6.1
4512026-07-23T04:29:59.324Z Compiling serde_spanned v0.6.9
4522026-07-23T04:29:59.324Z Compiling toml_datetime v0.6.11
4532026-07-23T04:29:59.324Z Compiling cargo_metadata v0.23.1
4542026-07-23T04:29:59.339Z Compiling macaddr v1.0.1
4552026-07-23T04:29:59.339Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-23T04:29:59.364Z Compiling dof v0.3.0
4572026-07-23T04:29:59.364Z Compiling serde_tokenstream v0.2.3
4582026-07-23T04:29:59.534Z Compiling toml_edit v0.22.27
4592026-07-23T04:30:00.107Z Compiling usdt-macro v0.5.0
4602026-07-23T04:30:00.212Z Compiling usdt-attr-macro v0.5.0
4612026-07-23T04:30:00.662Z Compiling usdt v0.5.0
4622026-07-23T04:30:00.776Z Compiling toml v0.8.23
4632026-07-23T04:30:01.106Z Compiling cargo_toml v0.21.0
4642026-07-23T04:30:02.362Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-23T04:30:04.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.46s
4662026-07-23T04:30:04.578Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-23T04:30:05.061Z Downloading crates ...
4682026-07-23T04:30:05.154Z Downloaded array-init v0.0.4
4692026-07-23T04:30:05.160Z Downloaded adler2 v2.0.1
4702026-07-23T04:30:05.166Z Downloaded async-recursion v1.1.1
4712026-07-23T04:30:05.170Z Downloaded anstyle-parse v0.2.7
4722026-07-23T04:30:05.170Z Downloaded async-bb8-diesel v0.2.1
4732026-07-23T04:30:05.176Z Downloaded ascii-canvas v3.0.0
4742026-07-23T04:30:05.176Z Downloaded atomic-waker v1.1.2
4752026-07-23T04:30:05.180Z Downloaded aead v0.5.2
4762026-07-23T04:30:05.180Z Downloaded corncobs v0.1.4
4772026-07-23T04:30:05.180Z Downloaded block-buffer v0.12.1
4782026-07-23T04:30:05.181Z Downloaded base16ct v0.2.0
4792026-07-23T04:30:05.253Z Downloaded ed25519 v3.0.0
4802026-07-23T04:30:05.253Z Downloaded convert_case v0.4.0
4812026-07-23T04:30:05.253Z Downloaded arrayvec v0.7.6
4822026-07-23T04:30:05.253Z Downloaded bitfield v0.19.4
4832026-07-23T04:30:05.261Z Downloaded assert_matches v1.5.0
4842026-07-23T04:30:05.261Z Downloaded ecdsa v0.17.0-rc.18
4852026-07-23T04:30:05.261Z Downloaded dunce v1.0.5
4862026-07-23T04:30:05.261Z Downloaded csv-core v0.1.13
4872026-07-23T04:30:05.261Z Downloaded cmake v0.1.57
4882026-07-23T04:30:05.261Z Downloaded camino-tempfile-ext v0.3.3
4892026-07-23T04:30:05.261Z Downloaded darling v0.23.0
4902026-07-23T04:30:05.261Z Downloaded colored v2.2.0
4912026-07-23T04:30:05.261Z Downloaded ciborium v0.2.2
4922026-07-23T04:30:05.261Z Downloaded base16ct v1.0.0
4932026-07-23T04:30:05.261Z Downloaded crc8 v0.1.1
4942026-07-23T04:30:05.261Z Downloaded async-stream v0.3.6
4952026-07-23T04:30:05.262Z Downloaded crossbeam-utils v0.8.21
4962026-07-23T04:30:05.262Z Downloaded env_logger v0.11.9
4972026-07-23T04:30:05.262Z Downloaded anstream v0.6.21
4982026-07-23T04:30:05.262Z Downloaded cpubits v0.1.1
4992026-07-23T04:30:05.262Z Downloaded bit-set v0.8.0
5002026-07-23T04:30:05.262Z Downloaded base64 v0.21.7
5012026-07-23T04:30:05.262Z Downloaded crossbeam-epoch v0.9.18
5022026-07-23T04:30:05.262Z Downloaded debug-ignore v1.0.5
5032026-07-23T04:30:05.263Z Downloaded bit-vec v0.6.3
5042026-07-23T04:30:05.263Z Downloaded backoff v0.4.0
5052026-07-23T04:30:05.263Z Downloaded crc-catalog v2.4.0
5062026-07-23T04:30:05.264Z Downloaded bcrypt-pbkdf v0.11.0
5072026-07-23T04:30:05.264Z Downloaded atty v0.2.14
5082026-07-23T04:30:05.264Z Downloaded atomicwrites v0.4.4
5092026-07-23T04:30:05.264Z Downloaded crucible-workspace-hack v0.1.0
5102026-07-23T04:30:05.264Z Downloaded defmt v0.3.100
5112026-07-23T04:30:05.264Z Downloaded argon2 v0.6.0-rc.8
5122026-07-23T04:30:05.264Z Downloaded crypto-bigint v0.5.5
5132026-07-23T04:30:05.264Z Downloaded crossbeam-deque v0.8.6
5142026-07-23T04:30:05.264Z Downloaded compression-core v0.4.31
5152026-07-23T04:30:05.264Z Downloaded ciborium-ll v0.2.2
5162026-07-23T04:30:05.264Z Downloaded crc32fast v1.5.0
5172026-07-23T04:30:05.264Z Downloaded cobs v0.3.0
5182026-07-23T04:30:05.264Z Downloaded cfg_aliases v0.2.1
5192026-07-23T04:30:05.264Z Downloaded crypto-common v0.2.2
5202026-07-23T04:30:05.264Z Downloaded async-stream-impl v0.3.6
5212026-07-23T04:30:05.264Z Downloaded crc v3.4.0
5222026-07-23T04:30:05.264Z Downloaded curve25519-dalek-derive v0.1.1
5232026-07-23T04:30:05.264Z Downloaded cfg_aliases v0.1.1
5242026-07-23T04:30:05.270Z Downloaded buf-list v1.1.2
5252026-07-23T04:30:05.270Z Downloaded bitfield-macros v0.19.4
5262026-07-23T04:30:05.270Z Downloaded dirs-sys-next v0.1.2
5272026-07-23T04:30:05.270Z Downloaded bb8 v0.8.6
5282026-07-23T04:30:05.270Z Downloaded crunchy v0.2.4
5292026-07-23T04:30:05.270Z Downloaded embedded-io v0.4.0
5302026-07-23T04:30:05.270Z Downloaded darling_core v0.13.4
5312026-07-23T04:30:05.270Z Downloaded embedded-io v0.6.1
5322026-07-23T04:30:05.270Z Downloaded bitfield-struct v0.6.2
5332026-07-23T04:30:05.274Z Downloaded cstr-argument v0.1.2
5342026-07-23T04:30:05.274Z Downloaded dsl_auto_type v0.2.0
5352026-07-23T04:30:05.277Z Downloaded block-padding v0.4.2
5362026-07-23T04:30:05.277Z Downloaded arc-swap v1.8.2
5372026-07-23T04:30:05.277Z Downloaded darling_macro v0.20.11
5382026-07-23T04:30:05.287Z Downloaded cpufeatures v0.3.0
5392026-07-23T04:30:05.287Z Downloaded dtrace-parser v0.3.0
5402026-07-23T04:30:05.288Z Downloaded bit-vec v0.8.0
5412026-07-23T04:30:05.310Z Downloaded dirs-next v2.0.0
5422026-07-23T04:30:05.310Z Downloaded dof v0.4.0
5432026-07-23T04:30:05.310Z Downloaded defmt-parser v1.0.0
5442026-07-23T04:30:05.310Z Downloaded darling_macro v0.13.4
5452026-07-23T04:30:05.310Z Downloaded daft-derive v0.1.7
5462026-07-23T04:30:05.310Z Downloaded enum-as-inner v0.6.1
5472026-07-23T04:30:05.318Z Downloaded bit-set v0.5.3
5482026-07-23T04:30:05.318Z Downloaded ctr v0.10.1
5492026-07-23T04:30:05.318Z Downloaded digest-io v0.1.0
5502026-07-23T04:30:05.318Z Downloaded env_filter v1.0.0
5512026-07-23T04:30:05.319Z Downloaded ciborium-io v0.2.2
5522026-07-23T04:30:05.319Z Downloaded difflib v0.4.0
5532026-07-23T04:30:05.319Z Downloaded derive_builder_macro v0.20.2
5542026-07-23T04:30:05.319Z Downloaded arrayref v0.3.9
5552026-07-23T04:30:05.320Z Downloaded darling_macro v0.21.3
5562026-07-23T04:30:05.320Z Downloaded castaway v0.2.4
5572026-07-23T04:30:05.328Z Downloaded async-trait v0.1.89
5582026-07-23T04:30:05.328Z Downloaded dropshot-api-manager-types v0.7.2
5592026-07-23T04:30:05.328Z Downloaded diesel_table_macro_syntax v0.3.0
5602026-07-23T04:30:05.328Z Downloaded cbc v0.2.1
5612026-07-23T04:30:05.328Z Downloaded bs58 v0.5.1
5622026-07-23T04:30:05.335Z Downloaded endian-type v0.1.2
5632026-07-23T04:30:05.335Z Downloaded const_format_proc_macros v0.2.34
5642026-07-23T04:30:05.335Z Downloaded foreign-types-shared v0.3.1
5652026-07-23T04:30:05.335Z Downloaded foreign-types v0.3.2
5662026-07-23T04:30:05.335Z Downloaded float-ord v0.3.2
5672026-07-23T04:30:05.335Z Downloaded float-cmp v0.10.0
5682026-07-23T04:30:05.335Z Downloaded fixedbitset v0.4.2
5692026-07-23T04:30:05.335Z Downloaded funty v2.0.0
5702026-07-23T04:30:05.335Z Downloaded cassowary v0.3.0
5712026-07-23T04:30:05.340Z Downloaded byte-wrapper v0.1.0
5722026-07-23T04:30:05.340Z Downloaded ena v0.14.4
5732026-07-23T04:30:05.340Z Downloaded darling_macro v0.23.0
5742026-07-23T04:30:05.340Z Downloaded constant_time_eq v0.4.2
5752026-07-23T04:30:05.340Z Downloaded cipher v0.4.4
5762026-07-23T04:30:05.340Z Downloaded display-error-chain v0.2.2
5772026-07-23T04:30:05.343Z Downloaded bitflags v1.3.2
5782026-07-23T04:30:05.343Z Downloaded foreign-types-shared v0.1.1
5792026-07-23T04:30:05.343Z Downloaded fd-lock v4.0.4
5802026-07-23T04:30:05.343Z Downloaded futures-sink v0.3.32
5812026-07-23T04:30:05.353Z Downloaded futures-core v0.3.32
5822026-07-23T04:30:05.353Z Downloaded argon2 v0.5.3
5832026-07-23T04:30:05.370Z Downloaded document-features v0.2.12
5842026-07-23T04:30:05.370Z Downloaded downcast-rs v2.0.2
5852026-07-23T04:30:05.370Z Downloaded convert_case v0.10.0
5862026-07-23T04:30:05.370Z Downloaded dyn-clone v1.0.20
5872026-07-23T04:30:05.370Z Downloaded data-encoding v2.10.0
5882026-07-23T04:30:05.370Z Downloaded blake2 v0.10.6
5892026-07-23T04:30:05.370Z Downloaded fxhash v0.2.1
5902026-07-23T04:30:05.371Z Downloaded async-compression v0.4.41
5912026-07-23T04:30:05.371Z Downloaded ghash v0.6.0
5922026-07-23T04:30:05.371Z Downloaded foreign-types-macros v0.2.3
5932026-07-23T04:30:05.371Z Downloaded foreign-types v0.5.0
5942026-07-23T04:30:05.377Z Downloaded base64ct v1.8.3
5952026-07-23T04:30:05.377Z Downloaded flagset v0.4.7
5962026-07-23T04:30:05.377Z Downloaded erased-serde v0.3.31
5972026-07-23T04:30:05.377Z Downloaded form_urlencoded v1.2.2
5982026-07-23T04:30:05.377Z Downloaded aead v0.6.1
5992026-07-23T04:30:05.378Z Downloaded futures-task v0.3.32
6002026-07-23T04:30:05.378Z Downloaded futures-macro v0.3.32
6012026-07-23T04:30:05.378Z Downloaded futures-io v0.3.32
6022026-07-23T04:30:05.378Z Downloaded ff v0.14.0
6032026-07-23T04:30:05.378Z Downloaded git-stub v1.0.0
6042026-07-23T04:30:05.378Z Downloaded displaydoc v0.2.5
6052026-07-23T04:30:05.378Z Downloaded compression-codecs v0.4.37
6062026-07-23T04:30:05.387Z Downloaded defmt v1.0.1
6072026-07-23T04:30:05.387Z Downloaded hash32 v0.2.1
6082026-07-23T04:30:05.387Z Downloaded cookie_store v0.22.1
6092026-07-23T04:30:05.387Z Downloaded allocator-api2 v0.2.21
6102026-07-23T04:30:05.393Z Downloaded either v1.15.0
6112026-07-23T04:30:05.393Z Downloaded ff v0.13.1
6122026-07-23T04:30:05.393Z Downloaded ed25519 v2.2.3
6132026-07-23T04:30:05.393Z Downloaded const-oid v0.9.6
6142026-07-23T04:30:05.393Z Downloaded console v0.15.11
6152026-07-23T04:30:05.393Z Downloaded ecdsa v0.16.9
6162026-07-23T04:30:05.403Z Downloaded der_derive v0.7.3
6172026-07-23T04:30:05.403Z Downloaded digest v0.11.3
6182026-07-23T04:30:05.403Z Downloaded enum_dispatch v0.3.13
6192026-07-23T04:30:05.404Z Downloaded derive_builder_core v0.20.2
6202026-07-23T04:30:05.427Z Downloaded delegate v0.13.5
6212026-07-23T04:30:05.427Z Downloaded cmov v0.5.4
6222026-07-23T04:30:05.427Z Downloaded cancel-safe-futures v0.1.5
6232026-07-23T04:30:05.427Z Downloaded colored v3.1.1
6242026-07-23T04:30:05.427Z Downloaded cipher v0.5.2
6252026-07-23T04:30:05.427Z Downloaded chacha20 v0.9.1
6262026-07-23T04:30:05.427Z Downloaded cexpr v0.6.0
6272026-07-23T04:30:05.428Z Downloaded blowfish v0.10.0
6282026-07-23T04:30:05.447Z Downloaded fs_extra v1.3.0
6292026-07-23T04:30:05.447Z Downloaded futures-executor v0.3.32
6302026-07-23T04:30:05.447Z Downloaded derive-ex v0.1.8
6312026-07-23T04:30:05.447Z Downloaded chacha20 v0.10.0
6322026-07-23T04:30:05.447Z Downloaded darling v0.20.11
6332026-07-23T04:30:05.448Z Downloaded http-body v1.0.1
6342026-07-23T04:30:05.448Z Downloaded cookie v0.18.1
6352026-07-23T04:30:05.448Z Downloaded diesel-dtrace v0.5.0
6362026-07-23T04:30:05.448Z Downloaded hostname v0.4.2
6372026-07-23T04:30:05.448Z Downloaded ctutils v0.4.2
6382026-07-23T04:30:05.448Z Downloaded ahash v0.8.12
6392026-07-23T04:30:05.448Z Downloaded blake2 v0.11.0-rc.6
6402026-07-23T04:30:05.448Z Downloaded hex v0.4.3
6412026-07-23T04:30:05.448Z Downloaded hash32 v0.3.1
6422026-07-23T04:30:05.448Z Downloaded console v0.16.2
6432026-07-23T04:30:05.448Z Downloaded globwalk v0.9.1
6442026-07-23T04:30:05.448Z Downloaded httpdate v1.0.3
6452026-07-23T04:30:05.449Z Downloaded globset v0.4.18
6462026-07-23T04:30:05.467Z Downloaded fixedbitset v0.5.7
6472026-07-23T04:30:05.467Z Downloaded hex-literal v1.1.0
6482026-07-23T04:30:05.467Z Downloaded headers-core v0.3.0
6492026-07-23T04:30:05.467Z Downloaded filetime v0.2.27
6502026-07-23T04:30:05.467Z Downloaded hubpack_derive v0.1.1
6512026-07-23T04:30:05.467Z Downloaded hyper-tls v0.6.0
6522026-07-23T04:30:05.467Z Downloaded hubpack v0.1.2
6532026-07-23T04:30:05.467Z Downloaded darling v0.13.4
6542026-07-23T04:30:05.467Z Downloaded backon v1.6.0
6552026-07-23T04:30:05.467Z Downloaded daft v0.1.7
6562026-07-23T04:30:05.468Z Downloaded bcs v0.1.6
6572026-07-23T04:30:05.468Z Downloaded gethostname v0.5.0
6582026-07-23T04:30:05.468Z Downloaded fs-err v2.11.0
6592026-07-23T04:30:05.468Z Downloaded bzip2 v0.6.1
6602026-07-23T04:30:05.468Z Downloaded fallible-iterator v0.2.0
6612026-07-23T04:30:05.468Z Downloaded bzip2 v0.4.4
6622026-07-23T04:30:05.468Z Downloaded home v0.5.12
6632026-07-23T04:30:05.468Z Downloaded http-range v0.1.5
6642026-07-23T04:30:05.511Z Downloaded foldhash v0.1.5
6652026-07-23T04:30:05.512Z Downloaded critical-section v1.2.0
6662026-07-23T04:30:05.512Z Downloaded idna_adapter v1.2.1
6672026-07-23T04:30:05.512Z Downloaded ident_case v1.0.1
6682026-07-23T04:30:05.512Z Downloaded indoc v1.0.9
6692026-07-23T04:30:05.512Z Downloaded instant v0.1.13
6702026-07-23T04:30:05.512Z Downloaded deranged v0.5.8
6712026-07-23T04:30:05.512Z Downloaded defmt-macros v1.0.1
6722026-07-23T04:30:05.512Z Downloaded futures-channel v0.3.32
6732026-07-23T04:30:05.523Z Downloaded const_format v0.2.35
6742026-07-23T04:30:05.523Z Downloaded illumos-nvpair v0.3.0
6752026-07-23T04:30:05.523Z Downloaded const-oid v0.10.2
6762026-07-23T04:30:05.523Z Downloaded group v0.13.0
6772026-07-23T04:30:05.523Z Downloaded aes v0.9.1
6782026-07-23T04:30:05.523Z Downloaded internet-checksum v0.2.1
6792026-07-23T04:30:05.523Z Downloaded git-stub-vcs v0.1.0
6802026-07-23T04:30:05.523Z Downloaded fatfs v0.3.6
6812026-07-23T04:30:05.523Z Downloaded illumos-nvpair-sys v0.2.0
6822026-07-23T04:30:05.524Z Downloaded getrandom v0.2.17
6832026-07-23T04:30:05.524Z Downloaded clang-sys v1.8.1
6842026-07-23T04:30:05.524Z Downloaded inout v0.2.2
6852026-07-23T04:30:05.524Z Downloaded inout v0.1.4
6862026-07-23T04:30:05.524Z Downloaded kstat-rs v0.2.4
6872026-07-23T04:30:05.524Z Downloaded kem v0.3.0
6882026-07-23T04:30:05.524Z Downloaded darling v0.21.3
6892026-07-23T04:30:05.524Z Downloaded indent_write v2.2.0
6902026-07-23T04:30:05.524Z Downloaded humantime v2.3.0
6912026-07-23T04:30:05.525Z Downloaded glob v0.3.3
6922026-07-23T04:30:05.525Z Downloaded highway v1.3.0
6932026-07-23T04:30:05.525Z Downloaded is_ci v1.2.0
6942026-07-23T04:30:05.526Z Downloaded is-terminal v0.4.17
6952026-07-23T04:30:05.532Z Downloaded base64 v0.22.1
6962026-07-23T04:30:05.532Z Downloaded derive_builder v0.20.2
6972026-07-23T04:30:05.532Z Downloaded hyper-staticfile v0.10.1
6982026-07-23T04:30:05.532Z Downloaded foldhash v0.2.0
6992026-07-23T04:30:05.536Z Downloaded find-msvc-tools v0.1.9
7002026-07-23T04:30:05.536Z Downloaded maplit v1.0.2
7012026-07-23T04:30:05.536Z Downloaded compact_str v0.8.1
7022026-07-23T04:30:05.541Z Downloaded bytes v1.11.1
7032026-07-23T04:30:05.541Z Downloaded managed v0.8.0
7042026-07-23T04:30:05.541Z Downloaded linked-hash-map v0.5.6
7052026-07-23T04:30:05.549Z Downloaded lazy_static v1.5.0
7062026-07-23T04:30:05.549Z Downloaded keccak v0.1.6
7072026-07-23T04:30:05.549Z Downloaded ingot v0.1.1
7082026-07-23T04:30:05.549Z Downloaded indoc v2.0.7
7092026-07-23T04:30:05.584Z Downloaded lru-slab v0.1.2
7102026-07-23T04:30:05.584Z Downloaded maybe-uninit v2.0.0
7112026-07-23T04:30:05.584Z Downloaded lzss v0.8.2
7122026-07-23T04:30:05.584Z Downloaded libscf-sys v1.1.0
7132026-07-23T04:30:05.584Z Downloaded lru v0.12.5
7142026-07-23T04:30:05.584Z Downloaded http-body-util v0.1.3
7152026-07-23T04:30:05.584Z Downloaded hostname v0.3.1
7162026-07-23T04:30:05.584Z Downloaded ingot-types v0.1.2
7172026-07-23T04:30:05.584Z Downloaded generic-array v1.4.3
7182026-07-23T04:30:05.584Z Downloaded mime v0.3.17
7192026-07-23T04:30:05.585Z Downloaded ipnetwork v0.21.1
7202026-07-23T04:30:05.585Z Downloaded newline-converter v0.3.0
7212026-07-23T04:30:05.585Z Downloaded derive-where v1.6.0
7222026-07-23T04:30:05.585Z Downloaded httparse v1.10.1
7232026-07-23T04:30:05.585Z Downloaded getrandom v0.3.4
7242026-07-23T04:30:05.585Z Downloaded match_cfg v0.1.0
7252026-07-23T04:30:05.585Z Downloaded libefi-sys v0.1.0
7262026-07-23T04:30:05.585Z Downloaded md-5 v0.10.6
7272026-07-23T04:30:05.585Z Downloaded lalrpop-util v0.19.12
7282026-07-23T04:30:05.585Z Downloaded new_debug_unreachable v1.0.6
7292026-07-23T04:30:05.594Z Downloaded dropshot_endpoint v0.17.1
7302026-07-23T04:30:05.594Z Downloaded nodrop v0.1.14
7312026-07-23T04:30:05.594Z Downloaded newtype_derive v0.1.6
7322026-07-23T04:30:05.594Z Downloaded libsw v3.5.0
7332026-07-23T04:30:05.594Z Downloaded lru-cache v0.1.2
7342026-07-23T04:30:05.594Z Downloaded impl-trait-for-tuples v0.2.3
7352026-07-23T04:30:05.594Z Downloaded memoffset v0.9.1
7362026-07-23T04:30:05.594Z Downloaded md5 v0.8.0
7372026-07-23T04:30:05.594Z Downloaded half v2.7.1
7382026-07-23T04:30:05.594Z Downloaded hyper-rustls v0.27.7
7392026-07-23T04:30:05.594Z Downloaded group v0.14.0
7402026-07-23T04:30:05.594Z Downloaded ipnet v2.11.0
7412026-07-23T04:30:05.594Z Downloaded darling_core v0.20.11
7422026-07-23T04:30:05.595Z Downloaded instability v0.3.11
7432026-07-23T04:30:05.600Z Downloaded half v1.8.3
7442026-07-23T04:30:05.600Z Downloaded linear-map v1.2.0
7452026-07-23T04:30:05.600Z Downloaded iana-time-zone v0.1.65
7462026-07-23T04:30:05.600Z Downloaded nibble_vec v0.1.0
7472026-07-23T04:30:05.600Z Downloaded lock_api v0.4.14
7482026-07-23T04:30:05.600Z Downloaded newtype-uuid-macros v0.1.0
7492026-07-23T04:30:05.604Z Downloaded normalize-line-endings v0.3.0
7502026-07-23T04:30:05.604Z Downloaded des v0.9.0
7512026-07-23T04:30:05.604Z Downloaded num-conv v0.2.0
7522026-07-23T04:30:05.604Z Downloaded nonempty v0.12.0
7532026-07-23T04:30:05.604Z Downloaded libloading v0.8.9
7542026-07-23T04:30:05.609Z Downloaded flume v0.11.1
7552026-07-23T04:30:05.609Z Downloaded jobserver v0.1.34
7562026-07-23T04:30:05.622Z Downloaded diff v0.1.13
7572026-07-23T04:30:05.622Z Downloaded ingot-macros v0.1.1
7582026-07-23T04:30:05.622Z Downloaded chacha20poly1305 v0.10.1
7592026-07-23T04:30:05.622Z Downloaded num-derive v0.3.3
7602026-07-23T04:30:05.622Z Downloaded elliptic-curve v0.14.0-rc.33
7612026-07-23T04:30:05.622Z Downloaded num-derive v0.4.2
7622026-07-23T04:30:05.622Z Downloaded hmac v0.12.1
7632026-07-23T04:30:05.626Z Downloaded crc-any v2.5.0
7642026-07-23T04:30:05.626Z Downloaded derive_more v0.99.20
7652026-07-23T04:30:05.626Z Downloaded mime_guess v2.0.5
7662026-07-23T04:30:05.626Z Downloaded multer v3.1.0
7672026-07-23T04:30:05.639Z Downloaded oso-derive v0.27.3
7682026-07-23T04:30:05.644Z Downloaded openssl-probe v0.2.1
7692026-07-23T04:30:05.644Z Downloaded opaque-debug v0.3.1
7702026-07-23T04:30:05.644Z Downloaded num_threads v0.1.7
7712026-07-23T04:30:05.644Z Downloaded num_enum_derive v0.5.11
7722026-07-23T04:30:05.644Z Downloaded num-iter v0.1.45
7732026-07-23T04:30:05.655Z Downloaded module-lattice v0.2.3
7742026-07-23T04:30:05.655Z Downloaded libsw-core v0.3.2
7752026-07-23T04:30:05.656Z Downloaded keccak v0.2.0
7762026-07-23T04:30:05.656Z Downloaded hybrid-array v0.4.13
7772026-07-23T04:30:05.667Z Downloaded hmac v0.13.0
7782026-07-23T04:30:05.667Z Downloaded drift v0.2.0
7792026-07-23T04:30:05.668Z Downloaded icu_properties v2.1.2
7802026-07-23T04:30:05.668Z Downloaded headers v0.4.1
7812026-07-23T04:30:05.682Z Downloaded openssl-macros v0.1.1
7822026-07-23T04:30:05.682Z Downloaded olpc-cjson v0.1.4
7832026-07-23T04:30:05.682Z Downloaded litemap v0.8.1
7842026-07-23T04:30:05.682Z Downloaded cc v1.2.56
7852026-07-23T04:30:05.683Z Downloaded nu-ansi-term v0.50.3
7862026-07-23T04:30:05.684Z Downloaded newtype-uuid v1.3.2
7872026-07-23T04:30:05.684Z Downloaded memmap2 v0.9.10
7882026-07-23T04:30:05.684Z Downloaded native-tls v0.2.18
7892026-07-23T04:30:05.684Z Downloaded heapless v0.8.0
7902026-07-23T04:30:05.684Z Downloaded multimap v0.10.1
7912026-07-23T04:30:05.684Z Downloaded aho-corasick v1.1.4
7922026-07-23T04:30:05.689Z Downloaded openssl-probe v0.1.6
7932026-07-23T04:30:05.689Z Downloaded peg-runtime v0.8.5
7942026-07-23T04:30:05.689Z Downloaded path-slash v0.1.5
7952026-07-23T04:30:05.689Z Downloaded packed_struct_codegen v0.10.1
7962026-07-23T04:30:05.689Z Downloaded num-integer v0.1.46
7972026-07-23T04:30:05.689Z Downloaded elliptic-curve v0.13.8
7982026-07-23T04:30:05.698Z Downloaded num_enum v0.7.6
7992026-07-23T04:30:05.702Z Downloaded num-complex v0.4.6
8002026-07-23T04:30:05.702Z Downloaded parse-display v0.10.0
8012026-07-23T04:30:05.703Z Downloaded futures v0.3.32
8022026-07-23T04:30:05.703Z Downloaded bumpalo v3.20.2
8032026-07-23T04:30:05.703Z Downloaded libbz2-rs-sys v0.2.2
8042026-07-23T04:30:05.706Z Downloaded owo-colors v4.3.0
8052026-07-23T04:30:05.710Z Downloaded num v0.4.3
8062026-07-23T04:30:05.714Z Downloaded password-hash v0.6.1
8072026-07-23T04:30:05.714Z Downloaded percent-encoding v2.3.2
8082026-07-23T04:30:05.714Z Downloaded parse-size v1.1.0
8092026-07-23T04:30:05.716Z Downloaded icu_locale_core v2.1.1
8102026-07-23T04:30:05.720Z Downloaded phf_shared v0.11.3
8112026-07-23T04:30:05.723Z Downloaded num-rational v0.4.2
8122026-07-23T04:30:05.723Z Downloaded darling_core v0.23.0
8132026-07-23T04:30:05.726Z Downloaded litrs v1.0.0
8142026-07-23T04:30:05.729Z Downloaded darling_core v0.21.3
8152026-07-23T04:30:05.733Z Downloaded oxide-update-engine-display v0.1.2
8162026-07-23T04:30:05.733Z Downloaded precomputed-hash v0.1.1
8172026-07-23T04:30:05.733Z Downloaded powerfmt v0.2.0
8182026-07-23T04:30:05.733Z Downloaded potential_utf v0.1.4
8192026-07-23T04:30:05.736Z Downloaded num_enum_derive v0.7.6
8202026-07-23T04:30:05.736Z Downloaded num_enum v0.5.11
8212026-07-23T04:30:05.739Z Downloaded phf_shared v0.13.1
8222026-07-23T04:30:05.739Z Downloaded indicatif v0.18.4
8232026-07-23T04:30:05.742Z Downloaded hickory-resolver v0.25.2
8242026-07-23T04:30:05.746Z Downloaded ignore v0.4.25
8252026-07-23T04:30:05.746Z Downloaded derive_more v2.1.1
8262026-07-23T04:30:05.759Z Downloaded predicates-tree v1.0.13
8272026-07-23T04:30:05.769Z Downloaded predicates-core v1.0.10
8282026-07-23T04:30:05.769Z Downloaded pem-rfc7468 v0.7.0
8292026-07-23T04:30:05.769Z Downloaded pbkdf2 v0.13.0
8302026-07-23T04:30:05.769Z Downloaded paste v1.0.15
8312026-07-23T04:30:05.770Z Downloaded password-hash v0.5.0
8322026-07-23T04:30:05.770Z Downloaded expectorate v1.2.0
8332026-07-23T04:30:05.770Z Downloaded heapless v0.7.17
8342026-07-23T04:30:05.770Z Downloaded ml-kem v0.3.2
8352026-07-23T04:30:05.779Z Downloaded nanorand v0.7.0
8362026-07-23T04:30:05.779Z Downloaded phc v0.6.1
8372026-07-23T04:30:05.779Z Downloaded icu_provider v2.1.1
8382026-07-23T04:30:05.779Z Downloaded phf_shared v0.12.1
8392026-07-23T04:30:05.779Z Downloaded oxnet v0.1.6
8402026-07-23T04:30:05.779Z Downloaded proc-macro-crate v1.3.1
8412026-07-23T04:30:05.779Z Downloaded oxide-update-engine v0.1.2
8422026-07-23T04:30:05.782Z Downloaded proc-macro-crate v3.4.0
8432026-07-23T04:30:05.782Z Downloaded pin-project-internal v1.1.11
8442026-07-23T04:30:05.782Z Downloaded oxide-tokio-rt v0.1.4
8452026-07-23T04:30:05.782Z Downloaded ed25519-dalek v2.2.0
8462026-07-23T04:30:05.782Z Downloaded pkg-config v0.3.32
8472026-07-23T04:30:05.782Z Downloaded polyval v0.7.1
8482026-07-23T04:30:05.785Z Downloaded peg-macros v0.8.5
8492026-07-23T04:30:05.785Z Downloaded crossbeam-channel v0.5.15
8502026-07-23T04:30:05.788Z Downloaded psl-types v2.0.11
8512026-07-23T04:30:05.788Z Downloaded progenitor-client v0.14.0
8522026-07-23T04:30:05.788Z Downloaded flate2 v1.1.9
8532026-07-23T04:30:05.791Z Downloaded quick-error v1.2.3
8542026-07-23T04:30:05.799Z Downloaded phf v0.13.1
8552026-07-23T04:30:05.802Z Downloaded pem v3.0.6
8562026-07-23T04:30:05.803Z Downloaded ar_archive_writer v0.5.1
8572026-07-23T04:30:05.806Z Downloaded derive_more-impl v2.1.1
8582026-07-23T04:30:05.809Z Downloaded port-file v0.1.0
8592026-07-23T04:30:05.812Z Downloaded der v0.7.10
8602026-07-23T04:30:05.816Z Downloaded radium v0.7.0
8612026-07-23T04:30:05.816Z Downloaded pem-rfc7468 v1.0.0
8622026-07-23T04:30:05.819Z Downloaded peg v0.8.5
8632026-07-23T04:30:05.819Z Downloaded der v0.8.0
8642026-07-23T04:30:05.824Z Downloaded primeorder v0.13.6
8652026-07-23T04:30:05.904Z Downloaded pkcs8 v0.10.2
8662026-07-23T04:30:05.904Z Downloaded predicates v3.1.4
8672026-07-23T04:30:05.904Z Downloaded primefield v0.14.0
8682026-07-23T04:30:05.904Z Downloaded parking_lot_core v0.9.12
8692026-07-23T04:30:05.915Z Downloaded parking_lot_core v0.8.6
8702026-07-23T04:30:05.915Z Downloaded hickory-server v0.25.2
8712026-07-23T04:30:05.915Z Downloaded phf v0.12.1
8722026-07-23T04:30:05.915Z Downloaded poly1305 v0.8.0
8732026-07-23T04:30:05.915Z Downloaded miniz_oxide v0.8.9
8742026-07-23T04:30:05.915Z Downloaded parking_lot v0.12.5
8752026-07-23T04:30:05.915Z Downloaded progenitor-macro v0.14.0
8762026-07-23T04:30:05.915Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-07-23T04:30:05.915Z Downloaded ppv-lite86 v0.2.21
8782026-07-23T04:30:05.916Z Downloaded indexmap v1.9.3
8792026-07-23T04:30:05.916Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-07-23T04:30:05.916Z Downloaded recursive v0.1.1
8812026-07-23T04:30:05.916Z Downloaded postgres-protocol v0.6.10
8822026-07-23T04:30:05.916Z Downloaded diesel_derives v2.3.7
8832026-07-23T04:30:05.916Z Downloaded progenitor v0.14.0
8842026-07-23T04:30:05.916Z Downloaded rand_chacha v0.3.1
8852026-07-23T04:30:05.916Z Downloaded rfc6979 v0.4.0
8862026-07-23T04:30:05.916Z Downloaded progenitor-macro v0.13.0
8872026-07-23T04:30:05.916Z Downloaded progenitor-client v0.13.0
8882026-07-23T04:30:05.916Z Downloaded progenitor v0.13.0
8892026-07-23T04:30:05.916Z Downloaded pkcs8 v0.11.0
8902026-07-23T04:30:05.916Z Downloaded ref-cast v1.0.25
8912026-07-23T04:30:05.916Z Downloaded hickory-resolver v0.24.4
8922026-07-23T04:30:05.916Z Downloaded ed25519-dalek v3.0.0-rc.0
8932026-07-23T04:30:05.917Z Downloaded icu_collections v2.1.1
8942026-07-23T04:30:05.917Z Downloaded poly1305 v0.9.0
8952026-07-23T04:30:05.917Z Downloaded postcard v1.1.3
8962026-07-23T04:30:05.917Z Downloaded r2d2 v0.8.10
8972026-07-23T04:30:05.917Z Downloaded ref-cast-impl v1.0.25
8982026-07-23T04:30:05.917Z Downloaded primeorder v0.14.0-rc.10
8992026-07-23T04:30:05.917Z Downloaded parse-display-derive v0.10.0
9002026-07-23T04:30:05.917Z Downloaded parking_lot v0.11.2
9012026-07-23T04:30:05.917Z Downloaded rfc6979 v0.5.0
9022026-07-23T04:30:05.917Z Downloaded rustc_version v0.4.1
9032026-07-23T04:30:05.917Z Downloaded progenitor-extras v0.2.0
9042026-07-23T04:30:05.917Z Downloaded pkcs1 v0.7.5
9052026-07-23T04:30:05.917Z Downloaded pin-project-lite v0.2.17
9062026-07-23T04:30:05.917Z Downloaded oxide-update-engine-types v0.1.2
9072026-07-23T04:30:05.917Z Downloaded icu_normalizer_data v2.1.1
9082026-07-23T04:30:05.917Z Downloaded rustc-hash v2.1.1
9092026-07-23T04:30:05.917Z Downloaded rand_xorshift v0.4.0
9102026-07-23T04:30:05.917Z Downloaded proc-macro-error2 v2.0.1
9112026-07-23T04:30:05.917Z Downloaded pkcs1 v0.8.0-rc.4
9122026-07-23T04:30:05.917Z Downloaded num-traits v0.2.19
9132026-07-23T04:30:05.930Z Downloaded rustc_version v0.1.7
9142026-07-23T04:30:05.931Z Downloaded rand_core v0.10.0
9152026-07-23T04:30:05.931Z Downloaded russh-util v0.52.0
9162026-07-23T04:30:05.931Z Downloaded psm v0.1.30
9172026-07-23T04:30:05.931Z Downloaded russh-cryptovec v0.61.0
9182026-07-23T04:30:05.931Z Downloaded omicron-zone-package v0.12.3
9192026-07-23T04:30:05.946Z Downloaded http v1.4.2
9202026-07-23T04:30:05.946Z Downloaded oso v0.27.3
9212026-07-23T04:30:05.954Z Downloaded rand_seeder v0.4.0
9222026-07-23T04:30:05.954Z Downloaded rand_core v0.9.5
9232026-07-23T04:30:05.954Z Downloaded packed_struct v0.10.1
9242026-07-23T04:30:05.954Z Downloaded scroll_derive v0.13.1
9252026-07-23T04:30:05.954Z Downloaded postgres-types v0.2.12
9262026-07-23T04:30:05.954Z Downloaded hashbrown v0.12.3
9272026-07-23T04:30:05.959Z Downloaded rand_core v0.6.4
9282026-07-23T04:30:05.962Z Downloaded quinn-udp v0.5.14
9292026-07-23T04:30:05.962Z Downloaded aes-gcm v0.11.0
9302026-07-23T04:30:05.962Z Downloaded icu_normalizer v2.1.1
9312026-07-23T04:30:05.967Z Downloaded rtoolbox v0.0.3
9322026-07-23T04:30:05.971Z Downloaded rpassword v7.5.4
9332026-07-23T04:30:05.971Z Downloaded resolv-conf v0.7.6
9342026-07-23T04:30:05.971Z Downloaded rand_chacha v0.9.0
9352026-07-23T04:30:05.972Z Downloaded pin-project v1.1.11
9362026-07-23T04:30:05.984Z Downloaded scheduled-thread-pool v0.2.7
9372026-07-23T04:30:06.004Z Downloaded sapling-renderdag v0.1.0
9382026-07-23T04:30:06.004Z Downloaded prefix-trie v0.7.0
9392026-07-23T04:30:06.004Z Downloaded serde_repr v0.1.20
9402026-07-23T04:30:06.004Z Downloaded crossterm v0.29.0
9412026-07-23T04:30:06.004Z Downloaded serde_urlencoded v0.7.1
9422026-07-23T04:30:06.005Z Downloaded scopeguard v1.2.0
9432026-07-23T04:30:06.005Z Downloaded serde-big-array v0.5.1
9442026-07-23T04:30:06.036Z Downloaded minimal-lexical v0.2.1
9452026-07-23T04:30:06.036Z Downloaded hashbrown v0.13.2
9462026-07-23T04:30:06.036Z Downloaded serde_spanned v1.1.1
9472026-07-23T04:30:06.036Z Downloaded sha1 v0.11.0
9482026-07-23T04:30:06.036Z Downloaded secrecy v0.10.3
9492026-07-23T04:30:06.036Z Downloaded rusty-fork v0.3.1
9502026-07-23T04:30:06.036Z Downloaded signal-hook-mio v0.2.5
9512026-07-23T04:30:06.036Z Downloaded openssl-sys v0.9.115
9522026-07-23T04:30:06.036Z Downloaded semver v0.1.20
9532026-07-23T04:30:06.036Z Downloaded rustversion v1.0.22
9542026-07-23T04:30:06.037Z Downloaded sec1 v0.7.3
9552026-07-23T04:30:06.037Z Downloaded jiff-static v0.2.21
9562026-07-23T04:30:06.053Z Downloaded scroll v0.13.0
9572026-07-23T04:30:06.053Z Downloaded rustls-native-certs v0.8.3
9582026-07-23T04:30:06.053Z Downloaded signal-hook-tokio v0.3.1
9592026-07-23T04:30:06.053Z Downloaded siphasher v1.0.2
9602026-07-23T04:30:06.053Z Downloaded sigpipe v0.1.3
9612026-07-23T04:30:06.053Z Downloaded seq-macro v0.3.6
9622026-07-23T04:30:06.053Z Downloaded secrecy v0.8.0
9632026-07-23T04:30:06.053Z Downloaded progenitor-impl v0.14.0
9642026-07-23T04:30:06.053Z Downloaded p256 v0.14.0-rc.10
9652026-07-23T04:30:06.053Z Downloaded signature v3.0.0
9662026-07-23T04:30:06.053Z Downloaded serde_bytes v0.11.19
9672026-07-23T04:30:06.054Z Downloaded hyper-util v0.1.20
9682026-07-23T04:30:06.054Z Downloaded progenitor-impl v0.13.0
9692026-07-23T04:30:06.054Z Downloaded sha1 v0.10.6
9702026-07-23T04:30:06.066Z Downloaded sec1 v0.8.1
9712026-07-23T04:30:06.067Z Downloaded papergrid v0.17.0
9722026-07-23T04:30:06.067Z Downloaded same-file v1.0.6
9732026-07-23T04:30:06.067Z Downloaded prettyplease v0.2.37
9742026-07-23T04:30:06.067Z Downloaded slog-envlogger v2.2.0
9752026-07-23T04:30:06.067Z Downloaded signature v2.2.0
9762026-07-23T04:30:06.067Z Downloaded chrono v0.4.45
9772026-07-23T04:30:06.075Z Downloaded serde_derive_internals v0.29.1
9782026-07-23T04:30:06.075Z Downloaded serde_with_macros v1.5.2
9792026-07-23T04:30:06.075Z Downloaded internal-russh-num-bigint v0.5.0
9802026-07-23T04:30:06.075Z Downloaded pkcs5 v0.8.1
9812026-07-23T04:30:06.075Z Downloaded scrypt v0.12.0
9822026-07-23T04:30:06.075Z Downloaded shell-words v1.1.1
9832026-07-23T04:30:06.075Z Downloaded p384 v0.14.0-rc.10
9842026-07-23T04:30:06.080Z Downloaded slog-bunyan v2.5.0
9852026-07-23T04:30:06.080Z Downloaded serde-hex v0.1.0
9862026-07-23T04:30:06.100Z Downloaded rustls-pki-types v1.14.0
9872026-07-23T04:30:06.100Z Downloaded rustls-pemfile v2.2.0
9882026-07-23T04:30:06.111Z Downloaded schemars_derive v0.8.22
9892026-07-23T04:30:06.111Z Downloaded hashbrown v0.16.1
9902026-07-23T04:30:06.119Z Downloaded crossterm v0.28.1
9912026-07-23T04:30:06.120Z Downloaded slog-dtrace v0.3.0
9922026-07-23T04:30:06.120Z Downloaded sqlparser_derive v0.5.0
9932026-07-23T04:30:06.120Z Downloaded slog-async v2.8.0
9942026-07-23T04:30:06.120Z Downloaded salsa20 v0.11.0
9952026-07-23T04:30:06.126Z Downloaded serde_plain v1.0.2
9962026-07-23T04:30:06.126Z Downloaded smallvec v0.6.14
9972026-07-23T04:30:06.133Z Downloaded pretty_assertions v1.4.1
9982026-07-23T04:30:06.133Z Downloaded slog-term v2.9.2
9992026-07-23T04:30:06.138Z Downloaded shlex v1.3.0
10002026-07-23T04:30:06.138Z Downloaded supports-color v3.0.2
10012026-07-23T04:30:06.138Z Downloaded structmeta v0.3.0
10022026-07-23T04:30:06.138Z Downloaded strum v0.27.2
10032026-07-23T04:30:06.138Z Downloaded strum v0.26.3
10042026-07-23T04:30:06.139Z Downloaded serde_path_to_error v0.1.20
10052026-07-23T04:30:06.143Z Downloaded serde_cbor v0.11.2
10062026-07-23T04:30:06.143Z Downloaded strsim v0.10.0
10072026-07-23T04:30:06.143Z Downloaded stable_deref_trait v1.2.1
10082026-07-23T04:30:06.149Z Downloaded serde_with_macros v3.21.0
10092026-07-23T04:30:06.149Z Downloaded rayon-core v1.13.0
10102026-07-23T04:30:06.163Z Downloaded slab v0.4.12
10112026-07-23T04:30:06.163Z Downloaded serdect v0.4.3
10122026-07-23T04:30:06.163Z Downloaded mio v1.2.0
10132026-07-23T04:30:06.163Z Downloaded sync_wrapper v1.0.2
10142026-07-23T04:30:06.174Z Downloaded subtle v2.6.1
10152026-07-23T04:30:06.174Z Downloaded structmeta-derive v0.3.0
10162026-07-23T04:30:06.174Z Downloaded sha2 v0.11.0
10172026-07-23T04:30:06.174Z Downloaded tap v1.0.1
10182026-07-23T04:30:06.174Z Downloaded take_mut v0.2.2
10192026-07-23T04:30:06.174Z Downloaded strip-ansi-escapes v0.2.1
10202026-07-23T04:30:06.174Z Downloaded simd-adler32 v0.3.8
10212026-07-23T04:30:06.174Z Downloaded tabled_derive v0.11.0
10222026-07-23T04:30:06.175Z Downloaded rustls-platform-verifier v0.6.2
10232026-07-23T04:30:06.175Z Downloaded tabwriter v1.4.1
10242026-07-23T04:30:06.175Z Downloaded itertools v0.12.1
10252026-07-23T04:30:06.190Z Downloaded signal-hook-registry v1.4.8
10262026-07-23T04:30:06.190Z Downloaded thread-id v5.1.0
10272026-07-23T04:30:06.190Z Downloaded testing_table v0.3.0
10282026-07-23T04:30:06.190Z Downloaded termtree v0.5.1
10292026-07-23T04:30:06.190Z Downloaded slog-scope v4.4.1
10302026-07-23T04:30:06.190Z Downloaded slog-stdlog v4.1.1
10312026-07-23T04:30:06.191Z Downloaded slog-json v2.6.1
10322026-07-23T04:30:06.191Z Downloaded ron v0.8.1
10332026-07-23T04:30:06.209Z Downloaded snafu-derive v0.8.9
10342026-07-23T04:30:06.209Z Downloaded rand v0.8.6
10352026-07-23T04:30:06.209Z Downloaded tagptr v0.2.0
10362026-07-23T04:30:06.209Z Downloaded smf v0.2.3
10372026-07-23T04:30:06.209Z Downloaded time-core v0.1.8
10382026-07-23T04:30:06.209Z Downloaded string_cache v0.8.9
10392026-07-23T04:30:06.209Z Downloaded stacker v0.1.23
10402026-07-23T04:30:06.210Z Downloaded ssh-cipher v0.3.0-rc.9
10412026-07-23T04:30:06.210Z Downloaded ryu v1.0.23
10422026-07-23T04:30:06.210Z Downloaded itertools v0.10.5
10432026-07-23T04:30:06.222Z Downloaded nom v7.1.3
10442026-07-23T04:30:06.223Z Downloaded spki v0.8.0
10452026-07-23T04:30:06.223Z Downloaded icu_properties_data v2.1.2
10462026-07-23T04:30:06.223Z Downloaded tokio-macros v2.7.0
10472026-07-23T04:30:06.223Z Downloaded spki v0.7.3
10482026-07-23T04:30:06.223Z Downloaded thiserror-impl-no-std v2.0.2
10492026-07-23T04:30:06.223Z Downloaded sync-ptr v0.1.4
10502026-07-23T04:30:06.223Z Downloaded idna v1.1.0
10512026-07-23T04:30:06.223Z Downloaded quinn v0.11.9
10522026-07-23T04:30:06.232Z Downloaded static_assertions v1.1.0
10532026-07-23T04:30:06.232Z Downloaded rcgen v0.12.1
10542026-07-23T04:30:06.232Z Downloaded support-bundle-viewer v0.1.2
10552026-07-23T04:30:06.232Z Downloaded ssh-encoding v0.3.0-rc.9
10562026-07-23T04:30:06.232Z Downloaded num-bigint v0.4.6
10572026-07-23T04:30:06.232Z Downloaded tinyvec_macros v0.1.1
10582026-07-23T04:30:06.232Z Downloaded strum_macros v0.26.4
10592026-07-23T04:30:06.241Z Downloaded qorb v0.4.1
10602026-07-23T04:30:06.241Z Downloaded blake3 v1.8.5
10612026-07-23T04:30:06.251Z Downloaded publicsuffix v2.3.0
10622026-07-23T04:30:06.251Z Downloaded schemars v0.9.0
10632026-07-23T04:30:06.251Z Downloaded tokio-test v0.4.5
10642026-07-23T04:30:06.258Z Downloaded hyper v1.10.1
10652026-07-23T04:30:06.258Z Downloaded thread_local v1.1.9
10662026-07-23T04:30:06.258Z Downloaded strum_macros v0.24.3
10672026-07-23T04:30:06.258Z Downloaded itertools v0.13.0
10682026-07-23T04:30:06.262Z Downloaded tinystr v0.8.2
10692026-07-23T04:30:06.262Z Downloaded trait-variant v0.1.2
10702026-07-23T04:30:06.262Z Downloaded topological-sort v0.2.2
10712026-07-23T04:30:06.262Z Downloaded stringprep v0.1.5
10722026-07-23T04:30:06.267Z Downloaded spin v0.9.8
10732026-07-23T04:30:06.268Z Downloaded smallvec v1.15.1
10742026-07-23T04:30:06.268Z Downloaded tiny-keccak v2.0.2
10752026-07-23T04:30:06.280Z Downloaded time-macros v0.2.27
10762026-07-23T04:30:06.280Z Downloaded tower-service v0.3.3
10772026-07-23T04:30:06.280Z Downloaded strum_macros v0.27.2
10782026-07-23T04:30:06.280Z Downloaded hashbrown v0.15.5
10792026-07-23T04:30:06.285Z Downloaded try-lock v0.2.5
10802026-07-23T04:30:06.285Z Downloaded tower-layer v0.3.3
10812026-07-23T04:30:06.285Z Downloaded typify-macro v0.6.2
10822026-07-23T04:30:06.285Z Downloaded futures-util v0.3.32
10832026-07-23T04:30:06.292Z Downloaded tokio-native-tls v0.3.1
10842026-07-23T04:30:06.292Z Downloaded thiserror-no-std v2.0.2
10852026-07-23T04:30:06.292Z Downloaded libxml v0.3.3
10862026-07-23T04:30:06.298Z Downloaded utf-8 v0.7.6
10872026-07-23T04:30:06.298Z Downloaded tls_codec v0.4.2
10882026-07-23T04:30:06.298Z Downloaded rsa v0.9.10
10892026-07-23T04:30:06.311Z Downloaded tokio-tungstenite v0.21.0
10902026-07-23T04:30:06.311Z Downloaded term v1.2.1
10912026-07-23T04:30:06.311Z Downloaded termios v0.3.3
10922026-07-23T04:30:06.311Z Downloaded schemars v1.2.1
10932026-07-23T04:30:06.321Z Downloaded utf8_iter v1.0.4
10942026-07-23T04:30:06.321Z Downloaded tokio-dtrace v0.1.1
10952026-07-23T04:30:06.321Z Downloaded crypto-primes v0.7.2
10962026-07-23T04:30:06.338Z Downloaded usdt v0.6.0
10972026-07-23T04:30:06.338Z Downloaded untrusted v0.7.1
10982026-07-23T04:30:06.338Z Downloaded unit-prefix v0.5.2
10992026-07-23T04:30:06.338Z Downloaded unicode-truncate v1.1.0
11002026-07-23T04:30:06.338Z Downloaded unarray v0.1.4
11012026-07-23T04:30:06.338Z Downloaded samael v0.0.19
11022026-07-23T04:30:06.338Z Downloaded similar v2.7.0
11032026-07-23T04:30:06.348Z Downloaded tls_codec_derive v0.4.2
11042026-07-23T04:30:06.348Z Downloaded usdt-attr-macro v0.6.0
11052026-07-23T04:30:06.348Z Downloaded untrusted v0.9.0
11062026-07-23T04:30:06.348Z Downloaded rand v0.9.2
11072026-07-23T04:30:06.348Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-07-23T04:30:06.348Z Downloaded usdt-macro v0.6.0
11092026-07-23T04:30:06.348Z Downloaded wait-timeout v0.2.1
11102026-07-23T04:30:06.348Z Downloaded universal-hash v0.6.1
11112026-07-23T04:30:06.348Z Downloaded hkdf v0.12.4
11122026-07-23T04:30:06.348Z Downloaded bitvec v1.0.1
11132026-07-23T04:30:06.361Z Downloaded tui-tree-widget v0.23.1
11142026-07-23T04:30:06.361Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11152026-07-23T04:30:06.361Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-07-23T04:30:06.361Z Downloaded tokio-tungstenite v0.23.1
11172026-07-23T04:30:06.361Z Downloaded term v0.7.0
11182026-07-23T04:30:06.361Z Downloaded socket2 v0.6.3
11192026-07-23T04:30:06.366Z Downloaded rand v0.10.1
11202026-07-23T04:30:06.366Z Downloaded p521 v0.14.0-rc.10
11212026-07-23T04:30:06.366Z Downloaded tokio-stream v0.1.18
11222026-07-23T04:30:06.366Z Downloaded xshell-macros v0.2.7
11232026-07-23T04:30:06.366Z Downloaded yoke-derive v0.8.1
11242026-07-23T04:30:06.366Z Downloaded nom v8.0.0
11252026-07-23T04:30:06.382Z Downloaded tokio-rustls v0.26.4
11262026-07-23T04:30:06.382Z Downloaded synstructure v0.13.2
11272026-07-23T04:30:06.382Z Downloaded bindgen v0.71.1
11282026-07-23T04:30:06.407Z Downloaded want v0.3.1
11292026-07-23T04:30:06.407Z Downloaded void v1.0.2
11302026-07-23T04:30:06.407Z Downloaded serde_yaml v0.9.34+deprecated
11312026-07-23T04:30:06.407Z Downloaded rustls-webpki v0.103.13
11322026-07-23T04:30:06.407Z Downloaded vergen-git2 v9.1.0
11332026-07-23T04:30:06.407Z Downloaded uzers v0.12.2
11342026-07-23T04:30:06.407Z Downloaded unicode-xid v0.2.6
11352026-07-23T04:30:06.408Z Downloaded libm v0.2.16
11362026-07-23T04:30:06.409Z Downloaded zerofrom-derive v0.1.6
11372026-07-23T04:30:06.409Z Downloaded zerofrom v0.1.6
11382026-07-23T04:30:06.409Z Downloaded num-bigint-dig v0.8.6
11392026-07-23T04:30:06.423Z Downloaded universal-hash v0.5.1
11402026-07-23T04:30:06.423Z Downloaded unicase v2.9.0
11412026-07-23T04:30:06.423Z Downloaded hkdf v0.13.0
11422026-07-23T04:30:06.423Z Downloaded toml_parser v1.1.2+spec-1.1.0
11432026-07-23T04:30:06.423Z Downloaded vergen-lib v9.1.0
11442026-07-23T04:30:06.424Z Downloaded test-strategy v0.4.5
11452026-07-23T04:30:06.424Z Downloaded iri-string v0.7.10
11462026-07-23T04:30:06.424Z Downloaded sqlformat v0.3.5
11472026-07-23T04:30:06.424Z Downloaded signal-hook v0.3.18
11482026-07-23T04:30:06.424Z Downloaded h2 v0.4.15
11492026-07-23T04:30:06.424Z Downloaded vergen-lib v0.1.6
11502026-07-23T04:30:06.424Z Downloaded dropshot-api-manager v0.7.2
11512026-07-23T04:30:06.441Z Downloaded zeroize_derive v1.4.3
11522026-07-23T04:30:06.441Z Downloaded zone v0.3.1
11532026-07-23T04:30:06.441Z Downloaded snafu v0.8.9
11542026-07-23T04:30:06.441Z Downloaded waitgroup v0.1.2
11552026-07-23T04:30:06.441Z Downloaded usdt-impl v0.6.0
11562026-07-23T04:30:06.441Z Downloaded slog v2.8.2
11572026-07-23T04:30:06.444Z Downloaded zone_cfg_derive v0.3.1
11582026-07-23T04:30:06.453Z Downloaded vergen-gitcl v1.0.8
11592026-07-23T04:30:06.454Z Downloaded schemars v0.8.22
11602026-07-23T04:30:06.454Z Downloaded whoami v2.1.0
11612026-07-23T04:30:06.472Z Downloaded itertools v0.14.0
11622026-07-23T04:30:06.472Z Downloaded yoke v0.8.1
11632026-07-23T04:30:06.499Z Downloaded walkdir v2.5.0
11642026-07-23T04:30:06.499Z Downloaded tracing-attributes v0.1.31
11652026-07-23T04:30:06.499Z Downloaded vsss-rs v3.3.4
11662026-07-23T04:30:06.499Z Downloaded whoami v1.6.1
11672026-07-23T04:30:06.499Z Downloaded zeroize v1.8.2
11682026-07-23T04:30:06.499Z Downloaded writeable v0.6.2
11692026-07-23T04:30:06.500Z Downloaded toml v0.7.8
11702026-07-23T04:30:06.500Z Downloaded tinyvec v1.10.0
11712026-07-23T04:30:06.500Z Downloaded twox-hash v2.1.2
11722026-07-23T04:30:06.500Z Downloaded toml v1.1.2+spec-1.1.0
11732026-07-23T04:30:06.500Z Downloaded aws-lc-rs v1.16.3
11742026-07-23T04:30:06.521Z Downloaded zstd v0.13.3
11752026-07-23T04:30:06.521Z Downloaded xshell v0.2.7
11762026-07-23T04:30:06.521Z Downloaded xattr v1.6.1
11772026-07-23T04:30:06.521Z Downloaded wyz v0.5.1
11782026-07-23T04:30:06.521Z Downloaded reedline v0.40.0
11792026-07-23T04:30:06.542Z Downloaded vergen v9.1.0
11802026-07-23T04:30:06.542Z Downloaded unicode-properties v0.1.4
11812026-07-23T04:30:06.542Z Downloaded rsa v0.10.0-rc.18
11822026-07-23T04:30:06.542Z Downloaded zerovec-derive v0.11.2
11832026-07-23T04:30:06.542Z Downloaded uuid v1.23.4
11842026-07-23T04:30:06.542Z Downloaded zstd-safe v7.2.4
11852026-07-23T04:30:06.542Z Downloaded yasna v0.5.2
11862026-07-23T04:30:06.542Z Downloaded subprocess v0.2.15
11872026-07-23T04:30:06.542Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-23T04:30:06.542Z Downloaded unsafe-libyaml v0.2.11
11892026-07-23T04:30:06.542Z Downloaded socket2 v0.5.10
11902026-07-23T04:30:06.620Z Downloaded rustyline v14.0.0
11912026-07-23T04:30:06.620Z Downloaded p384 v0.13.1
11922026-07-23T04:30:06.620Z Downloaded iddqd v0.4.2
11932026-07-23T04:30:06.620Z Downloaded tungstenite v0.21.0
11942026-07-23T04:30:06.620Z Downloaded tungstenite v0.23.0
11952026-07-23T04:30:06.620Z Downloaded steno v0.4.1
11962026-07-23T04:30:06.620Z Downloaded unicode-bidi v0.3.18
11972026-07-23T04:30:06.620Z Downloaded regex v1.12.3
11982026-07-23T04:30:06.620Z Downloaded zerocopy v0.6.6
11992026-07-23T04:30:06.620Z Downloaded lalrpop v0.19.12
12002026-07-23T04:30:06.621Z Downloaded tracing-core v0.1.36
12012026-07-23T04:30:06.621Z Downloaded zopfli v0.8.3
12022026-07-23T04:30:06.621Z Downloaded tar v0.4.46
12032026-07-23T04:30:06.621Z Downloaded rawzip v0.4.4
12042026-07-23T04:30:06.621Z Downloaded goblin v0.10.5
12052026-07-23T04:30:06.621Z Downloaded moka v0.12.13
12062026-07-23T04:30:06.648Z Downloaded curve25519-dalek v4.1.3
12072026-07-23T04:30:06.650Z Downloaded typify v0.6.2
12082026-07-23T04:30:06.650Z Downloaded toml_edit v0.19.15
12092026-07-23T04:30:06.650Z Downloaded zip v0.6.6
12102026-07-23T04:30:06.650Z Downloaded serde_with v1.14.0
12112026-07-23T04:30:06.675Z Downloaded yansi v1.0.1
12122026-07-23T04:30:06.675Z Downloaded portable-atomic v1.13.1
12132026-07-23T04:30:06.675Z Downloaded vte v0.14.1
12142026-07-23T04:30:06.676Z Downloaded reqwest v0.12.28
12152026-07-23T04:30:06.701Z Downloaded unicode_categories v0.1.1
12162026-07-23T04:30:06.701Z Downloaded petname v2.0.2
12172026-07-23T04:30:06.701Z Downloaded git2 v0.20.4
12182026-07-23T04:30:06.701Z Downloaded unicode-segmentation v1.12.0
12192026-07-23T04:30:06.701Z Downloaded url v2.5.8
12202026-07-23T04:30:06.701Z Downloaded reqwest v0.13.2
12212026-07-23T04:30:06.713Z Downloaded object v0.30.4
12222026-07-23T04:30:06.713Z Downloaded tower v0.5.3
12232026-07-23T04:30:06.748Z Downloaded quick-xml v0.37.5
12242026-07-23T04:30:06.772Z Downloaded zip v4.6.1
12252026-07-23T04:30:06.773Z Downloaded tokio-util v0.7.18
12262026-07-23T04:30:06.773Z Downloaded tokio-postgres v0.7.16
12272026-07-23T04:30:06.773Z Downloaded zerotrie v0.2.3
12282026-07-23T04:30:06.773Z Downloaded tough v0.22.0
12292026-07-23T04:30:06.773Z Downloaded nix v0.27.1
12302026-07-23T04:30:06.773Z Downloaded bstr v1.12.1
12312026-07-23T04:30:06.773Z Downloaded ssh-key v0.7.0-rc.10
12322026-07-23T04:30:06.773Z Downloaded x509-cert v0.2.5
12332026-07-23T04:30:06.811Z Downloaded rayon v1.11.0
12342026-07-23T04:30:06.811Z Downloaded zerovec v0.11.5
12352026-07-23T04:30:06.811Z Downloaded typed-path v0.9.3
12362026-07-23T04:30:06.811Z Downloaded zerocopy-derive v0.8.40
12372026-07-23T04:30:06.811Z Downloaded russh v0.61.2
12382026-07-23T04:30:06.850Z Downloaded proptest v1.10.0
12392026-07-23T04:30:06.850Z Downloaded openssl v0.10.79
12402026-07-23T04:30:06.850Z Downloaded serde_with v3.21.0
12412026-07-23T04:30:06.850Z Downloaded crypto-bigint v0.7.5
12422026-07-23T04:30:06.850Z Downloaded winnow v0.5.40
12432026-07-23T04:30:06.850Z Downloaded unicode-normalization v0.1.25
12442026-07-23T04:30:06.850Z Downloaded salty v0.3.0
12452026-07-23T04:30:06.860Z Downloaded regex-syntax v0.6.29
12462026-07-23T04:30:06.860Z Downloaded nix v0.28.0
12472026-07-23T04:30:06.860Z Downloaded winnow v1.0.3
12482026-07-23T04:30:06.860Z Downloaded nix v0.31.2
12492026-07-23T04:30:06.860Z Downloaded tabled v0.20.0
12502026-07-23T04:30:06.880Z Downloaded tower-http v0.6.8
12512026-07-23T04:30:06.880Z Downloaded quinn-proto v0.11.13
12522026-07-23T04:30:06.924Z Downloaded smoltcp v0.11.0
12532026-07-23T04:30:06.947Z Downloaded winnow v0.6.26
12542026-07-23T04:30:06.947Z Downloaded radix_trie v0.2.1
12552026-07-23T04:30:06.947Z Downloaded curve25519-dalek v5.0.0-rc.0
12562026-07-23T04:30:06.947Z Downloaded polar-core v0.27.3
12572026-07-23T04:30:06.969Z Downloaded rustls v0.23.41
12582026-07-23T04:30:06.980Z Downloaded dropshot v0.17.1
12592026-07-23T04:30:07.012Z Downloaded hickory-proto v0.24.4
12602026-07-23T04:30:07.021Z Downloaded time v0.3.47
12612026-07-23T04:30:07.029Z Downloaded sqlparser v0.61.0
12622026-07-23T04:30:07.056Z Downloaded smoltcp v0.9.1
12632026-07-23T04:30:07.056Z Downloaded zlib-rs v0.6.2
12642026-07-23T04:30:07.075Z Downloaded bzip2-sys v0.1.13+1.0.8
12652026-07-23T04:30:07.075Z Downloaded vcpkg v0.2.15
12662026-07-23T04:30:07.091Z Downloaded sha3 v0.11.0
12672026-07-23T04:30:07.108Z Downloaded object v0.37.3
12682026-07-23T04:30:07.108Z Downloaded diesel v2.3.7
12692026-07-23T04:30:07.124Z Downloaded zerocopy v0.8.40
12702026-07-23T04:30:07.124Z Downloaded openapiv3 v2.2.0
12712026-07-23T04:30:07.141Z Downloaded hickory-proto v0.25.2
12722026-07-23T04:30:07.141Z Downloaded regress v0.11.1
12732026-07-23T04:30:07.160Z Downloaded regex-syntax v0.8.10
12742026-07-23T04:30:07.160Z Downloaded regress v0.10.5
12752026-07-23T04:30:07.160Z Downloaded petgraph v0.6.5
12762026-07-23T04:30:07.166Z Downloaded rustix v0.38.44
12772026-07-23T04:30:07.166Z Downloaded jiff v0.2.21
12782026-07-23T04:30:07.181Z Downloaded chrono-tz v0.10.4
12792026-07-23T04:30:07.263Z Downloaded petgraph v0.8.3
12802026-07-23T04:30:07.317Z Downloaded libz-sys v1.1.24
12812026-07-23T04:30:07.317Z Downloaded sled v0.34.7
12822026-07-23T04:30:07.317Z Downloaded fiat-crypto v0.3.0
12832026-07-23T04:30:07.317Z Downloaded tracing v0.1.44
12842026-07-23T04:30:07.317Z Downloaded ratatui v0.29.0
12852026-07-23T04:30:07.317Z Downloaded typify-impl v0.6.2
12862026-07-23T04:30:07.347Z Downloaded sha3 v0.10.8
12872026-07-23T04:30:07.347Z Downloaded csv v1.4.0
12882026-07-23T04:30:07.347Z Downloaded regex-automata v0.4.14
12892026-07-23T04:30:07.347Z Downloaded zerocopy-derive v0.6.6
12902026-07-23T04:30:07.403Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-23T04:30:07.403Z Downloaded tokio v1.52.1
12922026-07-23T04:30:07.413Z Downloaded encoding_rs v0.8.35
12932026-07-23T04:30:07.475Z Downloaded ring v0.17.14
12942026-07-23T04:30:07.502Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-23T04:30:08.096Z Downloaded aws-lc-sys v0.40.0
12962026-07-23T04:30:08.264Z Compiling libc v0.2.185
12972026-07-23T04:30:08.264Z Compiling serde_core v1.0.228
12982026-07-23T04:30:08.264Z Compiling serde v1.0.228
12992026-07-23T04:30:08.269Z Compiling log v0.4.29
13002026-07-23T04:30:08.269Z Compiling smallvec v1.15.1
13012026-07-23T04:30:08.269Z Compiling find-msvc-tools v0.1.9
13022026-07-23T04:30:08.269Z Compiling shlex v1.3.0
13032026-07-23T04:30:08.269Z Compiling subtle v2.6.1
13042026-07-23T04:30:08.269Z Compiling stable_deref_trait v1.2.1
13052026-07-23T04:30:08.269Z Compiling scopeguard v1.2.0
13062026-07-23T04:30:08.269Z Compiling typenum v1.20.1
13072026-07-23T04:30:08.398Z Compiling serde_json v1.0.150
13082026-07-23T04:30:08.487Z Compiling portable-atomic v1.13.1
13092026-07-23T04:30:08.499Z Compiling zerocopy v0.8.40
13102026-07-23T04:30:08.506Z Compiling syn v2.0.117
13112026-07-23T04:30:08.528Z Compiling pin-project-lite v0.2.17
13122026-07-23T04:30:08.586Z Compiling parking_lot_core v0.9.12
13132026-07-23T04:30:08.599Z Compiling getrandom v0.4.1
13142026-07-23T04:30:08.613Z Compiling lock_api v0.4.14
13152026-07-23T04:30:08.629Z Compiling libm v0.2.16
13162026-07-23T04:30:08.655Z Compiling pkg-config v0.3.32
13172026-07-23T04:30:08.682Z Compiling critical-section v1.2.0
13182026-07-23T04:30:08.698Z Compiling num-traits v0.2.19
13192026-07-23T04:30:08.733Z Compiling rand_core v0.10.0
13202026-07-23T04:30:08.767Z Compiling futures-core v0.3.32
13212026-07-23T04:30:08.803Z Compiling generic-array v0.14.7
13222026-07-23T04:30:08.821Z Compiling percent-encoding v2.3.2
13232026-07-23T04:30:08.899Z Compiling const-oid v0.9.6
13242026-07-23T04:30:08.959Z Compiling litemap v0.8.1
13252026-07-23T04:30:08.988Z Compiling writeable v0.6.2
13262026-07-23T04:30:08.992Z Compiling icu_normalizer_data v2.1.1
13272026-07-23T04:30:09.045Z Compiling icu_properties_data v2.1.2
13282026-07-23T04:30:09.061Z Compiling futures-sink v0.3.32
13292026-07-23T04:30:09.091Z Compiling futures-io v0.3.32
13302026-07-23T04:30:09.106Z Compiling futures-task v0.3.32
13312026-07-23T04:30:09.110Z Compiling slab v0.4.12
13322026-07-23T04:30:09.159Z Compiling utf8_iter v1.0.4
13332026-07-23T04:30:09.185Z Compiling futures-channel v0.3.32
13342026-07-23T04:30:09.201Z Compiling form_urlencoded v1.2.2
13352026-07-23T04:30:09.254Z Compiling rustversion v1.0.22
13362026-07-23T04:30:09.274Z Compiling getrandom v0.3.4
13372026-07-23T04:30:09.318Z Compiling ident_case v1.0.1
13382026-07-23T04:30:09.363Z Compiling dunce v1.0.5
13392026-07-23T04:30:09.364Z Compiling iana-time-zone v0.1.65
13402026-07-23T04:30:09.385Z Compiling jobserver v0.1.34
13412026-07-23T04:30:09.385Z Compiling errno v0.3.14
13422026-07-23T04:30:09.414Z Compiling getrandom v0.2.17
13432026-07-23T04:30:09.457Z Compiling mio v1.2.0
13442026-07-23T04:30:09.471Z Compiling socket2 v0.6.3
13452026-07-23T04:30:09.476Z Compiling fs_extra v1.3.0
13462026-07-23T04:30:09.632Z Compiling rand_core v0.6.4
13472026-07-23T04:30:09.695Z Compiling signal-hook-registry v1.4.8
13482026-07-23T04:30:09.695Z Compiling cc v1.2.56
13492026-07-23T04:30:09.695Z Compiling once_cell v1.21.3
13502026-07-23T04:30:09.731Z Compiling parking_lot v0.12.5
13512026-07-23T04:30:09.740Z Compiling rustix v1.1.3
13522026-07-23T04:30:09.786Z Compiling regex-syntax v0.8.10
13532026-07-23T04:30:09.833Z Compiling base64 v0.22.1
13542026-07-23T04:30:09.849Z Compiling base64ct v1.8.3
13552026-07-23T04:30:09.849Z Compiling vcpkg v0.2.15
13562026-07-23T04:30:09.864Z Compiling tracing-core v0.1.36
13572026-07-23T04:30:09.946Z Compiling aws-lc-rs v1.16.3
13582026-07-23T04:30:10.056Z Compiling flagset v0.4.7
13592026-07-23T04:30:10.102Z Compiling pem-rfc7468 v0.7.0
13602026-07-23T04:30:10.151Z Compiling tinyvec_macros v0.1.1
13612026-07-23T04:30:10.151Z Compiling cmov v0.5.4
13622026-07-23T04:30:10.167Z Compiling httparse v1.10.1
13632026-07-23T04:30:10.206Z Compiling rand_core v0.9.5
13642026-07-23T04:30:10.288Z Compiling schemars v0.8.22
13652026-07-23T04:30:10.362Z Compiling openssl-probe v0.2.1
13662026-07-23T04:30:10.362Z Compiling dyn-clone v1.0.20
13672026-07-23T04:30:10.425Z Compiling ctutils v0.4.2
13682026-07-23T04:30:10.433Z Compiling cmake v0.1.57
13692026-07-23T04:30:10.433Z Compiling tinyvec v1.10.0
13702026-07-23T04:30:10.467Z Compiling aho-corasick v1.1.4
13712026-07-23T04:30:10.488Z Compiling tower-layer v0.3.3
13722026-07-23T04:30:10.488Z Compiling try-lock v0.2.5
13732026-07-23T04:30:10.513Z Compiling atomic-waker v1.1.2
13742026-07-23T04:30:10.540Z Compiling untrusted v0.7.1
13752026-07-23T04:30:10.621Z Compiling tower-service v0.3.3
13762026-07-23T04:30:10.674Z Compiling want v0.3.1
13772026-07-23T04:30:10.674Z Compiling openssl v0.10.79
13782026-07-23T04:30:10.674Z Compiling rustls v0.23.41
13792026-07-23T04:30:10.674Z Compiling foreign-types-shared v0.1.1
13802026-07-23T04:30:10.674Z Compiling cpufeatures v0.2.17
13812026-07-23T04:30:10.726Z Compiling httpdate v1.0.3
13822026-07-23T04:30:10.726Z Compiling untrusted v0.9.0
13832026-07-23T04:30:10.726Z Compiling spin v0.9.8
13842026-07-23T04:30:10.750Z Compiling bitflags v2.11.0
13852026-07-23T04:30:10.771Z Compiling semver v1.0.28
13862026-07-23T04:30:10.853Z Compiling indexmap v2.14.0
13872026-07-23T04:30:10.879Z Compiling uuid v1.23.4
13882026-07-23T04:30:10.879Z Compiling unicode-normalization v0.1.25
13892026-07-23T04:30:10.879Z Compiling foreign-types v0.3.2
13902026-07-23T04:30:10.900Z Compiling native-tls v0.2.18
13912026-07-23T04:30:10.900Z Compiling time-core v0.1.8
13922026-07-23T04:30:10.934Z Compiling crc32fast v1.5.0
13932026-07-23T04:30:10.934Z Compiling num-conv v0.2.0
13942026-07-23T04:30:10.973Z Compiling powerfmt v0.2.0
13952026-07-23T04:30:11.008Z Compiling rustc_version v0.4.1
13962026-07-23T04:30:11.053Z Compiling wait-timeout v0.2.1
13972026-07-23T04:30:11.082Z Compiling time-macros v0.2.27
13982026-07-23T04:30:11.105Z Compiling sync_wrapper v1.0.2
13992026-07-23T04:30:11.117Z Compiling syn v1.0.109
14002026-07-23T04:30:11.181Z Compiling deranged v0.5.8
14012026-07-23T04:30:11.221Z Compiling quick-error v1.2.3
14022026-07-23T04:30:11.265Z Compiling aws-lc-sys v0.40.0
14032026-07-23T04:30:11.374Z Compiling openssl-sys v0.9.115
14042026-07-23T04:30:11.425Z Compiling regex-automata v0.4.14
14052026-07-23T04:30:11.425Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-07-23T04:30:11.425Z Compiling crossbeam-utils v0.8.21
14072026-07-23T04:30:11.425Z Compiling bit-vec v0.8.0
14082026-07-23T04:30:11.494Z Compiling synstructure v0.13.2
14092026-07-23T04:30:11.518Z Compiling serde_derive_internals v0.29.1
14102026-07-23T04:30:11.609Z Compiling pest_generator v2.8.6
14112026-07-23T04:30:11.626Z Compiling darling_core v0.20.11
14122026-07-23T04:30:11.692Z Compiling siphasher v1.0.2
14132026-07-23T04:30:12.024Z Compiling tempfile v3.25.0
14142026-07-23T04:30:12.048Z Compiling num_threads v0.1.7
14152026-07-23T04:30:12.125Z Compiling usdt-impl v0.6.0
14162026-07-23T04:30:12.135Z Compiling simd-adler32 v0.3.8
14172026-07-23T04:30:12.186Z Compiling rusty-fork v0.3.1
14182026-07-23T04:30:12.319Z Compiling bit-set v0.8.0
14192026-07-23T04:30:12.366Z Compiling time v0.3.47
14202026-07-23T04:30:12.366Z Compiling darling_core v0.23.0
14212026-07-23T04:30:12.439Z Compiling heapless v0.7.17
14222026-07-23T04:30:12.497Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-07-23T04:30:12.497Z Compiling slog v2.8.2
14242026-07-23T04:30:12.497Z Compiling rand_xorshift v0.4.0
14252026-07-23T04:30:12.497Z Compiling thread-id v5.1.0
14262026-07-23T04:30:12.523Z Compiling cookie v0.18.1
14272026-07-23T04:30:12.523Z Compiling zstd-safe v7.2.4
14282026-07-23T04:30:12.523Z Compiling allocator-api2 v0.2.21
14292026-07-23T04:30:12.539Z Compiling paste v1.0.15
14302026-07-23T04:30:12.577Z Compiling adler2 v2.0.1
14312026-07-23T04:30:12.619Z Compiling unarray v0.1.4
14322026-07-23T04:30:12.657Z Compiling unicode-bidi v0.3.18
14332026-07-23T04:30:12.657Z Compiling ryu v1.0.23
14342026-07-23T04:30:12.700Z Compiling signal-hook v0.3.18
14352026-07-23T04:30:12.735Z Compiling unicode-properties v0.1.4
14362026-07-23T04:30:12.736Z Compiling anyhow v1.0.102
14372026-07-23T04:30:12.779Z Compiling iri-string v0.7.10
14382026-07-23T04:30:12.964Z Compiling miniz_oxide v0.8.9
14392026-07-23T04:30:13.083Z Compiling stringprep v0.1.5
14402026-07-23T04:30:13.139Z Compiling camino v1.2.2
14412026-07-23T04:30:13.205Z Compiling curve25519-dalek v4.1.3
14422026-07-23T04:30:13.338Z Compiling serde_derive v1.0.228
14432026-07-23T04:30:13.377Z Compiling zeroize_derive v1.4.3
14442026-07-23T04:30:13.411Z Compiling zerofrom-derive v0.1.6
14452026-07-23T04:30:13.467Z Compiling yoke-derive v0.8.1
14462026-07-23T04:30:13.478Z Compiling zerovec-derive v0.11.2
14472026-07-23T04:30:13.545Z Compiling displaydoc v0.2.5
14482026-07-23T04:30:13.569Z Compiling zerocopy-derive v0.8.40
14492026-07-23T04:30:13.595Z Compiling tokio-macros v2.7.0
14502026-07-23T04:30:13.940Z Compiling futures-macro v0.3.32
14512026-07-23T04:30:13.989Z Compiling zeroize v1.8.2
14522026-07-23T04:30:14.035Z Compiling der_derive v0.7.3
14532026-07-23T04:30:14.309Z Compiling tracing-attributes v0.1.31
14542026-07-23T04:30:14.347Z Compiling thiserror-impl v2.0.18
14552026-07-23T04:30:14.363Z Compiling rustls-pki-types v1.14.0
14562026-07-23T04:30:14.636Z Compiling schemars_derive v0.8.22
14572026-07-23T04:30:14.652Z Compiling hybrid-array v0.4.13
14582026-07-23T04:30:14.790Z Compiling crypto-common v0.1.7
14592026-07-23T04:30:14.844Z Compiling futures-util v0.3.32
14602026-07-23T04:30:14.874Z Compiling zerofrom v0.1.6
14612026-07-23T04:30:14.875Z Compiling block-buffer v0.10.4
14622026-07-23T04:30:14.901Z Compiling pest_derive v2.8.6
14632026-07-23T04:30:14.977Z Compiling yoke v0.8.1
14642026-07-23T04:30:14.994Z Compiling scroll_derive v0.13.1
14652026-07-23T04:30:15.046Z Compiling digest v0.10.7
14662026-07-23T04:30:15.057Z Compiling der v0.7.10
14672026-07-23T04:30:15.171Z Compiling zerovec v0.11.5
14682026-07-23T04:30:15.342Z Compiling zerotrie v0.2.3
14692026-07-23T04:30:15.388Z Compiling darling_macro v0.20.11
14702026-07-23T04:30:15.460Z Compiling openssl-macros v0.1.1
14712026-07-23T04:30:15.572Z Compiling hmac v0.12.1
14722026-07-23T04:30:15.629Z Compiling tinystr v0.8.2
14732026-07-23T04:30:15.724Z Compiling potential_utf v0.1.4
14742026-07-23T04:30:15.741Z Compiling tracing v0.1.44
14752026-07-23T04:30:15.741Z Compiling thiserror v2.0.18
14762026-07-23T04:30:15.746Z Compiling sha2 v0.10.9
14772026-07-23T04:30:15.850Z Compiling icu_locale_core v2.1.1
14782026-07-23T04:30:15.872Z Compiling icu_collections v2.1.1
14792026-07-23T04:30:15.872Z Compiling scroll v0.13.0
14802026-07-23T04:30:15.895Z Compiling spki v0.7.3
14812026-07-23T04:30:15.925Z Compiling darling v0.20.11
14822026-07-23T04:30:15.973Z Compiling dtrace-parser v0.3.0
14832026-07-23T04:30:15.998Z Compiling derive_builder_core v0.20.2
14842026-07-23T04:30:16.031Z Compiling thiserror-impl v1.0.69
14852026-07-23T04:30:16.117Z Compiling pkcs8 v0.10.2
14862026-07-23T04:30:16.164Z Compiling goblin v0.10.5
14872026-07-23T04:30:16.330Z Compiling scroll_derive v0.12.1
14882026-07-23T04:30:16.371Z Compiling crypto-common v0.2.2
14892026-07-23T04:30:16.391Z Compiling block-padding v0.4.2
14902026-07-23T04:30:16.576Z Compiling icu_provider v2.1.1
14912026-07-23T04:30:16.717Z Compiling bytes v1.11.1
14922026-07-23T04:30:16.738Z Compiling chrono v0.4.45
14932026-07-23T04:30:16.780Z Compiling ipnet v2.11.0
14942026-07-23T04:30:16.847Z Compiling icu_properties v2.1.2
14952026-07-23T04:30:16.876Z Compiling icu_normalizer v2.1.1
14962026-07-23T04:30:16.899Z Compiling derive_builder_macro v0.20.2
14972026-07-23T04:30:16.989Z Compiling scroll v0.12.0
14982026-07-23T04:30:17.145Z Compiling serde_urlencoded v0.7.1
14992026-07-23T04:30:17.172Z Compiling erased-serde v0.3.31
15002026-07-23T04:30:17.220Z Compiling tokio v1.52.1
15012026-07-23T04:30:17.289Z Compiling http v1.4.2
15022026-07-23T04:30:17.308Z Compiling thiserror v1.0.69
15032026-07-23T04:30:17.348Z Compiling toml_datetime v0.6.11
15042026-07-23T04:30:17.421Z Compiling serde_spanned v0.6.9
15052026-07-23T04:30:17.448Z Compiling serde_tokenstream v0.2.3
15062026-07-23T04:30:17.465Z Compiling hex v0.4.3
15072026-07-23T04:30:17.465Z Compiling block-buffer v0.12.1
15082026-07-23T04:30:17.581Z Compiling signature v2.2.0
15092026-07-23T04:30:17.613Z Compiling md-5 v0.10.6
15102026-07-23T04:30:17.652Z Compiling darling_macro v0.23.0
15112026-07-23T04:30:17.668Z Compiling rustls-native-certs v0.8.3
15122026-07-23T04:30:17.716Z Compiling idna_adapter v1.2.1
15132026-07-23T04:30:17.730Z Compiling bstr v1.12.1
15142026-07-23T04:30:17.748Z Compiling pin-project-internal v1.1.11
15152026-07-23T04:30:17.802Z Compiling zerocopy-derive v0.7.35
15162026-07-23T04:30:17.932Z Compiling idna v1.1.0
15172026-07-23T04:30:17.970Z Compiling ppv-lite86 v0.2.21
15182026-07-23T04:30:18.019Z Compiling http-body v1.0.1
15192026-07-23T04:30:18.160Z Compiling http-body-util v0.1.3
15202026-07-23T04:30:18.207Z Compiling async-trait v0.1.89
15212026-07-23T04:30:18.218Z Compiling num-integer v0.1.46
15222026-07-23T04:30:18.224Z Compiling url v2.5.8
15232026-07-23T04:30:18.259Z Compiling rand_chacha v0.9.0
15242026-07-23T04:30:18.312Z Compiling rand_chacha v0.3.1
15252026-07-23T04:30:18.415Z Compiling vergen-lib v9.1.0
15262026-07-23T04:30:18.472Z Compiling hash32 v0.2.1
15272026-07-23T04:30:18.570Z Compiling rand v0.9.2
15282026-07-23T04:30:18.605Z Compiling memoffset v0.9.1
15292026-07-23T04:30:18.639Z Compiling encoding_rs v0.8.35
15302026-07-23T04:30:18.656Z Compiling zlib-rs v0.6.2
15312026-07-23T04:30:18.656Z Compiling fallible-iterator v0.2.0
15322026-07-23T04:30:18.777Z Compiling rustix v0.38.44
15332026-07-23T04:30:18.922Z Compiling dof v0.4.0
15342026-07-23T04:30:18.952Z Compiling num-bigint-dig v0.8.6
15352026-07-23T04:30:18.968Z Compiling smoltcp v0.9.1
15362026-07-23T04:30:18.981Z Compiling ref-cast v1.0.25
15372026-07-23T04:30:19.055Z Compiling cfg_aliases v0.2.1
15382026-07-23T04:30:19.131Z Compiling proptest v1.10.0
15392026-07-23T04:30:19.148Z Compiling litrs v1.0.0
15402026-07-23T04:30:19.165Z Compiling psl-types v2.0.11
15412026-07-23T04:30:19.178Z Compiling mime v0.3.17
15422026-07-23T04:30:19.272Z Compiling publicsuffix v2.3.0
15432026-07-23T04:30:19.342Z Compiling nix v0.31.2
15442026-07-23T04:30:19.376Z Compiling postgres-protocol v0.6.10
15452026-07-23T04:30:19.395Z Compiling pin-project v1.1.11
15462026-07-23T04:30:19.449Z Compiling zerocopy v0.7.35
15472026-07-23T04:30:19.527Z Compiling rand v0.8.6
15482026-07-23T04:30:19.540Z Compiling ipnetwork v0.21.1
15492026-07-23T04:30:19.756Z Compiling document-features v0.2.12
15502026-07-23T04:30:19.834Z Compiling oxnet v0.1.6
15512026-07-23T04:30:19.936Z Compiling num-iter v0.1.45
15522026-07-23T04:30:19.957Z Compiling darling v0.23.0
15532026-07-23T04:30:20.010Z Compiling derive_builder v0.20.2
15542026-07-23T04:30:20.049Z Compiling goblin v0.8.2
15552026-07-23T04:30:20.070Z Compiling futures-executor v0.3.32
15562026-07-23T04:30:20.084Z Compiling hubpack_derive v0.1.1
15572026-07-23T04:30:20.117Z Compiling inout v0.2.2
15582026-07-23T04:30:20.139Z Compiling regex v1.12.3
15592026-07-23T04:30:20.311Z Compiling strum_macros v0.27.2
15602026-07-23T04:30:20.365Z Compiling daft-derive v0.1.7
15612026-07-23T04:30:20.379Z Compiling ref-cast-impl v1.0.25
15622026-07-23T04:30:20.389Z Compiling snafu-derive v0.8.9
15632026-07-23T04:30:20.398Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-23T04:30:20.599Z Compiling phf_shared v0.13.1
15652026-07-23T04:30:20.608Z Compiling terminal_size v0.4.3
15662026-07-23T04:30:20.671Z Compiling lazy_static v1.5.0
15672026-07-23T04:30:20.754Z Compiling cargo-platform v0.3.2
15682026-07-23T04:30:20.766Z Compiling anstyle-parse v0.2.7
15692026-07-23T04:30:20.776Z Compiling vergen v9.1.0
15702026-07-23T04:30:20.841Z Compiling ff v0.13.1
15712026-07-23T04:30:20.851Z Compiling fs-err v3.3.0
15722026-07-23T04:30:20.946Z Compiling ahash v0.8.12
15732026-07-23T04:30:20.968Z Compiling unicode-segmentation v1.12.0
15742026-07-23T04:30:21.044Z Compiling libbz2-rs-sys v0.2.2
15752026-07-23T04:30:21.060Z Compiling winnow v0.5.40
15762026-07-23T04:30:21.060Z Compiling object v0.37.3
15772026-07-23T04:30:21.060Z Compiling tokio-util v0.7.18
15782026-07-23T04:30:21.120Z Compiling tower v0.5.3
15792026-07-23T04:30:21.150Z Compiling tokio-native-tls v0.3.1
15802026-07-23T04:30:21.175Z Compiling foldhash v0.1.5
15812026-07-23T04:30:21.229Z Compiling managed v0.8.0
15822026-07-23T04:30:21.280Z Compiling foldhash v0.2.0
15832026-07-23T04:30:21.333Z Compiling bumpalo v3.20.2
15842026-07-23T04:30:21.346Z Compiling same-file v1.0.6
15852026-07-23T04:30:21.370Z Compiling bitflags v1.3.2
15862026-07-23T04:30:21.421Z Compiling base16ct v0.2.0
15872026-07-23T04:30:21.451Z Compiling walkdir v2.5.0
15882026-07-23T04:30:21.511Z Compiling tower-http v0.6.8
15892026-07-23T04:30:21.528Z Compiling newtype-uuid v1.3.2
15902026-07-23T04:30:21.565Z Compiling flate2 v1.1.9
15912026-07-23T04:30:21.585Z Compiling sec1 v0.7.3
15922026-07-23T04:30:21.614Z Compiling zopfli v0.8.3
15932026-07-23T04:30:21.772Z Compiling h2 v0.4.15
15942026-07-23T04:30:21.863Z Compiling daft v0.1.7
15952026-07-23T04:30:21.863Z Compiling hashbrown v0.16.1
15962026-07-23T04:30:21.919Z Compiling bzip2 v0.6.1
15972026-07-23T04:30:21.935Z Compiling clap_builder v4.6.0
15982026-07-23T04:30:22.096Z Compiling hashbrown v0.15.5
15992026-07-23T04:30:22.269Z Compiling toml_edit v0.19.15
16002026-07-23T04:30:22.296Z Compiling dof v0.3.0
16012026-07-23T04:30:22.310Z Compiling group v0.13.0
16022026-07-23T04:30:22.326Z Compiling snafu v0.8.9
16032026-07-23T04:30:22.329Z Compiling strum v0.27.2
16042026-07-23T04:30:22.426Z Compiling cargo_metadata v0.23.1
16052026-07-23T04:30:22.472Z Compiling anstream v0.6.21
16062026-07-23T04:30:22.484Z Compiling phf v0.13.1
16072026-07-23T04:30:22.513Z Compiling signal-hook-mio v0.2.5
16082026-07-23T04:30:22.599Z Compiling hubpack v0.1.2
16092026-07-23T04:30:22.644Z Compiling cookie_store v0.22.1
16102026-07-23T04:30:22.703Z Compiling usdt-attr-macro v0.6.0
16112026-07-23T04:30:22.789Z Compiling usdt-macro v0.6.0
16122026-07-23T04:30:22.866Z Compiling cipher v0.5.2
16132026-07-23T04:30:22.988Z Compiling bzip2 v0.4.4
16142026-07-23T04:30:23.090Z Compiling futures v0.3.32
16152026-07-23T04:30:23.102Z Compiling serde_with_macros v3.21.0
16162026-07-23T04:30:23.134Z Compiling zstd v0.13.3
16172026-07-23T04:30:23.204Z Compiling postgres-types v0.2.12
16182026-07-23T04:30:23.355Z Compiling globset v0.4.18
16192026-07-23T04:30:23.415Z Compiling ed25519 v2.2.3
16202026-07-23T04:30:23.606Z Compiling dtrace-parser v0.2.0
16212026-07-23T04:30:23.642Z Compiling serde-big-array v0.5.1
16222026-07-23T04:30:23.674Z Compiling serde_plain v1.0.2
16232026-07-23T04:30:23.739Z Compiling olpc-cjson v0.1.4
16242026-07-23T04:30:23.778Z Compiling pkcs1 v0.7.5
16252026-07-23T04:30:23.832Z Compiling hkdf v0.12.4
16262026-07-23T04:30:23.846Z Compiling crypto-bigint v0.5.5
16272026-07-23T04:30:23.912Z Compiling enum-as-inner v0.6.1
16282026-07-23T04:30:24.034Z Compiling strum_macros v0.26.4
16292026-07-23T04:30:24.055Z Compiling async-recursion v1.1.1
16302026-07-23T04:30:24.201Z Compiling serde_repr v0.1.20
16312026-07-23T04:30:24.256Z Compiling clap_derive v4.6.1
16322026-07-23T04:30:24.300Z Compiling phf_shared v0.11.3
16332026-07-23T04:30:24.342Z Compiling float-cmp v0.10.0
16342026-07-23T04:30:24.445Z Compiling pem v3.0.6
16352026-07-23T04:30:24.472Z Compiling thread-id v4.2.2
16362026-07-23T04:30:24.499Z Compiling memmap2 v0.9.10
16372026-07-23T04:30:24.516Z Compiling env_filter v1.0.0
16382026-07-23T04:30:24.570Z Compiling winnow v1.0.3
16392026-07-23T04:30:24.743Z Compiling normalize-line-endings v0.3.0
16402026-07-23T04:30:24.770Z Compiling difflib v0.4.0
16412026-07-23T04:30:24.787Z Compiling either v1.15.0
16422026-07-23T04:30:24.801Z Compiling cpufeatures v0.3.0
16432026-07-23T04:30:24.842Z Compiling data-encoding v2.10.0
16442026-07-23T04:30:24.852Z Compiling predicates-core v1.0.10
16452026-07-23T04:30:24.899Z Compiling const-oid v0.10.2
16462026-07-23T04:30:24.946Z Compiling hyper v1.10.1
16472026-07-23T04:30:24.983Z Compiling whoami v2.1.0
16482026-07-23T04:30:24.983Z Compiling static_assertions v1.1.0
16492026-07-23T04:30:25.019Z Compiling new_debug_unreachable v1.0.6
16502026-07-23T04:30:25.047Z Compiling typed-path v0.9.3
16512026-07-23T04:30:25.087Z Compiling jiff v0.2.21
16522026-07-23T04:30:25.104Z Compiling fixedbitset v0.5.7
16532026-07-23T04:30:25.125Z Compiling fixedbitset v0.4.2
16542026-07-23T04:30:25.245Z Compiling keccak v0.1.6
16552026-07-23T04:30:25.346Z Compiling precomputed-hash v0.1.1
16562026-07-23T04:30:25.363Z Compiling toml_edit v0.22.27
16572026-07-23T04:30:25.404Z Compiling petgraph v0.8.3
16582026-07-23T04:30:25.422Z Compiling string_cache v0.8.9
16592026-07-23T04:30:25.448Z Compiling sha3 v0.10.8
16602026-07-23T04:30:25.578Z Compiling petgraph v0.6.5
16612026-07-23T04:30:25.664Z Compiling tokio-postgres v0.7.16
16622026-07-23T04:30:25.808Z Compiling strum v0.26.3
16632026-07-23T04:30:25.941Z Compiling hickory-proto v0.25.2
16642026-07-23T04:30:25.985Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16652026-07-23T04:30:26.003Z Compiling digest v0.11.3
16662026-07-23T04:30:26.019Z Compiling predicates v3.1.4
16672026-07-23T04:30:26.035Z Compiling itertools v0.13.0
16682026-07-23T04:30:26.099Z Compiling hyper-util v0.1.20
16692026-07-23T04:30:26.238Z Compiling clap v4.6.1
16702026-07-23T04:30:26.296Z Compiling toml_parser v1.1.2+spec-1.1.0
16712026-07-23T04:30:26.330Z Compiling chacha20 v0.10.0
16722026-07-23T04:30:26.601Z Compiling elliptic-curve v0.13.8
16732026-07-23T04:30:26.690Z Compiling env_logger v0.11.9
16742026-07-23T04:30:26.720Z Compiling usdt v0.6.0
16752026-07-23T04:30:26.942Z Compiling usdt-impl v0.5.0
16762026-07-23T04:30:26.993Z Compiling serde_with v3.21.0
16772026-07-23T04:30:27.019Z Compiling crossterm v0.28.1
16782026-07-23T04:30:27.054Z Compiling rsa v0.9.10
16792026-07-23T04:30:27.087Z Compiling toml v0.7.8
16802026-07-23T04:30:27.287Z Compiling ed25519-dalek v2.2.0
16812026-07-23T04:30:27.539Z Compiling hyper-tls v0.6.0
16822026-07-23T04:30:27.693Z Compiling zip v4.6.1
16832026-07-23T04:30:27.757Z Compiling reqwest v0.12.28
16842026-07-23T04:30:27.898Z Compiling zip v0.6.6
16852026-07-23T04:30:27.926Z Compiling iddqd v0.4.2
16862026-07-23T04:30:28.372Z Compiling tokio-stream v0.1.18
16872026-07-23T04:30:28.386Z Compiling heck v0.4.1
16882026-07-23T04:30:28.411Z Compiling similar v2.7.0
16892026-07-23T04:30:28.462Z Compiling buf-list v1.1.2
16902026-07-23T04:30:28.627Z Compiling byte-wrapper v0.1.0
16912026-07-23T04:30:28.704Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-23T04:30:28.753Z Compiling openapiv3 v2.2.0
16932026-07-23T04:30:28.834Z Compiling x509-cert v0.2.5
16942026-07-23T04:30:28.849Z Compiling crossbeam-epoch v0.9.18
16952026-07-23T04:30:28.864Z Compiling peg-runtime v0.8.5
16962026-07-23T04:30:28.983Z Compiling lalrpop-util v0.19.12
16972026-07-23T04:30:29.024Z Compiling thread_local v1.1.9
16982026-07-23T04:30:29.159Z Compiling slog-async v2.8.0
16992026-07-23T04:30:29.191Z Compiling crossbeam-channel v0.5.15
17002026-07-23T04:30:29.205Z Compiling is-terminal v0.4.17
17012026-07-23T04:30:29.247Z Compiling filetime v0.2.27
17022026-07-23T04:30:29.344Z Compiling take_mut v0.2.2
17032026-07-23T04:30:29.359Z Compiling term v1.2.1
17042026-07-23T04:30:29.359Z Compiling xattr v1.6.1
17052026-07-23T04:30:29.359Z Compiling camino-tempfile v1.4.1
17062026-07-23T04:30:29.517Z Compiling tar v0.4.46
17072026-07-23T04:30:29.655Z Compiling slog-term v2.9.2
17082026-07-23T04:30:47.364Z Compiling rustls-webpki v0.103.13
17092026-07-23T04:30:49.974Z Compiling tokio-rustls v0.26.4
17102026-07-23T04:30:49.974Z Compiling rustls-platform-verifier v0.6.2
17112026-07-23T04:30:49.974Z Compiling tough v0.22.0
17122026-07-23T04:30:50.174Z Compiling hyper-rustls v0.27.7
17132026-07-23T04:30:50.453Z Compiling reqwest v0.13.2
17142026-07-23T04:30:52.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-23T04:30:52.739Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-23T04:30:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s
17172026-07-23T04:30:55.674Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-23T04:30:55.726ZJul 23 04:30:54.965 INFO Starting download, target: Clickhouse
17192026-07-23T04:30:55.726ZJul 23 04:30:54.965 INFO Starting download, target: DendriteStub
17202026-07-23T04:30:55.726ZJul 23 04:30:54.965 INFO Starting download, target: Cockroach
17212026-07-23T04:30:55.730ZJul 23 04:30:54.965 INFO Starting download, target: Console
17222026-07-23T04:30:55.730ZJul 23 04:30:54.965 INFO Starting download, target: MaghemiteMgd
17232026-07-23T04:30:55.730ZJul 23 04:30:54.965 INFO Starting download, target: MaghemiteDdmd
17242026-07-23T04:30:55.730ZJul 23 04:30:54.965 INFO Starting download, target: TransceiverControl
17252026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-23T04:30:55.730ZJul 23 04:30:54.966 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-23T04:30:56.364ZJul 23 04:30:55.602 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-23T04:30:56.709ZJul 23 04:30:55.847 INFO Download complete, target: TransceiverControl
17342026-07-23T04:30:57.680ZJul 23 04:30:56.901 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-23T04:30:57.738ZJul 23 04:30:56.923 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-07-23T04:30:57.738ZJul 23 04:30:56.928 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-07-23T04:30:57.813ZJul 23 04:30:57.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-07-23T04:30:58.089ZJul 23 04:30:57.274 INFO Download complete, target: Console
17392026-07-23T04:30:58.111ZJul 23 04:30:57.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-23T04:30:59.478ZJul 23 04:30:58.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-23T04:30:59.479ZJul 23 04:30:58.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-23T04:30:59.769ZJul 23 04:30:58.986 INFO Download complete, target: MaghemiteDdmd
17432026-07-23T04:31:00.285ZJul 23 04:30:59.514 INFO Download complete, target: DendriteStub
17442026-07-23T04:31:00.758ZJul 23 04:30:59.987 INFO Download complete, target: MaghemiteMgd
17452026-07-23T04:31:04.100ZJul 23 04:31:03.322 INFO Checking that binary works, target: Cockroach
17462026-07-23T04:31:04.214ZJul 23 04:31:03.449 INFO Download complete, target: Cockroach
17472026-07-23T04:31:04.473ZJul 23 04:31:03.704 INFO Checking that binary works, target: Clickhouse
17482026-07-23T04:31:04.555ZJul 23 04:31:03.788 INFO Download complete, target: Clickhouse
17492026-07-23T04:31:04.560ZAll prerequisites installed successfully
17502026-07-23T04:31:04.560Z
17512026-07-23T04:31:04.560Zreal 1:44.541937793
17522026-07-23T04:31:04.560Zuser 6:35.818313455
17532026-07-23T04:31:04.560Zsys 1:36.995011120
17542026-07-23T04:31:04.560Ztrap 0.255249637
17552026-07-23T04:31:04.560Ztflt 0.758174029
17562026-07-23T04:31:04.560Zdflt 1.803543720
17572026-07-23T04:31:04.560Zkflt 0.040556571
17582026-07-23T04:31:04.560Zlock 22:45.308358932
17592026-07-23T04:31:04.560Zslp 17:56.480224228
17602026-07-23T04:31:04.560Zlat 24.661349907
17612026-07-23T04:31:04.560Zstop 2:43.462774317
17622026-07-23T04:31:04.560Z+ ptime -m cargo xtask download softnpu
17632026-07-23T04:31:05.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17642026-07-23T04:31:05.020Z Running `target/debug/xtask download softnpu`
17652026-07-23T04:31:05.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17662026-07-23T04:31:05.868Z Running `target/debug/xtask-downloader softnpu`
17672026-07-23T04:31:05.964ZJul 23 04:31:05.063 INFO Starting download, target: Softnpu
17682026-07-23T04:31:05.965ZJul 23 04:31:05.064 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-23T04:31:07.105ZJul 23 04:31:06.301 INFO Download complete, target: Softnpu
17702026-07-23T04:31:07.153Z
17712026-07-23T04:31:07.153Zreal 2.504758267
17722026-07-23T04:31:07.154Zuser 1.252434742
17732026-07-23T04:31:07.154Zsys 0.570282912
17742026-07-23T04:31:07.154Ztrap 0.000717270
17752026-07-23T04:31:07.154Ztflt 0.000114280
17762026-07-23T04:31:07.154Zdflt 0.000112110
17772026-07-23T04:31:07.154Zkflt 0.000000000
17782026-07-23T04:31:07.154Zlock 23.344243705
17792026-07-23T04:31:07.155Zslp 1.104058795
17802026-07-23T04:31:07.155Zlat 0.084129691
17812026-07-23T04:31:07.155Zstop 0.000204640
17822026-07-23T04:31:07.155Z+ export CARGO_INCREMENTAL=0
17832026-07-23T04:31:07.155Z+ CARGO_INCREMENTAL=0
17842026-07-23T04:31:07.155Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-23T04:31:07.918Z Compiling proc-macro2 v1.0.106
17862026-07-23T04:31:07.918Z Compiling quote v1.0.45
17872026-07-23T04:31:07.923Z Compiling unicode-ident v1.0.24
17882026-07-23T04:31:07.923Z Compiling libc v0.2.185
17892026-07-23T04:31:07.923Z Compiling serde_core v1.0.228
17902026-07-23T04:31:07.924Z Compiling serde v1.0.228
17912026-07-23T04:31:07.924Z Compiling cfg-if v1.0.4
17922026-07-23T04:31:07.924Z Compiling version_check v0.9.5
17932026-07-23T04:31:07.925Z Compiling shlex v1.3.0
17942026-07-23T04:31:07.925Z Compiling find-msvc-tools v0.1.9
17952026-07-23T04:31:07.925Z Compiling zmij v1.0.21
17962026-07-23T04:31:08.100Z Compiling memchr v2.8.0
17972026-07-23T04:31:08.131Z Compiling serde_json v1.0.150
17982026-07-23T04:31:08.131Z Compiling autocfg v1.5.0
17992026-07-23T04:31:08.235Z Compiling portable-atomic v1.13.1
18002026-07-23T04:31:08.322Z Compiling getrandom v0.4.1
18012026-07-23T04:31:08.341Z Compiling zerocopy v0.8.40
18022026-07-23T04:31:08.376Z Compiling libm v0.2.16
18032026-07-23T04:31:08.411Z Compiling parking_lot_core v0.9.12
18042026-07-23T04:31:08.432Z Compiling icu_normalizer_data v2.1.1
18052026-07-23T04:31:08.483Z Compiling num-traits v0.2.19
18062026-07-23T04:31:08.575Z Compiling icu_properties_data v2.1.2
18072026-07-23T04:31:08.591Z Compiling smallvec v1.15.1
18082026-07-23T04:31:08.606Z Compiling generic-array v0.14.7
18092026-07-23T04:31:08.623Z Compiling itoa v1.0.17
18102026-07-23T04:31:08.689Z Compiling log v0.4.29
18112026-07-23T04:31:08.770Z Compiling subtle v2.6.1
18122026-07-23T04:31:08.770Z Compiling pkg-config v0.3.32
18132026-07-23T04:31:08.786Z Compiling stable_deref_trait v1.2.1
18142026-07-23T04:31:08.857Z Compiling typenum v1.20.1
18152026-07-23T04:31:08.933Z Compiling scopeguard v1.2.0
18162026-07-23T04:31:08.991Z Compiling rand_core v0.10.0
18172026-07-23T04:31:09.037Z Compiling lock_api v0.4.14
18182026-07-23T04:31:09.066Z Compiling pin-project-lite v0.2.17
18192026-07-23T04:31:09.070Z Compiling getrandom v0.3.4
18202026-07-23T04:31:09.143Z Compiling thiserror v2.0.18
18212026-07-23T04:31:09.178Z Compiling jobserver v0.1.34
18222026-07-23T04:31:09.195Z Compiling errno v0.3.14
18232026-07-23T04:31:09.313Z Compiling writeable v0.6.2
18242026-07-23T04:31:09.344Z Compiling equivalent v1.0.2
18252026-07-23T04:31:09.348Z Compiling litemap v0.8.1
18262026-07-23T04:31:09.377Z Compiling syn v2.0.117
18272026-07-23T04:31:09.377Z Compiling fnv v1.0.7
18282026-07-23T04:31:09.406Z Compiling cc v1.2.56
18292026-07-23T04:31:09.409Z Compiling percent-encoding v2.3.2
18302026-07-23T04:31:09.454Z Compiling getrandom v0.2.17
18312026-07-23T04:31:09.500Z Compiling schemars v0.8.22
18322026-07-23T04:31:09.516Z Compiling rustversion v1.0.22
18332026-07-23T04:31:09.631Z Compiling rand_core v0.6.4
18342026-07-23T04:31:09.645Z Compiling dunce v1.0.5
18352026-07-23T04:31:09.645Z Compiling fs_extra v1.3.0
18362026-07-23T04:31:09.675Z Compiling rustix v1.1.3
18372026-07-23T04:31:09.699Z Compiling critical-section v1.2.0
18382026-07-23T04:31:09.762Z Compiling hashbrown v0.17.0
18392026-07-23T04:31:09.907Z Compiling signal-hook-registry v1.4.8
18402026-07-23T04:31:09.978Z Compiling strsim v0.11.1
18412026-07-23T04:31:09.995Z Compiling utf8_iter v1.0.4
18422026-07-23T04:31:09.998Z Compiling heck v0.5.0
18432026-07-23T04:31:10.099Z Compiling once_cell v1.21.3
18442026-07-23T04:31:10.201Z Compiling cmake v0.1.57
18452026-07-23T04:31:10.262Z Compiling parking_lot v0.12.5
18462026-07-23T04:31:10.330Z Compiling form_urlencoded v1.2.2
18472026-07-23T04:31:10.348Z Compiling mio v1.2.0
18482026-07-23T04:31:10.368Z Compiling socket2 v0.6.3
18492026-07-23T04:31:10.376Z Compiling ident_case v1.0.1
18502026-07-23T04:31:10.574Z Compiling aws-lc-rs v1.16.3
18512026-07-23T04:31:10.649Z Compiling semver v1.0.28
18522026-07-23T04:31:10.649Z Compiling indexmap v2.14.0
18532026-07-23T04:31:10.649Z Compiling futures-core v0.3.32
18542026-07-23T04:31:10.724Z Compiling bitflags v2.11.0
18552026-07-23T04:31:10.761Z Compiling aws-lc-sys v0.40.0
18562026-07-23T04:31:10.860Z Compiling httparse v1.10.1
18572026-07-23T04:31:11.113Z Compiling ucd-trie v0.1.7
18582026-07-23T04:31:11.245Z Compiling thiserror v1.0.69
18592026-07-23T04:31:11.245Z Compiling byteorder v1.5.0
18602026-07-23T04:31:11.311Z Compiling vcpkg v0.2.15
18612026-07-23T04:31:11.312Z Compiling const-oid v0.9.6
18622026-07-23T04:31:11.312Z Compiling syn v1.0.109
18632026-07-23T04:31:11.312Z Compiling pest v2.8.6
18642026-07-23T04:31:11.399Z Compiling regex-syntax v0.8.10
18652026-07-23T04:31:11.399Z Compiling iana-time-zone v0.1.65
18662026-07-23T04:31:11.632Z Compiling uuid v1.23.4
18672026-07-23T04:31:11.775Z Compiling rustc_version v0.4.1
18682026-07-23T04:31:11.800Z Compiling openssl-sys v0.9.115
18692026-07-23T04:31:11.829Z Compiling futures-sink v0.3.32
18702026-07-23T04:31:11.887Z Compiling rustls v0.23.41
18712026-07-23T04:31:11.960Z Compiling futures-channel v0.3.32
18722026-07-23T04:31:12.016Z Compiling aho-corasick v1.1.4
18732026-07-23T04:31:12.068Z Compiling futures-io v0.3.32
18742026-07-23T04:31:12.089Z Compiling slab v0.4.12
18752026-07-23T04:31:12.217Z Compiling futures-task v0.3.32
18762026-07-23T04:31:12.237Z Compiling synstructure v0.13.2
18772026-07-23T04:31:12.283Z Compiling serde_derive_internals v0.29.1
18782026-07-23T04:31:12.369Z Compiling pest_meta v2.8.6
18792026-07-23T04:31:12.400Z Compiling plain v0.2.3
18802026-07-23T04:31:12.528Z Compiling crc32fast v1.5.0
18812026-07-23T04:31:12.572Z Compiling dyn-clone v1.0.20
18822026-07-23T04:31:12.572Z Compiling num-conv v0.2.0
18832026-07-23T04:31:12.621Z Compiling time-core v0.1.8
18842026-07-23T04:31:12.745Z Compiling base64 v0.22.1
18852026-07-23T04:31:12.768Z Compiling time-macros v0.2.27
18862026-07-23T04:31:12.768Z Compiling crossbeam-utils v0.8.21
18872026-07-23T04:31:12.817Z Compiling openssl v0.10.79
18882026-07-23T04:31:12.884Z Compiling regex-automata v0.4.14
18892026-07-23T04:31:12.920Z Compiling pretty-hex v0.4.1
18902026-07-23T04:31:12.941Z Compiling pest_generator v2.8.6
18912026-07-23T04:31:13.022Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18922026-07-23T04:31:13.144Z Compiling native-tls v0.2.18
18932026-07-23T04:31:13.199Z Compiling anyhow v1.0.102
18942026-07-23T04:31:13.256Z Compiling rand_core v0.9.5
18952026-07-23T04:31:13.420Z Compiling slog v2.8.2
18962026-07-23T04:31:13.431Z Compiling tracing-core v0.1.36
18972026-07-23T04:31:13.479Z Compiling serde_derive v1.0.228
18982026-07-23T04:31:13.496Z Compiling zeroize_derive v1.4.3
18992026-07-23T04:31:13.525Z Compiling zerofrom-derive v0.1.6
19002026-07-23T04:31:13.569Z Compiling yoke-derive v0.8.1
19012026-07-23T04:31:13.586Z Compiling zerovec-derive v0.11.2
19022026-07-23T04:31:13.649Z Compiling displaydoc v0.2.5
19032026-07-23T04:31:13.682Z Compiling zerocopy-derive v0.8.40
19042026-07-23T04:31:13.697Z Compiling tokio-macros v2.7.0
19052026-07-23T04:31:13.761Z Compiling futures-macro v0.3.32
19062026-07-23T04:31:13.794Z Compiling thiserror-impl v2.0.18
19072026-07-23T04:31:13.927Z Compiling schemars_derive v0.8.22
19082026-07-23T04:31:14.117Z Compiling zeroize v1.8.2
19092026-07-23T04:31:14.384Z Compiling tracing-attributes v0.1.31
19102026-07-23T04:31:14.514Z Compiling der_derive v0.7.3
19112026-07-23T04:31:14.525Z Compiling thiserror-impl v1.0.69
19122026-07-23T04:31:14.566Z Compiling pest_derive v2.8.6
19132026-07-23T04:31:14.618Z Compiling futures-util v0.3.32
19142026-07-23T04:31:14.661Z Compiling zerofrom v0.1.6
19152026-07-23T04:31:14.792Z Compiling yoke v0.8.1
19162026-07-23T04:31:14.967Z Compiling zerovec v0.11.5
19172026-07-23T04:31:15.007Z Compiling zerotrie v0.2.3
19182026-07-23T04:31:15.097Z Compiling crypto-common v0.1.7
19192026-07-23T04:31:15.294Z Compiling block-buffer v0.10.4
19202026-07-23T04:31:15.465Z Compiling digest v0.10.7
19212026-07-23T04:31:15.533Z Compiling tinystr v0.8.2
19222026-07-23T04:31:15.554Z Compiling potential_utf v0.1.4
19232026-07-23T04:31:15.572Z Compiling scroll_derive v0.13.1
19242026-07-23T04:31:15.611Z Compiling scroll_derive v0.12.1
19252026-07-23T04:31:15.649Z Compiling openssl-macros v0.1.1
19262026-07-23T04:31:15.690Z Compiling icu_collections v2.1.1
19272026-07-23T04:31:15.746Z Compiling icu_locale_core v2.1.1
19282026-07-23T04:31:15.978Z Compiling regex v1.12.3
19292026-07-23T04:31:16.277Z Compiling zerocopy-derive v0.7.35
19302026-07-23T04:31:16.345Z Compiling cookie v0.18.1
19312026-07-23T04:31:16.371Z Compiling camino v1.2.2
19322026-07-23T04:31:16.423Z Compiling icu_provider v2.1.1
19332026-07-23T04:31:16.443Z Compiling base64ct v1.8.3
19342026-07-23T04:31:16.729Z Compiling bytes v1.11.1
19352026-07-23T04:31:16.762Z Compiling icu_properties v2.1.2
19362026-07-23T04:31:16.762Z Compiling icu_normalizer v2.1.1
19372026-07-23T04:31:16.762Z Compiling chrono v0.4.45
19382026-07-23T04:31:16.762Z Compiling serde_tokenstream v0.2.3
19392026-07-23T04:31:17.054Z Compiling pem-rfc7468 v0.7.0
19402026-07-23T04:31:17.303Z Compiling tokio v1.52.1
19412026-07-23T04:31:17.371Z Compiling http v1.4.2
19422026-07-23T04:31:17.572Z Compiling tracing v0.1.44
19432026-07-23T04:31:17.740Z Compiling idna_adapter v1.2.1
19442026-07-23T04:31:17.893Z Compiling idna v1.1.0
19452026-07-23T04:31:17.940Z Compiling ppv-lite86 v0.2.21
19462026-07-23T04:31:18.234Z Compiling flagset v0.4.7
19472026-07-23T04:31:18.271Z Compiling url v2.5.8
19482026-07-23T04:31:18.288Z Compiling rand_chacha v0.9.0
19492026-07-23T04:31:18.294Z Compiling http-body v1.0.1
19502026-07-23T04:31:18.440Z Compiling der v0.7.10
19512026-07-23T04:31:18.459Z Compiling rustls-pki-types v1.14.0
19522026-07-23T04:31:18.943Z Compiling usdt-impl v0.5.0
19532026-07-23T04:31:19.093Z Compiling either v1.15.0
19542026-07-23T04:31:19.109Z Compiling cmov v0.5.4
19552026-07-23T04:31:19.196Z Compiling openssl-probe v0.2.1
19562026-07-23T04:31:19.238Z Compiling ref-cast v1.0.25
19572026-07-23T04:31:19.335Z Compiling fastrand v2.3.0
19582026-07-23T04:31:19.371Z Compiling tinyvec_macros v0.1.1
19592026-07-23T04:31:19.551Z Compiling usdt-impl v0.6.0
19602026-07-23T04:31:19.566Z Compiling paste v1.0.15
19612026-07-23T04:31:19.594Z Compiling ctutils v0.4.2
19622026-07-23T04:31:19.608Z Compiling tinyvec v1.10.0
19632026-07-23T04:31:19.799Z Compiling spki v0.7.3
19642026-07-23T04:31:19.938Z Compiling rand v0.9.2
19652026-07-23T04:31:19.970Z Compiling toml_datetime v0.6.11
19662026-07-23T04:31:20.060Z Compiling serde_spanned v0.6.9
19672026-07-23T04:31:20.067Z Compiling scroll v0.13.0
19682026-07-23T04:31:20.067Z Compiling scroll v0.12.0
19692026-07-23T04:31:20.067Z Compiling async-trait v0.1.89
19702026-07-23T04:31:20.132Z Compiling heapless v0.7.17
19712026-07-23T04:31:20.225Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-23T04:31:20.243Z Compiling tower-service v0.3.3
19732026-07-23T04:31:20.272Z Compiling cpufeatures v0.2.17
19742026-07-23T04:31:20.290Z Compiling zstd-safe v7.2.4
19752026-07-23T04:31:20.307Z Compiling try-lock v0.2.5
19762026-07-23T04:31:20.330Z Compiling litrs v1.0.0
19772026-07-23T04:31:20.362Z Compiling atomic-waker v1.1.2
19782026-07-23T04:31:20.379Z Compiling winnow v0.7.14
19792026-07-23T04:31:20.410Z Compiling winnow v1.0.3
19802026-07-23T04:31:20.430Z Compiling tower-layer v0.3.3
19812026-07-23T04:31:20.514Z Compiling rustix v0.38.44
19822026-07-23T04:31:20.530Z Compiling untrusted v0.7.1
19832026-07-23T04:31:20.548Z Compiling signal-hook v0.3.18
19842026-07-23T04:31:20.609Z Compiling want v0.3.1
19852026-07-23T04:31:20.728Z Compiling toml_parser v1.1.2+spec-1.1.0
19862026-07-23T04:31:20.778Z Compiling goblin v0.8.2
19872026-07-23T04:31:20.795Z Compiling goblin v0.10.5
19882026-07-23T04:31:20.823Z Compiling document-features v0.2.12
19892026-07-23T04:31:20.947Z Compiling hybrid-array v0.4.13
19902026-07-23T04:31:21.314Z Compiling tokio-util v0.7.18
19912026-07-23T04:31:21.325Z Compiling zerocopy v0.7.35
19922026-07-23T04:31:21.364Z Compiling ipnet v2.11.0
19932026-07-23T04:31:21.380Z Compiling ref-cast-impl v1.0.25
19942026-07-23T04:31:21.830Z Compiling darling_core v0.20.11
19952026-07-23T04:31:21.848Z Compiling curve25519-dalek v4.1.3
19962026-07-23T04:31:21.851Z Compiling memoffset v0.9.1
19972026-07-23T04:31:21.877Z Compiling untrusted v0.9.0
19982026-07-23T04:31:21.969Z Compiling winnow v0.5.40
19992026-07-23T04:31:22.016Z Compiling h2 v0.4.15
20002026-07-23T04:31:22.299Z Compiling powerfmt v0.2.0
20012026-07-23T04:31:22.310Z Compiling foreign-types-shared v0.1.1
20022026-07-23T04:31:22.367Z Compiling utf8parse v0.2.2
20032026-07-23T04:31:22.442Z Compiling httpdate v1.0.3
20042026-07-23T04:31:22.490Z Compiling deranged v0.5.8
20052026-07-23T04:31:22.618Z Compiling foreign-types v0.3.2
20062026-07-23T04:31:22.679Z Compiling tempfile v3.25.0
20072026-07-23T04:31:22.892Z Compiling dtrace-parser v0.2.0
20082026-07-23T04:31:23.017Z Compiling pkcs8 v0.10.2
20092026-07-23T04:31:23.058Z Compiling unicode-normalization v0.1.25
20102026-07-23T04:31:23.287Z Compiling dof v0.3.0
20112026-07-23T04:31:23.298Z Compiling toml_edit v0.19.15
20122026-07-23T04:31:23.625Z Compiling dof v0.4.0
20132026-07-23T04:31:23.803Z Compiling darling_macro v0.20.11
20142026-07-23T04:31:23.912Z Compiling dtrace-parser v0.3.0
20152026-07-23T04:31:23.934Z Compiling pin-project-internal v1.1.11
20162026-07-23T04:31:24.116Z Compiling daft-derive v0.1.7
20172026-07-23T04:31:24.157Z Compiling spin v0.9.8
20182026-07-23T04:31:24.300Z Compiling thread-id v4.2.2
20192026-07-23T04:31:24.351Z Compiling thread-id v5.1.0
20202026-07-23T04:31:24.433Z Compiling num-bigint-dig v0.8.6
20212026-07-23T04:31:24.616Z Compiling anstyle v1.0.14
20222026-07-23T04:31:24.633Z Compiling cfg_aliases v0.2.1
20232026-07-23T04:31:24.696Z Compiling num_threads v0.1.7
20242026-07-23T04:31:24.710Z Compiling smoltcp v0.9.1
20252026-07-23T04:31:24.760Z Compiling nix v0.31.2
20262026-07-23T04:31:24.800Z Compiling time v0.3.47
20272026-07-23T04:31:24.908Z Compiling darling v0.20.11
20282026-07-23T04:31:25.136Z Compiling hyper v1.10.1
20292026-07-23T04:31:25.151Z Compiling sha2 v0.10.9
20302026-07-23T04:31:25.341Z Compiling ipnetwork v0.21.1
20312026-07-23T04:31:25.390Z Compiling hmac v0.12.1
20322026-07-23T04:31:25.526Z Compiling strum_macros v0.26.4
20332026-07-23T04:31:25.627Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-23T04:31:25.747Z Compiling darling_core v0.23.0
20352026-07-23T04:31:25.773Z Compiling sync_wrapper v1.0.2
20362026-07-23T04:31:25.791Z Compiling wait-timeout v0.2.1
20372026-07-23T04:31:25.898Z Compiling is_terminal_polyfill v1.70.2
20382026-07-23T04:31:26.040Z Compiling anstyle-query v1.1.5
20392026-07-23T04:31:26.179Z Compiling simd-adler32 v0.3.8
20402026-07-23T04:31:26.226Z Compiling hyper-util v0.1.20
20412026-07-23T04:31:26.425Z Compiling quick-error v1.2.3
20422026-07-23T04:31:26.549Z Compiling siphasher v1.0.2
20432026-07-23T04:31:26.599Z Compiling bit-vec v0.8.0
20442026-07-23T04:31:26.758Z Compiling colorchoice v1.0.4
20452026-07-23T04:31:26.866Z Compiling bit-set v0.8.0
20462026-07-23T04:31:26.902Z Compiling rusty-fork v0.3.1
20472026-07-23T04:31:27.168Z Compiling tower v0.5.3
20482026-07-23T04:31:27.760Z Compiling derive_builder_core v0.20.2
20492026-07-23T04:31:27.811Z Compiling http-body-util v0.1.3
20502026-07-23T04:31:27.828Z Compiling hubpack_derive v0.1.1
20512026-07-23T04:31:27.864Z Compiling strum_macros v0.27.2
20522026-07-23T04:31:27.913Z Compiling darling_macro v0.23.0
20532026-07-23T04:31:27.949Z Compiling snafu-derive v0.8.9
20542026-07-23T04:31:28.063Z Compiling rand_xorshift v0.4.0
20552026-07-23T04:31:28.197Z Compiling ahash v0.8.12
20562026-07-23T04:31:28.284Z Compiling fs-err v3.3.0
20572026-07-23T04:31:28.308Z Compiling allocator-api2 v0.2.21
20582026-07-23T04:31:28.434Z Compiling unicode-bidi v0.3.18
20592026-07-23T04:31:28.461Z Compiling unicode-segmentation v1.12.0
20602026-07-23T04:31:28.543Z Compiling ryu v1.0.23
20612026-07-23T04:31:28.656Z Compiling object v0.37.3
20622026-07-23T04:31:28.720Z Compiling unicode-properties v0.1.4
20632026-07-23T04:31:28.763Z Compiling adler2 v2.0.1
20642026-07-23T04:31:28.848Z Compiling unarray v0.1.4
20652026-07-23T04:31:28.870Z Compiling iri-string v0.7.10
20662026-07-23T04:31:28.925Z Compiling stringprep v0.1.5
20672026-07-23T04:31:28.947Z Compiling miniz_oxide v0.8.9
20682026-07-23T04:31:28.993Z Compiling proptest v1.10.0
20692026-07-23T04:31:29.100Z Compiling serde_urlencoded v0.7.1
20702026-07-23T04:31:29.301Z Compiling derive_builder_macro v0.20.2
20712026-07-23T04:31:29.363Z Compiling darling v0.23.0
20722026-07-23T04:31:29.462Z Compiling tokio-native-tls v0.3.1
20732026-07-23T04:31:29.507Z Compiling usdt-macro v0.6.0
20742026-07-23T04:31:29.619Z Compiling usdt-attr-macro v0.6.0
20752026-07-23T04:31:29.642Z Compiling anstyle-parse v1.0.0
20762026-07-23T04:31:29.661Z Compiling crypto-common v0.2.2
20772026-07-23T04:31:29.717Z Compiling block-buffer v0.12.1
20782026-07-23T04:31:29.806Z Compiling block-padding v0.4.2
20792026-07-23T04:31:30.070Z Compiling tower-http v0.6.8
20802026-07-23T04:31:30.318Z Compiling rustls-native-certs v0.8.3
20812026-07-23T04:31:30.337Z Compiling rand_chacha v0.3.1
20822026-07-23T04:31:30.375Z Compiling hex v0.4.3
20832026-07-23T04:31:30.402Z Compiling erased-serde v0.3.31
20842026-07-23T04:31:30.461Z Compiling signature v2.2.0
20852026-07-23T04:31:30.477Z Compiling md-5 v0.10.6
20862026-07-23T04:31:30.508Z Compiling bstr v1.12.1
20872026-07-23T04:31:30.603Z Compiling num-integer v0.1.46
20882026-07-23T04:31:30.624Z Compiling hash32 v0.2.1
20892026-07-23T04:31:30.657Z Compiling vergen-lib v9.1.0
20902026-07-23T04:31:30.750Z Compiling encoding_rs v0.8.35
20912026-07-23T04:31:30.806Z Compiling mime v0.3.17
20922026-07-23T04:31:30.884Z Compiling zlib-rs v0.6.2
20932026-07-23T04:31:30.964Z Compiling fallible-iterator v0.2.0
20942026-07-23T04:31:30.988Z Compiling cpufeatures v0.3.0
20952026-07-23T04:31:31.013Z Compiling psl-types v2.0.11
20962026-07-23T04:31:31.128Z Compiling publicsuffix v2.3.0
20972026-07-23T04:31:31.155Z Compiling newtype-uuid v1.3.2
20982026-07-23T04:31:31.207Z Compiling num-iter v0.1.45
20992026-07-23T04:31:31.282Z Compiling postgres-protocol v0.6.10
21002026-07-23T04:31:31.429Z Compiling rand v0.8.6
21012026-07-23T04:31:31.828Z Compiling oxnet v0.1.6
21022026-07-23T04:31:31.861Z Compiling inout v0.2.2
21032026-07-23T04:31:31.928Z Compiling derive_builder v0.20.2
21042026-07-23T04:31:31.966Z Compiling anstream v1.0.0
21052026-07-23T04:31:32.041Z Compiling hyper-tls v0.6.0
21062026-07-23T04:31:32.070Z Compiling serde_with_macros v3.21.0
21072026-07-23T04:31:32.086Z Compiling heck v0.4.1
21082026-07-23T04:31:32.116Z Compiling phf_shared v0.13.1
21092026-07-23T04:31:32.265Z Compiling pin-project v1.1.11
21102026-07-23T04:31:32.311Z Compiling lazy_static v1.5.0
21112026-07-23T04:31:32.341Z Compiling anstyle-parse v0.2.7
21122026-07-23T04:31:32.446Z Compiling terminal_size v0.4.3
21132026-07-23T04:31:32.485Z Compiling futures-executor v0.3.32
21142026-07-23T04:31:32.516Z Compiling clap_derive v4.6.1
21152026-07-23T04:31:32.545Z Compiling serde_repr v0.1.20
21162026-07-23T04:31:32.598Z Compiling enum-as-inner v0.6.1
21172026-07-23T04:31:32.613Z Compiling async-recursion v1.1.1
21182026-07-23T04:31:32.751Z Compiling ff v0.13.1
21192026-07-23T04:31:32.772Z Compiling vergen v9.1.0
21202026-07-23T04:31:32.823Z Compiling cargo-platform v0.3.2
21212026-07-23T04:31:32.922Z Compiling flate2 v1.1.9
21222026-07-23T04:31:33.002Z Compiling foldhash v0.2.0
21232026-07-23T04:31:33.101Z Compiling base16ct v0.2.0
21242026-07-23T04:31:33.125Z Compiling bitflags v1.3.2
21252026-07-23T04:31:33.146Z Compiling same-file v1.0.6
21262026-07-23T04:31:33.216Z Compiling foldhash v0.1.5
21272026-07-23T04:31:33.244Z Compiling bumpalo v3.20.2
21282026-07-23T04:31:33.258Z Compiling managed v0.8.0
21292026-07-23T04:31:33.325Z Compiling libbz2-rs-sys v0.2.2
21302026-07-23T04:31:33.339Z Compiling clap_lex v1.0.0
21312026-07-23T04:31:33.534Z Compiling clap_builder v4.6.0
21322026-07-23T04:31:33.565Z Compiling zopfli v0.8.3
21332026-07-23T04:31:33.729Z Compiling bzip2 v0.6.1
21342026-07-23T04:31:33.869Z Compiling hashbrown v0.15.5
21352026-07-23T04:31:33.908Z Compiling walkdir v2.5.0
21362026-07-23T04:31:34.031Z Compiling sec1 v0.7.3
21372026-07-23T04:31:34.125Z Compiling hashbrown v0.16.1
21382026-07-23T04:31:34.186Z Compiling cargo_metadata v0.23.1
21392026-07-23T04:31:34.229Z Compiling group v0.13.0
21402026-07-23T04:31:34.332Z Compiling futures v0.3.32
21412026-07-23T04:31:34.414Z Compiling zstd v0.13.3
21422026-07-23T04:31:34.544Z Compiling anstream v0.6.21
21432026-07-23T04:31:34.851Z Compiling snafu v0.8.9
21442026-07-23T04:31:34.966Z Compiling phf v0.13.1
21452026-07-23T04:31:35.123Z Compiling reqwest v0.12.28
21462026-07-23T04:31:35.140Z Compiling daft v0.1.7
21472026-07-23T04:31:35.430Z Compiling signal-hook-mio v0.2.5
21482026-07-23T04:31:35.477Z Compiling cipher v0.5.2
21492026-07-23T04:31:35.520Z Compiling cookie_store v0.22.1
21502026-07-23T04:31:35.568Z Compiling postgres-types v0.2.12
21512026-07-23T04:31:35.673Z Compiling bzip2 v0.4.4
21522026-07-23T04:31:35.690Z Compiling globset v0.4.18
21532026-07-23T04:31:35.763Z Compiling ed25519 v2.2.3
21542026-07-23T04:31:35.793Z Compiling strum v0.27.2
21552026-07-23T04:31:35.942Z Compiling hubpack v0.1.2
21562026-07-23T04:31:36.001Z Compiling phf_shared v0.11.3
21572026-07-23T04:31:36.019Z Compiling hkdf v0.12.4
21582026-07-23T04:31:36.022Z Compiling crossbeam-epoch v0.9.18
21592026-07-23T04:31:36.101Z Compiling olpc-cjson v0.1.4
21602026-07-23T04:31:36.116Z Compiling pkcs1 v0.7.5
21612026-07-23T04:31:36.381Z Compiling serde_plain v1.0.2
21622026-07-23T04:31:36.429Z Compiling serde-big-array v0.5.1
21632026-07-23T04:31:36.459Z Compiling pem v3.0.6
21642026-07-23T04:31:36.562Z Compiling crypto-bigint v0.5.5
21652026-07-23T04:31:36.599Z Compiling float-cmp v0.10.0
21662026-07-23T04:31:36.620Z Compiling memmap2 v0.9.10
21672026-07-23T04:31:36.736Z Compiling env_filter v1.0.0
21682026-07-23T04:31:36.755Z Compiling data-encoding v2.10.0
21692026-07-23T04:31:36.783Z Compiling whoami v2.1.0
21702026-07-23T04:31:36.870Z Compiling const-oid v0.10.2
21712026-07-23T04:31:37.003Z Compiling fixedbitset v0.4.2
21722026-07-23T04:31:37.019Z Compiling jiff v0.2.21
21732026-07-23T04:31:37.087Z Compiling predicates-core v1.0.10
21742026-07-23T04:31:37.130Z Compiling keccak v0.1.6
21752026-07-23T04:31:37.215Z Compiling fixedbitset v0.5.7
21762026-07-23T04:31:37.269Z Compiling static_assertions v1.1.0
21772026-07-23T04:31:37.285Z Compiling typed-path v0.9.3
21782026-07-23T04:31:37.310Z Compiling toml_write v0.1.2
21792026-07-23T04:31:37.343Z Compiling precomputed-hash v0.1.1
21802026-07-23T04:31:37.358Z Compiling normalize-line-endings v0.3.0
21812026-07-23T04:31:37.374Z Compiling new_debug_unreachable v1.0.6
21822026-07-23T04:31:37.445Z Compiling difflib v0.4.0
21832026-07-23T04:31:37.463Z Compiling string_cache v0.8.9
21842026-07-23T04:31:37.468Z Compiling petgraph v0.8.3
21852026-07-23T04:31:37.478Z Compiling toml_edit v0.22.27
21862026-07-23T04:31:37.519Z Compiling elliptic-curve v0.13.8
21872026-07-23T04:31:37.534Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21882026-07-23T04:31:37.684Z Compiling predicates v3.1.4
21892026-07-23T04:31:37.721Z Compiling sha3 v0.10.8
21902026-07-23T04:31:37.753Z Compiling petgraph v0.6.5
21912026-07-23T04:31:37.887Z Compiling hickory-proto v0.25.2
21922026-07-23T04:31:37.917Z Compiling digest v0.11.3
21932026-07-23T04:31:38.005Z Compiling tokio-postgres v0.7.16
21942026-07-23T04:31:38.151Z Compiling chacha20 v0.10.0
21952026-07-23T04:31:38.255Z Compiling env_logger v0.11.9
21962026-07-23T04:31:38.362Z Compiling usdt v0.6.0
21972026-07-23T04:31:38.837Z Compiling rsa v0.9.10
21982026-07-23T04:31:39.732Z Compiling zip v4.6.1
21992026-07-23T04:31:39.856Z Compiling ed25519-dalek v2.2.0
22002026-07-23T04:31:39.974Z Compiling zip v0.6.6
22012026-07-23T04:31:40.020Z Compiling crossterm v0.28.1
22022026-07-23T04:31:40.262Z Compiling iddqd v0.4.2
22032026-07-23T04:31:40.505Z Compiling clap v4.6.1
22042026-07-23T04:31:40.602Z Compiling serde_with v3.21.0
22052026-07-23T04:31:40.641Z Compiling similar v2.7.0
22062026-07-23T04:31:40.695Z Compiling byte-wrapper v0.1.0
22072026-07-23T04:31:40.877Z Compiling strum v0.26.3
22082026-07-23T04:31:40.959Z Compiling toml v0.7.8
22092026-07-23T04:31:41.015Z Compiling tokio-stream v0.1.18
22102026-07-23T04:31:41.031Z Compiling buf-list v1.1.2
22112026-07-23T04:31:41.182Z Compiling x509-cert v0.2.5
22122026-07-23T04:31:41.358Z Compiling itertools v0.13.0
22132026-07-23T04:31:41.476Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-23T04:31:41.509Z Compiling openapiv3 v2.2.0
22152026-07-23T04:31:42.365Z Compiling lalrpop-util v0.19.12
22162026-07-23T04:31:42.415Z Compiling peg-runtime v0.8.5
22172026-07-23T04:31:58.295Z Compiling rustls-webpki v0.103.13
22182026-07-23T04:31:59.525Z Compiling macaddr v1.0.1
22192026-07-23T04:31:59.571Z Compiling structmeta-derive v0.3.0
22202026-07-23T04:31:59.581Z Compiling darling_core v0.21.3
22212026-07-23T04:31:59.794Z Compiling crucible-workspace-hack v0.1.0
22222026-07-23T04:31:59.833Z Compiling rayon-core v1.13.0
22232026-07-23T04:31:59.964Z Compiling itertools v0.14.0
22242026-07-23T04:32:00.029Z Compiling secrecy v0.10.3
22252026-07-23T04:32:00.060Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-23T04:32:00.089Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-23T04:32:00.187Z Compiling heapless v0.8.0
22282026-07-23T04:32:00.292Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-07-23T04:32:00.319Z Compiling crossbeam-deque v0.8.6
22302026-07-23T04:32:00.516Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-07-23T04:32:00.606Z Compiling inout v0.1.4
22322026-07-23T04:32:00.629Z Compiling hash32 v0.3.1
22332026-07-23T04:32:00.629Z Compiling structmeta v0.3.0
22342026-07-23T04:32:00.678Z Compiling multer v3.1.0
22352026-07-23T04:32:00.723Z Compiling thread_local v1.1.9
22362026-07-23T04:32:00.749Z Compiling unicode-width v0.2.0
22372026-07-23T04:32:00.759Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-23T04:32:00.759Z Compiling slog-async v2.8.0
22392026-07-23T04:32:00.803Z Compiling match_cfg v0.1.0
22402026-07-23T04:32:00.888Z Compiling compression-core v0.4.31
22412026-07-23T04:32:00.913Z Compiling smoltcp v0.11.0
22422026-07-23T04:32:01.028Z Compiling compression-codecs v0.4.37
22432026-07-23T04:32:01.085Z Compiling hostname v0.3.1
22442026-07-23T04:32:01.096Z Compiling proc-macro-crate v3.4.0
22452026-07-23T04:32:01.135Z Compiling derive-ex v0.1.8
22462026-07-23T04:32:01.204Z Compiling cipher v0.4.4
22472026-07-23T04:32:01.311Z Compiling atomicwrites v0.4.4
22482026-07-23T04:32:01.336Z Compiling slog-json v2.6.1
22492026-07-23T04:32:01.406Z Compiling crossbeam-channel v0.5.15
22502026-07-23T04:32:01.473Z Compiling half v2.7.1
22512026-07-23T04:32:01.558Z Compiling newtype-uuid-macros v0.1.0
22522026-07-23T04:32:01.579Z Compiling cobs v0.3.0
22532026-07-23T04:32:01.592Z Compiling universal-hash v0.5.1
22542026-07-23T04:32:01.664Z Compiling thiserror-impl-no-std v2.0.2
22552026-07-23T04:32:01.679Z Compiling darling_macro v0.21.3
22562026-07-23T04:32:01.769Z Compiling async-stream-impl v0.3.6
22572026-07-23T04:32:01.855Z Compiling serde_spanned v1.1.1
22582026-07-23T04:32:01.882Z Compiling toml_datetime v1.1.1+spec-1.1.0
22592026-07-23T04:32:02.020Z Compiling tokio-rustls v0.26.4
22602026-07-23T04:32:02.121Z Compiling rustls-platform-verifier v0.6.2
22612026-07-23T04:32:02.202Z Compiling tough v0.22.0
22622026-07-23T04:32:02.313Z Compiling hyper-rustls v0.27.7
22632026-07-23T04:32:02.337Z Compiling darling v0.21.3
22642026-07-23T04:32:02.348Z Compiling is-terminal v0.4.17
22652026-07-23T04:32:02.364Z Compiling proc-macro-error-attr v1.0.4
22662026-07-23T04:32:02.378Z Compiling dropshot v0.17.1
22672026-07-23T04:32:02.426Z Compiling ingot-macros v0.1.1
22682026-07-23T04:32:02.454Z Compiling ciborium-io v0.2.2
22692026-07-23T04:32:02.572Z Compiling reqwest v0.13.2
22702026-07-23T04:32:02.588Z Compiling toml_writer v1.1.1+spec-1.1.0
22712026-07-23T04:32:02.607Z Compiling opaque-debug v0.3.1
22722026-07-23T04:32:02.612Z Compiling convert_case v0.4.0
22732026-07-23T04:32:02.648Z Compiling take_mut v0.2.2
22742026-07-23T04:32:02.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-23T04:32:02.752Z Compiling term v1.2.1
22762026-07-23T04:32:02.760Z Compiling thiserror-no-std v2.0.2
22772026-07-23T04:32:02.872Z Compiling toml v1.1.2+spec-1.1.0
22782026-07-23T04:32:02.887Z Compiling poly1305 v0.8.0
22792026-07-23T04:32:02.941Z Compiling derive_more v0.99.20
22802026-07-23T04:32:02.944Z Compiling test-strategy v0.4.5
22812026-07-23T04:32:03.278Z Compiling slog-term v2.9.2
22822026-07-23T04:32:03.569Z Compiling ciborium-ll v0.2.2
22832026-07-23T04:32:03.590Z Compiling async-stream v0.3.6
22842026-07-23T04:32:03.800Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-23T04:32:03.850Z Compiling postcard v1.1.3
22862026-07-23T04:32:04.021Z Compiling num_enum_derive v0.7.6
22872026-07-23T04:32:04.245Z Compiling slog-bunyan v2.5.0
22882026-07-23T04:32:04.262Z Compiling chacha20 v0.9.1
22892026-07-23T04:32:04.453Z Compiling async-compression v0.4.41
22902026-07-23T04:32:04.524Z Compiling parse-display-derive v0.10.0
22912026-07-23T04:32:04.555Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-23T04:32:04.931Z Compiling sha1 v0.11.0
22932026-07-23T04:32:05.071Z Compiling ingot-types v0.1.2
22942026-07-23T04:32:05.092Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-23T04:32:05.150Z Compiling proc-macro-crate v1.3.1
22962026-07-23T04:32:05.369Z Compiling waitgroup v0.1.2
22972026-07-23T04:32:05.415Z Compiling password-hash v0.5.0
22982026-07-23T04:32:05.458Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-23T04:32:05.501Z Compiling ingot v0.1.1
23002026-07-23T04:32:05.521Z Compiling backon v1.6.0
23012026-07-23T04:32:05.549Z Compiling rustls-pemfile v2.2.0
23022026-07-23T04:32:05.565Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T04:32:05.613Z Compiling blake2 v0.10.6
23042026-07-23T04:32:05.716Z Compiling aead v0.5.2
23052026-07-23T04:32:05.741Z Compiling foreign-types-macros v0.2.3
23062026-07-23T04:32:05.792Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-23T04:32:05.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-07-23T04:32:05.861Z Compiling serde_path_to_error v0.1.20
23092026-07-23T04:32:05.930Z Compiling hostname v0.4.2
23102026-07-23T04:32:06.007Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-23T04:32:06.117Z Compiling proc-macro-error v1.0.4
23122026-07-23T04:32:06.135Z Compiling instant v0.1.13
23132026-07-23T04:32:06.201Z Compiling foreign-types-shared v0.3.1
23142026-07-23T04:32:06.244Z Compiling debug-ignore v1.0.5
23152026-07-23T04:32:06.278Z Compiling backoff v0.4.0
23162026-07-23T04:32:06.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-07-23T04:32:06.337Z Compiling parse-display v0.10.0
23182026-07-23T04:32:06.340Z Compiling argon2 v0.5.3
23192026-07-23T04:32:06.355Z Compiling foreign-types v0.5.0
23202026-07-23T04:32:06.387Z Compiling chacha20poly1305 v0.10.1
23212026-07-23T04:32:06.390Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-23T04:32:06.471Z Compiling num_enum_derive v0.5.11
23232026-07-23T04:32:06.506Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-23T04:32:06.522Z Compiling num_enum v0.7.6
23252026-07-23T04:32:06.548Z Compiling ciborium v0.2.2
23262026-07-23T04:32:06.680Z Compiling vsss-rs v3.3.4
23272026-07-23T04:32:06.818Z Compiling tabwriter v1.4.1
23282026-07-23T04:32:06.913Z Compiling regress v0.10.5
23292026-07-23T04:32:07.002Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-23T04:32:07.188Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-23T04:32:07.191Z Compiling cstr-argument v0.1.2
23322026-07-23T04:32:07.224Z Compiling humantime v2.3.0
23332026-07-23T04:32:07.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-23T04:32:07.365Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23352026-07-23T04:32:07.392Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-23T04:32:07.448Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-07-23T04:32:07.451Z Compiling num_enum v0.5.11
23382026-07-23T04:32:07.501Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-07-23T04:32:07.516Z Compiling rayon v1.11.0
23402026-07-23T04:32:07.611Z Compiling rand v0.10.1
23412026-07-23T04:32:07.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-23T04:32:07.670Z Compiling colored v3.1.1
23432026-07-23T04:32:07.690Z Compiling libefi-sys v0.1.0
23442026-07-23T04:32:07.705Z Compiling indent_write v2.2.0
23452026-07-23T04:32:07.719Z Compiling zone_cfg_derive v0.3.1
23462026-07-23T04:32:07.752Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-23T04:32:07.830Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-23T04:32:07.872Z Compiling camino-tempfile v1.4.1
23492026-07-23T04:32:07.940Z Compiling itertools v0.12.1
23502026-07-23T04:32:08.043Z Compiling usdt-attr-macro v0.5.0
23512026-07-23T04:32:08.062Z Compiling usdt-macro v0.5.0
23522026-07-23T04:32:08.100Z Compiling bitfield-struct v0.6.2
23532026-07-23T04:32:08.309Z Compiling num-derive v0.4.2
23542026-07-23T04:32:08.361Z Compiling blake3 v1.8.5
23552026-07-23T04:32:08.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-23T04:32:08.426Z Compiling sigpipe v0.1.3
23572026-07-23T04:32:08.509Z Compiling memmap v0.7.0
23582026-07-23T04:32:08.532Z Compiling glob v0.3.3
23592026-07-23T04:32:08.545Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23602026-07-23T04:32:08.751Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-23T04:32:08.772Z Compiling swrite v0.1.0
23622026-07-23T04:32:08.788Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-23T04:32:08.837Z Compiling usdt v0.5.0
23642026-07-23T04:32:08.897Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-23T04:32:09.134Z Compiling smf v0.2.3
23662026-07-23T04:32:09.150Z Compiling filetime v0.2.27
23672026-07-23T04:32:09.200Z Compiling whoami v1.6.1
23682026-07-23T04:32:09.203Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23692026-07-23T04:32:09.278Z Compiling zone v0.3.1
23702026-07-23T04:32:09.315Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-23T04:32:09.374Z Compiling constant_time_eq v0.4.2
23722026-07-23T04:32:09.403Z Compiling xattr v1.6.1
23732026-07-23T04:32:09.417Z Compiling arrayvec v0.7.6
23742026-07-23T04:32:09.434Z Compiling arrayref v0.3.9
23752026-07-23T04:32:09.450Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-23T04:32:09.467Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-23T04:32:09.524Z Compiling tokio-dtrace v0.1.1
23782026-07-23T04:32:09.617Z Compiling tar v0.4.46
23792026-07-23T04:32:09.622Z Compiling console v0.16.2
23802026-07-23T04:32:09.685Z Compiling gethostname v0.5.0
23812026-07-23T04:32:09.741Z Compiling unit-prefix v0.5.2
23822026-07-23T04:32:09.837Z Compiling topological-sort v0.2.2
23832026-07-23T04:32:09.867Z Compiling oxide-tokio-rt v0.1.4
23842026-07-23T04:32:09.914Z Compiling toml v0.8.23
23852026-07-23T04:32:10.022Z Compiling indicatif v0.18.4
23862026-07-23T04:32:10.125Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-23T04:32:10.283Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-23T04:32:10.299Z Compiling shell-words v1.1.1
23892026-07-23T04:32:19.452Z Compiling progenitor-client v0.14.0
23902026-07-23T04:32:19.452Z Compiling omicron-zone-package v0.12.3
23912026-07-23T04:32:19.685Z Compiling progenitor-extras v0.2.0
23922026-07-23T04:32:20.048Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-23T04:32:20.069Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-23T04:32:20.139Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-23T04:32:20.177Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-23T04:32:20.242Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-23T04:32:20.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-23T04:32:20.351Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-23T04:32:20.510Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-23T04:32:20.857Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-23T04:32:24.679Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-23T04:32:32.560Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-23T04:32:35.689Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-23T04:32:36.709Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-23T04:32:45.990Z Finished `release` profile [optimized] target(s) in 1m 38s
24062026-07-23T04:32:46.135Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-23T04:32:46.185ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-23T04:32:46.194ZCreated new build target 'test' and set it as active
24092026-07-23T04:32:46.194Z
24102026-07-23T04:32:46.194Zreal 1:39.118216934
24112026-07-23T04:32:46.194Zuser 16:16.892652113
24122026-07-23T04:32:46.194Zsys 2:34.315919704
24132026-07-23T04:32:46.194Ztrap 0.466874287
24142026-07-23T04:32:46.194Ztflt 2.378219422
24152026-07-23T04:32:46.194Zdflt 4.084358296
24162026-07-23T04:32:46.194Zkflt 0.000576480
24172026-07-23T04:32:46.194Zlock 51:12.112205841
24182026-07-23T04:32:46.194Zslp 41:52.410330826
24192026-07-23T04:32:46.194Zlat 42.500987788
24202026-07-23T04:32:46.194Zstop 5:17.034366275
24212026-07-23T04:32:46.194Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-23T04:32:47.016Z Finished `release` profile [optimized] target(s) in 0.81s
24232026-07-23T04:32:47.082Z Running `target/release/omicron-package -t test package`
24242026-07-23T04:32:47.135ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-23T04:32:48.488Z Compiling heck v0.5.0
24262026-07-23T04:32:48.488Z Compiling regress v0.11.1
24272026-07-23T04:32:48.725Z Compiling unsafe-libyaml v0.2.11
24282026-07-23T04:32:48.725Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-23T04:32:48.768Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-23T04:32:48.790Z Compiling derive-where v1.6.0
24312026-07-23T04:32:48.809Z Compiling bytecount v0.6.9
24322026-07-23T04:32:48.812Z Compiling atomicwrites v0.4.4
24332026-07-23T04:32:48.812Z Compiling is-terminal v0.4.17
24342026-07-23T04:32:48.812Z Compiling prettyplease v0.2.37
24352026-07-23T04:32:48.888Z Compiling console v0.15.11
24362026-07-23T04:32:48.891Z Compiling newline-converter v0.3.0
24372026-07-23T04:32:48.891Z Compiling slog-dtrace v0.3.0
24382026-07-23T04:32:48.928Z Compiling resolv-conf v0.7.6
24392026-07-23T04:32:48.932Z Compiling num-rational v0.4.2
24402026-07-23T04:32:48.987Z Compiling num-complex v0.4.6
24412026-07-23T04:32:48.990Z Compiling thread_local v1.1.9
24422026-07-23T04:32:49.028Z Compiling compression-core v0.4.31
24432026-07-23T04:32:49.049Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-23T04:32:49.082Z Compiling unicode-width v0.1.14
24452026-07-23T04:32:49.144Z Compiling match_cfg v0.1.0
24462026-07-23T04:32:49.204Z Compiling cancel-safe-futures v0.1.5
24472026-07-23T04:32:49.226Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-23T04:32:49.244Z Compiling hostname v0.3.1
24492026-07-23T04:32:49.264Z Compiling expectorate v1.2.0
24502026-07-23T04:32:49.372Z Compiling compression-codecs v0.4.37
24512026-07-23T04:32:49.416Z Compiling num v0.4.3
24522026-07-23T04:32:49.419Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24532026-07-23T04:32:49.480Z Compiling slog-async v2.8.0
24542026-07-23T04:32:49.506Z Compiling multer v3.1.0
24552026-07-23T04:32:49.531Z Compiling crossbeam-channel v0.5.15
24562026-07-23T04:32:49.535Z Compiling slog-json v2.6.1
24572026-07-23T04:32:49.568Z Compiling serde_spanned v1.1.1
24582026-07-23T04:32:49.571Z Compiling toml_datetime v1.1.1+spec-1.1.0
24592026-07-23T04:32:49.611Z Compiling take_mut v0.2.2
24602026-07-23T04:32:49.630Z Compiling term v1.2.1
24612026-07-23T04:32:49.781Z Compiling linked-hash-map v0.5.6
24622026-07-23T04:32:49.795Z Compiling toml_writer v1.1.1+spec-1.1.0
24632026-07-23T04:32:49.796Z Compiling float-ord v0.3.2
24642026-07-23T04:32:49.888Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-23T04:32:49.923Z Compiling slog-term v2.9.2
24662026-07-23T04:32:49.943Z Compiling lru-cache v0.1.2
24672026-07-23T04:32:49.963Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-23T04:32:50.007Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24692026-07-23T04:32:50.013Z Compiling slog-bunyan v2.5.0
24702026-07-23T04:32:50.049Z Compiling oxide-update-engine-types v0.1.2
24712026-07-23T04:32:50.108Z Compiling async-compression v0.4.41
24722026-07-23T04:32:50.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-07-23T04:32:50.350Z Compiling typify-impl v0.6.2
24742026-07-23T04:32:50.400Z Compiling dropshot v0.17.1
24752026-07-23T04:32:50.426Z Compiling async-stream v0.3.6
24762026-07-23T04:32:50.469Z Compiling sha1 v0.11.0
24772026-07-23T04:32:50.505Z Compiling progenitor-client v0.14.0
24782026-07-23T04:32:50.525Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-23T04:32:50.547Z Compiling waitgroup v0.1.2
24802026-07-23T04:32:50.619Z Compiling rustls-pemfile v2.2.0
24812026-07-23T04:32:50.698Z Compiling backon v1.6.0
24822026-07-23T04:32:50.723Z Compiling hostname v0.4.2
24832026-07-23T04:32:50.746Z Compiling serde_path_to_error v0.1.20
24842026-07-23T04:32:50.765Z Compiling instant v0.1.13
24852026-07-23T04:32:50.819Z Compiling debug-ignore v1.0.5
24862026-07-23T04:32:50.837Z Compiling linear-map v1.2.0
24872026-07-23T04:32:50.890Z Compiling minimal-lexical v0.2.1
24882026-07-23T04:32:50.911Z Compiling progenitor-extras v0.2.0
24892026-07-23T04:32:50.932Z Compiling backoff v0.4.0
24902026-07-23T04:32:50.966Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-23T04:32:51.103Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-23T04:32:51.125Z Compiling nom v7.1.3
24932026-07-23T04:32:51.158Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-23T04:32:51.162Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-23T04:32:51.199Z Compiling parse-display v0.10.0
24962026-07-23T04:32:51.202Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-23T04:32:51.385Z Compiling oxide-update-engine v0.1.2
24982026-07-23T04:32:51.479Z Compiling hickory-proto v0.24.4
24992026-07-23T04:32:51.856Z Compiling regress v0.10.5
25002026-07-23T04:32:52.081Z Compiling macaddr v1.0.1
25012026-07-23T04:32:52.331Z Compiling unicode-xid v0.2.6
25022026-07-23T04:32:52.427Z Compiling humantime v2.3.0
25032026-07-23T04:32:52.572Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-23T04:32:52.691Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-23T04:32:52.721Z Compiling convert_case v0.10.0
25062026-07-23T04:32:52.777Z Compiling owo-colors v4.3.0
25072026-07-23T04:32:52.884Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-07-23T04:32:53.018Z Compiling derive_more-impl v2.1.1
25092026-07-23T04:32:53.124Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-07-23T04:32:53.200Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-23T04:32:53.362Z Compiling toml v0.8.23
25122026-07-23T04:32:53.806Z Compiling typify-macro v0.6.2
25132026-07-23T04:32:53.829Z Compiling derive_more v2.1.1
25142026-07-23T04:32:53.863Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-23T04:32:53.885Z Compiling papergrid v0.11.0
25162026-07-23T04:32:53.942Z Compiling tabled_derive v0.7.0
25172026-07-23T04:32:53.961Z Compiling termtree v0.5.1
25182026-07-23T04:32:54.019Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-23T04:32:54.158Z Compiling hickory-resolver v0.24.4
25202026-07-23T04:32:54.378Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-23T04:32:54.851Z Compiling tabled v0.15.0
25222026-07-23T04:32:55.167Z Compiling crossterm v0.29.0
25232026-07-23T04:32:55.192Z Compiling phf_shared v0.12.1
25242026-07-23T04:32:55.359Z Compiling typify v0.6.2
25252026-07-23T04:32:55.493Z Compiling progenitor-impl v0.14.0
25262026-07-23T04:32:55.848Z Compiling qorb v0.4.1
25272026-07-23T04:32:55.903Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-23T04:32:56.450Z Compiling vte v0.14.1
25292026-07-23T04:32:56.705Z Compiling csv-core v0.1.13
25302026-07-23T04:32:57.160Z Compiling chrono-tz v0.10.4
25312026-07-23T04:32:57.378Z Compiling highway v1.3.0
25322026-07-23T04:32:57.636Z Compiling progenitor-macro v0.14.0
25332026-07-23T04:32:58.098Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-23T04:32:58.726Z Compiling csv v1.4.0
25352026-07-23T04:32:59.066Z Compiling strip-ansi-escapes v0.2.1
25362026-07-23T04:32:59.099Z Compiling phf v0.12.1
25372026-07-23T04:32:59.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-23T04:32:59.300Z Compiling const_format_proc_macros v0.2.34
25392026-07-23T04:32:59.581Z Compiling fd-lock v4.0.4
25402026-07-23T04:32:59.618Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-23T04:32:59.670Z Compiling peg-macros v0.8.5
25422026-07-23T04:32:59.731Z Compiling nu-ansi-term v0.50.3
25432026-07-23T04:33:00.078Z Compiling const_format v0.2.35
25442026-07-23T04:33:00.260Z Compiling reedline v0.40.0
25452026-07-23T04:33:00.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-07-23T04:33:00.954Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25472026-07-23T04:33:01.603Z Compiling progenitor v0.14.0
25482026-07-23T04:33:01.626Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-23T04:33:01.795Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-23T04:33:01.879Z Compiling peg v0.8.5
25512026-07-23T04:33:01.987Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-07-23T04:33:02.228Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-23T04:33:02.339Z Compiling bcs v0.1.6
25542026-07-23T04:33:02.688Z Compiling nom v8.0.0
25552026-07-23T04:33:02.771Z Compiling semver v0.1.20
25562026-07-23T04:33:03.107Z Compiling rustc_version v0.1.7
25572026-07-23T04:33:03.337Z Compiling newtype_derive v0.1.6
25582026-07-23T04:33:03.574Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-23T04:33:03.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-23T04:33:03.999Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25612026-07-23T04:33:04.100Z Compiling unicode-linebreak v0.1.5
25622026-07-23T04:33:04.237Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-23T04:33:04.346Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-07-23T04:33:04.438Z Compiling smawk v0.3.2
25652026-07-23T04:33:04.633Z Compiling textwrap v0.16.2
25662026-07-23T04:33:04.786Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-23T04:33:04.807Z Compiling dropshot-api-manager-types v0.7.2
25682026-07-23T04:33:04.889Z Compiling steno v0.4.1
25692026-07-23T04:33:05.264Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-23T04:33:05.404Z Compiling base64 v0.21.7
25712026-07-23T04:33:05.438Z Compiling sha1 v0.10.6
25722026-07-23T04:33:05.876Z Compiling utf-8 v0.7.6
25732026-07-23T04:33:05.937Z Compiling tagptr v0.2.0
25742026-07-23T04:33:06.112Z Compiling moka v0.12.13
25752026-07-23T04:33:06.131Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-23T04:33:06.229Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-23T04:33:06.400Z Compiling tungstenite v0.21.0
25782026-07-23T04:33:06.422Z Compiling display-error-chain v0.2.2
25792026-07-23T04:33:06.596Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-23T04:33:06.675Z Compiling radium v0.7.0
25812026-07-23T04:33:06.813Z Compiling maybe-uninit v2.0.0
25822026-07-23T04:33:07.032Z Compiling tap v1.0.1
25832026-07-23T04:33:07.122Z Compiling tokio-tungstenite v0.21.0
25842026-07-23T04:33:07.195Z Compiling wyz v0.5.1
25852026-07-23T04:33:07.436Z Compiling hickory-resolver v0.25.2
25862026-07-23T04:33:07.475Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25872026-07-23T04:33:07.562Z Compiling vergen-lib v0.1.6
25882026-07-23T04:33:07.778Z Compiling zerocopy-derive v0.6.6
25892026-07-23T04:33:07.806Z Compiling diesel_derives v2.3.7
25902026-07-23T04:33:08.044Z Compiling crc-catalog v2.4.0
25912026-07-23T04:33:08.161Z Compiling packed_struct v0.10.1
25922026-07-23T04:33:08.498Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-23T04:33:08.585Z Compiling funty v2.0.0
25942026-07-23T04:33:08.635Z Compiling zerocopy v0.6.6
25952026-07-23T04:33:09.021Z Compiling bitvec v1.0.1
25962026-07-23T04:33:09.423Z Compiling crc v3.4.0
25972026-07-23T04:33:09.673Z Compiling dsl_auto_type v0.2.0
25982026-07-23T04:33:09.720Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-23T04:33:09.810Z Compiling scheduled-thread-pool v0.2.7
26002026-07-23T04:33:10.195Z Compiling packed_struct_codegen v0.10.1
26012026-07-23T04:33:10.378Z Compiling vergen-gitcl v1.0.8
26022026-07-23T04:33:10.398Z Compiling bitfield-macros v0.19.4
26032026-07-23T04:33:10.480Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-23T04:33:10.617Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-23T04:33:10.697Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-23T04:33:10.752Z Compiling dirs-sys-next v0.1.2
26072026-07-23T04:33:10.858Z Compiling proc-macro-error-attr2 v2.0.0
26082026-07-23T04:33:11.056Z Compiling indexmap v1.9.3
26092026-07-23T04:33:11.166Z Compiling crunchy v0.2.4
26102026-07-23T04:33:11.226Z Compiling glob v0.3.3
26112026-07-23T04:33:11.293Z Compiling nodrop v0.1.14
26122026-07-23T04:33:11.314Z Compiling maplit v1.0.2
26132026-07-23T04:33:11.420Z Compiling array-init v0.0.4
26142026-07-23T04:33:11.492Z Compiling proc-macro-error2 v2.0.1
26152026-07-23T04:33:11.585Z Compiling clang-sys v1.8.1
26162026-07-23T04:33:11.812Z Compiling bitfield v0.19.4
26172026-07-23T04:33:11.837Z Compiling dirs-next v2.0.0
26182026-07-23T04:33:12.041Z Compiling r2d2 v0.8.10
26192026-07-23T04:33:12.142Z Compiling smallvec v0.6.14
26202026-07-23T04:33:12.337Z Compiling num-derive v0.3.3
26212026-07-23T04:33:12.457Z Compiling downcast-rs v2.0.2
26222026-07-23T04:33:12.589Z Compiling hashbrown v0.12.3
26232026-07-23T04:33:12.627Z Compiling tiny-keccak v2.0.2
26242026-07-23T04:33:12.879Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-23T04:33:13.054Z Compiling serde-hex v0.1.0
26262026-07-23T04:33:13.113Z Compiling term v0.7.0
26272026-07-23T04:33:13.228Z Compiling libscf-sys v1.1.0
26282026-07-23T04:33:13.360Z Compiling tabled_derive v0.11.0
26292026-07-23T04:33:13.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-23T04:33:13.498Z Compiling ron v0.8.1
26312026-07-23T04:33:13.621Z Compiling papergrid v0.17.0
26322026-07-23T04:33:13.715Z Compiling testing_table v0.3.0
26332026-07-23T04:33:13.734Z Compiling hashbrown v0.13.2
26342026-07-23T04:33:13.761Z Compiling bit-vec v0.6.3
26352026-07-23T04:33:13.999Z Compiling crc-any v2.5.0
26362026-07-23T04:33:14.138Z Compiling bit-set v0.5.3
26372026-07-23T04:33:14.323Z Compiling object v0.30.4
26382026-07-23T04:33:14.345Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-23T04:33:14.420Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26402026-07-23T04:33:14.676Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-23T04:33:14.963Z Compiling tabled v0.20.0
26422026-07-23T04:33:14.989Z Compiling ascii-canvas v3.0.0
26432026-07-23T04:33:15.159Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26442026-07-23T04:33:15.245Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-23T04:33:15.843Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-23T04:33:15.865Z Compiling progenitor-impl v0.13.0
26472026-07-23T04:33:15.891Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-23T04:33:16.178Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-23T04:33:16.213Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-23T04:33:16.409Z Compiling itertools v0.10.5
26512026-07-23T04:33:16.448Z Compiling ena v0.14.4
26522026-07-23T04:33:16.579Z Compiling libloading v0.8.9
26532026-07-23T04:33:16.601Z Compiling diesel v2.3.7
26542026-07-23T04:33:16.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-23T04:33:16.817Z Compiling unicase v2.9.0
26562026-07-23T04:33:16.951Z Compiling diff v0.1.13
26572026-07-23T04:33:17.126Z Compiling xshell-macros v0.2.7
26582026-07-23T04:33:17.219Z Compiling bindgen v0.71.1
26592026-07-23T04:33:17.522Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-07-23T04:33:17.543Z Compiling regex-syntax v0.6.29
26612026-07-23T04:33:17.546Z Compiling path-slash v0.1.5
26622026-07-23T04:33:17.650Z Compiling xshell v0.2.7
26632026-07-23T04:33:17.749Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26642026-07-23T04:33:18.011Z Compiling progenitor-macro v0.13.0
26652026-07-23T04:33:18.933Z Compiling lalrpop v0.19.12
26662026-07-23T04:33:19.344Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-23T04:33:20.041Z Compiling cexpr v0.6.0
26682026-07-23T04:33:20.729Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-23T04:33:20.934Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-23T04:33:21.394Z Compiling progenitor-client v0.13.0
26712026-07-23T04:33:21.936Z Compiling rustc-hash v2.1.1
26722026-07-23T04:33:21.987Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-23T04:33:21.990Z Compiling progenitor v0.13.0
26742026-07-23T04:33:22.461Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-23T04:33:22.743Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-23T04:33:23.158Z Compiling headers-core v0.3.0
26772026-07-23T04:33:23.193Z Compiling libxml v0.3.3
26782026-07-23T04:33:23.279Z Compiling crc8 v0.1.1
26792026-07-23T04:33:23.373Z Compiling headers v0.4.1
26802026-07-23T04:33:23.421Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-23T04:33:23.442Z Compiling strum_macros v0.24.3
26822026-07-23T04:33:23.496Z Compiling indoc v1.0.9
26832026-07-23T04:33:23.691Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-23T04:33:23.714Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-23T04:33:23.951Z Compiling derive_builder v0.20.2
26862026-07-23T04:33:23.973Z Compiling oso-derive v0.27.3
26872026-07-23T04:33:24.116Z Compiling quick-xml v0.37.5
26882026-07-23T04:33:24.503Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-23T04:33:24.625Z Compiling openssl-probe v0.1.6
26902026-07-23T04:33:24.726Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-23T04:33:24.921Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-23T04:33:24.945Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-23T04:33:25.176Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-23T04:33:25.332Z Compiling bb8 v0.8.6
26952026-07-23T04:33:25.444Z Compiling trait-variant v0.1.2
26962026-07-23T04:33:25.699Z Compiling half v1.8.3
26972026-07-23T04:33:25.785Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-23T04:33:25.997Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-23T04:33:26.173Z Compiling serde_cbor v0.11.2
27002026-07-23T04:33:26.394Z Compiling polar-core v0.27.3
27012026-07-23T04:33:26.676Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27022026-07-23T04:33:26.726Z Compiling samael v0.0.19
27032026-07-23T04:33:26.770Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-23T04:33:27.040Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-23T04:33:27.088Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-23T04:33:27.111Z Compiling nonempty v0.12.0
27072026-07-23T04:33:27.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-07-23T04:33:27.345Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-23T04:33:27.436Z Compiling fxhash v0.2.1
27102026-07-23T04:33:27.492Z Compiling libz-sys v1.1.24
27112026-07-23T04:33:27.607Z Compiling salty v0.3.0
27122026-07-23T04:33:27.897Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132026-07-23T04:33:27.973Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-23T04:33:28.015Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-23T04:33:28.728Z Compiling kstat-rs v0.2.4
27162026-07-23T04:33:29.202Z Compiling arc-swap v1.8.2
27172026-07-23T04:33:29.239Z Compiling fs-err v2.11.0
27182026-07-23T04:33:29.709Z Compiling slog-scope v4.4.1
27192026-07-23T04:33:29.731Z Compiling mime_guess v2.0.5
27202026-07-23T04:33:29.772Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-07-23T04:33:29.864Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-23T04:33:30.195Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-23T04:33:30.263Z Compiling rfc6979 v0.4.0
27242026-07-23T04:33:30.444Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-23T04:33:30.954Z Compiling nanorand v0.7.0
27262026-07-23T04:33:31.043Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-23T04:33:31.216Z Compiling parking_lot_core v0.8.6
27282026-07-23T04:33:31.307Z Compiling flume v0.11.1
27292026-07-23T04:33:31.541Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27302026-07-23T04:33:31.691Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-23T04:33:31.966Z Compiling ecdsa v0.16.9
27322026-07-23T04:33:32.659Z Compiling slog-stdlog v4.1.1
27332026-07-23T04:33:33.254Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-23T04:33:33.434Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-23T04:33:33.455Z Compiling primeorder v0.13.6
27362026-07-23T04:33:33.478Z Compiling git-stub v1.0.0
27372026-07-23T04:33:33.749Z Compiling atty v0.2.14
27382026-07-23T04:33:33.769Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-07-23T04:33:34.022Z Compiling async-bb8-diesel v0.2.1
27402026-07-23T04:33:34.464Z Compiling diesel-dtrace v0.5.0
27412026-07-23T04:33:34.624Z Compiling parse-size v1.1.0
27422026-07-23T04:33:34.655Z Compiling strsim v0.10.0
27432026-07-23T04:33:34.786Z Compiling instability v0.3.11
27442026-07-23T04:33:34.841Z Compiling http-range v0.1.5
27452026-07-23T04:33:34.953Z Compiling darling_core v0.13.4
27462026-07-23T04:33:35.073Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27472026-07-23T04:33:35.203Z Compiling p384 v0.13.1
27482026-07-23T04:33:36.602Z Compiling oso v0.27.3
27492026-07-23T04:33:37.333Z Compiling git-stub-vcs v0.1.0
27502026-07-23T04:33:37.357Z Compiling slog-envlogger v2.2.0
27512026-07-23T04:33:38.508Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-23T04:33:38.945Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-07-23T04:33:39.241Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27542026-07-23T04:33:39.333Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27552026-07-23T04:33:39.437Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562026-07-23T04:33:40.536Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27572026-07-23T04:33:41.754Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-07-23T04:33:41.795Z Compiling ignore v0.4.25
27592026-07-23T04:33:42.377Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-23T04:33:43.043Z Compiling vergen-git2 v9.1.0
27612026-07-23T04:33:43.279Z Compiling castaway v0.2.4
27622026-07-23T04:33:43.439Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-23T04:33:43.689Z Compiling indoc v2.0.7
27642026-07-23T04:33:43.864Z Compiling compact_str v0.8.1
27652026-07-23T04:33:43.906Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-07-23T04:33:44.739Z Compiling globwalk v0.9.1
27672026-07-23T04:33:44.848Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-23T04:33:44.992Z Compiling parking_lot v0.11.2
27692026-07-23T04:33:45.390Z Compiling hyper-staticfile v0.10.1
27702026-07-23T04:33:45.490Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-07-23T04:33:45.900Z Compiling darling_macro v0.13.4
27722026-07-23T04:33:46.271Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27732026-07-23T04:33:46.417Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27742026-07-23T04:33:46.543Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-07-23T04:33:46.685Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-23T04:33:46.855Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-07-23T04:33:46.926Z Compiling predicates-tree v1.0.13
27782026-07-23T04:33:47.170Z Compiling unicode-truncate v1.1.0
27792026-07-23T04:33:47.327Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-23T04:33:47.382Z Compiling lru v0.12.5
27812026-07-23T04:33:47.403Z Compiling rand_seeder v0.4.0
27822026-07-23T04:33:47.565Z Compiling prefix-trie v0.7.0
27832026-07-23T04:33:47.610Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-23T04:33:47.659Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-23T04:33:47.918Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-23T04:33:48.055Z Compiling cassowary v0.3.0
27872026-07-23T04:33:48.075Z Compiling corncobs v0.1.4
27882026-07-23T04:33:48.137Z Compiling hickory-server v0.25.2
27892026-07-23T04:33:48.224Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-07-23T04:33:48.282Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-07-23T04:33:48.315Z Compiling camino-tempfile-ext v0.3.3
27922026-07-23T04:33:48.339Z Compiling ratatui v0.29.0
27932026-07-23T04:33:48.483Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-07-23T04:33:48.590Z Compiling darling v0.13.4
27952026-07-23T04:33:48.755Z Compiling sled v0.34.7
27962026-07-23T04:33:48.948Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27972026-07-23T04:33:49.220Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-07-23T04:33:49.275Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-07-23T04:33:49.608Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-07-23T04:33:49.943Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-23T04:33:51.052Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-23T04:33:51.383Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-23T04:33:51.620Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-23T04:33:51.870Z Compiling secrecy v0.8.0
28052026-07-23T04:33:52.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-23T04:33:52.475Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-23T04:33:53.118Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-07-23T04:33:53.549Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-07-23T04:33:54.120Z Compiling serde_with_macros v1.5.2
28102026-07-23T04:33:54.326Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-23T04:33:55.114Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-23T04:33:55.253Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-23T04:33:55.331Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-23T04:33:55.564Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-07-23T04:33:55.796Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-07-23T04:33:56.031Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-23T04:33:56.274Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28182026-07-23T04:33:56.529Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-07-23T04:33:56.577Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-07-23T04:33:56.772Z Compiling git2 v0.20.4
28212026-07-23T04:33:56.787Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-07-23T04:33:56.810Z Compiling void v1.0.2
28232026-07-23T04:33:56.959Z Compiling lzss v0.8.2
28242026-07-23T04:33:57.365Z Compiling illumos-nvpair v0.3.0
28252026-07-23T04:33:57.386Z Compiling serde_with v1.14.0
28262026-07-23T04:33:57.852Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-23T04:33:58.339Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-23T04:33:58.536Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-07-23T04:33:58.787Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28302026-07-23T04:33:59.898Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-23T04:34:00.262Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-23T04:34:00.984Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-23T04:34:01.127Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-23T04:34:01.833Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-23T04:34:01.875Z Compiling tungstenite v0.23.0
28362026-07-23T04:34:02.091Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-23T04:34:02.300Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-23T04:34:04.115Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-23T04:34:04.186Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-23T04:34:04.222Z Compiling nix v0.27.1
28412026-07-23T04:34:04.239Z Compiling twox-hash v2.1.2
28422026-07-23T04:34:04.401Z Compiling libsw-core v0.3.2
28432026-07-23T04:34:04.429Z Compiling serde_bytes v0.11.19
28442026-07-23T04:34:04.628Z Compiling libsw v3.5.0
28452026-07-23T04:34:04.798Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28462026-07-23T04:34:04.819Z Compiling tokio-tungstenite v0.23.1
28472026-07-23T04:34:04.847Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-07-23T04:34:04.870Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28492026-07-23T04:34:04.966Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-23T04:34:05.241Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-23T04:34:05.411Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-23T04:34:06.757Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-23T04:34:07.403Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-23T04:34:08.697Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-23T04:34:09.103Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-23T04:34:09.434Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-23T04:34:09.787Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-23T04:34:09.791Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-23T04:34:10.116Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-23T04:34:10.138Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-23T04:34:10.494Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-23T04:34:11.377Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-07-23T04:34:11.474Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-07-23T04:34:11.784Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-07-23T04:34:13.617Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-07-23T04:34:14.251Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28672026-07-23T04:34:14.859Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-07-23T04:34:15.511Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-07-23T04:34:15.646Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-23T04:34:15.857Z Compiling signal-hook-tokio v0.3.1
28712026-07-23T04:34:16.049Z Compiling fatfs v0.3.6
28722026-07-23T04:34:16.400Z Compiling yasna v0.5.2
28732026-07-23T04:34:16.425Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28742026-07-23T04:34:17.250Z Compiling assert_matches v1.5.0
28752026-07-23T04:34:17.360Z Compiling seq-macro v0.3.6
28762026-07-23T04:34:17.383Z Compiling is_ci v1.2.0
28772026-07-23T04:34:17.537Z Compiling supports-color v3.0.2
28782026-07-23T04:34:17.594Z Compiling rcgen v0.12.1
28792026-07-23T04:34:17.823Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-07-23T04:34:18.051Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-07-23T04:34:18.687Z Compiling oxide-update-engine-display v0.1.2
28822026-07-23T04:34:18.779Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-07-23T04:34:19.703Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-07-23T04:34:20.237Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-07-23T04:34:20.496Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-07-23T04:34:20.736Z Compiling port-file v0.1.0
28872026-07-23T04:34:21.055Z Compiling rtoolbox v0.0.3
28882026-07-23T04:34:21.329Z Compiling subprocess v0.2.15
28892026-07-23T04:34:22.109Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-07-23T04:34:22.566Z Compiling rpassword v7.5.4
28912026-07-23T04:34:23.107Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-23T04:34:23.559Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-07-23T04:34:23.870Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-07-23T04:34:24.008Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-23T04:34:25.094Z Compiling tui-tree-widget v0.23.1
28962026-07-23T04:34:25.390Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
28972026-07-23T04:34:26.022Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982026-07-23T04:34:26.429Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-07-23T04:34:27.388Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-07-23T04:34:27.626Z Compiling uzers v0.12.2
29012026-07-23T04:34:27.853Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-07-23T04:34:28.969Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29032026-07-23T04:34:29.984Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29042026-07-23T04:34:30.921Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29052026-07-23T04:34:31.404Z Compiling support-bundle-viewer v0.1.2
29062026-07-23T04:34:33.270Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29072026-07-23T04:34:33.294Z Compiling multimap v0.10.1
29082026-07-23T04:34:45.164Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-07-23T04:34:50.851Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29102026-07-23T04:34:55.301Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29112026-07-23T04:34:55.428Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-07-23T04:34:57.485Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-07-23T04:41:36.002Z Finished `release` profile [optimized] target(s) in 8m 48s
29142026-07-23T04:42:24.457Z
29152026-07-23T04:42:24.457Zreal 9:38.247896781
29162026-07-23T04:42:24.457Zuser 1:18:42.098833334
29172026-07-23T04:42:24.457Zsys 3:27.151861366
29182026-07-23T04:42:24.461Ztrap 1.700908290
29192026-07-23T04:42:24.461Ztflt 2.571527574
29202026-07-23T04:42:24.461Zdflt 17.716820623
29212026-07-23T04:42:24.461Zkflt 0.005034552
29222026-07-23T04:42:24.461Zlock 6:57:55.226520934
29232026-07-23T04:42:24.461Zslp 2:12:03.271519761
29242026-07-23T04:42:24.461Zlat 2:21.181211338
29252026-07-23T04:42:24.461Zstop 5:01.994676264
29262026-07-23T04:42:24.461Z+ mapfile -t packages
29272026-07-23T04:42:24.461Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-07-23T04:42:25.339Z Finished `release` profile [optimized] target(s) in 0.87s
29292026-07-23T04:42:25.414Z Running `target/release/omicron-package -t test list-outputs`
29302026-07-23T04:42:25.472ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-07-23T04:42:25.475Z+ ptime -m cargo build --locked --release -p xtask
29322026-07-23T04:42:25.949Z Compiling libc v0.2.185
29332026-07-23T04:42:25.949Z Compiling serde_core v1.0.228
29342026-07-23T04:42:25.949Z Compiling serde v1.0.228
29352026-07-23T04:42:25.953Z Compiling rustix v1.1.3
29362026-07-23T04:42:25.953Z Compiling serde_json v1.0.150
29372026-07-23T04:42:26.057Z Compiling bitflags v2.11.0
29382026-07-23T04:42:26.112Z Compiling syn v2.0.117
29392026-07-23T04:42:26.112Z Compiling usdt-impl v0.5.0
29402026-07-23T04:42:26.124Z Compiling syn v1.0.109
29412026-07-23T04:42:26.144Z Compiling log v0.4.29
29422026-07-23T04:42:26.156Z Compiling getrandom v0.4.1
29432026-07-23T04:42:26.166Z Compiling indexmap v2.14.0
29442026-07-23T04:42:26.180Z Compiling fs-err v3.3.0
29452026-07-23T04:42:26.330Z Compiling heck v0.4.1
29462026-07-23T04:42:26.394Z Compiling anyhow v1.0.102
29472026-07-23T04:42:26.418Z Compiling once_cell v1.21.3
29482026-07-23T04:42:26.827Z Compiling thread-id v4.2.2
29492026-07-23T04:42:26.835Z Compiling errno v0.3.14
29502026-07-23T04:42:26.839Z Compiling memmap v0.7.0
29512026-07-23T04:42:27.573Z Compiling proc-macro-error v1.0.4
29522026-07-23T04:42:27.819Z Compiling terminal_size v0.4.3
29532026-07-23T04:42:27.819Z Compiling tempfile v3.25.0
29542026-07-23T04:42:27.839Z Compiling tabled_derive v0.7.0
29552026-07-23T04:42:27.914Z Compiling clap_builder v4.6.0
29562026-07-23T04:42:27.914Z Compiling textwrap v0.16.2
29572026-07-23T04:42:28.259Z Compiling camino v1.2.2
29582026-07-23T04:42:28.273Z Compiling pest_generator v2.8.6
29592026-07-23T04:42:28.302Z Compiling cargo-platform v0.3.2
29602026-07-23T04:42:28.313Z Compiling semver v1.0.28
29612026-07-23T04:42:28.544Z Compiling tabled v0.15.0
29622026-07-23T04:42:28.575Z Compiling camino-tempfile v1.4.1
29632026-07-23T04:42:28.784Z Compiling serde_derive v1.0.228
29642026-07-23T04:42:28.784Z Compiling thiserror-impl v1.0.69
29652026-07-23T04:42:28.787Z Compiling zerocopy-derive v0.7.35
29662026-07-23T04:42:28.787Z Compiling scroll_derive v0.12.1
29672026-07-23T04:42:28.795Z Compiling thiserror-impl v2.0.18
29682026-07-23T04:42:28.799Z Compiling clap_derive v4.6.1
29692026-07-23T04:42:28.839Z Compiling pest_derive v2.8.6
29702026-07-23T04:42:29.514Z Compiling scroll v0.12.0
29712026-07-23T04:42:29.623Z Compiling zerocopy v0.7.35
29722026-07-23T04:42:29.801Z Compiling goblin v0.8.2
29732026-07-23T04:42:29.928Z Compiling thiserror v1.0.69
29742026-07-23T04:42:30.045Z Compiling dtrace-parser v0.2.0
29752026-07-23T04:42:30.191Z Compiling thiserror v2.0.18
29762026-07-23T04:42:30.217Z Compiling clap v4.6.1
29772026-07-23T04:42:31.973Z Compiling dof v0.3.0
29782026-07-23T04:42:31.982Z Compiling toml_datetime v0.6.11
29792026-07-23T04:42:32.004Z Compiling serde_spanned v0.6.9
29802026-07-23T04:42:32.039Z Compiling serde_tokenstream v0.2.3
29812026-07-23T04:42:32.156Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29822026-07-23T04:42:32.166Z Compiling macaddr v1.0.1
29832026-07-23T04:42:32.177Z Compiling toml_edit v0.22.27
29842026-07-23T04:42:32.190Z Compiling cargo_metadata v0.23.1
29852026-07-23T04:42:32.655Z Compiling usdt-macro v0.5.0
29862026-07-23T04:42:32.655Z Compiling usdt-attr-macro v0.5.0
29872026-07-23T04:42:33.305Z Compiling usdt v0.5.0
29882026-07-23T04:42:33.673Z Compiling toml v0.8.23
29892026-07-23T04:42:34.111Z Compiling cargo_toml v0.21.0
29902026-07-23T04:42:38.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29912026-07-23T04:42:41.767Z Finished `release` profile [optimized] target(s) in 16.24s
29922026-07-23T04:42:41.842Z
29932026-07-23T04:42:41.842Zreal 16.327756460
29942026-07-23T04:42:41.843Zuser 2:04.409809314
29952026-07-23T04:42:41.843Zsys 13.902444707
29962026-07-23T04:42:41.852Ztrap 0.061202123
29972026-07-23T04:42:41.852Ztflt 0.530658381
29982026-07-23T04:42:41.852Zdflt 1.591710183
29992026-07-23T04:42:41.853Zkflt 0.000051970
30002026-07-23T04:42:41.853Zlock 4:27.940562343
30012026-07-23T04:42:41.853Zslp 2:40.092974615
30022026-07-23T04:42:41.853Zlat 3.960899163
30032026-07-23T04:42:41.853Zstop 15.254134689
30042026-07-23T04:42:41.853Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-23T04:42:41.853Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30062026-07-23T04:42:41.853Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-23T04:42:41.853Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30082026-07-23T04:42:41.853Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30092026-07-23T04:42:42.740Z Compiling progenitor-client v0.14.0
30102026-07-23T04:42:42.740Z Compiling newtype-uuid-macros v0.1.0
30112026-07-23T04:42:42.751Z Compiling match_cfg v0.1.0
30122026-07-23T04:42:42.751Z Compiling slog-json v2.6.1
30132026-07-23T04:42:42.751Z Compiling structmeta-derive v0.3.0
30142026-07-23T04:42:42.751Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30152026-07-23T04:42:42.882Z Compiling sha1 v0.11.0
30162026-07-23T04:42:42.887Z Compiling multer v3.1.0
30172026-07-23T04:42:42.888Z Compiling compression-core v0.4.31
30182026-07-23T04:42:42.899Z Compiling debug-ignore v1.0.5
30192026-07-23T04:42:42.899Z Compiling itertools v0.14.0
30202026-07-23T04:42:42.912Z Compiling async-stream-impl v0.3.6
30212026-07-23T04:42:42.912Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-23T04:42:42.928Z Compiling serde_spanned v1.1.1
30232026-07-23T04:42:42.955Z Compiling dropshot v0.17.1
30242026-07-23T04:42:42.985Z Compiling toml_writer v1.1.1+spec-1.1.0
30252026-07-23T04:42:43.035Z Compiling waitgroup v0.1.2
30262026-07-23T04:42:43.147Z Compiling compression-codecs v0.4.37
30272026-07-23T04:42:43.188Z Compiling rustls-pemfile v2.2.0
30282026-07-23T04:42:43.229Z Compiling hostname v0.3.1
30292026-07-23T04:42:43.229Z Compiling dropshot_endpoint v0.17.1
30302026-07-23T04:42:43.261Z Compiling serde_path_to_error v0.1.20
30312026-07-23T04:42:43.261Z Compiling hostname v0.4.2
30322026-07-23T04:42:43.280Z Compiling atomicwrites v0.4.4
30332026-07-23T04:42:43.301Z Compiling toml v1.1.2+spec-1.1.0
30342026-07-23T04:42:43.384Z Compiling slog-bunyan v2.5.0
30352026-07-23T04:42:43.394Z Compiling async-compression v0.4.41
30362026-07-23T04:42:43.408Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30372026-07-23T04:42:43.453Z Compiling macaddr v1.0.1
30382026-07-23T04:42:43.475Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30392026-07-23T04:42:43.475Z Compiling instant v0.1.13
30402026-07-23T04:42:43.522Z Compiling regress v0.10.5
30412026-07-23T04:42:43.548Z Compiling backon v1.6.0
30422026-07-23T04:42:43.588Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-07-23T04:42:43.642Z Compiling backoff v0.4.0
30442026-07-23T04:42:43.642Z Compiling humantime v2.3.0
30452026-07-23T04:42:43.661Z Compiling half v2.7.1
30462026-07-23T04:42:43.691Z Compiling async-stream v0.3.6
30472026-07-23T04:42:43.705Z Compiling progenitor-extras v0.2.0
30482026-07-23T04:42:43.743Z Compiling crucible-workspace-hack v0.1.0
30492026-07-23T04:42:43.775Z Compiling ciborium-io v0.2.2
30502026-07-23T04:42:43.808Z Compiling regress v0.11.1
30512026-07-23T04:42:43.867Z Compiling convert_case v0.4.0
30522026-07-23T04:42:43.878Z Compiling secrecy v0.10.3
30532026-07-23T04:42:43.905Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-07-23T04:42:43.926Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-07-23T04:42:43.950Z Compiling ciborium-ll v0.2.2
30562026-07-23T04:42:43.994Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-07-23T04:42:44.010Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30582026-07-23T04:42:44.035Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-07-23T04:42:44.062Z Compiling inout v0.1.4
30602026-07-23T04:42:44.084Z Compiling unsafe-libyaml v0.2.11
30612026-07-23T04:42:44.103Z Compiling thiserror-impl-no-std v2.0.2
30622026-07-23T04:42:44.144Z Compiling ciborium v0.2.2
30632026-07-23T04:42:44.167Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30642026-07-23T04:42:44.182Z Compiling universal-hash v0.5.1
30652026-07-23T04:42:44.252Z Compiling structmeta v0.3.0
30662026-07-23T04:42:44.265Z Compiling cipher v0.4.4
30672026-07-23T04:42:44.277Z Compiling derive_more v0.99.20
30682026-07-23T04:42:44.285Z Compiling opaque-debug v0.3.1
30692026-07-23T04:42:44.314Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30702026-07-23T04:42:44.345Z Compiling blake2 v0.10.6
30712026-07-23T04:42:44.358Z Compiling poly1305 v0.8.0
30722026-07-23T04:42:44.377Z Compiling aead v0.5.2
30732026-07-23T04:42:44.514Z Compiling derive-ex v0.1.8
30742026-07-23T04:42:44.535Z Compiling parse-display-derive v0.10.0
30752026-07-23T04:42:44.608Z Compiling chacha20 v0.9.1
30762026-07-23T04:42:44.684Z Compiling serde_yaml v0.9.34+deprecated
30772026-07-23T04:42:44.703Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30782026-07-23T04:42:44.736Z Compiling password-hash v0.5.0
30792026-07-23T04:42:44.854Z Compiling indent_write v2.2.0
30802026-07-23T04:42:44.886Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-07-23T04:42:44.902Z Compiling chacha20poly1305 v0.10.1
30822026-07-23T04:42:44.930Z Compiling darling_core v0.21.3
30832026-07-23T04:42:45.020Z Compiling argon2 v0.5.3
30842026-07-23T04:42:45.076Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-07-23T04:42:45.110Z Compiling heapless v0.8.0
30862026-07-23T04:42:45.159Z Compiling tabwriter v1.4.1
30872026-07-23T04:42:45.177Z Compiling hash32 v0.3.1
30882026-07-23T04:42:45.342Z Compiling thiserror-no-std v2.0.2
30892026-07-23T04:42:45.363Z Compiling smoltcp v0.11.0
30902026-07-23T04:42:45.416Z Compiling typify-impl v0.6.2
30912026-07-23T04:42:45.452Z Compiling vsss-rs v3.3.4
30922026-07-23T04:42:45.469Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-07-23T04:42:45.748Z Compiling proc-macro-crate v3.4.0
30942026-07-23T04:42:45.960Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30952026-07-23T04:42:46.220Z Compiling cobs v0.3.0
30962026-07-23T04:42:46.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30972026-07-23T04:42:46.274Z Compiling test-strategy v0.4.5
30982026-07-23T04:42:46.274Z Compiling colored v3.1.1
30992026-07-23T04:42:46.334Z Compiling parse-display v0.10.0
31002026-07-23T04:42:46.353Z Compiling num_enum_derive v0.7.6
31012026-07-23T04:42:46.470Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31022026-07-23T04:42:46.517Z Compiling postcard v1.1.3
31032026-07-23T04:42:46.643Z Compiling proc-macro-error v1.0.4
31042026-07-23T04:42:46.660Z Compiling proc-macro-crate v1.3.1
31052026-07-23T04:42:46.679Z Compiling rand v0.10.1
31062026-07-23T04:42:46.741Z Compiling foreign-types-macros v0.2.3
31072026-07-23T04:42:46.781Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-23T04:42:46.904Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31092026-07-23T04:42:46.974Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-23T04:42:46.988Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-23T04:42:47.038Z Compiling foreign-types-shared v0.3.1
31122026-07-23T04:42:47.124Z Compiling rayon-core v1.13.0
31132026-07-23T04:42:47.150Z Compiling num_enum_derive v0.5.11
31142026-07-23T04:42:47.231Z Compiling crossbeam-deque v0.8.6
31152026-07-23T04:42:47.254Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-07-23T04:42:47.281Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31172026-07-23T04:42:47.297Z Compiling cstr-argument v0.1.2
31182026-07-23T04:42:47.355Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31192026-07-23T04:42:47.420Z Compiling foreign-types v0.5.0
31202026-07-23T04:42:47.481Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-07-23T04:42:47.491Z Compiling num_enum v0.7.6
31222026-07-23T04:42:47.491Z Compiling darling_macro v0.21.3
31232026-07-23T04:42:47.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-07-23T04:42:47.609Z Compiling zone_cfg_derive v0.3.1
31252026-07-23T04:42:47.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-07-23T04:42:47.665Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-23T04:42:47.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-23T04:42:47.802Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-23T04:42:47.825Z Compiling itertools v0.12.1
31302026-07-23T04:42:47.837Z Compiling num-derive v0.4.2
31312026-07-23T04:42:47.861Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31322026-07-23T04:42:47.899Z Compiling rayon v1.11.0
31332026-07-23T04:42:47.923Z Compiling sigpipe v0.1.3
31342026-07-23T04:42:48.407Z Compiling glob v0.3.3
31352026-07-23T04:42:48.431Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-07-23T04:42:48.431Z Compiling darling v0.21.3
31372026-07-23T04:42:48.431Z Compiling cpubits v0.1.1
31382026-07-23T04:42:48.432Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31392026-07-23T04:42:48.432Z Compiling ingot-macros v0.1.1
31402026-07-23T04:42:48.432Z Compiling smf v0.2.3
31412026-07-23T04:42:48.432Z Compiling num_enum v0.5.11
31422026-07-23T04:42:48.432Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31432026-07-23T04:42:48.432Z Compiling whoami v1.6.1
31442026-07-23T04:42:48.432Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-23T04:42:48.432Z Compiling usdt-macro v0.5.0
31462026-07-23T04:42:48.432Z Compiling usdt-attr-macro v0.5.0
31472026-07-23T04:42:48.439Z Compiling gethostname v0.5.0
31482026-07-23T04:42:48.469Z Compiling num-rational v0.4.2
31492026-07-23T04:42:48.594Z Compiling pem-rfc7468 v1.0.0
31502026-07-23T04:42:48.732Z Compiling num-complex v0.4.6
31512026-07-23T04:42:48.756Z Compiling derive-where v1.6.0
31522026-07-23T04:42:48.827Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-23T04:42:48.916Z Compiling memmap v0.7.0
31542026-07-23T04:42:48.926Z Compiling float-ord v0.3.2
31552026-07-23T04:42:49.063Z Compiling zone v0.3.1
31562026-07-23T04:42:49.075Z Compiling toml v0.8.23
31572026-07-23T04:42:49.075Z Compiling hmac v0.13.0
31582026-07-23T04:42:49.122Z Compiling num v0.4.3
31592026-07-23T04:42:49.169Z Compiling universal-hash v0.6.1
31602026-07-23T04:42:49.218Z Compiling resolv-conf v0.7.6
31612026-07-23T04:42:49.230Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31622026-07-23T04:42:49.266Z Compiling cancel-safe-futures v0.1.5
31632026-07-23T04:42:49.281Z Compiling usdt v0.5.0
31642026-07-23T04:42:49.301Z Compiling polyval v0.7.1
31652026-07-23T04:42:49.319Z Compiling der v0.8.0
31662026-07-23T04:42:49.382Z Compiling prettyplease v0.2.37
31672026-07-23T04:42:49.446Z Compiling pbkdf2 v0.13.0
31682026-07-23T04:42:49.606Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31692026-07-23T04:42:49.638Z Compiling ghash v0.6.0
31702026-07-23T04:42:49.641Z Compiling aes v0.9.1
31712026-07-23T04:42:49.642Z Compiling console v0.15.11
31722026-07-23T04:42:49.738Z Compiling hickory-proto v0.24.4
31732026-07-23T04:42:49.775Z Compiling newline-converter v0.3.0
31742026-07-23T04:42:49.781Z Compiling ctr v0.10.1
31752026-07-23T04:42:49.802Z Compiling aead v0.6.1
31762026-07-23T04:42:49.803Z Compiling sha2 v0.11.0
31772026-07-23T04:42:49.894Z Compiling linear-map v1.2.0
31782026-07-23T04:42:49.907Z Compiling linked-hash-map v0.5.6
31792026-07-23T04:42:49.987Z Compiling typify-macro v0.6.2
31802026-07-23T04:42:50.000Z Compiling libefi-sys v0.1.0
31812026-07-23T04:42:50.035Z Compiling expectorate v1.2.0
31822026-07-23T04:42:50.102Z Compiling lru-cache v0.1.2
31832026-07-23T04:42:50.126Z Compiling aes-gcm v0.11.0
31842026-07-23T04:42:50.204Z Compiling oxide-update-engine-types v0.1.2
31852026-07-23T04:42:50.244Z Compiling spki v0.8.0
31862026-07-23T04:42:50.284Z Compiling crypto-bigint v0.7.5
31872026-07-23T04:42:50.311Z Compiling salsa20 v0.11.0
31882026-07-23T04:42:50.330Z Compiling cbc v0.2.1
31892026-07-23T04:42:50.355Z Compiling bitfield-struct v0.6.2
31902026-07-23T04:42:50.471Z Compiling nom v8.0.0
31912026-07-23T04:42:50.496Z Compiling semver v0.1.20
31922026-07-23T04:42:50.643Z Compiling scrypt v0.12.0
31932026-07-23T04:42:50.720Z Compiling rustc_version v0.1.7
31942026-07-23T04:42:50.737Z Compiling tokio-dtrace v0.1.1
31952026-07-23T04:42:50.794Z Compiling dropshot-api-manager-types v0.7.2
31962026-07-23T04:42:50.824Z Compiling slog-dtrace v0.3.0
31972026-07-23T04:42:50.947Z Compiling minimal-lexical v0.2.1
31982026-07-23T04:42:50.980Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-23T04:42:51.053Z Compiling newtype_derive v0.1.6
32002026-07-23T04:42:51.070Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-23T04:42:51.085Z Compiling oxide-tokio-rt v0.1.4
32022026-07-23T04:42:51.149Z Compiling ingot-types v0.1.2
32032026-07-23T04:42:51.152Z Compiling pkcs5 v0.8.1
32042026-07-23T04:42:51.182Z Compiling nom v7.1.3
32052026-07-23T04:42:51.227Z Compiling oxide-update-engine v0.1.2
32062026-07-23T04:42:51.293Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-07-23T04:42:51.383Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-23T04:42:51.411Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-07-23T04:42:51.430Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-07-23T04:42:51.460Z Compiling phf_shared v0.12.1
32112026-07-23T04:42:51.536Z Compiling ingot v0.1.1
32122026-07-23T04:42:51.592Z Compiling csv-core v0.1.13
32132026-07-23T04:42:51.662Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32142026-07-23T04:42:51.728Z Compiling unicode-xid v0.2.6
32152026-07-23T04:42:51.747Z Compiling highway v1.3.0
32162026-07-23T04:42:51.767Z Compiling chrono-tz v0.10.4
32172026-07-23T04:42:51.771Z Compiling xshell-macros v0.2.7
32182026-07-23T04:42:51.802Z Compiling csv v1.4.0
32192026-07-23T04:42:51.834Z Compiling typify v0.6.2
32202026-07-23T04:42:51.874Z Compiling phf v0.12.1
32212026-07-23T04:42:51.889Z Compiling hickory-resolver v0.24.4
32222026-07-23T04:42:51.968Z Compiling progenitor-impl v0.14.0
32232026-07-23T04:42:51.998Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32242026-07-23T04:42:52.018Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32252026-07-23T04:42:52.054Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-07-23T04:42:52.169Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-23T04:42:52.231Z Compiling xshell v0.2.7
32282026-07-23T04:42:52.394Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-07-23T04:42:52.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-07-23T04:42:52.660Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32312026-07-23T04:42:52.775Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32322026-07-23T04:42:52.832Z Compiling const_format_proc_macros v0.2.34
32332026-07-23T04:42:52.994Z Compiling qorb v0.4.1
32342026-07-23T04:42:53.014Z Compiling pkcs8 v0.11.0
32352026-07-23T04:42:53.125Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-07-23T04:42:53.344Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32372026-07-23T04:42:53.500Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-07-23T04:42:53.585Z Compiling owo-colors v4.3.0
32392026-07-23T04:42:53.717Z Compiling const_format v0.2.35
32402026-07-23T04:42:53.810Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-07-23T04:42:53.834Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32422026-07-23T04:42:54.030Z Compiling tabled_derive v0.7.0
32432026-07-23T04:42:54.061Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-23T04:42:54.145Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32452026-07-23T04:42:54.164Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32462026-07-23T04:42:54.167Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-07-23T04:42:54.493Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32482026-07-23T04:42:54.650Z Compiling progenitor-macro v0.14.0
32492026-07-23T04:42:54.700Z Compiling bcs v0.1.6
32502026-07-23T04:42:54.935Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32512026-07-23T04:42:54.965Z Compiling ff v0.14.0
32522026-07-23T04:42:54.995Z Compiling salty v0.3.0
32532026-07-23T04:42:55.054Z Compiling termtree v0.5.1
32542026-07-23T04:42:55.091Z Compiling tagptr v0.2.0
32552026-07-23T04:42:55.108Z Compiling tabled v0.15.0
32562026-07-23T04:42:55.136Z Compiling textwrap v0.16.2
32572026-07-23T04:42:55.239Z Compiling moka v0.12.13
32582026-07-23T04:42:55.274Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-07-23T04:42:55.336Z Compiling steno v0.4.1
32602026-07-23T04:42:55.452Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-23T04:42:55.514Z Compiling sha1 v0.10.6
32622026-07-23T04:42:55.612Z Compiling signature v3.0.0
32632026-07-23T04:42:55.654Z Compiling base16ct v1.0.0
32642026-07-23T04:42:55.693Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32652026-07-23T04:42:55.774Z Compiling radium v0.7.0
32662026-07-23T04:42:55.825Z Compiling base64 v0.21.7
32672026-07-23T04:42:55.874Z Compiling sec1 v0.8.1
32682026-07-23T04:42:56.051Z Compiling hickory-resolver v0.25.2
32692026-07-23T04:42:56.094Z Compiling group v0.14.0
32702026-07-23T04:42:56.117Z Compiling hkdf v0.13.0
32712026-07-23T04:42:56.179Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32722026-07-23T04:42:56.211Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-07-23T04:42:56.311Z Compiling rfc6979 v0.4.0
32742026-07-23T04:42:56.314Z Compiling maybe-uninit v2.0.0
32752026-07-23T04:42:56.347Z Compiling tap v1.0.1
32762026-07-23T04:42:56.347Z Compiling elliptic-curve v0.14.0-rc.33
32772026-07-23T04:42:56.527Z Compiling wyz v0.5.1
32782026-07-23T04:42:56.549Z Compiling ecdsa v0.16.9
32792026-07-23T04:42:56.785Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-07-23T04:42:56.978Z Compiling primeorder v0.13.6
32812026-07-23T04:42:56.994Z Compiling proc-macro-error-attr2 v2.0.0
32822026-07-23T04:42:57.123Z Compiling funty v2.0.0
32832026-07-23T04:42:57.142Z Compiling parking_lot_core v0.8.6
32842026-07-23T04:42:57.233Z Compiling utf-8 v0.7.6
32852026-07-23T04:42:57.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32862026-07-23T04:42:57.443Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-23T04:42:57.443Z Compiling packed_struct v0.10.1
32882026-07-23T04:42:57.477Z Compiling proc-macro-error2 v2.0.1
32892026-07-23T04:42:57.534Z Compiling bitvec v1.0.1
32902026-07-23T04:42:57.574Z Compiling tungstenite v0.21.0
32912026-07-23T04:42:57.596Z Compiling p384 v0.13.1
32922026-07-23T04:42:57.800Z Compiling rfc6979 v0.5.0
32932026-07-23T04:42:57.823Z Compiling git-stub v1.0.0
32942026-07-23T04:42:57.840Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-23T04:42:57.933Z Compiling packed_struct_codegen v0.10.1
32962026-07-23T04:42:57.980Z Compiling num-derive v0.3.3
32972026-07-23T04:42:57.998Z Compiling bitfield-macros v0.19.4
32982026-07-23T04:42:58.071Z Compiling zerocopy-derive v0.6.6
32992026-07-23T04:42:58.116Z Compiling indexmap v1.9.3
33002026-07-23T04:42:58.212Z Compiling crc-catalog v2.4.0
33012026-07-23T04:42:58.332Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-23T04:42:58.365Z Compiling nodrop v0.1.14
33032026-07-23T04:42:58.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-07-23T04:42:58.489Z Compiling array-init v0.0.4
33052026-07-23T04:42:58.631Z Compiling crc v3.4.0
33062026-07-23T04:42:58.650Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-23T04:42:58.669Z Compiling tokio-tungstenite v0.21.0
33082026-07-23T04:42:58.727Z Compiling git-stub-vcs v0.1.0
33092026-07-23T04:42:58.744Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33102026-07-23T04:42:58.788Z Compiling bitfield v0.19.4
33112026-07-23T04:42:58.863Z Compiling ecdsa v0.17.0-rc.18
33122026-07-23T04:42:58.880Z Compiling tabled_derive v0.11.0
33132026-07-23T04:42:58.993Z Compiling libscf-sys v1.1.0
33142026-07-23T04:42:59.027Z Compiling zerocopy v0.6.6
33152026-07-23T04:42:59.046Z Compiling smallvec v0.6.14
33162026-07-23T04:42:59.121Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-23T04:42:59.125Z Compiling primeorder v0.14.0-rc.10
33182026-07-23T04:42:59.142Z Compiling primefield v0.14.0
33192026-07-23T04:42:59.279Z Compiling progenitor-impl v0.13.0
33202026-07-23T04:42:59.306Z Compiling papergrid v0.17.0
33212026-07-23T04:42:59.326Z Compiling testing_table v0.3.0
33222026-07-23T04:42:59.384Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33232026-07-23T04:42:59.388Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33242026-07-23T04:42:59.416Z Compiling curve25519-dalek v5.0.0-rc.0
33252026-07-23T04:42:59.529Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33262026-07-23T04:42:59.546Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-07-23T04:42:59.563Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-07-23T04:42:59.636Z Compiling hashbrown v0.12.3
33292026-07-23T04:42:59.740Z Compiling unicase v2.9.0
33302026-07-23T04:42:59.772Z Compiling progenitor v0.14.0
33312026-07-23T04:42:59.789Z Compiling corncobs v0.1.4
33322026-07-23T04:42:59.808Z Compiling illumos-nvpair-sys v0.2.0
33332026-07-23T04:42:59.948Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-23T04:42:59.966Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-23T04:42:59.970Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-07-23T04:43:00.003Z Compiling mime_guess v2.0.5
33372026-07-23T04:43:00.019Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-23T04:43:00.041Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33392026-07-23T04:43:00.153Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-07-23T04:43:00.171Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-07-23T04:43:00.190Z Compiling parking_lot v0.11.2
33422026-07-23T04:43:00.393Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-07-23T04:43:00.455Z Compiling tabled v0.20.0
33442026-07-23T04:43:00.475Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33452026-07-23T04:43:00.499Z Compiling serde-hex v0.1.0
33462026-07-23T04:43:00.502Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-07-23T04:43:00.532Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-07-23T04:43:00.612Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-23T04:43:00.768Z Compiling ron v0.8.1
33502026-07-23T04:43:00.827Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-07-23T04:43:00.919Z Compiling ssh-encoding v0.3.0-rc.9
33522026-07-23T04:43:01.007Z Compiling hashbrown v0.13.2
33532026-07-23T04:43:01.075Z Compiling progenitor-client v0.13.0
33542026-07-23T04:43:01.186Z Compiling prefix-trie v0.7.0
33552026-07-23T04:43:01.289Z Compiling fxhash v0.2.1
33562026-07-23T04:43:01.422Z Compiling secrecy v0.8.0
33572026-07-23T04:43:01.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-07-23T04:43:01.536Z Compiling crc-any v2.5.0
33592026-07-23T04:43:01.615Z Compiling hickory-server v0.25.2
33602026-07-23T04:43:01.718Z Compiling object v0.30.4
33612026-07-23T04:43:01.754Z Compiling sled v0.34.7
33622026-07-23T04:43:01.939Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33632026-07-23T04:43:02.033Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33642026-07-23T04:43:02.257Z Compiling progenitor-macro v0.13.0
33652026-07-23T04:43:02.665Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-07-23T04:43:02.728Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33672026-07-23T04:43:02.887Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-07-23T04:43:03.077Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-23T04:43:03.115Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-07-23T04:43:03.410Z Compiling ed25519 v3.0.0
33712026-07-23T04:43:03.504Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-23T04:43:03.562Z Compiling crypto-primes v0.7.2
33732026-07-23T04:43:03.750Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-07-23T04:43:04.296Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-07-23T04:43:04.316Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33762026-07-23T04:43:04.375Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-07-23T04:43:04.544Z Compiling pkcs1 v0.8.0-rc.4
33782026-07-23T04:43:04.656Z Compiling poly1305 v0.9.0
33792026-07-23T04:43:04.678Z Compiling blowfish v0.10.0
33802026-07-23T04:43:04.819Z Compiling blake2 v0.11.0-rc.6
33812026-07-23T04:43:04.951Z Compiling keccak v0.2.0
33822026-07-23T04:43:04.969Z Compiling half v1.8.3
33832026-07-23T04:43:04.986Z Compiling http-range v0.1.5
33842026-07-23T04:43:05.081Z Compiling fiat-crypto v0.3.0
33852026-07-23T04:43:05.163Z Compiling path-slash v0.1.5
33862026-07-23T04:43:05.181Z Compiling crc8 v0.1.1
33872026-07-23T04:43:05.206Z Compiling serde_cbor v0.11.2
33882026-07-23T04:43:05.270Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-07-23T04:43:05.350Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-07-23T04:43:05.355Z Compiling argon2 v0.6.0-rc.8
33912026-07-23T04:43:05.355Z Compiling sha3 v0.11.0
33922026-07-23T04:43:05.436Z Compiling ssh-cipher v0.3.0-rc.9
33932026-07-23T04:43:05.455Z Compiling bcrypt-pbkdf v0.11.0
33942026-07-23T04:43:05.508Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-07-23T04:43:05.782Z Compiling rsa v0.10.0-rc.18
33962026-07-23T04:43:05.828Z Compiling ed25519-dalek v3.0.0-rc.0
33972026-07-23T04:43:05.844Z Compiling illumos-nvpair v0.3.0
33982026-07-23T04:43:06.143Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-23T04:43:06.257Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-23T04:43:06.363Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-07-23T04:43:06.379Z Compiling p521 v0.14.0-rc.10
34022026-07-23T04:43:06.395Z Compiling p256 v0.14.0-rc.10
34032026-07-23T04:43:06.475Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-07-23T04:43:06.494Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34052026-07-23T04:43:06.528Z Compiling yasna v0.5.2
34062026-07-23T04:43:06.588Z Compiling kstat-rs v0.2.4
34072026-07-23T04:43:06.796Z Compiling headers-core v0.3.0
34082026-07-23T04:43:06.903Z Compiling kem v0.3.0
34092026-07-23T04:43:06.947Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-07-23T04:43:07.012Z Compiling module-lattice v0.2.3
34112026-07-23T04:43:07.055Z Compiling nanorand v0.7.0
34122026-07-23T04:43:07.075Z Compiling atty v0.2.14
34132026-07-23T04:43:07.210Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34142026-07-23T04:43:07.227Z Compiling ml-kem v0.3.2
34152026-07-23T04:43:07.248Z Compiling progenitor v0.13.0
34162026-07-23T04:43:07.264Z Compiling rcgen v0.12.1
34172026-07-23T04:43:07.292Z Compiling flume v0.11.1
34182026-07-23T04:43:07.353Z Compiling headers v0.4.1
34192026-07-23T04:43:07.370Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-07-23T04:43:07.418Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34212026-07-23T04:43:07.613Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-07-23T04:43:07.636Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-07-23T04:43:07.764Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-23T04:43:08.090Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34252026-07-23T04:43:08.148Z Compiling hyper-staticfile v0.10.1
34262026-07-23T04:43:08.166Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34272026-07-23T04:43:08.198Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34282026-07-23T04:43:08.358Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-07-23T04:43:08.554Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302026-07-23T04:43:08.660Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34312026-07-23T04:43:08.677Z Compiling russh-cryptovec v0.61.0
34322026-07-23T04:43:08.926Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-23T04:43:08.951Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-23T04:43:08.955Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-07-23T04:43:09.066Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34362026-07-23T04:43:09.199Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34372026-07-23T04:43:09.285Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34382026-07-23T04:43:09.382Z Compiling internal-russh-num-bigint v0.5.0
34392026-07-23T04:43:09.541Z Compiling port-file v0.1.0
34402026-07-23T04:43:09.776Z Compiling num-bigint v0.4.6
34412026-07-23T04:43:09.794Z Compiling generic-array v1.4.3
34422026-07-23T04:43:09.816Z Compiling russh-util v0.52.0
34432026-07-23T04:43:09.955Z Compiling enum_dispatch v0.3.13
34442026-07-23T04:43:09.989Z Compiling delegate v0.13.5
34452026-07-23T04:43:10.006Z Compiling subprocess v0.2.15
34462026-07-23T04:43:10.306Z Compiling p384 v0.14.0-rc.10
34472026-07-23T04:43:10.325Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-07-23T04:43:10.497Z Compiling display-error-chain v0.2.2
34492026-07-23T04:43:10.663Z Compiling hex-literal v1.1.0
34502026-07-23T04:43:10.724Z Compiling md5 v0.8.0
34512026-07-23T04:43:10.774Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-07-23T04:43:10.789Z Compiling colored v2.2.0
34532026-07-23T04:43:10.804Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-23T04:43:10.804Z Compiling socket2 v0.5.10
34552026-07-23T04:43:10.839Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-07-23T04:43:11.015Z Compiling internet-checksum v0.2.1
34572026-07-23T04:43:12.026Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34582026-07-23T04:43:12.400Z Compiling ssh-key v0.7.0-rc.10
34592026-07-23T04:43:12.705Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-07-23T04:43:13.164Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-07-23T04:43:13.619Z Compiling russh v0.61.2
34622026-07-23T04:43:14.305Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-07-23T04:43:14.649Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-07-23T04:43:23.222Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-07-23T04:43:23.222Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-07-23T04:43:23.226Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-07-23T04:43:23.226Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-07-23T04:43:24.931Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-07-23T04:43:25.103Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-07-23T04:43:28.932Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34712026-07-23T04:44:08.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34722026-07-23T04:44:08.763Z
34732026-07-23T04:44:08.763Zreal 1:26.842521647
34742026-07-23T04:44:08.763Zuser 8:39.819603243
34752026-07-23T04:44:08.763Zsys 1:43.231037142
34762026-07-23T04:44:08.763Ztrap 0.268121656
34772026-07-23T04:44:08.763Ztflt 0.442079175
34782026-07-23T04:44:08.763Zdflt 1.680389721
34792026-07-23T04:44:08.768Zkflt 0.000193680
34802026-07-23T04:44:08.769Zlock 30:48.816220799
34812026-07-23T04:44:08.769Zslp 19:47.658710119
34822026-07-23T04:44:08.769Zlat 44.115210918
34832026-07-23T04:44:08.769Zstop 3:05.263534409
34842026-07-23T04:44:08.769Z+ mkdir tests
34852026-07-23T04:44:08.769Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-07-23T04:44:08.769Z+ xargs -I '{}' -t cp '{}' tests/
34872026-07-23T04:44:08.769Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34882026-07-23T04:44:08.796Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34892026-07-23T04:44:08.826Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34902026-07-23T04:44:08.853Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34912026-07-23T04:44:09.086Z+ 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)
34922026-07-23T04:44:09.090Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34932026-07-23T04:45:28.783ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-07-23T04:45:28.783Za .github/buildomat/ci-env.sh 1K
34952026-07-23T04:45:28.783Za out/target/test 1K
34962026-07-23T04:45:28.783Za out/npuzone/npuzone 27402K
34972026-07-23T04:45:28.783Za package-manifest.toml 35K
34982026-07-23T04:45:28.783Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-07-23T04:45:28.783Za target/release/omicron-package 40702K
35002026-07-23T04:45:28.783Za target/release/xtask 10468K
35012026-07-23T04:45:28.783Za target/debug/bootstrap 349604K
35022026-07-23T04:45:28.784Za tests/bootstrap-ea78505dc2dc167f 31974K
35032026-07-23T04:45:28.784Za tests/commtest-33515beb2d6ed64a 32169K
35042026-07-23T04:45:28.784Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35052026-07-23T04:45:28.784Za tests/end_to_end_tests-fe05326eebb245d2 399481K
35062026-07-23T04:45:28.784Za tools/opte_version 1K
35072026-07-23T04:45:28.784Za tools/opte_version_override 2K
35082026-07-23T04:45:28.784Za out/clickhouse.tar.gz 310686K
35092026-07-23T04:45:28.784Za out/clickhouse_keeper.tar.gz 297158K
35102026-07-23T04:45:28.784Za out/clickhouse_server.tar.gz 310683K
35112026-07-23T04:45:28.784Za out/cockroachdb.tar.gz 161716K
35122026-07-23T04:45:28.784Za out/crucible-pantry-zone.tar.gz 39102K
35132026-07-23T04:45:28.784Za out/crucible-utils.tar 18900K
35142026-07-23T04:45:28.784Za out/crucible-zone.tar.gz 53798K
35152026-07-23T04:45:28.784Za out/external-dns.tar.gz 46145K
35162026-07-23T04:45:28.784Za out/internal-dns.tar.gz 46144K
35172026-07-23T04:45:28.784Za out/mg-ddm-gz.tar 102717K
35182026-07-23T04:45:28.784Za out/nexus.tar.gz 272889K
35192026-07-23T04:45:28.784Za out/ntp.tar.gz 29899K
35202026-07-23T04:45:28.784Za out/omicron-gateway-softnpu.tar.gz 27703K
35212026-07-23T04:45:28.784Za out/omicron-sled-agent.tar 191328K
35222026-07-23T04:45:28.784Za out/overlay.tar.gz 4K
35232026-07-23T04:45:28.784Za out/oximeter.tar.gz 59896K
35242026-07-23T04:45:28.784Za out/oxlog.tar 3808K
35252026-07-23T04:45:28.784Za out/probe.tar.gz 3037K
35262026-07-23T04:45:28.784Za out/propolis-server.tar.gz 34372K
35272026-07-23T04:45:28.784Za out/pumpkind-gz.tar 26647K
35282026-07-23T04:45:28.785Za out/switch-softnpu.tar.gz 450500K
35292026-07-23T04:45:28.788Z
35302026-07-23T04:45:28.788Zreal 1:19.694497001
35312026-07-23T04:45:28.788Zuser 1:17.053579750
35322026-07-23T04:45:28.788Zsys 4.406166448
35332026-07-23T04:45:28.788Ztrap 0.006281667
35342026-07-23T04:45:28.789Ztflt 0.000000000
35352026-07-23T04:45:28.789Zdflt 0.000000000
35362026-07-23T04:45:28.789Zkflt 0.000000000
35372026-07-23T04:45:28.789Zlock 0.000000000
35382026-07-23T04:45:28.789Zslp 1:16.963908958
35392026-07-23T04:45:28.789Zlat 0.954123268
35402026-07-23T04:45:28.789Zstop 0.000223650
35412026-07-23T04:45:28.789Zprocess exited: duration 968825 ms, exit code 0
 
35422026-07-23T04:45:28.804Zfound 1 output files
35432026-07-23T04:45:28.804Zuploading: /work/package.tar.gz (2483093798 bytes)
35442026-07-23T04:46:55.492Zuploaded: /work/package.tar.gz