01KZYM7ZRYB52FBB6DXKPZYVF9: 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: 01KZYM8XZA1W9PBAPBHNFECBQ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T22:36:40.397Zjob assigned to worker 01KZYM9451147QMWX9VK5BMM15 [factory aws, i-091caea427f3ed2e6] (queued for 49 s)
 
22026-08-13T22:36:47.322Zstarting task 0: "setup"
32026-08-13T22:36:47.341Z++ uname -s
42026-08-13T22:36:47.341Z+ kern=SunOS
52026-08-13T22:36:47.341Z+ build_user=build
62026-08-13T22:36:47.341Z+ build_uid=12345
72026-08-13T22:36:47.341Z+ work_dir=/work
82026-08-13T22:36:47.342Z+ input_dir=/input
92026-08-13T22:36:47.342Z+ [[ 0 == 12345 ]]
102026-08-13T22:36:47.342Z+ case "$kern" in
112026-08-13T22:36:47.342Z+ groupadd -g 12345 build
122026-08-13T22:36:47.342Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T22:36:49.336Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T22:36:49.416Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T22:36:49.421Z+ home_fs=zfs
162026-08-13T22:36:49.421Z+ [[ zfs == autofs ]]
172026-08-13T22:36:49.421Z+ mkdir -p /home/build
182026-08-13T22:36:49.421Z+ chown build:build /home/build /work
192026-08-13T22:36:51.413Z+ chmod 0700 /home/build /work
202026-08-13T22:36:51.416Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-13T22:36:51.423Zstarting task 1: "rust-toolchain"
222026-08-13T22:36:51.430Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T22:36:51.430Z * rust toolchain channel = "1.97.1"
242026-08-13T22:36:51.430Z * rust toolchain profile = "default"
252026-08-13T22:36:51.433Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-13T22:36:51.433Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T22:36:51.433Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T22:36:51.433Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T22:36:51.433Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T22:36:51.545Zinfo: downloading installer
312026-08-13T22:36:52.999Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T22:36:52.999Zwarn: /home/build/.rustup/settings.toml
332026-08-13T22:36:52.999Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T22:36:52.999Zwarn: instead of the one inferred from the default host triple.
352026-08-13T22:36:53.012Zinfo: profile set to default
362026-08-13T22:36:53.012Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T22:36:53.015Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T22:36:53.154Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T22:36:53.158Zinfo: downloading 6 components
402026-08-13T22:37:08.250Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T22:37:08.250Z
422026-08-13T22:37:08.278Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T22:37:08.280Z
442026-08-13T22:37:08.280Z
452026-08-13T22:37:08.280ZRust is installed now. Great!
462026-08-13T22:37:08.280Z
472026-08-13T22:37:08.280ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T22:37:08.280Zenvironment variable. This has not been done automatically.
492026-08-13T22:37:08.280Z
502026-08-13T22:37:08.280ZTo configure your current shell, you need to source
512026-08-13T22:37:08.280Zthe corresponding env file under $HOME/.cargo.
522026-08-13T22:37:08.280Z
532026-08-13T22:37:08.280ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T22:37:08.283Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T22:37:08.283Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T22:37:08.283Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T22:37:08.283Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T22:37:08.283Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T22:37:08.283Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T22:37:08.283Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T22:37:08.283Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T22:37:08.385Z+ rustup --version
632026-08-13T22:37:08.391Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T22:37:08.394Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T22:37:08.416Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T22:37:08.422Z+ cargo --version
672026-08-13T22:37:08.427Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T22:37:08.427Z+ rustc --version
692026-08-13T22:37:08.445Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T22:37:08.448Zprocess exited: duration 17024 ms, exit code 0
 
712026-08-13T22:37:08.454Zstarting task 2: "authentication"
722026-08-13T22:37:08.476Zprocess exited: duration 21 ms, exit code 0
 
732026-08-13T22:37:08.482Zstarting task 3: "clone repository"
742026-08-13T22:37:08.487Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T22:37:08.490Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T22:37:08.524ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T22:37:19.815Z+ cd /work/oxidecomputer/omicron
782026-08-13T22:37:19.815Z+ git fetch origin 66ec4031ab532a906f647aab1d2a19d5b45cff84
792026-08-13T22:37:20.163ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T22:37:20.163Z * branch 66ec4031ab532a906f647aab1d2a19d5b45cff84 -> FETCH_HEAD
812026-08-13T22:37:20.178Z+ [[ -n '' ]]
822026-08-13T22:37:20.178Z+ git reset --hard 66ec4031ab532a906f647aab1d2a19d5b45cff84
832026-08-13T22:37:20.441ZHEAD is now at 66ec4031a Update generated dependencies for maghemite bump
842026-08-13T22:37:20.446Zprocess exited: duration 11953 ms, exit code 0
 
