01KX93JX9WBX2PGV479PWMBZNG: 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: 01KX93KA7M4KMZNARV6J7PWZGQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-11T17:29:52.010Zjob assigned to worker 01KX93KJZ5KEBGTER49XR684GX [factory aws, i-0a443229413830f6b] (queued for 53 s)
 
22026-07-11T17:29:59.336Zstarting task 0: "setup"
32026-07-11T17:29:59.341Z++ uname -s
42026-07-11T17:29:59.344Z+ kern=SunOS
52026-07-11T17:29:59.344Z+ build_user=build
62026-07-11T17:29:59.344Z+ build_uid=12345
72026-07-11T17:29:59.344Z+ work_dir=/work
82026-07-11T17:29:59.344Z+ input_dir=/input
92026-07-11T17:29:59.344Z+ [[ 0 == 12345 ]]
102026-07-11T17:29:59.344Z+ case "$kern" in
112026-07-11T17:29:59.344Z+ groupadd -g 12345 build
122026-07-11T17:29:59.347Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-11T17:30:01.353Z+ zfs create -o mountpoint=/work rpool/work
142026-07-11T17:30:01.412Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-11T17:30:01.416Z+ home_fs=zfs
162026-07-11T17:30:01.416Z+ [[ zfs == autofs ]]
172026-07-11T17:30:01.416Z+ mkdir -p /home/build
182026-07-11T17:30:01.416Z+ chown build:build /home/build /work
192026-07-11T17:30:03.417Z+ chmod 0700 /home/build /work
202026-07-11T17:30:03.421Zprocess exited: duration 4086 ms, exit code 0
 
212026-07-11T17:30:03.427Zstarting task 1: "rust-toolchain"
222026-07-11T17:30:03.432Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-11T17:30:03.432Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-11T17:30:03.432Z * rust toolchain channel = "1.96.1"
252026-07-11T17:30:03.432Z * rust toolchain profile = "default"
262026-07-11T17:30:03.432Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-11T17:30:03.432Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-11T17:30:03.435Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-11T17:30:03.435Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-11T17:30:03.545Zinfo: downloading installer
312026-07-11T17:30:04.974Zwarn: It looks like you have an existing rustup settings file at:
322026-07-11T17:30:04.974Zwarn: /home/build/.rustup/settings.toml
332026-07-11T17:30:04.974Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-11T17:30:04.974Zwarn: instead of the one inferred from the default host triple.
352026-07-11T17:30:04.986Zinfo: profile set to default
362026-07-11T17:30:04.986Zinfo: default host triple is x86_64-unknown-illumos
372026-07-11T17:30:04.989Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-11T17:30:05.140Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-11T17:30:05.144Zinfo: downloading 6 components
402026-07-11T17:30:20.508Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-11T17:30:20.508Z
422026-07-11T17:30:20.534Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-11T17:30:20.534Z
442026-07-11T17:30:20.534Z
452026-07-11T17:30:20.534ZRust is installed now. Great!
462026-07-11T17:30:20.534Z
472026-07-11T17:30:20.534ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-11T17:30:20.534Zenvironment variable. This has not been done automatically.
492026-07-11T17:30:20.534Z
502026-07-11T17:30:20.534ZTo configure your current shell, you need to source
512026-07-11T17:30:20.534Zthe corresponding env file under $HOME/.cargo.
522026-07-11T17:30:20.534Z
532026-07-11T17:30:20.534ZThis is usually done by running one of the following (note the leading DOT):
542026-07-11T17:30:20.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-11T17:30:20.538Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-11T17:30:20.538Zsource "~/.cargo/env.nu" # For nushell
572026-07-11T17:30:20.538Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-11T17:30:20.538Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-11T17:30:20.538Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-11T17:30:20.538Zwarn: no default linker (`cc`) was found in your PATH
612026-07-11T17:30:20.538Zwarn: many Rust crates require a system C toolchain to build
622026-07-11T17:30:20.638Z+ rustup --version
632026-07-11T17:30:20.644Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-11T17:30:20.647Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-11T17:30:20.665Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-11T17:30:20.668Z+ cargo --version
672026-07-11T17:30:20.677Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-11T17:30:20.680Z+ rustc --version
692026-07-11T17:30:20.700Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-11T17:30:20.704Zprocess exited: duration 17276 ms, exit code 0
 
712026-07-11T17:30:20.710Zstarting task 2: "authentication"
722026-07-11T17:30:20.728Zprocess exited: duration 18 ms, exit code 0
 
732026-07-11T17:30:20.734Zstarting task 3: "clone repository"
742026-07-11T17:30:20.739Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-11T17:30:20.742Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-11T17:30:20.776ZCloning into '/work/oxidecomputer/omicron'...
772026-07-11T17:30:31.288Z+ cd /work/oxidecomputer/omicron
782026-07-11T17:30:31.288Z+ git fetch origin 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
792026-07-11T17:30:31.560ZFrom https://github.com/oxidecomputer/omicron
802026-07-11T17:30:31.560Z * branch 8cd11db3931cd0dd837fcd960e2aa60b9770e77c -> FETCH_HEAD
812026-07-11T17:30:31.574Z+ [[ -n eliza/omdb-sitrep-version ]]
822026-07-11T17:30:31.577Z++ git branch --show-current
832026-07-11T17:30:31.578Z+ current=main
842026-07-11T17:30:31.578Z+ [[ main != eliza/omdb-sitrep-version ]]
852026-07-11T17:30:31.578Z+ git branch -f eliza/omdb-sitrep-version 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
862026-07-11T17:30:31.581Z+ git checkout -f eliza/omdb-sitrep-version
872026-07-11T17:30:31.829ZSwitched to branch 'eliza/omdb-sitrep-version'
882026-07-11T17:30:31.833Z+ git reset --hard 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
892026-07-11T17:30:31.847ZHEAD is now at 8cd11db39 [omdb] allow looking up sitreps by version
902026-07-11T17:30:31.850Zprocess exited: duration 11113 ms, exit code 0
 