852026-08-13T22:37:20.454Zstarting task 4: "build"
862026-08-13T22:37:20.459Z+ source .github/buildomat/ci-env.sh
872026-08-13T22:37:20.459Z++ export CARGO_TERM_COLOR=always
882026-08-13T22:37:20.459Z++ CARGO_TERM_COLOR=always
892026-08-13T22:37:20.463Z+++ uname -s
902026-08-13T22:37:20.463Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-13T22:37:20.466Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-13T22:37:20.466Z+ cargo --version
932026-08-13T22:37:20.475Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-13T22:37:20.479Z+ rustc --version
952026-08-13T22:37:20.497Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-13T22:37:20.501Z+ WORK=/work
972026-08-13T22:37:20.501Z+ pfexec mkdir -p /work
982026-08-13T22:37:20.504Z+ pfexec chown build /work
992026-08-13T22:37:20.507Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-13T22:37:22.914Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-13T22:37:23.228Z Startup: Caching catalogs ... Done
1022026-08-13T22:37:24.952ZPlanning: Solver setup ... Done (1.616s)
1032026-08-13T22:37:25.006ZPlanning: Running solver ... Done (0.055s)
1042026-08-13T22:37:25.044ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-13T22:37:25.056ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-13T22:37:25.075ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-13T22:37:25.098ZPlanning: Package planning ... Done (0.015s)
1082026-08-13T22:37:25.106ZPlanning: Merging actions ... Done (0.002s)
1092026-08-13T22:37:25.256ZPlanning: Checking for conflicting actions ... Done (0.165s)
1102026-08-13T22:37:25.260ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-13T22:37:26.163ZPlanning: Evaluating mediators ... Done (0.905s)
1122026-08-13T22:37:26.173ZPlanning: Planning completed in 2.90 seconds
1132026-08-13T22:37:26.176Z Packages to install: 2
1142026-08-13T22:37:26.176Z Estimated space available: 156.02 GB
1152026-08-13T22:37:26.176ZEstimated space to be consumed: 67.95 MB
1162026-08-13T22:37:26.176Z Create boot environment: No
1172026-08-13T22:37:26.176ZCreate backup boot environment: No
1182026-08-13T22:37:26.176Z Rebuild boot archive: No
1192026-08-13T22:37:26.176Z
1202026-08-13T22:37:26.176ZChanged packages:
1212026-08-13T22:37:26.176Zhelios
1222026-08-13T22:37:26.176Z developer/build-essential
1232026-08-13T22:37:26.176Z None -> 11-3.0
1242026-08-13T22:37:26.176Z library/libxmlsec1
1252026-08-13T22:37:26.177Z None -> 1.2.35-3.0
1262026-08-13T22:37:26.201Z
1272026-08-13T22:37:26.201ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-13T22:37:26.269ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1292026-08-13T22:37:26.352Z Actions: 1/268 actions (Installing new actions)
1302026-08-13T22:37:26.392Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-13T22:37:26.424ZFinalize: Updating package state database ... Done (0.031s)
1322026-08-13T22:37:26.427ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-13T22:37:26.496ZFinalize: Updating image state ... Done (0.073s)
1342026-08-13T22:37:29.186ZFinalize: Creating fast lookup database ... Done (2.645s)
1352026-08-13T22:37:29.259ZFinalize: Reading search index ... Done (0.013s)
1362026-08-13T22:37:29.263ZFinalize: Updating search index ... Done (0.000s)
1372026-08-13T22:37:29.349ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-13T22:37:29.719ZPlanning: Evaluating mediator changes ... Done
1392026-08-13T22:37:29.823ZPlanning: Checking for conflicting actions ... Done
1402026-08-13T22:37:29.826ZPlanning: Consolidating action changes ... Done
1412026-08-13T22:37:29.980ZPlanning: Evaluating mediators ... Done
1422026-08-13T22:37:29.983ZPlanning: Planning completed in 0.27 seconds
1432026-08-13T22:37:30.004Z Mediators to change: 2
1442026-08-13T22:37:30.005Z Create boot environment: No
1452026-08-13T22:37:30.005ZCreate backup boot environment: No
1462026-08-13T22:37:30.062ZFinalize: Updating package state database ... Done
1472026-08-13T22:37:30.062ZFinalize: Updating package cache ... Done
1482026-08-13T22:37:30.103ZFinalize: Updating image state ... Done
1492026-08-13T22:37:32.039ZFinalize: Creating fast lookup database ... Done
1502026-08-13T22:37:32.096ZFinalize: Reading search index ... Done
1512026-08-13T22:37:32.101ZFinalize: Updating search index ... Done
1522026-08-13T22:37:32.179ZFinalize: Updating package cache ... Done
1532026-08-13T22:37:32.466ZPlanning: Evaluating mediator changes ... Done
1542026-08-13T22:37:32.575ZPlanning: Checking for conflicting actions ... Done
1552026-08-13T22:37:32.578ZPlanning: Consolidating action changes ... Done
1562026-08-13T22:37:32.731ZPlanning: Evaluating mediators ... Done
1572026-08-13T22:37:32.734ZPlanning: Planning completed in 0.26 seconds
1582026-08-13T22:37:32.754Z Mediators to change: 1
1592026-08-13T22:37:32.754Z Create boot environment: No
1602026-08-13T22:37:32.754ZCreate backup boot environment: No
1612026-08-13T22:37:32.800ZFinalize: Updating package state database ... Done
1622026-08-13T22:37:32.800ZFinalize: Updating package cache ... Done
1632026-08-13T22:37:32.848ZFinalize: Updating image state ... Done
1642026-08-13T22:37:34.798ZFinalize: Creating fast lookup database ... Done
1652026-08-13T22:37:34.854ZFinalize: Reading search index ... Done
1662026-08-13T22:37:34.857ZFinalize: Updating search index ... Done
1672026-08-13T22:37:34.922ZFinalize: Updating package cache ... Done
1682026-08-13T22:37:35.234ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-13T22:37:35.234Zapache system 2.4 system
1702026-08-13T22:37:35.234Zclang system 15 system
1712026-08-13T22:37:35.234Zcsh system system illumos
1722026-08-13T22:37:35.234Zctags system system illumos
1732026-08-13T22:37:35.234Zfile vendor vendor darwinsys
1742026-08-13T22:37:35.234Zfile system system illumos
1752026-08-13T22:37:35.234Zgcc vendor 14 vendor
1762026-08-13T22:37:35.234Zgcc system 13 system
1772026-08-13T22:37:35.234Zgcc system 10 system
1782026-08-13T22:37:35.234Zgo system 1.25 system
1792026-08-13T22:37:35.234Zllvm system 15 system
1802026-08-13T22:37:35.234Zmariadb system 11.4 system
1812026-08-13T22:37:35.234Zmta vendor vendor dma
1822026-08-13T22:37:35.235Zopenjdk system 17 system
1832026-08-13T22:37:35.235Zopenjdk system 11 system
1842026-08-13T22:37:35.235Zopenssl vendor 3 vendor
1852026-08-13T22:37:35.235Zperl system 5.40 system
1862026-08-13T22:37:35.235Zpostgresql system 18 system
1872026-08-13T22:37:35.235Zpostgresql system 17 system
1882026-08-13T22:37:35.235Zpython vendor 3 vendor
1892026-08-13T22:37:35.235Zpython system 2 system
1902026-08-13T22:37:35.235Zpython3 vendor 3.13 vendor
1912026-08-13T22:37:35.235Zruby system 3.4 system
1922026-08-13T22:37:35.235Zruby system 3.0 system
1932026-08-13T22:37:35.235Zwords vendor vendor american-english
1942026-08-13T22:37:35.235Zwords system system australian-english
1952026-08-13T22:37:35.235Zwords system system british-english
1962026-08-13T22:37:35.235Zwords system system canadian-english
1972026-08-13T22:37:35.236Zwords system system french
1982026-08-13T22:37:35.236Zwords system system italian
1992026-08-13T22:37:35.236Zwords system system ngerman
2002026-08-13T22:37:35.236Zwords system system ogerman
2012026-08-13T22:37:35.236Zwords system system spanish
2022026-08-13T22:37:35.492ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-13T22:37:35.492Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-13T22:37:35.945ZFMRI IFO
2052026-08-13T22:37:35.945Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-13T22:37:35.945Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-13T22:37:35.945Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-13T22:37:35.945Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-13T22:37:35.945Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-13T22:37:35.945Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-13T22:37:35.945Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-13T22:37:35.945Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-13T22:37:35.945Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-13T22:37:36.256Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-13T22:37:36.613Z Updating crates.io index
2162026-08-13T22:37:36.634Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-13T22:37:36.885Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-13T22:37:37.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-13T22:37:38.300Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-13T22:37:38.841Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-13T22:37:40.435Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-13T22:37:41.273Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-13T22:37:41.588Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-13T22:37:41.965Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-13T22:37:43.486Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-13T22:37:43.699Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-13T22:37:44.040Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-13T22:37:44.600Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-13T22:37:45.139Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-13T22:37:45.398Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-13T22:37:45.708Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-13T22:37:45.995Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-13T22:37:46.313Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-13T22:37:46.724Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-13T22:37:47.185Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-13T22:37:47.561Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-13T22:37:48.023Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-13T22:37:48.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-13T22:37:48.927Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-13T22:37:49.255Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-13T22:37:49.824Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-13T22:37:50.284Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-13T22:37:50.616Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-13T22:37:51.056Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-13T22:37:51.418Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-13T22:37:51.703Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-13T22:37:52.051Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-13T22:37:52.404Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-13T22:37:53.004Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-13T22:37:53.314Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-13T22:37:53.574Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-13T22:37:53.874Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-13T22:37:54.256Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-13T22:37:54.562Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-13T22:37:54.860Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-13T22:37:55.207Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-13T22:37:55.478Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-13T22:37:58.174Z Downloading crates ...
2592026-08-13T22:37:58.270Z Downloaded equivalent v1.0.2
2602026-08-13T22:37:58.300Z Downloaded utf8parse v0.2.2
2612026-08-13T22:37:58.300Z Downloaded fastrand v2.3.0
2622026-08-13T22:37:58.300Z Downloaded colorchoice v1.0.4
2632026-08-13T22:37:58.300Z Downloaded toml_write v0.1.2
2642026-08-13T22:37:58.300Z Downloaded anstyle-query v1.1.5
2652026-08-13T22:37:58.300Z Downloaded fnv v1.0.7
2662026-08-13T22:37:58.300Z Downloaded dof v0.3.0
2672026-08-13T22:37:58.300Z Downloaded errno v0.3.14
2682026-08-13T22:37:58.300Z Downloaded digest v0.10.7
2692026-08-13T22:37:58.301Z Downloaded cpufeatures v0.2.17
2702026-08-13T22:37:58.301Z Downloaded generic-array v0.14.7
2712026-08-13T22:37:58.301Z Downloaded clap_lex v1.0.0
2722026-08-13T22:37:58.301Z Downloaded anstream v1.0.0
2732026-08-13T22:37:58.301Z Downloaded fs-err v3.3.0
2742026-08-13T22:37:58.301Z Downloaded macaddr v1.0.1
2752026-08-13T22:37:58.301Z Downloaded winnow v0.7.14
2762026-08-13T22:37:58.301Z Downloaded zerocopy-derive v0.7.35
2772026-08-13T22:37:58.301Z Downloaded zmij v1.0.21
2782026-08-13T22:37:58.301Z Downloaded getrandom v0.4.1
2792026-08-13T22:37:58.301Z Downloaded zerocopy v0.7.35
2802026-08-13T22:37:58.301Z Downloaded toml_edit v0.22.27
2812026-08-13T22:37:58.301Z Downloaded anstyle v1.0.14
2822026-08-13T22:37:58.302Z Downloaded anstyle-parse v1.0.0
2832026-08-13T22:37:58.302Z Downloaded pretty-hex v0.4.1
2842026-08-13T22:37:58.302Z Downloaded proc-macro-error-attr v1.0.4
2852026-08-13T22:37:58.302Z Downloaded heck v0.4.1
2862026-08-13T22:37:58.302Z Downloaded smawk v0.3.2
2872026-08-13T22:37:58.302Z Downloaded cargo-platform v0.3.2
2882026-08-13T22:37:58.302Z Downloaded is_terminal_polyfill v1.70.2
2892026-08-13T22:37:58.302Z Downloaded cfg-if v1.0.4
2902026-08-13T22:37:58.302Z Downloaded quote v1.0.45
2912026-08-13T22:37:58.302Z Downloaded dtrace-parser v0.2.0
2922026-08-13T22:37:58.302Z Downloaded pest_meta v2.8.6
2932026-08-13T22:37:58.302Z Downloaded swrite v0.1.0
2942026-08-13T22:37:58.302Z Downloaded tabled_derive v0.7.0
2952026-08-13T22:37:58.303Z Downloaded memmap v0.7.0
2962026-08-13T22:37:58.303Z Downloaded heck v0.5.0
2972026-08-13T22:37:58.319Z Downloaded usdt v0.5.0
2982026-08-13T22:37:58.319Z Downloaded block-buffer v0.10.4
2992026-08-13T22:37:58.319Z Downloaded strsim v0.11.1
3002026-08-13T22:37:58.319Z Downloaded scroll_derive v0.12.1
3012026-08-13T22:37:58.319Z Downloaded serde_spanned v0.6.9
3022026-08-13T22:37:58.319Z Downloaded itoa v1.0.17
3032026-08-13T22:37:58.320Z Downloaded crypto-common v0.1.7
3042026-08-13T22:37:58.328Z Downloaded unicode-linebreak v0.1.5
3052026-08-13T22:37:58.328Z Downloaded thread-id v4.2.2
3062026-08-13T22:37:58.328Z Downloaded usdt-macro v0.5.0
3072026-08-13T22:37:58.328Z Downloaded usdt-attr-macro v0.5.0
3082026-08-13T22:37:58.333Z Downloaded terminal_size v0.4.3
3092026-08-13T22:37:58.333Z Downloaded toml_datetime v0.6.11
3102026-08-13T22:37:58.333Z Downloaded memchr v2.8.0
3112026-08-13T22:37:58.361Z Downloaded thiserror v2.0.18
3122026-08-13T22:37:58.394Z Downloaded usdt-impl v0.5.0
3132026-08-13T22:37:58.394Z Downloaded pest_generator v2.8.6
3142026-08-13T22:37:58.394Z Downloaded serde_tokenstream v0.2.3
3152026-08-13T22:37:58.394Z Downloaded bytecount v0.6.9
3162026-08-13T22:37:58.394Z Downloaded plain v0.2.3
3172026-08-13T22:37:58.394Z Downloaded thiserror-impl v1.0.69
3182026-08-13T22:37:58.395Z Downloaded thiserror-impl v2.0.18
3192026-08-13T22:37:58.395Z Downloaded version_check v0.9.5
3202026-08-13T22:37:58.395Z Downloaded scroll v0.12.0
3212026-08-13T22:37:58.395Z Downloaded proc-macro-error v1.0.4
3222026-08-13T22:37:58.395Z Downloaded sha2 v0.10.9
3232026-08-13T22:37:58.395Z Downloaded byteorder v1.5.0
3242026-08-13T22:37:58.395Z Downloaded camino-tempfile v1.4.1
3252026-08-13T22:37:58.395Z Downloaded cargo_toml v0.21.0
3262026-08-13T22:37:58.395Z Downloaded anyhow v1.0.102
3272026-08-13T22:37:58.396Z Downloaded clap_derive v4.6.1
3282026-08-13T22:37:58.396Z Downloaded toml v0.8.23
3292026-08-13T22:37:58.396Z Downloaded thiserror v1.0.69
3302026-08-13T22:37:58.483Z Downloaded semver v1.0.28
3312026-08-13T22:37:58.483Z Downloaded once_cell v1.21.3
3322026-08-13T22:37:58.483Z Downloaded tempfile v3.25.0
3332026-08-13T22:37:58.493Z Downloaded autocfg v1.5.0
3342026-08-13T22:37:58.493Z Downloaded pest_derive v2.8.6
3352026-08-13T22:37:58.493Z Downloaded cargo_metadata v0.23.1
3362026-08-13T22:37:58.493Z Downloaded bitflags v2.11.0
3372026-08-13T22:37:58.493Z Downloaded ucd-trie v0.1.7
3382026-08-13T22:37:58.493Z Downloaded textwrap v0.16.2
3392026-08-13T22:37:58.563Z Downloaded camino v1.2.2
3402026-08-13T22:37:58.563Z Downloaded unicode-ident v1.0.24
3412026-08-13T22:37:58.564Z Downloaded serde_derive v1.0.229
3422026-08-13T22:37:58.564Z Downloaded clap v4.6.1
3432026-08-13T22:37:58.564Z Downloaded papergrid v0.11.0
3442026-08-13T22:37:58.564Z Downloaded serde_core v1.0.229
3452026-08-13T22:37:58.564Z Downloaded proc-macro2 v1.0.106
3462026-08-13T22:37:58.564Z Downloaded log v0.4.29
3472026-08-13T22:37:58.564Z Downloaded serde v1.0.229
3482026-08-13T22:37:58.564Z Downloaded typenum v1.20.1
3492026-08-13T22:37:58.564Z Downloaded goblin v0.8.2
3502026-08-13T22:37:58.564Z Downloaded indexmap v2.14.0
3512026-08-13T22:37:58.564Z Downloaded pest v2.8.6
3522026-08-13T22:37:58.564Z Downloaded hashbrown v0.17.0
3532026-08-13T22:37:58.564Z Downloaded tabled v0.15.0
3542026-08-13T22:37:58.565Z Downloaded serde_json v1.0.151
3552026-08-13T22:37:58.636Z Downloaded clap_builder v4.6.0
3562026-08-13T22:37:58.636Z Downloaded syn v1.0.109
3572026-08-13T22:37:58.636Z Downloaded unicode-width v0.1.14
3582026-08-13T22:37:58.638Z Downloaded unicode-width v0.2.0
3592026-08-13T22:37:58.638Z Downloaded syn v2.0.117
3602026-08-13T22:37:58.638Z Downloaded syn v3.0.3
3612026-08-13T22:37:58.765Z Downloaded rustix v1.1.3
3622026-08-13T22:37:58.765Z Downloaded libc v0.2.185
3632026-08-13T22:37:58.765Z Compiling proc-macro2 v1.0.106
3642026-08-13T22:37:58.766Z Compiling unicode-ident v1.0.24
3652026-08-13T22:37:58.766Z Compiling quote v1.0.45
3662026-08-13T22:37:58.766Z Compiling serde_core v1.0.229
3672026-08-13T22:37:58.766Z Compiling libc v0.2.185
3682026-08-13T22:37:58.766Z Compiling version_check v0.9.5
3692026-08-13T22:37:58.766Z Compiling memchr v2.8.0
3702026-08-13T22:37:58.766Z Compiling serde v1.0.229
3712026-08-13T22:37:58.932Z Compiling zmij v1.0.21
3722026-08-13T22:37:59.065Z Compiling thiserror v1.0.69
3732026-08-13T22:37:59.065Z Compiling itoa v1.0.17
3742026-08-13T22:37:59.065Z Compiling ucd-trie v0.1.7
3752026-08-13T22:37:59.065Z Compiling rustix v1.1.3
3762026-08-13T22:37:59.065Z Compiling byteorder v1.5.0
3772026-08-13T22:37:59.155Z Compiling bitflags v2.11.0
3782026-08-13T22:37:59.227Z Compiling serde_json v1.0.151
3792026-08-13T22:37:59.303Z Compiling usdt-impl v0.5.0
3802026-08-13T22:37:59.413Z Compiling proc-macro-error-attr v1.0.4
3812026-08-13T22:37:59.436Z Compiling pest v2.8.6
3822026-08-13T22:37:59.455Z Compiling camino v1.2.2
3832026-08-13T22:37:59.461Z Compiling syn v1.0.109
3842026-08-13T22:37:59.535Z Compiling proc-macro-error v1.0.4
3852026-08-13T22:37:59.587Z Compiling log v0.4.29
3862026-08-13T22:37:59.661Z Compiling getrandom v0.4.1
3872026-08-13T22:37:59.727Z Compiling plain v0.2.3
3882026-08-13T22:37:59.730Z Compiling equivalent v1.0.2
3892026-08-13T22:37:59.785Z Compiling utf8parse v0.2.2
3902026-08-13T22:37:59.802Z Compiling errno v0.3.14
3912026-08-13T22:37:59.835Z Compiling thread-id v4.2.2
3922026-08-13T22:37:59.838Z Compiling hashbrown v0.17.0
3932026-08-13T22:37:59.926Z Compiling anstyle-parse v1.0.0
3942026-08-13T22:37:59.963Z Compiling cfg-if v1.0.4
3952026-08-13T22:37:59.966Z Compiling toml_write v0.1.2
3962026-08-13T22:37:59.966Z Compiling pretty-hex v0.4.1
3972026-08-13T22:38:00.037Z Compiling autocfg v1.5.0
3982026-08-13T22:38:00.071Z Compiling anstyle v1.0.14
3992026-08-13T22:38:00.071Z Compiling winnow v0.7.14
4002026-08-13T22:38:00.074Z Compiling is_terminal_polyfill v1.70.2
4012026-08-13T22:38:00.074Z Compiling thiserror v2.0.18
4022026-08-13T22:38:00.195Z Compiling anstyle-query v1.1.5
4032026-08-13T22:38:00.200Z Compiling colorchoice v1.0.4
4042026-08-13T22:38:00.322Z Compiling heck v0.5.0
4052026-08-13T22:38:00.348Z Compiling anstream v1.0.0
4062026-08-13T22:38:00.352Z Compiling fnv v1.0.7
4072026-08-13T22:38:00.397Z Compiling indexmap v2.14.0
4082026-08-13T22:38:00.415Z Compiling fastrand v2.3.0
4092026-08-13T22:38:00.477Z Compiling syn v2.0.117
4102026-08-13T22:38:00.498Z Compiling syn v3.0.3
4112026-08-13T22:38:00.520Z Compiling once_cell v1.21.3
4122026-08-13T22:38:00.576Z Compiling pest_meta v2.8.6
4132026-08-13T22:38:00.592Z Compiling fs-err v3.3.0
4142026-08-13T22:38:00.694Z Compiling anyhow v1.0.102
4152026-08-13T22:38:00.714Z Compiling clap_lex v1.0.0
4162026-08-13T22:38:00.759Z Compiling bytecount v0.6.9
4172026-08-13T22:38:00.792Z Compiling heck v0.4.1
4182026-08-13T22:38:00.810Z Compiling strsim v0.11.1
4192026-08-13T22:38:00.829Z Compiling unicode-width v0.1.14
4202026-08-13T22:38:00.974Z Compiling terminal_size v0.4.3
4212026-08-13T22:38:00.991Z Compiling tempfile v3.25.0
4222026-08-13T22:38:01.049Z Compiling memmap v0.7.0
4232026-08-13T22:38:01.070Z Compiling unicode-linebreak v0.1.5
4242026-08-13T22:38:01.087Z Compiling clap_builder v4.6.0
4252026-08-13T22:38:01.126Z Compiling papergrid v0.11.0
4262026-08-13T22:38:01.157Z Compiling smawk v0.3.2
4272026-08-13T22:38:01.257Z Compiling semver v1.0.28
4282026-08-13T22:38:01.308Z Compiling cargo-platform v0.3.2
4292026-08-13T22:38:01.327Z Compiling unicode-width v0.2.0
4302026-08-13T22:38:01.394Z Compiling swrite v0.1.0
4312026-08-13T22:38:01.581Z Compiling textwrap v0.16.2
4322026-08-13T22:38:01.599Z Compiling camino-tempfile v1.4.1
4332026-08-13T22:38:02.052Z Compiling tabled_derive v0.7.0
4342026-08-13T22:38:02.115Z Compiling serde_derive v1.0.229
4352026-08-13T22:38:02.662Z Compiling pest_generator v2.8.6
4362026-08-13T22:38:02.720Z Compiling tabled v0.15.0
4372026-08-13T22:38:03.155Z Compiling thiserror-impl v1.0.69
4382026-08-13T22:38:03.155Z Compiling zerocopy-derive v0.7.35
4392026-08-13T22:38:03.158Z Compiling scroll_derive v0.12.1
4402026-08-13T22:38:03.158Z Compiling thiserror-impl v2.0.18
4412026-08-13T22:38:03.158Z Compiling clap_derive v4.6.1
4422026-08-13T22:38:03.240Z Compiling pest_derive v2.8.6
4432026-08-13T22:38:03.816Z Compiling scroll v0.12.0
4442026-08-13T22:38:03.889Z Compiling zerocopy v0.7.35
4452026-08-13T22:38:04.029Z Compiling goblin v0.8.2
4462026-08-13T22:38:04.319Z Compiling dtrace-parser v0.2.0
4472026-08-13T22:38:04.470Z Compiling toml_datetime v0.6.11
4482026-08-13T22:38:04.470Z Compiling serde_spanned v0.6.9
4492026-08-13T22:38:04.470Z Compiling cargo_metadata v0.23.1
4502026-08-13T22:38:04.470Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-08-13T22:38:04.473Z Compiling macaddr v1.0.1
4522026-08-13T22:38:04.489Z Compiling dof v0.3.0
4532026-08-13T22:38:04.493Z Compiling serde_tokenstream v0.2.3
4542026-08-13T22:38:04.559Z Compiling clap v4.6.1
4552026-08-13T22:38:04.725Z Compiling toml_edit v0.22.27
4562026-08-13T22:38:05.203Z Compiling usdt-macro v0.5.0
4572026-08-13T22:38:05.203Z Compiling usdt-attr-macro v0.5.0
4582026-08-13T22:38:05.954Z Compiling toml v0.8.23
4592026-08-13T22:38:06.292Z Compiling cargo_toml v0.21.0
4602026-08-13T22:38:06.681Z Compiling usdt v0.5.0
4612026-08-13T22:38:07.648Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-08-13T22:38:09.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s
4632026-08-13T22:38:09.896Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-08-13T22:38:10.413Z Downloading crates ...
4652026-08-13T22:38:10.461Z Downloaded adler2 v2.0.1
4662026-08-13T22:38:10.477Z Downloaded aes-gcm v0.11.0
4672026-08-13T22:38:10.480Z Downloaded aead v0.5.2
4682026-08-13T22:38:10.483Z Downloaded assert_matches v1.5.0
4692026-08-13T22:38:10.486Z Downloaded aead v0.6.1
4702026-08-13T22:38:10.486Z Downloaded env_filter v1.0.0
4712026-08-13T22:38:10.492Z Downloaded atomic-waker v1.1.2
4722026-08-13T22:38:10.495Z Downloaded find-msvc-tools v0.1.9
4732026-08-13T22:38:10.497Z Downloaded flate2 v1.1.9
4742026-08-13T22:38:10.500Z Downloaded byte-wrapper v0.1.0
4752026-08-13T22:38:10.503Z Downloaded fixedbitset v0.4.2
4762026-08-13T22:38:10.503Z Downloaded convert_case v0.4.0
4772026-08-13T22:38:10.503Z Downloaded async-recursion v1.1.1
4782026-08-13T22:38:10.506Z Downloaded async-stream-impl v0.3.6
4792026-08-13T22:38:10.506Z Downloaded hostname v0.3.1
4802026-08-13T22:38:10.509Z Downloaded hubpack v0.1.2
4812026-08-13T22:38:10.509Z Downloaded arrayvec v0.7.6
4822026-08-13T22:38:10.509Z Downloaded backon v1.6.0
4832026-08-13T22:38:10.513Z Downloaded fd-lock v4.0.4
4842026-08-13T22:38:10.513Z Downloaded flagset v0.4.7
4852026-08-13T22:38:10.515Z Downloaded bcrypt-pbkdf v0.11.0
4862026-08-13T22:38:10.516Z Downloaded atty v0.2.14
4872026-08-13T22:38:10.521Z Downloaded foreign-types v0.5.0
4882026-08-13T22:38:10.521Z Downloaded futures-core v0.3.32
4892026-08-13T22:38:10.521Z Downloaded gethostname v0.5.0
4902026-08-13T22:38:10.524Z Downloaded async-stream v0.3.6
4912026-08-13T22:38:10.524Z Downloaded foreign-types-macros v0.2.3
4922026-08-13T22:38:10.524Z Downloaded futures-macro v0.3.32
4932026-08-13T22:38:10.524Z Downloaded ahash v0.8.12
4942026-08-13T22:38:10.527Z Downloaded argon2 v0.5.3
4952026-08-13T22:38:10.528Z Downloaded bitfield v0.19.4
4962026-08-13T22:38:10.528Z Downloaded fixedbitset v0.5.7
4972026-08-13T22:38:10.528Z Downloaded foreign-types-shared v0.3.1
4982026-08-13T22:38:10.528Z Downloaded ff v0.13.1
4992026-08-13T22:38:10.531Z Downloaded form_urlencoded v1.2.2
5002026-08-13T22:38:10.531Z Downloaded anstream v0.6.21
5012026-08-13T22:38:10.531Z Downloaded bitflags v1.3.2
5022026-08-13T22:38:10.536Z Downloaded foreign-types v0.3.2
5032026-08-13T22:38:10.539Z Downloaded foreign-types-shared v0.1.1
5042026-08-13T22:38:10.539Z Downloaded futures-io v0.3.32
5052026-08-13T22:38:10.539Z Downloaded float-cmp v0.10.0
5062026-08-13T22:38:10.539Z Downloaded ascii-canvas v3.0.0
5072026-08-13T22:38:10.539Z Downloaded castaway v0.2.4
5082026-08-13T22:38:10.539Z Downloaded arrayref v0.3.9
5092026-08-13T22:38:10.539Z Downloaded block-buffer v0.12.1
5102026-08-13T22:38:10.542Z Downloaded float-ord v0.3.2
5112026-08-13T22:38:10.542Z Downloaded futures-task v0.3.32
5122026-08-13T22:38:10.542Z Downloaded ff v0.14.0
5132026-08-13T22:38:10.542Z Downloaded glob v0.3.3
5142026-08-13T22:38:10.542Z Downloaded hex v0.4.3
5152026-08-13T22:38:10.545Z Downloaded bit-set v0.5.3
5162026-08-13T22:38:10.545Z Downloaded fallible-iterator v0.2.0
5172026-08-13T22:38:10.545Z Downloaded filetime v0.2.27
5182026-08-13T22:38:10.545Z Downloaded futures-executor v0.3.32
5192026-08-13T22:38:10.548Z Downloaded fxhash v0.2.1
5202026-08-13T22:38:10.548Z Downloaded git-stub-vcs v0.1.0
5212026-08-13T22:38:10.548Z Downloaded funty v2.0.0
5222026-08-13T22:38:10.548Z Downloaded futures-sink v0.3.32
5232026-08-13T22:38:10.552Z Downloaded async-trait v0.1.89
5242026-08-13T22:38:10.552Z Downloaded git-stub v1.0.0
5252026-08-13T22:38:10.555Z Downloaded headers-core v0.3.0
5262026-08-13T22:38:10.555Z Downloaded backoff v0.4.0
5272026-08-13T22:38:10.555Z Downloaded base64ct v1.8.3
5282026-08-13T22:38:10.557Z Downloaded env_logger v0.11.9
5292026-08-13T22:38:10.557Z Downloaded hyper-rustls v0.27.7
5302026-08-13T22:38:10.563Z Downloaded fatfs v0.3.6
5312026-08-13T22:38:10.563Z Downloaded hash32 v0.3.1
5322026-08-13T22:38:10.563Z Downloaded compression-core v0.4.31
5332026-08-13T22:38:10.567Z Downloaded fs-err v2.11.0
5342026-08-13T22:38:10.567Z Downloaded httpdate v1.0.3
5352026-08-13T22:38:10.567Z Downloaded hostname v0.4.2
5362026-08-13T22:38:10.573Z Downloaded ghash v0.6.0
5372026-08-13T22:38:10.577Z Downloaded cobs v0.3.0
5382026-08-13T22:38:10.577Z Downloaded foldhash v0.1.5
5392026-08-13T22:38:10.577Z Downloaded fs_extra v1.3.0
5402026-08-13T22:38:10.577Z Downloaded atomicwrites v0.4.4
5412026-08-13T22:38:10.578Z Downloaded base16ct v1.0.0
5422026-08-13T22:38:10.588Z Downloaded cfg_aliases v0.2.1
5432026-08-13T22:38:10.588Z Downloaded base16ct v0.2.0
5442026-08-13T22:38:10.594Z Downloaded globwalk v0.9.1
5452026-08-13T22:38:10.594Z Downloaded bb8 v0.8.6
5462026-08-13T22:38:10.594Z Downloaded hyper-tls v0.6.0
5472026-08-13T22:38:10.594Z Downloaded home v0.5.12
5482026-08-13T22:38:10.597Z Downloaded hash32 v0.2.1
5492026-08-13T22:38:10.597Z Downloaded bitfield-struct v0.6.2
5502026-08-13T22:38:10.597Z Downloaded ciborium-ll v0.2.2
5512026-08-13T22:38:10.598Z Downloaded num-derive v0.4.2
5522026-08-13T22:38:10.598Z Downloaded array-init v0.0.4
5532026-08-13T22:38:10.598Z Downloaded cfg_aliases v0.1.1
5542026-08-13T22:38:10.600Z Downloaded hubpack_derive v0.1.1
5552026-08-13T22:38:10.601Z Downloaded openssl-probe v0.2.1
5562026-08-13T22:38:10.607Z Downloaded block-padding v0.4.2
5572026-08-13T22:38:10.607Z Downloaded anstyle-parse v0.2.7
5582026-08-13T22:38:10.607Z Downloaded bit-set v0.8.0
5592026-08-13T22:38:10.607Z Downloaded colored v2.2.0
5602026-08-13T22:38:10.611Z Downloaded http-range v0.1.5
5612026-08-13T22:38:10.617Z Downloaded hex-literal v1.1.0
5622026-08-13T22:38:10.620Z Downloaded packed_struct_codegen v0.10.1
5632026-08-13T22:38:10.620Z Downloaded futures-channel v0.3.32
5642026-08-13T22:38:10.623Z Downloaded globset v0.4.18
5652026-08-13T22:38:10.623Z Downloaded group v0.13.0
5662026-08-13T22:38:10.623Z Downloaded group v0.14.0
5672026-08-13T22:38:10.625Z Downloaded foldhash v0.2.0
5682026-08-13T22:38:10.625Z Downloaded num-conv v0.2.0
5692026-08-13T22:38:10.625Z Downloaded num_enum_derive v0.5.11
5702026-08-13T22:38:10.626Z Downloaded erased-serde v0.3.31
5712026-08-13T22:38:10.629Z Downloaded num v0.4.3
5722026-08-13T22:38:10.629Z Downloaded predicates-core v1.0.10
5732026-08-13T22:38:10.629Z Downloaded http-body-util v0.1.3
5742026-08-13T22:38:10.631Z Downloaded parse-display v0.10.0
5752026-08-13T22:38:10.634Z Downloaded progenitor-client v0.14.0
5762026-08-13T22:38:10.637Z Downloaded proc-macro-crate v1.3.1
5772026-08-13T22:38:10.637Z Downloaded proc-macro-error-attr2 v2.0.0
5782026-08-13T22:38:10.640Z Downloaded rustc_version v0.4.1
5792026-08-13T22:38:10.640Z Downloaded rand_chacha v0.3.1
5802026-08-13T22:38:10.640Z Downloaded ref-cast v1.0.25
5812026-08-13T22:38:10.644Z Downloaded rfc6979 v0.6.0
5822026-08-13T22:38:10.647Z Downloaded bitfield-macros v0.19.4
5832026-08-13T22:38:10.647Z Downloaded buf-list v1.1.2
5842026-08-13T22:38:10.651Z Downloaded seq-macro v0.3.6
5852026-08-13T22:38:10.651Z Downloaded cmov v0.5.4
5862026-08-13T22:38:10.655Z Downloaded cbc v0.2.1
5872026-08-13T22:38:10.655Z Downloaded cmake v0.1.57
5882026-08-13T22:38:10.655Z Downloaded http-body v1.0.1
5892026-08-13T22:38:10.661Z Downloaded owo-colors v4.3.0
5902026-08-13T22:38:10.664Z Downloaded bs58 v0.5.1
5912026-08-13T22:38:10.664Z Downloaded cexpr v0.6.0
5922026-08-13T22:38:10.664Z Downloaded const_format_proc_macros v0.2.34
5932026-08-13T22:38:10.664Z Downloaded humantime v2.3.0
5942026-08-13T22:38:10.664Z Downloaded bit-vec v0.6.3
5952026-08-13T22:38:10.668Z Downloaded blowfish v0.10.0
5962026-08-13T22:38:10.668Z Downloaded highway v1.3.0
5972026-08-13T22:38:10.668Z Downloaded scheduled-thread-pool v0.2.7
5982026-08-13T22:38:10.671Z Downloaded bcs v0.1.6
5992026-08-13T22:38:10.671Z Downloaded bit-vec v0.8.0
6002026-08-13T22:38:10.671Z Downloaded ciborium-io v0.2.2
6012026-08-13T22:38:10.671Z Downloaded sapling-renderdag v0.1.0
6022026-08-13T22:38:10.671Z Downloaded serde-big-array v0.5.1
6032026-08-13T22:38:10.674Z Downloaded signal-hook-tokio v0.3.1
6042026-08-13T22:38:10.674Z Downloaded serde_bytes v0.11.19
6052026-08-13T22:38:10.678Z Downloaded signature v2.2.0
6062026-08-13T22:38:10.678Z Downloaded camino-tempfile-ext v0.3.3
6072026-08-13T22:38:10.678Z Downloaded cipher v0.4.4
6082026-08-13T22:38:10.681Z Downloaded cipher v0.5.2
6092026-08-13T22:38:10.681Z Downloaded getrandom v0.2.17
6102026-08-13T22:38:10.681Z Downloaded strsim v0.10.0
6112026-08-13T22:38:10.685Z Downloaded async-bb8-diesel v0.2.1
6122026-08-13T22:38:10.685Z Downloaded bzip2 v0.4.4
6132026-08-13T22:38:10.685Z Downloaded chacha20 v0.10.0
6142026-08-13T22:38:10.688Z Downloaded iana-time-zone v0.1.65
6152026-08-13T22:38:10.689Z Downloaded pbkdf2 v0.13.0
6162026-08-13T22:38:10.689Z Downloaded cassowary v0.3.0
6172026-08-13T22:38:10.689Z Downloaded chacha20 v0.9.1
6182026-08-13T22:38:10.698Z Downloaded hyper-staticfile v0.10.1
6192026-08-13T22:38:10.698Z Downloaded constant_time_eq v0.4.2
6202026-08-13T22:38:10.701Z Downloaded sync-ptr v0.1.4
6212026-08-13T22:38:10.701Z Downloaded bytes v1.11.1
6222026-08-13T22:38:10.701Z Downloaded async-compression v0.4.41
6232026-08-13T22:38:10.701Z Downloaded aes v0.9.1
6242026-08-13T22:38:10.701Z Downloaded time-core v0.1.8
6252026-08-13T22:38:10.701Z Downloaded strum v0.27.2
6262026-08-13T22:38:10.701Z Downloaded termtree v0.5.1
6272026-08-13T22:38:10.705Z Downloaded thiserror-impl-no-std v2.0.2
6282026-08-13T22:38:10.705Z Downloaded sync_wrapper v1.0.2
6292026-08-13T22:38:10.705Z Downloaded hmac v0.13.0
6302026-08-13T22:38:10.705Z Downloaded pem v3.0.6
6312026-08-13T22:38:10.705Z Downloaded phf_shared v0.13.1
6322026-08-13T22:38:10.705Z Downloaded percent-encoding v2.3.2
6332026-08-13T22:38:10.709Z Downloaded progenitor-extras v0.2.0
6342026-08-13T22:38:10.713Z Downloaded generic-array v1.4.3
6352026-08-13T22:38:10.716Z Downloaded postgres-protocol v0.6.10
6362026-08-13T22:38:10.716Z Downloaded rand_chacha v0.9.0
6372026-08-13T22:38:10.720Z Downloaded usdt v0.6.0
6382026-08-13T22:38:10.720Z Downloaded usdt-attr-macro v0.6.0
6392026-08-13T22:38:10.729Z Downloaded rpassword v7.5.4
6402026-08-13T22:38:10.735Z Downloaded clang-sys v1.8.1
6412026-08-13T22:38:10.735Z Downloaded rusty-fork v0.3.1
6422026-08-13T22:38:10.735Z Downloaded cancel-safe-futures v0.1.5
6432026-08-13T22:38:10.740Z Downloaded compression-codecs v0.4.37
6442026-08-13T22:38:10.740Z Downloaded colored v3.1.1
6452026-08-13T22:38:10.740Z Downloaded httparse v1.10.1
6462026-08-13T22:38:10.744Z Downloaded console v0.15.11
6472026-08-13T22:38:10.744Z Downloaded serde-hex v0.1.0
6482026-08-13T22:38:10.747Z Downloaded scrypt v0.12.0
6492026-08-13T22:38:10.747Z Downloaded slog-async v2.8.0
6502026-08-13T22:38:10.747Z Downloaded signature v3.0.0
6512026-08-13T22:38:10.747Z Downloaded zerofrom v0.1.6
6522026-08-13T22:38:10.750Z Downloaded ciborium v0.2.2
6532026-08-13T22:38:10.753Z Downloaded console v0.16.2
6542026-08-13T22:38:10.753Z Downloaded argon2 v0.6.0-rc.8
6552026-08-13T22:38:10.754Z Downloaded bzip2 v0.6.1
6562026-08-13T22:38:10.760Z Downloaded wait-timeout v0.2.1
6572026-08-13T22:38:10.760Z Downloaded blake2 v0.11.0-rc.6
6582026-08-13T22:38:10.760Z Downloaded xattr v1.6.1
6592026-08-13T22:38:10.760Z Downloaded crunchy v0.2.4
6602026-08-13T22:38:10.760Z Downloaded parking_lot_core v0.9.12
6612026-08-13T22:38:10.763Z Downloaded tinystr v0.8.2
6622026-08-13T22:38:10.767Z Downloaded darling_macro v0.20.11
6632026-08-13T22:38:10.767Z Downloaded getrandom v0.3.4
6642026-08-13T22:38:10.767Z Downloaded hmac v0.12.1
6652026-08-13T22:38:10.770Z Downloaded darling_macro v0.21.3
6662026-08-13T22:38:10.770Z Downloaded dunce v1.0.5
6672026-08-13T22:38:10.775Z Downloaded smf v0.2.3
6682026-08-13T22:38:10.778Z Downloaded synstructure v0.13.2
6692026-08-13T22:38:10.779Z Downloaded pkcs8 v0.11.0
6702026-08-13T22:38:10.779Z Downloaded poly1305 v0.9.0
6712026-08-13T22:38:10.783Z Downloaded futures v0.3.32
6722026-08-13T22:38:10.786Z Downloaded tokio-tungstenite v0.21.0
6732026-08-13T22:38:10.786Z Downloaded curve25519-dalek-derive v0.1.1
6742026-08-13T22:38:10.786Z Downloaded defmt-parser v1.0.0
6752026-08-13T22:38:10.786Z Downloaded difflib v0.4.0
6762026-08-13T22:38:10.792Z Downloaded half v2.7.1
6772026-08-13T22:38:10.796Z Downloaded dtrace-parser v0.3.0
6782026-08-13T22:38:10.796Z Downloaded dirs-sys-next v0.1.2
6792026-08-13T22:38:10.796Z Downloaded quinn-udp v0.5.14
6802026-08-13T22:38:10.796Z Downloaded rustversion v1.0.22
6812026-08-13T22:38:10.799Z Downloaded inout v0.2.2
6822026-08-13T22:38:10.799Z Downloaded memoffset v0.9.1
6832026-08-13T22:38:10.802Z Downloaded vergen-lib v0.1.6
6842026-08-13T22:38:10.802Z Downloaded jiff-static v0.2.34
6852026-08-13T22:38:10.805Z Downloaded mime v0.3.17
6862026-08-13T22:38:10.805Z Downloaded dyn-clone v1.0.20
6872026-08-13T22:38:10.805Z Downloaded embedded-io v0.6.1
6882026-08-13T22:38:10.806Z Downloaded embedded-io v0.4.0
6892026-08-13T22:38:10.806Z Downloaded internet-checksum v0.2.1
6902026-08-13T22:38:10.806Z Downloaded newtype_derive v0.1.6
6912026-08-13T22:38:10.810Z Downloaded match_cfg v0.1.0
6922026-08-13T22:38:10.810Z Downloaded allocator-api2 v0.2.21
6932026-08-13T22:38:10.810Z Downloaded lazy_static v1.5.0
6942026-08-13T22:38:10.814Z Downloaded lzss v0.8.2
6952026-08-13T22:38:10.817Z Downloaded blake2 v0.10.6
6962026-08-13T22:38:10.817Z Downloaded const-oid v0.9.6
6972026-08-13T22:38:10.825Z Downloaded half v1.8.3
6982026-08-13T22:38:10.828Z Downloaded hybrid-array v0.4.13
6992026-08-13T22:38:10.832Z Downloaded serde_cbor v0.11.2
7002026-08-13T22:38:10.836Z Downloaded newtype-uuid-macros v0.1.0
7012026-08-13T22:38:10.841Z Downloaded zerofrom-derive v0.1.6
7022026-08-13T22:38:10.841Z Downloaded password-hash v0.6.1
7032026-08-13T22:38:10.841Z Downloaded corncobs v0.1.4
7042026-08-13T22:38:10.841Z Downloaded oso-derive v0.27.3
7052026-08-13T22:38:10.847Z Downloaded critical-section v1.2.0
7062026-08-13T22:38:10.847Z Downloaded ctr v0.10.1
7072026-08-13T22:38:10.856Z Downloaded der_derive v0.7.3
7082026-08-13T22:38:10.856Z Downloaded derive_builder_core v0.20.2
7092026-08-13T22:38:10.856Z Downloaded display-error-chain v0.2.2
7102026-08-13T22:38:10.856Z Downloaded daft v0.1.7
7112026-08-13T22:38:10.862Z Downloaded potential_utf v0.1.4
7122026-08-13T22:38:10.862Z Downloaded powerfmt v0.2.0
7132026-08-13T22:38:10.862Z Downloaded psl-types v2.0.11
7142026-08-13T22:38:10.862Z Downloaded rand_xorshift v0.4.0
7152026-08-13T22:38:10.862Z Downloaded flume v0.11.1
7162026-08-13T22:38:10.867Z Downloaded pin-project v1.1.11
7172026-08-13T22:38:10.871Z Downloaded oxide-update-engine-types v0.1.2
7182026-08-13T22:38:10.871Z Downloaded diesel-dtrace v0.5.0
7192026-08-13T22:38:10.871Z Downloaded progenitor-impl v0.13.0
7202026-08-13T22:38:10.872Z Downloaded ref-cast-impl v1.0.25
7212026-08-13T22:38:10.877Z Downloaded expectorate v1.2.0
7222026-08-13T22:38:10.877Z Downloaded headers v0.4.1
7232026-08-13T22:38:10.877Z Downloaded tracing-attributes v0.1.31
7242026-08-13T22:38:10.881Z Downloaded twox-hash v2.1.2
7252026-08-13T22:38:10.881Z Downloaded postcard v1.1.3
7262026-08-13T22:38:10.881Z Downloaded unicode-properties v0.1.4
7272026-08-13T22:38:10.881Z Downloaded toml_parser v1.1.2+spec-1.1.0
7282026-08-13T22:38:10.886Z Downloaded ipnet v2.11.0
7292026-08-13T22:38:10.886Z Downloaded libsw-core v0.3.2
7302026-08-13T22:38:10.886Z Downloaded olpc-cjson v0.1.4
7312026-08-13T22:38:10.886Z Downloaded rfc6979 v0.4.0
7322026-08-13T22:38:10.886Z Downloaded russh-cryptovec v0.62.0
7332026-08-13T22:38:10.892Z Downloaded russh-util v0.52.0
7342026-08-13T22:38:10.892Z Downloaded structmeta v0.3.0
7352026-08-13T22:38:10.897Z Downloaded num_enum v0.7.6
7362026-08-13T22:38:10.902Z Downloaded packed_struct v0.10.1
7372026-08-13T22:38:10.908Z Downloaded chacha20poly1305 v0.10.1
7382026-08-13T22:38:10.911Z Downloaded socket2 v0.6.3
7392026-08-13T22:38:10.911Z Downloaded const_format v0.2.35
7402026-08-13T22:38:10.914Z Downloaded wyz v0.5.1
7412026-08-13T22:38:10.917Z Downloaded oxide-tokio-rt v0.1.4
7422026-08-13T22:38:10.918Z Downloaded thread-id v5.1.0
7432026-08-13T22:38:10.920Z Downloaded compact_str v0.8.1
7442026-08-13T22:38:10.921Z Downloaded slog-bunyan v2.5.0
7452026-08-13T22:38:10.925Z Downloaded num-integer v0.1.46
7462026-08-13T22:38:10.925Z Downloaded structmeta-derive v0.3.0
7472026-08-13T22:38:10.925Z Downloaded supports-color v3.0.2
7482026-08-13T22:38:10.928Z Downloaded tower-service v0.3.3
7492026-08-13T22:38:10.928Z Downloaded peg-macros v0.8.5
7502026-08-13T22:38:10.928Z Downloaded take_mut v0.2.2
7512026-08-13T22:38:10.928Z Downloaded phf v0.12.1
7522026-08-13T22:38:10.933Z Downloaded pin-project-lite v0.2.17
7532026-08-13T22:38:10.933Z Downloaded crossbeam-utils v0.8.21
7542026-08-13T22:38:10.936Z Downloaded derive_builder v0.20.2
7552026-08-13T22:38:10.936Z Downloaded pkcs8 v0.10.2
7562026-08-13T22:38:10.939Z Downloaded pkg-config v0.3.32
7572026-08-13T22:38:10.939Z Downloaded progenitor v0.13.0
7582026-08-13T22:38:10.939Z Downloaded progenitor-macro v0.13.0
7592026-08-13T22:38:10.943Z Downloaded rand_seeder v0.4.0
7602026-08-13T22:38:10.943Z Downloaded universal-hash v0.5.1
7612026-08-13T22:38:10.946Z Downloaded const-oid v0.10.2
7622026-08-13T22:38:10.949Z Downloaded subprocess v0.2.15
7632026-08-13T22:38:10.953Z Downloaded primefield v0.14.0
7642026-08-13T22:38:10.956Z Downloaded toml v1.1.2+spec-1.1.0
7652026-08-13T22:38:10.959Z Downloaded tracing-core v0.1.36
7662026-08-13T22:38:10.962Z Downloaded schemars_derive v0.8.22
7672026-08-13T22:38:10.962Z Downloaded unsafe-libyaml v0.2.11
7682026-08-13T22:38:10.966Z Downloaded icu_locale_core v2.1.1
7692026-08-13T22:38:10.969Z Downloaded libsw v3.5.0
7702026-08-13T22:38:10.969Z Downloaded native-tls v0.2.18
7712026-08-13T22:38:10.970Z Downloaded serde_derive_internals v0.29.1
7722026-08-13T22:38:10.974Z Downloaded simd-adler32 v0.3.8
7732026-08-13T22:38:10.981Z Downloaded zeroize_derive v1.5.0
7742026-08-13T22:38:10.985Z Downloaded crc v3.4.0
7752026-08-13T22:38:10.985Z Downloaded crc8 v0.1.1
7762026-08-13T22:38:10.987Z Downloaded darling_macro v0.23.0
7772026-08-13T22:38:10.987Z Downloaded crypto-common v0.2.2
7782026-08-13T22:38:10.987Z Downloaded derive_builder_macro v0.20.2
7792026-08-13T22:38:10.987Z Downloaded enum-as-inner v0.6.1
7802026-08-13T22:38:10.987Z Downloaded http v1.4.2
7812026-08-13T22:38:11.059Z Downloaded sec1 v0.7.3
7822026-08-13T22:38:11.059Z Downloaded spki v0.8.0
7832026-08-13T22:38:11.059Z Downloaded heapless v0.7.17
7842026-08-13T22:38:11.059Z Downloaded hickory-resolver v0.24.4
7852026-08-13T22:38:11.059Z Downloaded icu_collections v2.1.1
7862026-08-13T22:38:11.059Z Downloaded schemars v0.8.22
7872026-08-13T22:38:11.059Z Downloaded p384 v0.14.0
7882026-08-13T22:38:11.059Z Downloaded base64 v0.22.1
7892026-08-13T22:38:11.059Z Downloaded ar_archive_writer v0.5.1
7902026-08-13T22:38:11.059Z Downloaded arc-swap v1.8.2
7912026-08-13T22:38:11.059Z Downloaded smallvec v0.6.14
7922026-08-13T22:38:11.059Z Downloaded crc-any v2.5.0
7932026-08-13T22:38:11.059Z Downloaded base64 v0.21.7
7942026-08-13T22:38:11.059Z Downloaded ssh-cipher v0.3.0
7952026-08-13T22:38:11.059Z Downloaded ssh-encoding v0.3.0
7962026-08-13T22:38:11.059Z Downloaded thiserror-no-std v2.0.2
7972026-08-13T22:38:11.060Z Downloaded dsl_auto_type v0.2.0
7982026-08-13T22:38:11.061Z Downloaded instant v0.1.13
7992026-08-13T22:38:11.061Z Downloaded is-terminal v0.4.17
8002026-08-13T22:38:11.061Z Downloaded indent_write v2.2.0
8012026-08-13T22:38:11.061Z Downloaded tls_codec v0.4.2
8022026-08-13T22:38:11.061Z Downloaded tls_codec_derive v0.4.2
8032026-08-13T22:38:11.062Z Downloaded hickory-resolver v0.25.2
8042026-08-13T22:38:11.062Z Downloaded toml_writer v1.1.1+spec-1.1.0
8052026-08-13T22:38:11.062Z Downloaded heapless v0.8.0
8062026-08-13T22:38:11.062Z Downloaded whoami v2.1.0
8072026-08-13T22:38:11.062Z Downloaded tokio-tungstenite v0.23.1
8082026-08-13T22:38:11.062Z Downloaded managed v0.8.0
8092026-08-13T22:38:11.062Z Downloaded opaque-debug v0.3.1
8102026-08-13T22:38:11.062Z Downloaded usdt-impl v0.6.0
8112026-08-13T22:38:11.062Z Downloaded icu_provider v2.1.1
8122026-08-13T22:38:11.062Z Downloaded pretty_assertions v1.4.1
8132026-08-13T22:38:11.073Z Downloaded md5 v0.8.0
8142026-08-13T22:38:11.074Z Downloaded newline-converter v0.3.0
8152026-08-13T22:38:11.074Z Downloaded nonempty v0.12.0
8162026-08-13T22:38:11.074Z Downloaded rsa v0.9.10
8172026-08-13T22:38:11.074Z Downloaded tungstenite v0.23.0
8182026-08-13T22:38:11.074Z Downloaded vergen-gitcl v1.0.8
8192026-08-13T22:38:11.074Z Downloaded hickory-server v0.25.2
8202026-08-13T22:38:11.074Z Downloaded icu_properties v2.1.2
8212026-08-13T22:38:11.074Z Downloaded rand_core v0.6.4
8222026-08-13T22:38:11.074Z Downloaded indexmap v1.9.3
8232026-08-13T22:38:11.074Z Downloaded jobserver v0.1.34
8242026-08-13T22:38:11.074Z Downloaded defmt v1.0.1
8252026-08-13T22:38:11.074Z Downloaded peg-runtime v0.8.5
8262026-08-13T22:38:11.074Z Downloaded zstd v0.13.3
8272026-08-13T22:38:11.074Z Downloaded displaydoc v0.2.5
8282026-08-13T22:38:11.074Z Downloaded parse-size v1.1.0
8292026-08-13T22:38:11.074Z Downloaded phf_shared v0.12.1
8302026-08-13T22:38:11.074Z Downloaded precomputed-hash v0.1.1
8312026-08-13T22:38:11.074Z Downloaded quick-error v1.2.3
8322026-08-13T22:38:11.079Z Downloaded bumpalo v3.20.2
8332026-08-13T22:38:11.079Z Downloaded slog v2.8.2
8342026-08-13T22:38:11.079Z Downloaded smallvec v1.15.1
8352026-08-13T22:38:11.085Z Downloaded vte v0.14.1
8362026-08-13T22:38:11.086Z Downloaded omicron-zone-package v0.12.3
8372026-08-13T22:38:11.090Z Downloaded term v0.7.0
8382026-08-13T22:38:11.090Z Downloaded papergrid v0.18.0
8392026-08-13T22:38:11.090Z Downloaded serde_with_macros v3.21.0
8402026-08-13T22:38:11.101Z Downloaded ed25519 v3.0.0
8412026-08-13T22:38:11.101Z Downloaded keccak v0.2.0
8422026-08-13T22:38:11.101Z Downloaded sha1 v0.11.0
8432026-08-13T22:38:11.101Z Downloaded serde_repr v0.1.20
8442026-08-13T22:38:11.101Z Downloaded rtoolbox v0.0.3
8452026-08-13T22:38:11.101Z Downloaded same-file v1.0.6
8462026-08-13T22:38:11.101Z Downloaded signal-hook-mio v0.2.5
8472026-08-13T22:38:11.101Z Downloaded slog-envlogger v2.2.0
8482026-08-13T22:38:11.105Z Downloaded lock_api v0.4.14
8492026-08-13T22:38:11.105Z Downloaded whoami v1.6.1
8502026-08-13T22:38:11.105Z Downloaded cookie v0.18.1
8512026-08-13T22:38:11.105Z Downloaded libloading v0.8.9
8522026-08-13T22:38:11.105Z Downloaded steno v0.4.1
8532026-08-13T22:38:11.105Z Downloaded lalrpop-util v0.19.12
8542026-08-13T22:38:11.109Z Downloaded unarray v0.1.4
8552026-08-13T22:38:11.112Z Downloaded strum v0.26.3
8562026-08-13T22:38:11.116Z Downloaded predicates-tree v1.0.13
8572026-08-13T22:38:11.116Z Downloaded universal-hash v0.6.1
8582026-08-13T22:38:11.121Z Downloaded tokio-postgres v0.7.16
8592026-08-13T22:38:11.121Z Downloaded typify-macro v0.6.2
8602026-08-13T22:38:11.121Z Downloaded vergen-git2 v9.1.0
8612026-08-13T22:38:11.121Z Downloaded num-complex v0.4.6
8622026-08-13T22:38:11.121Z Downloaded num_enum v0.5.11
8632026-08-13T22:38:11.125Z Downloaded multer v3.1.0
8642026-08-13T22:38:11.127Z Downloaded url v2.5.8
8652026-08-13T22:38:11.127Z Downloaded utf-8 v0.7.6
8662026-08-13T22:38:11.132Z Downloaded waitgroup v0.1.2
8672026-08-13T22:38:11.132Z Downloaded xshell-macros v0.2.7
8682026-08-13T22:38:11.134Z Downloaded indicatif v0.18.4
8692026-08-13T22:38:11.137Z Downloaded signal-hook v0.3.18
8702026-08-13T22:38:11.138Z Downloaded ctutils v0.4.2
8712026-08-13T22:38:11.141Z Downloaded serde_yaml v0.9.34+deprecated
8722026-08-13T22:38:11.141Z Downloaded yasna v0.5.2
8732026-08-13T22:38:11.145Z Downloaded predicates v3.1.4
8742026-08-13T22:38:11.145Z Downloaded rand_core v0.9.5
8752026-08-13T22:38:11.145Z Downloaded password-hash v0.5.0
8762026-08-13T22:38:11.145Z Downloaded port-file v0.1.0
8772026-08-13T22:38:11.149Z Downloaded cc v1.2.56
8782026-08-13T22:38:11.149Z Downloaded des v0.9.0
8792026-08-13T22:38:11.149Z Downloaded cstr-argument v0.1.2
8802026-08-13T22:38:11.153Z Downloaded hyper-util v0.1.20
8812026-08-13T22:38:11.156Z Downloaded zerocopy-derive v0.8.40
8822026-08-13T22:38:11.160Z Downloaded ingot-macros v0.2.0
8832026-08-13T22:38:11.167Z Downloaded endian-type v0.1.2
8842026-08-13T22:38:11.172Z Downloaded downcast-rs v2.0.2
8852026-08-13T22:38:11.172Z Downloaded kstat-rs v0.2.5
8862026-08-13T22:38:11.176Z Downloaded nodrop v0.1.14
8872026-08-13T22:38:11.176Z Downloaded openssl-probe v0.1.6
8882026-08-13T22:38:11.176Z Downloaded slog-scope v4.4.1
8892026-08-13T22:38:11.177Z Downloaded hashbrown v0.12.3
8902026-08-13T22:38:11.177Z Downloaded shlex v1.3.0
8912026-08-13T22:38:11.182Z Downloaded uuid v1.23.4
8922026-08-13T22:38:11.186Z Downloaded sqlformat v0.3.5
8932026-08-13T22:38:11.186Z Downloaded stacker v0.1.23
8942026-08-13T22:38:11.186Z Downloaded slog-json v2.6.1
8952026-08-13T22:38:11.186Z Downloaded serde_plain v1.0.2
8962026-08-13T22:38:11.191Z Downloaded oxnet v0.1.6
8972026-08-13T22:38:11.191Z Downloaded multimap v0.10.1
8982026-08-13T22:38:11.195Z Downloaded time-macros v0.2.27
8992026-08-13T22:38:11.196Z Downloaded darling_core v0.20.11
9002026-08-13T22:38:11.196Z Downloaded maplit v1.0.2
9012026-08-13T22:38:11.201Z Downloaded memmap2 v0.9.10
9022026-08-13T22:38:11.201Z Downloaded openssl-macros v0.1.1
9032026-08-13T22:38:11.201Z Downloaded strum_macros v0.24.3
9042026-08-13T22:38:11.201Z Downloaded tiny-keccak v2.0.2
9052026-08-13T22:38:11.201Z Downloaded strum_macros v0.26.4
9062026-08-13T22:38:11.207Z Downloaded strum_macros v0.27.2
9072026-08-13T22:38:11.207Z Downloaded progenitor-macro v0.14.0
9082026-08-13T22:38:11.211Z Downloaded unicode_categories v0.1.1
9092026-08-13T22:38:11.211Z Downloaded walkdir v2.5.0
9102026-08-13T22:38:11.216Z Downloaded scuffle v0.1.0
9112026-08-13T22:38:11.222Z Downloaded parking_lot v0.11.2
9122026-08-13T22:38:11.223Z Downloaded darling v0.13.4
9132026-08-13T22:38:11.227Z Downloaded delegate v0.13.5
9142026-08-13T22:38:11.238Z Downloaded serde_spanned v1.1.1
9152026-08-13T22:38:11.241Z Downloaded x509-cert v0.2.5
9162026-08-13T22:38:11.245Z Downloaded drift v0.2.0
9172026-08-13T22:38:11.248Z Downloaded either v1.15.0
9182026-08-13T22:38:11.255Z Downloaded enum_dispatch v0.3.13
9192026-08-13T22:38:11.255Z Downloaded ena v0.14.4
9202026-08-13T22:38:11.255Z Downloaded sponge-cursor v0.1.0
9212026-08-13T22:38:11.259Z Downloaded trait-variant v0.1.2
9222026-08-13T22:38:11.259Z Downloaded want v0.3.1
9232026-08-13T22:38:11.259Z Downloaded wnaf v0.14.0
9242026-08-13T22:38:11.259Z Downloaded aho-corasick v1.1.4
9252026-08-13T22:38:11.259Z Downloaded untrusted v0.9.0
9262026-08-13T22:38:11.262Z Downloaded zip v0.6.6
9272026-08-13T22:38:11.262Z Downloaded tui-tree-widget v0.23.1
9282026-08-13T22:38:11.269Z Downloaded hashbrown v0.13.2
9292026-08-13T22:38:11.275Z Downloaded linear-map v1.2.0
9302026-08-13T22:38:11.275Z Downloaded module-lattice v0.2.3
9312026-08-13T22:38:11.275Z Downloaded vergen v9.1.0
9322026-08-13T22:38:11.275Z Downloaded num_enum_derive v0.7.6
9332026-08-13T22:38:11.275Z Downloaded parking_lot_core v0.8.6
9342026-08-13T22:38:11.278Z Downloaded crucible-workspace-hack v0.1.0
9352026-08-13T22:38:11.278Z Downloaded dirs-next v2.0.0
9362026-08-13T22:38:11.278Z Downloaded pin-project-internal v1.1.11
9372026-08-13T22:38:11.287Z Downloaded primeorder v0.14.0
9382026-08-13T22:38:11.291Z Downloaded samael v0.0.19
9392026-08-13T22:38:11.295Z Downloaded crc32fast v1.5.0
9402026-08-13T22:38:11.297Z Downloaded yansi v1.0.1
9412026-08-13T22:38:11.297Z Downloaded r2d2 v0.8.10
9422026-08-13T22:38:11.297Z Downloaded inout v0.1.4
9432026-08-13T22:38:11.303Z Downloaded linked-hash-map v0.5.6
9442026-08-13T22:38:11.306Z Downloaded diff v0.1.13
9452026-08-13T22:38:11.306Z Downloaded pkcs5 v0.8.1
9462026-08-13T22:38:11.309Z Downloaded num_threads v0.1.7
9472026-08-13T22:38:11.309Z Downloaded zerocopy v0.6.6
9482026-08-13T22:38:11.313Z Downloaded serde_path_to_error v0.1.20
9492026-08-13T22:38:11.316Z Downloaded resolv-conf v0.7.6
9502026-08-13T22:38:11.319Z Downloaded sec1 v0.8.1
9512026-08-13T22:38:11.331Z Downloaded hashbrown v0.16.1
9522026-08-13T22:38:11.333Z Downloaded hashbrown v0.15.5
9532026-08-13T22:38:11.339Z Downloaded slog-stdlog v4.1.1
9542026-08-13T22:38:11.339Z Downloaded support-bundle-viewer v0.1.2
9552026-08-13T22:38:11.344Z Downloaded elliptic-curve v0.13.8
9562026-08-13T22:38:11.344Z Downloaded scroll_derive v0.13.1
9572026-08-13T22:38:11.344Z Downloaded sha1 v0.10.6
9582026-08-13T22:38:11.344Z Downloaded static_assertions v1.1.0
9592026-08-13T22:38:11.344Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9602026-08-13T22:38:11.347Z Downloaded ignore v0.4.25
9612026-08-13T22:38:11.350Z Downloaded snafu-derive v0.8.9
9622026-08-13T22:38:11.350Z Downloaded tokio-dtrace v0.1.1
9632026-08-13T22:38:11.350Z Downloaded tokio-macros v2.7.0
9642026-08-13T22:38:11.353Z Downloaded convert_case v0.10.0
9652026-08-13T22:38:11.356Z Downloaded data-encoding v2.10.0
9662026-08-13T22:38:11.360Z Downloaded tinyvec_macros v0.1.1
9672026-08-13T22:38:11.365Z Downloaded tower-layer v0.3.3
9682026-08-13T22:38:11.365Z Downloaded unit-prefix v0.5.2
9692026-08-13T22:38:11.365Z Downloaded cookie_store v0.22.1
9702026-08-13T22:38:11.372Z Downloaded unicase v2.9.0
9712026-08-13T22:38:11.375Z Downloaded zeroize v1.9.0
9722026-08-13T22:38:11.375Z Downloaded serde_urlencoded v0.7.1
9732026-08-13T22:38:11.379Z Downloaded sigpipe v0.1.3
9742026-08-13T22:38:11.379Z Downloaded tinyvec v1.10.0
9752026-08-13T22:38:11.379Z Downloaded prefix-trie v0.7.0
9762026-08-13T22:38:11.382Z Downloaded csv-core v0.1.13
9772026-08-13T22:38:11.387Z Downloaded poly1305 v0.8.0
9782026-08-13T22:38:11.387Z Downloaded tagptr v0.2.0
9792026-08-13T22:38:11.391Z Downloaded deranged v0.5.8
9802026-08-13T22:38:11.391Z Downloaded tabwriter v1.4.1
9812026-08-13T22:38:11.391Z Downloaded unicode-xid v0.2.6
9822026-08-13T22:38:11.391Z Downloaded defmt v0.3.100
9832026-08-13T22:38:11.401Z Downloaded openssl-sys v0.9.117
9842026-08-13T22:38:11.404Z Downloaded zopfli v0.8.3
9852026-08-13T22:38:11.409Z Downloaded polyval v0.7.1
9862026-08-13T22:38:11.412Z Downloaded rustls-platform-verifier v0.6.2
9872026-08-13T22:38:11.415Z Downloaded zip v4.6.1
9882026-08-13T22:38:11.418Z Downloaded impl-trait-for-tuples v0.2.3
9892026-08-13T22:38:11.418Z Downloaded proc-macro-error2 v2.0.1
9902026-08-13T22:38:11.421Z Downloaded rand_core v0.10.0
9912026-08-13T22:38:11.422Z Downloaded digest-io v0.1.0
9922026-08-13T22:38:11.422Z Downloaded illumos-nvpair-sys v0.2.0
9932026-08-13T22:38:11.422Z Downloaded derive-where v1.6.0
9942026-08-13T22:38:11.427Z Downloaded num-bigint v0.4.6
9952026-08-13T22:38:11.430Z Downloaded ssh-key v0.7.0-rc.11
9962026-08-13T22:38:11.433Z Downloaded oxide-update-engine v0.1.2
9972026-08-13T22:38:11.433Z Downloaded parse-display-derive v0.10.0
9982026-08-13T22:38:11.433Z Downloaded paste v1.0.15
9992026-08-13T22:38:11.436Z Downloaded instability v0.3.11
10002026-08-13T22:38:11.436Z Downloaded is_ci v1.2.0
10012026-08-13T22:38:11.436Z Downloaded toml_edit v0.19.15
10022026-08-13T22:38:11.446Z Downloaded parking_lot v0.12.5
10032026-08-13T22:38:11.449Z Downloaded elliptic-curve v0.14.1
10042026-08-13T22:38:11.455Z Downloaded rustls-native-certs v0.8.3
10052026-08-13T22:38:11.455Z Downloaded darling v0.23.0
10062026-08-13T22:38:11.463Z Downloaded maybe-uninit v2.0.0
10072026-08-13T22:38:11.463Z Downloaded string_cache v0.8.9
10082026-08-13T22:38:11.463Z Downloaded kem v0.3.0
10092026-08-13T22:38:11.463Z Downloaded num-iter v0.1.45
10102026-08-13T22:38:11.463Z Downloaded path-slash v0.1.5
10112026-08-13T22:38:11.463Z Downloaded tower-http v0.6.8
10122026-08-13T22:38:11.469Z Downloaded unicode-segmentation v1.12.0
10132026-08-13T22:38:11.469Z Downloaded jiff-core v0.1.0
10142026-08-13T22:38:11.469Z Downloaded libxml v0.3.3
10152026-08-13T22:38:11.474Z Downloaded serde_with v1.14.0
10162026-08-13T22:38:11.474Z Downloaded ingot-types v0.2.0
10172026-08-13T22:38:11.474Z Downloaded litemap v0.8.1
10182026-08-13T22:38:11.477Z Downloaded recursive-proc-macro-impl v0.1.1
10192026-08-13T22:38:11.477Z Downloaded xshell v0.2.7
10202026-08-13T22:38:11.477Z Downloaded secrecy v0.10.3
10212026-08-13T22:38:11.477Z Downloaded semver v0.1.20
10222026-08-13T22:38:11.477Z Downloaded sqlparser_derive v0.5.0
10232026-08-13T22:38:11.478Z Downloaded tokio-native-tls v0.3.1
10242026-08-13T22:38:11.483Z Downloaded mime_guess v2.0.5
10252026-08-13T22:38:11.483Z Downloaded rcgen v0.12.1
10262026-08-13T22:38:11.483Z Downloaded subtle v2.6.1
10272026-08-13T22:38:11.483Z Downloaded darling_core v0.13.4
10282026-08-13T22:38:11.487Z Downloaded crossbeam-deque v0.8.6
10292026-08-13T22:38:11.499Z Downloaded topological-sort v0.2.2
10302026-08-13T22:38:11.508Z Downloaded similar v2.7.0
10312026-08-13T22:38:11.508Z Downloaded zstd-safe v7.2.4
10322026-08-13T22:38:11.508Z Downloaded ecdsa v0.16.9
10332026-08-13T22:38:11.508Z Downloaded usdt-macro v0.6.0
10342026-08-13T22:38:11.511Z Downloaded darling_macro v0.13.4
10352026-08-13T22:38:11.511Z Downloaded debug-ignore v1.0.5
10362026-08-13T22:38:11.511Z Downloaded utf8_iter v1.0.4
10372026-08-13T22:38:11.512Z Downloaded yoke-derive v0.8.1
10382026-08-13T22:38:11.512Z Downloaded crc-catalog v2.4.0
10392026-08-13T22:38:11.517Z Downloaded progenitor v0.14.0
10402026-08-13T22:38:11.520Z Downloaded schemars v0.9.0
10412026-08-13T22:38:11.528Z Downloaded derive_more v0.99.20
10422026-08-13T22:38:11.535Z Downloaded nanorand v0.7.0
10432026-08-13T22:38:11.535Z Downloaded rand v0.8.6
10442026-08-13T22:38:11.535Z Downloaded slog-term v2.9.2
10452026-08-13T22:38:11.539Z Downloaded phc v0.6.1
10462026-08-13T22:38:11.539Z Downloaded primeorder v0.13.6
10472026-08-13T22:38:11.539Z Downloaded md-5 v0.10.6
10482026-08-13T22:38:11.539Z Downloaded test-strategy v0.4.5
10492026-08-13T22:38:11.539Z Downloaded rawzip v0.4.4
10502026-08-13T22:38:11.542Z Downloaded itertools v0.13.0
10512026-08-13T22:38:11.546Z Downloaded hyper v1.10.1
10522026-08-13T22:38:11.549Z Downloaded h2 v0.4.15
10532026-08-13T22:38:11.554Z Downloaded hkdf v0.13.0
10542026-08-13T22:38:11.558Z Downloaded typify v0.6.2
10552026-08-13T22:38:11.558Z Downloaded secrecy v0.8.0
10562026-08-13T22:38:11.559Z Downloaded scroll v0.13.0
10572026-08-13T22:38:11.566Z Downloaded stable_deref_trait v1.2.1
10582026-08-13T22:38:11.566Z Downloaded rand_pcg v0.10.2
10592026-08-13T22:38:11.566Z Downloaded void v1.0.2
10602026-08-13T22:38:11.566Z Downloaded zone v0.3.1
10612026-08-13T22:38:11.566Z Downloaded shell-words v1.1.1
10622026-08-13T22:38:11.566Z Downloaded try-lock v0.2.5
10632026-08-13T22:38:11.572Z Downloaded vsss-rs v3.3.4
10642026-08-13T22:38:11.576Z Downloaded dof v0.4.0
10652026-08-13T22:38:11.576Z Downloaded new_debug_unreachable v1.0.6
10662026-08-13T22:38:11.576Z Downloaded ident_case v1.0.1
10672026-08-13T22:38:11.579Z Downloaded lru-cache v0.1.2
10682026-08-13T22:38:11.579Z Downloaded radium v0.7.0
10692026-08-13T22:38:11.583Z Downloaded ron v0.8.1
10702026-08-13T22:38:11.590Z Downloaded dropshot_endpoint v0.17.1
10712026-08-13T22:38:11.590Z Downloaded uzers v0.12.2
10722026-08-13T22:38:11.594Z Downloaded darling_core v0.21.3
10732026-08-13T22:38:11.595Z Downloaded untrusted v0.7.1
10742026-08-13T22:38:11.600Z Downloaded tokio-test v0.4.5
10752026-08-13T22:38:11.600Z Downloaded cpufeatures v0.3.0
10762026-08-13T22:38:11.600Z Downloaded libbz2-rs-sys v0.2.2
10772026-08-13T22:38:11.600Z Downloaded termios v0.3.3
10782026-08-13T22:38:11.603Z Downloaded crossbeam-epoch v0.9.18
10792026-08-13T22:38:11.603Z Downloaded defmt-macros v1.0.1
10802026-08-13T22:38:11.603Z Downloaded illumos-nvpair v0.3.0
10812026-08-13T22:38:11.603Z Downloaded futures-util v0.3.32
10822026-08-13T22:38:11.608Z Downloaded litrs v1.0.0
10832026-08-13T22:38:11.614Z Downloaded hkdf v0.12.4
10842026-08-13T22:38:11.618Z Downloaded derive_more v2.1.1
10852026-08-13T22:38:11.664Z Downloaded ryu v1.0.23
10862026-08-13T22:38:11.664Z Downloaded ipnetwork v0.21.1
10872026-08-13T22:38:11.664Z Downloaded num-rational v0.4.2
10882026-08-13T22:38:11.675Z Downloaded keccak v0.1.6
10892026-08-13T22:38:11.676Z Downloaded libscf-sys v1.2.0
10902026-08-13T22:38:11.676Z Downloaded dropshot-api-manager v0.7.2
10912026-08-13T22:38:11.676Z Downloaded icu_properties_data v2.1.2
10922026-08-13T22:38:11.676Z Downloaded progenitor-client v0.13.0
10932026-08-13T22:38:11.676Z Downloaded oxide-update-engine-display v0.1.2
10942026-08-13T22:38:11.676Z Downloaded pkcs1 v0.8.0-rc.4
10952026-08-13T22:38:11.676Z Downloaded pem-rfc7468 v0.7.0
10962026-08-13T22:38:11.676Z Downloaded psm v0.1.30
10972026-08-13T22:38:11.676Z Downloaded schemars v1.2.1
10982026-08-13T22:38:11.676Z Downloaded der v0.8.0
10992026-08-13T22:38:11.677Z Downloaded rustc-hash v2.1.1
11002026-08-13T22:38:11.677Z Downloaded socket2 v0.5.10
11012026-08-13T22:38:11.677Z Downloaded nibble_vec v0.1.0
11022026-08-13T22:38:11.677Z Downloaded siphasher v1.0.2
11032026-08-13T22:38:11.677Z Downloaded newtype-uuid v1.3.2
11042026-08-13T22:38:11.677Z Downloaded testing_table v0.3.0
11052026-08-13T22:38:11.677Z Downloaded miniz_oxide v0.8.9
11062026-08-13T22:38:11.677Z Downloaded peg v0.8.5
11072026-08-13T22:38:11.677Z Downloaded rustyline v14.0.0
11082026-08-13T22:38:11.677Z Downloaded ingot v0.2.1
11092026-08-13T22:38:11.684Z Downloaded scopeguard v1.2.0
11102026-08-13T22:38:11.684Z Downloaded normalize-line-endings v0.3.0
11112026-08-13T22:38:11.684Z Downloaded rustc_version v0.1.7
11122026-08-13T22:38:11.684Z Downloaded term v1.2.1
11132026-08-13T22:38:11.684Z Downloaded ed25519 v2.2.3
11142026-08-13T22:38:11.684Z Downloaded nom v8.0.0
11152026-08-13T22:38:11.684Z Downloaded strip-ansi-escapes v0.2.1
11162026-08-13T22:38:11.684Z Downloaded zone_cfg_derive v0.3.1
11172026-08-13T22:38:11.684Z Downloaded rustls-pemfile v2.2.0
11182026-08-13T22:38:11.689Z Downloaded serde_with_macros v1.5.2
11192026-08-13T22:38:11.689Z Downloaded spki v0.7.3
11202026-08-13T22:38:11.689Z Downloaded tap v1.0.1
11212026-08-13T22:38:11.689Z Downloaded bitvec v1.0.1
11222026-08-13T22:38:11.694Z Downloaded diesel_table_macro_syntax v0.3.0
11232026-08-13T22:38:11.694Z Downloaded idna_adapter v1.2.1
11242026-08-13T22:38:11.699Z Downloaded indoc v1.0.9
11252026-08-13T22:38:11.699Z Downloaded winnow v0.6.26
11262026-08-13T22:38:11.703Z Downloaded ed25519-dalek v3.0.0
11272026-08-13T22:38:11.703Z Downloaded minimal-lexical v0.2.1
11282026-08-13T22:38:11.707Z Downloaded oso v0.27.3
11292026-08-13T22:38:11.707Z Downloaded pkcs1 v0.7.5
11302026-08-13T22:38:11.710Z Downloaded vergen-lib v9.1.0
11312026-08-13T22:38:11.710Z Downloaded digest v0.11.3
11322026-08-13T22:38:11.710Z Downloaded phf_shared v0.11.3
11332026-08-13T22:38:11.710Z Downloaded cpubits v0.1.1
11342026-08-13T22:38:11.710Z Downloaded dropshot-api-manager-types v0.7.2
11352026-08-13T22:38:11.713Z Downloaded sha2 v0.11.0
11362026-08-13T22:38:11.717Z Downloaded phf v0.13.1
11372026-08-13T22:38:11.720Z Downloaded slab v0.4.12
11382026-08-13T22:38:11.720Z Downloaded lru v0.12.5
11392026-08-13T22:38:11.720Z Downloaded recursive v0.1.1
11402026-08-13T22:38:11.724Z Downloaded document-features v0.2.12
11412026-08-13T22:38:11.732Z Downloaded thread_local v1.1.9
11422026-08-13T22:38:11.739Z Downloaded unicode-bidi v0.3.18
11432026-08-13T22:38:11.744Z Downloaded darling v0.21.3
11442026-08-13T22:38:11.748Z Downloaded derive-ex v0.1.8
11452026-08-13T22:38:11.748Z Downloaded writeable v0.6.2
11462026-08-13T22:38:11.748Z Downloaded zerovec-derive v0.11.2
11472026-08-13T22:38:11.748Z Downloaded ppv-lite86 v0.2.21
11482026-08-13T22:38:11.756Z Downloaded unicode-truncate v1.1.0
11492026-08-13T22:38:11.759Z Downloaded itertools v0.10.5
11502026-08-13T22:38:11.763Z Downloaded stringprep v0.1.5
11512026-08-13T22:38:11.766Z Downloaded lru-slab v0.1.2
11522026-08-13T22:38:11.766Z Downloaded tokio-stream v0.1.18
11532026-08-13T22:38:11.769Z Downloaded libefi-sys v0.1.0
11542026-08-13T22:38:11.769Z Downloaded nu-ansi-term v0.50.3
11552026-08-13T22:38:11.772Z Downloaded yoke v0.8.1
11562026-08-13T22:38:11.777Z Downloaded crossterm v0.29.0
11572026-08-13T22:38:11.781Z Downloaded signal-hook-registry v1.4.8
11582026-08-13T22:38:11.785Z Downloaded daft-derive v0.1.7
11592026-08-13T22:38:11.785Z Downloaded crossbeam-channel v0.5.15
11602026-08-13T22:38:11.788Z Downloaded pem-rfc7468 v1.0.0
11612026-08-13T22:38:11.792Z Downloaded nom v7.1.3
11622026-08-13T22:38:11.795Z Downloaded slog-dtrace v0.3.0
11632026-08-13T22:38:11.795Z Downloaded serdect v0.4.3
11642026-08-13T22:38:11.801Z Downloaded blake3 v1.8.5
11652026-08-13T22:38:11.804Z Downloaded aws-lc-rs v1.16.3
11662026-08-13T22:38:11.807Z Downloaded indoc v2.0.7
11672026-08-13T22:38:11.807Z Downloaded tower v0.5.3
11682026-08-13T22:38:11.812Z Downloaded toml v0.7.8
11692026-08-13T22:38:11.816Z Downloaded bindgen v0.71.1
11702026-08-13T22:38:11.821Z Downloaded icu_normalizer_data v2.1.1
11712026-08-13T22:38:11.826Z Downloaded postgres-types v0.2.12
11722026-08-13T22:38:11.826Z Downloaded ed25519-dalek v2.2.0
11732026-08-13T22:38:11.834Z Downloaded rand v0.10.1
11742026-08-13T22:38:11.834Z Downloaded rsa v0.10.0-rc.18
11752026-08-13T22:38:11.839Z Downloaded tokio-rustls v0.26.4
11762026-08-13T22:38:11.843Z Downloaded progenitor-impl v0.14.0
11772026-08-13T22:38:11.843Z Downloaded git2 v0.20.4
11782026-08-13T22:38:11.847Z Downloaded snafu v0.8.9
11792026-08-13T22:38:11.853Z Downloaded chrono v0.4.45
11802026-08-13T22:38:11.857Z Downloaded itertools v0.14.0
11812026-08-13T22:38:11.861Z Downloaded regex v1.12.3
11822026-08-13T22:38:11.864Z Downloaded crossterm v0.28.1
11832026-08-13T22:38:11.876Z Downloaded derive_more-impl v2.1.1
11842026-08-13T22:38:11.880Z Downloaded p521 v0.14.0
11852026-08-13T22:38:11.880Z Downloaded ml-kem v0.3.2
11862026-08-13T22:38:11.880Z Downloaded publicsuffix v2.3.0
11872026-08-13T22:38:11.880Z Downloaded crypto-primes v0.7.2
11882026-08-13T22:38:11.880Z Downloaded spin v0.9.8
11892026-08-13T22:38:11.880Z Downloaded darling v0.20.11
11902026-08-13T22:38:11.880Z Downloaded rustls-webpki v0.103.13
11912026-08-13T22:38:11.883Z Downloaded ecdsa v0.17.0
11922026-08-13T22:38:11.883Z Downloaded rustls-pki-types v1.14.0
11932026-08-13T22:38:11.883Z Downloaded salsa20 v0.11.0
11942026-08-13T22:38:11.887Z Downloaded icu_normalizer v2.1.1
11952026-08-13T22:38:11.887Z Downloaded crypto-bigint v0.5.5
11962026-08-13T22:38:11.897Z Downloaded zlib-rs v0.6.2
11972026-08-13T22:38:11.901Z Downloaded prettyplease v0.2.37
11982026-08-13T22:38:11.904Z Downloaded num-traits v0.2.19
11992026-08-13T22:38:11.908Z Downloaded darling_core v0.23.0
12002026-08-13T22:38:11.912Z Downloaded qorb v0.4.1
12012026-08-13T22:38:11.918Z Downloaded quinn v0.11.11
12022026-08-13T22:38:11.922Z Downloaded libm v0.2.16
12032026-08-13T22:38:11.927Z Downloaded tungstenite v0.21.0
12042026-08-13T22:38:11.927Z Downloaded salty v0.3.0
12052026-08-13T22:38:11.930Z Downloaded rayon-core v1.13.0
12062026-08-13T22:38:11.930Z Downloaded quick-xml v0.37.5
12072026-08-13T22:38:11.934Z Downloaded quinn-proto v0.11.16
12082026-08-13T22:38:11.937Z Downloaded diesel_derives v2.3.7
12092026-08-13T22:38:11.943Z Downloaded reedline v0.40.0
12102026-08-13T22:38:11.951Z Downloaded goblin v0.10.5
12112026-08-13T22:38:11.957Z Downloaded der v0.7.10
12122026-08-13T22:38:11.957Z Downloaded num-bigint-dig v0.8.6
12132026-08-13T22:38:11.957Z Downloaded iddqd v0.4.2
12142026-08-13T22:38:11.962Z Downloaded itertools v0.12.1
12152026-08-13T22:38:11.966Z Downloaded rayon v1.11.0
12162026-08-13T22:38:11.969Z Downloaded idna v1.1.0
12172026-08-13T22:38:11.972Z Downloaded rand v0.9.2
12182026-08-13T22:38:11.976Z Downloaded zerotrie v0.2.3
12192026-08-13T22:38:11.980Z Downloaded reqwest v0.12.28
12202026-08-13T22:38:11.983Z Downloaded p256 v0.14.0
12212026-08-13T22:38:11.986Z Downloaded zerovec v0.11.5
12222026-08-13T22:38:11.990Z Downloaded moka v0.12.13
12232026-08-13T22:38:11.993Z Downloaded radix_trie v0.2.1
12242026-08-13T22:38:11.998Z Downloaded smoltcp v0.9.1
12252026-08-13T22:38:12.005Z Downloaded internal-russh-num-bigint v0.5.0
12262026-08-13T22:38:12.008Z Downloaded tar v0.4.46
12272026-08-13T22:38:12.008Z Downloaded mio v1.2.0
12282026-08-13T22:38:12.008Z Downloaded tough v0.22.0
12292026-08-13T22:38:12.011Z Downloaded reqwest v0.13.2
12302026-08-13T22:38:12.060Z Downloaded proptest v1.11.0
12312026-08-13T22:38:12.068Z Downloaded unicode-normalization v0.1.25
12322026-08-13T22:38:12.072Z Downloaded itertools v0.15.0
12332026-08-13T22:38:12.075Z Downloaded tokio-util v0.7.18
12342026-08-13T22:38:12.079Z Downloaded regex-syntax v0.6.29
12352026-08-13T22:38:12.085Z Downloaded portable-atomic v1.13.1
12362026-08-13T22:38:12.092Z Downloaded bstr v1.12.1
12372026-08-13T22:38:12.101Z Downloaded iri-string v0.7.10
12382026-08-13T22:38:12.104Z Downloaded typed-path v0.9.3
12392026-08-13T22:38:12.107Z Downloaded time v0.3.47
12402026-08-13T22:38:12.114Z Downloaded sha3 v0.12.0
12412026-08-13T22:38:12.126Z Downloaded p384 v0.13.1
12422026-08-13T22:38:12.141Z Downloaded winnow v0.5.40
12432026-08-13T22:38:12.147Z Downloaded object v0.37.3
12442026-08-13T22:38:12.155Z Downloaded tabled v0.21.0
12452026-08-13T22:38:12.164Z Downloaded vcpkg v0.2.15
12462026-08-13T22:38:12.189Z Downloaded zerocopy v0.8.40
12472026-08-13T22:38:12.194Z Downloaded petname v2.0.2
12482026-08-13T22:38:12.198Z Downloaded serde_with v3.21.0
12492026-08-13T22:38:12.201Z Downloaded curve25519-dalek v4.1.3
12502026-08-13T22:38:12.209Z Downloaded polar-core v0.27.3
12512026-08-13T22:38:12.212Z Downloaded openapiv3 v2.2.0
12522026-08-13T22:38:12.217Z Downloaded nix v0.28.0
12532026-08-13T22:38:12.223Z Downloaded regex-syntax v0.8.10
12542026-08-13T22:38:12.227Z Downloaded rustix v0.38.44
12552026-08-13T22:38:12.240Z Downloaded hickory-proto v0.24.4
12562026-08-13T22:38:12.248Z Downloaded lalrpop v0.19.12
12572026-08-13T22:38:12.254Z Downloaded winnow v1.0.3
12582026-08-13T22:38:12.259Z Downloaded hickory-proto v0.25.2
12592026-08-13T22:38:12.270Z Downloaded regress v0.11.1
12602026-08-13T22:38:12.275Z Downloaded nix v0.27.1
12612026-08-13T22:38:12.284Z Downloaded russh v0.62.4
12622026-08-13T22:38:12.289Z Downloaded curve25519-dalek v5.0.0
12632026-08-13T22:38:12.295Z Downloaded object v0.30.4
12642026-08-13T22:38:12.298Z Downloaded crypto-bigint v0.7.5
12652026-08-13T22:38:12.313Z Downloaded dropshot v0.17.1
12662026-08-13T22:38:12.316Z Downloaded sqlparser v0.61.0
12672026-08-13T22:38:12.365Z Downloaded smoltcp v0.11.0
12682026-08-13T22:38:12.381Z Downloaded openssl v0.10.80
12692026-08-13T22:38:12.381Z Downloaded rustls v0.23.41
12702026-08-13T22:38:12.381Z Downloaded nix v0.31.2
12712026-08-13T22:38:12.381Z Downloaded typify-impl v0.6.2
12722026-08-13T22:38:12.381Z Downloaded ratatui v0.29.0
12732026-08-13T22:38:12.386Z Downloaded sled v0.34.7
12742026-08-13T22:38:12.386Z Downloaded regress v0.10.5
12752026-08-13T22:38:12.394Z Downloaded sha3 v0.11.0
12762026-08-13T22:38:12.396Z Downloaded tracing v0.1.44
12772026-08-13T22:38:12.408Z Downloaded diesel v2.3.7
12782026-08-13T22:38:12.421Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-08-13T22:38:12.428Z Downloaded zerocopy-derive v0.6.6
12802026-08-13T22:38:12.452Z Downloaded petgraph v0.6.5
12812026-08-13T22:38:12.480Z Downloaded jiff v0.2.34
12822026-08-13T22:38:12.491Z Downloaded petgraph v0.8.3
12832026-08-13T22:38:12.504Z Downloaded sha3 v0.10.8
12842026-08-13T22:38:12.507Z Downloaded tokio v1.52.1
12852026-08-13T22:38:12.528Z Downloaded libz-sys v1.1.24
12862026-08-13T22:38:12.542Z Downloaded regex-automata v0.4.14
12872026-08-13T22:38:12.550Z Downloaded chrono-tz v0.10.4
12882026-08-13T22:38:12.563Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-08-13T22:38:12.615Z Downloaded csv v1.4.0
12902026-08-13T22:38:12.720Z Downloaded encoding_rs v0.8.35
12912026-08-13T22:38:12.749Z Downloaded ring v0.17.14
12922026-08-13T22:38:12.817Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-08-13T22:38:13.370Z Downloaded aws-lc-sys v0.40.0
12942026-08-13T22:38:13.630Z Compiling libc v0.2.185
12952026-08-13T22:38:13.630Z Compiling serde_core v1.0.229
12962026-08-13T22:38:13.630Z Compiling serde v1.0.229
12972026-08-13T22:38:13.633Z Compiling log v0.4.29
12982026-08-13T22:38:13.633Z Compiling smallvec v1.15.1
12992026-08-13T22:38:13.633Z Compiling shlex v1.3.0
13002026-08-13T22:38:13.633Z Compiling find-msvc-tools v0.1.9
13012026-08-13T22:38:13.633Z Compiling subtle v2.6.1
13022026-08-13T22:38:13.633Z Compiling scopeguard v1.2.0
13032026-08-13T22:38:13.633Z Compiling typenum v1.20.1
13042026-08-13T22:38:13.633Z Compiling stable_deref_trait v1.2.1
13052026-08-13T22:38:13.773Z Compiling zerocopy v0.8.40
13062026-08-13T22:38:13.777Z Compiling portable-atomic v1.13.1
13072026-08-13T22:38:13.832Z Compiling serde_json v1.0.151
13082026-08-13T22:38:13.859Z Compiling syn v2.0.117
13092026-08-13T22:38:13.918Z Compiling lock_api v0.4.14
13102026-08-13T22:38:13.967Z Compiling critical-section v1.2.0
13112026-08-13T22:38:14.029Z Compiling libm v0.2.16
13122026-08-13T22:38:14.066Z Compiling num-traits v0.2.19
13132026-08-13T22:38:14.066Z Compiling pkg-config v0.3.32
13142026-08-13T22:38:14.096Z Compiling generic-array v0.14.7
13152026-08-13T22:38:14.098Z Compiling pin-project-lite v0.2.17
13162026-08-13T22:38:14.111Z Compiling parking_lot_core v0.9.12
13172026-08-13T22:38:14.126Z Compiling getrandom v0.4.1
13182026-08-13T22:38:14.183Z Compiling const-oid v0.9.6
13192026-08-13T22:38:14.199Z Compiling rand_core v0.10.0
13202026-08-13T22:38:14.242Z Compiling futures-core v0.3.32
13212026-08-13T22:38:14.273Z Compiling writeable v0.6.2
13222026-08-13T22:38:14.353Z Compiling litemap v0.8.1
13232026-08-13T22:38:14.370Z Compiling percent-encoding v2.3.2
13242026-08-13T22:38:14.413Z Compiling icu_normalizer_data v2.1.1
13252026-08-13T22:38:14.443Z Compiling icu_properties_data v2.1.2
13262026-08-13T22:38:14.491Z Compiling getrandom v0.3.4
13272026-08-13T22:38:14.520Z Compiling futures-sink v0.3.32
13282026-08-13T22:38:14.520Z Compiling futures-io v0.3.32
13292026-08-13T22:38:14.579Z Compiling utf8_iter v1.0.4
13302026-08-13T22:38:14.596Z Compiling rustix v1.1.3
13312026-08-13T22:38:14.623Z Compiling futures-channel v0.3.32
13322026-08-13T22:38:14.638Z Compiling slab v0.4.12
13332026-08-13T22:38:14.675Z Compiling futures-task v0.3.32
13342026-08-13T22:38:14.711Z Compiling form_urlencoded v1.2.2
13352026-08-13T22:38:14.727Z Compiling rustversion v1.0.22
13362026-08-13T22:38:14.772Z Compiling base64ct v1.8.3
13372026-08-13T22:38:14.835Z Compiling errno v0.3.14
13382026-08-13T22:38:14.835Z Compiling jobserver v0.1.34
13392026-08-13T22:38:14.867Z Compiling getrandom v0.2.17
13402026-08-13T22:38:14.991Z Compiling mio v1.2.0
13412026-08-13T22:38:14.991Z Compiling socket2 v0.6.3
13422026-08-13T22:38:15.022Z Compiling signal-hook-registry v1.4.8
13432026-08-13T22:38:15.078Z Compiling once_cell v1.21.3
13442026-08-13T22:38:15.136Z Compiling rand_core v0.6.4
13452026-08-13T22:38:15.155Z Compiling cc v1.2.56
13462026-08-13T22:38:15.206Z Compiling parking_lot v0.12.5
13472026-08-13T22:38:15.209Z Compiling iana-time-zone v0.1.65
13482026-08-13T22:38:15.270Z Compiling pem-rfc7468 v0.7.0
13492026-08-13T22:38:15.328Z Compiling flagset v0.4.7
13502026-08-13T22:38:15.344Z Compiling ident_case v1.0.1
13512026-08-13T22:38:15.344Z Compiling fs_extra v1.3.0
13522026-08-13T22:38:15.440Z Compiling regex-syntax v0.8.10
13532026-08-13T22:38:15.455Z Compiling dunce v1.0.5
13542026-08-13T22:38:15.456Z Compiling rand_core v0.9.5
13552026-08-13T22:38:15.485Z Compiling base64 v0.22.1
13562026-08-13T22:38:15.501Z Compiling syn v1.0.109
13572026-08-13T22:38:15.504Z Compiling vcpkg v0.2.15
13582026-08-13T22:38:15.532Z Compiling tracing-core v0.1.36
13592026-08-13T22:38:15.573Z Compiling cpufeatures v0.2.17
13602026-08-13T22:38:15.635Z Compiling aws-lc-rs v1.16.3
13612026-08-13T22:38:15.722Z Compiling dyn-clone v1.0.20
13622026-08-13T22:38:15.725Z Compiling schemars v0.8.22
13632026-08-13T22:38:15.725Z Compiling spin v0.9.8
13642026-08-13T22:38:15.725Z Compiling tinyvec_macros v0.1.1
13652026-08-13T22:38:15.804Z Compiling openssl-probe v0.2.1
13662026-08-13T22:38:15.818Z Compiling crc32fast v1.5.0
13672026-08-13T22:38:15.839Z Compiling cmov v0.5.4
13682026-08-13T22:38:15.866Z Compiling httparse v1.10.1
13692026-08-13T22:38:15.891Z Compiling tinyvec v1.10.0
13702026-08-13T22:38:15.954Z Compiling cmake v0.1.57
13712026-08-13T22:38:15.969Z Compiling aho-corasick v1.1.4
13722026-08-13T22:38:15.984Z Compiling try-lock v0.2.5
13732026-08-13T22:38:15.999Z Compiling tower-service v0.3.3
13742026-08-13T22:38:16.012Z Compiling untrusted v0.7.1
13752026-08-13T22:38:16.073Z Compiling ctutils v0.4.2
13762026-08-13T22:38:16.130Z Compiling bitflags v2.11.0
13772026-08-13T22:38:16.158Z Compiling semver v1.0.28
13782026-08-13T22:38:16.161Z Compiling indexmap v2.14.0
13792026-08-13T22:38:16.252Z Compiling uuid v1.23.4
13802026-08-13T22:38:16.332Z Compiling radium v0.7.0
13812026-08-13T22:38:16.348Z Compiling atomic-waker v1.1.2
13822026-08-13T22:38:16.361Z Compiling tower-layer v0.3.3
13832026-08-13T22:38:16.407Z Compiling rustc_version v0.4.1
13842026-08-13T22:38:16.518Z Compiling want v0.3.1
13852026-08-13T22:38:16.549Z Compiling tap v1.0.1
13862026-08-13T22:38:16.596Z Compiling bytes v1.11.1
13872026-08-13T22:38:16.614Z Compiling chrono v0.4.45
13882026-08-13T22:38:16.686Z Compiling ipnet v2.11.0
13892026-08-13T22:38:16.705Z Compiling simd-adler32 v0.3.8
13902026-08-13T22:38:16.719Z Compiling rustls v0.23.41
13912026-08-13T22:38:16.753Z Compiling foreign-types-shared v0.1.1
13922026-08-13T22:38:16.819Z Compiling aws-lc-sys v0.40.0
13932026-08-13T22:38:16.832Z Compiling synstructure v0.13.2
13942026-08-13T22:38:16.856Z Compiling serde_derive_internals v0.29.1
13952026-08-13T22:38:16.870Z Compiling openssl-sys v0.9.117
13962026-08-13T22:38:16.919Z Compiling pest_generator v2.8.6
13972026-08-13T22:38:16.981Z Compiling regex-automata v0.4.14
13982026-08-13T22:38:16.996Z Compiling darling_core v0.20.11
13992026-08-13T22:38:17.213Z Compiling http v1.4.2
14002026-08-13T22:38:17.278Z Compiling tempfile v3.25.0
14012026-08-13T22:38:17.309Z Compiling openssl v0.10.80
14022026-08-13T22:38:17.454Z Compiling maybe-uninit v2.0.0
14032026-08-13T22:38:17.535Z Compiling httpdate v1.0.3
14042026-08-13T22:38:17.568Z Compiling untrusted v0.9.0
14052026-08-13T22:38:17.673Z Compiling terminal_size v0.4.3
14062026-08-13T22:38:17.684Z Compiling foreign-types v0.3.2
14072026-08-13T22:38:17.735Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-08-13T22:38:17.752Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-08-13T22:38:17.797Z Compiling wyz v0.5.1
14102026-08-13T22:38:17.813Z Compiling hex v0.4.3
14112026-08-13T22:38:17.833Z Compiling unicode-normalization v0.1.25
14122026-08-13T22:38:17.833Z Compiling num-integer v0.1.46
14132026-08-13T22:38:17.912Z Compiling http-body v1.0.1
14142026-08-13T22:38:18.028Z Compiling socket2 v0.5.10
14152026-08-13T22:38:18.034Z Compiling wait-timeout v0.2.1
14162026-08-13T22:38:18.074Z Compiling ahash v0.8.12
14172026-08-13T22:38:18.091Z Compiling num-conv v0.2.0
14182026-08-13T22:38:18.108Z Compiling bit-vec v0.8.0
14192026-08-13T22:38:18.122Z Compiling powerfmt v0.2.0
14202026-08-13T22:38:18.144Z Compiling adler2 v2.0.1
14212026-08-13T22:38:18.179Z Compiling quick-error v1.2.3
14222026-08-13T22:38:18.182Z Compiling time-core v0.1.8
14232026-08-13T22:38:18.211Z Compiling funty v2.0.0
14242026-08-13T22:38:18.241Z Compiling native-tls v0.2.18
14252026-08-13T22:38:18.300Z Compiling num-bigint-dig v0.8.6
14262026-08-13T22:38:18.315Z Compiling packed_struct v0.10.1
14272026-08-13T22:38:18.319Z Compiling rusty-fork v0.3.1
14282026-08-13T22:38:18.366Z Compiling bit-set v0.8.0
14292026-08-13T22:38:18.371Z Compiling deranged v0.5.8
14302026-08-13T22:38:18.371Z Compiling time-macros v0.2.27
14312026-08-13T22:38:18.407Z Compiling miniz_oxide v0.8.9
14322026-08-13T22:38:18.453Z Compiling clap_builder v4.6.0
14332026-08-13T22:38:18.490Z Compiling num-iter v0.1.45
14342026-08-13T22:38:18.614Z Compiling bitvec v1.0.1
14352026-08-13T22:38:18.629Z Compiling serde_spanned v0.6.9
14362026-08-13T22:38:18.644Z Compiling zeroize_derive v1.5.0
14372026-08-13T22:38:18.644Z Compiling zerofrom-derive v0.1.6
14382026-08-13T22:38:18.681Z Compiling zerocopy-derive v0.8.40
14392026-08-13T22:38:18.792Z Compiling yoke-derive v0.8.1
14402026-08-13T22:38:18.835Z Compiling zerovec-derive v0.11.2
14412026-08-13T22:38:19.076Z Compiling displaydoc v0.2.5
14422026-08-13T22:38:19.345Z Compiling zeroize v1.9.0
14432026-08-13T22:38:19.438Z Compiling tokio-macros v2.7.0
14442026-08-13T22:38:19.444Z Compiling futures-macro v0.3.32
14452026-08-13T22:38:19.521Z Compiling thiserror-impl v2.0.18
14462026-08-13T22:38:19.572Z Compiling der_derive v0.7.3
14472026-08-13T22:38:19.830Z Compiling tracing-attributes v0.1.31
14482026-08-13T22:38:19.953Z Compiling rustls-pki-types v1.14.0
14492026-08-13T22:38:20.032Z Compiling schemars_derive v0.8.22
14502026-08-13T22:38:20.063Z Compiling crypto-common v0.1.7
14512026-08-13T22:38:20.100Z Compiling zerofrom v0.1.6
14522026-08-13T22:38:20.120Z Compiling block-buffer v0.10.4
14532026-08-13T22:38:20.143Z Compiling hybrid-array v0.4.13
14542026-08-13T22:38:20.244Z Compiling yoke v0.8.1
14552026-08-13T22:38:20.257Z Compiling pest_derive v2.8.6
14562026-08-13T22:38:20.272Z Compiling tokio v1.52.1
14572026-08-13T22:38:20.324Z Compiling digest v0.10.7
14582026-08-13T22:38:20.371Z Compiling futures-util v0.3.32
14592026-08-13T22:38:20.449Z Compiling zerovec v0.11.5
14602026-08-13T22:38:20.452Z Compiling zerotrie v0.2.3
14612026-08-13T22:38:20.613Z Compiling sha2 v0.10.9
14622026-08-13T22:38:20.635Z Compiling der v0.7.10
14632026-08-13T22:38:20.752Z Compiling scroll_derive v0.13.1
14642026-08-13T22:38:20.775Z Compiling signature v2.2.0
14652026-08-13T22:38:20.909Z Compiling thiserror v2.0.18
14662026-08-13T22:38:20.943Z Compiling tinystr v0.8.2
14672026-08-13T22:38:20.990Z Compiling potential_utf v0.1.4
14682026-08-13T22:38:21.018Z Compiling darling_macro v0.20.11
14692026-08-13T22:38:21.037Z Compiling thiserror-impl v1.0.69
14702026-08-13T22:38:21.182Z Compiling icu_locale_core v2.1.1
14712026-08-13T22:38:21.195Z Compiling icu_collections v2.1.1
14722026-08-13T22:38:21.244Z Compiling tracing v0.1.44
14732026-08-13T22:38:21.320Z Compiling openssl-macros v0.1.1
14742026-08-13T22:38:21.352Z Compiling hmac v0.12.1
14752026-08-13T22:38:21.534Z Compiling spki v0.7.3
14762026-08-13T22:38:21.550Z Compiling packed_struct_codegen v0.10.1
14772026-08-13T22:38:21.565Z Compiling darling v0.20.11
14782026-08-13T22:38:21.599Z Compiling clap_derive v4.6.1
14792026-08-13T22:38:21.619Z Compiling scroll v0.13.0
14802026-08-13T22:38:21.664Z Compiling zerocopy-derive v0.6.6
14812026-08-13T22:38:21.706Z Compiling pkcs8 v0.10.2
14822026-08-13T22:38:21.788Z Compiling bitfield-macros v0.19.4
14832026-08-13T22:38:21.892Z Compiling icu_provider v2.1.1
14842026-08-13T22:38:21.914Z Compiling goblin v0.10.5
14852026-08-13T22:38:21.977Z Compiling toml_datetime v0.6.11
14862026-08-13T22:38:21.994Z Compiling lazy_static v1.5.0
14872026-08-13T22:38:22.096Z Compiling rand_xorshift v0.4.0
14882026-08-13T22:38:22.110Z Compiling anstyle-parse v0.2.7
14892026-08-13T22:38:22.218Z Compiling icu_properties v2.1.2
14902026-08-13T22:38:22.254Z Compiling icu_normalizer v2.1.1
14912026-08-13T22:38:22.286Z Compiling sync_wrapper v1.0.2
14922026-08-13T22:38:22.325Z Compiling indexmap v1.9.3
14932026-08-13T22:38:22.356Z Compiling thiserror v1.0.69
14942026-08-13T22:38:22.432Z Compiling unicode-segmentation v1.12.0
14952026-08-13T22:38:22.501Z Compiling num_threads v0.1.7
14962026-08-13T22:38:22.563Z Compiling unarray v0.1.4
14972026-08-13T22:38:22.583Z Compiling nodrop v0.1.14
14982026-08-13T22:38:22.597Z Compiling paste v1.0.15
14992026-08-13T22:38:22.625Z Compiling siphasher v1.0.2
15002026-08-13T22:38:22.694Z Compiling usdt-impl v0.6.0
15012026-08-13T22:38:22.697Z Compiling crossbeam-utils v0.8.21
15022026-08-13T22:38:22.697Z Compiling zlib-rs v0.6.2
15032026-08-13T22:38:22.783Z Compiling crc-catalog v2.4.0
15042026-08-13T22:38:22.853Z Compiling array-init v0.0.4
15052026-08-13T22:38:22.869Z Compiling crc v3.4.0
15062026-08-13T22:38:22.893Z Compiling zerocopy v0.6.6
15072026-08-13T22:38:22.946Z Compiling bitfield v0.19.4
15082026-08-13T22:38:22.961Z Compiling time v0.3.47
15092026-08-13T22:38:23.077Z Compiling anstream v0.6.21
15102026-08-13T22:38:23.091Z Compiling pkcs1 v0.7.5
15112026-08-13T22:38:23.212Z Compiling idna_adapter v1.2.1
15122026-08-13T22:38:23.234Z Compiling ppv-lite86 v0.2.21
15132026-08-13T22:38:23.345Z Compiling idna v1.1.0
15142026-08-13T22:38:23.475Z Compiling derive_builder_core v0.20.2
15152026-08-13T22:38:23.500Z Compiling dtrace-parser v0.3.0
15162026-08-13T22:38:23.500Z Compiling clap v4.6.1
15172026-08-13T22:38:23.534Z Compiling scroll_derive v0.12.1
15182026-08-13T22:38:23.538Z Compiling rand_chacha v0.9.0
15192026-08-13T22:38:23.538Z Compiling rand_chacha v0.3.1
15202026-08-13T22:38:23.566Z Compiling structmeta-derive v0.3.0
15212026-08-13T22:38:23.577Z Compiling smallvec v0.6.14
15222026-08-13T22:38:23.805Z Compiling url v2.5.8
15232026-08-13T22:38:24.020Z Compiling rand v0.9.2
15242026-08-13T22:38:24.147Z Compiling tokio-util v0.7.18
15252026-08-13T22:38:24.168Z Compiling rand v0.8.6
15262026-08-13T22:38:24.208Z Compiling tower v0.5.3
15272026-08-13T22:38:24.250Z Compiling http-body-util v0.1.3
15282026-08-13T22:38:24.514Z Compiling darling_core v0.23.0
15292026-08-13T22:38:24.538Z Compiling heapless v0.7.17
15302026-08-13T22:38:24.581Z Compiling proptest v1.11.0
15312026-08-13T22:38:24.632Z Compiling slog v2.8.2
15322026-08-13T22:38:24.653Z Compiling dof v0.4.0
15332026-08-13T22:38:24.738Z Compiling thread-id v5.1.0
15342026-08-13T22:38:24.800Z Compiling env_filter v1.0.0
15352026-08-13T22:38:24.821Z Compiling cookie v0.18.1
15362026-08-13T22:38:24.826Z Compiling unicode-bidi v0.3.18
15372026-08-13T22:38:24.826Z Compiling anyhow v1.0.102
15382026-08-13T22:38:25.075Z Compiling h2 v0.4.15
15392026-08-13T22:38:25.092Z Compiling base64 v0.21.7
15402026-08-13T22:38:25.149Z Compiling allocator-api2 v0.2.21
15412026-08-13T22:38:25.190Z Compiling ipnetwork v0.21.1
15422026-08-13T22:38:25.249Z Compiling hashbrown v0.12.3
15432026-08-13T22:38:25.418Z Compiling zstd-safe v7.2.4
15442026-08-13T22:38:25.435Z Compiling signal-hook v0.3.18
15452026-08-13T22:38:25.496Z Compiling winnow v0.5.40
15462026-08-13T22:38:25.512Z Compiling iri-string v0.7.10
15472026-08-13T22:38:25.605Z Compiling ryu v1.0.23
15482026-08-13T22:38:25.628Z Compiling unicode-properties v0.1.4
15492026-08-13T22:38:25.725Z Compiling flate2 v1.1.9
15502026-08-13T22:38:25.737Z Compiling serde_urlencoded v0.7.1
15512026-08-13T22:38:25.815Z Compiling stringprep v0.1.5
15522026-08-13T22:38:25.853Z Compiling rsa v0.9.10
15532026-08-13T22:38:25.902Z Compiling oxnet v0.1.6
15542026-08-13T22:38:26.112Z Compiling ron v0.8.1
15552026-08-13T22:38:26.212Z Compiling env_logger v0.11.9
15562026-08-13T22:38:26.259Z Compiling structmeta v0.3.0
15572026-08-13T22:38:26.277Z Compiling tokio-native-tls v0.3.1
15582026-08-13T22:38:26.294Z Compiling derive_builder_macro v0.20.2
15592026-08-13T22:38:26.377Z Compiling scroll v0.12.0
15602026-08-13T22:38:26.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15612026-08-13T22:38:26.476Z Compiling serde-hex v0.1.0
15622026-08-13T22:38:26.511Z Compiling bzip2 v0.4.4
15632026-08-13T22:38:26.607Z Compiling hashbrown v0.13.2
15642026-08-13T22:38:26.622Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-13T22:38:26.669Z Compiling tower-http v0.6.8
15662026-08-13T22:38:26.820Z Compiling toml_edit v0.19.15
15672026-08-13T22:38:26.949Z Compiling camino v1.2.2
15682026-08-13T22:38:27.053Z Compiling newtype-uuid v1.3.2
15692026-08-13T22:38:27.080Z Compiling heck v0.4.1
15702026-08-13T22:38:27.100Z Compiling x509-cert v0.2.5
15712026-08-13T22:38:27.117Z Compiling crypto-common v0.2.2
15722026-08-13T22:38:27.138Z Compiling darling_macro v0.23.0
15732026-08-13T22:38:27.261Z Compiling block-buffer v0.12.1
15742026-08-13T22:38:27.330Z Compiling block-padding v0.4.2
15752026-08-13T22:38:27.358Z Compiling md-5 v0.10.6
15762026-08-13T22:38:27.374Z Compiling rustls-native-certs v0.8.3
15772026-08-13T22:38:27.405Z Compiling bstr v1.12.1
15782026-08-13T22:38:27.494Z Compiling daft-derive v0.1.7
15792026-08-13T22:38:27.516Z Compiling async-trait v0.1.89
15802026-08-13T22:38:27.553Z Compiling zerocopy-derive v0.7.35
15812026-08-13T22:38:27.668Z Compiling pin-project-internal v1.1.11
15822026-08-13T22:38:27.688Z Compiling serde_tokenstream v0.2.3
15832026-08-13T22:38:28.016Z Compiling curve25519-dalek v4.1.3
15842026-08-13T22:38:28.062Z Compiling erased-serde v0.3.31
15852026-08-13T22:38:28.299Z Compiling hyper v1.10.1
15862026-08-13T22:38:28.335Z Compiling vergen-lib v9.1.0
15872026-08-13T22:38:28.398Z Compiling hash32 v0.2.1
15882026-08-13T22:38:28.466Z Compiling encoding_rs v0.8.35
15892026-08-13T22:38:28.496Z Compiling memoffset v0.9.1
15902026-08-13T22:38:28.561Z Compiling litrs v1.0.0
15912026-08-13T22:38:28.664Z Compiling rustix v0.38.44
15922026-08-13T22:38:28.685Z Compiling crc-any v2.5.0
15932026-08-13T22:38:28.707Z Compiling mime v0.3.17
15942026-08-13T22:38:28.741Z Compiling smoltcp v0.9.1
15952026-08-13T22:38:28.813Z Compiling cfg_aliases v0.2.1
15962026-08-13T22:38:28.849Z Compiling fallible-iterator v0.2.0
15972026-08-13T22:38:28.887Z Compiling ref-cast v1.0.25
15982026-08-13T22:38:28.893Z Compiling psl-types v2.0.11
15992026-08-13T22:38:28.953Z Compiling nix v0.31.2
16002026-08-13T22:38:28.965Z Compiling pin-project v1.1.11
16012026-08-13T22:38:29.033Z Compiling publicsuffix v2.3.0
16022026-08-13T22:38:29.104Z Compiling document-features v0.2.12
16032026-08-13T22:38:29.148Z Compiling postgres-protocol v0.6.10
16042026-08-13T22:38:29.249Z Compiling zerocopy v0.7.35
16052026-08-13T22:38:29.272Z Compiling daft v0.1.7
16062026-08-13T22:38:29.308Z Compiling toml v0.7.8
16072026-08-13T22:38:29.398Z Compiling darling v0.23.0
16082026-08-13T22:38:29.420Z Compiling inout v0.2.2
16092026-08-13T22:38:29.449Z Compiling hyper-util v0.1.20
16102026-08-13T22:38:29.519Z Compiling snafu-derive v0.8.9
16112026-08-13T22:38:29.611Z Compiling object v0.30.4
16122026-08-13T22:38:29.650Z Compiling derive_builder v0.20.2
16132026-08-13T22:38:29.650Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16142026-08-13T22:38:29.650Z Compiling zip v0.6.6
16152026-08-13T22:38:29.734Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16162026-08-13T22:38:29.745Z Compiling goblin v0.8.2
16172026-08-13T22:38:29.763Z Compiling derive-ex v0.1.8
16182026-08-13T22:38:30.041Z Compiling phf_shared v0.13.1
16192026-08-13T22:38:30.188Z Compiling futures-executor v0.3.32
16202026-08-13T22:38:30.237Z Compiling hubpack_derive v0.1.1
16212026-08-13T22:38:30.257Z Compiling regex v1.12.3
16222026-08-13T22:38:30.327Z Compiling ref-cast-impl v1.0.25
16232026-08-13T22:38:30.360Z Compiling curve25519-dalek-derive v0.1.1
16242026-08-13T22:38:30.414Z Compiling strum_macros v0.27.2
16252026-08-13T22:38:30.513Z Compiling cargo-platform v0.3.2
16262026-08-13T22:38:30.545Z Compiling vergen v9.1.0
16272026-08-13T22:38:30.710Z Compiling ff v0.13.1
16282026-08-13T22:38:30.728Z Compiling fs-err v3.3.0
16292026-08-13T22:38:30.754Z Compiling jiff-core v0.1.0
16302026-08-13T22:38:30.782Z Compiling libbz2-rs-sys v0.2.2
16312026-08-13T22:38:30.877Z Compiling object v0.37.3
16322026-08-13T22:38:30.899Z Compiling base16ct v0.2.0
16332026-08-13T22:38:30.947Z Compiling hyper-tls v0.6.0
16342026-08-13T22:38:31.013Z Compiling foldhash v0.1.5
16352026-08-13T22:38:31.044Z Compiling path-slash v0.1.5
16362026-08-13T22:38:31.097Z Compiling either v1.15.0
16372026-08-13T22:38:31.180Z Compiling same-file v1.0.6
16382026-08-13T22:38:31.207Z Compiling foldhash v0.2.0
16392026-08-13T22:38:31.223Z Compiling bitflags v1.3.2
16402026-08-13T22:38:31.244Z Compiling bumpalo v3.20.2
16412026-08-13T22:38:31.291Z Compiling managed v0.8.0
16422026-08-13T22:38:31.314Z Compiling walkdir v2.5.0
16432026-08-13T22:38:31.355Z Compiling bzip2 v0.6.1
16442026-08-13T22:38:31.418Z Compiling hashbrown v0.16.1
16452026-08-13T22:38:31.468Z Compiling zopfli v0.8.3
16462026-08-13T22:38:31.521Z Compiling jiff v0.2.34
16472026-08-13T22:38:31.532Z Compiling hashbrown v0.15.5
16482026-08-13T22:38:31.559Z Compiling test-strategy v0.4.5
16492026-08-13T22:38:31.575Z Compiling reqwest v0.12.28
16502026-08-13T22:38:31.671Z Compiling snafu v0.8.9
16512026-08-13T22:38:31.690Z Compiling sec1 v0.7.3
16522026-08-13T22:38:31.985Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16532026-08-13T22:38:32.069Z Compiling dof v0.3.0
16542026-08-13T22:38:32.126Z Compiling group v0.13.0
16552026-08-13T22:38:32.158Z Compiling hubpack v0.1.2
16562026-08-13T22:38:32.225Z Compiling cargo_metadata v0.23.1
16572026-08-13T22:38:32.326Z Compiling futures v0.3.32
16582026-08-13T22:38:32.334Z Compiling phf v0.13.1
16592026-08-13T22:38:32.391Z Compiling cookie_store v0.22.1
16602026-08-13T22:38:32.429Z Compiling signal-hook-mio v0.2.5
16612026-08-13T22:38:32.456Z Compiling strum v0.27.2
16622026-08-13T22:38:32.525Z Compiling zstd v0.13.3
16632026-08-13T22:38:32.576Z Compiling postgres-types v0.2.12
16642026-08-13T22:38:32.606Z Compiling cipher v0.5.2
16652026-08-13T22:38:32.826Z Compiling serde_with_macros v3.21.0
16662026-08-13T22:38:32.995Z Compiling usdt-macro v0.6.0
16672026-08-13T22:38:33.021Z Compiling usdt-attr-macro v0.6.0
16682026-08-13T22:38:33.058Z Compiling globset v0.4.18
16692026-08-13T22:38:33.084Z Compiling byte-wrapper v0.1.0
16702026-08-13T22:38:33.150Z Compiling phf_shared v0.11.3
16712026-08-13T22:38:33.338Z Compiling dtrace-parser v0.2.0
16722026-08-13T22:38:33.355Z Compiling ed25519 v2.2.3
16732026-08-13T22:38:33.405Z Compiling hkdf v0.12.4
16742026-08-13T22:38:33.449Z Compiling crypto-bigint v0.5.5
16752026-08-13T22:38:33.620Z Compiling serde_repr v0.1.20
16762026-08-13T22:38:33.654Z Compiling enum-as-inner v0.6.1
16772026-08-13T22:38:33.791Z Compiling strum_macros v0.26.4
16782026-08-13T22:38:33.861Z Compiling async-recursion v1.1.1
16792026-08-13T22:38:33.902Z Compiling olpc-cjson v0.1.4
16802026-08-13T22:38:33.986Z Compiling serde_plain v1.0.2
16812026-08-13T22:38:34.025Z Compiling serde-big-array v0.5.1
16822026-08-13T22:38:34.482Z Compiling float-cmp v0.10.0
16832026-08-13T22:38:34.561Z Compiling pem v3.0.6
16842026-08-13T22:38:34.561Z Compiling thread-id v4.2.2
16852026-08-13T22:38:34.561Z Compiling memmap2 v0.9.10
16862026-08-13T22:38:34.561Z Compiling normalize-line-endings v0.3.0
16872026-08-13T22:38:34.561Z Compiling data-encoding v2.10.0
16882026-08-13T22:38:34.561Z Compiling keccak v0.1.6
16892026-08-13T22:38:34.561Z Compiling fixedbitset v0.5.7
16902026-08-13T22:38:34.561Z Compiling const-oid v0.10.2
16912026-08-13T22:38:34.561Z Compiling predicates-core v1.0.10
16922026-08-13T22:38:34.561Z Compiling difflib v0.4.0
16932026-08-13T22:38:34.561Z Compiling winnow v1.0.3
16942026-08-13T22:38:34.561Z Compiling new_debug_unreachable v1.0.6
16952026-08-13T22:38:34.561Z Compiling whoami v2.1.0
16962026-08-13T22:38:34.587Z Compiling typed-path v0.9.3
16972026-08-13T22:38:34.588Z Compiling static_assertions v1.1.0
16982026-08-13T22:38:34.631Z Compiling cpufeatures v0.3.0
16992026-08-13T22:38:34.682Z Compiling fixedbitset v0.4.2
17002026-08-13T22:38:34.713Z Compiling precomputed-hash v0.1.1
17012026-08-13T22:38:34.813Z Compiling toml_parser v1.1.2+spec-1.1.0
17022026-08-13T22:38:34.881Z Compiling petgraph v0.6.5
17032026-08-13T22:38:34.922Z Compiling string_cache v0.8.9
17042026-08-13T22:38:34.954Z Compiling tokio-postgres v0.7.16
17052026-08-13T22:38:34.989Z Compiling predicates v3.1.4
17062026-08-13T22:38:35.025Z Compiling chacha20 v0.10.0
17072026-08-13T22:38:35.104Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-08-13T22:38:35.104Z Compiling toml_edit v0.22.27
17092026-08-13T22:38:35.158Z Compiling hickory-proto v0.25.2
17102026-08-13T22:38:35.240Z Compiling petgraph v0.8.3
17112026-08-13T22:38:35.377Z Compiling digest v0.11.3
17122026-08-13T22:38:35.423Z Compiling elliptic-curve v0.13.8
17132026-08-13T22:38:35.521Z Compiling sha3 v0.10.8
17142026-08-13T22:38:35.681Z Compiling strum v0.26.3
17152026-08-13T22:38:35.681Z Compiling usdt v0.6.0
17162026-08-13T22:38:35.719Z Compiling usdt-impl v0.5.0
17172026-08-13T22:38:35.719Z Compiling serde_with v3.21.0
17182026-08-13T22:38:35.771Z Compiling crossterm v0.28.1
17192026-08-13T22:38:35.800Z Compiling zip v4.6.1
17202026-08-13T22:38:36.234Z Compiling ed25519-dalek v2.2.0
17212026-08-13T22:38:36.279Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17222026-08-13T22:38:36.302Z Compiling iddqd v0.4.2
17232026-08-13T22:38:36.524Z Compiling itertools v0.15.0
17242026-08-13T22:38:36.780Z Compiling itertools v0.13.0
17252026-08-13T22:38:36.808Z Compiling similar v2.7.0
17262026-08-13T22:38:37.146Z Compiling crossbeam-epoch v0.9.18
17272026-08-13T22:38:37.193Z Compiling tokio-stream v0.1.18
17282026-08-13T22:38:37.247Z Compiling buf-list v1.1.2
17292026-08-13T22:38:37.383Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17302026-08-13T22:38:37.448Z Compiling openapiv3 v2.2.0
17312026-08-13T22:38:37.528Z Compiling peg-runtime v0.8.5
17322026-08-13T22:38:37.546Z Compiling lalrpop-util v0.19.12
17332026-08-13T22:38:37.596Z Compiling thread_local v1.1.9
17342026-08-13T22:38:37.664Z Compiling slog-async v2.8.0
17352026-08-13T22:38:37.698Z Compiling crossbeam-channel v0.5.15
17362026-08-13T22:38:37.705Z Compiling is-terminal v0.4.17
17372026-08-13T22:38:37.705Z Compiling filetime v0.2.27
17382026-08-13T22:38:37.773Z Compiling xattr v1.6.1
17392026-08-13T22:38:37.790Z Compiling term v1.2.1
17402026-08-13T22:38:37.852Z Compiling take_mut v0.2.2
17412026-08-13T22:38:37.872Z Compiling camino-tempfile v1.4.1
17422026-08-13T22:38:37.900Z Compiling tar v0.4.46
17432026-08-13T22:38:38.080Z Compiling slog-term v2.9.2
17442026-08-13T22:38:55.495Z Compiling rustls-webpki v0.103.13
17452026-08-13T22:38:58.166Z Compiling tokio-rustls v0.26.4
17462026-08-13T22:38:58.166Z Compiling rustls-platform-verifier v0.6.2
17472026-08-13T22:38:58.166Z Compiling tough v0.22.0
17482026-08-13T22:38:58.366Z Compiling hyper-rustls v0.27.7
17492026-08-13T22:38:58.550Z Compiling reqwest v0.13.2
17502026-08-13T22:39:00.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-08-13T22:39:00.971Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-08-13T22:39:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.93s
17532026-08-13T22:39:04.108Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17542026-08-13T22:39:04.158ZAug 13 22:39:04.027 INFO Starting download, target: Cockroach
17552026-08-13T22:39:04.158ZAug 13 22:39:04.028 INFO Starting download, target: Clickhouse
17562026-08-13T22:39:04.158ZAug 13 22:39:04.028 INFO Starting download, target: DendriteStub
17572026-08-13T22:39:04.159ZAug 13 22:39:04.028 INFO Starting download, target: Console
17582026-08-13T22:39:04.159ZAug 13 22:39:04.028 INFO Starting download, target: MaghemiteMgd
17592026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Starting download, target: MaghemiteDdmd
17602026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Starting download, target: TransceiverControl
17612026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17642026-08-13T22:39:04.166ZAug 13 22:39:04.028 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-08-13T22:39:04.166ZAug 13 22:39:04.029 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-08-13T22:39:04.166ZAug 13 22:39:04.029 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-08-13T22:39:04.166ZAug 13 22:39:04.029 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-08-13T22:39:04.540ZAug 13 22:39:04.463 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-08-13T22:39:04.790ZAug 13 22:39:04.686 INFO Download complete, target: TransceiverControl
17702026-08-13T22:39:06.294ZAug 13 22:39:06.115 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-08-13T22:39:09.307ZAug 13 22:39:06.359 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-08-13T22:39:09.556ZAug 13 22:39:06.371 INFO Download complete, target: Console
17732026-08-13T22:39:11.295ZAug 13 22:39:11.213 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-08-13T22:39:11.586ZAug 13 22:39:11.507 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17752026-08-13T22:39:11.852ZAug 13 22:39:11.587 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17762026-08-13T22:39:11.903ZAug 13 22:39:11.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-08-13T22:39:11.903ZAug 13 22:39:11.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-08-13T22:39:13.264ZAug 13 22:39:13.182 INFO Checking that binary works, target: Clickhouse
17792026-08-13T22:39:13.367ZAug 13 22:39:13.286 INFO Download complete, target: Clickhouse
17802026-08-13T22:39:13.757ZAug 13 22:39:13.676 INFO Download complete, target: MaghemiteDdmd
17812026-08-13T22:39:13.986ZAug 13 22:39:13.913 INFO Download complete, target: DendriteStub
17822026-08-13T22:39:14.238ZAug 13 22:39:14.161 INFO Download complete, target: MaghemiteMgd
17832026-08-13T22:39:16.533ZAug 13 22:39:16.460 INFO Checking that binary works, target: Cockroach
17842026-08-13T22:39:16.655ZAug 13 22:39:16.583 INFO Download complete, target: Cockroach
17852026-08-13T22:39:16.661ZAll prerequisites installed successfully
17862026-08-13T22:39:16.666Z
17872026-08-13T22:39:16.666Zreal 1:56.150662112
17882026-08-13T22:39:16.667Zuser 7:12.069319638
17892026-08-13T22:39:16.667Zsys 1:45.807576705
17902026-08-13T22:39:16.667Ztrap 0.308024718
17912026-08-13T22:39:16.667Ztflt 0.825424449
17922026-08-13T22:39:16.667Zdflt 1.594051570
17932026-08-13T22:39:16.667Zkflt 0.025984296
17942026-08-13T22:39:16.667Zlock 30:00.193683025
17952026-08-13T22:39:16.667Zslp 19:47.518458600
17962026-08-13T22:39:16.668Zlat 30.048489307
17972026-08-13T22:39:16.668Zstop 3:31.859103771
17982026-08-13T22:39:16.668Z+ ptime -m cargo xtask download softnpu
17992026-08-13T22:39:17.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18002026-08-13T22:39:17.146Z Running `target/debug/xtask download softnpu`
18012026-08-13T22:39:17.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18022026-08-13T22:39:18.055Z Running `target/debug/xtask-downloader softnpu`
18032026-08-13T22:39:18.072ZAug 13 22:39:17.964 INFO Starting download, target: Softnpu
18042026-08-13T22:39:18.072ZAug 13 22:39:17.965 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18052026-08-13T22:39:52.889ZAug 13 22:39:52.721 INFO Download complete, target: Softnpu
18062026-08-13T22:39:52.933Z
18072026-08-13T22:39:52.933Zreal 36.129757105
18082026-08-13T22:39:52.933Zuser 1.361799790
18092026-08-13T22:39:52.933Zsys 0.668450147
18102026-08-13T22:39:52.933Ztrap 0.001045720
18112026-08-13T22:39:52.933Ztflt 0.000149970
18122026-08-13T22:39:52.933Zdflt 0.000254370
18132026-08-13T22:39:52.933Zkflt 0.000000000
18142026-08-13T22:39:52.934Zlock 10:08.580440485
18152026-08-13T22:39:52.934Zslp 34.569492438
18162026-08-13T22:39:52.934Zlat 0.155361890
18172026-08-13T22:39:52.934Zstop 0.000208150
18182026-08-13T22:39:52.934Z+ export CARGO_INCREMENTAL=0
18192026-08-13T22:39:52.934Z+ CARGO_INCREMENTAL=0
18202026-08-13T22:39:52.934Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18212026-08-13T22:39:53.694Z Compiling proc-macro2 v1.0.106
18222026-08-13T22:39:53.694Z Compiling quote v1.0.45
18232026-08-13T22:39:53.695Z Compiling unicode-ident v1.0.24
18242026-08-13T22:39:53.695Z Compiling libc v0.2.185
18252026-08-13T22:39:53.702Z Compiling serde_core v1.0.229
18262026-08-13T22:39:53.702Z Compiling serde v1.0.229
18272026-08-13T22:39:53.942Z Compiling cfg-if v1.0.4
18282026-08-13T22:39:54.215Z Compiling version_check v0.9.5
18292026-08-13T22:39:54.215Z Compiling autocfg v1.5.0
18302026-08-13T22:39:54.215Z Compiling find-msvc-tools v0.1.9
18312026-08-13T22:39:54.215Z Compiling shlex v1.3.0
18322026-08-13T22:39:54.215Z Compiling memchr v2.8.0
18332026-08-13T22:39:54.215Z Compiling zmij v1.0.21
18342026-08-13T22:39:54.215Z Compiling portable-atomic v1.13.1
18352026-08-13T22:39:54.215Z Compiling serde_json v1.0.151
18362026-08-13T22:39:54.420Z Compiling zerocopy v0.8.40
18372026-08-13T22:39:54.420Z Compiling libm v0.2.16
18382026-08-13T22:39:54.420Z Compiling getrandom v0.4.1
18392026-08-13T22:39:54.420Z Compiling parking_lot_core v0.9.12
18402026-08-13T22:39:54.421Z Compiling icu_normalizer_data v2.1.1
18412026-08-13T22:39:54.421Z Compiling smallvec v1.15.1
18422026-08-13T22:39:54.450Z Compiling generic-array v0.14.7
18432026-08-13T22:39:54.450Z Compiling icu_properties_data v2.1.2
18442026-08-13T22:39:54.450Z Compiling num-traits v0.2.19
18452026-08-13T22:39:54.901Z Compiling itoa v1.0.17
18462026-08-13T22:39:56.556Z Compiling log v0.4.29
18472026-08-13T22:39:56.556Z Compiling subtle v2.6.1
18482026-08-13T22:39:56.556Z Compiling pkg-config v0.3.32
18492026-08-13T22:39:56.556Z Compiling stable_deref_trait v1.2.1
18502026-08-13T22:39:56.557Z Compiling typenum v1.20.1
18512026-08-13T22:39:56.557Z Compiling getrandom v0.3.4
18522026-08-13T22:39:56.557Z Compiling scopeguard v1.2.0
18532026-08-13T22:39:56.557Z Compiling thiserror v2.0.18
18542026-08-13T22:39:56.557Z Compiling critical-section v1.2.0
18552026-08-13T22:39:56.557Z Compiling lock_api v0.4.14
18562026-08-13T22:39:56.557Z Compiling rustix v1.1.3
18572026-08-13T22:39:56.624Z Compiling jobserver v0.1.34
18582026-08-13T22:39:56.624Z Compiling errno v0.3.14
18592026-08-13T22:39:56.624Z Compiling rand_core v0.10.0
18602026-08-13T22:39:56.624Z Compiling getrandom v0.2.17
18612026-08-13T22:39:56.624Z Compiling cc v1.2.56
18622026-08-13T22:39:56.624Z Compiling syn v2.0.117
18632026-08-13T22:39:56.624Z Compiling syn v3.0.3
18642026-08-13T22:39:56.624Z Compiling once_cell v1.21.3
18652026-08-13T22:39:56.624Z Compiling rand_core v0.6.4
18662026-08-13T22:39:56.624Z Compiling pin-project-lite v0.2.17
18672026-08-13T22:39:56.625Z Compiling syn v1.0.109
18682026-08-13T22:39:56.625Z Compiling schemars v0.8.22
18692026-08-13T22:39:56.625Z Compiling equivalent v1.0.2
18702026-08-13T22:39:56.625Z Compiling litemap v0.8.1
18712026-08-13T22:39:56.625Z Compiling writeable v0.6.2
18722026-08-13T22:39:56.625Z Compiling percent-encoding v2.3.2
18732026-08-13T22:39:56.625Z Compiling fs_extra v1.3.0
18742026-08-13T22:39:56.625Z Compiling dunce v1.0.5
18752026-08-13T22:39:56.625Z Compiling rustversion v1.0.22
18762026-08-13T22:39:56.625Z Compiling heck v0.5.0
18772026-08-13T22:39:56.625Z Compiling byteorder v1.5.0
18782026-08-13T22:39:56.625Z Compiling hashbrown v0.17.0
18792026-08-13T22:39:56.626Z Compiling cmake v0.1.57
18802026-08-13T22:39:56.626Z Compiling strsim v0.11.1
18812026-08-13T22:39:56.626Z Compiling signal-hook-registry v1.4.8
18822026-08-13T22:39:56.626Z Compiling utf8_iter v1.0.4
18832026-08-13T22:39:56.626Z Compiling thiserror v1.0.69
18842026-08-13T22:39:56.626Z Compiling semver v1.0.28
18852026-08-13T22:39:56.626Z Compiling bitflags v2.11.0
18862026-08-13T22:39:56.626Z Compiling indexmap v2.14.0
18872026-08-13T22:39:56.626Z Compiling parking_lot v0.12.5
18882026-08-13T22:39:56.654Z Compiling aws-lc-sys v0.40.0
18892026-08-13T22:39:56.689Z Compiling form_urlencoded v1.2.2
18902026-08-13T22:39:56.728Z Compiling socket2 v0.6.3
18912026-08-13T22:39:56.763Z Compiling mio v1.2.0
18922026-08-13T22:39:56.828Z Compiling aws-lc-rs v1.16.3
18932026-08-13T22:39:56.966Z Compiling futures-core v0.3.32
18942026-08-13T22:39:56.991Z Compiling const-oid v0.9.6
18952026-08-13T22:39:57.114Z Compiling httparse v1.10.1
18962026-08-13T22:39:57.197Z Compiling serde_derive v1.0.229
18972026-08-13T22:39:57.221Z Compiling crc32fast v1.5.0
18982026-08-13T22:39:57.413Z Compiling ucd-trie v0.1.7
18992026-08-13T22:39:57.413Z Compiling fnv v1.0.7
19002026-08-13T22:39:57.500Z Compiling regex-syntax v0.8.10
19012026-08-13T22:39:57.634Z Compiling pest v2.8.6
19022026-08-13T22:39:57.697Z Compiling vcpkg v0.2.15
19032026-08-13T22:39:57.721Z Compiling ident_case v1.0.1
19042026-08-13T22:39:57.721Z Compiling iana-time-zone v0.1.65
19052026-08-13T22:39:57.828Z Compiling uuid v1.23.4
19062026-08-13T22:39:57.890Z Compiling rustc_version v0.4.1
19072026-08-13T22:39:57.937Z Compiling rustls v0.23.41
19082026-08-13T22:39:57.969Z Compiling futures-sink v0.3.32
19092026-08-13T22:39:58.101Z Compiling synstructure v0.13.2
19102026-08-13T22:39:58.128Z Compiling serde_derive_internals v0.29.1
19112026-08-13T22:39:58.146Z Compiling futures-channel v0.3.32
19122026-08-13T22:39:58.219Z Compiling openssl-sys v0.9.117
19132026-08-13T22:39:58.366Z Compiling aho-corasick v1.1.4
19142026-08-13T22:39:58.417Z Compiling futures-io v0.3.32
19152026-08-13T22:39:58.468Z Compiling slab v0.4.12
19162026-08-13T22:39:58.647Z Compiling futures-task v0.3.32
19172026-08-13T22:39:58.665Z Compiling pest_meta v2.8.6
19182026-08-13T22:39:58.752Z Compiling plain v0.2.3
19192026-08-13T22:39:58.922Z Compiling radium v0.7.0
19202026-08-13T22:39:58.942Z Compiling num-conv v0.2.0
19212026-08-13T22:39:58.942Z Compiling dyn-clone v1.0.20
19222026-08-13T22:39:58.942Z Compiling time-core v0.1.8
19232026-08-13T22:39:58.975Z Compiling crossbeam-utils v0.8.21
19242026-08-13T22:39:59.051Z Compiling base64ct v1.8.3
19252026-08-13T22:39:59.080Z Compiling maybe-uninit v2.0.0
19262026-08-13T22:39:59.115Z Compiling time-macros v0.2.27
19272026-08-13T22:39:59.150Z Compiling openssl v0.10.80
19282026-08-13T22:39:59.181Z Compiling pretty-hex v0.4.1
19292026-08-13T22:39:59.202Z Compiling regex-automata v0.4.14
19302026-08-13T22:39:59.238Z Compiling winnow v0.5.40
19312026-08-13T22:39:59.282Z Compiling base64 v0.22.1
19322026-08-13T22:39:59.310Z Compiling pest_generator v2.8.6
19332026-08-13T22:39:59.323Z Compiling zeroize_derive v1.5.0
19342026-08-13T22:39:59.338Z Compiling zerofrom-derive v0.1.6
19352026-08-13T22:39:59.371Z Compiling yoke-derive v0.8.1
19362026-08-13T22:39:59.383Z Compiling zerocopy-derive v0.8.40
19372026-08-13T22:39:59.399Z Compiling zerovec-derive v0.11.2
19382026-08-13T22:39:59.555Z Compiling displaydoc v0.2.5
19392026-08-13T22:39:59.584Z Compiling tokio-macros v2.7.0
19402026-08-13T22:39:59.803Z Compiling futures-macro v0.3.32
19412026-08-13T22:39:59.936Z Compiling zeroize v1.9.0
19422026-08-13T22:39:59.967Z Compiling thiserror-impl v2.0.18
19432026-08-13T22:40:00.065Z Compiling schemars_derive v0.8.22
19442026-08-13T22:40:00.199Z Compiling der_derive v0.7.3
19452026-08-13T22:40:00.274Z Compiling bytes v1.11.1
19462026-08-13T22:40:00.322Z Compiling tracing-attributes v0.1.31
19472026-08-13T22:40:00.339Z Compiling thiserror-impl v1.0.69
19482026-08-13T22:40:00.409Z Compiling chrono v0.4.45
19492026-08-13T22:40:00.484Z Compiling pest_derive v2.8.6
19502026-08-13T22:40:00.524Z Compiling zerofrom v0.1.6
19512026-08-13T22:40:00.666Z Compiling yoke v0.8.1
19522026-08-13T22:40:00.691Z Compiling crypto-common v0.1.7
19532026-08-13T22:40:00.864Z Compiling zerovec v0.11.5
19542026-08-13T22:40:00.888Z Compiling zerotrie v0.2.3
19552026-08-13T22:40:00.913Z Compiling tokio v1.52.1
19562026-08-13T22:40:01.082Z Compiling block-buffer v0.10.4
19572026-08-13T22:40:01.272Z Compiling digest v0.10.7
19582026-08-13T22:40:01.307Z Compiling futures-util v0.3.32
19592026-08-13T22:40:01.371Z Compiling toml_datetime v0.6.11
19602026-08-13T22:40:01.401Z Compiling serde_spanned v0.6.9
19612026-08-13T22:40:01.473Z Compiling tinystr v0.8.2
19622026-08-13T22:40:01.495Z Compiling potential_utf v0.1.4
19632026-08-13T22:40:01.561Z Compiling toml_edit v0.19.15
19642026-08-13T22:40:01.650Z Compiling icu_collections v2.1.1
19652026-08-13T22:40:01.694Z Compiling serde_tokenstream v0.2.3
19662026-08-13T22:40:01.694Z Compiling icu_locale_core v2.1.1
19672026-08-13T22:40:01.714Z Compiling scroll_derive v0.13.1
19682026-08-13T22:40:01.733Z Compiling scroll_derive v0.12.1
19692026-08-13T22:40:01.946Z Compiling pem-rfc7468 v0.7.0
19702026-08-13T22:40:02.329Z Compiling icu_provider v2.1.1
19712026-08-13T22:40:02.462Z Compiling flagset v0.4.7
19722026-08-13T22:40:02.519Z Compiling openssl-macros v0.1.1
19732026-08-13T22:40:02.615Z Compiling icu_normalizer v2.1.1
19742026-08-13T22:40:02.630Z Compiling icu_properties v2.1.2
19752026-08-13T22:40:02.648Z Compiling der v0.7.10
19762026-08-13T22:40:03.163Z Compiling rand_core v0.9.5
19772026-08-13T22:40:03.334Z Compiling darling_core v0.23.0
19782026-08-13T22:40:03.568Z Compiling idna_adapter v1.2.1
19792026-08-13T22:40:03.716Z Compiling idna v1.1.0
19802026-08-13T22:40:03.791Z Compiling ppv-lite86 v0.2.21
19812026-08-13T22:40:03.828Z Compiling bzip2-sys v0.1.13+1.0.8
19822026-08-13T22:40:03.840Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19832026-08-13T22:40:04.022Z Compiling ahash v0.8.12
19842026-08-13T22:40:04.035Z Compiling num-bigint-dig v0.8.6
19852026-08-13T22:40:04.060Z Compiling anyhow v1.0.102
19862026-08-13T22:40:04.133Z Compiling url v2.5.8
19872026-08-13T22:40:04.165Z Compiling packed_struct v0.10.1
19882026-08-13T22:40:04.240Z Compiling native-tls v0.2.18
19892026-08-13T22:40:04.290Z Compiling spki v0.7.3
19902026-08-13T22:40:04.310Z Compiling regex v1.12.3
19912026-08-13T22:40:04.310Z Compiling http v1.4.2
19922026-08-13T22:40:04.383Z Compiling zerocopy-derive v0.7.35
19932026-08-13T22:40:04.483Z Compiling slog v2.8.2
19942026-08-13T22:40:04.608Z Compiling tracing-core v0.1.36
19952026-08-13T22:40:04.693Z Compiling cookie v0.18.1
19962026-08-13T22:40:04.714Z Compiling cpufeatures v0.2.17
19972026-08-13T22:40:04.730Z Compiling camino v1.2.2
19982026-08-13T22:40:04.744Z Compiling utf8parse v0.2.2
19992026-08-13T22:40:04.996Z Compiling tracing v0.1.44
20002026-08-13T22:40:05.003Z Compiling tokio-util v0.7.18
20012026-08-13T22:40:05.040Z Compiling rand_chacha v0.9.0
20022026-08-13T22:40:05.071Z Compiling zerocopy-derive v0.6.6
20032026-08-13T22:40:05.189Z Compiling clap_derive v4.6.1
20042026-08-13T22:40:05.222Z Compiling bitfield-macros v0.19.4
20052026-08-13T22:40:05.418Z Compiling packed_struct_codegen v0.10.1
20062026-08-13T22:40:05.513Z Compiling darling_macro v0.23.0
20072026-08-13T22:40:05.639Z Compiling indexmap v1.9.3
20082026-08-13T22:40:05.853Z Compiling anstyle v1.0.14
20092026-08-13T22:40:05.899Z Compiling paste v1.0.15
20102026-08-13T22:40:05.943Z Compiling rand v0.9.2
20112026-08-13T22:40:06.012Z Compiling http-body v1.0.1
20122026-08-13T22:40:06.029Z Compiling darling v0.23.0
20132026-08-13T22:40:06.127Z Compiling pkcs8 v0.10.2
20142026-08-13T22:40:06.246Z Compiling rustls-pki-types v1.14.0
20152026-08-13T22:40:06.252Z Compiling spin v0.9.8
20162026-08-13T22:40:06.267Z Compiling usdt-impl v0.5.0
20172026-08-13T22:40:06.345Z Compiling cmov v0.5.4
20182026-08-13T22:40:06.412Z Compiling usdt-impl v0.6.0
20192026-08-13T22:40:06.415Z Compiling tinyvec_macros v0.1.1
20202026-08-13T22:40:06.484Z Compiling ref-cast v1.0.25
20212026-08-13T22:40:06.509Z Compiling is_terminal_polyfill v1.70.2
20222026-08-13T22:40:06.537Z Compiling either v1.15.0
20232026-08-13T22:40:06.617Z Compiling anstyle-query v1.1.5
20242026-08-13T22:40:06.633Z Compiling colorchoice v1.0.4
20252026-08-13T22:40:06.638Z Compiling openssl-probe v0.2.1
20262026-08-13T22:40:06.657Z Compiling fastrand v2.3.0
20272026-08-13T22:40:06.739Z Compiling unicode-segmentation v1.12.0
20282026-08-13T22:40:06.762Z Compiling ctutils v0.4.2
20292026-08-13T22:40:06.817Z Compiling tinyvec v1.10.0
20302026-08-13T22:40:06.848Z Compiling sha2 v0.10.9
20312026-08-13T22:40:07.047Z Compiling scroll v0.13.0
20322026-08-13T22:40:07.071Z Compiling scroll v0.12.0
20332026-08-13T22:40:07.200Z Compiling async-trait v0.1.89
20342026-08-13T22:40:07.213Z Compiling heapless v0.7.17
20352026-08-13T22:40:07.307Z Compiling tower-service v0.3.3
20362026-08-13T22:40:07.331Z Compiling untrusted v0.7.1
20372026-08-13T22:40:07.332Z Compiling signal-hook v0.3.18
20382026-08-13T22:40:07.347Z Compiling try-lock v0.2.5
20392026-08-13T22:40:07.352Z Compiling atomic-waker v1.1.2
20402026-08-13T22:40:07.406Z Compiling litrs v1.0.0
20412026-08-13T22:40:07.460Z Compiling tower-layer v0.3.3
20422026-08-13T22:40:07.475Z Compiling zstd-safe v7.2.4
20432026-08-13T22:40:07.502Z Compiling rustix v0.38.44
20442026-08-13T22:40:07.529Z Compiling tempfile v3.25.0
20452026-08-13T22:40:07.536Z Compiling h2 v0.4.15
20462026-08-13T22:40:07.614Z Compiling want v0.3.1
20472026-08-13T22:40:07.678Z Compiling goblin v0.8.2
20482026-08-13T22:40:08.027Z Compiling goblin v0.10.5
20492026-08-13T22:40:08.074Z Compiling document-features v0.2.12
20502026-08-13T22:40:08.074Z Compiling heck v0.4.1
20512026-08-13T22:40:08.074Z Compiling hybrid-array v0.4.13
20522026-08-13T22:40:08.119Z Compiling itertools v0.15.0
20532026-08-13T22:40:08.150Z Compiling zerocopy v0.7.35
20542026-08-13T22:40:08.159Z Compiling anstyle-parse v1.0.0
20552026-08-13T22:40:08.302Z Compiling ipnet v2.11.0
20562026-08-13T22:40:08.351Z Compiling structmeta-derive v0.3.0
20572026-08-13T22:40:08.401Z Compiling ref-cast-impl v1.0.25
20582026-08-13T22:40:08.645Z Compiling daft-derive v0.1.7
20592026-08-13T22:40:08.712Z Compiling curve25519-dalek v4.1.3
20602026-08-13T22:40:10.453Z Compiling darling_core v0.20.11
20612026-08-13T22:40:10.534Z Compiling memoffset v0.9.1
20622026-08-13T22:40:10.534Z Compiling foreign-types-shared v0.1.1
20632026-08-13T22:40:10.534Z Compiling powerfmt v0.2.0
20642026-08-13T22:40:10.534Z Compiling tap v1.0.1
20652026-08-13T22:40:10.534Z Compiling httpdate v1.0.3
20662026-08-13T22:40:10.534Z Compiling untrusted v0.9.0
20672026-08-13T22:40:10.534Z Compiling simd-adler32 v0.3.8
20682026-08-13T22:40:10.534Z Compiling structmeta v0.3.0
20692026-08-13T22:40:10.534Z Compiling wyz v0.5.1
20702026-08-13T22:40:10.534Z Compiling deranged v0.5.8
20712026-08-13T22:40:10.535Z Compiling foreign-types v0.3.2
20722026-08-13T22:40:10.535Z Compiling anstream v1.0.0
20732026-08-13T22:40:10.535Z Compiling unicode-normalization v0.1.25
20742026-08-13T22:40:10.535Z Compiling dof v0.3.0
20752026-08-13T22:40:10.535Z Compiling dtrace-parser v0.2.0
20762026-08-13T22:40:10.535Z Compiling rand_chacha v0.3.1
20772026-08-13T22:40:10.535Z Compiling dtrace-parser v0.3.0
20782026-08-13T22:40:10.535Z Compiling signature v2.2.0
20792026-08-13T22:40:10.586Z Compiling hex v0.4.3
20802026-08-13T22:40:10.634Z Compiling terminal_size v0.4.3
20812026-08-13T22:40:10.634Z Compiling dof v0.4.0
20822026-08-13T22:40:10.673Z Compiling pin-project-internal v1.1.11
20832026-08-13T22:40:10.702Z Compiling num-integer v0.1.46
20842026-08-13T22:40:10.718Z Compiling hyper v1.10.1
20852026-08-13T22:40:10.850Z Compiling wait-timeout v0.2.1
20862026-08-13T22:40:10.866Z Compiling darling_macro v0.20.11
20872026-08-13T22:40:10.866Z Compiling thread-id v4.2.2
20882026-08-13T22:40:10.949Z Compiling socket2 v0.5.10
20892026-08-13T22:40:10.970Z Compiling thread-id v5.1.0
20902026-08-13T22:40:11.091Z Compiling adler2 v2.0.1
20912026-08-13T22:40:11.207Z Compiling smoltcp v0.9.1
20922026-08-13T22:40:11.218Z Compiling bit-vec v0.8.0
20932026-08-13T22:40:11.336Z Compiling num_threads v0.1.7
20942026-08-13T22:40:11.349Z Compiling clap_lex v1.0.0
20952026-08-13T22:40:11.466Z Compiling quick-error v1.2.3
20962026-08-13T22:40:11.579Z Compiling cfg_aliases v0.2.1
20972026-08-13T22:40:11.593Z Compiling funty v2.0.0
20982026-08-13T22:40:11.609Z Compiling time v0.3.47
20992026-08-13T22:40:11.612Z Compiling rusty-fork v0.3.1
21002026-08-13T22:40:11.641Z Compiling clap_builder v4.6.0
21012026-08-13T22:40:11.659Z Compiling bit-set v0.8.0
21022026-08-13T22:40:11.664Z Compiling darling v0.20.11
21032026-08-13T22:40:11.676Z Compiling nix v0.31.2
21042026-08-13T22:40:11.776Z Compiling miniz_oxide v0.8.9
21052026-08-13T22:40:11.821Z Compiling hyper-util v0.1.20
21062026-08-13T22:40:11.872Z Compiling num-iter v0.1.45
21072026-08-13T22:40:12.009Z Compiling bitvec v1.0.1
21082026-08-13T22:40:12.121Z Compiling rand v0.8.6
21092026-08-13T22:40:12.314Z Compiling lazy_static v1.5.0
21102026-08-13T22:40:12.386Z Compiling ipnetwork v0.21.1
21112026-08-13T22:40:12.430Z Compiling anstyle-parse v0.2.7
21122026-08-13T22:40:12.756Z Compiling rand_xorshift v0.4.0
21132026-08-13T22:40:12.904Z Compiling hmac v0.12.1
21142026-08-13T22:40:12.918Z Compiling curve25519-dalek-derive v0.1.1
21152026-08-13T22:40:12.984Z Compiling sync_wrapper v1.0.2
21162026-08-13T22:40:13.454Z Compiling nodrop v0.1.14
21172026-08-13T22:40:13.467Z Compiling unarray v0.1.4
21182026-08-13T22:40:13.484Z Compiling crc-catalog v2.4.0
21192026-08-13T22:40:13.507Z Compiling zlib-rs v0.6.2
21202026-08-13T22:40:13.608Z Compiling siphasher v1.0.2
21212026-08-13T22:40:13.877Z Compiling crc v3.4.0
21222026-08-13T22:40:13.911Z Compiling proptest v1.11.0
21232026-08-13T22:40:13.976Z Compiling array-init v0.0.4
21242026-08-13T22:40:14.215Z Compiling clap v4.6.1
21252026-08-13T22:40:14.319Z Compiling tower v0.5.3
21262026-08-13T22:40:14.809Z Compiling anstream v0.6.21
21272026-08-13T22:40:14.974Z Compiling smallvec v0.6.14
21282026-08-13T22:40:15.030Z Compiling derive_builder_core v0.20.2
21292026-08-13T22:40:15.120Z Compiling snafu-derive v0.8.9
21302026-08-13T22:40:15.301Z Compiling pkcs1 v0.7.5
21312026-08-13T22:40:15.417Z Compiling http-body-util v0.1.3
21322026-08-13T22:40:15.450Z Compiling bitfield v0.19.4
21332026-08-13T22:40:15.538Z Compiling zerocopy v0.6.6
21342026-08-13T22:40:15.551Z Compiling flate2 v1.1.9
21352026-08-13T22:40:15.686Z Compiling strum_macros v0.26.4
21362026-08-13T22:40:15.741Z Compiling strum_macros v0.27.2
21372026-08-13T22:40:15.783Z Compiling hubpack_derive v0.1.1
21382026-08-13T22:40:15.828Z Compiling env_filter v1.0.0
21392026-08-13T22:40:15.890Z Compiling fs-err v3.3.0
21402026-08-13T22:40:15.934Z Compiling object v0.37.3
21412026-08-13T22:40:15.960Z Compiling unicode-properties v0.1.4
21422026-08-13T22:40:16.131Z Compiling hashbrown v0.12.3
21432026-08-13T22:40:16.212Z Compiling unicode-bidi v0.3.18
21442026-08-13T22:40:16.372Z Compiling ryu v1.0.23
21452026-08-13T22:40:16.473Z Compiling base64 v0.21.7
21462026-08-13T22:40:16.554Z Compiling iri-string v0.7.10
21472026-08-13T22:40:16.684Z Compiling allocator-api2 v0.2.21
21482026-08-13T22:40:16.725Z Compiling ron v0.8.1
21492026-08-13T22:40:16.830Z Compiling stringprep v0.1.5
21502026-08-13T22:40:16.995Z Compiling serde_urlencoded v0.7.1
21512026-08-13T22:40:17.192Z Compiling env_logger v0.11.9
21522026-08-13T22:40:17.211Z Compiling newtype-uuid v1.3.2
21532026-08-13T22:40:17.269Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21542026-08-13T22:40:17.456Z Compiling derive_builder_macro v0.20.2
21552026-08-13T22:40:17.497Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21562026-08-13T22:40:17.575Z Compiling rsa v0.9.10
21572026-08-13T22:40:17.584Z Compiling oxnet v0.1.6
21582026-08-13T22:40:17.584Z Compiling serde-hex v0.1.0
21592026-08-13T22:40:17.584Z Compiling hashbrown v0.13.2
21602026-08-13T22:40:17.607Z Compiling tokio-native-tls v0.3.1
21612026-08-13T22:40:17.625Z Compiling bzip2 v0.4.4
21622026-08-13T22:40:17.782Z Compiling tower-http v0.6.8
21632026-08-13T22:40:17.823Z Compiling usdt-attr-macro v0.6.0
21642026-08-13T22:40:17.887Z Compiling usdt-macro v0.6.0
21652026-08-13T22:40:17.915Z Compiling derive-ex v0.1.8
21662026-08-13T22:40:17.945Z Compiling crypto-common v0.2.2
21672026-08-13T22:40:17.963Z Compiling block-padding v0.4.2
21682026-08-13T22:40:18.151Z Compiling block-buffer v0.12.1
21692026-08-13T22:40:18.224Z Compiling rustls-native-certs v0.8.3
21702026-08-13T22:40:18.331Z Compiling x509-cert v0.2.5
21712026-08-13T22:40:18.507Z Compiling bstr v1.12.1
21722026-08-13T22:40:18.583Z Compiling md-5 v0.10.6
21732026-08-13T22:40:18.618Z Compiling erased-serde v0.3.31
21742026-08-13T22:40:18.821Z Compiling vergen-lib v9.1.0
21752026-08-13T22:40:18.891Z Compiling hash32 v0.2.1
21762026-08-13T22:40:18.987Z Compiling encoding_rs v0.8.35
21772026-08-13T22:40:19.112Z Compiling cpufeatures v0.3.0
21782026-08-13T22:40:19.119Z Compiling mime v0.3.17
21792026-08-13T22:40:19.219Z Compiling fallible-iterator v0.2.0
21802026-08-13T22:40:19.324Z Compiling psl-types v2.0.11
21812026-08-13T22:40:19.495Z Compiling crc-any v2.5.0
21822026-08-13T22:40:19.612Z Compiling publicsuffix v2.3.0
21832026-08-13T22:40:19.612Z Compiling test-strategy v0.4.5
21842026-08-13T22:40:19.613Z Compiling postgres-protocol v0.6.10
21852026-08-13T22:40:20.503Z Compiling inout v0.2.2
21862026-08-13T22:40:20.604Z Compiling object v0.30.4
21872026-08-13T22:40:20.604Z Compiling derive_builder v0.20.2
21882026-08-13T22:40:20.604Z Compiling daft v0.1.7
21892026-08-13T22:40:20.604Z Compiling zip v0.6.6
21902026-08-13T22:40:20.604Z Compiling hyper-tls v0.6.0
21912026-08-13T22:40:20.604Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21922026-08-13T22:40:20.604Z Compiling phf_shared v0.13.1
21932026-08-13T22:40:20.605Z Compiling pin-project v1.1.11
21942026-08-13T22:40:20.710Z Compiling serde_with_macros v3.21.0
21952026-08-13T22:40:20.765Z Compiling futures-executor v0.3.32
21962026-08-13T22:40:20.765Z Compiling toml v0.7.8
21972026-08-13T22:40:20.847Z Compiling enum-as-inner v0.6.1
21982026-08-13T22:40:20.873Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-13T22:40:20.889Z Compiling async-recursion v1.1.1
22002026-08-13T22:40:22.156Z Compiling serde_repr v0.1.20
22012026-08-13T22:40:22.204Z Compiling vergen v9.1.0
22022026-08-13T22:40:22.204Z Compiling ff v0.13.1
22032026-08-13T22:40:22.204Z Compiling cargo-platform v0.3.2
22042026-08-13T22:40:22.205Z Compiling bitflags v1.3.2
22052026-08-13T22:40:22.205Z Compiling foldhash v0.2.0
22062026-08-13T22:40:22.205Z Compiling same-file v1.0.6
22072026-08-13T22:40:22.205Z Compiling bumpalo v3.20.2
22082026-08-13T22:40:22.205Z Compiling libbz2-rs-sys v0.2.2
22092026-08-13T22:40:22.205Z Compiling path-slash v0.1.5
22102026-08-13T22:40:22.205Z Compiling managed v0.8.0
22112026-08-13T22:40:22.205Z Compiling jiff-core v0.1.0
22122026-08-13T22:40:22.205Z Compiling base16ct v0.2.0
22132026-08-13T22:40:22.206Z Compiling foldhash v0.1.5
22142026-08-13T22:40:22.206Z Compiling hashbrown v0.15.5
22152026-08-13T22:40:22.206Z Compiling sec1 v0.7.3
22162026-08-13T22:40:22.206Z Compiling bzip2 v0.6.1
22172026-08-13T22:40:22.206Z Compiling zopfli v0.8.3
22182026-08-13T22:40:22.249Z Compiling walkdir v2.5.0
22192026-08-13T22:40:22.324Z Compiling hashbrown v0.16.1
22202026-08-13T22:40:22.497Z Compiling cargo_metadata v0.23.1
22212026-08-13T22:40:22.520Z Compiling jiff v0.2.34
22222026-08-13T22:40:22.589Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22232026-08-13T22:40:22.695Z Compiling group v0.13.0
22242026-08-13T22:40:22.896Z Compiling futures v0.3.32
22252026-08-13T22:40:23.080Z Compiling phf v0.13.1
22262026-08-13T22:40:23.264Z Compiling snafu v0.8.9
22272026-08-13T22:40:23.345Z Compiling reqwest v0.12.28
22282026-08-13T22:40:23.644Z Compiling signal-hook-mio v0.2.5
22292026-08-13T22:40:23.672Z Compiling cipher v0.5.2
22302026-08-13T22:40:23.700Z Compiling cookie_store v0.22.1
22312026-08-13T22:40:23.734Z Compiling postgres-types v0.2.12
22322026-08-13T22:40:23.780Z Compiling zstd v0.13.3
22332026-08-13T22:40:23.877Z Compiling globset v0.4.18
22342026-08-13T22:40:23.941Z Compiling strum v0.27.2
22352026-08-13T22:40:24.028Z Compiling hubpack v0.1.2
22362026-08-13T22:40:24.197Z Compiling phf_shared v0.11.3
22372026-08-13T22:40:24.241Z Compiling hkdf v0.12.4
22382026-08-13T22:40:24.292Z Compiling crossbeam-epoch v0.9.18
22392026-08-13T22:40:24.453Z Compiling byte-wrapper v0.1.0
22402026-08-13T22:40:24.480Z Compiling ed25519 v2.2.3
22412026-08-13T22:40:24.481Z Compiling olpc-cjson v0.1.4
22422026-08-13T22:40:24.672Z Compiling pem v3.0.6
22432026-08-13T22:40:24.705Z Compiling crypto-bigint v0.5.5
22442026-08-13T22:40:24.737Z Compiling serde-big-array v0.5.1
22452026-08-13T22:40:24.845Z Compiling serde_plain v1.0.2
22462026-08-13T22:40:24.896Z Compiling float-cmp v0.10.0
22472026-08-13T22:40:24.915Z Compiling memmap2 v0.9.10
22482026-08-13T22:40:24.959Z Compiling fixedbitset v0.4.2
22492026-08-13T22:40:24.980Z Compiling data-encoding v2.10.0
22502026-08-13T22:40:25.042Z Compiling static_assertions v1.1.0
22512026-08-13T22:40:25.130Z Compiling precomputed-hash v0.1.1
22522026-08-13T22:40:25.173Z Compiling winnow v0.7.14
22532026-08-13T22:40:25.176Z Compiling toml_write v0.1.2
22542026-08-13T22:40:25.258Z Compiling keccak v0.1.6
22552026-08-13T22:40:25.285Z Compiling const-oid v0.10.2
22562026-08-13T22:40:25.332Z Compiling difflib v0.4.0
22572026-08-13T22:40:25.398Z Compiling predicates-core v1.0.10
22582026-08-13T22:40:25.548Z Compiling new_debug_unreachable v1.0.6
22592026-08-13T22:40:25.570Z Compiling normalize-line-endings v0.3.0
22602026-08-13T22:40:25.571Z Compiling winnow v1.0.3
22612026-08-13T22:40:25.576Z Compiling whoami v2.1.0
22622026-08-13T22:40:25.629Z Compiling typed-path v0.9.3
22632026-08-13T22:40:25.719Z Compiling fixedbitset v0.5.7
22642026-08-13T22:40:25.788Z Compiling tokio-postgres v0.7.16
22652026-08-13T22:40:25.880Z Compiling toml_parser v1.1.2+spec-1.1.0
22662026-08-13T22:40:25.903Z Compiling elliptic-curve v0.13.8
22672026-08-13T22:40:26.013Z Compiling petgraph v0.8.3
22682026-08-13T22:40:26.215Z Compiling predicates v3.1.4
22692026-08-13T22:40:26.255Z Compiling string_cache v0.8.9
22702026-08-13T22:40:26.412Z Compiling digest v0.11.3
22712026-08-13T22:40:26.434Z Compiling sha3 v0.10.8
22722026-08-13T22:40:26.511Z Compiling hickory-proto v0.25.2
22732026-08-13T22:40:26.613Z Compiling toml_edit v0.22.27
22742026-08-13T22:40:26.718Z Compiling chacha20 v0.10.0
22752026-08-13T22:40:26.757Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-08-13T22:40:26.790Z Compiling petgraph v0.6.5
22772026-08-13T22:40:26.861Z Compiling usdt v0.6.0
22782026-08-13T22:40:27.067Z Compiling zip v4.6.1
22792026-08-13T22:40:27.847Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22802026-08-13T22:40:27.948Z Compiling ed25519-dalek v2.2.0
22812026-08-13T22:40:28.526Z Compiling crossterm v0.28.1
22822026-08-13T22:40:29.087Z Compiling iddqd v0.4.2
22832026-08-13T22:40:29.165Z Compiling serde_with v3.21.0
22842026-08-13T22:40:29.284Z Compiling similar v2.7.0
22852026-08-13T22:40:29.527Z Compiling strum v0.26.3
22862026-08-13T22:40:29.860Z Compiling itertools v0.13.0
22872026-08-13T22:40:29.892Z Compiling tokio-stream v0.1.18
22882026-08-13T22:40:30.028Z Compiling buf-list v1.1.2
22892026-08-13T22:40:30.408Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22902026-08-13T22:40:30.713Z Compiling openapiv3 v2.2.0
22912026-08-13T22:40:31.110Z Compiling peg-runtime v0.8.5
22922026-08-13T22:40:31.171Z Compiling lalrpop-util v0.19.12
22932026-08-13T22:40:49.671Z Compiling rustls-webpki v0.103.13
22942026-08-13T22:40:51.217Z Compiling proc-macro-crate v1.3.1
22952026-08-13T22:40:51.233Z Compiling macaddr v1.0.1
22962026-08-13T22:40:51.294Z Compiling crucible-workspace-hack v0.1.0
22972026-08-13T22:40:51.307Z Compiling rayon-core v1.13.0
22982026-08-13T22:40:51.323Z Compiling secrecy v0.10.3
22992026-08-13T22:40:51.517Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-08-13T22:40:51.548Z Compiling heapless v0.8.0
23012026-08-13T22:40:51.576Z Compiling crossbeam-deque v0.8.6
23022026-08-13T22:40:51.594Z Compiling ingot-macros v0.2.0
23032026-08-13T22:40:51.652Z Compiling inout v0.1.4
23042026-08-13T22:40:51.711Z Compiling hash32 v0.3.1
23052026-08-13T22:40:51.846Z Compiling multer v3.1.0
23062026-08-13T22:40:51.857Z Compiling thread_local v1.1.9
23072026-08-13T22:40:51.857Z Compiling slog-async v2.8.0
23082026-08-13T22:40:51.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-08-13T22:40:51.965Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-08-13T22:40:52.016Z Compiling match_cfg v0.1.0
23112026-08-13T22:40:52.019Z Compiling smoltcp v0.11.0
23122026-08-13T22:40:52.051Z Compiling compression-core v0.4.31
23132026-08-13T22:40:52.109Z Compiling unicode-width v0.2.0
23142026-08-13T22:40:52.151Z Compiling hostname v0.3.1
23152026-08-13T22:40:52.174Z Compiling compression-codecs v0.4.37
23162026-08-13T22:40:52.189Z Compiling cipher v0.4.4
23172026-08-13T22:40:52.293Z Compiling atomicwrites v0.4.4
23182026-08-13T22:40:52.347Z Compiling slog-json v2.6.1
23192026-08-13T22:40:52.413Z Compiling crossbeam-channel v0.5.15
23202026-08-13T22:40:52.437Z Compiling half v2.7.1
23212026-08-13T22:40:52.460Z Compiling newtype-uuid-macros v0.1.0
23222026-08-13T22:40:52.497Z Compiling cobs v0.3.0
23232026-08-13T22:40:52.548Z Compiling universal-hash v0.5.1
23242026-08-13T22:40:52.613Z Compiling async-stream-impl v0.3.6
23252026-08-13T22:40:52.675Z Compiling thiserror-impl-no-std v2.0.2
23262026-08-13T22:40:52.748Z Compiling serde_spanned v1.1.1
23272026-08-13T22:40:52.772Z Compiling toml_datetime v1.1.1+spec-1.1.0
23282026-08-13T22:40:52.803Z Compiling is-terminal v0.4.17
23292026-08-13T22:40:52.825Z Compiling dropshot v0.17.1
23302026-08-13T22:40:52.944Z Compiling proc-macro-error-attr v1.0.4
23312026-08-13T22:40:53.011Z Compiling convert_case v0.4.0
23322026-08-13T22:40:53.045Z Compiling ciborium-io v0.2.2
23332026-08-13T22:40:53.124Z Compiling toml_writer v1.1.1+spec-1.1.0
23342026-08-13T22:40:53.162Z Compiling opaque-debug v0.3.1
23352026-08-13T22:40:53.207Z Compiling term v1.2.1
23362026-08-13T22:40:53.215Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-08-13T22:40:53.215Z Compiling take_mut v0.2.2
23382026-08-13T22:40:53.229Z Compiling async-stream v0.3.6
23392026-08-13T22:40:53.262Z Compiling tokio-rustls v0.26.4
23402026-08-13T22:40:53.326Z Compiling rustls-platform-verifier v0.6.2
23412026-08-13T22:40:53.341Z Compiling tough v0.22.0
23422026-08-13T22:40:53.405Z Compiling derive_more v0.99.20
23432026-08-13T22:40:53.437Z Compiling toml v1.1.2+spec-1.1.0
23442026-08-13T22:40:53.532Z Compiling hyper-rustls v0.27.7
23452026-08-13T22:40:53.549Z Compiling slog-term v2.9.2
23462026-08-13T22:40:53.681Z Compiling thiserror-no-std v2.0.2
23472026-08-13T22:40:53.793Z Compiling poly1305 v0.8.0
23482026-08-13T22:40:53.831Z Compiling reqwest v0.13.2
23492026-08-13T22:40:53.880Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23502026-08-13T22:40:53.991Z Compiling ciborium-ll v0.2.2
23512026-08-13T22:40:54.222Z Compiling ingot-types v0.2.0
23522026-08-13T22:40:54.354Z Compiling postcard v1.1.3
23532026-08-13T22:40:54.681Z Compiling ingot v0.2.1
23542026-08-13T22:40:54.681Z Compiling slog-bunyan v2.5.0
23552026-08-13T22:40:54.768Z Compiling chacha20 v0.9.1
23562026-08-13T22:40:54.852Z Compiling async-compression v0.4.41
23572026-08-13T22:40:54.889Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23582026-08-13T22:40:54.917Z Compiling num_enum_derive v0.7.6
23592026-08-13T22:40:55.026Z Compiling sha1 v0.11.0
23602026-08-13T22:40:55.043Z Compiling parse-display-derive v0.10.0
23612026-08-13T22:40:55.335Z Compiling waitgroup v0.1.2
23622026-08-13T22:40:55.496Z Compiling backon v1.6.0
23632026-08-13T22:40:55.530Z Compiling rustls-pemfile v2.2.0
23642026-08-13T22:40:55.700Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23652026-08-13T22:40:55.812Z Compiling password-hash v0.5.0
23662026-08-13T22:40:55.843Z Compiling dropshot_endpoint v0.17.1
23672026-08-13T22:40:55.949Z Compiling blake2 v0.10.6
23682026-08-13T22:40:55.991Z Compiling aead v0.5.2
23692026-08-13T22:40:56.044Z Compiling foreign-types-macros v0.2.3
23702026-08-13T22:40:56.144Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23712026-08-13T22:40:56.452Z Compiling serde_path_to_error v0.1.20
23722026-08-13T22:40:56.536Z Compiling hostname v0.4.2
23732026-08-13T22:40:56.572Z Compiling proc-macro-error v1.0.4
23742026-08-13T22:40:56.650Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23752026-08-13T22:40:56.726Z Compiling instant v0.1.13
23762026-08-13T22:40:56.726Z Compiling debug-ignore v1.0.5
23772026-08-13T22:40:56.737Z Compiling foreign-types-shared v0.3.1
23782026-08-13T22:40:56.859Z Compiling foreign-types v0.5.0
23792026-08-13T22:40:56.869Z Compiling backoff v0.4.0
23802026-08-13T22:40:56.869Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-08-13T22:40:56.901Z Compiling parse-display v0.10.0
23822026-08-13T22:40:56.932Z Compiling argon2 v0.5.3
23832026-08-13T22:40:57.012Z Compiling chacha20poly1305 v0.10.1
23842026-08-13T22:40:57.073Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23852026-08-13T22:40:57.073Z Compiling num_enum v0.7.6
23862026-08-13T22:40:57.073Z Compiling ciborium v0.2.2
23872026-08-13T22:40:57.203Z Compiling vsss-rs v3.3.4
23882026-08-13T22:40:57.224Z Compiling tabwriter v1.4.1
23892026-08-13T22:40:57.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23902026-08-13T22:40:57.426Z Compiling num_enum_derive v0.5.11
23912026-08-13T22:40:57.452Z Compiling regress v0.10.5
23922026-08-13T22:40:57.452Z Compiling itertools v0.14.0
23932026-08-13T22:40:57.547Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23942026-08-13T22:40:57.586Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23952026-08-13T22:40:57.601Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23962026-08-13T22:40:57.674Z Compiling cstr-argument v0.1.2
23972026-08-13T22:40:57.725Z Compiling humantime v2.3.0
23982026-08-13T22:40:57.870Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23992026-08-13T22:40:57.906Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24002026-08-13T22:40:57.991Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24012026-08-13T22:40:58.010Z Compiling rayon v1.11.0
24022026-08-13T22:40:58.048Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24032026-08-13T22:40:58.067Z Compiling rand v0.10.1
24042026-08-13T22:40:58.097Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24052026-08-13T22:40:58.193Z Compiling libefi-sys v0.1.0
24062026-08-13T22:40:58.211Z Compiling colored v3.1.1
24072026-08-13T22:40:58.242Z Compiling indent_write v2.2.0
24082026-08-13T22:40:58.270Z Compiling zone_cfg_derive v0.3.1
24092026-08-13T22:40:58.284Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24102026-08-13T22:40:58.362Z Compiling num_enum v0.5.11
24112026-08-13T22:40:58.503Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24122026-08-13T22:40:58.539Z Compiling camino-tempfile v1.4.1
24132026-08-13T22:40:58.539Z Compiling itertools v0.12.1
24142026-08-13T22:40:58.552Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24152026-08-13T22:40:58.552Z Compiling usdt-attr-macro v0.5.0
24162026-08-13T22:40:58.596Z Compiling usdt-macro v0.5.0
24172026-08-13T22:40:58.630Z Compiling bitfield-struct v0.6.2
24182026-08-13T22:40:58.881Z Compiling num-derive v0.4.2
24192026-08-13T22:40:58.900Z Compiling blake3 v1.8.5
24202026-08-13T22:40:58.913Z Compiling sigpipe v0.1.3
24212026-08-13T22:40:58.938Z Compiling memmap v0.7.0
24222026-08-13T22:40:58.971Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24232026-08-13T22:40:59.006Z Compiling glob v0.3.3
24242026-08-13T22:40:59.120Z Compiling swrite v0.1.0
24252026-08-13T22:40:59.221Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-13T22:40:59.241Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-13T22:40:59.285Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24282026-08-13T22:40:59.366Z Compiling smf v0.2.3
24292026-08-13T22:40:59.379Z Compiling usdt v0.5.0
24302026-08-13T22:40:59.557Z Compiling filetime v0.2.27
24312026-08-13T22:40:59.573Z Compiling whoami v1.6.1
24322026-08-13T22:40:59.605Z Compiling arrayvec v0.7.6
24332026-08-13T22:40:59.737Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24342026-08-13T22:40:59.786Z Compiling xattr v1.6.1
24352026-08-13T22:40:59.799Z Compiling constant_time_eq v0.4.2
24362026-08-13T22:40:59.814Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24372026-08-13T22:40:59.830Z Compiling arrayref v0.3.9
24382026-08-13T22:40:59.864Z Compiling zone v0.3.1
24392026-08-13T22:40:59.928Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24402026-08-13T22:40:59.957Z Compiling tar v0.4.46
24412026-08-13T22:41:00.029Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-13T22:41:00.032Z Compiling tokio-dtrace v0.1.1
24432026-08-13T22:41:00.033Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24442026-08-13T22:41:00.078Z Compiling console v0.16.2
24452026-08-13T22:41:00.226Z Compiling gethostname v0.5.0
24462026-08-13T22:41:00.378Z Compiling topological-sort v0.2.2
24472026-08-13T22:41:00.411Z Compiling unit-prefix v0.5.2
24482026-08-13T22:41:00.518Z Compiling oxide-tokio-rt v0.1.4
24492026-08-13T22:41:00.540Z Compiling indicatif v0.18.4
24502026-08-13T22:41:00.586Z Compiling toml v0.8.23
24512026-08-13T22:41:00.601Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24522026-08-13T22:41:00.744Z Compiling shell-words v1.1.1
24532026-08-13T22:41:10.248Z Compiling progenitor-client v0.14.0
24542026-08-13T22:41:10.277Z Compiling omicron-zone-package v0.12.3
24552026-08-13T22:41:10.471Z Compiling progenitor-extras v0.2.0
24562026-08-13T22:41:10.745Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24572026-08-13T22:41:10.841Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24582026-08-13T22:41:10.977Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24592026-08-13T22:41:10.984Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24602026-08-13T22:41:10.985Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24612026-08-13T22:41:11.054Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24622026-08-13T22:41:11.138Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24632026-08-13T22:41:11.275Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24642026-08-13T22:41:12.238Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24652026-08-13T22:41:15.837Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-08-13T22:41:23.926Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24672026-08-13T22:41:27.194Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24682026-08-13T22:41:28.327Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24692026-08-13T22:41:39.685Z Finished `release` profile [optimized] target(s) in 1m 44s
24702026-08-13T22:41:39.685Z Running `target/release/omicron-package -t test target create -p dev`
24712026-08-13T22:41:39.685ZLogging to: /work/oxidecomputer/omicron/out/LOG
24722026-08-13T22:41:39.685ZCreated new build target 'test' and set it as active
24732026-08-13T22:41:39.685Z
24742026-08-13T22:41:39.685Zreal 1:45.147352234
24752026-08-13T22:41:39.685Zuser 17:23.580420644
24762026-08-13T22:41:39.685Zsys 2:44.077302016
24772026-08-13T22:41:39.685Ztrap 0.486943601
24782026-08-13T22:41:39.685Ztflt 2.271352241
24792026-08-13T22:41:39.685Zdflt 4.917158324
24802026-08-13T22:41:39.685Zkflt 0.003277871
24812026-08-13T22:41:39.686Zlock 56:46.967610665
24822026-08-13T22:41:39.686Zslp 44:35.267495066
24832026-08-13T22:41:39.686Zlat 48.417457852
24842026-08-13T22:41:39.686Zstop 5:42.821602460
24852026-08-13T22:41:39.686Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24862026-08-13T22:41:39.686Z Finished `release` profile [optimized] target(s) in 0.89s
24872026-08-13T22:41:39.686Z Running `target/release/omicron-package -t test package`
24882026-08-13T22:41:39.686ZLogging to: /work/oxidecomputer/omicron/out/LOG
24892026-08-13T22:41:40.437Z Compiling heck v0.5.0
24902026-08-13T22:41:40.442Z Compiling regress v0.11.1
24912026-08-13T22:41:40.638Z Compiling unsafe-libyaml v0.2.11
24922026-08-13T22:41:40.700Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24932026-08-13T22:41:40.723Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-08-13T22:41:40.746Z Compiling derive-where v1.6.0
24952026-08-13T22:41:40.746Z Compiling bytecount v0.6.9
24962026-08-13T22:41:40.785Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-08-13T22:41:40.785Z Compiling atomicwrites v0.4.4
24982026-08-13T22:41:40.788Z Compiling is-terminal v0.4.17
24992026-08-13T22:41:40.788Z Compiling prettyplease v0.2.37
25002026-08-13T22:41:40.789Z Compiling console v0.15.11
25012026-08-13T22:41:40.789Z Compiling newline-converter v0.3.0
25022026-08-13T22:41:40.801Z Compiling slog-dtrace v0.3.0
25032026-08-13T22:41:40.842Z Compiling resolv-conf v0.7.6
25042026-08-13T22:41:40.953Z Compiling num-rational v0.4.2
25052026-08-13T22:41:40.970Z Compiling num-complex v0.4.6
25062026-08-13T22:41:40.970Z Compiling thread_local v1.1.9
25072026-08-13T22:41:41.013Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25082026-08-13T22:41:41.037Z Compiling cancel-safe-futures v0.1.5
25092026-08-13T22:41:41.150Z Compiling match_cfg v0.1.0
25102026-08-13T22:41:41.246Z Compiling serde_yaml v0.9.34+deprecated
25112026-08-13T22:41:41.268Z Compiling expectorate v1.2.0
25122026-08-13T22:41:41.288Z Compiling compression-core v0.4.31
25132026-08-13T22:41:41.354Z Compiling unicode-width v0.1.14
25142026-08-13T22:41:41.510Z Compiling compression-codecs v0.4.37
25152026-08-13T22:41:41.515Z Compiling num v0.4.3
25162026-08-13T22:41:41.528Z Compiling hostname v0.3.1
25172026-08-13T22:41:41.537Z Compiling multer v3.1.0
25182026-08-13T22:41:41.567Z Compiling slog-async v2.8.0
25192026-08-13T22:41:41.585Z Compiling crossbeam-channel v0.5.15
25202026-08-13T22:41:41.612Z Compiling slog-json v2.6.1
25212026-08-13T22:41:41.633Z Compiling toml_datetime v1.1.1+spec-1.1.0
25222026-08-13T22:41:41.687Z Compiling serde_spanned v1.1.1
25232026-08-13T22:41:41.708Z Compiling take_mut v0.2.2
25242026-08-13T22:41:41.731Z Compiling float-ord v0.3.2
25252026-08-13T22:41:41.849Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25262026-08-13T22:41:41.872Z Compiling linked-hash-map v0.5.6
25272026-08-13T22:41:41.875Z Compiling toml_writer v1.1.1+spec-1.1.0
25282026-08-13T22:41:41.875Z Compiling term v1.2.1
25292026-08-13T22:41:41.894Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25302026-08-13T22:41:41.957Z Compiling oxide-update-engine-types v0.1.2
25312026-08-13T22:41:41.960Z Compiling slog-bunyan v2.5.0
25322026-08-13T22:41:41.980Z Compiling async-compression v0.4.41
25332026-08-13T22:41:42.099Z Compiling lru-cache v0.1.2
25342026-08-13T22:41:42.120Z Compiling toml v1.1.2+spec-1.1.0
25352026-08-13T22:41:42.274Z Compiling typify-impl v0.6.2
25362026-08-13T22:41:42.349Z Compiling slog-term v2.9.2
25372026-08-13T22:41:42.435Z Compiling async-stream v0.3.6
25382026-08-13T22:41:42.469Z Compiling dropshot v0.17.1
25392026-08-13T22:41:42.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-08-13T22:41:42.543Z Compiling progenitor-client v0.14.0
25412026-08-13T22:41:42.547Z Compiling sha1 v0.11.0
25422026-08-13T22:41:42.629Z Compiling waitgroup v0.1.2
25432026-08-13T22:41:42.688Z Compiling rustls-pemfile v2.2.0
25442026-08-13T22:41:42.710Z Compiling backon v1.6.0
25452026-08-13T22:41:42.808Z Compiling hostname v0.4.2
25462026-08-13T22:41:42.842Z Compiling serde_path_to_error v0.1.20
25472026-08-13T22:41:42.862Z Compiling instant v0.1.13
25482026-08-13T22:41:42.890Z Compiling linear-map v1.2.0
25492026-08-13T22:41:42.915Z Compiling debug-ignore v1.0.5
25502026-08-13T22:41:42.952Z Compiling minimal-lexical v0.2.1
25512026-08-13T22:41:42.973Z Compiling progenitor-extras v0.2.0
25522026-08-13T22:41:43.007Z Compiling backoff v0.4.0
25532026-08-13T22:41:43.043Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25542026-08-13T22:41:43.139Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25552026-08-13T22:41:43.214Z Compiling nom v7.1.3
25562026-08-13T22:41:43.236Z Compiling oxide-update-engine v0.1.2
25572026-08-13T22:41:43.261Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25582026-08-13T22:41:43.261Z Compiling parse-display v0.10.0
25592026-08-13T22:41:43.266Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25602026-08-13T22:41:43.330Z Compiling hickory-proto v0.24.4
25612026-08-13T22:41:43.833Z Compiling regress v0.10.5
25622026-08-13T22:41:43.972Z Compiling itertools v0.14.0
25632026-08-13T22:41:44.501Z Compiling macaddr v1.0.1
25642026-08-13T22:41:44.556Z Compiling humantime v2.3.0
25652026-08-13T22:41:44.662Z Compiling unicode-xid v0.2.6
25662026-08-13T22:41:44.813Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25672026-08-13T22:41:44.860Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25682026-08-13T22:41:44.989Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25692026-08-13T22:41:45.038Z Compiling convert_case v0.10.0
25702026-08-13T22:41:45.216Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25712026-08-13T22:41:45.238Z Compiling owo-colors v4.3.0
25722026-08-13T22:41:45.263Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25732026-08-13T22:41:45.329Z Compiling derive_more-impl v2.1.1
25742026-08-13T22:41:45.426Z Compiling toml v0.8.23
25752026-08-13T22:41:45.755Z Compiling typify-macro v0.6.2
25762026-08-13T22:41:45.860Z Compiling hickory-resolver v0.24.4
25772026-08-13T22:41:45.960Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25782026-08-13T22:41:46.013Z Compiling papergrid v0.11.0
25792026-08-13T22:41:46.110Z Compiling derive_more v2.1.1
25802026-08-13T22:41:46.134Z Compiling tabled_derive v0.7.0
25812026-08-13T22:41:46.220Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25822026-08-13T22:41:46.575Z Compiling termtree v0.5.1
25832026-08-13T22:41:46.700Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25842026-08-13T22:41:46.833Z Compiling crossterm v0.29.0
25852026-08-13T22:41:47.042Z Compiling qorb v0.4.1
25862026-08-13T22:41:47.196Z Compiling tabled v0.15.0
25872026-08-13T22:41:47.326Z Compiling typify v0.6.2
25882026-08-13T22:41:47.610Z Compiling progenitor-impl v0.14.0
25892026-08-13T22:41:48.287Z Compiling phf_shared v0.12.1
25902026-08-13T22:41:48.543Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25912026-08-13T22:41:49.093Z Compiling vte v0.14.1
25922026-08-13T22:41:49.404Z Compiling csv-core v0.1.13
25932026-08-13T22:41:49.791Z Compiling progenitor-macro v0.14.0
25942026-08-13T22:41:49.833Z Compiling highway v1.3.0
25952026-08-13T22:41:50.536Z Compiling chrono-tz v0.10.4
25962026-08-13T22:41:50.735Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25972026-08-13T22:41:50.790Z Compiling csv v1.4.0
25982026-08-13T22:41:51.065Z Compiling strip-ansi-escapes v0.2.1
25992026-08-13T22:41:51.226Z Compiling phf v0.12.1
26002026-08-13T22:41:51.311Z Compiling const_format_proc_macros v0.2.34
26012026-08-13T22:41:51.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26022026-08-13T22:41:51.620Z Compiling fd-lock v4.0.4
26032026-08-13T22:41:51.784Z Compiling peg-macros v0.8.5
26042026-08-13T22:41:51.804Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26052026-08-13T22:41:52.017Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26062026-08-13T22:41:52.133Z Compiling nu-ansi-term v0.50.3
26072026-08-13T22:41:52.238Z Compiling const_format v0.2.35
26082026-08-13T22:41:52.478Z Compiling reedline v0.40.0
26092026-08-13T22:41:53.011Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-08-13T22:41:53.032Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26112026-08-13T22:41:53.934Z Compiling progenitor v0.14.0
26122026-08-13T22:41:54.124Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26132026-08-13T22:41:54.146Z Compiling peg v0.8.5
26142026-08-13T22:41:54.247Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26152026-08-13T22:41:54.268Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26162026-08-13T22:41:54.434Z Compiling bcs v0.1.6
26172026-08-13T22:41:54.921Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26182026-08-13T22:41:55.212Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26192026-08-13T22:41:55.237Z Compiling nom v8.0.0
26202026-08-13T22:41:55.609Z Compiling semver v0.1.20
26212026-08-13T22:41:55.912Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26222026-08-13T22:41:56.089Z Compiling rustc_version v0.1.7
26232026-08-13T22:41:56.324Z Compiling newtype_derive v0.1.6
26242026-08-13T22:41:56.498Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26252026-08-13T22:41:56.555Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-08-13T22:41:56.819Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26272026-08-13T22:41:56.844Z Compiling unicode-linebreak v0.1.5
26282026-08-13T22:41:56.868Z Compiling smawk v0.3.2
26292026-08-13T22:41:57.167Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26302026-08-13T22:41:57.455Z Compiling textwrap v0.16.2
26312026-08-13T22:41:57.677Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26322026-08-13T22:41:57.766Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26332026-08-13T22:41:57.938Z Compiling steno v0.4.1
26342026-08-13T22:41:58.548Z Compiling dropshot-api-manager-types v0.7.2
26352026-08-13T22:41:59.031Z Compiling sha1 v0.10.6
26362026-08-13T22:41:59.189Z Compiling tagptr v0.2.0
26372026-08-13T22:41:59.391Z Compiling utf-8 v0.7.6
26382026-08-13T22:41:59.499Z Compiling moka v0.12.13
26392026-08-13T22:41:59.636Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26402026-08-13T22:41:59.851Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26412026-08-13T22:41:59.896Z Compiling tungstenite v0.21.0
26422026-08-13T22:42:00.030Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26432026-08-13T22:42:00.132Z Compiling darling_core v0.21.3
26442026-08-13T22:42:00.783Z Compiling hickory-resolver v0.25.2
26452026-08-13T22:42:01.981Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26462026-08-13T22:42:02.255Z Compiling tokio-tungstenite v0.21.0
26472026-08-13T22:42:02.372Z Compiling darling_macro v0.21.3
26482026-08-13T22:42:02.449Z Compiling display-error-chain v0.2.2
26492026-08-13T22:42:02.602Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26502026-08-13T22:42:02.624Z Compiling libscf-sys v1.2.0
26512026-08-13T22:42:02.659Z Compiling vergen-lib v0.1.6
26522026-08-13T22:42:02.812Z Compiling diesel_derives v2.3.7
26532026-08-13T22:42:02.887Z Compiling darling v0.21.3
26542026-08-13T22:42:02.940Z Compiling scheduled-thread-pool v0.2.7
26552026-08-13T22:42:02.973Z Compiling vergen-gitcl v1.0.8
26562026-08-13T22:42:02.977Z Compiling diesel_table_macro_syntax v0.3.0
26572026-08-13T22:42:03.020Z Compiling dsl_auto_type v0.2.0
26582026-08-13T22:42:03.062Z Compiling dirs-sys-next v0.1.2
26592026-08-13T22:42:03.086Z Compiling crunchy v0.2.4
26602026-08-13T22:42:03.189Z Compiling glob v0.3.3
26612026-08-13T22:42:03.224Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26622026-08-13T22:42:03.338Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26632026-08-13T22:42:03.365Z Compiling maplit v1.0.2
26642026-08-13T22:42:03.498Z Compiling dirs-next v2.0.0
26652026-08-13T22:42:03.545Z Compiling clang-sys v1.8.1
26662026-08-13T22:42:03.545Z Compiling r2d2 v0.8.10
26672026-08-13T22:42:03.647Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26682026-08-13T22:42:03.885Z Compiling papergrid v0.18.0
26692026-08-13T22:42:03.946Z Compiling downcast-rs v2.0.2
26702026-08-13T22:42:03.968Z Compiling tiny-keccak v2.0.2
26712026-08-13T22:42:04.226Z Compiling term v0.7.0
26722026-08-13T22:42:04.443Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26732026-08-13T22:42:04.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26742026-08-13T22:42:04.734Z Compiling bit-vec v0.6.3
26752026-08-13T22:42:04.894Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26762026-08-13T22:42:04.981Z Compiling bit-set v0.5.3
26772026-08-13T22:42:05.171Z Compiling tabled v0.21.0
26782026-08-13T22:42:05.599Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26792026-08-13T22:42:05.925Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26802026-08-13T22:42:06.196Z Compiling ascii-canvas v3.0.0
26812026-08-13T22:42:06.474Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-13T22:42:06.477Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-08-13T22:42:06.699Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26842026-08-13T22:42:06.922Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26852026-08-13T22:42:07.070Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26862026-08-13T22:42:07.110Z Compiling itertools v0.10.5
26872026-08-13T22:42:07.402Z Compiling ena v0.14.4
26882026-08-13T22:42:07.434Z Compiling libloading v0.8.9
26892026-08-13T22:42:07.648Z Compiling bindgen v0.71.1
26902026-08-13T22:42:07.670Z Compiling xshell-macros v0.2.7
26912026-08-13T22:42:07.768Z Compiling diff v0.1.13
26922026-08-13T22:42:07.949Z Compiling unicase v2.9.0
26932026-08-13T22:42:08.058Z Compiling regex-syntax v0.6.29
26942026-08-13T22:42:08.088Z Compiling xshell v0.2.7
26952026-08-13T22:42:08.235Z Compiling diesel v2.3.7
26962026-08-13T22:42:08.478Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972026-08-13T22:42:09.385Z Compiling cexpr v0.6.0
26982026-08-13T22:42:09.420Z Compiling lalrpop v0.19.12
26992026-08-13T22:42:09.508Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27002026-08-13T22:42:09.729Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27012026-08-13T22:42:09.815Z Compiling crc8 v0.1.1
27022026-08-13T22:42:09.956Z Compiling rustc-hash v2.1.1
27032026-08-13T22:42:10.031Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27042026-08-13T22:42:10.118Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27052026-08-13T22:42:10.277Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27062026-08-13T22:42:10.812Z Compiling headers-core v0.3.0
27072026-08-13T22:42:10.833Z Compiling libxml v0.3.3
27082026-08-13T22:42:10.972Z Compiling headers v0.4.1
27092026-08-13T22:42:11.133Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27102026-08-13T22:42:11.229Z Compiling strum_macros v0.24.3
27112026-08-13T22:42:11.283Z Compiling indoc v1.0.9
27122026-08-13T22:42:11.401Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27132026-08-13T22:42:11.623Z Compiling derive_builder v0.20.2
27142026-08-13T22:42:11.728Z Compiling oso-derive v0.27.3
27152026-08-13T22:42:11.798Z Compiling quick-xml v0.37.5
27162026-08-13T22:42:12.220Z Compiling impl-trait-for-tuples v0.2.3
27172026-08-13T22:42:12.447Z Compiling openssl-probe v0.1.6
27182026-08-13T22:42:12.580Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27192026-08-13T22:42:12.687Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27202026-08-13T22:42:12.746Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-08-13T22:42:12.862Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27222026-08-13T22:42:12.972Z Compiling bb8 v0.8.6
27232026-08-13T22:42:13.037Z Compiling trait-variant v0.1.2
27242026-08-13T22:42:13.167Z Compiling half v1.8.3
27252026-08-13T22:42:13.333Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27262026-08-13T22:42:13.359Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-08-13T22:42:13.475Z Compiling serde_cbor v0.11.2
27282026-08-13T22:42:13.593Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27292026-08-13T22:42:13.617Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27302026-08-13T22:42:13.666Z Compiling progenitor-impl v0.13.0
27312026-08-13T22:42:14.452Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27322026-08-13T22:42:14.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27332026-08-13T22:42:14.561Z Compiling nonempty v0.12.0
27342026-08-13T22:42:14.673Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27352026-08-13T22:42:14.796Z Compiling progenitor-client v0.13.0
27362026-08-13T22:42:14.881Z Compiling samael v0.0.19
27372026-08-13T22:42:15.372Z Compiling fxhash v0.2.1
27382026-08-13T22:42:15.544Z Compiling libz-sys v1.1.24
27392026-08-13T22:42:15.846Z Compiling progenitor-macro v0.13.0
27402026-08-13T22:42:15.902Z Compiling salty v0.3.0
27412026-08-13T22:42:16.053Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27422026-08-13T22:42:16.211Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27432026-08-13T22:42:16.289Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27442026-08-13T22:42:16.434Z Compiling kstat-rs v0.2.5
27452026-08-13T22:42:16.843Z Compiling polar-core v0.27.3
27462026-08-13T22:42:17.105Z Compiling mime_guess v2.0.5
27472026-08-13T22:42:17.686Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27482026-08-13T22:42:18.450Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492026-08-13T22:42:19.338Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27502026-08-13T22:42:19.753Z Compiling rfc6979 v0.4.0
27512026-08-13T22:42:19.776Z Compiling nanorand v0.7.0
27522026-08-13T22:42:19.946Z Compiling libgit2-sys v0.18.3+1.9.2
27532026-08-13T22:42:20.021Z Compiling progenitor v0.13.0
27542026-08-13T22:42:20.100Z Compiling parking_lot_core v0.8.6
27552026-08-13T22:42:20.183Z Compiling flume v0.11.1
27562026-08-13T22:42:20.219Z Compiling ecdsa v0.16.9
27572026-08-13T22:42:20.366Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27582026-08-13T22:42:20.583Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27592026-08-13T22:42:20.607Z Compiling primeorder v0.13.6
27602026-08-13T22:42:20.854Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612026-08-13T22:42:20.914Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
27622026-08-13T22:42:21.337Z Compiling git-stub v1.0.0
27632026-08-13T22:42:21.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-08-13T22:42:21.733Z Compiling strsim v0.10.0
27652026-08-13T22:42:21.836Z Compiling instability v0.3.11
27662026-08-13T22:42:22.038Z Compiling http-range v0.1.5
27672026-08-13T22:42:22.097Z Compiling darling_core v0.13.4
27682026-08-13T22:42:22.411Z Compiling git-stub-vcs v0.1.0
27692026-08-13T22:42:22.765Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
27702026-08-13T22:42:23.737Z Compiling p384 v0.13.1
27712026-08-13T22:42:24.476Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-08-13T22:42:24.615Z Compiling ignore v0.4.25
27732026-08-13T22:42:24.999Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27742026-08-13T22:42:25.281Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27752026-08-13T22:42:26.669Z Compiling oso v0.27.3
27762026-08-13T22:42:27.943Z Compiling diesel-dtrace v0.5.0
27772026-08-13T22:42:28.275Z Compiling async-bb8-diesel v0.2.1
27782026-08-13T22:42:28.669Z Compiling castaway v0.2.4
27792026-08-13T22:42:28.754Z Compiling vergen-git2 v9.1.0
27802026-08-13T22:42:28.857Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27812026-08-13T22:42:29.013Z Compiling indoc v2.0.7
27822026-08-13T22:42:29.123Z Compiling compact_str v0.8.1
27832026-08-13T22:42:29.164Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27842026-08-13T22:42:29.555Z Compiling globwalk v0.9.1
27852026-08-13T22:42:29.924Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27862026-08-13T22:42:30.187Z Compiling parking_lot v0.11.2
27872026-08-13T22:42:30.203Z Compiling hyper-staticfile v0.10.1
27882026-08-13T22:42:30.232Z Compiling darling_macro v0.13.4
27892026-08-13T22:42:30.526Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
27902026-08-13T22:42:30.801Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-08-13T22:42:31.223Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-08-13T22:42:31.267Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-08-13T22:42:31.339Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-08-13T22:42:31.361Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-08-13T22:42:31.844Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27962026-08-13T22:42:32.062Z Compiling predicates-tree v1.0.13
27972026-08-13T22:42:32.482Z Compiling unicode-truncate v1.1.0
27982026-08-13T22:42:32.695Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-08-13T22:42:32.922Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28002026-08-13T22:42:33.072Z Compiling sha2 v0.11.0
28012026-08-13T22:42:33.256Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28022026-08-13T22:42:33.320Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28032026-08-13T22:42:33.743Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28042026-08-13T22:42:33.763Z Compiling digest-io v0.1.0
28052026-08-13T22:42:33.892Z Compiling lru v0.12.5
28062026-08-13T22:42:33.942Z Compiling prefix-trie v0.7.0
28072026-08-13T22:42:34.121Z Compiling rand_seeder v0.4.0
28082026-08-13T22:42:34.371Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-08-13T22:42:34.398Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28102026-08-13T22:42:34.442Z Compiling illumos-nvpair-sys v0.2.0
28112026-08-13T22:42:34.652Z Compiling corncobs v0.1.4
28122026-08-13T22:42:34.674Z Compiling cassowary v0.3.0
28132026-08-13T22:42:34.693Z Compiling rawzip v0.4.4
28142026-08-13T22:42:34.850Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-08-13T22:42:34.963Z Compiling hickory-server v0.25.2
28162026-08-13T22:42:35.509Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28172026-08-13T22:42:35.744Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28182026-08-13T22:42:36.225Z Compiling ratatui v0.29.0
28192026-08-13T22:42:37.582Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28202026-08-13T22:42:37.783Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212026-08-13T22:42:38.004Z Compiling camino-tempfile-ext v0.3.3
28222026-08-13T22:42:38.590Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-13T22:42:40.064Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28242026-08-13T22:42:40.152Z Compiling darling v0.13.4
28252026-08-13T22:42:40.272Z Compiling sled v0.34.7
28262026-08-13T22:42:41.268Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28272026-08-13T22:42:42.155Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28282026-08-13T22:42:42.249Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28292026-08-13T22:42:42.467Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-08-13T22:42:42.707Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-08-13T22:42:42.781Z Compiling secrecy v0.8.0
28322026-08-13T22:42:42.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28332026-08-13T22:42:43.225Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-08-13T22:42:43.735Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28352026-08-13T22:42:44.592Z Compiling serde_with_macros v1.5.2
28362026-08-13T22:42:44.690Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28372026-08-13T22:42:45.312Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28382026-08-13T22:42:45.580Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28392026-08-13T22:42:46.072Z Compiling git2 v0.20.4
28402026-08-13T22:42:46.267Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-08-13T22:42:46.473Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28422026-08-13T22:42:46.703Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28432026-08-13T22:42:47.294Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28442026-08-13T22:42:47.360Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28452026-08-13T22:42:47.471Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28462026-08-13T22:42:47.596Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28472026-08-13T22:42:47.618Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-08-13T22:42:47.752Z Compiling arc-swap v1.8.2
28492026-08-13T22:42:47.832Z Compiling void v1.0.2
28502026-08-13T22:42:47.955Z Compiling lzss v0.8.2
28512026-08-13T22:42:48.048Z Compiling slog-scope v4.4.1
28522026-08-13T22:42:48.183Z Compiling illumos-nvpair v0.3.0
28532026-08-13T22:42:48.237Z Compiling serde_with v1.14.0
28542026-08-13T22:42:48.445Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28552026-08-13T22:42:48.945Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28562026-08-13T22:42:48.991Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-08-13T22:42:49.139Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28582026-08-13T22:42:50.064Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28592026-08-13T22:42:50.112Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-08-13T22:42:50.814Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28612026-08-13T22:42:51.736Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28622026-08-13T22:42:51.776Z Compiling scuffle v0.1.0
28632026-08-13T22:42:53.891Z Compiling tungstenite v0.23.0
28642026-08-13T22:42:54.129Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28652026-08-13T22:42:54.749Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-08-13T22:42:56.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-08-13T22:42:56.185Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28682026-08-13T22:42:56.221Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28692026-08-13T22:42:56.246Z Compiling nix v0.27.1
28702026-08-13T22:42:56.332Z Compiling twox-hash v2.1.2
28712026-08-13T22:42:56.454Z Compiling libsw-core v0.3.2
28722026-08-13T22:42:56.468Z Compiling atty v0.2.14
28732026-08-13T22:42:56.622Z Compiling serde_bytes v0.11.19
28742026-08-13T22:42:56.644Z Compiling libsw v3.5.0
28752026-08-13T22:42:56.868Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28762026-08-13T22:42:56.891Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-08-13T22:42:56.912Z Compiling tokio-tungstenite v0.23.1
28782026-08-13T22:42:56.915Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28792026-08-13T22:42:56.937Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28802026-08-13T22:42:57.305Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28812026-08-13T22:42:57.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28822026-08-13T22:42:58.835Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28832026-08-13T22:43:00.151Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28842026-08-13T22:43:00.492Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28852026-08-13T22:43:00.605Z Compiling slog-stdlog v4.1.1
28862026-08-13T22:43:01.001Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28872026-08-13T22:43:01.118Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28882026-08-13T22:43:01.149Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28892026-08-13T22:43:01.384Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28902026-08-13T22:43:01.475Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28912026-08-13T22:43:01.663Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28922026-08-13T22:43:02.626Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28932026-08-13T22:43:03.301Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28942026-08-13T22:43:03.593Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28952026-08-13T22:43:03.893Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28962026-08-13T22:43:06.461Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28972026-08-13T22:43:07.854Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28982026-08-13T22:43:08.753Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28992026-08-13T22:43:08.956Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29002026-08-13T22:43:09.155Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-08-13T22:43:10.046Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-08-13T22:43:10.279Z Compiling signal-hook-tokio v0.3.1
29032026-08-13T22:43:10.501Z Compiling fatfs v0.3.6
29042026-08-13T22:43:10.783Z Compiling yasna v0.5.2
29052026-08-13T22:43:11.166Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29062026-08-13T22:43:11.760Z Compiling assert_matches v1.5.0
29072026-08-13T22:43:11.868Z Compiling seq-macro v0.3.6
29082026-08-13T22:43:12.318Z Compiling is_ci v1.2.0
29092026-08-13T22:43:12.343Z Compiling rcgen v0.12.1
29102026-08-13T22:43:12.367Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29112026-08-13T22:43:12.568Z Compiling supports-color v3.0.2
29122026-08-13T22:43:12.854Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29132026-08-13T22:43:13.323Z Compiling slog-envlogger v2.2.0
29142026-08-13T22:43:14.454Z Compiling oxide-update-engine-display v0.1.2
29152026-08-13T22:43:14.926Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29162026-08-13T22:43:15.376Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29172026-08-13T22:43:15.816Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29182026-08-13T22:43:16.046Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29192026-08-13T22:43:16.279Z Compiling port-file v0.1.0
29202026-08-13T22:43:16.317Z Compiling rtoolbox v0.0.3
29212026-08-13T22:43:16.602Z Compiling subprocess v0.2.15
29222026-08-13T22:43:16.630Z Compiling rpassword v7.5.4
29232026-08-13T22:43:16.864Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29242026-08-13T22:43:17.274Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29252026-08-13T22:43:18.705Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29262026-08-13T22:43:18.732Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29272026-08-13T22:43:18.871Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-08-13T22:43:20.965Z Compiling tui-tree-widget v0.23.1
29292026-08-13T22:43:21.265Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-08-13T22:43:21.598Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29312026-08-13T22:43:22.396Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29322026-08-13T22:43:22.662Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29332026-08-13T22:43:23.402Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29342026-08-13T22:43:23.679Z Compiling uzers v0.12.2
29352026-08-13T22:43:24.039Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29362026-08-13T22:43:25.109Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29372026-08-13T22:43:26.182Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29382026-08-13T22:43:26.837Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29392026-08-13T22:43:27.427Z Compiling support-bundle-viewer v0.1.2
29402026-08-13T22:43:27.576Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29412026-08-13T22:43:29.225Z Compiling multimap v0.10.1
29422026-08-13T22:43:37.021Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29432026-08-13T22:43:39.500Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29442026-08-13T22:43:42.915Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29452026-08-13T22:43:49.140Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29462026-08-13T22:43:49.982Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29472026-08-13T22:54:13.269Z Finished `release` profile [optimized] target(s) in 12m 34s
29482026-08-13T22:55:04.448Z
29492026-08-13T22:55:04.451Zreal 13:26.472838315
29502026-08-13T22:55:04.452Zuser 1:23:53.028321105
29512026-08-13T22:55:04.452Zsys 3:39.883943779
29522026-08-13T22:55:04.452Ztrap 1.826874454
29532026-08-13T22:55:04.452Ztflt 2.015799383
29542026-08-13T22:55:04.452Zdflt 19.803618156
29552026-08-13T22:55:04.452Zkflt 0.033520872
29562026-08-13T22:55:04.452Zlock 9:51:51.297899116
29572026-08-13T22:55:04.452Zslp 2:29:17.333005442
29582026-08-13T22:55:04.452Zlat 2:38.698065268
29592026-08-13T22:55:04.452Zstop 5:33.215960298
29602026-08-13T22:55:04.452Z+ mapfile -t packages
29612026-08-13T22:55:04.452Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29622026-08-13T22:55:05.396Z Finished `release` profile [optimized] target(s) in 0.93s
29632026-08-13T22:55:05.463Z Running `target/release/omicron-package -t test list-outputs`
29642026-08-13T22:55:05.524ZLogging to: /work/oxidecomputer/omicron/out/LOG
29652026-08-13T22:55:05.527Z+ ptime -m cargo build --locked --release -p xtask
29662026-08-13T22:55:06.019Z Compiling libc v0.2.185
29672026-08-13T22:55:06.019Z Compiling serde_core v1.0.229
29682026-08-13T22:55:06.019Z Compiling serde v1.0.229
29692026-08-13T22:55:06.022Z Compiling rustix v1.1.3
29702026-08-13T22:55:06.022Z Compiling serde_json v1.0.151
29712026-08-13T22:55:06.022Z Compiling bitflags v2.11.0
29722026-08-13T22:55:06.174Z Compiling syn v2.0.117
29732026-08-13T22:55:06.194Z Compiling usdt-impl v0.5.0
29742026-08-13T22:55:06.198Z Compiling syn v1.0.109
29752026-08-13T22:55:06.219Z Compiling getrandom v0.4.1
29762026-08-13T22:55:06.230Z Compiling log v0.4.29
29772026-08-13T22:55:06.245Z Compiling indexmap v2.14.0
29782026-08-13T22:55:06.258Z Compiling fs-err v3.3.0
29792026-08-13T22:55:06.482Z Compiling once_cell v1.21.3
29802026-08-13T22:55:06.485Z Compiling anyhow v1.0.102
29812026-08-13T22:55:06.505Z Compiling heck v0.4.1
29822026-08-13T22:55:06.891Z Compiling errno v0.3.14
29832026-08-13T22:55:06.891Z Compiling thread-id v4.2.2
29842026-08-13T22:55:06.894Z Compiling memmap v0.7.0
29852026-08-13T22:55:07.632Z Compiling proc-macro-error v1.0.4
29862026-08-13T22:55:07.878Z Compiling terminal_size v0.4.3
29872026-08-13T22:55:07.879Z Compiling tempfile v3.25.0
29882026-08-13T22:55:07.900Z Compiling tabled_derive v0.7.0
29892026-08-13T22:55:07.979Z Compiling clap_builder v4.6.0
29902026-08-13T22:55:07.979Z Compiling textwrap v0.16.2
29912026-08-13T22:55:08.309Z Compiling camino v1.2.2
29922026-08-13T22:55:08.349Z Compiling pest_generator v2.8.6
29932026-08-13T22:55:08.359Z Compiling semver v1.0.28
29942026-08-13T22:55:08.370Z Compiling cargo-platform v0.3.2
29952026-08-13T22:55:08.586Z Compiling serde_tokenstream v0.2.3
29962026-08-13T22:55:08.631Z Compiling camino-tempfile v1.4.1
29972026-08-13T22:55:08.643Z Compiling tabled v0.15.0
29982026-08-13T22:55:08.809Z Compiling toml_datetime v0.6.11
29992026-08-13T22:55:08.866Z Compiling serde_spanned v0.6.9
30002026-08-13T22:55:08.878Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30012026-08-13T22:55:08.893Z Compiling macaddr v1.0.1
30022026-08-13T22:55:09.008Z Compiling toml_edit v0.22.27
30032026-08-13T22:55:09.092Z Compiling thiserror-impl v1.0.69
30042026-08-13T22:55:09.149Z Compiling zerocopy-derive v0.7.35
30052026-08-13T22:55:09.195Z Compiling pest_derive v2.8.6
30062026-08-13T22:55:09.208Z Compiling scroll_derive v0.12.1
30072026-08-13T22:55:09.382Z Compiling thiserror-impl v2.0.18
30082026-08-13T22:55:09.579Z Compiling clap_derive v4.6.1
30092026-08-13T22:55:09.885Z Compiling scroll v0.12.0
30102026-08-13T22:55:09.973Z Compiling zerocopy v0.7.35
30112026-08-13T22:55:10.067Z Compiling thiserror v1.0.69
30122026-08-13T22:55:10.189Z Compiling dtrace-parser v0.2.0
30132026-08-13T22:55:10.325Z Compiling goblin v0.8.2
30142026-08-13T22:55:10.548Z Compiling dof v0.3.0
30152026-08-13T22:55:11.206Z Compiling toml v0.8.23
30162026-08-13T22:55:11.224Z Compiling thiserror v2.0.18
30172026-08-13T22:55:11.341Z Compiling cargo_metadata v0.23.1
30182026-08-13T22:55:11.455Z Compiling usdt-macro v0.5.0
30192026-08-13T22:55:11.512Z Compiling usdt-attr-macro v0.5.0
30202026-08-13T22:55:11.549Z Compiling clap v4.6.1
30212026-08-13T22:55:11.667Z Compiling cargo_toml v0.21.0
30222026-08-13T22:55:13.710Z Compiling usdt v0.5.0
30232026-08-13T22:55:16.364Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30242026-08-13T22:55:19.575Z Finished `release` profile [optimized] target(s) in 14.04s
30252026-08-13T22:55:19.719Z
30262026-08-13T22:55:19.720Zreal 14.156691153
30272026-08-13T22:55:19.720Zuser 2:03.544418773
30282026-08-13T22:55:19.720Zsys 13.114460803
30292026-08-13T22:55:19.720Ztrap 0.073186840
30302026-08-13T22:55:19.720Ztflt 0.270780766
30312026-08-13T22:55:19.720Zdflt 0.749684129
30322026-08-13T22:55:19.723Zkflt 0.000064600
30332026-08-13T22:55:19.723Zlock 4:55.439985077
30342026-08-13T22:55:19.723Zslp 3:00.349860074
30352026-08-13T22:55:19.723Zlat 4.988785305
30362026-08-13T22:55:19.723Zstop 16.963588957
30372026-08-13T22:55:19.723Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-08-13T22:55:19.723Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-08-13T22:55:19.723Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-08-13T22:55:19.723Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-08-13T22:55:19.724Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30422026-08-13T22:55:20.660Z Compiling match_cfg v0.1.0
30432026-08-13T22:55:20.660Z Compiling progenitor-client v0.14.0
30442026-08-13T22:55:20.660Z Compiling slog-json v2.6.1
30452026-08-13T22:55:20.660Z Compiling newtype-uuid-macros v0.1.0
30462026-08-13T22:55:20.660Z Compiling sha1 v0.11.0
30472026-08-13T22:55:20.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-08-13T22:55:20.664Z Compiling multer v3.1.0
30492026-08-13T22:55:20.664Z Compiling debug-ignore v1.0.5
30502026-08-13T22:55:20.664Z Compiling compression-core v0.4.31
30512026-08-13T22:55:20.664Z Compiling async-stream-impl v0.3.6
30522026-08-13T22:55:20.664Z Compiling toml_datetime v1.1.1+spec-1.1.0
30532026-08-13T22:55:20.811Z Compiling serde_spanned v1.1.1
30542026-08-13T22:55:20.815Z Compiling dropshot v0.17.1
30552026-08-13T22:55:20.815Z Compiling toml_writer v1.1.1+spec-1.1.0
30562026-08-13T22:55:20.857Z Compiling waitgroup v0.1.2
30572026-08-13T22:55:20.886Z Compiling hostname v0.3.1
30582026-08-13T22:55:20.889Z Compiling rustls-pemfile v2.2.0
30592026-08-13T22:55:21.014Z Compiling compression-codecs v0.4.37
30602026-08-13T22:55:21.081Z Compiling dropshot_endpoint v0.17.1
30612026-08-13T22:55:21.092Z Compiling hostname v0.4.2
30622026-08-13T22:55:21.092Z Compiling serde_path_to_error v0.1.20
30632026-08-13T22:55:21.120Z Compiling toml v1.1.2+spec-1.1.0
30642026-08-13T22:55:21.166Z Compiling atomicwrites v0.4.4
30652026-08-13T22:55:21.179Z Compiling macaddr v1.0.1
30662026-08-13T22:55:21.179Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-08-13T22:55:21.202Z Compiling instant v0.1.13
30682026-08-13T22:55:21.260Z Compiling slog-bunyan v2.5.0
30692026-08-13T22:55:21.274Z Compiling async-compression v0.4.41
30702026-08-13T22:55:21.331Z Compiling regress v0.10.5
30712026-08-13T22:55:21.335Z Compiling parse-display-derive v0.10.0
30722026-08-13T22:55:21.359Z Compiling backon v1.6.0
30732026-08-13T22:55:21.363Z Compiling backoff v0.4.0
30742026-08-13T22:55:21.415Z Compiling itertools v0.14.0
30752026-08-13T22:55:21.432Z Compiling humantime v2.3.0
30762026-08-13T22:55:21.452Z Compiling half v2.7.1
30772026-08-13T22:55:21.470Z Compiling async-stream v0.3.6
30782026-08-13T22:55:21.487Z Compiling ciborium-io v0.2.2
30792026-08-13T22:55:21.508Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-08-13T22:55:21.588Z Compiling progenitor-extras v0.2.0
30812026-08-13T22:55:21.606Z Compiling crucible-workspace-hack v0.1.0
30822026-08-13T22:55:21.606Z Compiling regress v0.11.1
30832026-08-13T22:55:21.641Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-08-13T22:55:21.656Z Compiling convert_case v0.4.0
30852026-08-13T22:55:21.675Z Compiling secrecy v0.10.3
30862026-08-13T22:55:21.718Z Compiling ciborium-ll v0.2.2
30872026-08-13T22:55:21.776Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30882026-08-13T22:55:21.791Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-08-13T22:55:21.814Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-13T22:55:21.846Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30912026-08-13T22:55:21.864Z Compiling inout v0.1.4
30922026-08-13T22:55:21.868Z Compiling unsafe-libyaml v0.2.11
30932026-08-13T22:55:21.957Z Compiling ciborium v0.2.2
30942026-08-13T22:55:21.977Z Compiling proc-macro-crate v1.3.1
30952026-08-13T22:55:21.991Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30962026-08-13T22:55:22.042Z Compiling derive_more v0.99.20
30972026-08-13T22:55:22.059Z Compiling cipher v0.4.4
30982026-08-13T22:55:22.075Z Compiling thiserror-impl-no-std v2.0.2
30992026-08-13T22:55:22.149Z Compiling universal-hash v0.5.1
31002026-08-13T22:55:22.170Z Compiling opaque-debug v0.3.1
31012026-08-13T22:55:22.261Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31022026-08-13T22:55:22.308Z Compiling poly1305 v0.8.0
31032026-08-13T22:55:22.332Z Compiling chacha20 v0.9.1
31042026-08-13T22:55:22.414Z Compiling serde_yaml v0.9.34+deprecated
31052026-08-13T22:55:22.441Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31062026-08-13T22:55:22.522Z Compiling blake2 v0.10.6
31072026-08-13T22:55:22.550Z Compiling aead v0.5.2
31082026-08-13T22:55:22.617Z Compiling password-hash v0.5.0
31092026-08-13T22:55:22.650Z Compiling indent_write v2.2.0
31102026-08-13T22:55:22.691Z Compiling num_enum_derive v0.7.6
31112026-08-13T22:55:22.709Z Compiling num-derive v0.4.2
31122026-08-13T22:55:22.787Z Compiling chacha20poly1305 v0.10.1
31132026-08-13T22:55:22.818Z Compiling heapless v0.8.0
31142026-08-13T22:55:22.965Z Compiling argon2 v0.5.3
31152026-08-13T22:55:23.062Z Compiling tabwriter v1.4.1
31162026-08-13T22:55:23.080Z Compiling ingot-macros v0.2.0
31172026-08-13T22:55:23.101Z Compiling hash32 v0.3.1
31182026-08-13T22:55:23.118Z Compiling parse-display v0.10.0
31192026-08-13T22:55:23.287Z Compiling typify-impl v0.6.2
31202026-08-13T22:55:23.316Z Compiling thiserror-no-std v2.0.2
31212026-08-13T22:55:23.333Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31222026-08-13T22:55:23.353Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-08-13T22:55:23.431Z Compiling vsss-rs v3.3.4
31242026-08-13T22:55:23.451Z Compiling smoltcp v0.11.0
31252026-08-13T22:55:23.638Z Compiling cobs v0.3.0
31262026-08-13T22:55:23.692Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31272026-08-13T22:55:23.867Z Compiling colored v3.1.1
31282026-08-13T22:55:23.928Z Compiling num_enum v0.7.6
31292026-08-13T22:55:23.928Z Compiling postcard v1.1.3
31302026-08-13T22:55:23.947Z Compiling proc-macro-error v1.0.4
31312026-08-13T22:55:23.954Z Compiling rand v0.10.1
31322026-08-13T22:55:24.023Z Compiling foreign-types-macros v0.2.3
31332026-08-13T22:55:24.211Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31342026-08-13T22:55:24.239Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31352026-08-13T22:55:24.296Z Compiling rayon-core v1.13.0
31362026-08-13T22:55:24.309Z Compiling foreign-types-shared v0.3.1
31372026-08-13T22:55:24.400Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-13T22:55:24.505Z Compiling num_enum_derive v0.5.11
31392026-08-13T22:55:24.510Z Compiling crossbeam-deque v0.8.6
31402026-08-13T22:55:24.559Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-08-13T22:55:24.567Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31422026-08-13T22:55:24.575Z Compiling cstr-argument v0.1.2
31432026-08-13T22:55:24.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-08-13T22:55:24.691Z Compiling foreign-types v0.5.0
31452026-08-13T22:55:24.731Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-08-13T22:55:24.815Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-08-13T22:55:24.841Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-08-13T22:55:24.841Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31492026-08-13T22:55:24.905Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-08-13T22:55:24.952Z Compiling cpubits v0.1.1
31512026-08-13T22:55:25.054Z Compiling zone_cfg_derive v0.3.1
31522026-08-13T22:55:25.069Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-08-13T22:55:25.085Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31542026-08-13T22:55:25.095Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-08-13T22:55:25.122Z Compiling itertools v0.12.1
31562026-08-13T22:55:25.141Z Compiling sigpipe v0.1.3
31572026-08-13T22:55:25.263Z Compiling rayon v1.11.0
31582026-08-13T22:55:25.270Z Compiling glob v0.3.3
31592026-08-13T22:55:25.299Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-08-13T22:55:25.314Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31612026-08-13T22:55:25.453Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31622026-08-13T22:55:25.502Z Compiling smf v0.2.3
31632026-08-13T22:55:25.551Z Compiling whoami v1.6.1
31642026-08-13T22:55:25.575Z Compiling usdt-macro v0.5.0
31652026-08-13T22:55:25.667Z Compiling num_enum v0.5.11
31662026-08-13T22:55:25.686Z Compiling usdt-attr-macro v0.5.0
31672026-08-13T22:55:25.753Z Compiling gethostname v0.5.0
31682026-08-13T22:55:25.822Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31692026-08-13T22:55:25.857Z Compiling num-rational v0.4.2
31702026-08-13T22:55:25.872Z Compiling pem-rfc7468 v1.0.0
31712026-08-13T22:55:25.893Z Compiling num-complex v0.4.6
31722026-08-13T22:55:25.924Z Compiling derive-where v1.6.0
31732026-08-13T22:55:25.984Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-08-13T22:55:26.020Z Compiling ingot-types v0.2.0
31752026-08-13T22:55:26.168Z Compiling memmap v0.7.0
31762026-08-13T22:55:26.204Z Compiling float-ord v0.3.2
31772026-08-13T22:55:26.323Z Compiling zone v0.3.1
31782026-08-13T22:55:26.352Z Compiling num v0.4.3
31792026-08-13T22:55:26.368Z Compiling toml v0.8.23
31802026-08-13T22:55:26.383Z Compiling hmac v0.13.0
31812026-08-13T22:55:26.408Z Compiling ingot v0.2.1
31822026-08-13T22:55:26.423Z Compiling universal-hash v0.6.1
31832026-08-13T22:55:26.451Z Compiling resolv-conf v0.7.6
31842026-08-13T22:55:26.490Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31852026-08-13T22:55:26.496Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31862026-08-13T22:55:26.570Z Compiling usdt v0.5.0
31872026-08-13T22:55:26.584Z Compiling cancel-safe-futures v0.1.5
31882026-08-13T22:55:26.599Z Compiling polyval v0.7.1
31892026-08-13T22:55:26.663Z Compiling der v0.8.0
31902026-08-13T22:55:26.778Z Compiling prettyplease v0.2.37
31912026-08-13T22:55:26.844Z Compiling ghash v0.6.0
31922026-08-13T22:55:26.861Z Compiling pbkdf2 v0.13.0
31932026-08-13T22:55:26.878Z Compiling aes v0.9.1
31942026-08-13T22:55:27.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31952026-08-13T22:55:27.020Z Compiling crypto-bigint v0.7.5
31962026-08-13T22:55:27.024Z Compiling console v0.15.11
31972026-08-13T22:55:27.061Z Compiling hickory-proto v0.24.4
31982026-08-13T22:55:27.088Z Compiling newline-converter v0.3.0
31992026-08-13T22:55:27.106Z Compiling ctr v0.10.1
32002026-08-13T22:55:27.209Z Compiling aead v0.6.1
32012026-08-13T22:55:27.232Z Compiling sha2 v0.11.0
32022026-08-13T22:55:27.302Z Compiling oxide-update-engine-types v0.1.2
32032026-08-13T22:55:27.341Z Compiling linear-map v1.2.0
32042026-08-13T22:55:27.405Z Compiling linked-hash-map v0.5.6
32052026-08-13T22:55:27.558Z Compiling libefi-sys v0.1.0
32062026-08-13T22:55:27.606Z Compiling spki v0.8.0
32072026-08-13T22:55:27.626Z Compiling lru-cache v0.1.2
32082026-08-13T22:55:27.630Z Compiling aes-gcm v0.11.0
32092026-08-13T22:55:27.798Z Compiling expectorate v1.2.0
32102026-08-13T22:55:27.868Z Compiling salsa20 v0.11.0
32112026-08-13T22:55:27.887Z Compiling bitfield-struct v0.6.2
32122026-08-13T22:55:27.911Z Compiling typify-macro v0.6.2
32132026-08-13T22:55:27.955Z Compiling nom v8.0.0
32142026-08-13T22:55:27.981Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
32152026-08-13T22:55:28.015Z Compiling semver v0.1.20
32162026-08-13T22:55:28.044Z Compiling scrypt v0.12.0
32172026-08-13T22:55:28.127Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32182026-08-13T22:55:28.345Z Compiling oxide-update-engine v0.1.2
32192026-08-13T22:55:28.361Z Compiling rustc_version v0.1.7
32202026-08-13T22:55:28.567Z Compiling tokio-dtrace v0.1.1
32212026-08-13T22:55:28.596Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-08-13T22:55:28.619Z Compiling cbc v0.2.1
32232026-08-13T22:55:28.636Z Compiling slog-dtrace v0.3.0
32242026-08-13T22:55:28.656Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-08-13T22:55:28.753Z Compiling minimal-lexical v0.2.1
32262026-08-13T22:55:28.809Z Compiling pkcs5 v0.8.1
32272026-08-13T22:55:28.859Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-08-13T22:55:28.879Z Compiling oxide-tokio-rt v0.1.4
32292026-08-13T22:55:28.913Z Compiling newtype_derive v0.1.6
32302026-08-13T22:55:28.916Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-08-13T22:55:28.956Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-08-13T22:55:29.009Z Compiling nom v7.1.3
32332026-08-13T22:55:29.049Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-08-13T22:55:29.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32352026-08-13T22:55:29.162Z Compiling phf_shared v0.12.1
32362026-08-13T22:55:29.200Z Compiling dropshot-api-manager-types v0.7.2
32372026-08-13T22:55:29.219Z Compiling csv-core v0.1.13
32382026-08-13T22:55:29.274Z Compiling hickory-resolver v0.24.4
32392026-08-13T22:55:29.304Z Compiling xshell-macros v0.2.7
32402026-08-13T22:55:29.365Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32412026-08-13T22:55:29.368Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-08-13T22:55:29.498Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32432026-08-13T22:55:29.544Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-08-13T22:55:29.559Z Compiling unicode-xid v0.2.6
32452026-08-13T22:55:29.671Z Compiling highway v1.3.0
32462026-08-13T22:55:29.728Z Compiling chrono-tz v0.10.4
32472026-08-13T22:55:29.783Z Compiling xshell v0.2.7
32482026-08-13T22:55:29.786Z Compiling const_format_proc_macros v0.2.34
32492026-08-13T22:55:29.820Z Compiling typify v0.6.2
32502026-08-13T22:55:29.960Z Compiling progenitor-impl v0.14.0
32512026-08-13T22:55:30.001Z Compiling csv v1.4.0
32522026-08-13T22:55:30.090Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32532026-08-13T22:55:30.334Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-08-13T22:55:30.353Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
32552026-08-13T22:55:30.427Z Compiling qorb v0.4.1
32562026-08-13T22:55:30.486Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-08-13T22:55:30.583Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-08-13T22:55:30.610Z Compiling phf v0.12.1
32592026-08-13T22:55:30.693Z Compiling pkcs8 v0.11.0
32602026-08-13T22:55:30.791Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32612026-08-13T22:55:31.026Z Compiling ff v0.14.0
32622026-08-13T22:55:31.046Z Compiling owo-colors v4.3.0
32632026-08-13T22:55:31.207Z Compiling const_format v0.2.35
32642026-08-13T22:55:31.236Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-08-13T22:55:31.380Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-08-13T22:55:31.465Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32672026-08-13T22:55:31.487Z Compiling tabled_derive v0.7.0
32682026-08-13T22:55:31.556Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-08-13T22:55:31.597Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-08-13T22:55:31.623Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32712026-08-13T22:55:31.800Z Compiling bcs v0.1.6
32722026-08-13T22:55:32.151Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-08-13T22:55:32.240Z Compiling salty v0.3.0
32742026-08-13T22:55:32.393Z Compiling tagptr v0.2.0
32752026-08-13T22:55:32.451Z Compiling termtree v0.5.1
32762026-08-13T22:55:32.528Z Compiling textwrap v0.16.2
32772026-08-13T22:55:32.545Z Compiling moka v0.12.13
32782026-08-13T22:55:32.563Z Compiling tabled v0.15.0
32792026-08-13T22:55:32.601Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32802026-08-13T22:55:32.643Z Compiling steno v0.4.1
32812026-08-13T22:55:32.685Z Compiling progenitor-macro v0.14.0
32822026-08-13T22:55:32.704Z Compiling group v0.14.0
32832026-08-13T22:55:32.768Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32842026-08-13T22:55:32.849Z Compiling sha1 v0.10.6
32852026-08-13T22:55:32.917Z Compiling signature v3.0.0
32862026-08-13T22:55:32.935Z Compiling base16ct v1.0.0
32872026-08-13T22:55:33.106Z Compiling sec1 v0.8.1
32882026-08-13T22:55:33.124Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-08-13T22:55:33.140Z Compiling hkdf v0.13.0
32902026-08-13T22:55:33.159Z Compiling libscf-sys v1.2.0
32912026-08-13T22:55:33.320Z Compiling hickory-resolver v0.25.2
32922026-08-13T22:55:33.340Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32932026-08-13T22:55:33.361Z Compiling rfc6979 v0.4.0
32942026-08-13T22:55:33.381Z Compiling elliptic-curve v0.14.1
32952026-08-13T22:55:33.400Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32962026-08-13T22:55:33.446Z Compiling primeorder v0.13.6
32972026-08-13T22:55:33.463Z Compiling parking_lot_core v0.8.6
32982026-08-13T22:55:33.517Z Compiling ecdsa v0.16.9
32992026-08-13T22:55:33.737Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33002026-08-13T22:55:33.761Z Compiling utf-8 v0.7.6
33012026-08-13T22:55:33.812Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33022026-08-13T22:55:33.973Z Compiling tungstenite v0.21.0
33032026-08-13T22:55:33.973Z Compiling p384 v0.13.1
33042026-08-13T22:55:34.027Z Compiling wnaf v0.14.0
33052026-08-13T22:55:34.030Z Compiling primefield v0.14.0
33062026-08-13T22:55:34.214Z Compiling rfc6979 v0.6.0
33072026-08-13T22:55:34.254Z Compiling papergrid v0.18.0
33082026-08-13T22:55:34.302Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33092026-08-13T22:55:34.393Z Compiling git-stub v1.0.0
33102026-08-13T22:55:34.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33112026-08-13T22:55:34.687Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-08-13T22:55:34.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-08-13T22:55:34.939Z Compiling git-stub-vcs v0.1.0
33142026-08-13T22:55:34.957Z Compiling tokio-tungstenite v0.21.0
33152026-08-13T22:55:34.960Z Compiling ecdsa v0.17.0
33162026-08-13T22:55:35.094Z Compiling primeorder v0.14.0
33172026-08-13T22:55:35.188Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-08-13T22:55:35.205Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33192026-08-13T22:55:35.262Z Compiling tabled v0.21.0
33202026-08-13T22:55:35.304Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33212026-08-13T22:55:35.436Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-08-13T22:55:35.471Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33232026-08-13T22:55:35.532Z Compiling curve25519-dalek v5.0.0
33242026-08-13T22:55:35.561Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-08-13T22:55:35.662Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-08-13T22:55:35.738Z Compiling illumos-nvpair-sys v0.2.0
33272026-08-13T22:55:35.780Z Compiling unicase v2.9.0
33282026-08-13T22:55:35.826Z Compiling corncobs v0.1.4
33292026-08-13T22:55:35.929Z Compiling parking_lot v0.11.2
33302026-08-13T22:55:35.987Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-08-13T22:55:36.026Z Compiling mime_guess v2.0.5
33322026-08-13T22:55:36.029Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33332026-08-13T22:55:36.060Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-08-13T22:55:36.063Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-08-13T22:55:36.295Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-08-13T22:55:36.344Z Compiling progenitor-impl v0.13.0
33372026-08-13T22:55:36.385Z Compiling ssh-encoding v0.3.0
33382026-08-13T22:55:36.410Z Compiling prefix-trie v0.7.0
33392026-08-13T22:55:36.428Z Compiling fxhash v0.2.1
33402026-08-13T22:55:36.474Z Compiling secrecy v0.8.0
33412026-08-13T22:55:36.589Z Compiling keccak v0.2.0
33422026-08-13T22:55:36.607Z Compiling crc8 v0.1.1
33432026-08-13T22:55:36.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-08-13T22:55:36.791Z Compiling hickory-server v0.25.2
33452026-08-13T22:55:36.794Z Compiling sled v0.34.7
33462026-08-13T22:55:36.863Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33472026-08-13T22:55:36.903Z Compiling ed25519 v3.0.0
33482026-08-13T22:55:37.094Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33492026-08-13T22:55:37.098Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-08-13T22:55:37.742Z Compiling crypto-primes v0.7.2
33512026-08-13T22:55:37.877Z Compiling pkcs1 v0.8.0-rc.4
33522026-08-13T22:55:37.916Z Compiling progenitor v0.14.0
33532026-08-13T22:55:37.934Z Compiling poly1305 v0.9.0
33542026-08-13T22:55:37.988Z Compiling progenitor-client v0.13.0
33552026-08-13T22:55:38.033Z Compiling blowfish v0.10.0
33562026-08-13T22:55:38.036Z Compiling blake2 v0.11.0-rc.6
33572026-08-13T22:55:38.101Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-08-13T22:55:38.121Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33592026-08-13T22:55:38.209Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-08-13T22:55:38.293Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
33612026-08-13T22:55:38.310Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33622026-08-13T22:55:38.339Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33632026-08-13T22:55:38.671Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33642026-08-13T22:55:38.688Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-08-13T22:55:38.705Z Compiling http-range v0.1.5
33662026-08-13T22:55:38.736Z Compiling half v1.8.3
33672026-08-13T22:55:38.804Z Compiling rsa v0.10.0-rc.18
33682026-08-13T22:55:38.931Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-08-13T22:55:38.949Z Compiling serde_cbor v0.11.2
33702026-08-13T22:55:39.010Z Compiling progenitor-macro v0.13.0
33712026-08-13T22:55:39.049Z Compiling argon2 v0.6.0-rc.8
33722026-08-13T22:55:39.529Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-08-13T22:55:39.565Z Compiling ssh-cipher v0.3.0
33742026-08-13T22:55:40.226Z Compiling bcrypt-pbkdf v0.11.0
33752026-08-13T22:55:40.252Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-08-13T22:55:40.270Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33772026-08-13T22:55:40.559Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-08-13T22:55:40.578Z Compiling ed25519-dalek v3.0.0
33792026-08-13T22:55:40.638Z Compiling illumos-nvpair v0.3.0
33802026-08-13T22:55:40.920Z Compiling sha3 v0.11.0
33812026-08-13T22:55:41.056Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33822026-08-13T22:55:41.125Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33832026-08-13T22:55:41.184Z Compiling p256 v0.14.0
33842026-08-13T22:55:41.279Z Compiling p521 v0.14.0
33852026-08-13T22:55:41.401Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-08-13T22:55:41.420Z Compiling p384 v0.14.0
33872026-08-13T22:55:41.607Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-08-13T22:55:42.027Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-08-13T22:55:42.125Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-08-13T22:55:42.174Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-08-13T22:55:42.340Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33922026-08-13T22:55:42.489Z Compiling scuffle v0.1.0
33932026-08-13T22:55:42.565Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-08-13T22:55:42.868Z Compiling yasna v0.5.2
33952026-08-13T22:55:43.198Z Compiling kstat-rs v0.2.5
33962026-08-13T22:55:43.251Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-08-13T22:55:43.335Z Compiling headers-core v0.3.0
33982026-08-13T22:55:43.397Z Compiling kem v0.3.0
33992026-08-13T22:55:43.451Z Compiling module-lattice v0.2.3
34002026-08-13T22:55:43.488Z Compiling nanorand v0.7.0
34012026-08-13T22:55:43.526Z Compiling sponge-cursor v0.1.0
34022026-08-13T22:55:43.551Z Compiling headers v0.4.1
34032026-08-13T22:55:43.582Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-08-13T22:55:43.619Z Compiling rcgen v0.12.1
34052026-08-13T22:55:43.663Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34062026-08-13T22:55:43.703Z Compiling flume v0.11.1
34072026-08-13T22:55:43.731Z Compiling ml-kem v0.3.2
34082026-08-13T22:55:43.802Z Compiling sha3 v0.12.0
34092026-08-13T22:55:43.819Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-08-13T22:55:43.965Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-08-13T22:55:44.055Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-08-13T22:55:44.187Z Compiling progenitor v0.13.0
34132026-08-13T22:55:44.283Z Compiling hyper-staticfile v0.10.1
34142026-08-13T22:55:44.311Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-08-13T22:55:44.332Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34162026-08-13T22:55:44.373Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34172026-08-13T22:55:44.391Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-08-13T22:55:44.394Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34192026-08-13T22:55:44.512Z Compiling ssh-key v0.7.0-rc.11
34202026-08-13T22:55:44.530Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-08-13T22:55:44.664Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34222026-08-13T22:55:44.805Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-08-13T22:55:44.822Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34242026-08-13T22:55:44.839Z Compiling russh-cryptovec v0.62.0
34252026-08-13T22:55:44.842Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-08-13T22:55:44.880Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-08-13T22:55:45.018Z Compiling internal-russh-num-bigint v0.5.0
34282026-08-13T22:55:45.036Z Compiling port-file v0.1.0
34292026-08-13T22:55:45.071Z Compiling num-bigint v0.4.6
34302026-08-13T22:55:45.090Z Compiling generic-array v1.4.3
34312026-08-13T22:55:45.178Z Compiling russh-util v0.52.0
34322026-08-13T22:55:45.196Z Compiling enum_dispatch v0.3.13
34332026-08-13T22:55:45.236Z Compiling delegate v0.13.5
34342026-08-13T22:55:45.307Z Compiling subprocess v0.2.15
34352026-08-13T22:55:45.364Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-08-13T22:55:45.608Z Compiling display-error-chain v0.2.2
34372026-08-13T22:55:45.712Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-08-13T22:55:45.778Z Compiling md5 v0.8.0
34392026-08-13T22:55:45.830Z Compiling hex-literal v1.1.0
34402026-08-13T22:55:45.972Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-08-13T22:55:46.100Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-08-13T22:55:46.122Z Compiling colored v2.2.0
34432026-08-13T22:55:46.229Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-08-13T22:55:46.263Z Compiling russh v0.62.4
34452026-08-13T22:55:46.291Z Compiling internet-checksum v0.2.1
34462026-08-13T22:55:46.814Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34472026-08-13T22:55:46.837Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34482026-08-13T22:55:47.407Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34492026-08-13T22:55:49.512Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-08-13T22:55:50.251Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-08-13T22:55:50.822Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-08-13T22:55:53.394Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-08-13T22:56:02.286Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-08-13T22:56:02.286Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34552026-08-13T22:56:02.290Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34562026-08-13T22:56:02.290Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34572026-08-13T22:56:04.051Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-08-13T22:56:04.135Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-08-13T22:56:08.467Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34602026-08-13T22:56:49.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34612026-08-13T22:56:49.400Z
34622026-08-13T22:56:49.400Zreal 1:29.614118977
34632026-08-13T22:56:49.400Zuser 8:26.257501904
34642026-08-13T22:56:49.400Zsys 1:41.257444977
34652026-08-13T22:56:49.403Ztrap 0.246401961
34662026-08-13T22:56:49.403Ztflt 0.223442352
34672026-08-13T22:56:49.403Zdflt 2.178625360
34682026-08-13T22:56:49.403Zkflt 0.000270540
34692026-08-13T22:56:49.403Zlock 29:55.561528320
34702026-08-13T22:56:49.403Zslp 19:04.050223444
34712026-08-13T22:56:49.403Zlat 37.166403046
34722026-08-13T22:56:49.403Zstop 2:49.710757888
34732026-08-13T22:56:49.403Z+ mkdir tests
34742026-08-13T22:56:49.406Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-08-13T22:56:49.406Z+ xargs -I '{}' -t cp '{}' tests/
34762026-08-13T22:56:49.429Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-676941b9b006e312 tests/
34772026-08-13T22:56:49.452Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d773c25e7fe26dad tests/
34782026-08-13T22:56:49.475Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b1c4009300112bb4 tests/
34792026-08-13T22:56:49.498Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-10ecb0795ad64462 tests/
34802026-08-13T22:56:49.815Z+ 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)
34812026-08-13T22:56:49.818Z+ 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-d773c25e7fe26dad tests/commtest-b1c4009300112bb4 tests/dhcp_server-676941b9b006e312 tests/end_to_end_tests-10ecb0795ad64462 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
34822026-08-13T22:58:18.566ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-08-13T22:58:18.566Za .github/buildomat/ci-env.sh 1K
34842026-08-13T22:58:18.566Za out/target/test 1K
34852026-08-13T22:58:18.566Za out/npuzone/npuzone 27402K
34862026-08-13T22:58:18.566Za package-manifest.toml 35K
34872026-08-13T22:58:18.566Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-08-13T22:58:18.566Za target/release/omicron-package 49198K
34892026-08-13T22:58:18.566Za target/release/xtask 11727K
34902026-08-13T22:58:18.566Za target/debug/bootstrap 437565K
34912026-08-13T22:58:18.566Za tests/bootstrap-d773c25e7fe26dad 34515K
34922026-08-13T22:58:18.566Za tests/commtest-b1c4009300112bb4 34515K
34932026-08-13T22:58:18.566Za tests/dhcp_server-676941b9b006e312 34515K
34942026-08-13T22:58:18.566Za tests/end_to_end_tests-10ecb0795ad64462 501036K
34952026-08-13T22:58:18.566Za tools/opte_version 1K
34962026-08-13T22:58:18.566Za tools/opte_version_override 2K
34972026-08-13T22:58:18.566Za out/clickhouse.tar.gz 325781K
34982026-08-13T22:58:18.566Za out/clickhouse_keeper.tar.gz 309714K
34992026-08-13T22:58:18.566Za out/clickhouse_server.tar.gz 325778K
35002026-08-13T22:58:18.566Za out/cockroachdb.tar.gz 166794K
35012026-08-13T22:58:18.566Za out/crucible-pantry-zone.tar.gz 39929K
35022026-08-13T22:58:18.566Za out/crucible-utils.tar 18900K
35032026-08-13T22:58:18.566Za out/crucible-zone.tar.gz 54741K
35042026-08-13T22:58:18.566Za out/external-dns.tar.gz 49986K
35052026-08-13T22:58:18.566Za out/internal-dns.tar.gz 49985K
35062026-08-13T22:58:18.566Za out/mg-ddm-gz.tar 105323K
35072026-08-13T22:58:18.566Za out/nexus.tar.gz 351831K
35082026-08-13T22:58:18.566Za out/ntp.tar.gz 31569K
35092026-08-13T22:58:18.566Za out/omicron-gateway-softnpu.tar.gz 29837K
35102026-08-13T22:58:18.566Za out/omicron-sled-agent.tar 235234K
35112026-08-13T22:58:18.566Za out/overlay.tar.gz 4K
35122026-08-13T22:58:18.566Za out/oximeter.tar.gz 69004K
35132026-08-13T22:58:18.566Za out/oxlog.tar 4067K
35142026-08-13T22:58:18.566Za out/probe.tar.gz 3037K
35152026-08-13T22:58:18.567Za out/propolis-server.tar.gz 34642K
35162026-08-13T22:58:18.567Za out/pumpkind-gz.tar 26647K
35172026-08-13T22:58:18.567Za out/switch-softnpu.tar.gz 495440K
35182026-08-13T22:58:18.573Z
35192026-08-13T22:58:18.573Zreal 1:28.747256359
35202026-08-13T22:58:18.574Zuser 1:25.738534196
35212026-08-13T22:58:18.574Zsys 5.000947109
35222026-08-13T22:58:18.574Ztrap 0.007701195
35232026-08-13T22:58:18.574Ztflt 0.000000000
35242026-08-13T22:58:18.574Zdflt 0.000000000
35252026-08-13T22:58:18.574Zkflt 0.000000000
35262026-08-13T22:58:18.574Zlock 0.000000000
35272026-08-13T22:58:18.574Zslp 1:25.584147919
35282026-08-13T22:58:18.574Zlat 1.157649912
35292026-08-13T22:58:18.574Zstop 0.000421330
35302026-08-13T22:58:18.574Zprocess exited: duration 1258111 ms, exit code 0
 
35312026-08-13T22:58:18.597Zfound 1 output files
35322026-08-13T22:58:18.597Zuploading: /work/package.tar.gz (2728433305 bytes)
35332026-08-13T22:59:41.800Zuploaded: /work/package.tar.gz