912026-07-11T17:30:31.856Zstarting task 4: "build"
922026-07-11T17:30:31.861Z+ source .github/buildomat/ci-env.sh
932026-07-11T17:30:31.864Z++ export CARGO_TERM_COLOR=always
942026-07-11T17:30:31.864Z++ CARGO_TERM_COLOR=always
952026-07-11T17:30:31.864Z+++ uname -s
962026-07-11T17:30:31.864Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-11T17:30:31.864Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-11T17:30:31.867Z+ cargo --version
992026-07-11T17:30:31.875Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-11T17:30:31.878Z+ rustc --version
1012026-07-11T17:30:31.899Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-11T17:30:31.902Z+ WORK=/work
1032026-07-11T17:30:31.902Z+ pfexec mkdir -p /work
1042026-07-11T17:30:31.905Z+ pfexec chown build /work
1052026-07-11T17:30:31.908Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-11T17:30:33.508Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-11T17:30:33.697Z Startup: Caching catalogs ... Done
1082026-07-11T17:30:34.185ZPlanning: Solver setup ... Done (0.442s)
1092026-07-11T17:30:34.212ZPlanning: Running solver ... Done (0.027s)
1102026-07-11T17:30:34.224ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-11T17:30:34.237ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-11T17:30:34.252ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-11T17:30:34.266ZPlanning: Package planning ... Done (0.013s)
1142026-07-11T17:30:34.269ZPlanning: Merging actions ... Done (0.001s)
1152026-07-11T17:30:34.431ZPlanning: Checking for conflicting actions ... Done (0.163s)
1162026-07-11T17:30:34.434ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-11T17:30:35.313ZPlanning: Evaluating mediators ... Done (0.879s)
1182026-07-11T17:30:35.317ZPlanning: Planning completed in 1.60 seconds
1192026-07-11T17:30:35.321Z Packages to install: 2
1202026-07-11T17:30:35.321Z Estimated space available: 156.06 GB
1212026-07-11T17:30:35.321ZEstimated space to be consumed: 31.27 MB
1222026-07-11T17:30:35.321Z Create boot environment: No
1232026-07-11T17:30:35.325ZCreate backup boot environment: No
1242026-07-11T17:30:35.325Z Rebuild boot archive: No
1252026-07-11T17:30:35.325Z
1262026-07-11T17:30:35.325ZChanged packages:
1272026-07-11T17:30:35.325Zhelios
1282026-07-11T17:30:35.325Z developer/build-essential
1292026-07-11T17:30:35.325Z None -> 11-3.0
1302026-07-11T17:30:35.325Z library/libxmlsec1
1312026-07-11T17:30:35.325Z None -> 1.2.35-3.0
1322026-07-11T17:30:35.347Z
1332026-07-11T17:30:35.347ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-11T17:30:35.844ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1352026-07-11T17:30:35.917Z Actions: 1/268 actions (Installing new actions)
1362026-07-11T17:30:35.956Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-11T17:30:35.968ZFinalize: Updating package state database ... Done (0.012s)
1382026-07-11T17:30:35.968ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-11T17:30:35.999ZFinalize: Updating image state ... Done (0.029s)
1402026-07-11T17:30:38.566ZFinalize: Creating fast lookup database ... Done (2.543s)
1412026-07-11T17:30:38.636ZFinalize: Reading search index ... Done (0.012s)
1422026-07-11T17:30:38.639ZFinalize: Updating search index ... Done (0.000s)
1432026-07-11T17:30:38.737ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-11T17:30:39.052ZPlanning: Evaluating mediator changes ... Done
1452026-07-11T17:30:39.157ZPlanning: Checking for conflicting actions ... Done
1462026-07-11T17:30:39.160ZPlanning: Consolidating action changes ... Done
1472026-07-11T17:30:39.317ZPlanning: Evaluating mediators ... Done
1482026-07-11T17:30:39.322ZPlanning: Planning completed in 0.26 seconds
1492026-07-11T17:30:39.340Z Mediators to change: 2
1502026-07-11T17:30:39.340Z Create boot environment: No
1512026-07-11T17:30:39.340ZCreate backup boot environment: No
1522026-07-11T17:30:39.380ZFinalize: Updating package state database ... Done
1532026-07-11T17:30:39.380ZFinalize: Updating package cache ... Done
1542026-07-11T17:30:39.400ZFinalize: Updating image state ... Done
1552026-07-11T17:30:41.353ZFinalize: Creating fast lookup database ... Done
1562026-07-11T17:30:41.418ZFinalize: Reading search index ... Done
1572026-07-11T17:30:41.421ZFinalize: Updating search index ... Done
1582026-07-11T17:30:41.501ZFinalize: Updating package cache ... Done
1592026-07-11T17:30:41.762ZPlanning: Evaluating mediator changes ... Done
1602026-07-11T17:30:41.867ZPlanning: Checking for conflicting actions ... Done
1612026-07-11T17:30:41.870ZPlanning: Consolidating action changes ... Done
1622026-07-11T17:30:42.022ZPlanning: Evaluating mediators ... Done
1632026-07-11T17:30:42.026ZPlanning: Planning completed in 0.26 seconds
1642026-07-11T17:30:42.045Z Mediators to change: 1
1652026-07-11T17:30:42.045Z Create boot environment: No
1662026-07-11T17:30:42.045ZCreate backup boot environment: No
1672026-07-11T17:30:42.087ZFinalize: Updating package state database ... Done
1682026-07-11T17:30:42.087ZFinalize: Updating package cache ... Done
1692026-07-11T17:30:42.105ZFinalize: Updating image state ... Done
1702026-07-11T17:30:44.039ZFinalize: Creating fast lookup database ... Done
1712026-07-11T17:30:44.099ZFinalize: Reading search index ... Done
1722026-07-11T17:30:44.103ZFinalize: Updating search index ... Done
1732026-07-11T17:30:44.153ZFinalize: Updating package cache ... Done
1742026-07-11T17:30:44.461ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-11T17:30:44.461Zapache system 2.4 system
1762026-07-11T17:30:44.461Zclang system 15 system
1772026-07-11T17:30:44.461Zcsh system system illumos
1782026-07-11T17:30:44.461Zctags system system illumos
1792026-07-11T17:30:44.461Zfile vendor vendor darwinsys
1802026-07-11T17:30:44.461Zfile system system illumos
1812026-07-11T17:30:44.462Zgcc vendor 14 vendor
1822026-07-11T17:30:44.462Zgcc system 13 system
1832026-07-11T17:30:44.462Zgcc system 10 system
1842026-07-11T17:30:44.462Zgo system 1.25 system
1852026-07-11T17:30:44.462Zllvm system 15 system
1862026-07-11T17:30:44.462Zmariadb system 11.4 system
1872026-07-11T17:30:44.462Zmta vendor vendor dma
1882026-07-11T17:30:44.462Zopenjdk system 17 system
1892026-07-11T17:30:44.462Zopenjdk system 11 system
1902026-07-11T17:30:44.462Zopenssl vendor 3 vendor
1912026-07-11T17:30:44.462Zperl system 5.40 system
1922026-07-11T17:30:44.462Zpostgresql system 18 system
1932026-07-11T17:30:44.462Zpostgresql system 17 system
1942026-07-11T17:30:44.462Zpython vendor 3 vendor
1952026-07-11T17:30:44.462Zpython system 2 system
1962026-07-11T17:30:44.462Zpython3 vendor 3.13 vendor
1972026-07-11T17:30:44.462Zruby system 3.4 system
1982026-07-11T17:30:44.462Zruby system 3.0 system
1992026-07-11T17:30:44.462Zwords vendor vendor american-english
2002026-07-11T17:30:44.462Zwords system system australian-english
2012026-07-11T17:30:44.462Zwords system system british-english
2022026-07-11T17:30:44.462Zwords system system canadian-english
2032026-07-11T17:30:44.462Zwords system system french
2042026-07-11T17:30:44.462Zwords system system italian
2052026-07-11T17:30:44.462Zwords system system ngerman
2062026-07-11T17:30:44.462Zwords system system ogerman
2072026-07-11T17:30:44.463Zwords system system spanish
2082026-07-11T17:30:44.716ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-11T17:30:44.716Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-11T17:30:45.016ZFMRI IFO
2112026-07-11T17:30:45.016Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-11T17:30:45.017Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-11T17:30:45.017Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-11T17:30:45.017Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-11T17:30:45.017Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-11T17:30:45.017Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-11T17:30:45.017Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-11T17:30:45.017Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-11T17:30:45.017Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-11T17:30:45.273Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-11T17:30:45.593Z Updating crates.io index
2222026-07-11T17:30:45.596Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-11T17:30:46.330Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-11T17:30:46.621Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-11T17:30:47.510Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-11T17:30:47.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-11T17:30:49.549Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-11T17:30:50.298Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-11T17:30:50.561Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-11T17:30:50.857Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-11T17:30:52.064Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-11T17:30:52.310Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-11T17:30:52.630Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-11T17:30:52.886Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-11T17:30:53.320Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-11T17:30:53.805Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-11T17:30:54.048Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-11T17:30:54.259Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-11T17:30:54.488Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-11T17:30:54.808Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-11T17:30:55.046Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-11T17:30:55.293Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-11T17:30:55.531Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-11T17:30:55.860Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-11T17:30:56.196Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-11T17:30:56.431Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-11T17:30:56.829Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-11T17:30:57.097Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-11T17:30:57.373Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-11T17:30:57.616Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-11T17:30:57.830Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-11T17:30:58.160Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-11T17:30:58.538Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-11T17:30:58.764Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-11T17:30:59.044Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-11T17:30:59.302Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-11T17:30:59.557Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-11T17:31:00.001Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-11T17:31:00.234Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-11T17:31:00.480Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-11T17:31:00.716Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-11T17:31:03.537Z Downloading crates ...
2632026-07-11T17:31:03.584Z Downloaded colorchoice v1.0.4
2642026-07-11T17:31:03.594Z Downloaded anstyle-parse v1.0.0
2652026-07-11T17:31:03.598Z Downloaded papergrid v0.11.0
2662026-07-11T17:31:03.601Z Downloaded fs-err v3.3.0
2672026-07-11T17:31:03.601Z Downloaded cfg-if v1.0.4
2682026-07-11T17:31:03.601Z Downloaded crypto-common v0.1.7
2692026-07-11T17:31:03.601Z Downloaded zmij v1.0.21
2702026-07-11T17:31:03.604Z Downloaded semver v1.0.28
2712026-07-11T17:31:03.605Z Downloaded itoa v1.0.17
2722026-07-11T17:31:03.608Z Downloaded anstyle-query v1.1.5
2732026-07-11T17:31:03.611Z Downloaded clap_lex v1.0.0
2742026-07-11T17:31:03.611Z Downloaded block-buffer v0.10.4
2752026-07-11T17:31:03.611Z Downloaded fnv v1.0.7
2762026-07-11T17:31:03.611Z Downloaded cpufeatures v0.2.17
2772026-07-11T17:31:03.615Z Downloaded anstream v1.0.0
2782026-07-11T17:31:03.618Z Downloaded zerocopy v0.7.35
2792026-07-11T17:31:03.624Z Downloaded memmap v0.7.0
2802026-07-11T17:31:03.627Z Downloaded autocfg v1.5.0
2812026-07-11T17:31:03.627Z Downloaded generic-array v0.14.7
2822026-07-11T17:31:03.630Z Downloaded macaddr v1.0.1
2832026-07-11T17:31:03.633Z Downloaded dtrace-parser v0.2.0
2842026-07-11T17:31:03.637Z Downloaded bytecount v0.6.9
2852026-07-11T17:31:03.640Z Downloaded bitflags v2.11.0
2862026-07-11T17:31:03.649Z Downloaded fastrand v2.3.0
2872026-07-11T17:31:03.652Z Downloaded cargo-platform v0.3.2
2882026-07-11T17:31:03.653Z Downloaded anstyle v1.0.14
2892026-07-11T17:31:03.658Z Downloaded pest_meta v2.8.6
2902026-07-11T17:31:03.661Z Downloaded toml_write v0.1.2
2912026-07-11T17:31:03.661Z Downloaded usdt-attr-macro v0.5.0
2922026-07-11T17:31:03.661Z Downloaded equivalent v1.0.2
2932026-07-11T17:31:03.661Z Downloaded dof v0.3.0
2942026-07-11T17:31:03.666Z Downloaded errno v0.3.14
2952026-07-11T17:31:03.674Z Downloaded swrite v0.1.0
2962026-07-11T17:31:03.677Z Downloaded heck v0.4.1
2972026-07-11T17:31:03.680Z Downloaded unicode-linebreak v0.1.5
2982026-07-11T17:31:03.681Z Downloaded heck v0.5.0
2992026-07-11T17:31:03.684Z Downloaded scroll_derive v0.12.1
3002026-07-11T17:31:03.687Z Downloaded usdt v0.5.0
3012026-07-11T17:31:03.690Z Downloaded strsim v0.11.1
3022026-07-11T17:31:03.690Z Downloaded utf8parse v0.2.2
3032026-07-11T17:31:03.690Z Downloaded digest v0.10.7
3042026-07-11T17:31:03.694Z Downloaded cargo_toml v0.21.0
3052026-07-11T17:31:03.697Z Downloaded clap_derive v4.6.1
3062026-07-11T17:31:03.697Z Downloaded anyhow v1.0.102
3072026-07-11T17:31:03.707Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-11T17:31:03.710Z Downloaded thread-id v4.2.2
3092026-07-11T17:31:03.714Z Downloaded tabled_derive v0.7.0
3102026-07-11T17:31:03.714Z Downloaded terminal_size v0.4.3
3112026-07-11T17:31:03.714Z Downloaded smawk v0.3.2
3122026-07-11T17:31:03.717Z Downloaded version_check v0.9.5
3132026-07-11T17:31:03.717Z Downloaded usdt-macro v0.5.0
3142026-07-11T17:31:03.717Z Downloaded toml_datetime v0.6.11
3152026-07-11T17:31:03.724Z Downloaded camino-tempfile v1.4.1
3162026-07-11T17:31:03.727Z Downloaded pretty-hex v0.4.1
3172026-07-11T17:31:03.728Z Downloaded sha2 v0.10.9
3182026-07-11T17:31:03.731Z Downloaded is_terminal_polyfill v1.70.2
3192026-07-11T17:31:03.734Z Downloaded byteorder v1.5.0
3202026-07-11T17:31:03.737Z Downloaded scroll v0.12.0
3212026-07-11T17:31:03.741Z Downloaded thiserror-impl v1.0.69
3222026-07-11T17:31:03.741Z Downloaded cargo_metadata v0.23.1
3232026-07-11T17:31:03.741Z Downloaded camino v1.2.2
3242026-07-11T17:31:03.744Z Downloaded quote v1.0.45
3252026-07-11T17:31:03.750Z Downloaded pest_generator v2.8.6
3262026-07-11T17:31:03.754Z Downloaded thiserror v2.0.18
3272026-07-11T17:31:03.757Z Downloaded usdt-impl v0.5.0
3282026-07-11T17:31:03.760Z Downloaded proc-macro-error v1.0.4
3292026-07-11T17:31:03.763Z Downloaded serde_spanned v0.6.9
3302026-07-11T17:31:03.767Z Downloaded serde_tokenstream v0.2.3
3312026-07-11T17:31:03.767Z Downloaded clap v4.6.1
3322026-07-11T17:31:03.770Z Downloaded thiserror-impl v2.0.18
3332026-07-11T17:31:03.774Z Downloaded thiserror v1.0.69
3342026-07-11T17:31:03.774Z Downloaded plain v0.2.3
3352026-07-11T17:31:03.779Z Downloaded toml v0.8.23
3362026-07-11T17:31:03.779Z Downloaded once_cell v1.21.3
3372026-07-11T17:31:03.779Z Downloaded ucd-trie v0.1.7
3382026-07-11T17:31:03.782Z Downloaded pest_derive v2.8.6
3392026-07-11T17:31:03.783Z Downloaded zerocopy-derive v0.7.35
3402026-07-11T17:31:03.786Z Downloaded log v0.4.29
3412026-07-11T17:31:03.786Z Downloaded unicode-ident v1.0.24
3422026-07-11T17:31:03.789Z Downloaded tempfile v3.25.0
3432026-07-11T17:31:03.802Z Downloaded serde_core v1.0.228
3442026-07-11T17:31:03.811Z Downloaded getrandom v0.4.1
3452026-07-11T17:31:03.822Z Downloaded toml_edit v0.22.27
3462026-07-11T17:31:03.825Z Downloaded serde_derive v1.0.228
3472026-07-11T17:31:03.828Z Downloaded proc-macro2 v1.0.106
3482026-07-11T17:31:03.829Z Downloaded memchr v2.8.0
3492026-07-11T17:31:03.837Z Downloaded serde v1.0.228
3502026-07-11T17:31:03.845Z Downloaded indexmap v2.14.0
3512026-07-11T17:31:03.849Z Downloaded textwrap v0.16.2
3522026-07-11T17:31:03.870Z Downloaded typenum v1.20.1
3532026-07-11T17:31:03.874Z Downloaded pest v2.8.6
3542026-07-11T17:31:03.877Z Downloaded clap_builder v4.6.0
3552026-07-11T17:31:03.896Z Downloaded goblin v0.8.2
3562026-07-11T17:31:03.903Z Downloaded serde_json v1.0.150
3572026-07-11T17:31:03.907Z Downloaded hashbrown v0.17.0
3582026-07-11T17:31:03.923Z Downloaded winnow v0.7.14
3592026-07-11T17:31:03.934Z Downloaded unicode-width v0.1.14
3602026-07-11T17:31:03.937Z Downloaded tabled v0.15.0
3612026-07-11T17:31:03.952Z Downloaded syn v1.0.109
3622026-07-11T17:31:03.957Z Downloaded unicode-width v0.2.0
3632026-07-11T17:31:03.960Z Downloaded syn v2.0.117
3642026-07-11T17:31:03.977Z Downloaded rustix v1.1.3
3652026-07-11T17:31:04.000Z Downloaded libc v0.2.185
3662026-07-11T17:31:04.061Z Compiling proc-macro2 v1.0.106
3672026-07-11T17:31:04.061Z Compiling quote v1.0.45
3682026-07-11T17:31:04.064Z Compiling unicode-ident v1.0.24
3692026-07-11T17:31:04.064Z Compiling serde_core v1.0.228
3702026-07-11T17:31:04.064Z Compiling libc v0.2.185
3712026-07-11T17:31:04.064Z Compiling version_check v0.9.5
3722026-07-11T17:31:04.064Z Compiling memchr v2.8.0
3732026-07-11T17:31:04.064Z Compiling serde v1.0.228
3742026-07-11T17:31:04.064Z Compiling zmij v1.0.21
3752026-07-11T17:31:04.065Z Compiling thiserror v1.0.69
3762026-07-11T17:31:04.241Z Compiling itoa v1.0.17
3772026-07-11T17:31:04.245Z Compiling ucd-trie v0.1.7
3782026-07-11T17:31:04.245Z Compiling byteorder v1.5.0
3792026-07-11T17:31:04.245Z Compiling rustix v1.1.3
3802026-07-11T17:31:04.415Z Compiling serde_json v1.0.150
3812026-07-11T17:31:04.596Z Compiling bitflags v2.11.0
3822026-07-11T17:31:04.648Z Compiling usdt-impl v0.5.0
3832026-07-11T17:31:04.764Z Compiling proc-macro-error-attr v1.0.4
3842026-07-11T17:31:04.808Z Compiling pest v2.8.6
3852026-07-11T17:31:04.899Z Compiling syn v1.0.109
3862026-07-11T17:31:04.951Z Compiling camino v1.2.2
3872026-07-11T17:31:04.981Z Compiling proc-macro-error v1.0.4
3882026-07-11T17:31:05.126Z Compiling plain v0.2.3
3892026-07-11T17:31:05.147Z Compiling log v0.4.29
3902026-07-11T17:31:05.159Z Compiling errno v0.3.14
3912026-07-11T17:31:05.160Z Compiling thread-id v4.2.2
3922026-07-11T17:31:05.160Z Compiling equivalent v1.0.2
3932026-07-11T17:31:05.204Z Compiling utf8parse v0.2.2
3942026-07-11T17:31:05.216Z Compiling getrandom v0.4.1
3952026-07-11T17:31:05.243Z Compiling hashbrown v0.17.0
3962026-07-11T17:31:05.282Z Compiling toml_write v0.1.2
3972026-07-11T17:31:05.345Z Compiling anstyle-parse v1.0.0
3982026-07-11T17:31:05.350Z Compiling is_terminal_polyfill v1.70.2
3992026-07-11T17:31:05.350Z Compiling anstyle v1.0.14
4002026-07-11T17:31:05.375Z Compiling pretty-hex v0.4.1
4012026-07-11T17:31:05.443Z Compiling thiserror v2.0.18
4022026-07-11T17:31:05.477Z Compiling colorchoice v1.0.4
4032026-07-11T17:31:05.518Z Compiling autocfg v1.5.0
4042026-07-11T17:31:05.537Z Compiling anstyle-query v1.1.5
4052026-07-11T17:31:05.554Z Compiling cfg-if v1.0.4
4062026-07-11T17:31:05.590Z Compiling winnow v0.7.14
4072026-07-11T17:31:05.614Z Compiling fastrand v2.3.0
4082026-07-11T17:31:05.647Z Compiling anstream v1.0.0
4092026-07-11T17:31:05.647Z Compiling unicode-width v0.1.14
4102026-07-11T17:31:05.695Z Compiling syn v2.0.117
4112026-07-11T17:31:05.786Z Compiling strsim v0.11.1
4122026-07-11T17:31:05.818Z Compiling indexmap v2.14.0
4132026-07-11T17:31:05.870Z Compiling pest_meta v2.8.6
4142026-07-11T17:31:05.963Z Compiling fnv v1.0.7
4152026-07-11T17:31:05.982Z Compiling anyhow v1.0.102
4162026-07-11T17:31:05.998Z Compiling fs-err v3.3.0
4172026-07-11T17:31:06.015Z Compiling bytecount v0.6.9
4182026-07-11T17:31:06.085Z Compiling clap_lex v1.0.0
4192026-07-11T17:31:06.110Z Compiling once_cell v1.21.3
4202026-07-11T17:31:06.129Z Compiling heck v0.4.1
4212026-07-11T17:31:06.168Z Compiling heck v0.5.0
4222026-07-11T17:31:06.189Z Compiling papergrid v0.11.0
4232026-07-11T17:31:06.234Z Compiling terminal_size v0.4.3
4242026-07-11T17:31:06.293Z Compiling tempfile v3.25.0
4252026-07-11T17:31:06.369Z Compiling memmap v0.7.0
4262026-07-11T17:31:06.384Z Compiling smawk v0.3.2
4272026-07-11T17:31:06.429Z Compiling clap_builder v4.6.0
4282026-07-11T17:31:06.429Z Compiling unicode-linebreak v0.1.5
4292026-07-11T17:31:06.466Z Compiling unicode-width v0.2.0
4302026-07-11T17:31:06.484Z Compiling swrite v0.1.0
4312026-07-11T17:31:06.574Z Compiling cargo-platform v0.3.2
4322026-07-11T17:31:06.612Z Compiling semver v1.0.28
4332026-07-11T17:31:06.700Z Compiling textwrap v0.16.2
4342026-07-11T17:31:06.861Z Compiling camino-tempfile v1.4.1
4352026-07-11T17:31:07.264Z Compiling tabled_derive v0.7.0
4362026-07-11T17:31:07.843Z Compiling pest_generator v2.8.6
4372026-07-11T17:31:07.903Z Compiling tabled v0.15.0
4382026-07-11T17:31:08.324Z Compiling serde_derive v1.0.228
4392026-07-11T17:31:08.324Z Compiling thiserror-impl v1.0.69
4402026-07-11T17:31:08.327Z Compiling zerocopy-derive v0.7.35
4412026-07-11T17:31:08.327Z Compiling scroll_derive v0.12.1
4422026-07-11T17:31:08.327Z Compiling thiserror-impl v2.0.18
4432026-07-11T17:31:08.327Z Compiling clap_derive v4.6.1
4442026-07-11T17:31:08.427Z Compiling pest_derive v2.8.6
4452026-07-11T17:31:09.085Z Compiling scroll v0.12.0
4462026-07-11T17:31:09.192Z Compiling zerocopy v0.7.35
4472026-07-11T17:31:09.305Z Compiling goblin v0.8.2
4482026-07-11T17:31:09.488Z Compiling dtrace-parser v0.2.0
4492026-07-11T17:31:09.787Z Compiling clap v4.6.1
4502026-07-11T17:31:10.785Z Compiling serde_spanned v0.6.9
4512026-07-11T17:31:10.785Z Compiling toml_datetime v0.6.11
4522026-07-11T17:31:10.789Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-07-11T17:31:10.789Z Compiling cargo_metadata v0.23.1
4542026-07-11T17:31:10.789Z Compiling macaddr v1.0.1
4552026-07-11T17:31:10.802Z Compiling dof v0.3.0
4562026-07-11T17:31:10.805Z Compiling serde_tokenstream v0.2.3
4572026-07-11T17:31:11.046Z Compiling toml_edit v0.22.27
4582026-07-11T17:31:11.529Z Compiling usdt-attr-macro v0.5.0
4592026-07-11T17:31:11.533Z Compiling usdt-macro v0.5.0
4602026-07-11T17:31:12.152Z Compiling usdt v0.5.0
4612026-07-11T17:31:12.315Z Compiling toml v0.8.23
4622026-07-11T17:31:12.638Z Compiling cargo_toml v0.21.0
4632026-07-11T17:31:13.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-11T17:31:15.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.83s
4652026-07-11T17:31:16.161Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-11T17:31:16.660Z Downloading crates ...
4672026-07-11T17:31:16.746Z Downloaded adler2 v2.0.1
4682026-07-11T17:31:16.749Z Downloaded aead v0.5.2
4692026-07-11T17:31:16.760Z Downloaded arrayref v0.3.9
4702026-07-11T17:31:16.763Z Downloaded assert_matches v1.5.0
4712026-07-11T17:31:16.763Z Downloaded async-recursion v1.1.1
4722026-07-11T17:31:16.766Z Downloaded atomic-waker v1.1.2
4732026-07-11T17:31:16.769Z Downloaded array-init v0.0.4
4742026-07-11T17:31:16.769Z Downloaded bitfield-macros v0.19.4
4752026-07-11T17:31:16.769Z Downloaded atomicwrites v0.4.4
4762026-07-11T17:31:16.773Z Downloaded base16ct v1.0.0
4772026-07-11T17:31:16.775Z Downloaded async-stream v0.3.6
4782026-07-11T17:31:16.776Z Downloaded crc v3.4.0
4792026-07-11T17:31:16.778Z Downloaded convert_case v0.10.0
4802026-07-11T17:31:16.778Z Downloaded bit-set v0.8.0
4812026-07-11T17:31:16.783Z Downloaded atty v0.2.14
4822026-07-11T17:31:16.783Z Downloaded ar_archive_writer v0.5.1
4832026-07-11T17:31:16.786Z Downloaded base64ct v1.8.3
4842026-07-11T17:31:16.789Z Downloaded bitfield-struct v0.6.2
4852026-07-11T17:31:16.789Z Downloaded crc-any v2.5.0
4862026-07-11T17:31:16.792Z Downloaded bb8 v0.8.6
4872026-07-11T17:31:16.792Z Downloaded crypto-common v0.2.2
4882026-07-11T17:31:16.792Z Downloaded cpubits v0.1.1
4892026-07-11T17:31:16.795Z Downloaded base16ct v0.2.0
4902026-07-11T17:31:16.795Z Downloaded curve25519-dalek-derive v0.1.1
4912026-07-11T17:31:16.795Z Downloaded bcrypt-pbkdf v0.11.0
4922026-07-11T17:31:16.797Z Downloaded async-stream-impl v0.3.6
4932026-07-11T17:31:16.797Z Downloaded cpufeatures v0.3.0
4942026-07-11T17:31:16.800Z Downloaded bit-set v0.5.3
4952026-07-11T17:31:16.800Z Downloaded aead v0.6.1
4962026-07-11T17:31:16.803Z Downloaded crucible-workspace-hack v0.1.0
4972026-07-11T17:31:16.803Z Downloaded anstyle-parse v0.2.7
4982026-07-11T17:31:16.804Z Downloaded cstr-argument v0.1.2
4992026-07-11T17:31:16.804Z Downloaded crc8 v0.1.1
5002026-07-11T17:31:16.807Z Downloaded difflib v0.4.0
5012026-07-11T17:31:16.807Z Downloaded darling_macro v0.20.11
5022026-07-11T17:31:16.810Z Downloaded dyn-clone v1.0.20
5032026-07-11T17:31:16.810Z Downloaded defmt v0.3.100
5042026-07-11T17:31:16.813Z Downloaded darling_macro v0.21.3
5052026-07-11T17:31:16.813Z Downloaded critical-section v1.2.0
5062026-07-11T17:31:16.816Z Downloaded bcs v0.1.6
5072026-07-11T17:31:16.816Z Downloaded backon v1.6.0
5082026-07-11T17:31:16.819Z Downloaded arrayvec v0.7.6
5092026-07-11T17:31:16.819Z Downloaded display-error-chain v0.2.2
5102026-07-11T17:31:16.819Z Downloaded diesel_table_macro_syntax v0.3.0
5112026-07-11T17:31:16.824Z Downloaded darling_macro v0.13.4
5122026-07-11T17:31:16.824Z Downloaded crc-catalog v2.4.0
5132026-07-11T17:31:16.824Z Downloaded anstream v0.6.21
5142026-07-11T17:31:16.827Z Downloaded downcast-rs v2.0.2
5152026-07-11T17:31:16.827Z Downloaded bitfield v0.19.4
5162026-07-11T17:31:16.827Z Downloaded defmt-parser v1.0.0
5172026-07-11T17:31:16.827Z Downloaded backoff v0.4.0
5182026-07-11T17:31:16.829Z Downloaded ciborium-io v0.2.2
5192026-07-11T17:31:16.829Z Downloaded ascii-canvas v3.0.0
5202026-07-11T17:31:16.829Z Downloaded embedded-io v0.6.1
5212026-07-11T17:31:16.832Z Downloaded cfg_aliases v0.2.1
5222026-07-11T17:31:16.835Z Downloaded convert_case v0.4.0
5232026-07-11T17:31:16.835Z Downloaded compression-core v0.4.31
5242026-07-11T17:31:16.838Z Downloaded block-buffer v0.12.1
5252026-07-11T17:31:16.841Z Downloaded block-padding v0.4.2
5262026-07-11T17:31:16.844Z Downloaded ctr v0.10.1
5272026-07-11T17:31:16.848Z Downloaded dtrace-parser v0.3.0
5282026-07-11T17:31:16.850Z Downloaded cobs v0.3.0
5292026-07-11T17:31:16.851Z Downloaded document-features v0.2.12
5302026-07-11T17:31:16.851Z Downloaded bitflags v1.3.2
5312026-07-11T17:31:16.853Z Downloaded bit-vec v0.8.0
5322026-07-11T17:31:16.856Z Downloaded async-bb8-diesel v0.2.1
5332026-07-11T17:31:16.856Z Downloaded crunchy v0.2.4
5342026-07-11T17:31:16.856Z Downloaded bit-vec v0.6.3
5352026-07-11T17:31:16.859Z Downloaded dof v0.4.0
5362026-07-11T17:31:16.860Z Downloaded argon2 v0.5.3
5372026-07-11T17:31:16.860Z Downloaded dirs-sys-next v0.1.2
5382026-07-11T17:31:16.863Z Downloaded async-trait v0.1.89
5392026-07-11T17:31:16.863Z Downloaded dirs-next v2.0.0
5402026-07-11T17:31:16.866Z Downloaded ciborium-ll v0.2.2
5412026-07-11T17:31:16.866Z Downloaded dropshot-api-manager-types v0.7.2
5422026-07-11T17:31:16.866Z Downloaded darling_macro v0.23.0
5432026-07-11T17:31:16.869Z Downloaded castaway v0.2.4
5442026-07-11T17:31:16.872Z Downloaded fd-lock v4.0.4
5452026-07-11T17:31:16.880Z Downloaded cfg_aliases v0.1.1
5462026-07-11T17:31:16.883Z Downloaded dsl_auto_type v0.2.0
5472026-07-11T17:31:16.886Z Downloaded constant_time_eq v0.4.2
5482026-07-11T17:31:16.886Z Downloaded debug-ignore v1.0.5
5492026-07-11T17:31:16.889Z Downloaded cipher v0.4.4
5502026-07-11T17:31:16.889Z Downloaded cmake v0.1.57
5512026-07-11T17:31:16.892Z Downloaded dunce v1.0.5
5522026-07-11T17:31:16.892Z Downloaded env_filter v1.0.0
5532026-07-11T17:31:16.895Z Downloaded enum-as-inner v0.6.1
5542026-07-11T17:31:16.895Z Downloaded endian-type v0.1.2
5552026-07-11T17:31:16.898Z Downloaded darling v0.13.4
5562026-07-11T17:31:16.901Z Downloaded displaydoc v0.2.5
5572026-07-11T17:31:16.904Z Downloaded crossbeam-deque v0.8.6
5582026-07-11T17:31:16.904Z Downloaded corncobs v0.1.4
5592026-07-11T17:31:16.904Z Downloaded fixedbitset v0.4.2
5602026-07-11T17:31:16.907Z Downloaded byte-wrapper v0.1.0
5612026-07-11T17:31:16.907Z Downloaded float-cmp v0.10.0
5622026-07-11T17:31:16.910Z Downloaded crossbeam-utils v0.8.21
5632026-07-11T17:31:16.910Z Downloaded crc32fast v1.5.0
5642026-07-11T17:31:16.913Z Downloaded daft v0.1.7
5652026-07-11T17:31:16.913Z Downloaded compression-codecs v0.4.37
5662026-07-11T17:31:16.916Z Downloaded blowfish v0.10.0
5672026-07-11T17:31:16.916Z Downloaded crossterm v0.28.1
5682026-07-11T17:31:16.920Z Downloaded float-ord v0.3.2
5692026-07-11T17:31:16.923Z Downloaded flagset v0.4.7
5702026-07-11T17:31:16.923Z Downloaded foreign-types-shared v0.3.1
5712026-07-11T17:31:16.923Z Downloaded foreign-types v0.3.2
5722026-07-11T17:31:16.923Z Downloaded derive_builder_macro v0.20.2
5732026-07-11T17:31:16.926Z Downloaded chacha20 v0.9.1
5742026-07-11T17:31:16.926Z Downloaded funty v2.0.0
5752026-07-11T17:31:16.926Z Downloaded foreign-types v0.5.0
5762026-07-11T17:31:16.930Z Downloaded camino-tempfile-ext v0.3.3
5772026-07-11T17:31:16.930Z Downloaded futures-core v0.3.32
5782026-07-11T17:31:16.930Z Downloaded gethostname v0.5.0
5792026-07-11T17:31:16.933Z Downloaded form_urlencoded v1.2.2
5802026-07-11T17:31:16.933Z Downloaded cbc v0.2.1
5812026-07-11T17:31:16.933Z Downloaded fxhash v0.2.1
5822026-07-11T17:31:16.933Z Downloaded crossbeam-epoch v0.9.18
5832026-07-11T17:31:16.936Z Downloaded git-stub v1.0.0
5842026-07-11T17:31:16.936Z Downloaded ghash v0.6.0
5852026-07-11T17:31:16.936Z Downloaded defmt v1.0.1
5862026-07-11T17:31:16.939Z Downloaded futures-task v0.3.32
5872026-07-11T17:31:16.939Z Downloaded futures-sink v0.3.32
5882026-07-11T17:31:16.943Z Downloaded embedded-io v0.4.0
5892026-07-11T17:31:16.943Z Downloaded deranged v0.5.8
5902026-07-11T17:31:16.946Z Downloaded arc-swap v1.8.2
5912026-07-11T17:31:16.946Z Downloaded data-encoding v2.10.0
5922026-07-11T17:31:16.946Z Downloaded futures-macro v0.3.32
5932026-07-11T17:31:16.949Z Downloaded foreign-types-shared v0.1.1
5942026-07-11T17:31:16.949Z Downloaded cexpr v0.6.0
5952026-07-11T17:31:16.949Z Downloaded ena v0.14.4
5962026-07-11T17:31:16.951Z Downloaded foreign-types-macros v0.2.3
5972026-07-11T17:31:16.951Z Downloaded csv-core v0.1.13
5982026-07-11T17:31:16.955Z Downloaded ed25519 v2.2.3
5992026-07-11T17:31:16.955Z Downloaded buf-list v1.1.2
6002026-07-11T17:31:16.958Z Downloaded either v1.15.0
6012026-07-11T17:31:16.958Z Downloaded ed25519 v3.0.0
6022026-07-11T17:31:16.958Z Downloaded ecdsa v0.16.9
6032026-07-11T17:31:16.961Z Downloaded const_format_proc_macros v0.2.34
6042026-07-11T17:31:16.961Z Downloaded globwalk v0.9.1
6052026-07-11T17:31:16.961Z Downloaded cipher v0.5.2
6062026-07-11T17:31:16.964Z Downloaded enum_dispatch v0.3.13
6072026-07-11T17:31:16.967Z Downloaded derive-ex v0.1.8
6082026-07-11T17:31:16.967Z Downloaded env_logger v0.11.9
6092026-07-11T17:31:16.969Z Downloaded der_derive v0.7.3
6102026-07-11T17:31:16.969Z Downloaded darling v0.20.11
6112026-07-11T17:31:16.972Z Downloaded fixedbitset v0.5.7
6122026-07-11T17:31:16.974Z Downloaded filetime v0.2.27
6132026-07-11T17:31:16.974Z Downloaded hash32 v0.2.1
6142026-07-11T17:31:16.978Z Downloaded ff v0.13.1
6152026-07-11T17:31:16.978Z Downloaded fallible-iterator v0.2.0
6162026-07-11T17:31:16.978Z Downloaded hash32 v0.3.1
6172026-07-11T17:31:16.981Z Downloaded erased-serde v0.3.31
6182026-07-11T17:31:16.981Z Downloaded derive_builder v0.20.2
6192026-07-11T17:31:16.983Z Downloaded delegate v0.13.5
6202026-07-11T17:31:16.983Z Downloaded defmt-macros v1.0.1
6212026-07-11T17:31:16.986Z Downloaded hex-literal v1.1.0
6222026-07-11T17:31:16.988Z Downloaded clang-sys v1.8.1
6232026-07-11T17:31:16.988Z Downloaded cancel-safe-futures v0.1.5
6242026-07-11T17:31:16.991Z Downloaded bzip2 v0.4.4
6252026-07-11T17:31:16.991Z Downloaded fs-err v2.11.0
6262026-07-11T17:31:16.994Z Downloaded futures-executor v0.3.32
6272026-07-11T17:31:16.994Z Downloaded glob v0.3.3
6282026-07-11T17:31:16.997Z Downloaded foldhash v0.2.0
6292026-07-11T17:31:16.997Z Downloaded ciborium v0.2.2
6302026-07-11T17:31:17.000Z Downloaded fs_extra v1.3.0
6312026-07-11T17:31:17.000Z Downloaded darling_core v0.21.3
6322026-07-11T17:31:17.003Z Downloaded http-body v1.0.1
6332026-07-11T17:31:17.003Z Downloaded home v0.5.12
6342026-07-11T17:31:17.003Z Downloaded futures-io v0.3.32
6352026-07-11T17:31:17.006Z Downloaded ctutils v0.4.2
6362026-07-11T17:31:17.006Z Downloaded cookie_store v0.22.1
6372026-07-11T17:31:17.010Z Downloaded console v0.16.2
6382026-07-11T17:31:17.010Z Downloaded hubpack_derive v0.1.1
6392026-07-11T17:31:17.010Z Downloaded hyper-tls v0.6.0
6402026-07-11T17:31:17.012Z Downloaded ecdsa v0.17.0-rc.18
6412026-07-11T17:31:17.012Z Downloaded cmov v0.5.4
6422026-07-11T17:31:17.015Z Downloaded ff v0.14.0
6432026-07-11T17:31:17.015Z Downloaded derive_builder_core v0.20.2
6442026-07-11T17:31:17.018Z Downloaded git-stub-vcs v0.1.0
6452026-07-11T17:31:17.018Z Downloaded colored v2.2.0
6462026-07-11T17:31:17.020Z Downloaded hostname v0.4.2
6472026-07-11T17:31:17.020Z Downloaded http-range v0.1.5
6482026-07-11T17:31:17.020Z Downloaded const-oid v0.9.6
6492026-07-11T17:31:17.023Z Downloaded illumos-nvpair v0.3.0
6502026-07-11T17:31:17.023Z Downloaded ident_case v1.0.1
6512026-07-11T17:31:17.025Z Downloaded hostname v0.3.1
6522026-07-11T17:31:17.025Z Downloaded base64 v0.22.1
6532026-07-11T17:31:17.028Z Downloaded hubpack v0.1.2
6542026-07-11T17:31:17.028Z Downloaded diff v0.1.13
6552026-07-11T17:31:17.031Z Downloaded darling v0.23.0
6562026-07-11T17:31:17.034Z Downloaded indent_write v2.2.0
6572026-07-11T17:31:17.034Z Downloaded httpdate v1.0.3
6582026-07-11T17:31:17.037Z Downloaded globset v0.4.18
6592026-07-11T17:31:17.037Z Downloaded group v0.14.0
6602026-07-11T17:31:17.037Z Downloaded group v0.13.0
6612026-07-11T17:31:17.040Z Downloaded find-msvc-tools v0.1.9
6622026-07-11T17:31:17.040Z Downloaded bzip2 v0.6.1
6632026-07-11T17:31:17.043Z Downloaded hex v0.4.3
6642026-07-11T17:31:17.043Z Downloaded headers-core v0.3.0
6652026-07-11T17:31:17.043Z Downloaded darling v0.21.3
6662026-07-11T17:31:17.045Z Downloaded cassowary v0.3.0
6672026-07-11T17:31:17.048Z Downloaded idna_adapter v1.2.1
6682026-07-11T17:31:17.048Z Downloaded allocator-api2 v0.2.21
6692026-07-11T17:31:17.051Z Downloaded diesel-dtrace v0.5.0
6702026-07-11T17:31:17.051Z Downloaded daft-derive v0.1.7
6712026-07-11T17:31:17.054Z Downloaded illumos-nvpair-sys v0.2.0
6722026-07-11T17:31:17.054Z Downloaded console v0.15.11
6732026-07-11T17:31:17.057Z Downloaded chacha20 v0.10.0
6742026-07-11T17:31:17.057Z Downloaded foldhash v0.1.5
6752026-07-11T17:31:17.060Z Downloaded blake2 v0.11.0-rc.6
6762026-07-11T17:31:17.060Z Downloaded indoc v1.0.9
6772026-07-11T17:31:17.063Z Downloaded instability v0.3.11
6782026-07-11T17:31:17.063Z Downloaded inout v0.2.2
6792026-07-11T17:31:17.065Z Downloaded highway v1.3.0
6802026-07-11T17:31:17.066Z Downloaded is_ci v1.2.0
6812026-07-11T17:31:17.066Z Downloaded is-terminal v0.4.17
6822026-07-11T17:31:17.069Z Downloaded internet-checksum v0.2.1
6832026-07-11T17:31:17.069Z Downloaded instant v0.1.13
6842026-07-11T17:31:17.069Z Downloaded inout v0.1.4
6852026-07-11T17:31:17.069Z Downloaded keccak v0.1.6
6862026-07-11T17:31:17.072Z Downloaded colored v3.1.1
6872026-07-11T17:31:17.072Z Downloaded lazy_static v1.5.0
6882026-07-11T17:31:17.075Z Downloaded lalrpop-util v0.19.12
6892026-07-11T17:31:17.075Z Downloaded elliptic-curve v0.13.8
6902026-07-11T17:31:17.075Z Downloaded digest v0.11.3
6912026-07-11T17:31:17.078Z Downloaded blake2 v0.10.6
6922026-07-11T17:31:17.078Z Downloaded kem v0.3.0
6932026-07-11T17:31:17.082Z Downloaded derive-where v1.6.0
6942026-07-11T17:31:17.082Z Downloaded des v0.9.0
6952026-07-11T17:31:17.085Z Downloaded derive_more v0.99.20
6962026-07-11T17:31:17.088Z Downloaded http-body-util v0.1.3
6972026-07-11T17:31:17.088Z Downloaded darling_core v0.13.4
6982026-07-11T17:31:17.091Z Downloaded linked-hash-map v0.5.6
6992026-07-11T17:31:17.091Z Downloaded libscf-sys v1.1.0
7002026-07-11T17:31:17.091Z Downloaded kstat-rs v0.2.4
7012026-07-11T17:31:17.094Z Downloaded humantime v2.3.0
7022026-07-11T17:31:17.094Z Downloaded argon2 v0.6.0-rc.8
7032026-07-11T17:31:17.094Z Downloaded ahash v0.8.12
7042026-07-11T17:31:17.097Z Downloaded match_cfg v0.1.0
7052026-07-11T17:31:17.097Z Downloaded maplit v1.0.2
7062026-07-11T17:31:17.100Z Downloaded hyper-staticfile v0.10.1
7072026-07-11T17:31:17.100Z Downloaded managed v0.8.0
7082026-07-11T17:31:17.100Z Downloaded lzss v0.8.2
7092026-07-11T17:31:17.103Z Downloaded cookie v0.18.1
7102026-07-11T17:31:17.103Z Downloaded darling_core v0.23.0
7112026-07-11T17:31:17.106Z Downloaded elliptic-curve v0.14.0-rc.33
7122026-07-11T17:31:17.109Z Downloaded half v1.8.3
7132026-07-11T17:31:17.112Z Downloaded fatfs v0.3.6
7142026-07-11T17:31:17.112Z Downloaded dropshot_endpoint v0.17.1
7152026-07-11T17:31:17.116Z Downloaded md-5 v0.10.6
7162026-07-11T17:31:17.116Z Downloaded drift v0.2.0
7172026-07-11T17:31:17.120Z Downloaded lru-cache v0.1.2
7182026-07-11T17:31:17.123Z Downloaded mime v0.3.17
7192026-07-11T17:31:17.123Z Downloaded md5 v0.8.0
7202026-07-11T17:31:17.123Z Downloaded const-oid v0.10.2
7212026-07-11T17:31:17.126Z Downloaded bytes v1.11.1
7222026-07-11T17:31:17.129Z Downloaded new_debug_unreachable v1.0.6
7232026-07-11T17:31:17.129Z Downloaded lru-slab v0.1.2
7242026-07-11T17:31:17.129Z Downloaded impl-trait-for-tuples v0.2.3
7252026-07-11T17:31:17.132Z Downloaded newtype_derive v0.1.6
7262026-07-11T17:31:17.132Z Downloaded memoffset v0.9.1
7272026-07-11T17:31:17.135Z Downloaded ipnetwork v0.21.1
7282026-07-11T17:31:17.135Z Downloaded ingot-types v0.1.2
7292026-07-11T17:31:17.135Z Downloaded hmac v0.12.1
7302026-07-11T17:31:17.138Z Downloaded generic-array v1.4.3
7312026-07-11T17:31:17.138Z Downloaded newtype-uuid-macros v0.1.0
7322026-07-11T17:31:17.141Z Downloaded newline-converter v0.3.0
7332026-07-11T17:31:17.141Z Downloaded nibble_vec v0.1.0
7342026-07-11T17:31:17.141Z Downloaded multimap v0.10.1
7352026-07-11T17:31:17.141Z Downloaded ingot v0.1.1
7362026-07-11T17:31:17.144Z Downloaded futures-channel v0.3.32
7372026-07-11T17:31:17.144Z Downloaded nodrop v0.1.14
7382026-07-11T17:31:17.147Z Downloaded nonempty v0.12.0
7392026-07-11T17:31:17.147Z Downloaded getrandom v0.3.4
7402026-07-11T17:31:17.150Z Downloaded jobserver v0.1.34
7412026-07-11T17:31:17.150Z Downloaded base64 v0.21.7
7422026-07-11T17:31:17.153Z Downloaded hmac v0.13.0
7432026-07-11T17:31:17.153Z Downloaded futures v0.3.32
7442026-07-11T17:31:17.156Z Downloaded keccak v0.2.0
7452026-07-11T17:31:17.159Z Downloaded hybrid-array v0.4.13
7462026-07-11T17:31:17.159Z Downloaded linear-map v1.2.0
7472026-07-11T17:31:17.162Z Downloaded num v0.4.3
7482026-07-11T17:31:17.162Z Downloaded num-derive v0.4.2
7492026-07-11T17:31:17.162Z Downloaded normalize-line-endings v0.3.0
7502026-07-11T17:31:17.165Z Downloaded libsw v3.5.0
7512026-07-11T17:31:17.165Z Downloaded libloading v0.8.9
7522026-07-11T17:31:17.168Z Downloaded getrandom v0.2.17
7532026-07-11T17:31:17.168Z Downloaded compact_str v0.8.1
7542026-07-11T17:31:17.171Z Downloaded hyper-rustls v0.27.7
7552026-07-11T17:31:17.173Z Downloaded half v2.7.1
7562026-07-11T17:31:17.174Z Downloaded chacha20poly1305 v0.10.1
7572026-07-11T17:31:17.177Z Downloaded libefi-sys v0.1.0
7582026-07-11T17:31:17.177Z Downloaded lru v0.12.5
7592026-07-11T17:31:17.177Z Downloaded num-conv v0.2.0
7602026-07-11T17:31:17.177Z Downloaded darling_core v0.20.11
7612026-07-11T17:31:17.180Z Downloaded num_threads v0.1.7
7622026-07-11T17:31:17.183Z Downloaded num-derive v0.3.3
7632026-07-11T17:31:17.183Z Downloaded num_enum_derive v0.5.11
7642026-07-11T17:31:17.183Z Downloaded indoc v2.0.7
7652026-07-11T17:31:17.188Z Downloaded lock_api v0.4.14
7662026-07-11T17:31:17.191Z Downloaded ingot-macros v0.1.1
7672026-07-11T17:31:17.191Z Downloaded nanorand v0.7.0
7682026-07-11T17:31:17.194Z Downloaded num-iter v0.1.45
7692026-07-11T17:31:17.197Z Downloaded flume v0.11.1
7702026-07-11T17:31:17.200Z Downloaded oso-derive v0.27.3
7712026-07-11T17:31:17.200Z Downloaded openssl-probe v0.2.1
7722026-07-11T17:31:17.200Z Downloaded openssl-probe v0.1.6
7732026-07-11T17:31:17.203Z Downloaded openssl-macros v0.1.1
7742026-07-11T17:31:17.203Z Downloaded opaque-debug v0.3.1
7752026-07-11T17:31:17.203Z Downloaded native-tls v0.2.18
7762026-07-11T17:31:17.206Z Downloaded mime_guess v2.0.5
7772026-07-11T17:31:17.206Z Downloaded module-lattice v0.2.3
7782026-07-11T17:31:17.206Z Downloaded ipnet v2.11.0
7792026-07-11T17:31:17.209Z Downloaded maybe-uninit v2.0.0
7802026-07-11T17:31:17.209Z Downloaded olpc-cjson v0.1.4
7812026-07-11T17:31:17.212Z Downloaded newtype-uuid v1.3.2
7822026-07-11T17:31:17.212Z Downloaded multer v3.1.0
7832026-07-11T17:31:17.215Z Downloaded packed_struct_codegen v0.10.1
7842026-07-11T17:31:17.216Z Downloaded httparse v1.10.1
7852026-07-11T17:31:17.219Z Downloaded crypto-bigint v0.5.5
7862026-07-11T17:31:17.223Z Downloaded derive_more v2.1.1
7872026-07-11T17:31:17.243Z Downloaded percent-encoding v2.3.2
7882026-07-11T17:31:17.246Z Downloaded derive_more-impl v2.1.1
7892026-07-11T17:31:17.246Z Downloaded der v0.7.10
7902026-07-11T17:31:17.249Z Downloaded icu_provider v2.1.1
7912026-07-11T17:31:17.252Z Downloaded peg-runtime v0.8.5
7922026-07-11T17:31:17.252Z Downloaded num-complex v0.4.6
7932026-07-11T17:31:17.258Z Downloaded icu_properties v2.1.2
7942026-07-11T17:31:17.258Z Downloaded crossbeam-channel v0.5.15
7952026-07-11T17:31:17.261Z Downloaded bumpalo v3.20.2
7962026-07-11T17:31:17.261Z Downloaded password-hash v0.6.1
7972026-07-11T17:31:17.261Z Downloaded parse-size v1.1.0
7982026-07-11T17:31:17.261Z Downloaded parse-display v0.10.0
7992026-07-11T17:31:17.264Z Downloaded num_enum_derive v0.7.6
8002026-07-11T17:31:17.264Z Downloaded num_enum v0.7.6
8012026-07-11T17:31:17.268Z Downloaded phf_shared v0.13.1
8022026-07-11T17:31:17.268Z Downloaded indexmap v1.9.3
8032026-07-11T17:31:17.271Z Downloaded ignore v0.4.25
8042026-07-11T17:31:17.271Z Downloaded headers v0.4.1
8052026-07-11T17:31:17.274Z Downloaded phf_shared v0.12.1
8062026-07-11T17:31:17.277Z Downloaded phf_shared v0.11.3
8072026-07-11T17:31:17.277Z Downloaded flate2 v1.1.9
8082026-07-11T17:31:17.280Z Downloaded oxnet v0.1.6
8092026-07-11T17:31:17.280Z Downloaded async-compression v0.4.41
8102026-07-11T17:31:17.283Z Downloaded num_enum v0.5.11
8112026-07-11T17:31:17.286Z Downloaded predicates-tree v1.0.13
8122026-07-11T17:31:17.289Z Downloaded precomputed-hash v0.1.1
8132026-07-11T17:31:17.289Z Downloaded packed_struct v0.10.1
8142026-07-11T17:31:17.289Z Downloaded oxide-tokio-rt v0.1.4
8152026-07-11T17:31:17.293Z Downloaded owo-colors v4.3.0
8162026-07-11T17:31:17.293Z Downloaded ml-kem v0.3.2
8172026-07-11T17:31:17.296Z Downloaded powerfmt v0.2.0
8182026-07-11T17:31:17.296Z Downloaded memmap2 v0.9.10
8192026-07-11T17:31:17.296Z Downloaded predicates-core v1.0.10
8202026-07-11T17:31:17.299Z Downloaded potential_utf v0.1.4
8212026-07-11T17:31:17.299Z Downloaded num-integer v0.1.46
8222026-07-11T17:31:17.299Z Downloaded nu-ansi-term v0.50.3
8232026-07-11T17:31:17.302Z Downloaded parse-display-derive v0.10.0
8242026-07-11T17:31:17.302Z Downloaded parking_lot_core v0.8.6
8252026-07-11T17:31:17.305Z Downloaded litrs v1.0.0
8262026-07-11T17:31:17.305Z Downloaded proc-macro-crate v3.4.0
8272026-07-11T17:31:17.308Z Downloaded litemap v0.8.1
8282026-07-11T17:31:17.308Z Downloaded icu_normalizer_data v2.1.1
8292026-07-11T17:31:17.311Z Downloaded icu_normalizer v2.1.1
8302026-07-11T17:31:17.311Z Downloaded ed25519-dalek v3.0.0-rc.0
8312026-07-11T17:31:17.314Z Downloaded paste v1.0.15
8322026-07-11T17:31:17.317Z Downloaded phf v0.13.1
8332026-07-11T17:31:17.317Z Downloaded proc-macro-crate v1.3.1
8342026-07-11T17:31:17.317Z Downloaded phf v0.12.1
8352026-07-11T17:31:17.320Z Downloaded pbkdf2 v0.13.0
8362026-07-11T17:31:17.320Z Downloaded password-hash v0.5.0
8372026-07-11T17:31:17.323Z Downloaded psl-types v2.0.11
8382026-07-11T17:31:17.323Z Downloaded phc v0.6.1
8392026-07-11T17:31:17.323Z Downloaded pem v3.0.6
8402026-07-11T17:31:17.326Z Downloaded icu_locale_core v2.1.1
8412026-07-11T17:31:17.329Z Downloaded pem-rfc7468 v1.0.0
8422026-07-11T17:31:17.329Z Downloaded peg v0.8.5
8432026-07-11T17:31:17.332Z Downloaded progenitor-macro v0.14.0
8442026-07-11T17:31:17.335Z Downloaded path-slash v0.1.5
8452026-07-11T17:31:17.335Z Downloaded hickory-resolver v0.25.2
8462026-07-11T17:31:17.338Z Downloaded postgres-protocol v0.6.10
8472026-07-11T17:31:17.338Z Downloaded pem-rfc7468 v0.7.0
8482026-07-11T17:31:17.341Z Downloaded pkg-config v0.3.32
8492026-07-11T17:31:17.341Z Downloaded expectorate v1.2.0
8502026-07-11T17:31:17.341Z Downloaded heapless v0.7.17
8512026-07-11T17:31:17.344Z Downloaded num-rational v0.4.2
8522026-07-11T17:31:17.348Z Downloaded pin-project-lite v0.2.17
8532026-07-11T17:31:17.351Z Downloaded pkcs8 v0.10.2
8542026-07-11T17:31:17.351Z Downloaded ppv-lite86 v0.2.21
8552026-07-11T17:31:17.351Z Downloaded pin-project-internal v1.1.11
8562026-07-11T17:31:17.351Z Downloaded heapless v0.8.0
8572026-07-11T17:31:17.354Z Downloaded quick-error v1.2.3
8582026-07-11T17:31:17.357Z Downloaded progenitor-macro v0.13.0
8592026-07-11T17:31:17.358Z Downloaded progenitor-client v0.14.0
8602026-07-11T17:31:17.358Z Downloaded radium v0.7.0
8612026-07-11T17:31:17.358Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-07-11T17:31:17.361Z Downloaded polyval v0.7.1
8632026-07-11T17:31:17.361Z Downloaded indicatif v0.18.4
8642026-07-11T17:31:17.364Z Downloaded cc v1.2.56
8652026-07-11T17:31:17.367Z Downloaded rand_xorshift v0.4.0
8662026-07-11T17:31:17.367Z Downloaded poly1305 v0.8.0
8672026-07-11T17:31:17.367Z Downloaded parking_lot_core v0.9.12
8682026-07-11T17:31:17.370Z Downloaded predicates v3.1.4
8692026-07-11T17:31:17.370Z Downloaded ed25519-dalek v2.2.0
8702026-07-11T17:31:17.373Z Downloaded ref-cast-impl v1.0.25
8712026-07-11T17:31:17.373Z Downloaded ref-cast v1.0.25
8722026-07-11T17:31:17.376Z Downloaded primeorder v0.13.6
8732026-07-11T17:31:17.376Z Downloaded primefield v0.14.0
8742026-07-11T17:31:17.379Z Downloaded diesel_derives v2.3.7
8752026-07-11T17:31:17.382Z Downloaded der v0.8.0
8762026-07-11T17:31:17.385Z Downloaded progenitor-client v0.13.0
8772026-07-11T17:31:17.385Z Downloaded rfc6979 v0.5.0
8782026-07-11T17:31:17.389Z Downloaded peg-macros v0.8.5
8792026-07-11T17:31:17.389Z Downloaded rfc6979 v0.4.0
8802026-07-11T17:31:17.389Z Downloaded progenitor v0.14.0
8812026-07-11T17:31:17.393Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-07-11T17:31:17.393Z Downloaded primeorder v0.14.0-rc.10
8832026-07-11T17:31:17.393Z Downloaded recursive v0.1.1
8842026-07-11T17:31:17.393Z Downloaded progenitor v0.13.0
8852026-07-11T17:31:17.393Z Downloaded miniz_oxide v0.8.9
8862026-07-11T17:31:17.396Z Downloaded crossterm v0.29.0
8872026-07-11T17:31:17.399Z Downloaded psm v0.1.30
8882026-07-11T17:31:17.402Z Downloaded rtoolbox v0.0.3
8892026-07-11T17:31:17.402Z Downloaded progenitor-extras v0.2.0
8902026-07-11T17:31:17.405Z Downloaded russh-util v0.52.0
8912026-07-11T17:31:17.405Z Downloaded poly1305 v0.9.0
8922026-07-11T17:31:17.405Z Downloaded jiff-static v0.2.21
8932026-07-11T17:31:17.408Z Downloaded icu_collections v2.1.1
8942026-07-11T17:31:17.411Z Downloaded proc-macro-error2 v2.0.1
8952026-07-11T17:31:17.414Z Downloaded pkcs1 v0.8.0-rc.4
8962026-07-11T17:31:17.414Z Downloaded rand_seeder v0.4.0
8972026-07-11T17:31:17.417Z Downloaded rand_core v0.10.0
8982026-07-11T17:31:17.417Z Downloaded rand_core v0.6.4
8992026-07-11T17:31:17.420Z Downloaded num-traits v0.2.19
9002026-07-11T17:31:17.420Z Downloaded pkcs8 v0.11.0
9012026-07-11T17:31:17.423Z Downloaded pkcs1 v0.7.5
9022026-07-11T17:31:17.423Z Downloaded hashbrown v0.12.3
9032026-07-11T17:31:17.426Z Downloaded rustc_version v0.4.1
9042026-07-11T17:31:17.426Z Downloaded r2d2 v0.8.10
9052026-07-11T17:31:17.429Z Downloaded hickory-resolver v0.24.4
9062026-07-11T17:31:17.429Z Downloaded rustc_version v0.1.7
9072026-07-11T17:31:17.432Z Downloaded rand_core v0.9.5
9082026-07-11T17:31:17.432Z Downloaded papergrid v0.17.0
9092026-07-11T17:31:17.436Z Downloaded postcard v1.1.3
9102026-07-11T17:31:17.439Z Downloaded rand_chacha v0.9.0
9112026-07-11T17:31:17.439Z Downloaded rand_chacha v0.3.1
9122026-07-11T17:31:17.439Z Downloaded libbz2-rs-sys v0.2.2
9132026-07-11T17:31:17.442Z Downloaded libsw-core v0.3.2
9142026-07-11T17:31:17.442Z Downloaded scheduled-thread-pool v0.2.7
9152026-07-11T17:31:17.442Z Downloaded sapling-renderdag v0.1.0
9162026-07-11T17:31:17.445Z Downloaded same-file v1.0.6
9172026-07-11T17:31:17.445Z Downloaded iana-time-zone v0.1.65
9182026-07-11T17:31:17.448Z Downloaded const_format v0.2.35
9192026-07-11T17:31:17.451Z Downloaded postgres-types v0.2.12
9202026-07-11T17:31:17.451Z Downloaded aes-gcm v0.11.0
9212026-07-11T17:31:17.454Z Downloaded parking_lot v0.11.2
9222026-07-11T17:31:17.457Z Downloaded secrecy v0.8.0
9232026-07-11T17:31:17.457Z Downloaded resolv-conf v0.7.6
9242026-07-11T17:31:17.460Z Downloaded scopeguard v1.2.0
9252026-07-11T17:31:17.460Z Downloaded omicron-zone-package v0.12.3
9262026-07-11T17:31:17.465Z Downloaded oso v0.27.3
9272026-07-11T17:31:17.469Z Downloaded openssl-sys v0.9.115
9282026-07-11T17:31:17.472Z Downloaded serde_bytes v0.11.19
9292026-07-11T17:31:17.475Z Downloaded semver v0.1.20
9302026-07-11T17:31:17.475Z Downloaded serde_plain v1.0.2
9312026-07-11T17:31:17.478Z Downloaded serde_spanned v1.1.1
9322026-07-11T17:31:17.482Z Downloaded p384 v0.14.0-rc.10
9332026-07-11T17:31:17.486Z Downloaded secrecy v0.10.3
9342026-07-11T17:31:17.486Z Downloaded serde-big-array v0.5.1
9352026-07-11T17:31:17.489Z Downloaded rustls-native-certs v0.8.3
9362026-07-11T17:31:17.489Z Downloaded russh-cryptovec v0.61.0
9372026-07-11T17:31:17.489Z Downloaded pkcs5 v0.8.1
9382026-07-11T17:31:17.492Z Downloaded sha1 v0.11.0
9392026-07-11T17:31:17.495Z Downloaded sha1 v0.10.6
9402026-07-11T17:31:17.495Z Downloaded hashbrown v0.13.2
9412026-07-11T17:31:17.498Z Downloaded serde_repr v0.1.20
9422026-07-11T17:31:17.498Z Downloaded serde_urlencoded v0.7.1
9432026-07-11T17:31:17.501Z Downloaded signature v3.0.0
9442026-07-11T17:31:17.501Z Downloaded parking_lot v0.12.5
9452026-07-11T17:31:17.504Z Downloaded rustls-pemfile v2.2.0
9462026-07-11T17:31:17.504Z Downloaded rustversion v1.0.22
9472026-07-11T17:31:17.508Z Downloaded rustc-hash v2.1.1
9482026-07-11T17:31:17.508Z Downloaded p256 v0.14.0-rc.10
9492026-07-11T17:31:17.511Z Downloaded seq-macro v0.3.6
9502026-07-11T17:31:17.514Z Downloaded quinn-udp v0.5.14
9512026-07-11T17:31:17.517Z Downloaded rusty-fork v0.3.1
9522026-07-11T17:31:17.517Z Downloaded shell-words v1.1.1
9532026-07-11T17:31:17.520Z Downloaded signal-hook-tokio v0.3.1
9542026-07-11T17:31:17.523Z Downloaded slog-envlogger v2.2.0
9552026-07-11T17:31:17.523Z Downloaded sigpipe v0.1.3
9562026-07-11T17:31:17.523Z Downloaded signature v2.2.0
9572026-07-11T17:31:17.526Z Downloaded signal-hook-mio v0.2.5
9582026-07-11T17:31:17.526Z Downloaded hickory-server v0.25.2
9592026-07-11T17:31:17.529Z Downloaded schemars_derive v0.8.22
9602026-07-11T17:31:17.532Z Downloaded pin-project v1.1.11
9612026-07-11T17:31:17.538Z Downloaded sec1 v0.8.1
9622026-07-11T17:31:17.541Z Downloaded sec1 v0.7.3
9632026-07-11T17:31:17.541Z Downloaded slog-bunyan v2.5.0
9642026-07-11T17:31:17.544Z Downloaded siphasher v1.0.2
9652026-07-11T17:31:17.544Z Downloaded scrypt v0.12.0
9662026-07-11T17:31:17.544Z Downloaded scroll_derive v0.13.1
9672026-07-11T17:31:17.547Z Downloaded scroll v0.13.0
9682026-07-11T17:31:17.547Z Downloaded http v1.4.2
9692026-07-11T17:31:17.550Z Downloaded minimal-lexical v0.2.1
9702026-07-11T17:31:17.553Z Downloaded hyper-util v0.1.20
9712026-07-11T17:31:17.587Z Downloaded serde_derive_internals v0.29.1
9722026-07-11T17:31:17.587Z Downloaded serde_path_to_error v0.1.20
9732026-07-11T17:31:17.591Z Downloaded progenitor-impl v0.13.0
9742026-07-11T17:31:17.591Z Downloaded itertools v0.10.5
9752026-07-11T17:31:17.592Z Downloaded aes v0.9.1
9762026-07-11T17:31:17.592Z Downloaded serde-hex v0.1.0
9772026-07-11T17:31:17.592Z Downloaded pretty_assertions v1.4.1
9782026-07-11T17:31:17.592Z Downloaded dropshot-api-manager v0.7.2
9792026-07-11T17:31:17.592Z Downloaded serdect v0.4.3
9802026-07-11T17:31:17.592Z Downloaded sqlparser_derive v0.5.0
9812026-07-11T17:31:17.592Z Downloaded serde_with_macros v1.5.2
9822026-07-11T17:31:17.592Z Downloaded rustls-pki-types v1.14.0
9832026-07-11T17:31:17.592Z Downloaded internal-russh-num-bigint v0.5.0
9842026-07-11T17:31:17.596Z Downloaded signal-hook-registry v1.4.8
9852026-07-11T17:31:17.599Z Downloaded prefix-trie v0.7.0
9862026-07-11T17:31:17.602Z Downloaded rcgen v0.12.1
9872026-07-11T17:31:17.602Z Downloaded shlex v1.3.0
9882026-07-11T17:31:17.607Z Downloaded slog-json v2.6.1
9892026-07-11T17:31:17.610Z Downloaded strip-ansi-escapes v0.2.1
9902026-07-11T17:31:17.610Z Downloaded prettyplease v0.2.37
9912026-07-11T17:31:17.618Z Downloaded simd-adler32 v0.3.8
9922026-07-11T17:31:17.621Z Downloaded structmeta v0.3.0
9932026-07-11T17:31:17.621Z Downloaded structmeta-derive v0.3.0
9942026-07-11T17:31:17.621Z Downloaded smallvec v0.6.14
9952026-07-11T17:31:17.621Z Downloaded slog-scope v4.4.1
9962026-07-11T17:31:17.624Z Downloaded sync-ptr v0.1.4
9972026-07-11T17:31:17.624Z Downloaded strum v0.27.2
9982026-07-11T17:31:17.624Z Downloaded slog-stdlog v4.1.1
9992026-07-11T17:31:17.628Z Downloaded strum v0.26.3
10002026-07-11T17:31:17.628Z Downloaded subtle v2.6.1
10012026-07-11T17:31:17.628Z Downloaded strsim v0.10.0
10022026-07-11T17:31:17.631Z Downloaded mio v1.2.0
10032026-07-11T17:31:17.634Z Downloaded progenitor-impl v0.14.0
10042026-07-11T17:31:17.634Z Downloaded slab v0.4.12
10052026-07-11T17:31:17.637Z Downloaded serde_cbor v0.11.2
10062026-07-11T17:31:17.637Z Downloaded smf v0.2.3
10072026-07-11T17:31:17.641Z Downloaded ron v0.8.1
10082026-07-11T17:31:17.644Z Downloaded snafu-derive v0.8.9
10092026-07-11T17:31:17.644Z Downloaded tap v1.0.1
10102026-07-11T17:31:17.644Z Downloaded take_mut v0.2.2
10112026-07-11T17:31:17.644Z Downloaded tagptr v0.2.0
10122026-07-11T17:31:17.654Z Downloaded hashbrown v0.16.1
10132026-07-11T17:31:17.657Z Downloaded sqlformat v0.3.5
10142026-07-11T17:31:17.660Z Downloaded tabwriter v1.4.1
10152026-07-11T17:31:17.660Z Downloaded tabled_derive v0.11.0
10162026-07-11T17:31:17.663Z Downloaded stable_deref_trait v1.2.1
10172026-07-11T17:31:17.663Z Downloaded ssh-cipher v0.3.0-rc.9
10182026-07-11T17:31:17.663Z Downloaded spki v0.8.0
10192026-07-11T17:31:17.666Z Downloaded testing_table v0.3.0
10202026-07-11T17:31:17.666Z Downloaded time-core v0.1.8
10212026-07-11T17:31:17.666Z Downloaded thread-id v5.1.0
10222026-07-11T17:31:17.669Z Downloaded rayon-core v1.13.0
10232026-07-11T17:31:17.669Z Downloaded thiserror-impl-no-std v2.0.2
10242026-07-11T17:31:17.672Z Downloaded rustls-platform-verifier v0.6.2
10252026-07-11T17:31:17.675Z Downloaded nom v7.1.3
10262026-07-11T17:31:17.678Z Downloaded termtree v0.5.1
10272026-07-11T17:31:17.678Z Downloaded spki v0.7.3
10282026-07-11T17:31:17.678Z Downloaded sha2 v0.11.0
10292026-07-11T17:31:17.681Z Downloaded stringprep v0.1.5
10302026-07-11T17:31:17.684Z Downloaded ssh-encoding v0.3.0-rc.9
10312026-07-11T17:31:17.684Z Downloaded ryu v1.0.23
10322026-07-11T17:31:17.687Z Downloaded tinyvec_macros v0.1.1
10332026-07-11T17:31:17.687Z Downloaded schemars v0.8.22
10342026-07-11T17:31:17.692Z Downloaded static_assertions v1.1.0
10352026-07-11T17:31:17.695Z Downloaded stacker v0.1.23
10362026-07-11T17:31:17.695Z Downloaded slog-dtrace v0.3.0
10372026-07-11T17:31:17.699Z Downloaded strum_macros v0.26.4
10382026-07-11T17:31:17.702Z Downloaded strum_macros v0.27.2
10392026-07-11T17:31:17.705Z Downloaded slog-async v2.8.0
10402026-07-11T17:31:17.705Z Downloaded tokio-test v0.4.5
10412026-07-11T17:31:17.708Z Downloaded smallvec v1.15.1
10422026-07-11T17:31:17.708Z Downloaded tokio-macros v2.7.0
10432026-07-11T17:31:17.711Z Downloaded support-bundle-viewer v0.1.2
10442026-07-11T17:31:17.711Z Downloaded strum_macros v0.24.3
10452026-07-11T17:31:17.715Z Downloaded publicsuffix v2.3.0
10462026-07-11T17:31:17.718Z Downloaded supports-color v3.0.2
10472026-07-11T17:31:17.718Z Downloaded synstructure v0.13.2
10482026-07-11T17:31:17.718Z Downloaded num-bigint v0.4.6
10492026-07-11T17:31:17.721Z Downloaded futures-util v0.3.32
10502026-07-11T17:31:17.727Z Downloaded sync_wrapper v1.0.2
10512026-07-11T17:31:17.730Z Downloaded signal-hook v0.3.18
10522026-07-11T17:31:17.730Z Downloaded serde_with_macros v3.17.0
10532026-07-11T17:31:17.733Z Downloaded termios v0.3.3
10542026-07-11T17:31:17.733Z Downloaded rand v0.8.6
10552026-07-11T17:31:17.736Z Downloaded tower-service v0.3.3
10562026-07-11T17:31:17.736Z Downloaded topological-sort v0.2.2
10572026-07-11T17:31:17.736Z Downloaded spin v0.9.8
10582026-07-11T17:31:17.739Z Downloaded hashbrown v0.15.5
10592026-07-11T17:31:17.742Z Downloaded thread_local v1.1.9
10602026-07-11T17:31:17.742Z Downloaded libxml v0.3.3
10612026-07-11T17:31:17.745Z Downloaded iri-string v0.7.10
10622026-07-11T17:31:17.750Z Downloaded tower-layer v0.3.3
10632026-07-11T17:31:17.753Z Downloaded salsa20 v0.11.0
10642026-07-11T17:31:17.753Z Downloaded tls_codec v0.4.2
10652026-07-11T17:31:17.756Z Downloaded hyper v1.10.1
10662026-07-11T17:31:17.759Z Downloaded trait-variant v0.1.2
10672026-07-11T17:31:17.759Z Downloaded h2 v0.4.15
10682026-07-11T17:31:17.763Z Downloaded try-lock v0.2.5
10692026-07-11T17:31:17.766Z Downloaded tiny-keccak v2.0.2
10702026-07-11T17:31:17.766Z Downloaded icu_properties_data v2.1.2
10712026-07-11T17:31:17.771Z Downloaded string_cache v0.8.9
10722026-07-11T17:31:17.774Z Downloaded itertools v0.12.1
10732026-07-11T17:31:17.777Z Downloaded tokio-dtrace v0.1.1
10742026-07-11T17:31:17.779Z Downloaded slog v2.8.2
10752026-07-11T17:31:17.782Z Downloaded itertools v0.13.0
10762026-07-11T17:31:17.785Z Downloaded universal-hash v0.6.1
10772026-07-11T17:31:17.785Z Downloaded unit-prefix v0.5.2
10782026-07-11T17:31:17.788Z Downloaded unarray v0.1.4
10792026-07-11T17:31:17.788Z Downloaded typify-macro v0.6.2
10802026-07-11T17:31:17.788Z Downloaded tokio-native-tls v0.3.1
10812026-07-11T17:31:17.791Z Downloaded universal-hash v0.5.1
10822026-07-11T17:31:17.791Z Downloaded unicode-xid v0.2.6
10832026-07-11T17:31:17.791Z Downloaded unicode-truncate v1.1.0
10842026-07-11T17:31:17.794Z Downloaded p521 v0.14.0-rc.10
10852026-07-11T17:31:17.794Z Downloaded nom v8.0.0
10862026-07-11T17:31:17.797Z Downloaded num-bigint-dig v0.8.6
10872026-07-11T17:31:17.800Z Downloaded idna v1.1.0
10882026-07-11T17:31:17.803Z Downloaded usdt-attr-macro v0.6.0
10892026-07-11T17:31:17.806Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-07-11T17:31:17.806Z Downloaded tokio-tungstenite v0.23.1
10912026-07-11T17:31:17.806Z Downloaded term v0.7.0
10922026-07-11T17:31:17.809Z Downloaded utf-8 v0.7.6
10932026-07-11T17:31:17.809Z Downloaded usdt-macro v0.6.0
10942026-07-11T17:31:17.811Z Downloaded rand v0.9.2
10952026-07-11T17:31:17.811Z Downloaded untrusted v0.9.0
10962026-07-11T17:31:17.814Z Downloaded untrusted v0.7.1
10972026-07-11T17:31:17.814Z Downloaded rustls-webpki v0.103.13
10982026-07-11T17:31:17.817Z Downloaded tinystr v0.8.2
10992026-07-11T17:31:17.817Z Downloaded tokio-tungstenite v0.21.0
11002026-07-11T17:31:17.820Z Downloaded aho-corasick v1.1.4
11012026-07-11T17:31:17.823Z Downloaded quinn v0.11.9
11022026-07-11T17:31:17.826Z Downloaded void v1.0.2
11032026-07-11T17:31:17.826Z Downloaded wait-timeout v0.2.1
11042026-07-11T17:31:17.826Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11052026-07-11T17:31:17.829Z Downloaded qorb v0.4.1
11062026-07-11T17:31:17.829Z Downloaded utf8_iter v1.0.4
11072026-07-11T17:31:17.832Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-07-11T17:31:17.832Z Downloaded time-macros v0.2.27
11092026-07-11T17:31:17.835Z Downloaded crypto-primes v0.7.2
11102026-07-11T17:31:17.838Z Downloaded want v0.3.1
11112026-07-11T17:31:17.838Z Downloaded waitgroup v0.1.2
11122026-07-11T17:31:17.838Z Downloaded similar v2.7.0
11132026-07-11T17:31:17.841Z Downloaded thiserror-no-std v2.0.2
11142026-07-11T17:31:17.843Z Downloaded rsa v0.9.10
11152026-07-11T17:31:17.846Z Downloaded unicase v2.9.0
11162026-07-11T17:31:17.849Z Downloaded samael v0.0.19
11172026-07-11T17:31:17.852Z Downloaded serde_yaml v0.9.34+deprecated
11182026-07-11T17:31:17.852Z Downloaded usdt v0.6.0
11192026-07-11T17:31:17.855Z Downloaded tui-tree-widget v0.23.1
11202026-07-11T17:31:17.855Z Downloaded xattr v1.6.1
11212026-07-11T17:31:17.858Z Downloaded slog-term v2.9.2
11222026-07-11T17:31:17.858Z Downloaded xshell-macros v0.2.7
11232026-07-11T17:31:17.861Z Downloaded itertools v0.14.0
11242026-07-11T17:31:17.864Z Downloaded yoke-derive v0.8.1
11252026-07-11T17:31:17.867Z Downloaded tls_codec_derive v0.4.2
11262026-07-11T17:31:17.867Z Downloaded subprocess v0.2.15
11272026-07-11T17:31:17.870Z Downloaded socket2 v0.6.3
11282026-07-11T17:31:17.879Z Downloaded zeroize_derive v1.4.3
11292026-07-11T17:31:17.882Z Downloaded tokio-rustls v0.26.4
11302026-07-11T17:31:17.882Z Downloaded vergen-git2 v9.1.0
11312026-07-11T17:31:17.885Z Downloaded snafu v0.8.9
11322026-07-11T17:31:17.888Z Downloaded rand v0.10.1
11332026-07-11T17:31:17.891Z Downloaded twox-hash v2.1.2
11342026-07-11T17:31:17.894Z Downloaded zerofrom-derive v0.1.6
11352026-07-11T17:31:17.894Z Downloaded zerofrom v0.1.6
11362026-07-11T17:31:17.894Z Downloaded uzers v0.12.2
11372026-07-11T17:31:17.896Z Downloaded vergen-lib v9.1.0
11382026-07-11T17:31:17.897Z Downloaded usdt-impl v0.6.0
11392026-07-11T17:31:17.897Z Downloaded vsss-rs v3.3.4
11402026-07-11T17:31:17.899Z Downloaded tokio-stream v0.1.18
11412026-07-11T17:31:17.902Z Downloaded term v1.2.1
11422026-07-11T17:31:17.906Z Downloaded vergen-gitcl v1.0.8
11432026-07-11T17:31:17.906Z Downloaded toml_parser v1.1.2+spec-1.1.0
11442026-07-11T17:31:17.906Z Downloaded iddqd v0.4.2
11452026-07-11T17:31:17.910Z Downloaded whoami v1.6.1
11462026-07-11T17:31:17.914Z Downloaded test-strategy v0.4.5
11472026-07-11T17:31:17.916Z Downloaded socket2 v0.5.10
11482026-07-11T17:31:17.916Z Downloaded zone_cfg_derive v0.3.1
11492026-07-11T17:31:17.919Z Downloaded tracing-attributes v0.1.31
11502026-07-11T17:31:17.922Z Downloaded tinyvec v1.10.0
11512026-07-11T17:31:17.925Z Downloaded walkdir v2.5.0
11522026-07-11T17:31:17.926Z Downloaded unicode-properties v0.1.4
11532026-07-11T17:31:17.929Z Downloaded rsa v0.10.0-rc.18
11542026-07-11T17:31:17.932Z Downloaded hkdf v0.13.0
11552026-07-11T17:31:17.932Z Downloaded schemars v0.9.0
11562026-07-11T17:31:17.938Z Downloaded xshell v0.2.7
11572026-07-11T17:31:17.941Z Downloaded wyz v0.5.1
11582026-07-11T17:31:17.941Z Downloaded writeable v0.6.2
11592026-07-11T17:31:17.941Z Downloaded yoke v0.8.1
11602026-07-11T17:31:17.944Z Downloaded libm v0.2.16
11612026-07-11T17:31:17.947Z Downloaded toml v0.7.8
11622026-07-11T17:31:17.950Z Downloaded blake3 v1.8.5
11632026-07-11T17:31:17.954Z Downloaded zeroize v1.8.2
11642026-07-11T17:31:17.957Z Downloaded tracing-core v0.1.36
11652026-07-11T17:31:17.957Z Downloaded rustyline v14.0.0
11662026-07-11T17:31:17.960Z Downloaded tungstenite v0.21.0
11672026-07-11T17:31:17.963Z Downloaded zerovec-derive v0.11.2
11682026-07-11T17:31:17.963Z Downloaded vergen-lib v0.1.6
11692026-07-11T17:31:17.966Z Downloaded tungstenite v0.23.0
11702026-07-11T17:31:17.969Z Downloaded zone v0.3.1
11712026-07-11T17:31:17.969Z Downloaded vergen v9.1.0
11722026-07-11T17:31:17.969Z Downloaded toml v1.1.2+spec-1.1.0
11732026-07-11T17:31:17.972Z Downloaded schemars v1.2.1
11742026-07-11T17:31:17.979Z Downloaded zstd-safe v7.2.4
11752026-07-11T17:31:17.982Z Downloaded whoami v2.1.0
11762026-07-11T17:31:17.982Z Downloaded unicode-bidi v0.3.18
11772026-07-11T17:31:17.985Z Downloaded steno v0.4.1
11782026-07-11T17:31:17.988Z Downloaded hkdf v0.12.4
11792026-07-11T17:31:17.988Z Downloaded bitvec v1.0.1
11802026-07-11T17:31:17.996Z Downloaded yasna v0.5.2
11812026-07-11T17:31:17.999Z Downloaded unsafe-libyaml v0.2.11
11822026-07-11T17:31:17.999Z Downloaded tar v0.4.45
11832026-07-11T17:31:18.004Z Downloaded serde_with v1.14.0
11842026-07-11T17:31:18.007Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-07-11T17:31:18.010Z Downloaded uuid v1.23.4
11862026-07-11T17:31:18.017Z Downloaded bindgen v0.71.1
11872026-07-11T17:31:18.021Z Downloaded zstd v0.13.3
11882026-07-11T17:31:18.026Z Downloaded vte v0.14.1
11892026-07-11T17:31:18.035Z Downloaded reedline v0.40.0
11902026-07-11T17:31:18.040Z Downloaded typify v0.6.2
11912026-07-11T17:31:18.047Z Downloaded zerocopy v0.6.6
11922026-07-11T17:31:18.054Z Downloaded rpassword v7.4.0
11932026-07-11T17:31:18.057Z Downloaded chrono v0.4.44
11942026-07-11T17:31:18.069Z Downloaded aws-lc-rs v1.16.3
11952026-07-11T17:31:18.080Z Downloaded reqwest v0.12.28
11962026-07-11T17:31:18.083Z Downloaded zopfli v0.8.3
11972026-07-11T17:31:18.086Z Downloaded unicode_categories v0.1.1
11982026-07-11T17:31:18.086Z Downloaded git2 v0.20.4
11992026-07-11T17:31:18.090Z Downloaded url v2.5.8
12002026-07-11T17:31:18.093Z Downloaded tokio-postgres v0.7.16
12012026-07-11T17:31:18.096Z Downloaded zerotrie v0.2.3
12022026-07-11T17:31:18.099Z Downloaded crypto-bigint v0.7.5
12032026-07-11T17:31:18.113Z Downloaded portable-atomic v1.13.1
12042026-07-11T17:31:18.117Z Downloaded zip v0.6.6
12052026-07-11T17:31:18.121Z Downloaded reqwest v0.13.2
12062026-07-11T17:31:18.124Z Downloaded lalrpop v0.19.12
12072026-07-11T17:31:18.131Z Downloaded curve25519-dalek v4.1.3
12082026-07-11T17:31:18.136Z Downloaded yansi v1.0.1
12092026-07-11T17:31:18.141Z Downloaded regex v1.12.3
12102026-07-11T17:31:18.144Z Downloaded toml_edit v0.19.15
12112026-07-11T17:31:18.150Z Downloaded zerocopy-derive v0.8.40
12122026-07-11T17:31:18.155Z Downloaded p384 v0.13.1
12132026-07-11T17:31:18.158Z Downloaded x509-cert v0.2.5
12142026-07-11T17:31:18.162Z Downloaded unicode-segmentation v1.12.0
12152026-07-11T17:31:18.165Z Downloaded typed-path v0.9.3
12162026-07-11T17:31:18.169Z Downloaded quick-xml v0.37.5
12172026-07-11T17:31:18.174Z Downloaded proptest v1.10.0
12182026-07-11T17:31:18.178Z Downloaded tower v0.5.3
12192026-07-11T17:31:18.183Z Downloaded moka v0.12.13
12202026-07-11T17:31:18.188Z Downloaded salty v0.3.0
12212026-07-11T17:31:18.192Z Downloaded ssh-key v0.7.0-rc.10
12222026-07-11T17:31:18.197Z Downloaded goblin v0.10.5
12232026-07-11T17:31:18.201Z Downloaded unicode-normalization v0.1.25
12242026-07-11T17:31:18.212Z Downloaded rayon v1.11.0
12252026-07-11T17:31:18.217Z Downloaded tough v0.22.0
12262026-07-11T17:31:18.222Z Downloaded zip v4.6.1
12272026-07-11T17:31:18.225Z Downloaded tokio-util v0.7.18
12282026-07-11T17:31:18.235Z Downloaded serde_with v3.17.0
12292026-07-11T17:31:18.241Z Downloaded tower-http v0.6.8
12302026-07-11T17:31:18.245Z Downloaded object v0.30.4
12312026-07-11T17:31:18.251Z Downloaded petname v2.0.2
12322026-07-11T17:31:18.257Z Downloaded curve25519-dalek v5.0.0-rc.0
12332026-07-11T17:31:18.263Z Downloaded quinn-proto v0.11.13
12342026-07-11T17:31:18.267Z Downloaded bstr v1.12.1
12352026-07-11T17:31:18.286Z Downloaded radix_trie v0.2.1
12362026-07-11T17:31:18.289Z Downloaded zerovec v0.11.5
12372026-07-11T17:31:18.292Z Downloaded russh v0.61.2
12382026-07-11T17:31:18.296Z Downloaded polar-core v0.27.3
12392026-07-11T17:31:18.301Z Downloaded nix v0.28.0
12402026-07-11T17:31:18.307Z Downloaded winnow v0.5.40
12412026-07-11T17:31:18.312Z Downloaded nix v0.27.1
12422026-07-11T17:31:18.318Z Downloaded winnow v0.6.26
12432026-07-11T17:31:18.322Z Downloaded openssl v0.10.79
12442026-07-11T17:31:18.328Z Downloaded dropshot v0.17.1
12452026-07-11T17:31:18.341Z Downloaded winnow v1.0.3
12462026-07-11T17:31:18.356Z Downloaded tabled v0.20.0
12472026-07-11T17:31:18.367Z Downloaded time v0.3.47
12482026-07-11T17:31:18.373Z Downloaded object v0.37.3
12492026-07-11T17:31:18.379Z Downloaded vcpkg v0.2.15
12502026-07-11T17:31:18.402Z Downloaded zlib-rs v0.6.2
12512026-07-11T17:31:18.406Z Downloaded regex-syntax v0.6.29
12522026-07-11T17:31:18.412Z Downloaded nix v0.31.2
12532026-07-11T17:31:18.416Z Downloaded hickory-proto v0.25.2
12542026-07-11T17:31:18.425Z Downloaded smoltcp v0.11.0
12552026-07-11T17:31:18.432Z Downloaded regress v0.11.1
12562026-07-11T17:31:18.437Z Downloaded zerocopy v0.8.40
12572026-07-11T17:31:18.443Z Downloaded diesel v2.3.7
12582026-07-11T17:31:18.455Z Downloaded rustix v0.38.44
12592026-07-11T17:31:18.468Z Downloaded regex-syntax v0.8.10
12602026-07-11T17:31:18.474Z Downloaded regress v0.10.5
12612026-07-11T17:31:18.478Z Downloaded openapiv3 v2.2.0
12622026-07-11T17:31:18.485Z Downloaded smoltcp v0.9.1
12632026-07-11T17:31:18.491Z Downloaded rustls v0.23.41
12642026-07-11T17:31:18.498Z Downloaded hickory-proto v0.24.4
12652026-07-11T17:31:18.539Z Downloaded fiat-crypto v0.3.0
12662026-07-11T17:31:18.547Z Downloaded sqlparser v0.61.0
12672026-07-11T17:31:18.565Z Downloaded sled v0.34.7
12682026-07-11T17:31:18.572Z Downloaded typify-impl v0.6.2
12692026-07-11T17:31:18.581Z Downloaded sha3 v0.11.0
12702026-07-11T17:31:18.584Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-11T17:31:18.590Z Downloaded tracing v0.1.44
12722026-07-11T17:31:18.603Z Downloaded ratatui v0.29.0
12732026-07-11T17:31:18.614Z Downloaded regex-automata v0.4.14
12742026-07-11T17:31:18.631Z Downloaded zerocopy-derive v0.6.6
12752026-07-11T17:31:18.636Z Downloaded chrono-tz v0.10.4
12762026-07-11T17:31:18.647Z Downloaded petgraph v0.6.5
12772026-07-11T17:31:18.658Z Downloaded jiff v0.2.21
12782026-07-11T17:31:18.691Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-07-11T17:31:18.702Z Downloaded petgraph v0.8.3
12802026-07-11T17:31:18.714Z Downloaded libz-sys v1.1.24
12812026-07-11T17:31:18.727Z Downloaded csv v1.4.0
12822026-07-11T17:31:18.739Z Downloaded sha3 v0.10.8
12832026-07-11T17:31:18.756Z Downloaded tokio v1.52.1
12842026-07-11T17:31:18.787Z Downloaded encoding_rs v0.8.35
12852026-07-11T17:31:18.863Z Downloaded ring v0.17.14
12862026-07-11T17:31:18.903Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-11T17:31:19.418Z Downloaded aws-lc-sys v0.40.0
12882026-07-11T17:31:19.661Z Compiling libc v0.2.185
12892026-07-11T17:31:19.661Z Compiling serde_core v1.0.228
12902026-07-11T17:31:19.661Z Compiling serde v1.0.228
12912026-07-11T17:31:19.664Z Compiling log v0.4.29
12922026-07-11T17:31:19.664Z Compiling smallvec v1.15.1
12932026-07-11T17:31:19.664Z Compiling find-msvc-tools v0.1.9
12942026-07-11T17:31:19.664Z Compiling shlex v1.3.0
12952026-07-11T17:31:19.664Z Compiling subtle v2.6.1
12962026-07-11T17:31:19.664Z Compiling scopeguard v1.2.0
12972026-07-11T17:31:19.816Z Compiling stable_deref_trait v1.2.1
12982026-07-11T17:31:19.827Z Compiling typenum v1.20.1
12992026-07-11T17:31:19.870Z Compiling serde_json v1.0.150
13002026-07-11T17:31:19.873Z Compiling portable-atomic v1.13.1
13012026-07-11T17:31:19.873Z Compiling zerocopy v0.8.40
13022026-07-11T17:31:19.883Z Compiling syn v2.0.117
13032026-07-11T17:31:19.895Z Compiling parking_lot_core v0.9.12
13042026-07-11T17:31:19.975Z Compiling lock_api v0.4.14
13052026-07-11T17:31:20.011Z Compiling pin-project-lite v0.2.17
13062026-07-11T17:31:20.019Z Compiling pkg-config v0.3.32
13072026-07-11T17:31:20.066Z Compiling critical-section v1.2.0
13082026-07-11T17:31:20.081Z Compiling libm v0.2.16
13092026-07-11T17:31:20.099Z Compiling futures-core v0.3.32
13102026-07-11T17:31:20.113Z Compiling getrandom v0.4.1
13112026-07-11T17:31:20.128Z Compiling num-traits v0.2.19
13122026-07-11T17:31:20.186Z Compiling generic-array v0.14.7
13132026-07-11T17:31:20.189Z Compiling rand_core v0.10.0
13142026-07-11T17:31:20.213Z Compiling const-oid v0.9.6
13152026-07-11T17:31:20.243Z Compiling writeable v0.6.2
13162026-07-11T17:31:20.269Z Compiling litemap v0.8.1
13172026-07-11T17:31:20.272Z Compiling percent-encoding v2.3.2
13182026-07-11T17:31:20.387Z Compiling icu_normalizer_data v2.1.1
13192026-07-11T17:31:20.456Z Compiling icu_properties_data v2.1.2
13202026-07-11T17:31:20.487Z Compiling futures-sink v0.3.32
13212026-07-11T17:31:20.490Z Compiling futures-task v0.3.32
13222026-07-11T17:31:20.514Z Compiling slab v0.4.12
13232026-07-11T17:31:20.517Z Compiling futures-io v0.3.32
13242026-07-11T17:31:20.556Z Compiling rustversion v1.0.22
13252026-07-11T17:31:20.597Z Compiling futures-channel v0.3.32
13262026-07-11T17:31:20.615Z Compiling utf8_iter v1.0.4
13272026-07-11T17:31:20.627Z Compiling getrandom v0.3.4
13282026-07-11T17:31:20.703Z Compiling form_urlencoded v1.2.2
13292026-07-11T17:31:20.720Z Compiling dunce v1.0.5
13302026-07-11T17:31:20.751Z Compiling rustix v1.1.3
13312026-07-11T17:31:20.770Z Compiling ident_case v1.0.1
13322026-07-11T17:31:20.784Z Compiling fs_extra v1.3.0
13332026-07-11T17:31:20.820Z Compiling jobserver v0.1.34
13342026-07-11T17:31:20.865Z Compiling errno v0.3.14
13352026-07-11T17:31:20.890Z Compiling getrandom v0.2.17
13362026-07-11T17:31:20.933Z Compiling mio v1.2.0
13372026-07-11T17:31:20.964Z Compiling socket2 v0.6.3
13382026-07-11T17:31:21.032Z Compiling rand_core v0.6.4
13392026-07-11T17:31:21.052Z Compiling cc v1.2.56
13402026-07-11T17:31:21.066Z Compiling once_cell v1.21.3
13412026-07-11T17:31:21.096Z Compiling signal-hook-registry v1.4.8
13422026-07-11T17:31:21.147Z Compiling parking_lot v0.12.5
13432026-07-11T17:31:21.195Z Compiling regex-syntax v0.8.10
13442026-07-11T17:31:21.236Z Compiling iana-time-zone v0.1.65
13452026-07-11T17:31:21.250Z Compiling vcpkg v0.2.15
13462026-07-11T17:31:21.339Z Compiling base64ct v1.8.3
13472026-07-11T17:31:21.396Z Compiling tracing-core v0.1.36
13482026-07-11T17:31:21.411Z Compiling base64 v0.22.1
13492026-07-11T17:31:21.415Z Compiling flagset v0.4.7
13502026-07-11T17:31:21.453Z Compiling aws-lc-rs v1.16.3
13512026-07-11T17:31:21.467Z Compiling tinyvec_macros v0.1.1
13522026-07-11T17:31:21.543Z Compiling openssl-probe v0.2.1
13532026-07-11T17:31:21.558Z Compiling httparse v1.10.1
13542026-07-11T17:31:21.561Z Compiling cmov v0.5.4
13552026-07-11T17:31:21.659Z Compiling rand_core v0.9.5
13562026-07-11T17:31:21.674Z Compiling pem-rfc7468 v0.7.0
13572026-07-11T17:31:21.720Z Compiling tinyvec v1.10.0
13582026-07-11T17:31:21.741Z Compiling ctutils v0.4.2
13592026-07-11T17:31:21.774Z Compiling aho-corasick v1.1.4
13602026-07-11T17:31:21.788Z Compiling tower-layer v0.3.3
13612026-07-11T17:31:21.804Z Compiling schemars v0.8.22
13622026-07-11T17:31:21.821Z Compiling tower-service v0.3.3
13632026-07-11T17:31:21.932Z Compiling cmake v0.1.57
13642026-07-11T17:31:21.965Z Compiling try-lock v0.2.5
13652026-07-11T17:31:21.980Z Compiling atomic-waker v1.1.2
13662026-07-11T17:31:22.010Z Compiling untrusted v0.7.1
13672026-07-11T17:31:22.010Z Compiling dyn-clone v1.0.20
13682026-07-11T17:31:22.038Z Compiling httpdate v1.0.3
13692026-07-11T17:31:22.038Z Compiling cpufeatures v0.2.17
13702026-07-11T17:31:22.041Z Compiling rustls v0.23.41
13712026-07-11T17:31:22.096Z Compiling bitflags v2.11.0
13722026-07-11T17:31:22.125Z Compiling semver v1.0.28
13732026-07-11T17:31:22.141Z Compiling indexmap v2.14.0
13742026-07-11T17:31:22.141Z Compiling uuid v1.23.4
13752026-07-11T17:31:22.183Z Compiling want v0.3.1
13762026-07-11T17:31:22.202Z Compiling untrusted v0.9.0
13772026-07-11T17:31:22.263Z Compiling openssl v0.10.79
13782026-07-11T17:31:22.278Z Compiling foreign-types-shared v0.1.1
13792026-07-11T17:31:22.293Z Compiling unicode-normalization v0.1.25
13802026-07-11T17:31:22.359Z Compiling rustc_version v0.4.1
13812026-07-11T17:31:22.374Z Compiling foreign-types v0.3.2
13822026-07-11T17:31:22.389Z Compiling spin v0.9.8
13832026-07-11T17:31:22.392Z Compiling crc32fast v1.5.0
13842026-07-11T17:31:22.418Z Compiling time-core v0.1.8
13852026-07-11T17:31:22.451Z Compiling powerfmt v0.2.0
13862026-07-11T17:31:22.478Z Compiling num-conv v0.2.0
13872026-07-11T17:31:22.532Z Compiling native-tls v0.2.18
13882026-07-11T17:31:22.572Z Compiling wait-timeout v0.2.1
13892026-07-11T17:31:22.625Z Compiling deranged v0.5.8
13902026-07-11T17:31:22.632Z Compiling time-macros v0.2.27
13912026-07-11T17:31:22.679Z Compiling sync_wrapper v1.0.2
13922026-07-11T17:31:22.704Z Compiling aws-lc-sys v0.40.0
13932026-07-11T17:31:22.719Z Compiling openssl-sys v0.9.115
13942026-07-11T17:31:22.723Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-07-11T17:31:22.784Z Compiling regex-automata v0.4.14
13962026-07-11T17:31:22.814Z Compiling quick-error v1.2.3
13972026-07-11T17:31:22.828Z Compiling num_threads v0.1.7
13982026-07-11T17:31:22.850Z Compiling usdt-impl v0.6.0
13992026-07-11T17:31:22.865Z Compiling simd-adler32 v0.3.8
14002026-07-11T17:31:22.919Z Compiling synstructure v0.13.2
14012026-07-11T17:31:22.934Z Compiling serde_derive_internals v0.29.1
14022026-07-11T17:31:22.938Z Compiling pest_generator v2.8.6
14032026-07-11T17:31:23.092Z Compiling darling_core v0.20.11
14042026-07-11T17:31:23.133Z Compiling siphasher v1.0.2
14052026-07-11T17:31:23.303Z Compiling tempfile v3.25.0
14062026-07-11T17:31:23.356Z Compiling syn v1.0.109
14072026-07-11T17:31:23.574Z Compiling crossbeam-utils v0.8.21
14082026-07-11T17:31:23.590Z Compiling bit-vec v0.8.0
14092026-07-11T17:31:23.593Z Compiling rusty-fork v0.3.1
14102026-07-11T17:31:23.697Z Compiling darling_core v0.21.3
14112026-07-11T17:31:23.743Z Compiling heapless v0.7.17
14122026-07-11T17:31:23.773Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-11T17:31:23.799Z Compiling bit-set v0.8.0
14142026-07-11T17:31:23.813Z Compiling time v0.3.47
14152026-07-11T17:31:23.851Z Compiling rand_xorshift v0.4.0
14162026-07-11T17:31:23.873Z Compiling slog v2.8.2
14172026-07-11T17:31:23.877Z Compiling thread-id v5.1.0
14182026-07-11T17:31:23.930Z Compiling cookie v0.18.1
14192026-07-11T17:31:23.944Z Compiling anyhow v1.0.102
14202026-07-11T17:31:23.947Z Compiling zstd-safe v7.2.4
14212026-07-11T17:31:23.979Z Compiling adler2 v2.0.1
14222026-07-11T17:31:23.994Z Compiling signal-hook v0.3.18
14232026-07-11T17:31:24.029Z Compiling unarray v0.1.4
14242026-07-11T17:31:24.044Z Compiling unicode-bidi v0.3.18
14252026-07-11T17:31:24.097Z Compiling ryu v1.0.23
14262026-07-11T17:31:24.113Z Compiling unicode-properties v0.1.4
14272026-07-11T17:31:24.183Z Compiling iri-string v0.7.10
14282026-07-11T17:31:24.204Z Compiling paste v1.0.15
14292026-07-11T17:31:24.219Z Compiling allocator-api2 v0.2.21
14302026-07-11T17:31:24.302Z Compiling miniz_oxide v0.8.9
14312026-07-11T17:31:24.569Z Compiling stringprep v0.1.5
14322026-07-11T17:31:24.583Z Compiling camino v1.2.2
14332026-07-11T17:31:24.586Z Compiling curve25519-dalek v4.1.3
14342026-07-11T17:31:24.626Z Compiling num-integer v0.1.46
14352026-07-11T17:31:24.708Z Compiling serde_derive v1.0.228
14362026-07-11T17:31:24.865Z Compiling zeroize_derive v1.4.3
14372026-07-11T17:31:24.944Z Compiling zerofrom-derive v0.1.6
14382026-07-11T17:31:24.975Z Compiling yoke-derive v0.8.1
14392026-07-11T17:31:24.978Z Compiling zerocopy-derive v0.8.40
14402026-07-11T17:31:25.019Z Compiling zerovec-derive v0.11.2
14412026-07-11T17:31:25.039Z Compiling displaydoc v0.2.5
14422026-07-11T17:31:25.057Z Compiling tokio-macros v2.7.0
14432026-07-11T17:31:25.501Z Compiling futures-macro v0.3.32
14442026-07-11T17:31:25.505Z Compiling thiserror-impl v2.0.18
14452026-07-11T17:31:25.554Z Compiling zeroize v1.8.2
14462026-07-11T17:31:25.779Z Compiling der_derive v0.7.3
14472026-07-11T17:31:25.850Z Compiling tracing-attributes v0.1.31
14482026-07-11T17:31:25.854Z Compiling rustls-pki-types v1.14.0
14492026-07-11T17:31:26.175Z Compiling hybrid-array v0.4.13
14502026-07-11T17:31:26.204Z Compiling pest_derive v2.8.6
14512026-07-11T17:31:26.323Z Compiling crypto-common v0.1.7
14522026-07-11T17:31:26.348Z Compiling block-buffer v0.10.4
14532026-07-11T17:31:26.372Z Compiling scroll_derive v0.13.1
14542026-07-11T17:31:26.407Z Compiling futures-util v0.3.32
14552026-07-11T17:31:26.432Z Compiling zerofrom v0.1.6
14562026-07-11T17:31:26.495Z Compiling digest v0.10.7
14572026-07-11T17:31:26.539Z Compiling schemars_derive v0.8.22
14582026-07-11T17:31:26.555Z Compiling yoke v0.8.1
14592026-07-11T17:31:26.702Z Compiling darling_macro v0.20.11
14602026-07-11T17:31:26.757Z Compiling zerovec v0.11.5
14612026-07-11T17:31:26.772Z Compiling zerotrie v0.2.3
14622026-07-11T17:31:26.821Z Compiling der v0.7.10
14632026-07-11T17:31:26.932Z Compiling thiserror v2.0.18
14642026-07-11T17:31:26.994Z Compiling openssl-macros v0.1.1
14652026-07-11T17:31:27.056Z Compiling sha2 v0.10.9
14662026-07-11T17:31:27.072Z Compiling hmac v0.12.1
14672026-07-11T17:31:27.086Z Compiling dtrace-parser v0.3.0
14682026-07-11T17:31:27.243Z Compiling tinystr v0.8.2
14692026-07-11T17:31:27.258Z Compiling potential_utf v0.1.4
14702026-07-11T17:31:27.261Z Compiling tracing v0.1.44
14712026-07-11T17:31:27.261Z Compiling scroll v0.13.0
14722026-07-11T17:31:27.302Z Compiling darling v0.20.11
14732026-07-11T17:31:27.397Z Compiling icu_collections v2.1.1
14742026-07-11T17:31:27.442Z Compiling icu_locale_core v2.1.1
14752026-07-11T17:31:27.470Z Compiling derive_builder_core v0.20.2
14762026-07-11T17:31:27.550Z Compiling goblin v0.10.5
14772026-07-11T17:31:27.567Z Compiling scroll_derive v0.12.1
14782026-07-11T17:31:27.852Z Compiling spki v0.7.3
14792026-07-11T17:31:27.871Z Compiling thiserror-impl v1.0.69
14802026-07-11T17:31:27.901Z Compiling block-padding v0.4.2
14812026-07-11T17:31:28.070Z Compiling icu_provider v2.1.1
14822026-07-11T17:31:28.085Z Compiling pkcs8 v0.10.2
14832026-07-11T17:31:28.088Z Compiling crypto-common v0.2.2
14842026-07-11T17:31:28.283Z Compiling bytes v1.11.1
14852026-07-11T17:31:28.299Z Compiling chrono v0.4.44
14862026-07-11T17:31:28.313Z Compiling icu_normalizer v2.1.1
14872026-07-11T17:31:28.354Z Compiling icu_properties v2.1.2
14882026-07-11T17:31:28.369Z Compiling ipnet v2.11.0
14892026-07-11T17:31:28.390Z Compiling derive_builder_macro v0.20.2
14902026-07-11T17:31:28.396Z Compiling scroll v0.12.0
14912026-07-11T17:31:28.462Z Compiling erased-serde v0.3.31
14922026-07-11T17:31:28.679Z Compiling toml_datetime v0.6.11
14932026-07-11T17:31:28.793Z Compiling tokio v1.52.1
14942026-07-11T17:31:28.864Z Compiling http v1.4.2
14952026-07-11T17:31:28.887Z Compiling serde_urlencoded v0.7.1
14962026-07-11T17:31:28.900Z Compiling serde_tokenstream v0.2.3
14972026-07-11T17:31:28.920Z Compiling serde_spanned v0.6.9
14982026-07-11T17:31:28.957Z Compiling block-buffer v0.12.1
14992026-07-11T17:31:28.972Z Compiling md-5 v0.10.6
15002026-07-11T17:31:29.079Z Compiling signature v2.2.0
15012026-07-11T17:31:29.146Z Compiling darling_macro v0.21.3
15022026-07-11T17:31:29.223Z Compiling rustls-native-certs v0.8.3
15032026-07-11T17:31:29.239Z Compiling bstr v1.12.1
15042026-07-11T17:31:29.254Z Compiling thiserror v1.0.69
15052026-07-11T17:31:29.275Z Compiling idna_adapter v1.2.1
15062026-07-11T17:31:29.290Z Compiling zerocopy-derive v0.7.35
15072026-07-11T17:31:29.367Z Compiling pin-project-internal v1.1.11
15082026-07-11T17:31:29.436Z Compiling idna v1.1.0
15092026-07-11T17:31:29.533Z Compiling ppv-lite86 v0.2.21
15102026-07-11T17:31:29.548Z Compiling async-trait v0.1.89
15112026-07-11T17:31:29.678Z Compiling http-body v1.0.1
15122026-07-11T17:31:29.736Z Compiling url v2.5.8
15132026-07-11T17:31:29.853Z Compiling rand_chacha v0.9.0
15142026-07-11T17:31:29.867Z Compiling http-body-util v0.1.3
15152026-07-11T17:31:29.881Z Compiling rand_chacha v0.3.1
15162026-07-11T17:31:29.907Z Compiling vergen-lib v9.1.0
15172026-07-11T17:31:29.923Z Compiling hash32 v0.2.1
15182026-07-11T17:31:30.095Z Compiling rand v0.9.2
15192026-07-11T17:31:30.126Z Compiling memoffset v0.9.1
15202026-07-11T17:31:30.129Z Compiling encoding_rs v0.8.35
15212026-07-11T17:31:30.129Z Compiling fallible-iterator v0.2.0
15222026-07-11T17:31:30.129Z Compiling smoltcp v0.9.1
15232026-07-11T17:31:30.213Z Compiling litrs v1.0.0
15242026-07-11T17:31:30.497Z Compiling dof v0.4.0
15252026-07-11T17:31:30.516Z Compiling zlib-rs v0.6.2
15262026-07-11T17:31:30.532Z Compiling cfg_aliases v0.2.1
15272026-07-11T17:31:30.535Z Compiling psl-types v2.0.11
15282026-07-11T17:31:30.563Z Compiling rustix v0.38.44
15292026-07-11T17:31:30.577Z Compiling mime v0.3.17
15302026-07-11T17:31:30.615Z Compiling num-bigint-dig v0.8.6
15312026-07-11T17:31:30.633Z Compiling ref-cast v1.0.25
15322026-07-11T17:31:30.669Z Compiling proptest v1.10.0
15332026-07-11T17:31:30.705Z Compiling postgres-protocol v0.6.10
15342026-07-11T17:31:30.751Z Compiling document-features v0.2.12
15352026-07-11T17:31:30.854Z Compiling publicsuffix v2.3.0
15362026-07-11T17:31:30.868Z Compiling nix v0.31.2
15372026-07-11T17:31:30.934Z Compiling pin-project v1.1.11
15382026-07-11T17:31:31.054Z Compiling zerocopy v0.7.35
15392026-07-11T17:31:31.057Z Compiling rand v0.8.6
15402026-07-11T17:31:31.151Z Compiling ipnetwork v0.21.1
15412026-07-11T17:31:31.283Z Compiling darling v0.21.3
15422026-07-11T17:31:31.393Z Compiling oxnet v0.1.6
15432026-07-11T17:31:31.407Z Compiling derive_builder v0.20.2
15442026-07-11T17:31:31.553Z Compiling goblin v0.8.2
15452026-07-11T17:31:31.569Z Compiling futures-executor v0.3.32
15462026-07-11T17:31:31.602Z Compiling hubpack_derive v0.1.1
15472026-07-11T17:31:31.629Z Compiling hex v0.4.3
15482026-07-11T17:31:31.691Z Compiling inout v0.2.2
15492026-07-11T17:31:31.700Z Compiling regex v1.12.3
15502026-07-11T17:31:31.915Z Compiling num-iter v0.1.45
15512026-07-11T17:31:31.925Z Compiling strum_macros v0.27.2
15522026-07-11T17:31:31.929Z Compiling snafu-derive v0.8.9
15532026-07-11T17:31:31.959Z Compiling daft-derive v0.1.7
15542026-07-11T17:31:31.974Z Compiling curve25519-dalek-derive v0.1.1
15552026-07-11T17:31:31.977Z Compiling ref-cast-impl v1.0.25
15562026-07-11T17:31:32.110Z Compiling phf_shared v0.13.1
15572026-07-11T17:31:32.152Z Compiling terminal_size v0.4.3
15582026-07-11T17:31:32.266Z Compiling lazy_static v1.5.0
15592026-07-11T17:31:32.304Z Compiling anstyle-parse v0.2.7
15602026-07-11T17:31:32.339Z Compiling cargo-platform v0.3.2
15612026-07-11T17:31:32.354Z Compiling vergen v9.1.0
15622026-07-11T17:31:32.372Z Compiling ff v0.13.1
15632026-07-11T17:31:32.376Z Compiling fs-err v3.3.0
15642026-07-11T17:31:32.504Z Compiling ahash v0.8.12
15652026-07-11T17:31:32.525Z Compiling base16ct v0.2.0
15662026-07-11T17:31:32.564Z Compiling bumpalo v3.20.2
15672026-07-11T17:31:32.578Z Compiling unicode-segmentation v1.12.0
15682026-07-11T17:31:32.581Z Compiling winnow v0.5.40
15692026-07-11T17:31:32.614Z Compiling object v0.37.3
15702026-07-11T17:31:32.628Z Compiling managed v0.8.0
15712026-07-11T17:31:32.710Z Compiling tokio-util v0.7.18
15722026-07-11T17:31:32.724Z Compiling tower v0.5.3
15732026-07-11T17:31:32.744Z Compiling tokio-native-tls v0.3.1
15742026-07-11T17:31:32.758Z Compiling libbz2-rs-sys v0.2.2
15752026-07-11T17:31:32.830Z Compiling same-file v1.0.6
15762026-07-11T17:31:32.856Z Compiling bitflags v1.3.2
15772026-07-11T17:31:32.925Z Compiling foldhash v0.1.5
15782026-07-11T17:31:32.942Z Compiling foldhash v0.2.0
15792026-07-11T17:31:32.955Z Compiling walkdir v2.5.0
15802026-07-11T17:31:33.029Z Compiling newtype-uuid v1.3.2
15812026-07-11T17:31:33.112Z Compiling hashbrown v0.16.1
15822026-07-11T17:31:33.177Z Compiling tower-http v0.6.8
15832026-07-11T17:31:33.215Z Compiling bzip2 v0.6.1
15842026-07-11T17:31:33.280Z Compiling daft v0.1.7
15852026-07-11T17:31:33.374Z Compiling hashbrown v0.15.5
15862026-07-11T17:31:33.433Z Compiling h2 v0.4.15
15872026-07-11T17:31:33.450Z Compiling flate2 v1.1.9
15882026-07-11T17:31:33.578Z Compiling zopfli v0.8.3
15892026-07-11T17:31:33.710Z Compiling sec1 v0.7.3
15902026-07-11T17:31:33.805Z Compiling dof v0.3.0
15912026-07-11T17:31:33.860Z Compiling snafu v0.8.9
15922026-07-11T17:31:33.876Z Compiling toml_edit v0.19.15
15932026-07-11T17:31:33.890Z Compiling clap_builder v4.6.0
15942026-07-11T17:31:33.906Z Compiling strum v0.27.2
15952026-07-11T17:31:33.944Z Compiling cargo_metadata v0.23.1
15962026-07-11T17:31:33.958Z Compiling group v0.13.0
15972026-07-11T17:31:34.003Z Compiling anstream v0.6.21
15982026-07-11T17:31:34.053Z Compiling phf v0.13.1
15992026-07-11T17:31:34.184Z Compiling signal-hook-mio v0.2.5
16002026-07-11T17:31:34.281Z Compiling hubpack v0.1.2
16012026-07-11T17:31:34.299Z Compiling cookie_store v0.22.1
16022026-07-11T17:31:34.318Z Compiling usdt-attr-macro v0.6.0
16032026-07-11T17:31:34.370Z Compiling usdt-macro v0.6.0
16042026-07-11T17:31:34.522Z Compiling bzip2 v0.4.4
16052026-07-11T17:31:34.575Z Compiling cipher v0.5.2
16062026-07-11T17:31:34.636Z Compiling futures v0.3.32
16072026-07-11T17:31:34.652Z Compiling zstd v0.13.3
16082026-07-11T17:31:34.730Z Compiling serde_with_macros v3.17.0
16092026-07-11T17:31:34.874Z Compiling postgres-types v0.2.12
16102026-07-11T17:31:34.940Z Compiling globset v0.4.18
16112026-07-11T17:31:34.976Z Compiling dtrace-parser v0.2.0
16122026-07-11T17:31:35.131Z Compiling ed25519 v2.2.3
16132026-07-11T17:31:35.201Z Compiling pkcs1 v0.7.5
16142026-07-11T17:31:35.216Z Compiling serde_plain v1.0.2
16152026-07-11T17:31:35.419Z Compiling olpc-cjson v0.1.4
16162026-07-11T17:31:35.434Z Compiling serde-big-array v0.5.1
16172026-07-11T17:31:35.471Z Compiling hkdf v0.12.4
16182026-07-11T17:31:35.595Z Compiling crypto-bigint v0.5.5
16192026-07-11T17:31:35.609Z Compiling async-recursion v1.1.1
16202026-07-11T17:31:35.623Z Compiling strum_macros v0.26.4
16212026-07-11T17:31:35.653Z Compiling enum-as-inner v0.6.1
16222026-07-11T17:31:35.656Z Compiling serde_repr v0.1.20
16232026-07-11T17:31:35.752Z Compiling clap_derive v4.6.1
16242026-07-11T17:31:35.915Z Compiling phf_shared v0.11.3
16252026-07-11T17:31:36.037Z Compiling float-cmp v0.10.0
16262026-07-11T17:31:36.067Z Compiling pem v3.0.6
16272026-07-11T17:31:36.120Z Compiling thread-id v4.2.2
16282026-07-11T17:31:36.203Z Compiling memmap2 v0.9.10
16292026-07-11T17:31:36.203Z Compiling env_filter v1.0.0
16302026-07-11T17:31:36.231Z Compiling difflib v0.4.0
16312026-07-11T17:31:36.256Z Compiling either v1.15.0
16322026-07-11T17:31:36.324Z Compiling keccak v0.1.6
16332026-07-11T17:31:36.422Z Compiling typed-path v0.9.3
16342026-07-11T17:31:36.446Z Compiling static_assertions v1.1.0
16352026-07-11T17:31:36.478Z Compiling fixedbitset v0.5.7
16362026-07-11T17:31:36.526Z Compiling fixedbitset v0.4.2
16372026-07-11T17:31:36.543Z Compiling cpufeatures v0.3.0
16382026-07-11T17:31:36.583Z Compiling new_debug_unreachable v1.0.6
16392026-07-11T17:31:36.633Z Compiling precomputed-hash v0.1.1
16402026-07-11T17:31:36.668Z Compiling hyper v1.10.1
16412026-07-11T17:31:36.731Z Compiling normalize-line-endings v0.3.0
16422026-07-11T17:31:36.746Z Compiling winnow v1.0.3
16432026-07-11T17:31:36.762Z Compiling jiff v0.2.21
16442026-07-11T17:31:36.799Z Compiling data-encoding v2.10.0
16452026-07-11T17:31:36.813Z Compiling whoami v2.1.0
16462026-07-11T17:31:36.846Z Compiling predicates-core v1.0.10
16472026-07-11T17:31:36.978Z Compiling const-oid v0.10.2
16482026-07-11T17:31:37.036Z Compiling tokio-postgres v0.7.16
16492026-07-11T17:31:37.091Z Compiling toml_parser v1.1.2+spec-1.1.0
16502026-07-11T17:31:37.119Z Compiling hickory-proto v0.25.2
16512026-07-11T17:31:37.199Z Compiling digest v0.11.3
16522026-07-11T17:31:37.216Z Compiling predicates v3.1.4
16532026-07-11T17:31:37.432Z Compiling strum v0.26.3
16542026-07-11T17:31:37.455Z Compiling toml_edit v0.22.27
16552026-07-11T17:31:37.521Z Compiling string_cache v0.8.9
16562026-07-11T17:31:37.577Z Compiling petgraph v0.8.3
16572026-07-11T17:31:37.580Z Compiling clap v4.6.1
16582026-07-11T17:31:37.684Z Compiling petgraph v0.6.5
16592026-07-11T17:31:37.699Z Compiling chacha20 v0.10.0
16602026-07-11T17:31:37.715Z Compiling elliptic-curve v0.13.8
16612026-07-11T17:31:37.767Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-07-11T17:31:37.770Z Compiling sha3 v0.10.8
16632026-07-11T17:31:37.798Z Compiling hyper-util v0.1.20
16642026-07-11T17:31:37.896Z Compiling itertools v0.13.0
16652026-07-11T17:31:38.081Z Compiling usdt v0.6.0
16662026-07-11T17:31:38.132Z Compiling env_logger v0.11.9
16672026-07-11T17:31:38.253Z Compiling usdt-impl v0.5.0
16682026-07-11T17:31:38.329Z Compiling serde_with v3.17.0
16692026-07-11T17:31:38.361Z Compiling crossterm v0.28.1
16702026-07-11T17:31:38.501Z Compiling rsa v0.9.10
16712026-07-11T17:31:38.858Z Compiling ed25519-dalek v2.2.0
16722026-07-11T17:31:39.166Z Compiling toml v0.7.8
16732026-07-11T17:31:39.218Z Compiling hyper-tls v0.6.0
16742026-07-11T17:31:39.482Z Compiling reqwest v0.12.28
16752026-07-11T17:31:39.579Z Compiling zip v4.6.1
16762026-07-11T17:31:39.615Z Compiling zip v0.6.6
16772026-07-11T17:31:39.717Z Compiling iddqd v0.4.2
16782026-07-11T17:31:39.801Z Compiling tokio-stream v0.1.18
16792026-07-11T17:31:40.139Z Compiling similar v2.7.0
16802026-07-11T17:31:40.178Z Compiling heck v0.4.1
16812026-07-11T17:31:40.237Z Compiling buf-list v1.1.2
16822026-07-11T17:31:40.282Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-11T17:31:40.297Z Compiling openapiv3 v2.2.0
16842026-07-11T17:31:40.426Z Compiling x509-cert v0.2.5
16852026-07-11T17:31:40.545Z Compiling crossbeam-epoch v0.9.18
16862026-07-11T17:31:40.600Z Compiling lalrpop-util v0.19.12
16872026-07-11T17:31:40.614Z Compiling peg-runtime v0.8.5
16882026-07-11T17:31:40.668Z Compiling thread_local v1.1.9
16892026-07-11T17:31:40.815Z Compiling slog-async v2.8.0
16902026-07-11T17:31:40.900Z Compiling crossbeam-channel v0.5.15
16912026-07-11T17:31:40.920Z Compiling is-terminal v0.4.17
16922026-07-11T17:31:40.947Z Compiling filetime v0.2.27
16932026-07-11T17:31:41.035Z Compiling xattr v1.6.1
16942026-07-11T17:31:41.039Z Compiling term v1.2.1
16952026-07-11T17:31:41.066Z Compiling take_mut v0.2.2
16962026-07-11T17:31:41.069Z Compiling camino-tempfile v1.4.1
16972026-07-11T17:31:41.178Z Compiling tar v0.4.45
16982026-07-11T17:31:41.322Z Compiling slog-term v2.9.2
16992026-07-11T17:31:58.871Z Compiling rustls-webpki v0.103.13
17002026-07-11T17:32:01.579Z Compiling tokio-rustls v0.26.4
17012026-07-11T17:32:01.579Z Compiling rustls-platform-verifier v0.6.2
17022026-07-11T17:32:01.583Z Compiling tough v0.22.0
17032026-07-11T17:32:01.780Z Compiling hyper-rustls v0.27.7
17042026-07-11T17:32:02.035Z Compiling reqwest v0.13.2
17052026-07-11T17:32:04.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-11T17:32:04.416Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-11T17:32:07.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s
17082026-07-11T17:32:07.392Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-11T17:32:07.447ZJul 11 17:32:06.890 INFO Starting download, target: DendriteStub
17102026-07-11T17:32:07.447ZJul 11 17:32:06.891 INFO Starting download, target: Clickhouse
17112026-07-11T17:32:07.447ZJul 11 17:32:06.891 INFO Starting download, target: Cockroach
17122026-07-11T17:32:07.447ZJul 11 17:32:06.891 INFO Starting download, target: MaghemiteMgd
17132026-07-11T17:32:07.453ZJul 11 17:32:06.891 INFO Starting download, target: Console
17142026-07-11T17:32:07.453ZJul 11 17:32:06.891 INFO Starting download, target: MaghemiteDdmd
17152026-07-11T17:32:07.453ZJul 11 17:32:06.891 INFO Starting download, target: TransceiverControl
17162026-07-11T17:32:07.454ZJul 11 17:32:06.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-07-11T17:32:07.454ZJul 11 17:32:06.892 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-11T17:32:07.454ZJul 11 17:32:06.892 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-11T17:32:07.454ZJul 11 17:32:06.892 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-07-11T17:32:07.454ZJul 11 17:32:06.892 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-07-11T17:32:07.454ZJul 11 17:32:06.892 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-07-11T17:32:07.455ZJul 11 17:32:06.892 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-11T17:32:08.157ZJul 11 17:32:07.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-11T17:32:08.364ZJul 11 17:32:07.805 INFO Download complete, target: TransceiverControl
17252026-07-11T17:32:09.212ZJul 11 17:32:08.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-11T17:32:09.465ZJul 11 17:32:08.909 INFO Download complete, target: Console
17272026-07-11T17:32:09.547ZJul 11 17:32:08.991 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-07-11T17:32:12.346ZJul 11 17:32:11.777 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-07-11T17:32:12.543ZJul 11 17:32:11.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-11T17:32:12.733ZJul 11 17:32:12.172 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-07-11T17:32:13.110ZJul 11 17:32:12.553 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-07-11T17:32:13.110ZJul 11 17:32:12.553 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-07-11T17:32:14.129ZJul 11 17:32:13.573 INFO Download complete, target: MaghemiteDdmd
17342026-07-11T17:32:15.066ZJul 11 17:32:14.510 INFO Download complete, target: MaghemiteMgd
17352026-07-11T17:32:15.327ZJul 11 17:32:14.771 INFO Download complete, target: DendriteStub
17362026-07-11T17:32:16.399ZJul 11 17:32:15.801 INFO Checking that binary works, target: Clickhouse
17372026-07-11T17:32:16.456ZJul 11 17:32:15.898 INFO Download complete, target: Clickhouse
17382026-07-11T17:32:17.775ZJul 11 17:32:17.202 INFO Checking that binary works, target: Cockroach
17392026-07-11T17:32:17.907ZJul 11 17:32:17.327 INFO Download complete, target: Cockroach
17402026-07-11T17:32:17.932ZAll prerequisites installed successfully
17412026-07-11T17:32:17.933Z
17422026-07-11T17:32:17.933Zreal 1:45.978960318
17432026-07-11T17:32:17.933Zuser 6:37.138925162
17442026-07-11T17:32:17.933Zsys 1:39.381709213
17452026-07-11T17:32:17.933Ztrap 0.253310552
17462026-07-11T17:32:17.933Ztflt 0.736281253
17472026-07-11T17:32:17.933Zdflt 1.407402524
17482026-07-11T17:32:17.933Zkflt 0.022422846
17492026-07-11T17:32:17.933Zlock 23:47.057932652
17502026-07-11T17:32:17.933Zslp 18:11.259794687
17512026-07-11T17:32:17.933Zlat 24.480273707
17522026-07-11T17:32:17.933Zstop 2:47.710042258
17532026-07-11T17:32:17.933Z+ ptime -m cargo xtask download softnpu
17542026-07-11T17:32:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17552026-07-11T17:32:18.375Z Running `target/debug/xtask download softnpu`
17562026-07-11T17:32:19.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17572026-07-11T17:32:19.149Z Running `target/debug/xtask-downloader softnpu`
17582026-07-11T17:32:19.187ZJul 11 17:32:18.625 INFO Starting download, target: Softnpu
17592026-07-11T17:32:19.190ZJul 11 17:32:18.626 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-11T17:32:19.731ZJul 11 17:32:19.173 INFO Download complete, target: Softnpu
17612026-07-11T17:32:19.737Z
17622026-07-11T17:32:19.737Zreal 1.836722836
17632026-07-11T17:32:19.738Zuser 1.268213278
17642026-07-11T17:32:19.738Zsys 0.593859509
17652026-07-11T17:32:19.738Ztrap 0.000788273
17662026-07-11T17:32:19.738Ztflt 0.000285631
17672026-07-11T17:32:19.738Zdflt 0.000485548
17682026-07-11T17:32:19.738Zkflt 0.000000000
17692026-07-11T17:32:19.738Zlock 10.054981992
17702026-07-11T17:32:19.738Zslp 0.405600870
17712026-07-11T17:32:19.738Zlat 0.080803349
17722026-07-11T17:32:19.738Zstop 0.000216799
17732026-07-11T17:32:19.738Z+ export CARGO_INCREMENTAL=0
17742026-07-11T17:32:19.738Z+ CARGO_INCREMENTAL=0
17752026-07-11T17:32:19.738Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-11T17:32:20.591Z Compiling proc-macro2 v1.0.106
17772026-07-11T17:32:20.591Z Compiling quote v1.0.45
17782026-07-11T17:32:20.591Z Compiling unicode-ident v1.0.24
17792026-07-11T17:32:20.594Z Compiling libc v0.2.185
17802026-07-11T17:32:20.594Z Compiling serde_core v1.0.228
17812026-07-11T17:32:20.594Z Compiling serde v1.0.228
17822026-07-11T17:32:20.594Z Compiling cfg-if v1.0.4
17832026-07-11T17:32:20.759Z Compiling version_check v0.9.5
17842026-07-11T17:32:20.770Z Compiling shlex v1.3.0
17852026-07-11T17:32:20.773Z Compiling find-msvc-tools v0.1.9
17862026-07-11T17:32:20.773Z Compiling zmij v1.0.21
17872026-07-11T17:32:20.774Z Compiling memchr v2.8.0
17882026-07-11T17:32:20.774Z Compiling serde_json v1.0.150
17892026-07-11T17:32:20.774Z Compiling autocfg v1.5.0
17902026-07-11T17:32:20.881Z Compiling portable-atomic v1.13.1
17912026-07-11T17:32:20.908Z Compiling zerocopy v0.8.40
17922026-07-11T17:32:21.016Z Compiling getrandom v0.4.1
17932026-07-11T17:32:21.071Z Compiling libm v0.2.16
17942026-07-11T17:32:21.087Z Compiling parking_lot_core v0.9.12
17952026-07-11T17:32:21.119Z Compiling icu_properties_data v2.1.2
17962026-07-11T17:32:21.291Z Compiling smallvec v1.15.1
17972026-07-11T17:32:21.304Z Compiling icu_normalizer_data v2.1.1
17982026-07-11T17:32:21.308Z Compiling generic-array v0.14.7
17992026-07-11T17:32:21.319Z Compiling num-traits v0.2.19
18002026-07-11T17:32:21.376Z Compiling itoa v1.0.17
18012026-07-11T17:32:21.380Z Compiling log v0.4.29
18022026-07-11T17:32:21.412Z Compiling subtle v2.6.1
18032026-07-11T17:32:21.482Z Compiling pkg-config v0.3.32
18042026-07-11T17:32:21.551Z Compiling stable_deref_trait v1.2.1
18052026-07-11T17:32:21.585Z Compiling typenum v1.20.1
18062026-07-11T17:32:21.660Z Compiling scopeguard v1.2.0
18072026-07-11T17:32:21.664Z Compiling rand_core v0.10.0
18082026-07-11T17:32:21.664Z Compiling fnv v1.0.7
18092026-07-11T17:32:21.773Z Compiling jobserver v0.1.34
18102026-07-11T17:32:21.797Z Compiling errno v0.3.14
18112026-07-11T17:32:21.811Z Compiling lock_api v0.4.14
18122026-07-11T17:32:21.886Z Compiling getrandom v0.3.4
18132026-07-11T17:32:21.908Z Compiling thiserror v2.0.18
18142026-07-11T17:32:21.951Z Compiling pin-project-lite v0.2.17
18152026-07-11T17:32:21.996Z Compiling cc v1.2.56
18162026-07-11T17:32:21.999Z Compiling litemap v0.8.1
18172026-07-11T17:32:22.042Z Compiling syn v2.0.117
18182026-07-11T17:32:22.058Z Compiling writeable v0.6.2
18192026-07-11T17:32:22.074Z Compiling percent-encoding v2.3.2
18202026-07-11T17:32:22.092Z Compiling equivalent v1.0.2
18212026-07-11T17:32:22.095Z Compiling getrandom v0.2.17
18222026-07-11T17:32:22.151Z Compiling rustversion v1.0.22
18232026-07-11T17:32:22.272Z Compiling rand_core v0.6.4
18242026-07-11T17:32:22.276Z Compiling rustix v1.1.3
18252026-07-11T17:32:22.409Z Compiling fs_extra v1.3.0
18262026-07-11T17:32:22.412Z Compiling critical-section v1.2.0
18272026-07-11T17:32:22.412Z Compiling dunce v1.0.5
18282026-07-11T17:32:22.412Z Compiling schemars v0.8.22
18292026-07-11T17:32:22.551Z Compiling hashbrown v0.17.0
18302026-07-11T17:32:22.662Z Compiling signal-hook-registry v1.4.8
18312026-07-11T17:32:22.710Z Compiling heck v0.5.0
18322026-07-11T17:32:22.770Z Compiling utf8_iter v1.0.4
18332026-07-11T17:32:22.773Z Compiling form_urlencoded v1.2.2
18342026-07-11T17:32:22.799Z Compiling once_cell v1.21.3
18352026-07-11T17:32:22.973Z Compiling cmake v0.1.57
18362026-07-11T17:32:22.973Z Compiling parking_lot v0.12.5
18372026-07-11T17:32:23.095Z Compiling semver v1.0.28
18382026-07-11T17:32:23.124Z Compiling indexmap v2.14.0
18392026-07-11T17:32:23.172Z Compiling socket2 v0.6.3
18402026-07-11T17:32:23.217Z Compiling bitflags v2.11.0
18412026-07-11T17:32:23.247Z Compiling mio v1.2.0
18422026-07-11T17:32:23.346Z Compiling futures-core v0.3.32
18432026-07-11T17:32:23.384Z Compiling aws-lc-rs v1.16.3
18442026-07-11T17:32:23.424Z Compiling aws-lc-sys v0.40.0
18452026-07-11T17:32:23.484Z Compiling strsim v0.11.1
18462026-07-11T17:32:23.519Z Compiling httparse v1.10.1
18472026-07-11T17:32:23.814Z Compiling byteorder v1.5.0
18482026-07-11T17:32:23.814Z Compiling ucd-trie v0.1.7
18492026-07-11T17:32:23.868Z Compiling thiserror v1.0.69
18502026-07-11T17:32:23.925Z Compiling regex-syntax v0.8.10
18512026-07-11T17:32:23.941Z Compiling syn v1.0.109
18522026-07-11T17:32:23.967Z Compiling iana-time-zone v0.1.65
18532026-07-11T17:32:23.983Z Compiling pest v2.8.6
18542026-07-11T17:32:24.000Z Compiling ident_case v1.0.1
18552026-07-11T17:32:24.016Z Compiling const-oid v0.9.6
18562026-07-11T17:32:24.031Z Compiling vcpkg v0.2.15
18572026-07-11T17:32:24.290Z Compiling uuid v1.23.4
18582026-07-11T17:32:24.392Z Compiling rustc_version v0.4.1
18592026-07-11T17:32:24.467Z Compiling futures-sink v0.3.32
18602026-07-11T17:32:24.574Z Compiling rustls v0.23.41
18612026-07-11T17:32:24.599Z Compiling futures-channel v0.3.32
18622026-07-11T17:32:24.614Z Compiling openssl-sys v0.9.115
18632026-07-11T17:32:24.755Z Compiling aho-corasick v1.1.4
18642026-07-11T17:32:24.789Z Compiling futures-task v0.3.32
18652026-07-11T17:32:24.792Z Compiling futures-io v0.3.32
18662026-07-11T17:32:24.850Z Compiling slab v0.4.12
18672026-07-11T17:32:24.915Z Compiling synstructure v0.13.2
18682026-07-11T17:32:24.961Z Compiling serde_derive_internals v0.29.1
18692026-07-11T17:32:25.094Z Compiling pest_meta v2.8.6
18702026-07-11T17:32:25.155Z Compiling time-core v0.1.8
18712026-07-11T17:32:25.210Z Compiling plain v0.2.3
18722026-07-11T17:32:25.227Z Compiling num-conv v0.2.0
18732026-07-11T17:32:25.242Z Compiling crc32fast v1.5.0
18742026-07-11T17:32:25.277Z Compiling dyn-clone v1.0.20
18752026-07-11T17:32:25.360Z Compiling base64 v0.22.1
18762026-07-11T17:32:25.381Z Compiling time-macros v0.2.27
18772026-07-11T17:32:25.461Z Compiling crossbeam-utils v0.8.21
18782026-07-11T17:32:25.579Z Compiling pretty-hex v0.4.1
18792026-07-11T17:32:25.614Z Compiling regex-automata v0.4.14
18802026-07-11T17:32:25.662Z Compiling openssl v0.10.79
18812026-07-11T17:32:25.691Z Compiling pest_generator v2.8.6
18822026-07-11T17:32:25.741Z Compiling darling_core v0.21.3
18832026-07-11T17:32:25.777Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-11T17:32:25.873Z Compiling anyhow v1.0.102
18852026-07-11T17:32:25.890Z Compiling native-tls v0.2.18
18862026-07-11T17:32:25.923Z Compiling rand_core v0.9.5
18872026-07-11T17:32:26.030Z Compiling slog v2.8.2
18882026-07-11T17:32:26.161Z Compiling tracing-core v0.1.36
18892026-07-11T17:32:26.194Z Compiling serde_derive v1.0.228
18902026-07-11T17:32:26.197Z Compiling zeroize_derive v1.4.3
18912026-07-11T17:32:26.226Z Compiling zerofrom-derive v0.1.6
18922026-07-11T17:32:26.230Z Compiling yoke-derive v0.8.1
18932026-07-11T17:32:26.268Z Compiling zerovec-derive v0.11.2
18942026-07-11T17:32:26.340Z Compiling displaydoc v0.2.5
18952026-07-11T17:32:26.371Z Compiling zerocopy-derive v0.8.40
18962026-07-11T17:32:26.389Z Compiling tokio-macros v2.7.0
18972026-07-11T17:32:26.410Z Compiling futures-macro v0.3.32
18982026-07-11T17:32:26.517Z Compiling thiserror-impl v2.0.18
18992026-07-11T17:32:26.835Z Compiling zeroize v1.8.2
19002026-07-11T17:32:27.105Z Compiling schemars_derive v0.8.22
19012026-07-11T17:32:27.120Z Compiling tracing-attributes v0.1.31
19022026-07-11T17:32:27.226Z Compiling der_derive v0.7.3
19032026-07-11T17:32:27.242Z Compiling thiserror-impl v1.0.69
19042026-07-11T17:32:27.331Z Compiling pest_derive v2.8.6
19052026-07-11T17:32:27.400Z Compiling zerofrom v0.1.6
19062026-07-11T17:32:27.546Z Compiling yoke v0.8.1
19072026-07-11T17:32:27.722Z Compiling zerovec v0.11.5
19082026-07-11T17:32:27.739Z Compiling zerotrie v0.2.3
19092026-07-11T17:32:27.823Z Compiling crypto-common v0.1.7
19102026-07-11T17:32:27.839Z Compiling futures-util v0.3.32
19112026-07-11T17:32:27.989Z Compiling block-buffer v0.10.4
19122026-07-11T17:32:28.302Z Compiling tinystr v0.8.2
19132026-07-11T17:32:28.334Z Compiling potential_utf v0.1.4
19142026-07-11T17:32:28.351Z Compiling digest v0.10.7
19152026-07-11T17:32:28.382Z Compiling scroll_derive v0.12.1
19162026-07-11T17:32:28.406Z Compiling scroll_derive v0.13.1
19172026-07-11T17:32:28.466Z Compiling icu_collections v2.1.1
19182026-07-11T17:32:28.533Z Compiling icu_locale_core v2.1.1
19192026-07-11T17:32:28.549Z Compiling openssl-macros v0.1.1
19202026-07-11T17:32:28.831Z Compiling darling_macro v0.21.3
19212026-07-11T17:32:29.067Z Compiling regex v1.12.3
19222026-07-11T17:32:29.205Z Compiling zerocopy-derive v0.7.35
19232026-07-11T17:32:29.237Z Compiling icu_provider v2.1.1
19242026-07-11T17:32:29.282Z Compiling cookie v0.18.1
19252026-07-11T17:32:29.352Z Compiling bytes v1.11.1
19262026-07-11T17:32:29.475Z Compiling chrono v0.4.44
19272026-07-11T17:32:29.507Z Compiling icu_normalizer v2.1.1
19282026-07-11T17:32:29.511Z Compiling icu_properties v2.1.2
19292026-07-11T17:32:29.624Z Compiling serde_tokenstream v0.2.3
19302026-07-11T17:32:29.930Z Compiling tokio v1.52.1
19312026-07-11T17:32:30.051Z Compiling http v1.4.2
19322026-07-11T17:32:30.231Z Compiling camino v1.2.2
19332026-07-11T17:32:30.332Z Compiling base64ct v1.8.3
19342026-07-11T17:32:30.551Z Compiling idna_adapter v1.2.1
19352026-07-11T17:32:30.568Z Compiling pem-rfc7468 v0.7.0
19362026-07-11T17:32:30.706Z Compiling idna v1.1.0
19372026-07-11T17:32:30.722Z Compiling ppv-lite86 v0.2.21
19382026-07-11T17:32:30.894Z Compiling darling v0.21.3
19392026-07-11T17:32:30.996Z Compiling tracing v0.1.44
19402026-07-11T17:32:31.049Z Compiling url v2.5.8
19412026-07-11T17:32:31.411Z Compiling flagset v0.4.7
19422026-07-11T17:32:31.474Z Compiling rand_chacha v0.9.0
19432026-07-11T17:32:31.708Z Compiling der v0.7.10
19442026-07-11T17:32:31.841Z Compiling http-body v1.0.1
19452026-07-11T17:32:31.844Z Compiling rustls-pki-types v1.14.0
19462026-07-11T17:32:32.135Z Compiling usdt-impl v0.5.0
19472026-07-11T17:32:32.156Z Compiling paste v1.0.15
19482026-07-11T17:32:32.224Z Compiling openssl-probe v0.2.1
19492026-07-11T17:32:32.266Z Compiling ref-cast v1.0.25
19502026-07-11T17:32:32.281Z Compiling cmov v0.5.4
19512026-07-11T17:32:32.443Z Compiling tinyvec_macros v0.1.1
19522026-07-11T17:32:32.527Z Compiling usdt-impl v0.6.0
19532026-07-11T17:32:32.545Z Compiling fastrand v2.3.0
19542026-07-11T17:32:32.737Z Compiling either v1.15.0
19552026-07-11T17:32:32.754Z Compiling ctutils v0.4.2
19562026-07-11T17:32:32.771Z Compiling spki v0.7.3
19572026-07-11T17:32:32.785Z Compiling tinyvec v1.10.0
19582026-07-11T17:32:32.893Z Compiling rand v0.9.2
19592026-07-11T17:32:32.992Z Compiling serde_spanned v0.6.9
19602026-07-11T17:32:33.008Z Compiling toml_datetime v0.6.11
19612026-07-11T17:32:33.025Z Compiling scroll v0.13.0
19622026-07-11T17:32:33.028Z Compiling scroll v0.12.0
19632026-07-11T17:32:33.141Z Compiling async-trait v0.1.89
19642026-07-11T17:32:33.157Z Compiling heapless v0.7.17
19652026-07-11T17:32:33.203Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-11T17:32:33.228Z Compiling tower-layer v0.3.3
19672026-07-11T17:32:33.243Z Compiling atomic-waker v1.1.2
19682026-07-11T17:32:33.270Z Compiling signal-hook v0.3.18
19692026-07-11T17:32:33.313Z Compiling rustix v0.38.44
19702026-07-11T17:32:33.329Z Compiling winnow v0.7.14
19712026-07-11T17:32:33.413Z Compiling cpufeatures v0.2.17
19722026-07-11T17:32:33.493Z Compiling litrs v1.0.0
19732026-07-11T17:32:33.509Z Compiling zstd-safe v7.2.4
19742026-07-11T17:32:33.512Z Compiling untrusted v0.7.1
19752026-07-11T17:32:33.539Z Compiling tower-service v0.3.3
19762026-07-11T17:32:33.542Z Compiling winnow v1.0.3
19772026-07-11T17:32:33.592Z Compiling try-lock v0.2.5
19782026-07-11T17:32:33.607Z Compiling goblin v0.8.2
19792026-07-11T17:32:33.657Z Compiling goblin v0.10.5
19802026-07-11T17:32:33.719Z Compiling want v0.3.1
19812026-07-11T17:32:33.754Z Compiling hybrid-array v0.4.13
19822026-07-11T17:32:33.898Z Compiling tokio-util v0.7.18
19832026-07-11T17:32:33.917Z Compiling toml_parser v1.1.2+spec-1.1.0
19842026-07-11T17:32:33.969Z Compiling document-features v0.2.12
19852026-07-11T17:32:34.514Z Compiling zerocopy v0.7.35
19862026-07-11T17:32:34.560Z Compiling ipnet v2.11.0
19872026-07-11T17:32:34.581Z Compiling ref-cast-impl v1.0.25
19882026-07-11T17:32:34.611Z Compiling h2 v0.4.15
19892026-07-11T17:32:34.827Z Compiling darling_core v0.20.11
19902026-07-11T17:32:34.845Z Compiling curve25519-dalek v4.1.3
19912026-07-11T17:32:34.908Z Compiling memoffset v0.9.1
19922026-07-11T17:32:35.019Z Compiling utf8parse v0.2.2
19932026-07-11T17:32:35.170Z Compiling winnow v0.5.40
19942026-07-11T17:32:35.272Z Compiling powerfmt v0.2.0
19952026-07-11T17:32:35.338Z Compiling httpdate v1.0.3
19962026-07-11T17:32:35.489Z Compiling untrusted v0.9.0
19972026-07-11T17:32:35.505Z Compiling foreign-types-shared v0.1.1
19982026-07-11T17:32:35.568Z Compiling deranged v0.5.8
19992026-07-11T17:32:35.584Z Compiling foreign-types v0.3.2
20002026-07-11T17:32:35.607Z Compiling tempfile v3.25.0
20012026-07-11T17:32:35.744Z Compiling unicode-normalization v0.1.25
20022026-07-11T17:32:35.970Z Compiling dof v0.3.0
20032026-07-11T17:32:36.223Z Compiling dtrace-parser v0.2.0
20042026-07-11T17:32:36.350Z Compiling pkcs8 v0.10.2
20052026-07-11T17:32:36.375Z Compiling dof v0.4.0
20062026-07-11T17:32:36.586Z Compiling toml_edit v0.19.15
20072026-07-11T17:32:36.777Z Compiling darling_macro v0.20.11
20082026-07-11T17:32:36.810Z Compiling dtrace-parser v0.3.0
20092026-07-11T17:32:36.826Z Compiling daft-derive v0.1.7
20102026-07-11T17:32:37.139Z Compiling pin-project-internal v1.1.11
20112026-07-11T17:32:37.304Z Compiling spin v0.9.8
20122026-07-11T17:32:37.386Z Compiling thread-id v4.2.2
20132026-07-11T17:32:37.401Z Compiling thread-id v5.1.0
20142026-07-11T17:32:37.484Z Compiling smoltcp v0.9.1
20152026-07-11T17:32:37.552Z Compiling num-bigint-dig v0.8.6
20162026-07-11T17:32:37.580Z Compiling cfg_aliases v0.2.1
20172026-07-11T17:32:37.595Z Compiling num_threads v0.1.7
20182026-07-11T17:32:37.679Z Compiling anstyle v1.0.14
20192026-07-11T17:32:37.719Z Compiling nix v0.31.2
20202026-07-11T17:32:37.782Z Compiling hyper v1.10.1
20212026-07-11T17:32:37.827Z Compiling time v0.3.47
20222026-07-11T17:32:38.097Z Compiling darling v0.20.11
20232026-07-11T17:32:38.217Z Compiling sha2 v0.10.9
20242026-07-11T17:32:38.388Z Compiling ipnetwork v0.21.1
20252026-07-11T17:32:38.426Z Compiling hmac v0.12.1
20262026-07-11T17:32:38.584Z Compiling curve25519-dalek-derive v0.1.1
20272026-07-11T17:32:38.584Z Compiling strum_macros v0.26.4
20282026-07-11T17:32:38.721Z Compiling sync_wrapper v1.0.2
20292026-07-11T17:32:38.850Z Compiling wait-timeout v0.2.1
20302026-07-11T17:32:38.914Z Compiling hyper-util v0.1.20
20312026-07-11T17:32:39.095Z Compiling anstyle-query v1.1.5
20322026-07-11T17:32:39.222Z Compiling bit-vec v0.8.0
20332026-07-11T17:32:39.236Z Compiling quick-error v1.2.3
20342026-07-11T17:32:39.278Z Compiling colorchoice v1.0.4
20352026-07-11T17:32:39.363Z Compiling simd-adler32 v0.3.8
20362026-07-11T17:32:39.456Z Compiling is_terminal_polyfill v1.70.2
20372026-07-11T17:32:39.471Z Compiling siphasher v1.0.2
20382026-07-11T17:32:39.979Z Compiling bit-set v0.8.0
20392026-07-11T17:32:39.995Z Compiling rusty-fork v0.3.1
20402026-07-11T17:32:40.168Z Compiling tower v0.5.3
20412026-07-11T17:32:40.482Z Compiling derive_builder_core v0.20.2
20422026-07-11T17:32:40.586Z Compiling http-body-util v0.1.3
20432026-07-11T17:32:40.659Z Compiling hubpack_derive v0.1.1
20442026-07-11T17:32:40.754Z Compiling snafu-derive v0.8.9
20452026-07-11T17:32:40.788Z Compiling strum_macros v0.27.2
20462026-07-11T17:32:40.823Z Compiling rand_xorshift v0.4.0
20472026-07-11T17:32:40.912Z Compiling fs-err v3.3.0
20482026-07-11T17:32:40.955Z Compiling ahash v0.8.12
20492026-07-11T17:32:41.135Z Compiling unicode-bidi v0.3.18
20502026-07-11T17:32:41.151Z Compiling unicode-properties v0.1.4
20512026-07-11T17:32:41.165Z Compiling unicode-segmentation v1.12.0
20522026-07-11T17:32:41.205Z Compiling unarray v0.1.4
20532026-07-11T17:32:41.336Z Compiling object v0.37.3
20542026-07-11T17:32:41.367Z Compiling allocator-api2 v0.2.21
20552026-07-11T17:32:41.382Z Compiling ryu v1.0.23
20562026-07-11T17:32:41.551Z Compiling iri-string v0.7.10
20572026-07-11T17:32:41.576Z Compiling adler2 v2.0.1
20582026-07-11T17:32:41.618Z Compiling serde_urlencoded v0.7.1
20592026-07-11T17:32:41.633Z Compiling stringprep v0.1.5
20602026-07-11T17:32:41.679Z Compiling miniz_oxide v0.8.9
20612026-07-11T17:32:41.731Z Compiling proptest v1.10.0
20622026-07-11T17:32:41.880Z Compiling derive_builder_macro v0.20.2
20632026-07-11T17:32:42.224Z Compiling tokio-native-tls v0.3.1
20642026-07-11T17:32:42.422Z Compiling usdt-macro v0.6.0
20652026-07-11T17:32:42.439Z Compiling usdt-attr-macro v0.6.0
20662026-07-11T17:32:42.455Z Compiling anstyle-parse v1.0.0
20672026-07-11T17:32:42.485Z Compiling block-buffer v0.12.1
20682026-07-11T17:32:42.583Z Compiling block-padding v0.4.2
20692026-07-11T17:32:42.670Z Compiling crypto-common v0.2.2
20702026-07-11T17:32:42.752Z Compiling tower-http v0.6.8
20712026-07-11T17:32:43.029Z Compiling rustls-native-certs v0.8.3
20722026-07-11T17:32:43.165Z Compiling rand_chacha v0.3.1
20732026-07-11T17:32:43.259Z Compiling erased-serde v0.3.31
20742026-07-11T17:32:43.275Z Compiling md-5 v0.10.6
20752026-07-11T17:32:43.293Z Compiling signature v2.2.0
20762026-07-11T17:32:43.296Z Compiling bstr v1.12.1
20772026-07-11T17:32:43.447Z Compiling num-integer v0.1.46
20782026-07-11T17:32:43.476Z Compiling hash32 v0.2.1
20792026-07-11T17:32:43.526Z Compiling vergen-lib v9.1.0
20802026-07-11T17:32:43.593Z Compiling encoding_rs v0.8.35
20812026-07-11T17:32:43.750Z Compiling cpufeatures v0.3.0
20822026-07-11T17:32:43.765Z Compiling zlib-rs v0.6.2
20832026-07-11T17:32:43.801Z Compiling mime v0.3.17
20842026-07-11T17:32:43.841Z Compiling psl-types v2.0.11
20852026-07-11T17:32:43.874Z Compiling fallible-iterator v0.2.0
20862026-07-11T17:32:43.923Z Compiling newtype-uuid v1.3.2
20872026-07-11T17:32:43.989Z Compiling publicsuffix v2.3.0
20882026-07-11T17:32:44.151Z Compiling num-iter v0.1.45
20892026-07-11T17:32:44.178Z Compiling postgres-protocol v0.6.10
20902026-07-11T17:32:44.301Z Compiling rand v0.8.6
20912026-07-11T17:32:44.703Z Compiling inout v0.2.2
20922026-07-11T17:32:44.771Z Compiling oxnet v0.1.6
20932026-07-11T17:32:44.789Z Compiling anstream v1.0.0
20942026-07-11T17:32:44.841Z Compiling derive_builder v0.20.2
20952026-07-11T17:32:44.883Z Compiling hyper-tls v0.6.0
20962026-07-11T17:32:44.937Z Compiling heck v0.4.1
20972026-07-11T17:32:44.990Z Compiling phf_shared v0.13.1
20982026-07-11T17:32:45.013Z Compiling pin-project v1.1.11
20992026-07-11T17:32:45.122Z Compiling lazy_static v1.5.0
21002026-07-11T17:32:45.189Z Compiling anstyle-parse v0.2.7
21012026-07-11T17:32:45.242Z Compiling terminal_size v0.4.3
21022026-07-11T17:32:45.259Z Compiling serde_with_macros v3.17.0
21032026-07-11T17:32:45.273Z Compiling futures-executor v0.3.32
21042026-07-11T17:32:45.290Z Compiling hex v0.4.3
21052026-07-11T17:32:45.388Z Compiling enum-as-inner v0.6.1
21062026-07-11T17:32:45.406Z Compiling clap_derive v4.6.1
21072026-07-11T17:32:45.436Z Compiling serde_repr v0.1.20
21082026-07-11T17:32:45.522Z Compiling async-recursion v1.1.1
21092026-07-11T17:32:45.601Z Compiling ff v0.13.1
21102026-07-11T17:32:45.620Z Compiling vergen v9.1.0
21112026-07-11T17:32:45.635Z Compiling cargo-platform v0.3.2
21122026-07-11T17:32:45.856Z Compiling flate2 v1.1.9
21132026-07-11T17:32:45.902Z Compiling managed v0.8.0
21142026-07-11T17:32:45.986Z Compiling foldhash v0.1.5
21152026-07-11T17:32:46.059Z Compiling foldhash v0.2.0
21162026-07-11T17:32:46.167Z Compiling bitflags v1.3.2
21172026-07-11T17:32:46.197Z Compiling clap_lex v1.0.0
21182026-07-11T17:32:46.249Z Compiling bumpalo v3.20.2
21192026-07-11T17:32:46.265Z Compiling base16ct v0.2.0
21202026-07-11T17:32:46.282Z Compiling same-file v1.0.6
21212026-07-11T17:32:46.335Z Compiling libbz2-rs-sys v0.2.2
21222026-07-11T17:32:46.459Z Compiling zopfli v0.8.3
21232026-07-11T17:32:46.490Z Compiling walkdir v2.5.0
21242026-07-11T17:32:46.520Z Compiling sec1 v0.7.3
21252026-07-11T17:32:46.548Z Compiling clap_builder v4.6.0
21262026-07-11T17:32:46.736Z Compiling bzip2 v0.6.1
21272026-07-11T17:32:46.779Z Compiling hashbrown v0.16.1
21282026-07-11T17:32:46.799Z Compiling hashbrown v0.15.5
21292026-07-11T17:32:46.973Z Compiling cargo_metadata v0.23.1
21302026-07-11T17:32:47.014Z Compiling group v0.13.0
21312026-07-11T17:32:47.384Z Compiling futures v0.3.32
21322026-07-11T17:32:47.411Z Compiling anstream v0.6.21
21332026-07-11T17:32:47.478Z Compiling zstd v0.13.3
21342026-07-11T17:32:47.870Z Compiling phf v0.13.1
21352026-07-11T17:32:47.917Z Compiling snafu v0.8.9
21362026-07-11T17:32:48.002Z Compiling reqwest v0.12.28
21372026-07-11T17:32:48.045Z Compiling daft v0.1.7
21382026-07-11T17:32:48.266Z Compiling signal-hook-mio v0.2.5
21392026-07-11T17:32:48.282Z Compiling cipher v0.5.2
21402026-07-11T17:32:48.348Z Compiling cookie_store v0.22.1
21412026-07-11T17:32:48.384Z Compiling postgres-types v0.2.12
21422026-07-11T17:32:48.406Z Compiling bzip2 v0.4.4
21432026-07-11T17:32:48.573Z Compiling globset v0.4.18
21442026-07-11T17:32:48.612Z Compiling ed25519 v2.2.3
21452026-07-11T17:32:48.628Z Compiling strum v0.27.2
21462026-07-11T17:32:48.845Z Compiling hubpack v0.1.2
21472026-07-11T17:32:48.921Z Compiling phf_shared v0.11.3
21482026-07-11T17:32:48.953Z Compiling hkdf v0.12.4
21492026-07-11T17:32:48.956Z Compiling crossbeam-epoch v0.9.18
21502026-07-11T17:32:49.009Z Compiling pkcs1 v0.7.5
21512026-07-11T17:32:49.071Z Compiling olpc-cjson v0.1.4
21522026-07-11T17:32:49.246Z Compiling pem v3.0.6
21532026-07-11T17:32:49.359Z Compiling serde_plain v1.0.2
21542026-07-11T17:32:49.445Z Compiling serde-big-array v0.5.1
21552026-07-11T17:32:49.480Z Compiling crypto-bigint v0.5.5
21562026-07-11T17:32:49.555Z Compiling float-cmp v0.10.0
21572026-07-11T17:32:49.576Z Compiling memmap2 v0.9.10
21582026-07-11T17:32:49.589Z Compiling env_filter v1.0.0
21592026-07-11T17:32:49.722Z Compiling const-oid v0.10.2
21602026-07-11T17:32:49.722Z Compiling toml_write v0.1.2
21612026-07-11T17:32:49.753Z Compiling fixedbitset v0.4.2
21622026-07-11T17:32:49.796Z Compiling fixedbitset v0.5.7
21632026-07-11T17:32:49.864Z Compiling normalize-line-endings v0.3.0
21642026-07-11T17:32:49.879Z Compiling keccak v0.1.6
21652026-07-11T17:32:49.943Z Compiling static_assertions v1.1.0
21662026-07-11T17:32:49.957Z Compiling typed-path v0.9.3
21672026-07-11T17:32:49.973Z Compiling data-encoding v2.10.0
21682026-07-11T17:32:49.976Z Compiling predicates-core v1.0.10
21692026-07-11T17:32:50.107Z Compiling new_debug_unreachable v1.0.6
21702026-07-11T17:32:50.169Z Compiling precomputed-hash v0.1.1
21712026-07-11T17:32:50.185Z Compiling jiff v0.2.21
21722026-07-11T17:32:50.214Z Compiling difflib v0.4.0
21732026-07-11T17:32:50.274Z Compiling whoami v2.1.0
21742026-07-11T17:32:50.291Z Compiling hickory-proto v0.25.2
21752026-07-11T17:32:50.341Z Compiling chacha20 v0.10.0
21762026-07-11T17:32:50.396Z Compiling elliptic-curve v0.13.8
21772026-07-11T17:32:50.520Z Compiling tokio-postgres v0.7.16
21782026-07-11T17:32:50.563Z Compiling predicates v3.1.4
21792026-07-11T17:32:50.597Z Compiling string_cache v0.8.9
21802026-07-11T17:32:50.651Z Compiling sha3 v0.10.8
21812026-07-11T17:32:50.667Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-07-11T17:32:50.672Z Compiling petgraph v0.8.3
21832026-07-11T17:32:50.761Z Compiling petgraph v0.6.5
21842026-07-11T17:32:50.830Z Compiling toml_edit v0.22.27
21852026-07-11T17:32:50.847Z Compiling digest v0.11.3
21862026-07-11T17:32:50.992Z Compiling env_logger v0.11.9
21872026-07-11T17:32:51.065Z Compiling usdt v0.6.0
21882026-07-11T17:32:51.558Z Compiling rsa v0.9.10
21892026-07-11T17:32:52.660Z Compiling ed25519-dalek v2.2.0
21902026-07-11T17:32:52.721Z Compiling zip v0.6.6
21912026-07-11T17:32:52.867Z Compiling zip v4.6.1
21922026-07-11T17:32:53.180Z Compiling crossterm v0.28.1
21932026-07-11T17:32:53.273Z Compiling iddqd v0.4.2
21942026-07-11T17:32:53.366Z Compiling clap v4.6.1
21952026-07-11T17:32:53.505Z Compiling serde_with v3.17.0
21962026-07-11T17:32:53.789Z Compiling similar v2.7.0
21972026-07-11T17:32:53.832Z Compiling strum v0.26.3
21982026-07-11T17:32:53.860Z Compiling toml v0.7.8
21992026-07-11T17:32:53.903Z Compiling tokio-stream v0.1.18
22002026-07-11T17:32:53.976Z Compiling buf-list v1.1.2
22012026-07-11T17:32:54.253Z Compiling x509-cert v0.2.5
22022026-07-11T17:32:54.364Z Compiling itertools v0.13.0
22032026-07-11T17:32:54.444Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-11T17:32:54.534Z Compiling openapiv3 v2.2.0
22052026-07-11T17:32:55.094Z Compiling lalrpop-util v0.19.12
22062026-07-11T17:32:55.156Z Compiling peg-runtime v0.8.5
22072026-07-11T17:33:11.470Z Compiling rustls-webpki v0.103.13
22082026-07-11T17:33:12.575Z Compiling macaddr v1.0.1
22092026-07-11T17:33:12.601Z Compiling structmeta-derive v0.3.0
22102026-07-11T17:33:12.634Z Compiling crucible-workspace-hack v0.1.0
22112026-07-11T17:33:12.855Z Compiling rayon-core v1.13.0
22122026-07-11T17:33:12.897Z Compiling itertools v0.14.0
22132026-07-11T17:33:12.994Z Compiling secrecy v0.10.3
22142026-07-11T17:33:13.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-11T17:33:13.127Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-11T17:33:13.188Z Compiling heapless v0.8.0
22172026-07-11T17:33:13.355Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-07-11T17:33:13.374Z Compiling crossbeam-deque v0.8.6
22192026-07-11T17:33:13.463Z Compiling inout v0.1.4
22202026-07-11T17:33:13.481Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-07-11T17:33:13.520Z Compiling hash32 v0.3.1
22222026-07-11T17:33:13.524Z Compiling multer v3.1.0
22232026-07-11T17:33:13.611Z Compiling thread_local v1.1.9
22242026-07-11T17:33:13.627Z Compiling structmeta v0.3.0
22252026-07-11T17:33:13.644Z Compiling slog-async v2.8.0
22262026-07-11T17:33:13.660Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-07-11T17:33:13.693Z Compiling match_cfg v0.1.0
22282026-07-11T17:33:13.696Z Compiling unicode-width v0.2.0
22292026-07-11T17:33:13.763Z Compiling smoltcp v0.11.0
22302026-07-11T17:33:13.787Z Compiling compression-core v0.4.31
22312026-07-11T17:33:13.849Z Compiling derive-ex v0.1.8
22322026-07-11T17:33:13.928Z Compiling compression-codecs v0.4.37
22332026-07-11T17:33:13.972Z Compiling proc-macro-crate v3.4.0
22342026-07-11T17:33:14.003Z Compiling hostname v0.3.1
22352026-07-11T17:33:14.058Z Compiling cipher v0.4.4
22362026-07-11T17:33:14.174Z Compiling ingot-macros v0.1.1
22372026-07-11T17:33:14.177Z Compiling atomicwrites v0.4.4
22382026-07-11T17:33:14.298Z Compiling slog-json v2.6.1
22392026-07-11T17:33:14.319Z Compiling crossbeam-channel v0.5.15
22402026-07-11T17:33:14.340Z Compiling half v2.7.1
22412026-07-11T17:33:14.415Z Compiling newtype-uuid-macros v0.1.0
22422026-07-11T17:33:14.487Z Compiling cobs v0.3.0
22432026-07-11T17:33:14.558Z Compiling universal-hash v0.5.1
22442026-07-11T17:33:14.574Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-11T17:33:14.706Z Compiling async-stream-impl v0.3.6
22462026-07-11T17:33:14.725Z Compiling serde_spanned v1.1.1
22472026-07-11T17:33:14.778Z Compiling toml_datetime v1.1.1+spec-1.1.0
22482026-07-11T17:33:14.889Z Compiling is-terminal v0.4.17
22492026-07-11T17:33:15.015Z Compiling dropshot v0.17.1
22502026-07-11T17:33:15.031Z Compiling proc-macro-error-attr v1.0.4
22512026-07-11T17:33:15.162Z Compiling tokio-rustls v0.26.4
22522026-07-11T17:33:15.222Z Compiling rustls-platform-verifier v0.6.2
22532026-07-11T17:33:15.264Z Compiling tough v0.22.0
22542026-07-11T17:33:15.281Z Compiling opaque-debug v0.3.1
22552026-07-11T17:33:15.298Z Compiling convert_case v0.4.0
22562026-07-11T17:33:15.367Z Compiling take_mut v0.2.2
22572026-07-11T17:33:15.382Z Compiling toml_writer v1.1.1+spec-1.1.0
22582026-07-11T17:33:15.445Z Compiling hyper-rustls v0.27.7
22592026-07-11T17:33:15.461Z Compiling ciborium-io v0.2.2
22602026-07-11T17:33:15.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-07-11T17:33:15.573Z Compiling term v1.2.1
22622026-07-11T17:33:15.613Z Compiling thiserror-no-std v2.0.2
22632026-07-11T17:33:15.636Z Compiling derive_more v0.99.20
22642026-07-11T17:33:15.660Z Compiling toml v1.1.2+spec-1.1.0
22652026-07-11T17:33:15.664Z Compiling ciborium-ll v0.2.2
22662026-07-11T17:33:15.719Z Compiling reqwest v0.13.2
22672026-07-11T17:33:15.775Z Compiling test-strategy v0.4.5
22682026-07-11T17:33:15.940Z Compiling slog-term v2.9.2
22692026-07-11T17:33:16.547Z Compiling poly1305 v0.8.0
22702026-07-11T17:33:16.752Z Compiling async-stream v0.3.6
22712026-07-11T17:33:16.779Z Compiling ingot-types v0.1.2
22722026-07-11T17:33:17.036Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-11T17:33:17.059Z Compiling postcard v1.1.3
22742026-07-11T17:33:17.128Z Compiling slog-bunyan v2.5.0
22752026-07-11T17:33:17.196Z Compiling ingot v0.1.1
22762026-07-11T17:33:17.214Z Compiling num_enum_derive v0.7.6
22772026-07-11T17:33:17.245Z Compiling chacha20 v0.9.1
22782026-07-11T17:33:17.344Z Compiling async-compression v0.4.41
22792026-07-11T17:33:17.490Z Compiling parse-display-derive v0.10.0
22802026-07-11T17:33:17.537Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-11T17:33:17.828Z Compiling sha1 v0.11.0
22822026-07-11T17:33:17.843Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-11T17:33:18.106Z Compiling proc-macro-crate v1.3.1
22842026-07-11T17:33:18.213Z Compiling waitgroup v0.1.2
22852026-07-11T17:33:18.269Z Compiling backon v1.6.0
22862026-07-11T17:33:18.464Z Compiling password-hash v0.5.0
22872026-07-11T17:33:18.481Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22882026-07-11T17:33:18.550Z Compiling rustls-pemfile v2.2.0
22892026-07-11T17:33:18.621Z Compiling dropshot_endpoint v0.17.1
22902026-07-11T17:33:18.859Z Compiling blake2 v0.10.6
22912026-07-11T17:33:18.916Z Compiling aead v0.5.2
22922026-07-11T17:33:18.936Z Compiling foreign-types-macros v0.2.3
22932026-07-11T17:33:18.986Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22942026-07-11T17:33:19.036Z Compiling serde_path_to_error v0.1.20
22952026-07-11T17:33:19.053Z Compiling hostname v0.4.2
22962026-07-11T17:33:19.071Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972026-07-11T17:33:19.135Z Compiling proc-macro-error v1.0.4
22982026-07-11T17:33:19.234Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-11T17:33:19.373Z Compiling instant v0.1.13
23002026-07-11T17:33:19.390Z Compiling foreign-types-shared v0.3.1
23012026-07-11T17:33:19.424Z Compiling debug-ignore v1.0.5
23022026-07-11T17:33:19.452Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032026-07-11T17:33:19.486Z Compiling backoff v0.4.0
23042026-07-11T17:33:19.515Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-11T17:33:19.519Z Compiling argon2 v0.5.3
23062026-07-11T17:33:19.519Z Compiling chacha20poly1305 v0.10.1
23072026-07-11T17:33:19.561Z Compiling parse-display v0.10.0
23082026-07-11T17:33:19.564Z Compiling foreign-types v0.5.0
23092026-07-11T17:33:19.564Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-11T17:33:19.595Z Compiling num_enum_derive v0.5.11
23112026-07-11T17:33:19.624Z Compiling num_enum v0.7.6
23122026-07-11T17:33:19.664Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-07-11T17:33:19.699Z Compiling ciborium v0.2.2
23142026-07-11T17:33:19.771Z Compiling vsss-rs v3.3.4
23152026-07-11T17:33:19.857Z Compiling tabwriter v1.4.1
23162026-07-11T17:33:19.896Z Compiling regress v0.10.5
23172026-07-11T17:33:20.100Z Compiling byte-wrapper v0.1.0
23182026-07-11T17:33:20.207Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-11T17:33:20.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-11T17:33:20.401Z Compiling cstr-argument v0.1.2
23212026-07-11T17:33:20.464Z Compiling humantime v2.3.0
23222026-07-11T17:33:20.480Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-11T17:33:20.565Z Compiling num_enum v0.5.11
23242026-07-11T17:33:20.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-11T17:33:20.599Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-11T17:33:20.671Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-11T17:33:20.708Z Compiling rayon v1.11.0
23282026-07-11T17:33:20.756Z Compiling rand v0.10.1
23292026-07-11T17:33:20.823Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-11T17:33:20.867Z Compiling indent_write v2.2.0
23312026-07-11T17:33:20.895Z Compiling colored v3.1.1
23322026-07-11T17:33:20.923Z Compiling libefi-sys v0.1.0
23332026-07-11T17:33:21.002Z Compiling zone_cfg_derive v0.3.1
23342026-07-11T17:33:21.018Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-11T17:33:21.037Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-11T17:33:21.178Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23372026-07-11T17:33:21.195Z Compiling camino-tempfile v1.4.1
23382026-07-11T17:33:21.211Z Compiling itertools v0.12.1
23392026-07-11T17:33:21.214Z Compiling usdt-macro v0.5.0
23402026-07-11T17:33:21.271Z Compiling usdt-attr-macro v0.5.0
23412026-07-11T17:33:21.299Z Compiling bitfield-struct v0.6.2
23422026-07-11T17:33:21.543Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-11T17:33:21.589Z Compiling num-derive v0.4.2
23442026-07-11T17:33:21.593Z Compiling blake3 v1.8.5
23452026-07-11T17:33:21.607Z Compiling memmap v0.7.0
23462026-07-11T17:33:21.624Z Compiling sigpipe v0.1.3
23472026-07-11T17:33:21.658Z Compiling glob v0.3.3
23482026-07-11T17:33:21.674Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-07-11T17:33:21.752Z Compiling swrite v0.1.0
23502026-07-11T17:33:21.904Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-11T17:33:21.963Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-07-11T17:33:21.966Z Compiling smf v0.2.3
23532026-07-11T17:33:22.070Z Compiling usdt v0.5.0
23542026-07-11T17:33:22.165Z Compiling filetime v0.2.27
23552026-07-11T17:33:22.210Z Compiling whoami v1.6.1
23562026-07-11T17:33:22.281Z Compiling arrayvec v0.7.6
23572026-07-11T17:33:22.422Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-11T17:33:22.477Z Compiling arrayref v0.3.9
23592026-07-11T17:33:22.508Z Compiling constant_time_eq v0.4.2
23602026-07-11T17:33:22.523Z Compiling xattr v1.6.1
23612026-07-11T17:33:22.547Z Compiling zone v0.3.1
23622026-07-11T17:33:22.547Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-11T17:33:22.578Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-11T17:33:22.630Z Compiling tokio-dtrace v0.1.1
23652026-07-11T17:33:22.709Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-11T17:33:22.725Z Compiling tar v0.4.45
23672026-07-11T17:33:22.757Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-07-11T17:33:22.760Z Compiling console v0.16.2
23692026-07-11T17:33:22.980Z Compiling gethostname v0.5.0
23702026-07-11T17:33:23.035Z Compiling unit-prefix v0.5.2
23712026-07-11T17:33:23.138Z Compiling topological-sort v0.2.2
23722026-07-11T17:33:23.182Z Compiling indicatif v0.18.4
23732026-07-11T17:33:23.275Z Compiling oxide-tokio-rt v0.1.4
23742026-07-11T17:33:23.290Z Compiling toml v0.8.23
23752026-07-11T17:33:23.339Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-07-11T17:33:23.389Z Compiling shell-words v1.1.1
23772026-07-11T17:33:32.713Z Compiling progenitor-client v0.14.0
23782026-07-11T17:33:32.714Z Compiling omicron-zone-package v0.12.3
23792026-07-11T17:33:32.954Z Compiling progenitor-extras v0.2.0
23802026-07-11T17:33:33.236Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-07-11T17:33:33.276Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-11T17:33:33.339Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-11T17:33:33.424Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-11T17:33:33.440Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-07-11T17:33:33.480Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-11T17:33:33.535Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-11T17:33:33.681Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-11T17:33:34.642Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-11T17:33:38.535Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-11T17:33:46.503Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-11T17:33:49.685Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-11T17:33:50.722Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-11T17:34:00.068Z Finished `release` profile [optimized] target(s) in 1m 40s
23942026-07-11T17:34:00.212Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-11T17:34:00.271ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-11T17:34:00.274ZCreated new build target 'test' and set it as active
23972026-07-11T17:34:00.277Z
23982026-07-11T17:34:00.277Zreal 1:40.536395069
23992026-07-11T17:34:00.277Zuser 16:24.862131828
24002026-07-11T17:34:00.277Zsys 2:36.198651946
24012026-07-11T17:34:00.277Ztrap 0.470093627
24022026-07-11T17:34:00.278Ztflt 2.465979843
24032026-07-11T17:34:00.278Zdflt 4.029276572
24042026-07-11T17:34:00.278Zkflt 0.000689049
24052026-07-11T17:34:00.278Zlock 51:42.444618699
24062026-07-11T17:34:00.278Zslp 42:13.133053979
24072026-07-11T17:34:00.278Zlat 43.510630958
24082026-07-11T17:34:00.278Zstop 5:16.652066307
24092026-07-11T17:34:00.278Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-11T17:34:01.120Z Finished `release` profile [optimized] target(s) in 0.83s
24112026-07-11T17:34:01.196Z Running `target/release/omicron-package -t test package`
24122026-07-11T17:34:01.252ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-11T17:34:02.631Z Compiling heck v0.5.0
24142026-07-11T17:34:02.631Z Compiling regress v0.11.1
24152026-07-11T17:34:02.852Z Compiling unsafe-libyaml v0.2.11
24162026-07-11T17:34:02.888Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-11T17:34:02.917Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-11T17:34:02.920Z Compiling unicode-width v0.1.14
24192026-07-11T17:34:02.938Z Compiling atomicwrites v0.4.4
24202026-07-11T17:34:02.975Z Compiling derive-where v1.6.0
24212026-07-11T17:34:02.978Z Compiling bytecount v0.6.9
24222026-07-11T17:34:02.995Z Compiling is-terminal v0.4.17
24232026-07-11T17:34:03.014Z Compiling prettyplease v0.2.37
24242026-07-11T17:34:03.053Z Compiling console v0.15.11
24252026-07-11T17:34:03.058Z Compiling newline-converter v0.3.0
24262026-07-11T17:34:03.058Z Compiling slog-dtrace v0.3.0
24272026-07-11T17:34:03.116Z Compiling resolv-conf v0.7.6
24282026-07-11T17:34:03.141Z Compiling cancel-safe-futures v0.1.5
24292026-07-11T17:34:03.164Z Compiling owo-colors v4.3.0
24302026-07-11T17:34:03.187Z Compiling num-rational v0.4.2
24312026-07-11T17:34:03.206Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-11T17:34:03.247Z Compiling libsw-core v0.3.2
24332026-07-11T17:34:03.305Z Compiling num-complex v0.4.6
24342026-07-11T17:34:03.333Z Compiling thread_local v1.1.9
24352026-07-11T17:34:03.436Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-11T17:34:03.465Z Compiling expectorate v1.2.0
24372026-07-11T17:34:03.536Z Compiling match_cfg v0.1.0
24382026-07-11T17:34:03.583Z Compiling compression-core v0.4.31
24392026-07-11T17:34:03.632Z Compiling hostname v0.3.1
24402026-07-11T17:34:03.717Z Compiling num v0.4.3
24412026-07-11T17:34:03.756Z Compiling compression-codecs v0.4.37
24422026-07-11T17:34:03.789Z Compiling libsw v3.5.0
24432026-07-11T17:34:03.810Z Compiling multer v3.1.0
24442026-07-11T17:34:03.813Z Compiling slog-async v2.8.0
24452026-07-11T17:34:03.864Z Compiling crossbeam-channel v0.5.15
24462026-07-11T17:34:03.902Z Compiling slog-json v2.6.1
24472026-07-11T17:34:03.921Z Compiling toml_datetime v1.1.1+spec-1.1.0
24482026-07-11T17:34:04.030Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-07-11T17:34:04.054Z Compiling serde_spanned v1.1.1
24502026-07-11T17:34:04.080Z Compiling float-ord v0.3.2
24512026-07-11T17:34:04.153Z Compiling take_mut v0.2.2
24522026-07-11T17:34:04.208Z Compiling toml_writer v1.1.1+spec-1.1.0
24532026-07-11T17:34:04.231Z Compiling linear-map v1.2.0
24542026-07-11T17:34:04.234Z Compiling linked-hash-map v0.5.6
24552026-07-11T17:34:04.234Z Compiling term v1.2.1
24562026-07-11T17:34:04.234Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24572026-07-11T17:34:04.319Z Compiling slog-bunyan v2.5.0
24582026-07-11T17:34:04.361Z Compiling async-compression v0.4.41
24592026-07-11T17:34:04.461Z Compiling typify-impl v0.6.2
24602026-07-11T17:34:04.496Z Compiling lru-cache v0.1.2
24612026-07-11T17:34:04.519Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-07-11T17:34:04.522Z Compiling toml v1.1.2+spec-1.1.0
24632026-07-11T17:34:04.567Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-07-11T17:34:04.773Z Compiling slog-term v2.9.2
24652026-07-11T17:34:04.779Z Compiling async-stream v0.3.6
24662026-07-11T17:34:04.779Z Compiling dropshot v0.17.1
24672026-07-11T17:34:04.779Z Compiling sha1 v0.11.0
24682026-07-11T17:34:04.816Z Compiling progenitor-client v0.14.0
24692026-07-11T17:34:04.819Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-11T17:34:04.860Z Compiling waitgroup v0.1.2
24712026-07-11T17:34:04.959Z Compiling rustls-pemfile v2.2.0
24722026-07-11T17:34:04.979Z Compiling backon v1.6.0
24732026-07-11T17:34:05.034Z Compiling hostname v0.4.2
24742026-07-11T17:34:05.057Z Compiling serde_path_to_error v0.1.20
24752026-07-11T17:34:05.079Z Compiling instant v0.1.13
24762026-07-11T17:34:05.164Z Compiling debug-ignore v1.0.5
24772026-07-11T17:34:05.196Z Compiling minimal-lexical v0.2.1
24782026-07-11T17:34:05.217Z Compiling backoff v0.4.0
24792026-07-11T17:34:05.239Z Compiling progenitor-extras v0.2.0
24802026-07-11T17:34:05.243Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-07-11T17:34:05.281Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-11T17:34:05.309Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-11T17:34:05.441Z Compiling nom v7.1.3
24842026-07-11T17:34:05.483Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-11T17:34:05.503Z Compiling parse-display v0.10.0
24862026-07-11T17:34:05.544Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-11T17:34:05.568Z Compiling hickory-proto v0.24.4
24882026-07-11T17:34:05.798Z Compiling regress v0.10.5
24892026-07-11T17:34:06.197Z Compiling macaddr v1.0.1
24902026-07-11T17:34:06.244Z Compiling unicode-xid v0.2.6
24912026-07-11T17:34:06.244Z Compiling humantime v2.3.0
24922026-07-11T17:34:06.465Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-11T17:34:06.566Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-11T17:34:06.687Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-11T17:34:06.826Z Compiling convert_case v0.10.0
24962026-07-11T17:34:06.911Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-11T17:34:07.141Z Compiling derive_more-impl v2.1.1
24982026-07-11T17:34:07.311Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-11T17:34:07.612Z Compiling toml v0.8.23
25002026-07-11T17:34:07.672Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-11T17:34:07.846Z Compiling papergrid v0.11.0
25022026-07-11T17:34:07.869Z Compiling tabled_derive v0.7.0
25032026-07-11T17:34:07.930Z Compiling typify-macro v0.6.2
25042026-07-11T17:34:07.986Z Compiling derive_more v2.1.1
25052026-07-11T17:34:08.107Z Compiling hickory-resolver v0.24.4
25062026-07-11T17:34:08.160Z Compiling termtree v0.5.1
25072026-07-11T17:34:08.231Z Compiling crossterm v0.29.0
25082026-07-11T17:34:08.387Z Compiling phf_shared v0.12.1
25092026-07-11T17:34:08.674Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-11T17:34:08.814Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-11T17:34:09.051Z Compiling tabled v0.15.0
25122026-07-11T17:34:09.189Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-11T17:34:09.481Z Compiling typify v0.6.2
25142026-07-11T17:34:09.805Z Compiling progenitor-impl v0.14.0
25152026-07-11T17:34:10.263Z Compiling qorb v0.4.1
25162026-07-11T17:34:11.187Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-11T17:34:11.740Z Compiling vte v0.14.1
25182026-07-11T17:34:11.959Z Compiling progenitor-macro v0.14.0
25192026-07-11T17:34:12.009Z Compiling csv-core v0.1.13
25202026-07-11T17:34:12.133Z Compiling highway v1.3.0
25212026-07-11T17:34:12.891Z Compiling chrono-tz v0.10.4
25222026-07-11T17:34:13.102Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-11T17:34:13.172Z Compiling csv v1.4.0
25242026-07-11T17:34:13.363Z Compiling strip-ansi-escapes v0.2.1
25252026-07-11T17:34:13.444Z Compiling phf v0.12.1
25262026-07-11T17:34:13.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-11T17:34:13.670Z Compiling const_format_proc_macros v0.2.34
25282026-07-11T17:34:13.707Z Compiling fd-lock v4.0.4
25292026-07-11T17:34:13.895Z Compiling peg-macros v0.8.5
25302026-07-11T17:34:13.937Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-07-11T17:34:14.191Z Compiling nu-ansi-term v0.50.3
25322026-07-11T17:34:14.505Z Compiling const_format v0.2.35
25332026-07-11T17:34:14.554Z Compiling reedline v0.40.0
25342026-07-11T17:34:15.030Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-07-11T17:34:15.111Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-07-11T17:34:15.198Z Compiling peg v0.8.5
25372026-07-11T17:34:15.345Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25382026-07-11T17:34:16.036Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-07-11T17:34:16.074Z Compiling progenitor v0.14.0
25402026-07-11T17:34:16.202Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25412026-07-11T17:34:16.277Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-07-11T17:34:16.528Z Compiling bcs v0.1.6
25432026-07-11T17:34:16.982Z Compiling nom v8.0.0
25442026-07-11T17:34:17.019Z Compiling semver v0.1.20
25452026-07-11T17:34:17.344Z Compiling rustc_version v0.1.7
25462026-07-11T17:34:17.598Z Compiling newtype_derive v0.1.6
25472026-07-11T17:34:17.874Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-11T17:34:18.150Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-11T17:34:18.623Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-07-11T17:34:18.680Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-11T17:34:18.795Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-07-11T17:34:18.875Z Compiling smawk v0.3.2
25532026-07-11T17:34:18.929Z Compiling unicode-linebreak v0.1.5
25542026-07-11T17:34:19.095Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25552026-07-11T17:34:19.130Z Compiling base64 v0.21.7
25562026-07-11T17:34:19.251Z Compiling textwrap v0.16.2
25572026-07-11T17:34:19.272Z Compiling steno v0.4.1
25582026-07-11T17:34:19.275Z Compiling dropshot-api-manager-types v0.7.2
25592026-07-11T17:34:19.696Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-07-11T17:34:19.779Z Compiling sha1 v0.10.6
25612026-07-11T17:34:19.881Z Compiling utf-8 v0.7.6
25622026-07-11T17:34:20.145Z Compiling tagptr v0.2.0
25632026-07-11T17:34:20.266Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-11T17:34:20.350Z Compiling moka v0.12.13
25652026-07-11T17:34:20.545Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-11T17:34:20.733Z Compiling tungstenite v0.21.0
25672026-07-11T17:34:20.860Z Compiling display-error-chain v0.2.2
25682026-07-11T17:34:21.154Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-11T17:34:21.184Z Compiling radium v0.7.0
25702026-07-11T17:34:21.254Z Compiling tap v1.0.1
25712026-07-11T17:34:21.414Z Compiling tokio-tungstenite v0.21.0
25722026-07-11T17:34:21.504Z Compiling hickory-resolver v0.25.2
25732026-07-11T17:34:21.659Z Compiling maybe-uninit v2.0.0
25742026-07-11T17:34:21.876Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-11T17:34:22.082Z Compiling wyz v0.5.1
25762026-07-11T17:34:22.347Z Compiling vergen-lib v0.1.6
25772026-07-11T17:34:22.369Z Compiling zerocopy-derive v0.6.6
25782026-07-11T17:34:22.610Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25792026-07-11T17:34:22.868Z Compiling packed_struct v0.10.1
25802026-07-11T17:34:23.204Z Compiling funty v2.0.0
25812026-07-11T17:34:23.248Z Compiling diesel_derives v2.3.7
25822026-07-11T17:34:23.502Z Compiling crc-catalog v2.4.0
25832026-07-11T17:34:23.651Z Compiling crc v3.4.0
25842026-07-11T17:34:23.890Z Compiling bitvec v1.0.1
25852026-07-11T17:34:24.020Z Compiling zerocopy v0.6.6
25862026-07-11T17:34:24.225Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-07-11T17:34:24.542Z Compiling scheduled-thread-pool v0.2.7
25882026-07-11T17:34:24.667Z Compiling dsl_auto_type v0.2.0
25892026-07-11T17:34:25.046Z Compiling packed_struct_codegen v0.10.1
25902026-07-11T17:34:25.166Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25912026-07-11T17:34:25.203Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-11T17:34:25.227Z Compiling vergen-gitcl v1.0.8
25932026-07-11T17:34:25.364Z Compiling bitfield-macros v0.19.4
25942026-07-11T17:34:25.496Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-11T17:34:25.742Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-11T17:34:25.765Z Compiling dirs-sys-next v0.1.2
25972026-07-11T17:34:26.084Z Compiling indexmap v1.9.3
25982026-07-11T17:34:26.123Z Compiling glob v0.3.3
25992026-07-11T17:34:26.153Z Compiling crunchy v0.2.4
26002026-07-11T17:34:26.191Z Compiling nodrop v0.1.14
26012026-07-11T17:34:26.339Z Compiling maplit v1.0.2
26022026-07-11T17:34:26.394Z Compiling array-init v0.0.4
26032026-07-11T17:34:26.465Z Compiling proc-macro-error2 v2.0.1
26042026-07-11T17:34:26.508Z Compiling clang-sys v1.8.1
26052026-07-11T17:34:26.801Z Compiling bitfield v0.19.4
26062026-07-11T17:34:26.821Z Compiling dirs-next v2.0.0
26072026-07-11T17:34:26.967Z Compiling r2d2 v0.8.10
26082026-07-11T17:34:26.992Z Compiling smallvec v0.6.14
26092026-07-11T17:34:27.275Z Compiling num-derive v0.3.3
26102026-07-11T17:34:27.296Z Compiling tiny-keccak v2.0.2
26112026-07-11T17:34:27.383Z Compiling downcast-rs v2.0.2
26122026-07-11T17:34:27.525Z Compiling hashbrown v0.12.3
26132026-07-11T17:34:27.609Z Compiling serde-hex v0.1.0
26142026-07-11T17:34:27.664Z Compiling term v0.7.0
26152026-07-11T17:34:27.728Z Compiling tabled_derive v0.11.0
26162026-07-11T17:34:27.986Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-07-11T17:34:28.165Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-07-11T17:34:28.189Z Compiling ron v0.8.1
26192026-07-11T17:34:28.227Z Compiling libscf-sys v1.1.0
26202026-07-11T17:34:28.266Z Compiling papergrid v0.17.0
26212026-07-11T17:34:28.415Z Compiling testing_table v0.3.0
26222026-07-11T17:34:28.435Z Compiling hashbrown v0.13.2
26232026-07-11T17:34:28.632Z Compiling bit-vec v0.6.3
26242026-07-11T17:34:28.826Z Compiling crc-any v2.5.0
26252026-07-11T17:34:28.871Z Compiling bit-set v0.5.3
26262026-07-11T17:34:28.892Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-07-11T17:34:29.074Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-07-11T17:34:29.100Z Compiling object v0.30.4
26292026-07-11T17:34:29.269Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-11T17:34:29.612Z Compiling tabled v0.20.0
26312026-07-11T17:34:29.940Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26322026-07-11T17:34:30.014Z Compiling ascii-canvas v3.0.0
26332026-07-11T17:34:30.295Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-11T17:34:30.458Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-11T17:34:30.491Z Compiling progenitor-impl v0.13.0
26362026-07-11T17:34:30.550Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-11T17:34:30.769Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-11T17:34:30.796Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-07-11T17:34:31.018Z Compiling itertools v0.10.5
26402026-07-11T17:34:31.092Z Compiling ena v0.14.4
26412026-07-11T17:34:31.375Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-11T17:34:31.622Z Compiling diesel v2.3.7
26432026-07-11T17:34:31.651Z Compiling libloading v0.8.9
26442026-07-11T17:34:31.672Z Compiling regex-syntax v0.6.29
26452026-07-11T17:34:31.895Z Compiling bindgen v0.71.1
26462026-07-11T17:34:32.159Z Compiling unicase v2.9.0
26472026-07-11T17:34:32.212Z Compiling diff v0.1.13
26482026-07-11T17:34:32.275Z Compiling path-slash v0.1.5
26492026-07-11T17:34:32.496Z Compiling xshell-macros v0.2.7
26502026-07-11T17:34:32.561Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-11T17:34:32.740Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-07-11T17:34:32.958Z Compiling xshell v0.2.7
26532026-07-11T17:34:33.613Z Compiling lalrpop v0.19.12
26542026-07-11T17:34:33.878Z Compiling progenitor-macro v0.13.0
26552026-07-11T17:34:34.142Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-11T17:34:34.757Z Compiling cexpr v0.6.0
26572026-07-11T17:34:35.425Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-11T17:34:35.492Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-11T17:34:35.684Z Compiling progenitor-client v0.13.0
26602026-07-11T17:34:35.989Z Compiling rustc-hash v2.1.1
26612026-07-11T17:34:36.242Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-07-11T17:34:37.445Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-07-11T17:34:37.587Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-07-11T17:34:37.903Z Compiling progenitor v0.13.0
26652026-07-11T17:34:38.078Z Compiling headers-core v0.3.0
26662026-07-11T17:34:38.101Z Compiling libxml v0.3.3
26672026-07-11T17:34:38.258Z Compiling crc8 v0.1.1
26682026-07-11T17:34:38.293Z Compiling headers v0.4.1
26692026-07-11T17:34:38.417Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-11T17:34:38.439Z Compiling strum_macros v0.24.3
26712026-07-11T17:34:38.560Z Compiling indoc v1.0.9
26722026-07-11T17:34:38.692Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-11T17:34:38.773Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-11T17:34:39.032Z Compiling git-stub v1.0.0
26752026-07-11T17:34:39.054Z Compiling derive_builder v0.20.2
26762026-07-11T17:34:39.242Z Compiling quick-xml v0.37.5
26772026-07-11T17:34:39.320Z Compiling oso-derive v0.27.3
26782026-07-11T17:34:39.549Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-11T17:34:39.706Z Compiling openssl-probe v0.1.6
26802026-07-11T17:34:39.863Z Compiling git-stub-vcs v0.1.0
26812026-07-11T17:34:39.973Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-11T17:34:40.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-11T17:34:40.242Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-11T17:34:40.492Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-07-11T17:34:40.534Z Compiling bb8 v0.8.6
26862026-07-11T17:34:40.737Z Compiling trait-variant v0.1.2
26872026-07-11T17:34:40.772Z Compiling samael v0.0.19
26882026-07-11T17:34:40.856Z Compiling half v1.8.3
26892026-07-11T17:34:40.979Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-07-11T17:34:41.020Z Compiling polar-core v0.27.3
26912026-07-11T17:34:41.244Z Compiling serde_cbor v0.11.2
26922026-07-11T17:34:41.360Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-07-11T17:34:41.363Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-07-11T17:34:41.661Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-07-11T17:34:41.997Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26962026-07-11T17:34:42.261Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-07-11T17:34:42.443Z Compiling nonempty v0.12.0
26982026-07-11T17:34:42.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-07-11T17:34:42.650Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-11T17:34:42.691Z Compiling fxhash v0.2.1
27012026-07-11T17:34:42.882Z Compiling libz-sys v1.1.24
27022026-07-11T17:34:42.911Z Compiling salty v0.3.0
27032026-07-11T17:34:43.413Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-11T17:34:43.574Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-11T17:34:43.643Z Compiling kstat-rs v0.2.4
27062026-07-11T17:34:44.084Z Compiling arc-swap v1.8.2
27072026-07-11T17:34:44.149Z Compiling fs-err v2.11.0
27082026-07-11T17:34:44.575Z Compiling slog-scope v4.4.1
27092026-07-11T17:34:44.641Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-07-11T17:34:44.688Z Compiling mime_guess v2.0.5
27112026-07-11T17:34:44.856Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-11T17:34:45.238Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-07-11T17:34:45.717Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-07-11T17:34:45.739Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-11T17:34:46.121Z Compiling rfc6979 v0.4.0
27162026-07-11T17:34:46.172Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-07-11T17:34:46.323Z Compiling nanorand v0.7.0
27182026-07-11T17:34:46.702Z Compiling darling_core v0.23.0
27192026-07-11T17:34:46.753Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-11T17:34:47.042Z Compiling parking_lot_core v0.8.6
27212026-07-11T17:34:47.397Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-11T17:34:47.528Z Compiling flume v0.11.1
27232026-07-11T17:34:48.014Z Compiling ecdsa v0.16.9
27242026-07-11T17:34:48.295Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-11T17:34:48.703Z Compiling slog-stdlog v4.1.1
27262026-07-11T17:34:48.900Z Compiling diesel-dtrace v0.5.0
27272026-07-11T17:34:49.178Z Compiling async-bb8-diesel v0.2.1
27282026-07-11T17:34:49.216Z Compiling darling_macro v0.23.0
27292026-07-11T17:34:49.619Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-07-11T17:34:49.647Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-07-11T17:34:49.685Z Compiling primeorder v0.13.6
27322026-07-11T17:34:49.756Z Compiling atty v0.2.14
27332026-07-11T17:34:49.919Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-07-11T17:34:50.024Z Compiling oso v0.27.3
27352026-07-11T17:34:50.185Z Compiling instability v0.3.11
27362026-07-11T17:34:50.465Z Compiling http-range v0.1.5
27372026-07-11T17:34:50.812Z Compiling parse-size v1.1.0
27382026-07-11T17:34:50.934Z Compiling strsim v0.10.0
27392026-07-11T17:34:51.086Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-11T17:34:51.252Z Compiling darling_core v0.13.4
27412026-07-11T17:34:52.477Z Compiling p384 v0.13.1
27422026-07-11T17:34:52.927Z Compiling darling v0.23.0
27432026-07-11T17:34:53.053Z Compiling slog-envlogger v2.2.0
27442026-07-11T17:34:54.274Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-11T17:34:54.646Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-11T17:34:55.103Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-11T17:34:56.623Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-07-11T17:34:56.926Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-07-11T17:34:57.386Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-11T17:34:57.508Z Compiling ignore v0.4.25
27512026-07-11T17:34:57.901Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-11T17:34:58.417Z Compiling vergen-git2 v9.1.0
27532026-07-11T17:34:58.682Z Compiling castaway v0.2.4
27542026-07-11T17:34:58.807Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-11T17:34:58.866Z Compiling indoc v2.0.7
27562026-07-11T17:34:59.155Z Compiling compact_str v0.8.1
27572026-07-11T17:34:59.377Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-11T17:34:59.916Z Compiling globwalk v0.9.1
27592026-07-11T17:35:00.063Z Compiling parking_lot v0.11.2
27602026-07-11T17:35:00.300Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-07-11T17:35:00.594Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-11T17:35:00.834Z Compiling hyper-staticfile v0.10.1
27632026-07-11T17:35:00.980Z Compiling darling_macro v0.13.4
27642026-07-11T17:35:01.318Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-11T17:35:01.511Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-11T17:35:01.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-11T17:35:01.998Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27682026-07-11T17:35:02.031Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-07-11T17:35:02.052Z Compiling predicates-tree v1.0.13
27702026-07-11T17:35:02.123Z Compiling unicode-truncate v1.1.0
27712026-07-11T17:35:02.329Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-11T17:35:02.356Z Compiling lru v0.12.5
27732026-07-11T17:35:02.493Z Compiling rand_seeder v0.4.0
27742026-07-11T17:35:02.520Z Compiling prefix-trie v0.7.0
27752026-07-11T17:35:02.541Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-11T17:35:02.592Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-11T17:35:02.612Z Compiling cassowary v0.3.0
27782026-07-11T17:35:02.766Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-11T17:35:02.877Z Compiling corncobs v0.1.4
27802026-07-11T17:35:03.050Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-11T17:35:03.054Z Compiling hickory-server v0.25.2
27822026-07-11T17:35:03.093Z Compiling ratatui v0.29.0
27832026-07-11T17:35:03.177Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-11T17:35:03.438Z Compiling camino-tempfile-ext v0.3.3
27852026-07-11T17:35:03.552Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-07-11T17:35:03.752Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-11T17:35:03.772Z Compiling darling v0.13.4
27882026-07-11T17:35:03.960Z Compiling sled v0.34.7
27892026-07-11T17:35:04.073Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-11T17:35:04.195Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-11T17:35:05.243Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-11T17:35:06.385Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-11T17:35:07.135Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-11T17:35:07.158Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-11T17:35:07.412Z Compiling secrecy v0.8.0
27962026-07-11T17:35:07.434Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-11T17:35:07.842Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-11T17:35:08.091Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-11T17:35:08.293Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-11T17:35:08.886Z Compiling serde_with_macros v1.5.2
28012026-07-11T17:35:09.736Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-11T17:35:10.151Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-11T17:35:10.244Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-11T17:35:10.453Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-07-11T17:35:10.739Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-07-11T17:35:11.000Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-07-11T17:35:11.251Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-07-11T17:35:11.378Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-07-11T17:35:11.514Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28102026-07-11T17:35:11.633Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-11T17:35:11.771Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-07-11T17:35:11.895Z Compiling void v1.0.2
28132026-07-11T17:35:12.091Z Compiling lzss v0.8.2
28142026-07-11T17:35:12.511Z Compiling illumos-nvpair v0.3.0
28152026-07-11T17:35:12.944Z Compiling serde_with v1.14.0
28162026-07-11T17:35:13.031Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28172026-07-11T17:35:13.254Z Compiling git2 v0.20.4
28182026-07-11T17:35:13.630Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28192026-07-11T17:35:13.851Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28202026-07-11T17:35:14.191Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-07-11T17:35:14.846Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-11T17:35:16.183Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-07-11T17:35:16.300Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28242026-07-11T17:35:16.796Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-11T17:35:17.377Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-11T17:35:17.556Z Compiling tungstenite v0.23.0
28272026-07-11T17:35:17.609Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-11T17:35:17.649Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-11T17:35:19.230Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-11T17:35:19.497Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-11T17:35:19.676Z Compiling nix v0.27.1
28322026-07-11T17:35:19.755Z Compiling twox-hash v2.1.2
28332026-07-11T17:35:19.780Z Compiling serde_bytes v0.11.19
28342026-07-11T17:35:19.970Z Compiling tokio-tungstenite v0.23.1
28352026-07-11T17:35:20.115Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-11T17:35:20.204Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28372026-07-11T17:35:20.283Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-07-11T17:35:20.386Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-07-11T17:35:20.739Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-11T17:35:20.919Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-11T17:35:22.295Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-11T17:35:22.975Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-11T17:35:24.147Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-11T17:35:24.578Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-11T17:35:24.856Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-07-11T17:35:24.902Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-07-11T17:35:25.123Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-11T17:35:25.466Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-07-11T17:35:25.663Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-07-11T17:35:25.700Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-11T17:35:25.932Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-07-11T17:35:26.650Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-07-11T17:35:27.374Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-07-11T17:35:29.150Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-07-11T17:35:29.404Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-07-11T17:35:30.160Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28572026-07-11T17:35:31.286Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-11T17:35:31.996Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-07-11T17:35:32.238Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-11T17:35:32.260Z Compiling fatfs v0.3.6
28612026-07-11T17:35:32.322Z Compiling signal-hook-tokio v0.3.1
28622026-07-11T17:35:32.421Z Compiling yasna v0.5.2
28632026-07-11T17:35:32.573Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-11T17:35:33.274Z Compiling assert_matches v1.5.0
28652026-07-11T17:35:33.400Z Compiling seq-macro v0.3.6
28662026-07-11T17:35:33.443Z Compiling is_ci v1.2.0
28672026-07-11T17:35:33.659Z Compiling supports-color v3.0.2
28682026-07-11T17:35:33.683Z Compiling rcgen v0.12.1
28692026-07-11T17:35:33.946Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-11T17:35:34.025Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-11T17:35:35.233Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-11T17:35:36.110Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-07-11T17:35:36.392Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-11T17:35:36.545Z Compiling rtoolbox v0.0.3
28752026-07-11T17:35:36.675Z Compiling subprocess v0.2.15
28762026-07-11T17:35:36.852Z Compiling rpassword v7.4.0
28772026-07-11T17:35:37.170Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-11T17:35:38.377Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-07-11T17:35:38.975Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28802026-07-11T17:35:39.128Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-07-11T17:35:39.151Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-07-11T17:35:41.015Z Compiling tui-tree-widget v0.23.1
28832026-07-11T17:35:41.358Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-07-11T17:35:41.692Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-07-11T17:35:41.770Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-07-11T17:35:42.031Z Compiling uzers v0.12.2
28872026-07-11T17:35:42.513Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-11T17:35:42.600Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-07-11T17:35:43.674Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-07-11T17:35:45.805Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-07-11T17:35:46.479Z Compiling support-bundle-viewer v0.1.2
28922026-07-11T17:35:48.189Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-11T17:35:48.375Z Compiling multimap v0.10.1
28942026-07-11T17:36:02.973Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-07-11T17:36:09.051Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-07-11T17:36:09.943Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-07-11T17:36:10.995Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-07-11T17:36:13.571Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-07-11T17:42:27.754Z Finished `release` profile [optimized] target(s) in 8m 26s
29002026-07-11T17:43:15.919Z
29012026-07-11T17:43:15.919Zreal 9:15.616169249
29022026-07-11T17:43:15.922Zuser 1:18:39.008159867
29032026-07-11T17:43:15.922Zsys 3:35.910593261
29042026-07-11T17:43:15.922Ztrap 1.742075547
29052026-07-11T17:43:15.922Ztflt 2.262383997
29062026-07-11T17:43:15.922Zdflt 17.048229192
29072026-07-11T17:43:15.922Zkflt 0.027090705
29082026-07-11T17:43:15.922Zlock 6:39:59.742853129
29092026-07-11T17:43:15.922Zslp 2:10:13.543625164
29102026-07-11T17:43:15.922Zlat 2:23.017988561
29112026-07-11T17:43:15.922Zstop 5:12.461843835
29122026-07-11T17:43:15.922Z+ mapfile -t packages
29132026-07-11T17:43:15.922Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-07-11T17:43:16.807Z Finished `release` profile [optimized] target(s) in 0.87s
29152026-07-11T17:43:16.882Z Running `target/release/omicron-package -t test list-outputs`
29162026-07-11T17:43:16.941ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-07-11T17:43:16.944Z+ ptime -m cargo build --locked --release -p xtask
29182026-07-11T17:43:17.404Z Compiling libc v0.2.185
29192026-07-11T17:43:17.404Z Compiling serde_core v1.0.228
29202026-07-11T17:43:17.404Z Compiling serde v1.0.228
29212026-07-11T17:43:17.408Z Compiling rustix v1.1.3
29222026-07-11T17:43:17.408Z Compiling serde_json v1.0.150
29232026-07-11T17:43:17.492Z Compiling bitflags v2.11.0
29242026-07-11T17:43:17.556Z Compiling usdt-impl v0.5.0
29252026-07-11T17:43:17.560Z Compiling syn v2.0.117
29262026-07-11T17:43:17.564Z Compiling syn v1.0.109
29272026-07-11T17:43:17.588Z Compiling log v0.4.29
29282026-07-11T17:43:17.599Z Compiling getrandom v0.4.1
29292026-07-11T17:43:17.603Z Compiling indexmap v2.14.0
29302026-07-11T17:43:17.624Z Compiling fs-err v3.3.0
29312026-07-11T17:43:17.779Z Compiling once_cell v1.21.3
29322026-07-11T17:43:17.853Z Compiling heck v0.4.1
29332026-07-11T17:43:17.926Z Compiling anyhow v1.0.102
29342026-07-11T17:43:18.259Z Compiling thread-id v4.2.2
29352026-07-11T17:43:18.268Z Compiling errno v0.3.14
29362026-07-11T17:43:18.272Z Compiling memmap v0.7.0
29372026-07-11T17:43:19.023Z Compiling proc-macro-error v1.0.4
29382026-07-11T17:43:19.220Z Compiling terminal_size v0.4.3
29392026-07-11T17:43:19.220Z Compiling tempfile v3.25.0
29402026-07-11T17:43:19.266Z Compiling tabled_derive v0.7.0
29412026-07-11T17:43:19.315Z Compiling clap_builder v4.6.0
29422026-07-11T17:43:19.315Z Compiling textwrap v0.16.2
29432026-07-11T17:43:19.721Z Compiling pest_generator v2.8.6
29442026-07-11T17:43:19.762Z Compiling camino v1.2.2
29452026-07-11T17:43:19.765Z Compiling semver v1.0.28
29462026-07-11T17:43:19.765Z Compiling cargo-platform v0.3.2
29472026-07-11T17:43:19.971Z Compiling tabled v0.15.0
29482026-07-11T17:43:20.095Z Compiling camino-tempfile v1.4.1
29492026-07-11T17:43:20.197Z Compiling serde_derive v1.0.228
29502026-07-11T17:43:20.200Z Compiling thiserror-impl v1.0.69
29512026-07-11T17:43:20.200Z Compiling zerocopy-derive v0.7.35
29522026-07-11T17:43:20.200Z Compiling scroll_derive v0.12.1
29532026-07-11T17:43:20.200Z Compiling thiserror-impl v2.0.18
29542026-07-11T17:43:20.238Z Compiling clap_derive v4.6.1
29552026-07-11T17:43:20.263Z Compiling pest_derive v2.8.6
29562026-07-11T17:43:20.888Z Compiling scroll v0.12.0
29572026-07-11T17:43:21.025Z Compiling zerocopy v0.7.35
29582026-07-11T17:43:21.185Z Compiling goblin v0.8.2
29592026-07-11T17:43:21.347Z Compiling thiserror v1.0.69
29602026-07-11T17:43:21.451Z Compiling dtrace-parser v0.2.0
29612026-07-11T17:43:21.482Z Compiling thiserror v2.0.18
29622026-07-11T17:43:21.758Z Compiling clap v4.6.1
29632026-07-11T17:43:23.361Z Compiling dof v0.3.0
29642026-07-11T17:43:23.418Z Compiling serde_spanned v0.6.9
29652026-07-11T17:43:23.492Z Compiling toml_datetime v0.6.11
29662026-07-11T17:43:23.600Z Compiling serde_tokenstream v0.2.3
29672026-07-11T17:43:23.652Z Compiling macaddr v1.0.1
29682026-07-11T17:43:23.675Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29692026-07-11T17:43:23.678Z Compiling cargo_metadata v0.23.1
29702026-07-11T17:43:23.697Z Compiling toml_edit v0.22.27
29712026-07-11T17:43:24.065Z Compiling usdt-macro v0.5.0
29722026-07-11T17:43:24.069Z Compiling usdt-attr-macro v0.5.0
29732026-07-11T17:43:24.746Z Compiling usdt v0.5.0
29742026-07-11T17:43:25.217Z Compiling toml v0.8.23
29752026-07-11T17:43:25.645Z Compiling cargo_toml v0.21.0
29762026-07-11T17:43:30.073Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29772026-07-11T17:43:33.295Z Finished `release` profile [optimized] target(s) in 16.34s
29782026-07-11T17:43:33.395Z
29792026-07-11T17:43:33.395Zreal 16.419565577
29802026-07-11T17:43:33.395Zuser 2:05.087997442
29812026-07-11T17:43:33.395Zsys 13.880690351
29822026-07-11T17:43:33.395Ztrap 0.063291006
29832026-07-11T17:43:33.396Ztflt 0.426571498
29842026-07-11T17:43:33.399Zdflt 1.574546891
29852026-07-11T17:43:33.399Zkflt 0.000023629
29862026-07-11T17:43:33.399Zlock 4:29.917897352
29872026-07-11T17:43:33.399Zslp 2:44.968772323
29882026-07-11T17:43:33.399Zlat 4.334594651
29892026-07-11T17:43:33.399Zstop 14.696513299
29902026-07-11T17:43:33.399Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-11T17:43:33.400Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-11T17:43:33.400Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-11T17:43:33.400Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-11T17:43:33.400Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29952026-07-11T17:43:34.313Z Compiling progenitor-client v0.14.0
29962026-07-11T17:43:34.330Z Compiling newtype-uuid-macros v0.1.0
29972026-07-11T17:43:34.330Z Compiling match_cfg v0.1.0
29982026-07-11T17:43:34.330Z Compiling slog-json v2.6.1
29992026-07-11T17:43:34.330Z Compiling structmeta-derive v0.3.0
30002026-07-11T17:43:34.330Z Compiling sha1 v0.11.0
30012026-07-11T17:43:34.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-11T17:43:34.494Z Compiling multer v3.1.0
30032026-07-11T17:43:34.503Z Compiling debug-ignore v1.0.5
30042026-07-11T17:43:34.503Z Compiling compression-core v0.4.31
30052026-07-11T17:43:34.503Z Compiling atomicwrites v0.4.4
30062026-07-11T17:43:34.503Z Compiling itertools v0.14.0
30072026-07-11T17:43:34.503Z Compiling async-stream-impl v0.3.6
30082026-07-11T17:43:34.503Z Compiling toml_datetime v1.1.1+spec-1.1.0
30092026-07-11T17:43:34.513Z Compiling serde_spanned v1.1.1
30102026-07-11T17:43:34.518Z Compiling dropshot v0.17.1
30112026-07-11T17:43:34.648Z Compiling hostname v0.3.1
30122026-07-11T17:43:34.697Z Compiling toml_writer v1.1.1+spec-1.1.0
30132026-07-11T17:43:34.752Z Compiling waitgroup v0.1.2
30142026-07-11T17:43:34.752Z Compiling rustls-pemfile v2.2.0
30152026-07-11T17:43:34.755Z Compiling dropshot_endpoint v0.17.1
30162026-07-11T17:43:34.788Z Compiling slog-bunyan v2.5.0
30172026-07-11T17:43:34.824Z Compiling compression-codecs v0.4.37
30182026-07-11T17:43:34.828Z Compiling serde_path_to_error v0.1.20
30192026-07-11T17:43:34.873Z Compiling hostname v0.4.2
30202026-07-11T17:43:34.920Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-11T17:43:34.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30222026-07-11T17:43:34.961Z Compiling macaddr v1.0.1
30232026-07-11T17:43:34.999Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30242026-07-11T17:43:35.002Z Compiling instant v0.1.13
30252026-07-11T17:43:35.002Z Compiling regress v0.10.5
30262026-07-11T17:43:35.092Z Compiling async-compression v0.4.41
30272026-07-11T17:43:35.096Z Compiling backon v1.6.0
30282026-07-11T17:43:35.137Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-07-11T17:43:35.157Z Compiling backoff v0.4.0
30302026-07-11T17:43:35.161Z Compiling humantime v2.3.0
30312026-07-11T17:43:35.220Z Compiling regress v0.11.1
30322026-07-11T17:43:35.241Z Compiling half v2.7.1
30332026-07-11T17:43:35.269Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30342026-07-11T17:43:35.287Z Compiling async-stream v0.3.6
30352026-07-11T17:43:35.331Z Compiling progenitor-extras v0.2.0
30362026-07-11T17:43:35.383Z Compiling ciborium-io v0.2.2
30372026-07-11T17:43:35.428Z Compiling crucible-workspace-hack v0.1.0
30382026-07-11T17:43:35.459Z Compiling convert_case v0.4.0
30392026-07-11T17:43:35.479Z Compiling secrecy v0.10.3
30402026-07-11T17:43:35.502Z Compiling ciborium-ll v0.2.2
30412026-07-11T17:43:35.519Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30422026-07-11T17:43:35.550Z Compiling unsafe-libyaml v0.2.11
30432026-07-11T17:43:35.568Z Compiling structmeta v0.3.0
30442026-07-11T17:43:35.588Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-07-11T17:43:35.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30462026-07-11T17:43:35.624Z Compiling inout v0.1.4
30472026-07-11T17:43:35.672Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-07-11T17:43:35.707Z Compiling ciborium v0.2.2
30492026-07-11T17:43:35.760Z Compiling thiserror-impl-no-std v2.0.2
30502026-07-11T17:43:35.812Z Compiling derive-ex v0.1.8
30512026-07-11T17:43:35.828Z Compiling parse-display-derive v0.10.0
30522026-07-11T17:43:35.844Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30532026-07-11T17:43:35.864Z Compiling derive_more v0.99.20
30542026-07-11T17:43:35.890Z Compiling cipher v0.4.4
30552026-07-11T17:43:35.955Z Compiling universal-hash v0.5.1
30562026-07-11T17:43:35.973Z Compiling opaque-debug v0.3.1
30572026-07-11T17:43:35.977Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-07-11T17:43:36.008Z Compiling byte-wrapper v0.1.0
30592026-07-11T17:43:36.061Z Compiling blake2 v0.10.6
30602026-07-11T17:43:36.112Z Compiling serde_yaml v0.9.34+deprecated
30612026-07-11T17:43:36.162Z Compiling chacha20 v0.9.1
30622026-07-11T17:43:36.286Z Compiling poly1305 v0.8.0
30632026-07-11T17:43:36.310Z Compiling aead v0.5.2
30642026-07-11T17:43:36.358Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30652026-07-11T17:43:36.378Z Compiling password-hash v0.5.0
30662026-07-11T17:43:36.444Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-11T17:43:36.544Z Compiling indent_write v2.2.0
30682026-07-11T17:43:36.560Z Compiling chacha20poly1305 v0.10.1
30692026-07-11T17:43:36.649Z Compiling argon2 v0.5.3
30702026-07-11T17:43:36.707Z Compiling toml_edit v0.23.10+spec-1.0.0
30712026-07-11T17:43:36.725Z Compiling heapless v0.8.0
30722026-07-11T17:43:36.742Z Compiling ingot-macros v0.1.1
30732026-07-11T17:43:36.810Z Compiling tabwriter v1.4.1
30742026-07-11T17:43:37.039Z Compiling typify-impl v0.6.2
30752026-07-11T17:43:37.062Z Compiling thiserror-no-std v2.0.2
30762026-07-11T17:43:37.081Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30772026-07-11T17:43:37.178Z Compiling vsss-rs v3.3.4
30782026-07-11T17:43:37.291Z Compiling proc-macro-crate v3.4.0
30792026-07-11T17:43:37.373Z Compiling hash32 v0.3.1
30802026-07-11T17:43:37.558Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30812026-07-11T17:43:37.592Z Compiling test-strategy v0.4.5
30822026-07-11T17:43:37.631Z Compiling parse-display v0.10.0
30832026-07-11T17:43:37.635Z Compiling smoltcp v0.11.0
30842026-07-11T17:43:37.841Z Compiling cobs v0.3.0
30852026-07-11T17:43:37.865Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-07-11T17:43:37.882Z Compiling num_enum_derive v0.7.6
30872026-07-11T17:43:37.952Z Compiling colored v3.1.1
30882026-07-11T17:43:38.044Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30892026-07-11T17:43:38.086Z Compiling postcard v1.1.3
30902026-07-11T17:43:38.125Z Compiling proc-macro-error v1.0.4
30912026-07-11T17:43:38.167Z Compiling proc-macro-crate v1.3.1
30922026-07-11T17:43:38.287Z Compiling rand v0.10.1
30932026-07-11T17:43:38.336Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30942026-07-11T17:43:38.452Z Compiling foreign-types-macros v0.2.3
30952026-07-11T17:43:38.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-11T17:43:38.488Z Compiling rayon-core v1.13.0
30972026-07-11T17:43:38.521Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30982026-07-11T17:43:38.570Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-11T17:43:38.614Z Compiling foreign-types-shared v0.3.1
31002026-07-11T17:43:38.672Z Compiling num_enum_derive v0.5.11
31012026-07-11T17:43:38.793Z Compiling crossbeam-deque v0.8.6
31022026-07-11T17:43:38.812Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-11T17:43:38.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-11T17:43:38.906Z Compiling cstr-argument v0.1.2
31052026-07-11T17:43:38.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-11T17:43:38.995Z Compiling num_enum v0.7.6
31072026-07-11T17:43:39.094Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31082026-07-11T17:43:39.111Z Compiling foreign-types v0.5.0
31092026-07-11T17:43:39.140Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-11T17:43:39.173Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31112026-07-11T17:43:39.195Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-07-11T17:43:39.220Z Compiling zone_cfg_derive v0.3.1
31132026-07-11T17:43:39.259Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31142026-07-11T17:43:39.312Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-11T17:43:39.375Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-11T17:43:39.433Z Compiling rayon v1.11.0
31172026-07-11T17:43:39.458Z Compiling itertools v0.12.1
31182026-07-11T17:43:39.475Z Compiling num-derive v0.4.2
31192026-07-11T17:43:39.490Z Compiling sigpipe v0.1.3
31202026-07-11T17:43:39.598Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31212026-07-11T17:43:39.617Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31222026-07-11T17:43:39.651Z Compiling glob v0.3.3
31232026-07-11T17:43:39.698Z Compiling ingot-types v0.1.2
31242026-07-11T17:43:39.716Z Compiling cpubits v0.1.1
31252026-07-11T17:43:39.767Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31262026-07-11T17:43:39.792Z Compiling num_enum v0.5.11
31272026-07-11T17:43:39.823Z Compiling smf v0.2.3
31282026-07-11T17:43:39.872Z Compiling whoami v1.6.1
31292026-07-11T17:43:39.932Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-07-11T17:43:39.949Z Compiling usdt-macro v0.5.0
31312026-07-11T17:43:40.030Z Compiling usdt-attr-macro v0.5.0
31322026-07-11T17:43:40.065Z Compiling ingot v0.1.1
31332026-07-11T17:43:40.083Z Compiling gethostname v0.5.0
31342026-07-11T17:43:40.190Z Compiling num-rational v0.4.2
31352026-07-11T17:43:40.230Z Compiling pem-rfc7468 v1.0.0
31362026-07-11T17:43:40.274Z Compiling num-complex v0.4.6
31372026-07-11T17:43:40.355Z Compiling memmap v0.7.0
31382026-07-11T17:43:40.423Z Compiling derive-where v1.6.0
31392026-07-11T17:43:40.481Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-11T17:43:40.553Z Compiling float-ord v0.3.2
31412026-07-11T17:43:40.570Z Compiling toml v0.8.23
31422026-07-11T17:43:40.728Z Compiling zone v0.3.1
31432026-07-11T17:43:40.746Z Compiling num v0.4.3
31442026-07-11T17:43:40.777Z Compiling hmac v0.13.0
31452026-07-11T17:43:40.795Z Compiling universal-hash v0.6.1
31462026-07-11T17:43:40.845Z Compiling resolv-conf v0.7.6
31472026-07-11T17:43:40.862Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-11T17:43:40.938Z Compiling usdt v0.5.0
31492026-07-11T17:43:40.956Z Compiling owo-colors v4.3.0
31502026-07-11T17:43:40.959Z Compiling cancel-safe-futures v0.1.5
31512026-07-11T17:43:40.997Z Compiling polyval v0.7.1
31522026-07-11T17:43:41.026Z Compiling der v0.8.0
31532026-07-11T17:43:41.043Z Compiling libsw-core v0.3.2
31542026-07-11T17:43:41.213Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31552026-07-11T17:43:41.251Z Compiling prettyplease v0.2.37
31562026-07-11T17:43:41.255Z Compiling libsw v3.5.0
31572026-07-11T17:43:41.287Z Compiling ghash v0.6.0
31582026-07-11T17:43:41.290Z Compiling pbkdf2 v0.13.0
31592026-07-11T17:43:41.343Z Compiling aes v0.9.1
31602026-07-11T17:43:41.450Z Compiling console v0.15.11
31612026-07-11T17:43:41.453Z Compiling hickory-proto v0.24.4
31622026-07-11T17:43:41.486Z Compiling newline-converter v0.3.0
31632026-07-11T17:43:41.489Z Compiling ctr v0.10.1
31642026-07-11T17:43:41.547Z Compiling aead v0.6.1
31652026-07-11T17:43:41.588Z Compiling typify-macro v0.6.2
31662026-07-11T17:43:41.631Z Compiling sha2 v0.11.0
31672026-07-11T17:43:41.667Z Compiling libefi-sys v0.1.0
31682026-07-11T17:43:41.738Z Compiling linear-map v1.2.0
31692026-07-11T17:43:41.754Z Compiling linked-hash-map v0.5.6
31702026-07-11T17:43:41.833Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31712026-07-11T17:43:41.877Z Compiling expectorate v1.2.0
31722026-07-11T17:43:41.924Z Compiling lru-cache v0.1.2
31732026-07-11T17:43:41.956Z Compiling spki v0.8.0
31742026-07-11T17:43:41.973Z Compiling aes-gcm v0.11.0
31752026-07-11T17:43:42.039Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-11T17:43:42.091Z Compiling crypto-bigint v0.7.5
31772026-07-11T17:43:42.094Z Compiling git-stub v1.0.0
31782026-07-11T17:43:42.184Z Compiling salsa20 v0.11.0
31792026-07-11T17:43:42.201Z Compiling cbc v0.2.1
31802026-07-11T17:43:42.205Z Compiling bitfield-struct v0.6.2
31812026-07-11T17:43:42.270Z Compiling nom v8.0.0
31822026-07-11T17:43:42.342Z Compiling semver v0.1.20
31832026-07-11T17:43:42.362Z Compiling git-stub-vcs v0.1.0
31842026-07-11T17:43:42.379Z Compiling scrypt v0.12.0
31852026-07-11T17:43:42.467Z Compiling tokio-dtrace v0.1.1
31862026-07-11T17:43:42.614Z Compiling rustc_version v0.1.7
31872026-07-11T17:43:42.664Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-11T17:43:42.699Z Compiling slog-dtrace v0.3.0
31892026-07-11T17:43:42.773Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-11T17:43:42.874Z Compiling minimal-lexical v0.2.1
31912026-07-11T17:43:42.891Z Compiling newtype_derive v0.1.6
31922026-07-11T17:43:42.936Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-11T17:43:43.005Z Compiling oxide-tokio-rt v0.1.4
31942026-07-11T17:43:43.022Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-07-11T17:43:43.026Z Compiling pkcs5 v0.8.1
31962026-07-11T17:43:43.131Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31972026-07-11T17:43:43.159Z Compiling nom v7.1.3
31982026-07-11T17:43:43.251Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-07-11T17:43:43.276Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32002026-07-11T17:43:43.293Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32012026-07-11T17:43:43.297Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-07-11T17:43:43.331Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32032026-07-11T17:43:43.450Z Compiling typify v0.6.2
32042026-07-11T17:43:43.536Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-11T17:43:43.581Z Compiling progenitor-impl v0.14.0
32062026-07-11T17:43:43.601Z Compiling phf_shared v0.12.1
32072026-07-11T17:43:43.700Z Compiling hickory-resolver v0.24.4
32082026-07-11T17:43:43.719Z Compiling csv-core v0.1.13
32092026-07-11T17:43:43.798Z Compiling xshell-macros v0.2.7
32102026-07-11T17:43:44.004Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32112026-07-11T17:43:44.135Z Compiling unicode-xid v0.2.6
32122026-07-11T17:43:44.252Z Compiling chrono-tz v0.10.4
32132026-07-11T17:43:44.272Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32142026-07-11T17:43:44.288Z Compiling highway v1.3.0
32152026-07-11T17:43:44.364Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32162026-07-11T17:43:44.474Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-07-11T17:43:44.554Z Compiling const_format_proc_macros v0.2.34
32182026-07-11T17:43:44.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-07-11T17:43:44.607Z Compiling xshell v0.2.7
32202026-07-11T17:43:44.683Z Compiling csv v1.4.0
32212026-07-11T17:43:44.750Z Compiling qorb v0.4.1
32222026-07-11T17:43:44.899Z Compiling phf v0.12.1
32232026-07-11T17:43:45.045Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32242026-07-11T17:43:45.081Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32252026-07-11T17:43:45.129Z Compiling pkcs8 v0.11.0
32262026-07-11T17:43:45.146Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-11T17:43:45.260Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32282026-07-11T17:43:45.345Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32292026-07-11T17:43:45.364Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32302026-07-11T17:43:45.437Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-07-11T17:43:45.553Z Compiling const_format v0.2.35
32322026-07-11T17:43:45.701Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-07-11T17:43:45.808Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-07-11T17:43:45.906Z Compiling tabled_derive v0.7.0
32352026-07-11T17:43:45.944Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-11T17:43:46.131Z Compiling bcs v0.1.6
32372026-07-11T17:43:46.251Z Compiling ff v0.14.0
32382026-07-11T17:43:46.320Z Compiling progenitor-macro v0.14.0
32392026-07-11T17:43:46.432Z Compiling tagptr v0.2.0
32402026-07-11T17:43:46.478Z Compiling termtree v0.5.1
32412026-07-11T17:43:46.565Z Compiling salty v0.3.0
32422026-07-11T17:43:46.604Z Compiling moka v0.12.13
32432026-07-11T17:43:46.661Z Compiling textwrap v0.16.2
32442026-07-11T17:43:46.876Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32452026-07-11T17:43:46.876Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-07-11T17:43:46.909Z Compiling steno v0.4.1
32472026-07-11T17:43:46.912Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-07-11T17:43:46.963Z Compiling tabled v0.15.0
32492026-07-11T17:43:47.038Z Compiling sha1 v0.10.6
32502026-07-11T17:43:47.087Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-11T17:43:47.114Z Compiling signature v3.0.0
32522026-07-11T17:43:47.133Z Compiling radium v0.7.0
32532026-07-11T17:43:47.176Z Compiling base16ct v1.0.0
32542026-07-11T17:43:47.306Z Compiling base64 v0.21.7
32552026-07-11T17:43:47.344Z Compiling hickory-resolver v0.25.2
32562026-07-11T17:43:47.385Z Compiling sec1 v0.8.1
32572026-07-11T17:43:47.446Z Compiling group v0.14.0
32582026-07-11T17:43:47.499Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32592026-07-11T17:43:47.662Z Compiling hkdf v0.13.0
32602026-07-11T17:43:47.665Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-11T17:43:47.721Z Compiling rfc6979 v0.4.0
32622026-07-11T17:43:47.769Z Compiling tap v1.0.1
32632026-07-11T17:43:47.861Z Compiling maybe-uninit v2.0.0
32642026-07-11T17:43:47.884Z Compiling ecdsa v0.16.9
32652026-07-11T17:43:47.907Z Compiling wyz v0.5.1
32662026-07-11T17:43:47.925Z Compiling elliptic-curve v0.14.0-rc.33
32672026-07-11T17:43:48.139Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-11T17:43:48.261Z Compiling primeorder v0.13.6
32692026-07-11T17:43:48.279Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-11T17:43:48.335Z Compiling funty v2.0.0
32712026-07-11T17:43:48.484Z Compiling parking_lot_core v0.8.6
32722026-07-11T17:43:48.554Z Compiling packed_struct v0.10.1
32732026-07-11T17:43:48.633Z Compiling utf-8 v0.7.6
32742026-07-11T17:43:48.744Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-11T17:43:48.812Z Compiling tungstenite v0.21.0
32762026-07-11T17:43:48.847Z Compiling proc-macro-error2 v2.0.1
32772026-07-11T17:43:48.890Z Compiling bitvec v1.0.1
32782026-07-11T17:43:48.942Z Compiling p384 v0.13.1
32792026-07-11T17:43:49.121Z Compiling rfc6979 v0.5.0
32802026-07-11T17:43:49.215Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-11T17:43:49.293Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-07-11T17:43:49.310Z Compiling packed_struct_codegen v0.10.1
32832026-07-11T17:43:49.353Z Compiling num-derive v0.3.3
32842026-07-11T17:43:49.430Z Compiling zerocopy-derive v0.6.6
32852026-07-11T17:43:49.477Z Compiling bitfield-macros v0.19.4
32862026-07-11T17:43:49.525Z Compiling indexmap v1.9.3
32872026-07-11T17:43:49.558Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-07-11T17:43:49.743Z Compiling nodrop v0.1.14
32892026-07-11T17:43:49.789Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-07-11T17:43:49.806Z Compiling crc-catalog v2.4.0
32912026-07-11T17:43:49.868Z Compiling array-init v0.0.4
32922026-07-11T17:43:49.871Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32932026-07-11T17:43:49.918Z Compiling crc v3.4.0
32942026-07-11T17:43:50.059Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-07-11T17:43:50.074Z Compiling tokio-tungstenite v0.21.0
32962026-07-11T17:43:50.176Z Compiling ecdsa v0.17.0-rc.18
32972026-07-11T17:43:50.244Z Compiling tabled_derive v0.11.0
32982026-07-11T17:43:50.280Z Compiling bitfield v0.19.4
32992026-07-11T17:43:50.318Z Compiling libscf-sys v1.1.0
33002026-07-11T17:43:50.366Z Compiling zerocopy v0.6.6
33012026-07-11T17:43:50.405Z Compiling smallvec v0.6.14
33022026-07-11T17:43:50.509Z Compiling primeorder v0.14.0-rc.10
33032026-07-11T17:43:50.605Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-11T17:43:50.650Z Compiling primefield v0.14.0
33052026-07-11T17:43:50.697Z Compiling progenitor-impl v0.13.0
33062026-07-11T17:43:50.701Z Compiling papergrid v0.17.0
33072026-07-11T17:43:50.731Z Compiling testing_table v0.3.0
33082026-07-11T17:43:50.779Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-11T17:43:50.861Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-11T17:43:50.890Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-11T17:43:50.920Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-11T17:43:50.942Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-11T17:43:50.978Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-11T17:43:51.176Z Compiling illumos-nvpair-sys v0.2.0
33152026-07-11T17:43:51.205Z Compiling unicase v2.9.0
33162026-07-11T17:43:51.234Z Compiling corncobs v0.1.4
33172026-07-11T17:43:51.296Z Compiling hashbrown v0.12.3
33182026-07-11T17:43:51.412Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-11T17:43:51.444Z Compiling mime_guess v2.0.5
33202026-07-11T17:43:51.504Z Compiling progenitor v0.14.0
33212026-07-11T17:43:51.508Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-11T17:43:51.523Z Compiling parking_lot v0.11.2
33232026-07-11T17:43:51.557Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-07-11T17:43:51.560Z Compiling serde-hex v0.1.0
33252026-07-11T17:43:51.680Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33262026-07-11T17:43:51.776Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33272026-07-11T17:43:51.897Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-07-11T17:43:51.916Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-07-11T17:43:51.916Z Compiling tabled v0.20.0
33302026-07-11T17:43:51.950Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33312026-07-11T17:43:51.990Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-11T17:43:52.071Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33332026-07-11T17:43:52.318Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-07-11T17:43:52.384Z Compiling ron v0.8.1
33352026-07-11T17:43:52.441Z Compiling ssh-encoding v0.3.0-rc.9
33362026-07-11T17:43:52.518Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-11T17:43:52.564Z Compiling hashbrown v0.13.2
33382026-07-11T17:43:52.683Z Compiling progenitor-client v0.13.0
33392026-07-11T17:43:52.812Z Compiling prefix-trie v0.7.0
33402026-07-11T17:43:53.039Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33412026-07-11T17:43:53.090Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33422026-07-11T17:43:53.238Z Compiling fxhash v0.2.1
33432026-07-11T17:43:53.369Z Compiling secrecy v0.8.0
33442026-07-11T17:43:53.403Z Compiling crc-any v2.5.0
33452026-07-11T17:43:53.420Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33462026-07-11T17:43:53.441Z Compiling progenitor-macro v0.13.0
33472026-07-11T17:43:53.444Z Compiling sled v0.34.7
33482026-07-11T17:43:53.705Z Compiling hickory-server v0.25.2
33492026-07-11T17:43:54.093Z Compiling object v0.30.4
33502026-07-11T17:43:54.113Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-11T17:43:54.354Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-07-11T17:43:54.375Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-07-11T17:43:54.466Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33542026-07-11T17:43:54.488Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-11T17:43:54.868Z Compiling ed25519 v3.0.0
33562026-07-11T17:43:54.904Z Compiling crypto-primes v0.7.2
33572026-07-11T17:43:55.100Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-07-11T17:43:55.448Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33592026-07-11T17:43:55.475Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-07-11T17:43:55.613Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-07-11T17:43:55.895Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-07-11T17:43:55.963Z Compiling pkcs1 v0.8.0-rc.4
33632026-07-11T17:43:56.031Z Compiling poly1305 v0.9.0
33642026-07-11T17:43:56.088Z Compiling blowfish v0.10.0
33652026-07-11T17:43:56.137Z Compiling blake2 v0.11.0-rc.6
33662026-07-11T17:43:56.366Z Compiling keccak v0.2.0
33672026-07-11T17:43:56.391Z Compiling half v1.8.3
33682026-07-11T17:43:56.485Z Compiling http-range v0.1.5
33692026-07-11T17:43:56.577Z Compiling crc8 v0.1.1
33702026-07-11T17:43:56.640Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33712026-07-11T17:43:56.688Z Compiling fiat-crypto v0.3.0
33722026-07-11T17:43:56.706Z Compiling path-slash v0.1.5
33732026-07-11T17:43:56.721Z Compiling serde_cbor v0.11.2
33742026-07-11T17:43:56.740Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-07-11T17:43:56.767Z Compiling sha3 v0.11.0
33762026-07-11T17:43:56.822Z Compiling argon2 v0.6.0-rc.8
33772026-07-11T17:43:56.873Z Compiling ssh-cipher v0.3.0-rc.9
33782026-07-11T17:43:57.010Z Compiling bcrypt-pbkdf v0.11.0
33792026-07-11T17:43:57.056Z Compiling rsa v0.10.0-rc.18
33802026-07-11T17:43:57.157Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-07-11T17:43:57.214Z Compiling ed25519-dalek v3.0.0-rc.0
33822026-07-11T17:43:57.349Z Compiling illumos-nvpair v0.3.0
33832026-07-11T17:43:57.581Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33842026-07-11T17:43:57.607Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-07-11T17:43:57.630Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-07-11T17:43:57.646Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-07-11T17:43:57.855Z Compiling p521 v0.14.0-rc.10
33882026-07-11T17:43:57.877Z Compiling p256 v0.14.0-rc.10
33892026-07-11T17:43:57.948Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-07-11T17:43:58.077Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-11T17:43:58.137Z Compiling yasna v0.5.2
33922026-07-11T17:43:58.218Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33932026-07-11T17:43:58.496Z Compiling progenitor v0.13.0
33942026-07-11T17:43:58.528Z Compiling kstat-rs v0.2.4
33952026-07-11T17:43:58.532Z Compiling headers-core v0.3.0
33962026-07-11T17:43:58.615Z Compiling kem v0.3.0
33972026-07-11T17:43:58.643Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-07-11T17:43:58.675Z Compiling module-lattice v0.2.3
33992026-07-11T17:43:58.690Z Compiling nanorand v0.7.0
34002026-07-11T17:43:58.758Z Compiling atty v0.2.14
34012026-07-11T17:43:58.828Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-07-11T17:43:58.845Z Compiling headers v0.4.1
34032026-07-11T17:43:58.864Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34042026-07-11T17:43:58.893Z Compiling flume v0.11.1
34052026-07-11T17:43:58.944Z Compiling ml-kem v0.3.2
34062026-07-11T17:43:58.998Z Compiling rcgen v0.12.1
34072026-07-11T17:43:59.109Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-07-11T17:43:59.235Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-07-11T17:43:59.623Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-07-11T17:43:59.654Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-07-11T17:43:59.696Z Compiling hyper-staticfile v0.10.1
34122026-07-11T17:43:59.913Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-11T17:43:59.932Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-11T17:43:59.994Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-07-11T17:44:00.226Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34162026-07-11T17:44:00.292Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-07-11T17:44:00.315Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-07-11T17:44:00.649Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-07-11T17:44:00.749Z Compiling russh-cryptovec v0.61.0
34202026-07-11T17:44:01.014Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34212026-07-11T17:44:01.043Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-07-11T17:44:01.079Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-07-11T17:44:01.202Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-11T17:44:01.322Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-11T17:44:01.355Z Compiling num-bigint v0.4.6
34262026-07-11T17:44:01.408Z Compiling generic-array v1.4.3
34272026-07-11T17:44:01.429Z Compiling russh-util v0.52.0
34282026-07-11T17:44:01.529Z Compiling enum_dispatch v0.3.13
34292026-07-11T17:44:01.611Z Compiling delegate v0.13.5
34302026-07-11T17:44:01.829Z Compiling subprocess v0.2.15
34312026-07-11T17:44:01.891Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-07-11T17:44:01.932Z Compiling p384 v0.14.0-rc.10
34332026-07-11T17:44:01.954Z Compiling hex-literal v1.1.0
34342026-07-11T17:44:01.973Z Compiling display-error-chain v0.2.2
34352026-07-11T17:44:02.099Z Compiling md5 v0.8.0
34362026-07-11T17:44:02.171Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-07-11T17:44:02.376Z Compiling colored v2.2.0
34382026-07-11T17:44:02.392Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-07-11T17:44:02.408Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-11T17:44:02.574Z Compiling socket2 v0.5.10
34412026-07-11T17:44:02.616Z Compiling internet-checksum v0.2.1
34422026-07-11T17:44:03.179Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-11T17:44:03.895Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-07-11T17:44:04.025Z Compiling ssh-key v0.7.0-rc.10
34452026-07-11T17:44:04.385Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-11T17:44:05.248Z Compiling russh v0.61.2
34472026-07-11T17:44:05.701Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-11T17:44:06.678Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-11T17:44:15.013Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-07-11T17:44:15.013Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-07-11T17:44:15.018Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-07-11T17:44:15.018Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-11T17:44:16.780Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-11T17:44:16.839Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-11T17:44:20.752Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-11T17:45:00.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34572026-07-11T17:45:00.818Z
34582026-07-11T17:45:00.818Zreal 1:27.356559786
34592026-07-11T17:45:00.818Zuser 8:42.545734880
34602026-07-11T17:45:00.818Zsys 1:43.139996947
34612026-07-11T17:45:00.818Ztrap 0.260244256
34622026-07-11T17:45:00.818Ztflt 0.359705086
34632026-07-11T17:45:00.818Zdflt 1.206710829
34642026-07-11T17:45:00.818Zkflt 0.000365694
34652026-07-11T17:45:00.819Zlock 30:56.403050045
34662026-07-11T17:45:00.822Zslp 19:53.424962758
34672026-07-11T17:45:00.822Zlat 42.486876704
34682026-07-11T17:45:00.822Zstop 3:05.812111911
34692026-07-11T17:45:00.822Z+ mkdir tests
34702026-07-11T17:45:00.825Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-11T17:45:00.825Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-11T17:45:00.847Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34732026-07-11T17:45:00.868Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34742026-07-11T17:45:00.891Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34752026-07-11T17:45:00.910Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34762026-07-11T17:45:01.158Z+ 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)
34772026-07-11T17:45:01.161Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34782026-07-11T17:46:21.238ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-11T17:46:21.238Za .github/buildomat/ci-env.sh 1K
34802026-07-11T17:46:21.238Za out/target/test 1K
34812026-07-11T17:46:21.238Za out/npuzone/npuzone 27402K
34822026-07-11T17:46:21.238Za package-manifest.toml 35K
34832026-07-11T17:46:21.238Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-11T17:46:21.238Za target/release/omicron-package 40725K
34852026-07-11T17:46:21.238Za target/release/xtask 10468K
34862026-07-11T17:46:21.238Za target/debug/bootstrap 349419K
34872026-07-11T17:46:21.238Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34882026-07-11T17:46:21.238Za tests/commtest-de50baf115444d57 32169K
34892026-07-11T17:46:21.238Za tests/dhcp_server-7642b2d57d595135 31974K
34902026-07-11T17:46:21.238Za tests/end_to_end_tests-f893b9f61afabf44 399298K
34912026-07-11T17:46:21.238Za tools/opte_version 1K
34922026-07-11T17:46:21.238Za tools/opte_version_override 2K
34932026-07-11T17:46:21.238Za out/clickhouse.tar.gz 310727K
34942026-07-11T17:46:21.238Za out/clickhouse_keeper.tar.gz 297197K
34952026-07-11T17:46:21.238Za out/clickhouse_server.tar.gz 310724K
34962026-07-11T17:46:21.238Za out/cockroachdb.tar.gz 161737K
34972026-07-11T17:46:21.238Za out/crucible-pantry-zone.tar.gz 39110K
34982026-07-11T17:46:21.238Za out/crucible-utils.tar 18900K
34992026-07-11T17:46:21.238Za out/crucible-zone.tar.gz 53806K
35002026-07-11T17:46:21.238Za out/external-dns.tar.gz 46794K
35012026-07-11T17:46:21.238Za out/internal-dns.tar.gz 46794K
35022026-07-11T17:46:21.238Za out/mg-ddm-gz.tar 97917K
35032026-07-11T17:46:21.238Za out/nexus.tar.gz 274103K
35042026-07-11T17:46:21.238Za out/ntp.tar.gz 29911K
35052026-07-11T17:46:21.238Za out/omicron-gateway-softnpu.tar.gz 27555K
35062026-07-11T17:46:21.238Za out/omicron-sled-agent.tar 197622K
35072026-07-11T17:46:21.238Za out/overlay.tar.gz 4K
35082026-07-11T17:46:21.238Za out/oximeter.tar.gz 62139K
35092026-07-11T17:46:21.238Za out/oxlog.tar 3808K
35102026-07-11T17:46:21.238Za out/probe.tar.gz 3037K
35112026-07-11T17:46:21.238Za out/propolis-server.tar.gz 34372K
35122026-07-11T17:46:21.238Za out/pumpkind-gz.tar 26647K
35132026-07-11T17:46:21.238Za out/switch-softnpu.tar.gz 447765K
35142026-07-11T17:46:21.242Z
35152026-07-11T17:46:21.242Zreal 1:20.076677730
35162026-07-11T17:46:21.242Zuser 1:17.365559963
35172026-07-11T17:46:21.242Zsys 4.487016913
35182026-07-11T17:46:21.242Ztrap 0.006021538
35192026-07-11T17:46:21.242Ztflt 0.000000000
35202026-07-11T17:46:21.242Zdflt 0.000000000
35212026-07-11T17:46:21.242Zkflt 0.000000000
35222026-07-11T17:46:21.242Zlock 0.000000000
35232026-07-11T17:46:21.242Zslp 1:17.329322274
35242026-07-11T17:46:21.242Zlat 0.960173278
35252026-07-11T17:46:21.242Zstop 0.000193348
35262026-07-11T17:46:21.242Zprocess exited: duration 949378 ms, exit code 0
 
35272026-07-11T17:46:21.258Zfound 1 output files
35282026-07-11T17:46:21.258Zuploading: /work/package.tar.gz (2485273799 bytes)
35292026-07-11T17:46:51.532Zuploaded: /work/package.tar.gz