01KSPHQTEXNJMJSYG6QWST43B0: 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: 01KSPHR8H1A5BM0MNTEQZ1A6A7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T05:44:35.719Zjob assigned to worker 01KSPHRCPYWE8K1RMWKHSGJV0V [factory aws, i-031b283f95569a1b5] (queued for 54 s)
 
22026-05-28T05:44:43.360Zstarting task 0: "setup"
32026-05-28T05:44:43.368Z++ uname -s
42026-05-28T05:44:43.371Z+ kern=SunOS
52026-05-28T05:44:43.371Z+ build_user=build
62026-05-28T05:44:43.371Z+ build_uid=12345
72026-05-28T05:44:43.371Z+ work_dir=/work
82026-05-28T05:44:43.371Z+ input_dir=/input
92026-05-28T05:44:43.371Z+ [[ 0 == 12345 ]]
102026-05-28T05:44:43.371Z+ case "$kern" in
112026-05-28T05:44:43.371Z+ groupadd -g 12345 build
122026-05-28T05:44:43.380Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T05:44:45.390Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T05:44:45.496Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T05:44:45.499Z+ home_fs=zfs
162026-05-28T05:44:45.499Z+ [[ zfs == autofs ]]
172026-05-28T05:44:45.499Z+ mkdir -p /home/build
182026-05-28T05:44:45.502Z+ chown build:build /home/build /work
192026-05-28T05:44:47.503Z+ chmod 0700 /home/build /work
202026-05-28T05:44:47.507Zprocess exited: duration 4149 ms, exit code 0
 
212026-05-28T05:44:47.513Zstarting task 1: "rust-toolchain"
222026-05-28T05:44:47.518Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T05:44:47.518Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T05:44:47.518Z * rust toolchain channel = "1.94.0"
252026-05-28T05:44:47.522Z * rust toolchain profile = "default"
262026-05-28T05:44:47.522Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T05:44:47.522Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T05:44:47.522Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T05:44:47.522Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T05:44:47.586Zinfo: downloading installer
312026-05-28T05:44:48.964Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T05:44:48.964Zwarn: /home/build/.rustup/settings.toml
332026-05-28T05:44:48.964Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T05:44:48.964Zwarn: instead of the one inferred from the default host triple.
352026-05-28T05:44:48.976Zinfo: profile set to default
362026-05-28T05:44:48.976Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T05:44:48.979Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T05:44:49.111Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T05:44:49.114Zinfo: downloading 6 components
402026-05-28T05:45:03.140Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T05:45:03.140Z
422026-05-28T05:45:03.169Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T05:45:03.169Z
442026-05-28T05:45:03.169Z
452026-05-28T05:45:03.169ZRust is installed now. Great!
462026-05-28T05:45:03.169Z
472026-05-28T05:45:03.173ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T05:45:03.173Zenvironment variable. This has not been done automatically.
492026-05-28T05:45:03.173Z
502026-05-28T05:45:03.173ZTo configure your current shell, you need to source
512026-05-28T05:45:03.173Zthe corresponding env file under $HOME/.cargo.
522026-05-28T05:45:03.173Z
532026-05-28T05:45:03.173ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T05:45:03.173Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T05:45:03.173Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T05:45:03.173Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T05:45:03.173Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T05:45:03.173Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T05:45:03.173Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T05:45:03.173Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T05:45:03.173Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T05:45:03.265Z+ rustup --version
632026-05-28T05:45:03.271Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T05:45:03.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T05:45:03.293Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T05:45:03.296Z+ cargo --version
672026-05-28T05:45:03.305Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T05:45:03.308Z+ rustc --version
692026-05-28T05:45:03.327Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T05:45:03.330Zprocess exited: duration 15816 ms, exit code 0
 
712026-05-28T05:45:03.336Zstarting task 2: "authentication"
722026-05-28T05:45:03.355Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T05:45:03.363Zstarting task 3: "clone repository"
742026-05-28T05:45:03.369Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T05:45:03.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T05:45:03.407ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T05:45:13.227Z+ cd /work/oxidecomputer/omicron
782026-05-28T05:45:13.227Z+ git fetch origin 8df7de9ca8b31854ab4f4140ea75ceb739d63093
792026-05-28T05:45:13.767ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T05:45:13.767Z * branch 8df7de9ca8b31854ab4f4140ea75ceb739d63093 -> FETCH_HEAD
812026-05-28T05:45:13.779Z+ [[ -n '' ]]
822026-05-28T05:45:13.779Z+ git reset --hard 8df7de9ca8b31854ab4f4140ea75ceb739d63093
832026-05-28T05:45:14.022ZHEAD is now at 8df7de9ca add more comments
842026-05-28T05:45:14.025Zprocess exited: duration 10664 ms, exit code 0
 
852026-05-28T05:45:14.032Zstarting task 4: "build"
862026-05-28T05:45:14.039Z+ source .github/buildomat/ci-env.sh
872026-05-28T05:45:14.040Z++ export CARGO_TERM_COLOR=always
882026-05-28T05:45:14.040Z++ CARGO_TERM_COLOR=always
892026-05-28T05:45:14.043Z+ cargo --version
902026-05-28T05:45:14.047Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-28T05:45:14.050Z+ rustc --version
922026-05-28T05:45:14.072Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-28T05:45:14.075Z+ WORK=/work
942026-05-28T05:45:14.075Z+ pfexec mkdir -p /work
952026-05-28T05:45:14.079Z+ pfexec chown build /work
962026-05-28T05:45:14.082Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-28T05:45:15.606Z Startup: Refreshing catalog 'helios' ... Done
982026-05-28T05:45:15.680Z Startup: Caching catalogs ... Done
992026-05-28T05:45:15.945ZPlanning: Solver setup ... Done (0.229s)
1002026-05-28T05:45:15.964ZPlanning: Running solver ... Done (0.019s)
1012026-05-28T05:45:15.970ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-28T05:45:15.982ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-28T05:45:16.004ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-28T05:45:16.018ZPlanning: Package planning ... Done (0.014s)
1052026-05-28T05:45:16.021ZPlanning: Merging actions ... Done (0.002s)
1062026-05-28T05:45:16.208ZPlanning: Checking for conflicting actions ... Done (0.189s)
1072026-05-28T05:45:16.211ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-28T05:45:17.108ZPlanning: Evaluating mediators ... Done (0.899s)
1092026-05-28T05:45:17.111ZPlanning: Planning completed in 1.41 seconds
1102026-05-28T05:45:17.117Z Packages to install: 2
1112026-05-28T05:45:17.117Z Estimated space available: 156.10 GB
1122026-05-28T05:45:17.117ZEstimated space to be consumed: 22.53 MB
1132026-05-28T05:45:17.117Z Create boot environment: No
1142026-05-28T05:45:17.121ZCreate backup boot environment: No
1152026-05-28T05:45:17.121Z Rebuild boot archive: No
1162026-05-28T05:45:17.121Z
1172026-05-28T05:45:17.121ZChanged packages:
1182026-05-28T05:45:17.121Zhelios
1192026-05-28T05:45:17.121Z developer/build-essential
1202026-05-28T05:45:17.121Z None -> 11-3.0
1212026-05-28T05:45:17.121Z library/libxmlsec1
1222026-05-28T05:45:17.121Z None -> 1.2.35-3.0
1232026-05-28T05:45:17.144Z
1242026-05-28T05:45:17.144ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-28T05:45:17.627ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1262026-05-28T05:45:17.770Z Actions: 1/268 actions (Installing new actions)
1272026-05-28T05:45:17.810Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-28T05:45:17.844ZFinalize: Updating package state database ... Done (0.034s)
1292026-05-28T05:45:17.844ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-28T05:45:17.863ZFinalize: Updating image state ... Done (0.018s)
1312026-05-28T05:45:20.396ZFinalize: Creating fast lookup database ... Done (2.510s)
1322026-05-28T05:45:20.464ZFinalize: Reading search index ... Done (0.012s)
1332026-05-28T05:45:20.467ZFinalize: Updating search index ... Done (0.000s)
1342026-05-28T05:45:20.548ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-28T05:45:20.846ZPlanning: Evaluating mediator changes ... Done
1362026-05-28T05:45:20.950ZPlanning: Checking for conflicting actions ... Done
1372026-05-28T05:45:20.953ZPlanning: Consolidating action changes ... Done
1382026-05-28T05:45:21.110ZPlanning: Evaluating mediators ... Done
1392026-05-28T05:45:21.113ZPlanning: Planning completed in 0.26 seconds
1402026-05-28T05:45:21.133Z Mediators to change: 2
1412026-05-28T05:45:21.133Z Create boot environment: No
1422026-05-28T05:45:21.133ZCreate backup boot environment: No
1432026-05-28T05:45:21.204ZFinalize: Updating package state database ... Done
1442026-05-28T05:45:21.204ZFinalize: Updating package cache ... Done
1452026-05-28T05:45:21.215ZFinalize: Updating image state ... Done
1462026-05-28T05:45:23.187ZFinalize: Creating fast lookup database ... Done
1472026-05-28T05:45:23.254ZFinalize: Reading search index ... Done
1482026-05-28T05:45:23.257ZFinalize: Updating search index ... Done
1492026-05-28T05:45:23.338ZFinalize: Updating package cache ... Done
1502026-05-28T05:45:23.630ZPlanning: Evaluating mediator changes ... Done
1512026-05-28T05:45:23.736ZPlanning: Checking for conflicting actions ... Done
1522026-05-28T05:45:23.739ZPlanning: Consolidating action changes ... Done
1532026-05-28T05:45:23.895ZPlanning: Evaluating mediators ... Done
1542026-05-28T05:45:23.899ZPlanning: Planning completed in 0.27 seconds
1552026-05-28T05:45:23.920Z Mediators to change: 1
1562026-05-28T05:45:23.920Z Create boot environment: No
1572026-05-28T05:45:23.920ZCreate backup boot environment: No
1582026-05-28T05:45:23.973ZFinalize: Updating package state database ... Done
1592026-05-28T05:45:23.973ZFinalize: Updating package cache ... Done
1602026-05-28T05:45:23.984ZFinalize: Updating image state ... Done
1612026-05-28T05:45:25.933ZFinalize: Creating fast lookup database ... Done
1622026-05-28T05:45:25.993ZFinalize: Reading search index ... Done
1632026-05-28T05:45:25.997ZFinalize: Updating search index ... Done
1642026-05-28T05:45:26.062ZFinalize: Updating package cache ... Done
1652026-05-28T05:45:26.373ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-28T05:45:26.373Zapache system 2.4 system
1672026-05-28T05:45:26.373Zclang system 15 system
1682026-05-28T05:45:26.373Zcsh system system illumos
1692026-05-28T05:45:26.373Zctags system system illumos
1702026-05-28T05:45:26.373Zfile vendor vendor darwinsys
1712026-05-28T05:45:26.373Zfile system system illumos
1722026-05-28T05:45:26.373Zgcc vendor 14 vendor
1732026-05-28T05:45:26.373Zgcc system 13 system
1742026-05-28T05:45:26.373Zgcc system 10 system
1752026-05-28T05:45:26.374Zgo system 1.25 system
1762026-05-28T05:45:26.374Zllvm system 15 system
1772026-05-28T05:45:26.374Zmariadb system 11.4 system
1782026-05-28T05:45:26.374Zmta vendor vendor dma
1792026-05-28T05:45:26.374Zopenjdk system 17 system
1802026-05-28T05:45:26.374Zopenjdk system 11 system
1812026-05-28T05:45:26.374Zopenssl vendor 3 vendor
1822026-05-28T05:45:26.374Zperl system 5.40 system
1832026-05-28T05:45:26.374Zpostgresql system 18 system
1842026-05-28T05:45:26.374Zpostgresql system 17 system
1852026-05-28T05:45:26.374Zpython vendor 3 vendor
1862026-05-28T05:45:26.374Zpython system 2 system
1872026-05-28T05:45:26.374Zpython3 vendor 3.13 vendor
1882026-05-28T05:45:26.374Zruby system 3.4 system
1892026-05-28T05:45:26.374Zruby system 3.0 system
1902026-05-28T05:45:26.374Zwords vendor vendor american-english
1912026-05-28T05:45:26.374Zwords system system australian-english
1922026-05-28T05:45:26.374Zwords system system british-english
1932026-05-28T05:45:26.374Zwords system system canadian-english
1942026-05-28T05:45:26.374Zwords system system french
1952026-05-28T05:45:26.374Zwords system system italian
1962026-05-28T05:45:26.374Zwords system system ngerman
1972026-05-28T05:45:26.374Zwords system system ogerman
1982026-05-28T05:45:26.374Zwords system system spanish
1992026-05-28T05:45:26.629ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-28T05:45:26.629Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-28T05:45:26.902ZFMRI IFO
2022026-05-28T05:45:26.902Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-28T05:45:26.902Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-28T05:45:26.902Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-28T05:45:26.902Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-28T05:45:26.902Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-28T05:45:26.902Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-28T05:45:26.902Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-28T05:45:26.902Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-28T05:45:26.902Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-28T05:45:27.138Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-28T05:45:27.416Z Updating crates.io index
2132026-05-28T05:45:27.419Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-28T05:45:27.710Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-28T05:45:28.504Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-28T05:45:28.907Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-28T05:45:29.928Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-28T05:45:30.454Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-28T05:45:31.745Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-28T05:45:32.491Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-28T05:45:32.798Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-28T05:45:33.595Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-28T05:45:33.921Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-28T05:45:34.290Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-28T05:45:34.560Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-28T05:45:35.559Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-28T05:45:36.039Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-28T05:45:36.271Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-28T05:45:36.565Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-28T05:45:36.893Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-28T05:45:37.242Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-28T05:45:37.663Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-28T05:45:37.904Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-28T05:45:38.137Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-28T05:45:38.513Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-28T05:45:38.933Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-28T05:45:39.367Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-28T05:45:39.654Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-28T05:45:39.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-28T05:45:40.285Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-28T05:45:41.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-28T05:45:42.437Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-28T05:45:42.852Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-28T05:45:43.099Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-28T05:45:43.468Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-28T05:45:43.808Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-28T05:45:44.192Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-28T05:45:44.785Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-28T05:45:45.081Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-28T05:45:45.403Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-28T05:45:45.726Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-28T05:45:57.151Z Downloading crates ...
2532026-05-28T05:45:57.219Z Downloaded thiserror v2.0.18
2542026-05-28T05:45:57.226Z Downloaded anyhow v1.0.102
2552026-05-28T05:45:57.229Z Downloaded usdt-impl v0.5.0
2562026-05-28T05:45:57.233Z Downloaded colorchoice v1.0.4
2572026-05-28T05:45:57.236Z Downloaded cargo-platform v0.2.0
2582026-05-28T05:45:57.236Z Downloaded cargo-util-schemas v0.8.2
2592026-05-28T05:45:57.239Z Downloaded ucd-trie v0.1.7
2602026-05-28T05:45:57.239Z Downloaded zerovec v0.11.5
2612026-05-28T05:45:57.242Z Downloaded toml_write v0.1.2
2622026-05-28T05:45:57.242Z Downloaded thiserror-impl v1.0.69
2632026-05-28T05:45:57.245Z Downloaded dof v0.3.0
2642026-05-28T05:45:57.245Z Downloaded zerofrom-derive v0.1.6
2652026-05-28T05:45:57.245Z Downloaded thiserror-impl v2.0.18
2662026-05-28T05:45:57.248Z Downloaded clap_lex v1.0.0
2672026-05-28T05:45:57.248Z Downloaded zerocopy-derive v0.7.35
2682026-05-28T05:45:57.251Z Downloaded tinystr v0.8.2
2692026-05-28T05:45:57.254Z Downloaded crypto-common v0.1.7
2702026-05-28T05:45:57.254Z Downloaded cpufeatures v0.2.17
2712026-05-28T05:45:57.254Z Downloaded dtrace-parser v0.2.0
2722026-05-28T05:45:57.257Z Downloaded zmij v1.0.21
2732026-05-28T05:45:57.261Z Downloaded displaydoc v0.2.5
2742026-05-28T05:45:57.264Z Downloaded cargo_metadata v0.21.0
2752026-05-28T05:45:57.264Z Downloaded zerovec-derive v0.11.2
2762026-05-28T05:45:57.264Z Downloaded textwrap v0.16.2
2772026-05-28T05:45:57.264Z Downloaded autocfg v1.5.0
2782026-05-28T05:45:57.267Z Downloaded digest v0.10.7
2792026-05-28T05:45:57.267Z Downloaded cargo_toml v0.21.0
2802026-05-28T05:45:57.267Z Downloaded byteorder v1.5.0
2812026-05-28T05:45:57.270Z Downloaded winnow v0.7.14
2822026-05-28T05:45:57.272Z Downloaded zerofrom v0.1.6
2832026-05-28T05:45:57.275Z Downloaded usdt v0.5.0
2842026-05-28T05:45:57.275Z Downloaded unicode-xid v0.2.6
2852026-05-28T05:45:57.275Z Downloaded utf8_iter v1.0.4
2862026-05-28T05:45:57.275Z Downloaded itoa v1.0.17
2872026-05-28T05:45:57.278Z Downloaded clap_derive v4.5.55
2882026-05-28T05:45:57.278Z Downloaded bitflags v2.11.0
2892026-05-28T05:45:57.281Z Downloaded toml_datetime v0.6.11
2902026-05-28T05:45:57.281Z Downloaded clap_builder v4.5.60
2912026-05-28T05:45:57.284Z Downloaded yoke-derive v0.8.1
2922026-05-28T05:45:57.284Z Downloaded version_check v0.9.5
2932026-05-28T05:45:57.287Z Downloaded utf8parse v0.2.2
2942026-05-28T05:45:57.287Z Downloaded log v0.4.29
2952026-05-28T05:45:57.287Z Downloaded clap v4.5.60
2962026-05-28T05:45:57.291Z Downloaded yoke v0.8.1
2972026-05-28T05:45:57.294Z Downloaded pretty-hex v0.4.1
2982026-05-28T05:45:57.295Z Downloaded percent-encoding v2.3.2
2992026-05-28T05:45:57.295Z Downloaded errno v0.3.14
3002026-05-28T05:45:57.295Z Downloaded writeable v0.6.2
3012026-05-28T05:45:57.298Z Downloaded unicode-linebreak v0.1.5
3022026-05-28T05:45:57.298Z Downloaded thiserror v1.0.69
3032026-05-28T05:45:57.301Z Downloaded zerotrie v0.2.3
3042026-05-28T05:45:57.301Z Downloaded thread-id v4.2.2
3052026-05-28T05:45:57.301Z Downloaded anstream v0.6.21
3062026-05-28T05:45:57.304Z Downloaded terminal_size v0.4.3
3072026-05-28T05:45:57.304Z Downloaded toml v0.8.23
3082026-05-28T05:45:57.307Z Downloaded memmap v0.7.0
3092026-05-28T05:45:57.307Z Downloaded cfg-if v1.0.4
3102026-05-28T05:45:57.307Z Downloaded bytecount v0.6.9
3112026-05-28T05:45:57.310Z Downloaded plain v0.2.3
3122026-05-28T05:45:57.310Z Downloaded idna_adapter v1.2.1
3132026-05-28T05:45:57.310Z Downloaded heck v0.5.0
3142026-05-28T05:45:57.310Z Downloaded unicode-ident v1.0.24
3152026-05-28T05:45:57.314Z Downloaded proc-macro-error-attr v1.0.4
3162026-05-28T05:45:57.314Z Downloaded toml_edit v0.22.27
3172026-05-28T05:45:57.318Z Downloaded typenum v1.19.0
3182026-05-28T05:45:57.318Z Downloaded ordered-float v2.10.1
3192026-05-28T05:45:57.318Z Downloaded swrite v0.1.0
3202026-05-28T05:45:57.318Z Downloaded serde-value v0.7.0
3212026-05-28T05:45:57.318Z Downloaded macaddr v1.0.1
3222026-05-28T05:45:57.321Z Downloaded heck v0.4.1
3232026-05-28T05:45:57.321Z Downloaded url v2.5.8
3242026-05-28T05:45:57.321Z Downloaded generic-array v0.14.7
3252026-05-28T05:45:57.324Z Downloaded fnv v1.0.7
3262026-05-28T05:45:57.324Z Downloaded usdt-macro v0.5.0
3272026-05-28T05:45:57.324Z Downloaded usdt-attr-macro v0.5.0
3282026-05-28T05:45:57.324Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-28T05:45:57.324Z Downloaded typeid v1.0.3
3302026-05-28T05:45:57.324Z Downloaded smawk v0.3.2
3312026-05-28T05:45:57.327Z Downloaded equivalent v1.0.2
3322026-05-28T05:45:57.327Z Downloaded camino v1.2.2
3332026-05-28T05:45:57.327Z Downloaded block-buffer v0.10.4
3342026-05-28T05:45:57.330Z Downloaded zerocopy v0.7.35
3352026-05-28T05:45:57.336Z Downloaded potential_utf v0.1.4
3362026-05-28T05:45:57.339Z Downloaded camino-tempfile v1.4.1
3372026-05-28T05:45:57.339Z Downloaded unicode-width v0.1.14
3382026-05-28T05:45:57.342Z Downloaded stable_deref_trait v1.2.1
3392026-05-28T05:45:57.342Z Downloaded unicode-width v0.2.0
3402026-05-28T05:45:57.345Z Downloaded strsim v0.11.1
3412026-05-28T05:45:57.348Z Downloaded form_urlencoded v1.2.2
3422026-05-28T05:45:57.351Z Downloaded anstyle-query v1.1.5
3432026-05-28T05:45:57.351Z Downloaded serde_spanned v0.6.9
3442026-05-28T05:45:57.354Z Downloaded fastrand v2.3.0
3452026-05-28T05:45:57.364Z Downloaded tabled_derive v0.7.0
3462026-05-28T05:45:57.369Z Downloaded proc-macro-error v1.0.4
3472026-05-28T05:45:57.372Z Downloaded fs-err v3.3.0
3482026-05-28T05:45:57.372Z Downloaded scroll_derive v0.12.1
3492026-05-28T05:45:57.379Z Downloaded scroll v0.12.0
3502026-05-28T05:45:57.384Z Downloaded serde_tokenstream v0.2.3
3512026-05-28T05:45:57.388Z Downloaded erased-serde v0.4.9
3522026-05-28T05:45:57.391Z Downloaded anstyle-parse v0.2.7
3532026-05-28T05:45:57.394Z Downloaded anstyle v1.0.13
3542026-05-28T05:45:57.403Z Downloaded synstructure v0.13.2
3552026-05-28T05:45:57.411Z Downloaded quote v1.0.45
3562026-05-28T05:45:57.414Z Downloaded serde-untagged v0.1.9
3572026-05-28T05:45:57.414Z Downloaded semver v1.0.28
3582026-05-28T05:45:57.414Z Downloaded pest_generator v2.8.6
3592026-05-28T05:45:57.419Z Downloaded proc-macro2 v1.0.106
3602026-05-28T05:45:57.422Z Downloaded smallvec v1.15.1
3612026-05-28T05:45:57.429Z Downloaded once_cell v1.21.3
3622026-05-28T05:45:57.434Z Downloaded sha2 v0.10.9
3632026-05-28T05:45:57.437Z Downloaded tempfile v3.25.0
3642026-05-28T05:45:57.444Z Downloaded icu_provider v2.1.1
3652026-05-28T05:45:57.447Z Downloaded serde_derive v1.0.228
3662026-05-28T05:45:57.450Z Downloaded icu_properties v2.1.2
3672026-05-28T05:45:57.451Z Downloaded litemap v0.8.1
3682026-05-28T05:45:57.453Z Downloaded papergrid v0.11.0
3692026-05-28T05:45:57.456Z Downloaded num-traits v0.2.19
3702026-05-28T05:45:57.460Z Downloaded pest_derive v2.8.6
3712026-05-28T05:45:57.467Z Downloaded pest_meta v2.8.6
3722026-05-28T05:45:57.470Z Downloaded icu_locale_core v2.1.1
3732026-05-28T05:45:57.473Z Downloaded icu_normalizer_data v2.1.1
3742026-05-28T05:45:57.476Z Downloaded getrandom v0.4.1
3752026-05-28T05:45:57.479Z Downloaded icu_normalizer v2.1.1
3762026-05-28T05:45:57.494Z Downloaded indexmap v2.14.0
3772026-05-28T05:45:57.498Z Downloaded memchr v2.8.0
3782026-05-28T05:45:57.503Z Downloaded icu_collections v2.1.1
3792026-05-28T05:45:57.506Z Downloaded serde v1.0.228
3802026-05-28T05:45:57.513Z Downloaded serde_core v1.0.228
3812026-05-28T05:45:57.545Z Downloaded pest v2.8.6
3822026-05-28T05:45:57.549Z Downloaded serde_json v1.0.149
3832026-05-28T05:45:57.552Z Downloaded goblin v0.8.2
3842026-05-28T05:45:57.555Z Downloaded idna v1.1.0
3852026-05-28T05:45:57.558Z Downloaded icu_properties_data v2.1.2
3862026-05-28T05:45:57.562Z Downloaded hashbrown v0.17.0
3872026-05-28T05:45:57.578Z Downloaded syn v1.0.109
3882026-05-28T05:45:57.583Z Downloaded tabled v0.15.0
3892026-05-28T05:45:57.594Z Downloaded syn v2.0.117
3902026-05-28T05:45:57.609Z Downloaded rustix v1.1.3
3912026-05-28T05:45:57.640Z Downloaded libc v0.2.185
3922026-05-28T05:45:57.704Z Compiling proc-macro2 v1.0.106
3932026-05-28T05:45:57.708Z Compiling quote v1.0.45
3942026-05-28T05:45:57.708Z Compiling unicode-ident v1.0.24
3952026-05-28T05:45:57.708Z Compiling serde_core v1.0.228
3962026-05-28T05:45:57.708Z Compiling libc v0.2.185
3972026-05-28T05:45:57.708Z Compiling version_check v0.9.5
3982026-05-28T05:45:57.708Z Compiling stable_deref_trait v1.2.1
3992026-05-28T05:45:57.708Z Compiling memchr v2.8.0
4002026-05-28T05:45:57.708Z Compiling serde v1.0.228
4012026-05-28T05:45:57.708Z Compiling zmij v1.0.21
4022026-05-28T05:45:57.708Z Compiling autocfg v1.5.0
4032026-05-28T05:45:57.708Z Compiling itoa v1.0.17
4042026-05-28T05:45:57.708Z Compiling thiserror v1.0.69
4052026-05-28T05:45:57.893Z Compiling ucd-trie v0.1.7
4062026-05-28T05:45:57.896Z Compiling litemap v0.8.1
4072026-05-28T05:45:58.135Z Compiling writeable v0.6.2
4082026-05-28T05:45:58.153Z Compiling byteorder v1.5.0
4092026-05-28T05:45:58.283Z Compiling icu_properties_data v2.1.2
4102026-05-28T05:45:58.392Z Compiling pest v2.8.6
4112026-05-28T05:45:58.431Z Compiling rustix v1.1.3
4122026-05-28T05:45:58.454Z Compiling icu_normalizer_data v2.1.1
4132026-05-28T05:45:58.476Z Compiling bitflags v2.11.0
4142026-05-28T05:45:58.481Z Compiling serde_json v1.0.149
4152026-05-28T05:45:58.484Z Compiling num-traits v0.2.19
4162026-05-28T05:45:58.696Z Compiling smallvec v1.15.1
4172026-05-28T05:45:58.773Z Compiling typeid v1.0.3
4182026-05-28T05:45:58.813Z Compiling equivalent v1.0.2
4192026-05-28T05:45:58.816Z Compiling hashbrown v0.17.0
4202026-05-28T05:45:58.851Z Compiling usdt-impl v0.5.0
4212026-05-28T05:45:58.970Z Compiling proc-macro-error-attr v1.0.4
4222026-05-28T05:45:58.974Z Compiling toml_write v0.1.2
4232026-05-28T05:45:58.974Z Compiling syn v1.0.109
4242026-05-28T05:45:59.066Z Compiling errno v0.3.14
4252026-05-28T05:45:59.086Z Compiling thread-id v4.2.2
4262026-05-28T05:45:59.108Z Compiling winnow v0.7.14
4272026-05-28T05:45:59.129Z Compiling erased-serde v0.4.9
4282026-05-28T05:45:59.330Z Compiling proc-macro-error v1.0.4
4292026-05-28T05:45:59.347Z Compiling utf8_iter v1.0.4
4302026-05-28T05:45:59.366Z Compiling percent-encoding v2.3.2
4312026-05-28T05:45:59.370Z Compiling thiserror v2.0.18
4322026-05-28T05:45:59.422Z Compiling indexmap v2.14.0
4332026-05-28T05:45:59.501Z Compiling syn v2.0.117
4342026-05-28T05:45:59.520Z Compiling utf8parse v0.2.2
4352026-05-28T05:45:59.559Z Compiling camino v1.2.2
4362026-05-28T05:45:59.580Z Compiling plain v0.2.3
4372026-05-28T05:45:59.583Z Compiling getrandom v0.4.1
4382026-05-28T05:45:59.599Z Compiling log v0.4.29
4392026-05-28T05:45:59.659Z Compiling pest_meta v2.8.6
4402026-05-28T05:45:59.677Z Compiling anstyle-parse v0.2.7
4412026-05-28T05:45:59.837Z Compiling ordered-float v2.10.1
4422026-05-28T05:45:59.858Z Compiling form_urlencoded v1.2.2
4432026-05-28T05:45:59.904Z Compiling cfg-if v1.0.4
4442026-05-28T05:46:00.004Z Compiling colorchoice v1.0.4
4452026-05-28T05:46:00.007Z Compiling is_terminal_polyfill v1.70.2
4462026-05-28T05:46:00.022Z Compiling anstyle-query v1.1.5
4472026-05-28T05:46:00.026Z Compiling pretty-hex v0.4.1
4482026-05-28T05:46:00.081Z Compiling anstyle v1.0.13
4492026-05-28T05:46:00.144Z Compiling fs-err v3.3.0
4502026-05-28T05:46:00.149Z Compiling heck v0.5.0
4512026-05-28T05:46:00.182Z Compiling heck v0.4.1
4522026-05-28T05:46:00.220Z Compiling terminal_size v0.4.3
4532026-05-28T05:46:00.220Z Compiling once_cell v1.21.3
4542026-05-28T05:46:00.280Z Compiling bytecount v0.6.9
4552026-05-28T05:46:00.332Z Compiling anstream v0.6.21
4562026-05-28T05:46:00.448Z Compiling semver v1.0.28
4572026-05-28T05:46:00.448Z Compiling fastrand v2.3.0
4582026-05-28T05:46:00.490Z Compiling anyhow v1.0.102
4592026-05-28T05:46:00.509Z Compiling unicode-xid v0.2.6
4602026-05-28T05:46:00.547Z Compiling fnv v1.0.7
4612026-05-28T05:46:00.566Z Compiling unicode-width v0.1.14
4622026-05-28T05:46:00.653Z Compiling clap_lex v1.0.0
4632026-05-28T05:46:00.674Z Compiling strsim v0.11.1
4642026-05-28T05:46:00.694Z Compiling tempfile v3.25.0
4652026-05-28T05:46:00.766Z Compiling memmap v0.7.0
4662026-05-28T05:46:00.811Z Compiling serde-untagged v0.1.9
4672026-05-28T05:46:00.835Z Compiling papergrid v0.11.0
4682026-05-28T05:46:00.855Z Compiling unicode-width v0.2.0
4692026-05-28T05:46:00.893Z Compiling clap_builder v4.5.60
4702026-05-28T05:46:00.915Z Compiling smawk v0.3.2
4712026-05-28T05:46:00.933Z Compiling unicode-linebreak v0.1.5
4722026-05-28T05:46:00.972Z Compiling camino-tempfile v1.4.1
4732026-05-28T05:46:01.123Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-28T05:46:01.196Z Compiling textwrap v0.16.2
4752026-05-28T05:46:01.267Z Compiling swrite v0.1.0
4762026-05-28T05:46:01.633Z Compiling tabled_derive v0.7.0
4772026-05-28T05:46:02.189Z Compiling synstructure v0.13.2
4782026-05-28T05:46:02.189Z Compiling pest_generator v2.8.6
4792026-05-28T05:46:02.368Z Compiling tabled v0.15.0
4802026-05-28T05:46:02.710Z Compiling serde_derive v1.0.228
4812026-05-28T05:46:02.710Z Compiling zerofrom-derive v0.1.6
4822026-05-28T05:46:02.713Z Compiling yoke-derive v0.8.1
4832026-05-28T05:46:02.713Z Compiling zerovec-derive v0.11.2
4842026-05-28T05:46:02.713Z Compiling displaydoc v0.2.5
4852026-05-28T05:46:02.746Z Compiling thiserror-impl v1.0.69
4862026-05-28T05:46:02.746Z Compiling zerocopy-derive v0.7.35
4872026-05-28T05:46:02.778Z Compiling scroll_derive v0.12.1
4882026-05-28T05:46:02.814Z Compiling thiserror-impl v2.0.18
4892026-05-28T05:46:02.830Z Compiling pest_derive v2.8.6
4902026-05-28T05:46:02.850Z Compiling clap_derive v4.5.55
4912026-05-28T05:46:03.529Z Compiling scroll v0.12.0
4922026-05-28T05:46:03.549Z Compiling zerocopy v0.7.35
4932026-05-28T05:46:03.749Z Compiling goblin v0.8.2
4942026-05-28T05:46:03.861Z Compiling zerofrom v0.1.6
4952026-05-28T05:46:03.896Z Compiling dtrace-parser v0.2.0
4962026-05-28T05:46:03.964Z Compiling yoke v0.8.1
4972026-05-28T05:46:04.126Z Compiling zerovec v0.11.5
4982026-05-28T05:46:04.126Z Compiling zerotrie v0.2.3
4992026-05-28T05:46:04.264Z Compiling clap v4.5.60
5002026-05-28T05:46:04.548Z Compiling tinystr v0.8.2
5012026-05-28T05:46:04.549Z Compiling potential_utf v0.1.4
5022026-05-28T05:46:04.683Z Compiling icu_collections v2.1.1
5032026-05-28T05:46:04.707Z Compiling icu_locale_core v2.1.1
5042026-05-28T05:46:05.254Z Compiling dof v0.3.0
5052026-05-28T05:46:05.254Z Compiling serde_tokenstream v0.2.3
5062026-05-28T05:46:05.270Z Compiling toml_datetime v0.6.11
5072026-05-28T05:46:05.273Z Compiling serde_spanned v0.6.9
5082026-05-28T05:46:05.273Z Compiling serde-value v0.7.0
5092026-05-28T05:46:05.273Z Compiling cargo-platform v0.2.0
5102026-05-28T05:46:05.286Z Compiling macaddr v1.0.1
5112026-05-28T05:46:05.307Z Compiling icu_provider v2.1.1
5122026-05-28T05:46:05.488Z Compiling toml_edit v0.22.27
5132026-05-28T05:46:05.572Z Compiling icu_normalizer v2.1.1
5142026-05-28T05:46:05.572Z Compiling icu_properties v2.1.2
5152026-05-28T05:46:05.961Z Compiling usdt-attr-macro v0.5.0
5162026-05-28T05:46:05.964Z Compiling usdt-macro v0.5.0
5172026-05-28T05:46:06.418Z Compiling idna_adapter v1.2.1
5182026-05-28T05:46:06.531Z Compiling idna v1.1.0
5192026-05-28T05:46:06.575Z Compiling usdt v0.5.0
5202026-05-28T05:46:06.761Z Compiling toml v0.8.23
5212026-05-28T05:46:06.791Z Compiling url v2.5.8
5222026-05-28T05:46:07.108Z Compiling cargo_toml v0.21.0
5232026-05-28T05:46:07.194Z Compiling cargo-util-schemas v0.8.2
5242026-05-28T05:46:07.983Z Compiling cargo_metadata v0.21.0
5252026-05-28T05:46:08.894Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-28T05:46:10.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s
5272026-05-28T05:46:11.240Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-28T05:46:11.807Z Downloading crates ...
5292026-05-28T05:46:11.896Z Downloaded adler2 v2.0.1
5302026-05-28T05:46:11.902Z Downloaded allocator-api2 v0.2.21
5312026-05-28T05:46:11.906Z Downloaded crc v3.4.0
5322026-05-28T05:46:11.909Z Downloaded cbc v0.1.2
5332026-05-28T05:46:11.909Z Downloaded cassowary v0.3.0
5342026-05-28T05:46:11.912Z Downloaded block-padding v0.3.3
5352026-05-28T05:46:11.912Z Downloaded assert_matches v1.5.0
5362026-05-28T05:46:11.915Z Downloaded bitfield-macros v0.19.4
5372026-05-28T05:46:11.915Z Downloaded bitfield v0.19.4
5382026-05-28T05:46:11.918Z Downloaded backoff v0.4.0
5392026-05-28T05:46:11.923Z Downloaded chacha20 v0.9.1
5402026-05-28T05:46:11.926Z Downloaded curve25519-dalek-derive v0.1.1
5412026-05-28T05:46:11.929Z Downloaded castaway v0.2.4
5422026-05-28T05:46:11.932Z Downloaded daft-derive v0.1.7
5432026-05-28T05:46:11.935Z Downloaded darling v0.23.0
5442026-05-28T05:46:11.939Z Downloaded crc32fast v1.5.0
5452026-05-28T05:46:11.939Z Downloaded fixedbitset v0.4.2
5462026-05-28T05:46:11.942Z Downloaded byte-wrapper v0.1.0
5472026-05-28T05:46:11.942Z Downloaded bitflags v1.3.2
5482026-05-28T05:46:11.945Z Downloaded embedded-io v0.6.1
5492026-05-28T05:46:11.945Z Downloaded document-features v0.2.12
5502026-05-28T05:46:11.945Z Downloaded bit-vec v0.8.0
5512026-05-28T05:46:11.949Z Downloaded ciborium-io v0.2.2
5522026-05-28T05:46:11.949Z Downloaded fd-lock v4.0.4
5532026-05-28T05:46:11.949Z Downloaded fallible-iterator v0.2.0
5542026-05-28T05:46:11.952Z Downloaded either v1.15.0
5552026-05-28T05:46:11.952Z Downloaded dirs-next v2.0.0
5562026-05-28T05:46:11.952Z Downloaded diff v0.1.13
5572026-05-28T05:46:11.955Z Downloaded env_logger v0.11.9
5582026-05-28T05:46:11.955Z Downloaded cargo-platform v0.1.9
5592026-05-28T05:46:11.958Z Downloaded crc8 v0.1.1
5602026-05-28T05:46:11.959Z Downloaded blake2 v0.10.6
5612026-05-28T05:46:11.959Z Downloaded diesel-dtrace v0.5.0
5622026-05-28T05:46:11.962Z Downloaded cfg_aliases v0.2.1
5632026-05-28T05:46:11.962Z Downloaded defmt-parser v1.0.0
5642026-05-28T05:46:11.962Z Downloaded bit-set v0.5.3
5652026-05-28T05:46:11.962Z Downloaded aead v0.5.2
5662026-05-28T05:46:11.965Z Downloaded ascii-canvas v3.0.0
5672026-05-28T05:46:11.965Z Downloaded darling_macro v0.20.11
5682026-05-28T05:46:11.965Z Downloaded darling v0.20.11
5692026-05-28T05:46:11.969Z Downloaded darling_macro v0.21.3
5702026-05-28T05:46:11.969Z Downloaded cexpr v0.6.0
5712026-05-28T05:46:11.972Z Downloaded crucible-workspace-hack v0.1.0
5722026-05-28T05:46:11.972Z Downloaded daft v0.1.7
5732026-05-28T05:46:11.972Z Downloaded base64ct v1.8.3
5742026-05-28T05:46:11.975Z Downloaded bb8 v0.8.6
5752026-05-28T05:46:11.976Z Downloaded async-stream-impl v0.3.6
5762026-05-28T05:46:11.976Z Downloaded compression-core v0.4.31
5772026-05-28T05:46:11.976Z Downloaded cfg_aliases v0.1.1
5782026-05-28T05:46:11.979Z Downloaded bit-set v0.8.0
5792026-05-28T05:46:11.979Z Downloaded darling v0.21.3
5802026-05-28T05:46:11.982Z Downloaded defmt v0.3.100
5812026-05-28T05:46:11.982Z Downloaded env_filter v1.0.0
5822026-05-28T05:46:11.985Z Downloaded dof v0.4.0
5832026-05-28T05:46:11.985Z Downloaded cpufeatures v0.3.0
5842026-05-28T05:46:11.985Z Downloaded convert_case v0.4.0
5852026-05-28T05:46:11.985Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-28T05:46:11.988Z Downloaded dyn-clone v1.0.20
5872026-05-28T05:46:11.988Z Downloaded endian-type v0.1.2
5882026-05-28T05:46:12.009Z Downloaded ctr v0.9.2
5892026-05-28T05:46:12.009Z Downloaded difflib v0.4.0
5902026-05-28T05:46:12.009Z Downloaded arrayref v0.3.9
5912026-05-28T05:46:12.009Z Downloaded crunchy v0.2.4
5922026-05-28T05:46:12.010Z Downloaded async-stream v0.3.6
5932026-05-28T05:46:12.010Z Downloaded darling_core v0.20.11
5942026-05-28T05:46:12.010Z Downloaded enum-as-inner v0.6.1
5952026-05-28T05:46:12.010Z Downloaded foreign-types-shared v0.1.1
5962026-05-28T05:46:12.010Z Downloaded downcast-rs v2.0.2
5972026-05-28T05:46:12.010Z Downloaded ciborium-ll v0.2.2
5982026-05-28T05:46:12.010Z Downloaded foreign-types-macros v0.2.3
5992026-05-28T05:46:12.010Z Downloaded derive_builder_macro v0.20.2
6002026-05-28T05:46:12.010Z Downloaded dunce v1.0.5
6012026-05-28T05:46:12.010Z Downloaded crc-catalog v2.4.0
6022026-05-28T05:46:12.010Z Downloaded cobs v0.3.0
6032026-05-28T05:46:12.010Z Downloaded bzip2 v0.4.4
6042026-05-28T05:46:12.010Z Downloaded display-error-chain v0.2.2
6052026-05-28T05:46:12.014Z Downloaded foreign-types-shared v0.3.1
6062026-05-28T05:46:12.014Z Downloaded atty v0.2.14
6072026-05-28T05:46:12.014Z Downloaded cstr-argument v0.1.2
6082026-05-28T05:46:12.014Z Downloaded base16ct v0.2.0
6092026-05-28T05:46:12.014Z Downloaded float-cmp v0.10.0
6102026-05-28T05:46:12.014Z Downloaded bcs v0.1.6
6112026-05-28T05:46:12.017Z Downloaded arrayvec v0.7.6
6122026-05-28T05:46:12.017Z Downloaded flagset v0.4.7
6132026-05-28T05:46:12.017Z Downloaded darling_macro v0.23.0
6142026-05-28T05:46:12.021Z Downloaded foreign-types v0.3.2
6152026-05-28T05:46:12.028Z Downloaded float-ord v0.3.2
6162026-05-28T05:46:12.032Z Downloaded embedded-io v0.4.0
6172026-05-28T05:46:12.032Z Downloaded atomicwrites v0.4.4
6182026-05-28T05:46:12.032Z Downloaded dtrace-parser v0.3.0
6192026-05-28T05:46:12.032Z Downloaded dropshot-api-manager-types v0.7.1
6202026-05-28T05:46:12.032Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-05-28T05:46:12.032Z Downloaded debug-ignore v1.0.5
6222026-05-28T05:46:12.032Z Downloaded array-init v0.0.4
6232026-05-28T05:46:12.035Z Downloaded atomic-waker v1.1.2
6242026-05-28T05:46:12.035Z Downloaded futures-core v0.3.32
6252026-05-28T05:46:12.035Z Downloaded critical-section v1.2.0
6262026-05-28T05:46:12.038Z Downloaded futures-task v0.3.32
6272026-05-28T05:46:12.039Z Downloaded futures-io v0.3.32
6282026-05-28T05:46:12.039Z Downloaded derive_builder_core v0.20.2
6292026-05-28T05:46:12.041Z Downloaded futures-sink v0.3.32
6302026-05-28T05:46:12.041Z Downloaded globwalk v0.9.1
6312026-05-28T05:46:12.044Z Downloaded find-msvc-tools v0.1.9
6322026-05-28T05:46:12.044Z Downloaded data-encoding v2.10.0
6332026-05-28T05:46:12.044Z Downloaded deranged v0.5.8
6342026-05-28T05:46:12.049Z Downloaded headers-core v0.3.0
6352026-05-28T05:46:12.049Z Downloaded bit-vec v0.6.3
6362026-05-28T05:46:12.052Z Downloaded compression-codecs v0.4.37
6372026-05-28T05:46:12.052Z Downloaded git-stub v1.0.0
6382026-05-28T05:46:12.052Z Downloaded gethostname v0.5.0
6392026-05-28T05:46:12.052Z Downloaded cmake v0.1.57
6402026-05-28T05:46:12.055Z Downloaded ghash v0.5.1
6412026-05-28T05:46:12.055Z Downloaded futures-macro v0.3.32
6422026-05-28T05:46:12.055Z Downloaded dirs-sys-next v0.1.2
6432026-05-28T05:46:12.058Z Downloaded const_format_proc_macros v0.2.34
6442026-05-28T05:46:12.058Z Downloaded hash32 v0.2.1
6452026-05-28T05:46:12.058Z Downloaded fxhash v0.2.1
6462026-05-28T05:46:12.058Z Downloaded async-trait v0.1.89
6472026-05-28T05:46:12.061Z Downloaded corncobs v0.1.4
6482026-05-28T05:46:12.064Z Downloaded ar_archive_writer v0.5.1
6492026-05-28T05:46:12.067Z Downloaded hex-literal v0.4.1
6502026-05-28T05:46:12.067Z Downloaded hash32 v0.3.1
6512026-05-28T05:46:12.067Z Downloaded foreign-types v0.5.0
6522026-05-28T05:46:12.067Z Downloaded cargo_metadata v0.19.2
6532026-05-28T05:46:12.070Z Downloaded http-body v1.0.1
6542026-05-28T05:46:12.070Z Downloaded foldhash v0.1.5
6552026-05-28T05:46:12.070Z Downloaded hostname v0.3.1
6562026-05-28T05:46:12.073Z Downloaded console v0.15.11
6572026-05-28T05:46:12.076Z Downloaded cookie v0.18.1
6582026-05-28T05:46:12.076Z Downloaded der_derive v0.7.3
6592026-05-28T05:46:12.076Z Downloaded convert_case v0.10.0
6602026-05-28T05:46:12.079Z Downloaded foldhash v0.2.0
6612026-05-28T05:46:12.079Z Downloaded cancel-safe-futures v0.1.5
6622026-05-28T05:46:12.082Z Downloaded argon2 v0.5.3
6632026-05-28T05:46:12.082Z Downloaded hex v0.4.3
6642026-05-28T05:46:12.085Z Downloaded dsl_auto_type v0.2.0
6652026-05-28T05:46:12.085Z Downloaded fixedbitset v0.5.7
6662026-05-28T05:46:12.085Z Downloaded home v0.5.12
6672026-05-28T05:46:12.088Z Downloaded httpdate v1.0.3
6682026-05-28T05:46:12.088Z Downloaded http-range v0.1.5
6692026-05-28T05:46:12.088Z Downloaded async-recursion v1.1.1
6702026-05-28T05:46:12.091Z Downloaded ident_case v1.0.1
6712026-05-28T05:46:12.091Z Downloaded filetime v0.2.27
6722026-05-28T05:46:12.094Z Downloaded hubpack_derive v0.1.1
6732026-05-28T05:46:12.094Z Downloaded hostname v0.4.2
6742026-05-28T05:46:12.094Z Downloaded bitfield-struct v0.6.2
6752026-05-28T05:46:12.096Z Downloaded ff v0.13.1
6762026-05-28T05:46:12.097Z Downloaded funty v2.0.0
6772026-05-28T05:46:12.097Z Downloaded csv-core v0.1.13
6782026-05-28T05:46:12.099Z Downloaded fs_extra v1.3.0
6792026-05-28T05:46:12.099Z Downloaded ena v0.14.4
6802026-05-28T05:46:12.102Z Downloaded constant_time_eq v0.4.2
6812026-05-28T05:46:12.102Z Downloaded crypto-bigint v0.5.5
6822026-05-28T05:46:12.105Z Downloaded hubpack v0.1.2
6832026-05-28T05:46:12.108Z Downloaded illumos-nvpair v0.3.0
6842026-05-28T05:46:12.108Z Downloaded hyper-tls v0.6.0
6852026-05-28T05:46:12.108Z Downloaded glob v0.3.3
6862026-05-28T05:46:12.111Z Downloaded illumos-nvpair-sys v0.2.0
6872026-05-28T05:46:12.111Z Downloaded globset v0.4.18
6882026-05-28T05:46:12.111Z Downloaded git-stub-vcs v0.1.0
6892026-05-28T05:46:12.114Z Downloaded fs-err v2.11.0
6902026-05-28T05:46:12.114Z Downloaded inout v0.1.4
6912026-05-28T05:46:12.117Z Downloaded defmt-macros v1.0.1
6922026-05-28T05:46:12.117Z Downloaded chacha20 v0.10.0
6932026-05-28T05:46:12.120Z Downloaded group v0.13.0
6942026-05-28T05:46:12.120Z Downloaded camino-tempfile-ext v0.3.3
6952026-05-28T05:46:12.123Z Downloaded blowfish v0.9.1
6962026-05-28T05:46:12.123Z Downloaded const-oid v0.9.6
6972026-05-28T05:46:12.126Z Downloaded indent_write v2.2.0
6982026-05-28T05:46:12.126Z Downloaded console v0.16.2
6992026-05-28T05:46:12.126Z Downloaded colored v2.2.0
7002026-05-28T05:46:12.129Z Downloaded instability v0.3.11
7012026-05-28T05:46:12.129Z Downloaded indoc v1.0.9
7022026-05-28T05:46:12.132Z Downloaded is_ci v1.2.0
7032026-05-28T05:46:12.132Z Downloaded kstat-rs v0.2.4
7042026-05-28T05:46:12.132Z Downloaded internet-checksum v0.2.1
7052026-05-28T05:46:12.135Z Downloaded is-terminal v0.4.17
7062026-05-28T05:46:12.135Z Downloaded instant v0.1.13
7072026-05-28T05:46:12.135Z Downloaded base64 v0.22.1
7082026-05-28T05:46:12.138Z Downloaded bzip2 v0.6.1
7092026-05-28T05:46:12.138Z Downloaded des v0.8.1
7102026-05-28T05:46:12.141Z Downloaded derive-ex v0.1.8
7112026-05-28T05:46:12.142Z Downloaded highway v1.3.0
7122026-05-28T05:46:12.148Z Downloaded colored v3.1.1
7132026-05-28T05:46:12.148Z Downloaded ciborium v0.2.2
7142026-05-28T05:46:12.151Z Downloaded drift v0.1.4
7152026-05-28T05:46:12.151Z Downloaded lazy_static v1.5.0
7162026-05-28T05:46:12.154Z Downloaded http-body-util v0.1.3
7172026-05-28T05:46:12.154Z Downloaded lalrpop-util v0.19.12
7182026-05-28T05:46:12.156Z Downloaded erased-serde v0.3.31
7192026-05-28T05:46:12.156Z Downloaded futures-channel v0.3.32
7202026-05-28T05:46:12.159Z Downloaded keccak v0.1.6
7212026-05-28T05:46:12.159Z Downloaded cipher v0.4.4
7222026-05-28T05:46:12.159Z Downloaded derive_builder v0.20.2
7232026-05-28T05:46:12.162Z Downloaded humantime v2.3.0
7242026-05-28T05:46:12.165Z Downloaded getrandom v0.2.17
7252026-05-28T05:46:12.165Z Downloaded libscf-sys v1.1.0
7262026-05-28T05:46:12.168Z Downloaded derive-where v1.6.0
7272026-05-28T05:46:12.171Z Downloaded memoffset v0.9.1
7282026-05-28T05:46:12.171Z Downloaded match_cfg v0.1.0
7292026-05-28T05:46:12.171Z Downloaded lru-cache v0.1.2
7302026-05-28T05:46:12.171Z Downloaded lru v0.12.5
7312026-05-28T05:46:12.174Z Downloaded indoc v2.0.7
7322026-05-28T05:46:12.174Z Downloaded lzss v0.8.2
7332026-05-28T05:46:12.177Z Downloaded maybe-uninit v2.0.0
7342026-05-28T05:46:12.177Z Downloaded ahash v0.8.12
7352026-05-28T05:46:12.180Z Downloaded maplit v1.0.2
7362026-05-28T05:46:12.180Z Downloaded managed v0.8.0
7372026-05-28T05:46:12.183Z Downloaded ingot v0.1.1
7382026-05-28T05:46:12.183Z Downloaded crossbeam-epoch v0.9.18
7392026-05-28T05:46:12.183Z Downloaded md5 v0.7.0
7402026-05-28T05:46:12.186Z Downloaded newline-converter v0.3.0
7412026-05-28T05:46:12.186Z Downloaded new_debug_unreachable v1.0.6
7422026-05-28T05:46:12.186Z Downloaded multimap v0.10.1
7432026-05-28T05:46:12.189Z Downloaded impl-trait-for-tuples v0.2.3
7442026-05-28T05:46:12.189Z Downloaded futures-executor v0.3.32
7452026-05-28T05:46:12.189Z Downloaded ipnet v2.11.0
7462026-05-28T05:46:12.192Z Downloaded normalize-line-endings v0.3.0
7472026-05-28T05:46:12.192Z Downloaded chacha20poly1305 v0.10.1
7482026-05-28T05:46:12.195Z Downloaded nonempty v0.12.0
7492026-05-28T05:46:12.195Z Downloaded nodrop v0.1.14
7502026-05-28T05:46:12.195Z Downloaded ingot-types v0.1.2
7512026-05-28T05:46:12.197Z Downloaded newtype-uuid-macros v0.1.0
7522026-05-28T05:46:12.198Z Downloaded crc-any v2.5.0
7532026-05-28T05:46:12.198Z Downloaded cookie_store v0.22.1
7542026-05-28T05:46:12.201Z Downloaded backon v1.6.0
7552026-05-28T05:46:12.201Z Downloaded async-bb8-diesel v0.2.1
7562026-05-28T05:46:12.204Z Downloaded hmac v0.12.1
7572026-05-28T05:46:12.204Z Downloaded dropshot_endpoint v0.17.0
7582026-05-28T05:46:12.206Z Downloaded dropshot_endpoint v0.16.7
7592026-05-28T05:46:12.209Z Downloaded buf-list v1.1.2
7602026-05-28T05:46:12.209Z Downloaded crossbeam-deque v0.8.6
7612026-05-28T05:46:12.212Z Downloaded getrandom v0.3.4
7622026-05-28T05:46:12.215Z Downloaded num-derive v0.4.2
7632026-05-28T05:46:12.215Z Downloaded derive_more v0.99.20
7642026-05-28T05:46:12.218Z Downloaded num_threads v0.1.7
7652026-05-28T05:46:12.218Z Downloaded num_enum_derive v0.5.11
7662026-05-28T05:46:12.221Z Downloaded opaque-debug v0.3.1
7672026-05-28T05:46:12.221Z Downloaded num v0.4.3
7682026-05-28T05:46:12.221Z Downloaded nibble_vec v0.1.0
7692026-05-28T05:46:12.224Z Downloaded newtype_derive v0.1.6
7702026-05-28T05:46:12.224Z Downloaded num-derive v0.3.3
7712026-05-28T05:46:12.224Z Downloaded olpc-cjson v0.1.4
7722026-05-28T05:46:12.227Z Downloaded libsw-core v0.3.2
7732026-05-28T05:46:12.227Z Downloaded libsw v3.5.0
7742026-05-28T05:46:12.227Z Downloaded futures v0.3.32
7752026-05-28T05:46:12.230Z Downloaded darling_core v0.21.3
7762026-05-28T05:46:12.233Z Downloaded linked-hash-map v0.5.6
7772026-05-28T05:46:12.236Z Downloaded lock_api v0.4.14
7782026-05-28T05:46:12.236Z Downloaded linear-map v1.2.0
7792026-05-28T05:46:12.239Z Downloaded openssl-probe v0.1.6
7802026-05-28T05:46:12.239Z Downloaded openssl-macros v0.1.1
7812026-05-28T05:46:12.239Z Downloaded md-5 v0.10.6
7822026-05-28T05:46:12.242Z Downloaded lru-slab v0.1.2
7832026-05-28T05:46:12.242Z Downloaded openssl-probe v0.2.1
7842026-05-28T05:46:12.242Z Downloaded iana-time-zone v0.1.65
7852026-05-28T05:46:12.245Z Downloaded hyper-staticfile v0.10.1
7862026-05-28T05:46:12.245Z Downloaded bytes v1.11.1
7872026-05-28T05:46:12.248Z Downloaded arc-swap v1.8.2
7882026-05-28T05:46:12.250Z Downloaded hyper-rustls v0.27.7
7892026-05-28T05:46:12.253Z Downloaded mime_guess v2.0.5
7902026-05-28T05:46:12.253Z Downloaded const_format v0.2.35
7912026-05-28T05:46:12.256Z Downloaded compact_str v0.8.1
7922026-05-28T05:46:12.259Z Downloaded mime v0.3.17
7932026-05-28T05:46:12.259Z Downloaded half v1.8.3
7942026-05-28T05:46:12.262Z Downloaded native-tls v0.2.18
7952026-05-28T05:46:12.262Z Downloaded ipnetwork v0.21.1
7962026-05-28T05:46:12.262Z Downloaded ingot-macros v0.1.1
7972026-05-28T05:46:12.265Z Downloaded nu-ansi-term v0.50.3
7982026-05-28T05:46:12.265Z Downloaded packed_struct_codegen v0.10.1
7992026-05-28T05:46:12.268Z Downloaded nanorand v0.7.0
8002026-05-28T05:46:12.268Z Downloaded multer v3.1.0
8012026-05-28T05:46:12.271Z Downloaded pbkdf2 v0.11.0
8022026-05-28T05:46:12.274Z Downloaded phf_shared v0.11.3
8032026-05-28T05:46:12.274Z Downloaded path-slash v0.1.5
8042026-05-28T05:46:12.274Z Downloaded parse-size v1.1.0
8052026-05-28T05:46:12.278Z Downloaded parse-display v0.10.0
8062026-05-28T05:46:12.278Z Downloaded clang-sys v1.8.1
8072026-05-28T05:46:12.281Z Downloaded libloading v0.8.9
8082026-05-28T05:46:12.281Z Downloaded jobserver v0.1.34
8092026-05-28T05:46:12.285Z Downloaded httparse v1.10.1
8102026-05-28T05:46:12.288Z Downloaded peg-runtime v0.8.5
8112026-05-28T05:46:12.288Z Downloaded num_enum v0.5.11
8122026-05-28T05:46:12.291Z Downloaded phf_shared v0.12.1
8132026-05-28T05:46:12.291Z Downloaded pin-utils v0.1.0
8142026-05-28T05:46:12.291Z Downloaded pbkdf2 v0.12.2
8152026-05-28T05:46:12.293Z Downloaded num-integer v0.1.46
8162026-05-28T05:46:12.293Z Downloaded num-rational v0.4.2
8172026-05-28T05:46:12.296Z Downloaded aes v0.8.4
8182026-05-28T05:46:12.296Z Downloaded num-complex v0.4.6
8192026-05-28T05:46:12.299Z Downloaded der v0.7.10
8202026-05-28T05:46:12.302Z Downloaded ed25519-dalek v2.2.0
8212026-05-28T05:46:12.305Z Downloaded elliptic-curve v0.13.8
8222026-05-28T05:46:12.308Z Downloaded packed_struct v0.10.1
8232026-05-28T05:46:12.311Z Downloaded oxnet v0.1.4
8242026-05-28T05:46:12.311Z Downloaded oxide-tokio-rt v0.1.4
8252026-05-28T05:46:12.327Z Downloaded precomputed-hash v0.1.1
8262026-05-28T05:46:12.330Z Downloaded base64 v0.21.7
8272026-05-28T05:46:12.330Z Downloaded powerfmt v0.2.0
8282026-05-28T05:46:12.334Z Downloaded owo-colors v4.3.0
8292026-05-28T05:46:12.334Z Downloaded memmap2 v0.9.10
8302026-05-28T05:46:12.337Z Downloaded headers v0.4.1
8312026-05-28T05:46:12.340Z Downloaded predicates-tree v1.0.13
8322026-05-28T05:46:12.340Z Downloaded predicates-core v1.0.10
8332026-05-28T05:46:12.340Z Downloaded password-hash v0.4.2
8342026-05-28T05:46:12.343Z Downloaded progenitor-client v0.10.0
8352026-05-28T05:46:12.343Z Downloaded proc-macro-error-attr2 v2.0.0
8362026-05-28T05:46:12.346Z Downloaded proc-macro-crate v1.3.1
8372026-05-28T05:46:12.346Z Downloaded paste v1.0.15
8382026-05-28T05:46:12.346Z Downloaded parking_lot_core v0.8.6
8392026-05-28T05:46:12.349Z Downloaded parse-display-derive v0.10.0
8402026-05-28T05:46:12.351Z Downloaded progenitor-macro v0.14.0
8412026-05-28T05:46:12.351Z Downloaded progenitor-macro v0.11.2
8422026-05-28T05:46:12.352Z Downloaded progenitor-client v0.11.2
8432026-05-28T05:46:12.354Z Downloaded newtype-uuid v1.3.2
8442026-05-28T05:46:12.354Z Downloaded heapless v0.8.0
8452026-05-28T05:46:12.357Z Downloaded quick-error v1.2.3
8462026-05-28T05:46:12.357Z Downloaded crossterm v0.29.0
8472026-05-28T05:46:12.361Z Downloaded psl-types v2.0.11
8482026-05-28T05:46:12.363Z Downloaded peg-macros v0.8.5
8492026-05-28T05:46:12.366Z Downloaded flume v0.11.1
8502026-05-28T05:46:12.366Z Downloaded flate2 v1.1.9
8512026-05-28T05:46:12.369Z Downloaded phf v0.13.1
8522026-05-28T05:46:12.372Z Downloaded polyval v0.6.2
8532026-05-28T05:46:12.372Z Downloaded num_enum_derive v0.7.5
8542026-05-28T05:46:12.375Z Downloaded expectorate v1.2.0
8552026-05-28T05:46:12.375Z Downloaded indicatif v0.18.4
8562026-05-28T05:46:12.378Z Downloaded rand_chacha v0.3.1
8572026-05-28T05:46:12.381Z Downloaded pin-project-lite v0.2.17
8582026-05-28T05:46:12.384Z Downloaded pkcs8 v0.10.2
8592026-05-28T05:46:12.387Z Downloaded radium v0.7.0
8602026-05-28T05:46:12.387Z Downloaded pkg-config v0.3.32
8612026-05-28T05:46:12.387Z Downloaded parking_lot v0.11.2
8622026-05-28T05:46:12.390Z Downloaded postgres-protocol v0.6.10
8632026-05-28T05:46:12.390Z Downloaded predicates v3.1.4
8642026-05-28T05:46:12.393Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-05-28T05:46:12.396Z Downloaded recursive v0.1.1
8662026-05-28T05:46:12.396Z Downloaded rand_xorshift v0.4.0
8672026-05-28T05:46:12.396Z Downloaded proc-macro-crate v3.4.0
8682026-05-28T05:46:12.399Z Downloaded parking_lot_core v0.9.12
8692026-05-28T05:46:12.399Z Downloaded password-hash v0.5.0
8702026-05-28T05:46:12.402Z Downloaded primeorder v0.13.6
8712026-05-28T05:46:12.402Z Downloaded progenitor v0.14.0
8722026-05-28T05:46:12.405Z Downloaded progenitor v0.11.2
8732026-05-28T05:46:12.405Z Downloaded ref-cast v1.0.25
8742026-05-28T05:46:12.408Z Downloaded hickory-resolver v0.24.4
8752026-05-28T05:46:12.408Z Downloaded ppv-lite86 v0.2.21
8762026-05-28T05:46:12.411Z Downloaded progenitor v0.13.0
8772026-05-28T05:46:12.411Z Downloaded proc-macro-error2 v2.0.1
8782026-05-28T05:46:12.414Z Downloaded progenitor-extras v0.2.0
8792026-05-28T05:46:12.414Z Downloaded pem-rfc7468 v0.7.0
8802026-05-28T05:46:12.417Z Downloaded progenitor v0.10.0
8812026-05-28T05:46:12.417Z Downloaded pin-project-internal v1.1.11
8822026-05-28T05:46:12.417Z Downloaded pem v3.0.6
8832026-05-28T05:46:12.420Z Downloaded rfc6979 v0.4.0
8842026-05-28T05:46:12.420Z Downloaded indexmap v1.9.3
8852026-05-28T05:46:12.423Z Downloaded curve25519-dalek v4.1.3
8862026-05-28T05:46:12.425Z Downloaded psm v0.1.30
8872026-05-28T05:46:12.428Z Downloaded crossbeam-channel v0.5.15
8882026-05-28T05:46:12.431Z Downloaded rustc-hash v2.1.1
8892026-05-28T05:46:12.431Z Downloaded rtoolbox v0.0.3
8902026-05-28T05:46:12.434Z Downloaded rustc_version v0.4.1
8912026-05-28T05:46:12.434Z Downloaded russh-cryptovec v0.7.3
8922026-05-28T05:46:12.435Z Downloaded phf v0.12.1
8932026-05-28T05:46:12.435Z Downloaded peg v0.8.5
8942026-05-28T05:46:12.438Z Downloaded libbz2-rs-sys v0.2.2
8952026-05-28T05:46:12.441Z Downloaded r2d2 v0.8.10
8962026-05-28T05:46:12.441Z Downloaded omicron-zone-package v0.12.2
8972026-05-28T05:46:12.441Z Downloaded async-compression v0.4.41
8982026-05-28T05:46:12.445Z Downloaded poly1305 v0.8.0
8992026-05-28T05:46:12.448Z Downloaded progenitor-macro v0.13.0
9002026-05-28T05:46:12.448Z Downloaded progenitor-macro v0.10.0
9012026-05-28T05:46:12.451Z Downloaded rustc_version v0.1.7
9022026-05-28T05:46:12.451Z Downloaded pkcs1 v0.7.5
9032026-05-28T05:46:12.451Z Downloaded rand_core v0.9.5
9042026-05-28T05:46:12.454Z Downloaded rand_chacha v0.9.0
9052026-05-28T05:46:12.454Z Downloaded parking_lot v0.12.5
9062026-05-28T05:46:12.457Z Downloaded postcard v1.1.3
9072026-05-28T05:46:12.457Z Downloaded postgres-types v0.2.12
9082026-05-28T05:46:12.459Z Downloaded oso v0.27.3
9092026-05-28T05:46:12.462Z Downloaded progenitor-client v0.14.0
9102026-05-28T05:46:12.462Z Downloaded num_enum v0.7.5
9112026-05-28T05:46:12.465Z Downloaded scrypt v0.11.0
9122026-05-28T05:46:12.465Z Downloaded papergrid v0.17.0
9132026-05-28T05:46:12.468Z Downloaded miniz_oxide v0.8.9
9142026-05-28T05:46:12.471Z Downloaded sapling-renderdag v0.1.0
9152026-05-28T05:46:12.471Z Downloaded ref-cast-impl v1.0.25
9162026-05-28T05:46:12.471Z Downloaded same-file v1.0.6
9172026-05-28T05:46:12.474Z Downloaded salsa20 v0.10.2
9182026-05-28T05:46:12.474Z Downloaded rand_core v0.10.0
9192026-05-28T05:46:12.474Z Downloaded semver v0.1.20
9202026-05-28T05:46:12.477Z Downloaded secrecy v0.8.0
9212026-05-28T05:46:12.477Z Downloaded scheduled-thread-pool v0.2.7
9222026-05-28T05:46:12.477Z Downloaded derive_more v2.1.1
9232026-05-28T05:46:12.483Z Downloaded serde_bytes v0.11.19
9242026-05-28T05:46:12.488Z Downloaded serde-big-array v0.5.1
9252026-05-28T05:46:12.488Z Downloaded serde_plain v1.0.2
9262026-05-28T05:46:12.491Z Downloaded scopeguard v1.2.0
9272026-05-28T05:46:12.491Z Downloaded progenitor-client v0.13.0
9282026-05-28T05:46:12.491Z Downloaded seq-macro v0.3.6
9292026-05-28T05:46:12.491Z Downloaded secrecy v0.10.3
9302026-05-28T05:46:12.491Z Downloaded hickory-resolver v0.25.2
9312026-05-28T05:46:12.494Z Downloaded jiff-static v0.2.21
9322026-05-28T05:46:12.497Z Downloaded dropshot-api-manager v0.7.1
9332026-05-28T05:46:12.500Z Downloaded derive_more-impl v2.1.1
9342026-05-28T05:46:12.502Z Downloaded serde_repr v0.1.20
9352026-05-28T05:46:12.503Z Downloaded sha1 v0.10.6
9362026-05-28T05:46:12.503Z Downloaded serde_urlencoded v0.7.1
9372026-05-28T05:46:12.506Z Downloaded serde_spanned v1.0.4
9382026-05-28T05:46:12.506Z Downloaded phf_shared v0.13.1
9392026-05-28T05:46:12.506Z Downloaded diesel_derives v2.3.7
9402026-05-28T05:46:12.509Z Downloaded rustls-native-certs v0.8.3
9412026-05-28T05:46:12.512Z Downloaded rand_core v0.6.4
9422026-05-28T05:46:12.514Z Downloaded signal-hook-tokio v0.3.1
9432026-05-28T05:46:12.514Z Downloaded heapless v0.7.17
9442026-05-28T05:46:12.517Z Downloaded siphasher v1.0.2
9452026-05-28T05:46:12.517Z Downloaded sigpipe v0.1.3
9462026-05-28T05:46:12.517Z Downloaded shell-words v1.1.1
9472026-05-28T05:46:12.520Z Downloaded rustls-pemfile v2.2.0
9482026-05-28T05:46:12.520Z Downloaded quinn-udp v0.5.14
9492026-05-28T05:46:12.523Z Downloaded signature v2.2.0
9502026-05-28T05:46:12.523Z Downloaded signal-hook-mio v0.2.5
9512026-05-28T05:46:12.523Z Downloaded p256 v0.13.2
9522026-05-28T05:46:12.526Z Downloaded openssl-sys v0.9.115
9532026-05-28T05:46:12.529Z Downloaded scroll_derive v0.13.1
9542026-05-28T05:46:12.529Z Downloaded scroll v0.13.0
9552026-05-28T05:46:12.532Z Downloaded rustversion v1.0.22
9562026-05-28T05:46:12.532Z Downloaded rustls-pemfile v1.0.4
9572026-05-28T05:46:12.535Z Downloaded pkcs5 v0.7.1
9582026-05-28T05:46:12.535Z Downloaded slog-bunyan v2.5.0
9592026-05-28T05:46:12.538Z Downloaded schemars_derive v0.8.22
9602026-05-28T05:46:12.538Z Downloaded hashbrown v0.12.3
9612026-05-28T05:46:12.541Z Downloaded sct v0.7.1
9622026-05-28T05:46:12.544Z Downloaded progenitor-impl v0.10.0
9632026-05-28T05:46:12.544Z Downloaded half v2.7.1
9642026-05-28T05:46:12.546Z Downloaded cc v1.2.56
9652026-05-28T05:46:12.549Z Downloaded progenitor-impl v0.11.2
9662026-05-28T05:46:12.549Z Downloaded sec1 v0.7.3
9672026-05-28T05:46:12.549Z Downloaded resolv-conf v0.7.6
9682026-05-28T05:46:12.552Z Downloaded hickory-server v0.25.2
9692026-05-28T05:46:12.556Z Downloaded slog-envlogger v2.2.0
9702026-05-28T05:46:12.556Z Downloaded bumpalo v3.20.2
9712026-05-28T05:46:12.559Z Downloaded oso-derive v0.27.3
9722026-05-28T05:46:12.559Z Downloaded litrs v1.0.0
9732026-05-28T05:46:12.559Z Downloaded serde_path_to_error v0.1.20
9742026-05-28T05:46:12.562Z Downloaded http v1.4.0
9752026-05-28T05:46:12.562Z Downloaded ignore v0.4.25
9762026-05-28T05:46:12.565Z Downloaded darling_core v0.23.0
9772026-05-28T05:46:12.568Z Downloaded russh-keys v0.45.0
9782026-05-28T05:46:12.568Z Downloaded progenitor-impl v0.14.0
9792026-05-28T05:46:12.571Z Downloaded libefi-sys v0.1.0
9802026-05-28T05:46:12.571Z Downloaded crossbeam-utils v0.8.21
9812026-05-28T05:46:12.574Z Downloaded num-iter v0.1.45
9822026-05-28T05:46:12.574Z Downloaded num-conv v0.2.0
9832026-05-28T05:46:12.574Z Downloaded fatfs v0.3.6
9842026-05-28T05:46:12.577Z Downloaded serde-hex v0.1.0
9852026-05-28T05:46:12.577Z Downloaded ed25519 v2.2.3
9862026-05-28T05:46:12.580Z Downloaded ssh-encoding v0.2.0
9872026-05-28T05:46:12.580Z Downloaded sqlparser_derive v0.5.0
9882026-05-28T05:46:12.580Z Downloaded shlex v1.3.0
9892026-05-28T05:46:12.583Z Downloaded aho-corasick v1.1.4
9902026-05-28T05:46:12.586Z Downloaded signal-hook-registry v1.4.8
9912026-05-28T05:46:12.586Z Downloaded rustls-pki-types v1.14.0
9922026-05-28T05:46:12.588Z Downloaded rand_seeder v0.4.0
9932026-05-28T05:46:12.588Z Downloaded hyper-util v0.1.20
9942026-05-28T05:46:12.592Z Downloaded strum v0.26.3
9952026-05-28T05:46:12.595Z Downloaded structmeta-derive v0.3.0
9962026-05-28T05:46:12.595Z Downloaded structmeta v0.3.0
9972026-05-28T05:46:12.595Z Downloaded slog-dtrace v0.3.0
9982026-05-28T05:46:12.595Z Downloaded subtle v2.6.1
9992026-05-28T05:46:12.598Z Downloaded slog-json v2.6.1
10002026-05-28T05:46:12.598Z Downloaded strip-ansi-escapes v0.2.1
10012026-05-28T05:46:12.598Z Downloaded simd-adler32 v0.3.8
10022026-05-28T05:46:12.603Z Downloaded pin-project v1.1.11
10032026-05-28T05:46:12.606Z Downloaded progenitor-impl v0.13.0
10042026-05-28T05:46:12.610Z Downloaded minimal-lexical v0.2.1
10052026-05-28T05:46:12.611Z Downloaded ssh-cipher v0.2.0
10062026-05-28T05:46:12.613Z Downloaded sync_wrapper v1.0.2
10072026-05-28T05:46:12.613Z Downloaded smf v0.2.3
10082026-05-28T05:46:12.613Z Downloaded supports-color v3.0.2
10092026-05-28T05:46:12.613Z Downloaded strum v0.27.2
10102026-05-28T05:46:12.613Z Downloaded slog-async v2.8.0
10112026-05-28T05:46:12.617Z Downloaded rusty-fork v0.3.1
10122026-05-28T05:46:12.617Z Downloaded prettyplease v0.2.37
10132026-05-28T05:46:12.621Z Downloaded tabwriter v1.4.1
10142026-05-28T05:46:12.621Z Downloaded serde_derive_internals v0.29.1
10152026-05-28T05:46:12.621Z Downloaded prefix-trie v0.7.0
10162026-05-28T05:46:12.624Z Downloaded pretty_assertions v1.4.1
10172026-05-28T05:46:12.624Z Downloaded ecdsa v0.16.9
10182026-05-28T05:46:12.624Z Downloaded smallvec v0.6.14
10192026-05-28T05:46:12.632Z Downloaded slog-stdlog v4.1.1
10202026-05-28T05:46:12.632Z Downloaded num-bigint v0.4.6
10212026-05-28T05:46:12.635Z Downloaded slog-scope v4.4.1
10222026-05-28T05:46:12.635Z Downloaded take_mut v0.2.2
10232026-05-28T05:46:12.635Z Downloaded tagptr v0.2.0
10242026-05-28T05:46:12.636Z Downloaded thread-id v5.1.0
10252026-05-28T05:46:12.636Z Downloaded time-core v0.1.8
10262026-05-28T05:46:12.636Z Downloaded thiserror-impl-no-std v2.0.2
10272026-05-28T05:46:12.639Z Downloaded testing_table v0.3.0
10282026-05-28T05:46:12.639Z Downloaded termtree v0.5.1
10292026-05-28T05:46:12.639Z Downloaded bitvec v1.0.1
10302026-05-28T05:46:12.645Z Downloaded sqlformat v0.3.5
10312026-05-28T05:46:12.649Z Downloaded serde_cbor v0.11.2
10322026-05-28T05:46:12.649Z Downloaded spki v0.7.3
10332026-05-28T05:46:12.652Z Downloaded stacker v0.1.23
10342026-05-28T05:46:12.652Z Downloaded snafu-derive v0.8.9
10352026-05-28T05:46:12.652Z Downloaded sync-ptr v0.1.4
10362026-05-28T05:46:12.656Z Downloaded slab v0.4.12
10372026-05-28T05:46:12.656Z Downloaded crossterm v0.28.1
10382026-05-28T05:46:12.659Z Downloaded itertools v0.10.5
10392026-05-28T05:46:12.662Z Downloaded aes-gcm v0.10.3
10402026-05-28T05:46:12.665Z Downloaded tinyvec_macros v0.1.1
10412026-05-28T05:46:12.665Z Downloaded strum_macros v0.27.2
10422026-05-28T05:46:12.668Z Downloaded tokio-macros v2.7.0
10432026-05-28T05:46:12.668Z Downloaded strum_macros v0.26.4
10442026-05-28T05:46:12.669Z Downloaded defmt v1.0.1
10452026-05-28T05:46:12.671Z Downloaded mio v1.2.0
10462026-05-28T05:46:12.675Z Downloaded hashbrown v0.15.5
10472026-05-28T05:46:12.679Z Downloaded hashbrown v0.13.2
10482026-05-28T05:46:12.682Z Downloaded stringprep v0.1.5
10492026-05-28T05:46:12.682Z Downloaded support-bundle-viewer v0.1.2
10502026-05-28T05:46:12.685Z Downloaded tap v1.0.1
10512026-05-28T05:46:12.685Z Downloaded string_cache v0.8.9
10522026-05-28T05:46:12.685Z Downloaded hashbrown v0.16.1
10532026-05-28T05:46:12.689Z Downloaded rcgen v0.12.1
10542026-05-28T05:46:12.692Z Downloaded nom v7.1.3
10552026-05-28T05:46:12.695Z Downloaded schemars v0.8.22
10562026-05-28T05:46:12.699Z Downloaded slog-term v2.9.2
10572026-05-28T05:46:12.703Z Downloaded ryu v1.0.23
10582026-05-28T05:46:12.706Z Downloaded thiserror-no-std v2.0.2
10592026-05-28T05:46:12.706Z Downloaded termios v0.3.3
10602026-05-28T05:46:12.709Z Downloaded rayon-core v1.13.0
10612026-05-28T05:46:12.709Z Downloaded quinn v0.11.9
10622026-05-28T05:46:12.712Z Downloaded spin v0.9.8
10632026-05-28T05:46:12.715Z Downloaded tiny-keccak v2.0.2
10642026-05-28T05:46:12.715Z Downloaded ron v0.8.1
10652026-05-28T05:46:12.718Z Downloaded thread_local v1.1.9
10662026-05-28T05:46:12.719Z Downloaded static_assertions v1.1.0
10672026-05-28T05:46:12.724Z Downloaded topological-sort v0.2.2
10682026-05-28T05:46:12.725Z Downloaded try-lock v0.2.5
10692026-05-28T05:46:12.725Z Downloaded serde_yaml v0.9.34+deprecated
10702026-05-28T05:46:12.725Z Downloaded tower-layer v0.3.3
10712026-05-28T05:46:12.725Z Downloaded tower-service v0.3.3
10722026-05-28T05:46:12.728Z Downloaded trait-variant v0.1.2
10732026-05-28T05:46:12.728Z Downloaded tls_codec_derive v0.4.2
10742026-05-28T05:46:12.728Z Downloaded tabled_derive v0.11.0
10752026-05-28T05:46:12.728Z Downloaded libxml v0.3.3
10762026-05-28T05:46:12.731Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-28T05:46:12.736Z Downloaded strum_macros v0.24.3
10782026-05-28T05:46:12.737Z Downloaded rand v0.8.6
10792026-05-28T05:46:12.740Z Downloaded serde_with_macros v3.17.0
10802026-05-28T05:46:12.740Z Downloaded unarray v0.1.4
10812026-05-28T05:46:12.740Z Downloaded qorb v0.4.1
10822026-05-28T05:46:12.744Z Downloaded universal-hash v0.5.1
10832026-05-28T05:46:12.744Z Downloaded unit-prefix v0.5.2
10842026-05-28T05:46:12.744Z Downloaded signal-hook v0.3.18
10852026-05-28T05:46:12.747Z Downloaded typify-macro v0.4.3
10862026-05-28T05:46:12.747Z Downloaded itertools v0.13.0
10872026-05-28T05:46:12.750Z Downloaded unicode-truncate v1.1.0
10882026-05-28T05:46:12.753Z Downloaded iri-string v0.7.10
10892026-05-28T05:46:12.756Z Downloaded term v0.7.0
10902026-05-28T05:46:12.759Z Downloaded tokio-dtrace v0.1.1
10912026-05-28T05:46:12.759Z Downloaded similar v2.7.0
10922026-05-28T05:46:12.764Z Downloaded usdt-attr-macro v0.6.0
10932026-05-28T05:46:12.764Z Downloaded untrusted v0.9.0
10942026-05-28T05:46:12.764Z Downloaded untrusted v0.7.1
10952026-05-28T05:46:12.764Z Downloaded typify-macro v0.6.2
10962026-05-28T05:46:12.764Z Downloaded tokio-rustls v0.25.0
10972026-05-28T05:46:12.767Z Downloaded tokio-tungstenite v0.21.0
10982026-05-28T05:46:12.767Z Downloaded tokio-native-tls v0.3.1
10992026-05-28T05:46:12.771Z Downloaded tokio-tungstenite v0.23.1
11002026-05-28T05:46:12.774Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-28T05:46:12.777Z Downloaded term v1.2.1
11022026-05-28T05:46:12.777Z Downloaded utf-8 v0.7.6
11032026-05-28T05:46:12.780Z Downloaded usdt-macro v0.6.0
11042026-05-28T05:46:12.780Z Downloaded usdt v0.6.0
11052026-05-28T05:46:12.780Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11062026-05-28T05:46:12.780Z Downloaded time-macros v0.2.27
11072026-05-28T05:46:12.783Z Downloaded num-bigint-dig v0.8.6
11082026-05-28T05:46:12.786Z Downloaded socket2 v0.5.10
11092026-05-28T05:46:12.786Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-05-28T05:46:12.786Z Downloaded publicsuffix v2.3.0
11112026-05-28T05:46:12.791Z Downloaded socket2 v0.6.3
11122026-05-28T05:46:12.791Z Downloaded rsa v0.9.10
11132026-05-28T05:46:12.796Z Downloaded void v1.0.2
11142026-05-28T05:46:12.796Z Downloaded want v0.3.1
11152026-05-28T05:46:12.799Z Downloaded samael v0.0.19
11162026-05-28T05:46:12.802Z Downloaded tls_codec v0.4.2
11172026-05-28T05:46:12.809Z Downloaded tui-tree-widget v0.23.1
11182026-05-28T05:46:12.809Z Downloaded schemars v1.2.1
11192026-05-28T05:46:12.814Z Downloaded xshell-macros v0.2.7
11202026-05-28T05:46:12.814Z Downloaded h2 v0.4.13
11212026-05-28T05:46:12.817Z Downloaded futures-util v0.3.32
11222026-05-28T05:46:12.823Z Downloaded tokio-rustls v0.24.1
11232026-05-28T05:46:12.826Z Downloaded xattr v1.6.1
11242026-05-28T05:46:12.826Z Downloaded wait-timeout v0.2.1
11252026-05-28T05:46:12.829Z Downloaded unicase v2.9.0
11262026-05-28T05:46:12.829Z Downloaded iddqd v0.4.1
11272026-05-28T05:46:12.833Z Downloaded tokio-stream v0.1.18
11282026-05-28T05:46:12.836Z Downloaded test-strategy v0.4.5
11292026-05-28T05:46:12.840Z Downloaded zeroize_derive v1.4.3
11302026-05-28T05:46:12.844Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-28T05:46:12.845Z Downloaded zone v0.3.1
11322026-05-28T05:46:12.847Z Downloaded zone_cfg_derive v0.3.1
11332026-05-28T05:46:12.848Z Downloaded slog v2.8.2
11342026-05-28T05:46:12.848Z Downloaded subprocess v0.2.15
11352026-05-28T05:46:12.851Z Downloaded hyper v1.8.1
11362026-05-28T05:46:12.854Z Downloaded usdt-impl v0.6.0
11372026-05-28T05:46:12.854Z Downloaded tinyvec v1.10.0
11382026-05-28T05:46:12.858Z Downloaded vergen-lib v0.1.6
11392026-05-28T05:46:12.858Z Downloaded vergen-git2 v1.0.7
11402026-05-28T05:46:12.858Z Downloaded itertools v0.14.0
11412026-05-28T05:46:12.863Z Downloaded rustls-webpki v0.103.9
11422026-05-28T05:46:12.866Z Downloaded uzers v0.12.2
11432026-05-28T05:46:12.866Z Downloaded waitgroup v0.1.2
11442026-05-28T05:46:12.866Z Downloaded vergen-gitcl v1.0.8
11452026-05-28T05:46:12.869Z Downloaded walkdir v2.5.0
11462026-05-28T05:46:12.869Z Downloaded vsss-rs v3.3.4
11472026-05-28T05:46:12.872Z Downloaded itertools v0.12.1
11482026-05-28T05:46:12.875Z Downloaded whoami v1.6.1
11492026-05-28T05:46:12.875Z Downloaded tracing-attributes v0.1.31
11502026-05-28T05:46:12.879Z Downloaded wyz v0.5.1
11512026-05-28T05:46:12.879Z Downloaded rand v0.9.2
11522026-05-28T05:46:12.882Z Downloaded libm v0.2.16
11532026-05-28T05:46:12.885Z Downloaded twox-hash v2.1.2
11542026-05-28T05:46:12.888Z Downloaded tar v0.4.45
11552026-05-28T05:46:12.891Z Downloaded zeroize v1.8.2
11562026-05-28T05:46:12.891Z Downloaded snafu v0.8.9
11572026-05-28T05:46:12.894Z Downloaded xshell v0.2.7
11582026-05-28T05:46:12.897Z Downloaded whoami v2.1.0
11592026-05-28T05:46:12.897Z Downloaded rand v0.10.0
11602026-05-28T05:46:12.900Z Downloaded toml v0.7.8
11612026-05-28T05:46:12.903Z Downloaded unicode-properties v0.1.4
11622026-05-28T05:46:12.903Z Downloaded tokio-rustls v0.26.4
11632026-05-28T05:46:12.903Z Downloaded p521 v0.13.3
11642026-05-28T05:46:12.906Z Downloaded zstd v0.13.3
11652026-05-28T05:46:12.909Z Downloaded vergen v9.0.6
11662026-05-28T05:46:12.909Z Downloaded schemars v0.9.0
11672026-05-28T05:46:12.918Z Downloaded typify v0.4.3
11682026-05-28T05:46:12.921Z Downloaded typify v0.6.2
11692026-05-28T05:46:12.924Z Downloaded hkdf v0.12.4
11702026-05-28T05:46:12.931Z Downloaded toml v1.0.6+spec-1.1.0
11712026-05-28T05:46:12.939Z Downloaded toml v0.9.12+spec-1.1.0
11722026-05-28T05:46:12.942Z Downloaded tungstenite v0.23.0
11732026-05-28T05:46:12.967Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-05-28T05:46:12.967Z Downloaded blake3 v1.8.3
11752026-05-28T05:46:12.967Z Downloaded steno v0.4.1
11762026-05-28T05:46:12.968Z Downloaded zstd-safe v7.2.4
11772026-05-28T05:46:12.968Z Downloaded vte v0.14.1
11782026-05-28T05:46:12.968Z Downloaded zerocopy v0.6.6
11792026-05-28T05:46:12.968Z Downloaded russh v0.45.0
11802026-05-28T05:46:12.971Z Downloaded rustyline v14.0.0
11812026-05-28T05:46:12.979Z Downloaded unsafe-libyaml v0.2.11
11822026-05-28T05:46:12.984Z Downloaded tracing-core v0.1.36
11832026-05-28T05:46:12.988Z Downloaded uuid v1.23.0
11842026-05-28T05:46:12.992Z Downloaded tungstenite v0.21.0
11852026-05-28T05:46:12.995Z Downloaded rpassword v7.4.0
11862026-05-28T05:46:12.998Z Downloaded unicode-bidi v0.3.18
11872026-05-28T05:46:13.001Z Downloaded tokio-postgres v0.7.16
11882026-05-28T05:46:13.008Z Downloaded yasna v0.5.2
11892026-05-28T05:46:13.011Z Downloaded chrono v0.4.44
11902026-05-28T05:46:13.014Z Downloaded reedline v0.40.0
11912026-05-28T05:46:13.025Z Downloaded unicode_categories v0.1.1
11922026-05-28T05:46:13.028Z Downloaded yansi v1.0.1
11932026-05-28T05:46:13.039Z Downloaded zip v0.6.6
11942026-05-28T05:46:13.042Z Downloaded toml_edit v0.19.15
11952026-05-28T05:46:13.052Z Downloaded ssh-key v0.6.7
11962026-05-28T05:46:13.056Z Downloaded aws-lc-rs v1.16.3
11972026-05-28T05:46:13.061Z Downloaded zopfli v0.8.3
11982026-05-28T05:46:13.064Z Downloaded regex v1.12.3
11992026-05-28T05:46:13.067Z Downloaded reqwest v0.13.2
12002026-05-28T05:46:13.069Z Downloaded reqwest v0.12.28
12012026-05-28T05:46:13.073Z Downloaded git2 v0.20.4
12022026-05-28T05:46:13.077Z Downloaded rayon v1.11.0
12032026-05-28T05:46:13.084Z Downloaded unicode-segmentation v1.12.0
12042026-05-28T05:46:13.087Z Downloaded p384 v0.13.1
12052026-05-28T05:46:13.089Z Downloaded salty v0.3.0
12062026-05-28T05:46:13.092Z Downloaded portable-atomic v1.13.1
12072026-05-28T05:46:13.096Z Downloaded zerocopy-derive v0.8.40
12082026-05-28T05:46:13.100Z Downloaded tower v0.5.3
12092026-05-28T05:46:13.106Z Downloaded lalrpop v0.19.12
12102026-05-28T05:46:13.112Z Downloaded rustls-webpki v0.101.7
12112026-05-28T05:46:13.120Z Downloaded typed-path v0.9.3
12122026-05-28T05:46:13.123Z Downloaded bindgen v0.71.1
12132026-05-28T05:46:13.128Z Downloaded proptest v1.10.0
12142026-05-28T05:46:13.135Z Downloaded tower-http v0.6.8
12152026-05-28T05:46:13.139Z Downloaded serde_with v3.17.0
12162026-05-28T05:46:13.146Z Downloaded tough v0.22.0
12172026-05-28T05:46:13.151Z Downloaded quick-xml v0.37.5
12182026-05-28T05:46:13.158Z Downloaded x509-cert v0.2.5
12192026-05-28T05:46:13.169Z Downloaded tokio-util v0.7.18
12202026-05-28T05:46:13.173Z Downloaded moka v0.12.13
12212026-05-28T05:46:13.178Z Downloaded petname v2.0.2
12222026-05-28T05:46:13.181Z Downloaded zip v4.6.1
12232026-05-28T05:46:13.184Z Downloaded goblin v0.10.5
12242026-05-28T05:46:13.188Z Downloaded unicode-normalization v0.1.25
12252026-05-28T05:46:13.190Z Downloaded rustls-webpki v0.102.8
12262026-05-28T05:46:13.206Z Downloaded nix v0.27.1
12272026-05-28T05:46:13.212Z Downloaded object v0.30.4
12282026-05-28T05:46:13.218Z Downloaded winnow v0.5.40
12292026-05-28T05:46:13.229Z Downloaded dropshot v0.16.7
12302026-05-28T05:46:13.243Z Downloaded tabled v0.20.0
12312026-05-28T05:46:13.253Z Downloaded nix v0.28.0
12322026-05-28T05:46:13.259Z Downloaded smoltcp v0.9.1
12332026-05-28T05:46:13.265Z Downloaded nix v0.29.0
12342026-05-28T05:46:13.273Z Downloaded regex-syntax v0.6.29
12352026-05-28T05:46:13.277Z Downloaded radix_trie v0.2.1
12362026-05-28T05:46:13.279Z Downloaded winnow v0.6.26
12372026-05-28T05:46:13.284Z Downloaded dropshot v0.17.0
12382026-05-28T05:46:13.298Z Downloaded vcpkg v0.2.15
12392026-05-28T05:46:13.321Z Downloaded bstr v1.12.1
12402026-05-28T05:46:13.326Z Downloaded smoltcp v0.11.0
12412026-05-28T05:46:13.333Z Downloaded time v0.3.47
12422026-05-28T05:46:13.340Z Downloaded regex-syntax v0.8.10
12432026-05-28T05:46:13.345Z Downloaded polar-core v0.27.3
12442026-05-28T05:46:13.350Z Downloaded diesel v2.3.7
12452026-05-28T05:46:13.362Z Downloaded zlib-rs v0.6.2
12462026-05-28T05:46:13.366Z Downloaded hickory-proto v0.24.4
12472026-05-28T05:46:13.374Z Downloaded rustls v0.23.37
12482026-05-28T05:46:13.381Z Downloaded openssl v0.10.79
12492026-05-28T05:46:13.387Z Downloaded quinn-proto v0.11.13
12502026-05-28T05:46:13.400Z Downloaded rustls v0.21.12
12512026-05-28T05:46:13.408Z Downloaded nix v0.31.2
12522026-05-28T05:46:13.414Z Downloaded sled v0.34.7
12532026-05-28T05:46:13.421Z Downloaded zerocopy v0.8.40
12542026-05-28T05:46:13.426Z Downloaded rustls v0.22.4
12552026-05-28T05:46:13.434Z Downloaded typify-impl v0.4.3
12562026-05-28T05:46:13.442Z Downloaded regress v0.10.5
12572026-05-28T05:46:13.448Z Downloaded hickory-proto v0.25.2
12582026-05-28T05:46:13.456Z Downloaded zerocopy-derive v0.6.6
12592026-05-28T05:46:13.462Z Downloaded regress v0.11.1
12602026-05-28T05:46:13.467Z Downloaded ratatui v0.29.0
12612026-05-28T05:46:13.479Z Downloaded webpki-roots v1.0.6
12622026-05-28T05:46:13.482Z Downloaded openapiv3 v2.2.0
12632026-05-28T05:46:13.487Z Downloaded object v0.37.3
12642026-05-28T05:46:13.494Z Downloaded petgraph v0.6.5
12652026-05-28T05:46:13.507Z Downloaded rustix v0.38.44
12662026-05-28T05:46:13.520Z Downloaded petgraph v0.8.3
12672026-05-28T05:46:13.533Z Downloaded csv v1.4.0
12682026-05-28T05:46:13.545Z Downloaded sqlparser v0.61.0
12692026-05-28T05:46:13.551Z Downloaded tokio v1.52.1
12702026-05-28T05:46:13.589Z Downloaded typify-impl v0.6.2
12712026-05-28T05:46:13.598Z Downloaded encoding_rs v0.8.35
12722026-05-28T05:46:13.611Z Downloaded tracing v0.1.44
12732026-05-28T05:46:13.623Z Downloaded chrono-tz v0.10.4
12742026-05-28T05:46:13.634Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-28T05:46:13.648Z Downloaded regex-automata v0.4.14
12762026-05-28T05:46:13.673Z Downloaded jiff v0.2.21
12772026-05-28T05:46:13.735Z Downloaded libz-sys v1.1.24
12782026-05-28T05:46:13.747Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-28T05:46:13.762Z Downloaded sha3 v0.10.8
12802026-05-28T05:46:13.866Z Downloaded ring v0.17.14
12812026-05-28T05:46:13.914Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-05-28T05:46:14.398Z Downloaded aws-lc-sys v0.40.0
12832026-05-28T05:46:14.653Z Compiling libc v0.2.185
12842026-05-28T05:46:14.657Z Compiling serde v1.0.228
12852026-05-28T05:46:14.657Z Compiling log v0.4.29
12862026-05-28T05:46:14.657Z Compiling find-msvc-tools v0.1.9
12872026-05-28T05:46:14.657Z Compiling shlex v1.3.0
12882026-05-28T05:46:14.657Z Compiling smallvec v1.15.1
12892026-05-28T05:46:14.657Z Compiling typenum v1.19.0
12902026-05-28T05:46:14.795Z Compiling subtle v2.6.1
12912026-05-28T05:46:14.870Z Compiling generic-array v0.14.7
12922026-05-28T05:46:14.873Z Compiling scopeguard v1.2.0
12932026-05-28T05:46:14.912Z Compiling const-oid v0.9.6
12942026-05-28T05:46:14.916Z Compiling serde_json v1.0.149
12952026-05-28T05:46:14.928Z Compiling syn v2.0.117
12962026-05-28T05:46:14.940Z Compiling zerocopy v0.8.40
12972026-05-28T05:46:14.943Z Compiling portable-atomic v1.13.1
12982026-05-28T05:46:14.943Z Compiling pin-project-lite v0.2.17
12992026-05-28T05:46:15.082Z Compiling lock_api v0.4.14
13002026-05-28T05:46:15.100Z Compiling parking_lot_core v0.9.12
13012026-05-28T05:46:15.113Z Compiling pkg-config v0.3.32
13022026-05-28T05:46:15.116Z Compiling bitflags v2.11.0
13032026-05-28T05:46:15.130Z Compiling futures-core v0.3.32
13042026-05-28T05:46:15.161Z Compiling libm v0.2.16
13052026-05-28T05:46:15.177Z Compiling critical-section v1.2.0
13062026-05-28T05:46:15.255Z Compiling num-traits v0.2.19
13072026-05-28T05:46:15.270Z Compiling percent-encoding v2.3.2
13082026-05-28T05:46:15.336Z Compiling futures-sink v0.3.32
13092026-05-28T05:46:15.340Z Compiling futures-io v0.3.32
13102026-05-28T05:46:15.340Z Compiling slab v0.4.12
13112026-05-28T05:46:15.408Z Compiling getrandom v0.4.1
13122026-05-28T05:46:15.422Z Compiling cpufeatures v0.2.17
13132026-05-28T05:46:15.456Z Compiling futures-channel v0.3.32
13142026-05-28T05:46:15.491Z Compiling futures-task v0.3.32
13152026-05-28T05:46:15.523Z Compiling rand_core v0.10.0
13162026-05-28T05:46:15.526Z Compiling indexmap v2.14.0
13172026-05-28T05:46:15.554Z Compiling rustversion v1.0.22
13182026-05-28T05:46:15.558Z Compiling getrandom v0.3.4
13192026-05-28T05:46:15.662Z Compiling form_urlencoded v1.2.2
13202026-05-28T05:46:15.681Z Compiling fs_extra v1.3.0
13212026-05-28T05:46:15.698Z Compiling dunce v1.0.5
13222026-05-28T05:46:15.715Z Compiling ident_case v1.0.1
13232026-05-28T05:46:15.718Z Compiling base64ct v1.8.3
13242026-05-28T05:46:15.745Z Compiling flagset v0.4.7
13252026-05-28T05:46:15.777Z Compiling getrandom v0.2.17
13262026-05-28T05:46:15.812Z Compiling jobserver v0.1.34
13272026-05-28T05:46:15.830Z Compiling errno v0.3.14
13282026-05-28T05:46:15.867Z Compiling mio v1.2.0
13292026-05-28T05:46:15.888Z Compiling socket2 v0.6.3
13302026-05-28T05:46:15.924Z Compiling rand_core v0.6.4
13312026-05-28T05:46:15.974Z Compiling signal-hook-registry v1.4.8
13322026-05-28T05:46:16.113Z Compiling cc v1.2.56
13332026-05-28T05:46:16.116Z Compiling once_cell v1.21.3
13342026-05-28T05:46:16.117Z Compiling parking_lot v0.12.5
13352026-05-28T05:46:16.222Z Compiling pem-rfc7468 v0.7.0
13362026-05-28T05:46:16.275Z Compiling rustix v1.1.3
13372026-05-28T05:46:16.298Z Compiling regex-syntax v0.8.10
13382026-05-28T05:46:16.298Z Compiling iana-time-zone v0.1.65
13392026-05-28T05:46:16.329Z Compiling aws-lc-rs v1.16.3
13402026-05-28T05:46:16.382Z Compiling vcpkg v0.2.15
13412026-05-28T05:46:16.401Z Compiling uuid v1.23.0
13422026-05-28T05:46:16.430Z Compiling tracing-core v0.1.36
13432026-05-28T05:46:16.433Z Compiling rustc_version v0.4.1
13442026-05-28T05:46:16.548Z Compiling base64 v0.22.1
13452026-05-28T05:46:16.565Z Compiling httparse v1.10.1
13462026-05-28T05:46:16.565Z Compiling openssl-probe v0.2.1
13472026-05-28T05:46:16.662Z Compiling rand_core v0.9.5
13482026-05-28T05:46:16.728Z Compiling tinyvec_macros v0.1.1
13492026-05-28T05:46:16.787Z Compiling untrusted v0.7.1
13502026-05-28T05:46:16.814Z Compiling untrusted v0.9.0
13512026-05-28T05:46:16.828Z Compiling tinyvec v1.10.0
13522026-05-28T05:46:16.845Z Compiling aho-corasick v1.1.4
13532026-05-28T05:46:16.862Z Compiling tower-service v0.3.3
13542026-05-28T05:46:16.912Z Compiling cmake v0.1.57
13552026-05-28T05:46:16.935Z Compiling tower-layer v0.3.3
13562026-05-28T05:46:16.968Z Compiling rustls v0.23.37
13572026-05-28T05:46:17.000Z Compiling try-lock v0.2.5
13582026-05-28T05:46:17.004Z Compiling dyn-clone v1.0.20
13592026-05-28T05:46:17.052Z Compiling atomic-waker v1.1.2
13602026-05-28T05:46:17.086Z Compiling schemars v0.8.22
13612026-05-28T05:46:17.142Z Compiling want v0.3.1
13622026-05-28T05:46:17.175Z Compiling pin-utils v0.1.0
13632026-05-28T05:46:17.190Z Compiling openssl v0.10.79
13642026-05-28T05:46:17.193Z Compiling foreign-types-shared v0.1.1
13652026-05-28T05:46:17.206Z Compiling httpdate v1.0.3
13662026-05-28T05:46:17.221Z Compiling unicode-normalization v0.1.25
13672026-05-28T05:46:17.224Z Compiling spin v0.9.8
13682026-05-28T05:46:17.266Z Compiling foreign-types v0.3.2
13692026-05-28T05:46:17.269Z Compiling crc32fast v1.5.0
13702026-05-28T05:46:17.297Z Compiling powerfmt v0.2.0
13712026-05-28T05:46:17.330Z Compiling native-tls v0.2.18
13722026-05-28T05:46:17.361Z Compiling num-conv v0.2.0
13732026-05-28T05:46:17.361Z Compiling time-core v0.1.8
13742026-05-28T05:46:17.391Z Compiling wait-timeout v0.2.1
13752026-05-28T05:46:17.510Z Compiling deranged v0.5.8
13762026-05-28T05:46:17.526Z Compiling sync_wrapper v1.0.2
13772026-05-28T05:46:17.526Z Compiling simd-adler32 v0.3.8
13782026-05-28T05:46:17.555Z Compiling bit-vec v0.8.0
13792026-05-28T05:46:17.571Z Compiling siphasher v1.0.2
13802026-05-28T05:46:17.571Z Compiling quick-error v1.2.3
13812026-05-28T05:46:17.598Z Compiling time-macros v0.2.27
13822026-05-28T05:46:17.614Z Compiling syn v1.0.109
13832026-05-28T05:46:17.657Z Compiling crossbeam-utils v0.8.21
13842026-05-28T05:46:17.688Z Compiling num_threads v0.1.7
13852026-05-28T05:46:17.703Z Compiling usdt-impl v0.6.0
13862026-05-28T05:46:17.782Z Compiling bit-set v0.8.0
13872026-05-28T05:46:17.814Z Compiling rand_xorshift v0.4.0
13882026-05-28T05:46:17.814Z Compiling slog v2.8.2
13892026-05-28T05:46:17.843Z Compiling heapless v0.7.17
13902026-05-28T05:46:17.846Z Compiling aws-lc-sys v0.40.0
13912026-05-28T05:46:17.872Z Compiling ring v0.17.14
13922026-05-28T05:46:17.947Z Compiling synstructure v0.13.2
13932026-05-28T05:46:17.965Z Compiling openssl-sys v0.9.115
13942026-05-28T05:46:17.982Z Compiling pest_generator v2.8.6
13952026-05-28T05:46:17.985Z Compiling serde_derive_internals v0.29.1
13962026-05-28T05:46:18.014Z Compiling darling_core v0.20.11
13972026-05-28T05:46:18.017Z Compiling regex-automata v0.4.14
13982026-05-28T05:46:18.043Z Compiling tempfile v3.25.0
13992026-05-28T05:46:18.130Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-28T05:46:18.277Z Compiling rusty-fork v0.3.1
14012026-05-28T05:46:18.537Z Compiling darling_core v0.21.3
14022026-05-28T05:46:18.586Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-28T05:46:18.610Z Compiling thread-id v5.1.0
14042026-05-28T05:46:18.637Z Compiling cookie v0.18.1
14052026-05-28T05:46:18.710Z Compiling allocator-api2 v0.2.21
14062026-05-28T05:46:18.729Z Compiling signal-hook v0.3.18
14072026-05-28T05:46:18.754Z Compiling time v0.3.47
14082026-05-28T05:46:18.779Z Compiling anyhow v1.0.102
14092026-05-28T05:46:18.882Z Compiling ryu v1.0.23
14102026-05-28T05:46:18.899Z Compiling iri-string v0.7.10
14112026-05-28T05:46:18.914Z Compiling adler2 v2.0.1
14122026-05-28T05:46:18.931Z Compiling zstd-safe v7.2.4
14132026-05-28T05:46:18.970Z Compiling unarray v0.1.4
14142026-05-28T05:46:19.069Z Compiling paste v1.0.15
14152026-05-28T05:46:19.085Z Compiling unicode-properties v0.1.4
14162026-05-28T05:46:19.088Z Compiling unicode-bidi v0.3.18
14172026-05-28T05:46:19.117Z Compiling miniz_oxide v0.8.9
14182026-05-28T05:46:19.438Z Compiling num-integer v0.1.46
14192026-05-28T05:46:19.453Z Compiling stringprep v0.1.5
14202026-05-28T05:46:19.679Z Compiling vergen-lib v0.1.6
14212026-05-28T05:46:19.756Z Compiling serde_derive v1.0.228
14222026-05-28T05:46:19.771Z Compiling zeroize_derive v1.4.3
14232026-05-28T05:46:19.791Z Compiling zerofrom-derive v0.1.6
14242026-05-28T05:46:19.881Z Compiling yoke-derive v0.8.1
14252026-05-28T05:46:19.896Z Compiling zerocopy-derive v0.8.40
14262026-05-28T05:46:19.942Z Compiling zerovec-derive v0.11.2
14272026-05-28T05:46:19.957Z Compiling displaydoc v0.2.5
14282026-05-28T05:46:20.400Z Compiling tokio-macros v2.7.0
14292026-05-28T05:46:20.438Z Compiling futures-macro v0.3.32
14302026-05-28T05:46:20.479Z Compiling der_derive v0.7.3
14312026-05-28T05:46:20.479Z Compiling zeroize v1.8.2
14322026-05-28T05:46:20.752Z Compiling rustls-pki-types v1.14.0
14332026-05-28T05:46:21.149Z Compiling tracing-attributes v0.1.31
14342026-05-28T05:46:21.165Z Compiling thiserror-impl v2.0.18
14352026-05-28T05:46:21.197Z Compiling pest_derive v2.8.6
14362026-05-28T05:46:21.214Z Compiling schemars_derive v0.8.22
14372026-05-28T05:46:21.279Z Compiling crypto-common v0.1.7
14382026-05-28T05:46:21.295Z Compiling zerofrom v0.1.6
14392026-05-28T05:46:21.343Z Compiling block-buffer v0.10.4
14402026-05-28T05:46:21.359Z Compiling futures-util v0.3.32
14412026-05-28T05:46:21.444Z Compiling yoke v0.8.1
14422026-05-28T05:46:21.458Z Compiling block-padding v0.3.3
14432026-05-28T05:46:21.537Z Compiling digest v0.10.7
14442026-05-28T05:46:21.556Z Compiling der v0.7.10
14452026-05-28T05:46:21.642Z Compiling zerovec v0.11.5
14462026-05-28T05:46:21.657Z Compiling zerotrie v0.2.3
14472026-05-28T05:46:21.681Z Compiling inout v0.1.4
14482026-05-28T05:46:21.810Z Compiling hmac v0.12.1
14492026-05-28T05:46:21.870Z Compiling cipher v0.4.4
14502026-05-28T05:46:21.979Z Compiling sha2 v0.10.9
14512026-05-28T05:46:21.994Z Compiling pbkdf2 v0.12.2
14522026-05-28T05:46:22.125Z Compiling tinystr v0.8.2
14532026-05-28T05:46:22.152Z Compiling potential_utf v0.1.4
14542026-05-28T05:46:22.172Z Compiling salsa20 v0.10.2
14552026-05-28T05:46:22.329Z Compiling icu_locale_core v2.1.1
14562026-05-28T05:46:22.345Z Compiling icu_collections v2.1.1
14572026-05-28T05:46:22.348Z Compiling scrypt v0.11.0
14582026-05-28T05:46:22.376Z Compiling aes v0.8.4
14592026-05-28T05:46:22.547Z Compiling spki v0.7.3
14602026-05-28T05:46:22.563Z Compiling tracing v0.1.44
14612026-05-28T05:46:22.601Z Compiling thiserror v2.0.18
14622026-05-28T05:46:22.635Z Compiling cbc v0.1.2
14632026-05-28T05:46:22.739Z Compiling scroll_derive v0.13.1
14642026-05-28T05:46:22.780Z Compiling darling_macro v0.20.11
14652026-05-28T05:46:22.809Z Compiling pkcs5 v0.7.1
14662026-05-28T05:46:22.826Z Compiling openssl-macros v0.1.1
14672026-05-28T05:46:22.866Z Compiling rustls-native-certs v0.8.3
14682026-05-28T05:46:22.881Z Compiling dtrace-parser v0.3.0
14692026-05-28T05:46:23.184Z Compiling icu_provider v2.1.1
14702026-05-28T05:46:23.253Z Compiling pkcs8 v0.10.2
14712026-05-28T05:46:23.312Z Compiling darling v0.20.11
14722026-05-28T05:46:23.328Z Compiling bytes v1.11.1
14732026-05-28T05:46:23.345Z Compiling chrono v0.4.44
14742026-05-28T05:46:23.416Z Compiling ipnet v2.11.0
14752026-05-28T05:46:23.430Z Compiling derive_builder_core v0.20.2
14762026-05-28T05:46:23.448Z Compiling icu_normalizer v2.1.1
14772026-05-28T05:46:23.495Z Compiling icu_properties v2.1.2
14782026-05-28T05:46:23.528Z Compiling signature v2.2.0
14792026-05-28T05:46:23.608Z Compiling webpki-roots v1.0.6
14802026-05-28T05:46:23.622Z Compiling scroll v0.13.0
14812026-05-28T05:46:23.670Z Compiling scroll_derive v0.12.1
14822026-05-28T05:46:23.737Z Compiling thiserror-impl v1.0.69
14832026-05-28T05:46:23.752Z Compiling erased-serde v0.3.31
14842026-05-28T05:46:23.770Z Compiling serde_tokenstream v0.2.3
14852026-05-28T05:46:23.886Z Compiling tokio v1.52.1
14862026-05-28T05:46:23.948Z Compiling http v1.4.0
14872026-05-28T05:46:23.985Z Compiling goblin v0.10.5
14882026-05-28T05:46:24.019Z Compiling serde_spanned v0.6.9
14892026-05-28T05:46:24.105Z Compiling serde_urlencoded v0.7.1
14902026-05-28T05:46:24.187Z Compiling toml_datetime v0.6.11
14912026-05-28T05:46:24.263Z Compiling md-5 v0.10.6
14922026-05-28T05:46:24.330Z Compiling derive_builder_macro v0.20.2
14932026-05-28T05:46:24.370Z Compiling idna_adapter v1.2.1
14942026-05-28T05:46:24.385Z Compiling ppv-lite86 v0.2.21
14952026-05-28T05:46:24.447Z Compiling scroll v0.12.0
14962026-05-28T05:46:24.477Z Compiling darling_macro v0.21.3
14972026-05-28T05:46:24.531Z Compiling idna v1.1.0
14982026-05-28T05:46:24.588Z Compiling http-body v1.0.1
14992026-05-28T05:46:24.591Z Compiling bstr v1.12.1
15002026-05-28T05:46:24.630Z Compiling zerocopy-derive v0.7.35
15012026-05-28T05:46:24.740Z Compiling rand_chacha v0.9.0
15022026-05-28T05:46:24.754Z Compiling http-body-util v0.1.3
15032026-05-28T05:46:24.771Z Compiling rand_chacha v0.3.1
15042026-05-28T05:46:24.786Z Compiling pin-project-internal v1.1.11
15052026-05-28T05:46:24.839Z Compiling url v2.5.8
15062026-05-28T05:46:24.888Z Compiling async-trait v0.1.89
15072026-05-28T05:46:25.004Z Compiling rand v0.9.2
15082026-05-28T05:46:25.022Z Compiling curve25519-dalek v4.1.3
15092026-05-28T05:46:25.080Z Compiling thiserror v1.0.69
15102026-05-28T05:46:25.200Z Compiling ff v0.13.1
15112026-05-28T05:46:25.215Z Compiling hash32 v0.2.1
15122026-05-28T05:46:25.276Z Compiling memoffset v0.9.1
15132026-05-28T05:46:25.390Z Compiling ref-cast v1.0.25
15142026-05-28T05:46:25.424Z Compiling zlib-rs v0.6.2
15152026-05-28T05:46:25.466Z Compiling rustix v0.38.44
15162026-05-28T05:46:25.503Z Compiling cfg_aliases v0.2.1
15172026-05-28T05:46:25.592Z Compiling proptest v1.10.0
15182026-05-28T05:46:25.607Z Compiling litrs v1.0.0
15192026-05-28T05:46:25.676Z Compiling fallible-iterator v0.2.0
15202026-05-28T05:46:25.728Z Compiling num-bigint-dig v0.8.6
15212026-05-28T05:46:25.826Z Compiling psl-types v2.0.11
15222026-05-28T05:46:25.842Z Compiling base16ct v0.2.0
15232026-05-28T05:46:25.893Z Compiling smoltcp v0.9.1
15242026-05-28T05:46:25.967Z Compiling postgres-protocol v0.6.10
15252026-05-28T05:46:25.970Z Compiling pin-project v1.1.11
15262026-05-28T05:46:26.001Z Compiling sec1 v0.7.3
15272026-05-28T05:46:26.001Z Compiling publicsuffix v2.3.0
15282026-05-28T05:46:26.121Z Compiling nix v0.31.2
15292026-05-28T05:46:26.163Z Compiling zerocopy v0.7.35
15302026-05-28T05:46:26.198Z Compiling ipnetwork v0.21.1
15312026-05-28T05:46:26.213Z Compiling document-features v0.2.12
15322026-05-28T05:46:26.365Z Compiling group v0.13.0
15332026-05-28T05:46:26.379Z Compiling darling v0.21.3
15342026-05-28T05:46:26.409Z Compiling rand v0.8.6
15352026-05-28T05:46:26.476Z Compiling oxnet v0.1.4
15362026-05-28T05:46:26.520Z Compiling derive_builder v0.20.2
15372026-05-28T05:46:26.587Z Compiling goblin v0.8.2
15382026-05-28T05:46:26.646Z Compiling futures-executor v0.3.32
15392026-05-28T05:46:26.689Z Compiling hubpack_derive v0.1.1
15402026-05-28T05:46:26.740Z Compiling dof v0.4.0
15412026-05-28T05:46:26.755Z Compiling cargo-platform v0.1.9
15422026-05-28T05:46:26.855Z Compiling hex v0.4.3
15432026-05-28T05:46:26.870Z Compiling hkdf v0.12.4
15442026-05-28T05:46:26.889Z Compiling crypto-bigint v0.5.5
15452026-05-28T05:46:26.905Z Compiling regex v1.12.3
15462026-05-28T05:46:27.068Z Compiling ref-cast-impl v1.0.25
15472026-05-28T05:46:27.086Z Compiling curve25519-dalek-derive v0.1.1
15482026-05-28T05:46:27.166Z Compiling snafu-derive v0.8.9
15492026-05-28T05:46:27.169Z Compiling daft-derive v0.1.7
15502026-05-28T05:46:27.186Z Compiling strum_macros v0.27.2
15512026-05-28T05:46:27.280Z Compiling num-iter v0.1.45
15522026-05-28T05:46:27.811Z Compiling tokio-util v0.7.18
15532026-05-28T05:46:27.846Z Compiling tower v0.5.3
15542026-05-28T05:46:27.943Z Compiling tokio-native-tls v0.3.1
15552026-05-28T05:46:27.965Z Compiling terminal_size v0.4.3
15562026-05-28T05:46:28.010Z Compiling phf_shared v0.13.1
15572026-05-28T05:46:28.026Z Compiling newtype-uuid v1.3.2
15582026-05-28T05:46:28.120Z Compiling lazy_static v1.5.0
15592026-05-28T05:46:28.140Z Compiling vergen v9.0.6
15602026-05-28T05:46:28.157Z Compiling fs-err v3.3.0
15612026-05-28T05:46:28.233Z Compiling encoding_rs v0.8.35
15622026-05-28T05:46:28.271Z Compiling tower-http v0.6.8
15632026-05-28T05:46:28.361Z Compiling flate2 v1.1.9
15642026-05-28T05:46:28.374Z Compiling ahash v0.8.12
15652026-05-28T05:46:28.378Z Compiling foldhash v0.2.0
15662026-05-28T05:46:28.391Z Compiling managed v0.8.0
15672026-05-28T05:46:28.406Z Compiling object v0.37.3
15682026-05-28T05:46:28.606Z Compiling h2 v0.4.13
15692026-05-28T05:46:28.642Z Compiling unicode-segmentation v1.12.0
15702026-05-28T05:46:28.657Z Compiling mime v0.3.17
15712026-05-28T05:46:28.719Z Compiling bumpalo v3.20.2
15722026-05-28T05:46:28.735Z Compiling foldhash v0.1.5
15732026-05-28T05:46:28.738Z Compiling winnow v0.5.40
15742026-05-28T05:46:28.804Z Compiling libbz2-rs-sys v0.2.2
15752026-05-28T05:46:28.887Z Compiling same-file v1.0.6
15762026-05-28T05:46:28.930Z Compiling bitflags v1.3.2
15772026-05-28T05:46:28.945Z Compiling zopfli v0.8.3
15782026-05-28T05:46:29.002Z Compiling walkdir v2.5.0
15792026-05-28T05:46:29.059Z Compiling dof v0.3.0
15802026-05-28T05:46:29.076Z Compiling hashbrown v0.15.5
15812026-05-28T05:46:29.094Z Compiling clap_builder v4.5.60
15822026-05-28T05:46:29.169Z Compiling snafu v0.8.9
15832026-05-28T05:46:29.278Z Compiling strum v0.27.2
15842026-05-28T05:46:29.336Z Compiling bzip2 v0.6.1
15852026-05-28T05:46:29.531Z Compiling hashbrown v0.16.1
15862026-05-28T05:46:29.563Z Compiling usdt-attr-macro v0.6.0
15872026-05-28T05:46:29.581Z Compiling usdt-macro v0.6.0
15882026-05-28T05:46:29.675Z Compiling daft v0.1.7
15892026-05-28T05:46:29.678Z Compiling phf v0.13.1
15902026-05-28T05:46:29.770Z Compiling signal-hook-mio v0.2.5
15912026-05-28T05:46:29.807Z Compiling elliptic-curve v0.13.8
15922026-05-28T05:46:29.859Z Compiling cargo_metadata v0.19.2
15932026-05-28T05:46:29.980Z Compiling cookie_store v0.22.1
15942026-05-28T05:46:29.996Z Compiling hubpack v0.1.2
15952026-05-28T05:46:30.155Z Compiling toml_edit v0.19.15
15962026-05-28T05:46:30.195Z Compiling bzip2 v0.4.4
15972026-05-28T05:46:30.224Z Compiling zstd v0.13.3
15982026-05-28T05:46:30.239Z Compiling futures v0.3.32
15992026-05-28T05:46:30.281Z Compiling serde_with_macros v3.17.0
16002026-05-28T05:46:30.296Z Compiling postgres-types v0.2.12
16012026-05-28T05:46:30.424Z Compiling dtrace-parser v0.2.0
16022026-05-28T05:46:30.427Z Compiling globset v0.4.18
16032026-05-28T05:46:30.453Z Compiling ed25519 v2.2.3
16042026-05-28T05:46:30.509Z Compiling pkcs1 v0.7.5
16052026-05-28T05:46:30.664Z Compiling olpc-cjson v0.1.4
16062026-05-28T05:46:30.844Z Compiling serde_plain v1.0.2
16072026-05-28T05:46:30.895Z Compiling serde-big-array v0.5.1
16082026-05-28T05:46:30.937Z Compiling rfc6979 v0.4.0
16092026-05-28T05:46:31.102Z Compiling clap_derive v4.5.55
16102026-05-28T05:46:31.102Z Compiling strum_macros v0.26.4
16112026-05-28T05:46:31.106Z Compiling enum-as-inner v0.6.1
16122026-05-28T05:46:31.178Z Compiling async-recursion v1.1.1
16132026-05-28T05:46:31.233Z Compiling serde_repr v0.1.20
16142026-05-28T05:46:31.297Z Compiling phf_shared v0.11.3
16152026-05-28T05:46:31.393Z Compiling float-cmp v0.10.0
16162026-05-28T05:46:31.489Z Compiling pem v3.0.6
16172026-05-28T05:46:31.505Z Compiling memmap2 v0.9.10
16182026-05-28T05:46:31.569Z Compiling thread-id v4.2.2
16192026-05-28T05:46:31.586Z Compiling env_filter v1.0.0
16202026-05-28T05:46:31.668Z Compiling hyper v1.8.1
16212026-05-28T05:46:31.683Z Compiling keccak v0.1.6
16222026-05-28T05:46:31.754Z Compiling data-encoding v2.10.0
16232026-05-28T05:46:31.815Z Compiling fixedbitset v0.5.7
16242026-05-28T05:46:31.856Z Compiling static_assertions v1.1.0
16252026-05-28T05:46:31.889Z Compiling jiff v0.2.21
16262026-05-28T05:46:31.928Z Compiling difflib v0.4.0
16272026-05-28T05:46:31.946Z Compiling fixedbitset v0.4.2
16282026-05-28T05:46:32.156Z Compiling predicates-core v1.0.10
16292026-05-28T05:46:32.175Z Compiling either v1.15.0
16302026-05-28T05:46:32.191Z Compiling whoami v2.1.0
16312026-05-28T05:46:32.358Z Compiling normalize-line-endings v0.3.0
16322026-05-28T05:46:32.405Z Compiling typed-path v0.9.3
16332026-05-28T05:46:32.488Z Compiling new_debug_unreachable v1.0.6
16342026-05-28T05:46:32.503Z Compiling precomputed-hash v0.1.1
16352026-05-28T05:46:32.537Z Compiling predicates v3.1.4
16362026-05-28T05:46:32.551Z Compiling tokio-postgres v0.7.16
16372026-05-28T05:46:32.580Z Compiling string_cache v0.8.9
16382026-05-28T05:46:32.611Z Compiling itertools v0.13.0
16392026-05-28T05:46:32.628Z Compiling toml_edit v0.22.27
16402026-05-28T05:46:32.699Z Compiling petgraph v0.6.5
16412026-05-28T05:46:32.838Z Compiling hyper-util v0.1.20
16422026-05-28T05:46:32.874Z Compiling hickory-proto v0.25.2
16432026-05-28T05:46:32.953Z Compiling petgraph v0.8.3
16442026-05-28T05:46:32.997Z Compiling strum v0.26.3
16452026-05-28T05:46:33.013Z Compiling clap v4.5.60
16462026-05-28T05:46:33.109Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16472026-05-28T05:46:33.154Z Compiling sha3 v0.10.8
16482026-05-28T05:46:33.237Z Compiling env_logger v0.11.9
16492026-05-28T05:46:33.350Z Compiling usdt v0.6.0
16502026-05-28T05:46:33.615Z Compiling usdt-impl v0.5.0
16512026-05-28T05:46:33.643Z Compiling toml v0.7.8
16522026-05-28T05:46:33.659Z Compiling serde_with v3.17.0
16532026-05-28T05:46:33.698Z Compiling crossterm v0.28.1
16542026-05-28T05:46:33.885Z Compiling ecdsa v0.16.9
16552026-05-28T05:46:34.235Z Compiling hyper-tls v0.6.0
16562026-05-28T05:46:34.267Z Compiling rsa v0.9.10
16572026-05-28T05:46:34.304Z Compiling ed25519-dalek v2.2.0
16582026-05-28T05:46:34.624Z Compiling zip v4.6.1
16592026-05-28T05:46:34.703Z Compiling zip v0.6.6
16602026-05-28T05:46:34.833Z Compiling iddqd v0.4.1
16612026-05-28T05:46:35.237Z Compiling heck v0.4.1
16622026-05-28T05:46:35.315Z Compiling similar v2.7.0
16632026-05-28T05:46:35.375Z Compiling tokio-stream v0.1.18
16642026-05-28T05:46:35.411Z Compiling toml_parser v1.0.9+spec-1.1.0
16652026-05-28T05:46:35.426Z Compiling buf-list v1.1.2
16662026-05-28T05:46:35.443Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16672026-05-28T05:46:35.487Z Compiling openapiv3 v2.2.0
16682026-05-28T05:46:35.631Z Compiling x509-cert v0.2.5
16692026-05-28T05:46:35.727Z Compiling sha1 v0.10.6
16702026-05-28T05:46:35.771Z Compiling crossbeam-epoch v0.9.18
16712026-05-28T05:46:35.866Z Compiling toml_datetime v0.7.5+spec-1.1.0
16722026-05-28T05:46:35.958Z Compiling lalrpop-util v0.19.12
16732026-05-28T05:46:35.981Z Compiling peg-runtime v0.8.5
16742026-05-28T05:46:36.003Z Compiling thread_local v1.1.9
16752026-05-28T05:46:36.075Z Compiling slog-async v2.8.0
16762026-05-28T05:46:36.107Z Compiling crossbeam-channel v0.5.15
16772026-05-28T05:46:36.173Z Compiling is-terminal v0.4.17
16782026-05-28T05:46:36.191Z Compiling filetime v0.2.27
16792026-05-28T05:46:36.208Z Compiling xattr v1.6.1
16802026-05-28T05:46:36.224Z Compiling take_mut v0.2.2
16812026-05-28T05:46:36.270Z Compiling term v1.2.1
16822026-05-28T05:46:36.356Z Compiling tar v0.4.45
16832026-05-28T05:46:36.604Z Compiling slog-term v2.9.2
16842026-05-28T05:46:54.064Z Compiling rustls-webpki v0.103.9
16852026-05-28T05:46:56.855Z Compiling tokio-rustls v0.26.4
16862026-05-28T05:46:56.855Z Compiling rustls-platform-verifier v0.6.2
16872026-05-28T05:46:57.057Z Compiling hyper-rustls v0.27.7
16882026-05-28T05:46:57.252Z Compiling reqwest v0.12.28
16892026-05-28T05:46:57.252Z Compiling reqwest v0.13.2
16902026-05-28T05:46:58.467Z Compiling tough v0.22.0
16912026-05-28T05:47:00.981Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-28T05:47:01.222Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-28T05:47:04.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.73s
16942026-05-28T05:47:04.190Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-28T05:47:04.248ZMay 28 05:47:04.019 INFO Starting download, target: Cockroach
16962026-05-28T05:47:04.248ZMay 28 05:47:04.020 INFO Starting download, target: Clickhouse
16972026-05-28T05:47:04.248ZMay 28 05:47:04.020 INFO Starting download, target: Console
16982026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Starting download, target: DendriteStub
16992026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Starting download, target: MaghemiteMgd
17002026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Starting download, target: TransceiverControl
17012026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17032026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-28T05:47:04.273ZMay 28 05:47:04.020 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-05-28T05:47:04.273ZMay 28 05:47:04.021 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-05-28T05:47:04.914ZMay 28 05:47:04.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-28T05:47:05.150ZMay 28 05:47:04.885 INFO Download complete, target: TransceiverControl
17092026-05-28T05:47:05.290ZMay 28 05:47:05.042 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-28T05:47:05.534ZMay 28 05:47:05.279 INFO Download complete, target: Console
17112026-05-28T05:47:06.690ZMay 28 05:47:06.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-05-28T05:47:07.146ZMay 28 05:47:06.863 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17132026-05-28T05:47:07.503ZMay 28 05:47:07.245 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-05-28T05:47:08.518ZMay 28 05:47:08.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-28T05:47:08.518ZMay 28 05:47:08.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-28T05:47:09.494ZMay 28 05:47:09.246 INFO Download complete, target: DendriteStub
17172026-05-28T05:47:10.002ZMay 28 05:47:09.700 INFO Download complete, target: MaghemiteMgd
17182026-05-28T05:47:13.359ZMay 28 05:47:13.130 INFO Checking that binary works, target: Cockroach
17192026-05-28T05:47:13.488ZMay 28 05:47:13.260 INFO Download complete, target: Cockroach
17202026-05-28T05:47:13.552ZMay 28 05:47:13.324 INFO Checking that binary works, target: Clickhouse
17212026-05-28T05:47:13.641ZMay 28 05:47:13.414 INFO Download complete, target: Clickhouse
17222026-05-28T05:47:13.648ZAll prerequisites installed successfully
17232026-05-28T05:47:13.650Z
17242026-05-28T05:47:13.650Zreal 1:59.562116431
17252026-05-28T05:47:13.651Zuser 6:58.480567676
17262026-05-28T05:47:13.651Zsys 1:47.103132484
17272026-05-28T05:47:13.651Ztrap 0.258399623
17282026-05-28T05:47:13.651Ztflt 1.357688300
17292026-05-28T05:47:13.651Zdflt 1.961121146
17302026-05-28T05:47:13.651Zkflt 0.025471115
17312026-05-28T05:47:13.651Zlock 23:35.144554623
17322026-05-28T05:47:13.651Zslp 19:06.284325341
17332026-05-28T05:47:13.651Zlat 27.253893062
17342026-05-28T05:47:13.651Zstop 3:00.745954821
17352026-05-28T05:47:13.651Z+ ptime -m cargo xtask download softnpu
17362026-05-28T05:47:14.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17372026-05-28T05:47:14.212Z Running `target/debug/xtask download softnpu`
17382026-05-28T05:47:15.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17392026-05-28T05:47:15.079Z Running `target/debug/xtask-downloader softnpu`
17402026-05-28T05:47:15.121ZMay 28 05:47:14.893 INFO Starting download, target: Softnpu
17412026-05-28T05:47:15.124ZMay 28 05:47:14.893 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-28T05:47:16.085ZMay 28 05:47:15.855 INFO Download complete, target: Softnpu
17432026-05-28T05:47:16.089Z
17442026-05-28T05:47:16.089Zreal 2.432517085
17452026-05-28T05:47:16.089Zuser 1.371210580
17462026-05-28T05:47:16.089Zsys 0.698999551
17472026-05-28T05:47:16.089Ztrap 0.000620340
17482026-05-28T05:47:16.089Ztflt 0.000148730
17492026-05-28T05:47:16.089Zdflt 0.000180780
17502026-05-28T05:47:16.089Zkflt 0.000004630
17512026-05-28T05:47:16.089Zlock 17.592373636
17522026-05-28T05:47:16.089Zslp 0.816996537
17532026-05-28T05:47:16.089Zlat 0.104498815
17542026-05-28T05:47:16.089Zstop 0.000176390
17552026-05-28T05:47:16.089Z+ export CARGO_INCREMENTAL=0
17562026-05-28T05:47:16.089Z+ CARGO_INCREMENTAL=0
17572026-05-28T05:47:16.089Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-28T05:47:17.002Z Compiling proc-macro2 v1.0.106
17592026-05-28T05:47:17.002Z Compiling quote v1.0.45
17602026-05-28T05:47:17.002Z Compiling unicode-ident v1.0.24
17612026-05-28T05:47:17.002Z Compiling libc v0.2.185
17622026-05-28T05:47:17.006Z Compiling serde_core v1.0.228
17632026-05-28T05:47:17.006Z Compiling serde v1.0.228
17642026-05-28T05:47:17.006Z Compiling cfg-if v1.0.4
17652026-05-28T05:47:17.006Z Compiling version_check v0.9.5
17662026-05-28T05:47:17.006Z Compiling find-msvc-tools v0.1.9
17672026-05-28T05:47:17.006Z Compiling shlex v1.3.0
17682026-05-28T05:47:17.006Z Compiling typenum v1.19.0
17692026-05-28T05:47:17.006Z Compiling zmij v1.0.21
17702026-05-28T05:47:17.006Z Compiling autocfg v1.5.0
17712026-05-28T05:47:17.165Z Compiling memchr v2.8.0
17722026-05-28T05:47:17.168Z Compiling serde_json v1.0.149
17732026-05-28T05:47:17.330Z Compiling portable-atomic v1.13.1
17742026-05-28T05:47:17.388Z Compiling libm v0.2.16
17752026-05-28T05:47:17.528Z Compiling generic-array v0.14.7
17762026-05-28T05:47:17.531Z Compiling zerocopy v0.8.40
17772026-05-28T05:47:17.534Z Compiling smallvec v1.15.1
17782026-05-28T05:47:17.626Z Compiling parking_lot_core v0.9.12
17792026-05-28T05:47:17.641Z Compiling num-traits v0.2.19
17802026-05-28T05:47:17.654Z Compiling icu_normalizer_data v2.1.1
17812026-05-28T05:47:17.788Z Compiling icu_properties_data v2.1.2
17822026-05-28T05:47:17.812Z Compiling itoa v1.0.17
17832026-05-28T05:47:17.825Z Compiling getrandom v0.4.1
17842026-05-28T05:47:17.829Z Compiling log v0.4.29
17852026-05-28T05:47:17.916Z Compiling stable_deref_trait v1.2.1
17862026-05-28T05:47:17.934Z Compiling pkg-config v0.3.32
17872026-05-28T05:47:17.967Z Compiling subtle v2.6.1
17882026-05-28T05:47:18.097Z Compiling scopeguard v1.2.0
17892026-05-28T05:47:18.163Z Compiling jobserver v0.1.34
17902026-05-28T05:47:18.168Z Compiling getrandom v0.2.17
17912026-05-28T05:47:18.207Z Compiling percent-encoding v2.3.2
17922026-05-28T05:47:18.332Z Compiling errno v0.3.14
17932026-05-28T05:47:18.347Z Compiling lock_api v0.4.14
17942026-05-28T05:47:18.362Z Compiling rand_core v0.6.4
17952026-05-28T05:47:18.397Z Compiling cc v1.2.56
17962026-05-28T05:47:18.430Z Compiling syn v2.0.117
17972026-05-28T05:47:18.452Z Compiling writeable v0.6.2
17982026-05-28T05:47:18.496Z Compiling litemap v0.8.1
17992026-05-28T05:47:18.577Z Compiling pin-project-lite v0.2.17
18002026-05-28T05:47:18.593Z Compiling fnv v1.0.7
18012026-05-28T05:47:18.658Z Compiling thiserror v2.0.18
18022026-05-28T05:47:18.713Z Compiling getrandom v0.3.4
18032026-05-28T05:47:18.748Z Compiling dunce v1.0.5
18042026-05-28T05:47:18.751Z Compiling equivalent v1.0.2
18052026-05-28T05:47:18.793Z Compiling fs_extra v1.3.0
18062026-05-28T05:47:18.856Z Compiling utf8_iter v1.0.4
18072026-05-28T05:47:18.860Z Compiling rand_core v0.10.0
18082026-05-28T05:47:18.889Z Compiling schemars v0.8.22
18092026-05-28T05:47:18.918Z Compiling rustversion v1.0.22
18102026-05-28T05:47:19.026Z Compiling form_urlencoded v1.2.2
18112026-05-28T05:47:19.092Z Compiling critical-section v1.2.0
18122026-05-28T05:47:19.141Z Compiling cmake v0.1.57
18132026-05-28T05:47:19.159Z Compiling signal-hook-registry v1.4.8
18142026-05-28T05:47:19.225Z Compiling hashbrown v0.17.0
18152026-05-28T05:47:19.259Z Compiling rustix v1.1.3
18162026-05-28T05:47:19.349Z Compiling parking_lot v0.12.5
18172026-05-28T05:47:19.547Z Compiling bitflags v2.11.0
18182026-05-28T05:47:19.571Z Compiling semver v1.0.28
18192026-05-28T05:47:19.622Z Compiling once_cell v1.21.3
18202026-05-28T05:47:19.670Z Compiling mio v1.2.0
18212026-05-28T05:47:19.693Z Compiling socket2 v0.6.3
18222026-05-28T05:47:19.714Z Compiling const-oid v0.9.6
18232026-05-28T05:47:19.743Z Compiling ring v0.17.14
18242026-05-28T05:47:19.813Z Compiling aws-lc-sys v0.40.0
18252026-05-28T05:47:19.849Z Compiling indexmap v2.14.0
18262026-05-28T05:47:19.936Z Compiling aws-lc-rs v1.16.3
18272026-05-28T05:47:19.974Z Compiling heck v0.5.0
18282026-05-28T05:47:19.989Z Compiling futures-core v0.3.32
18292026-05-28T05:47:20.037Z Compiling httparse v1.10.1
18302026-05-28T05:47:20.216Z Compiling vcpkg v0.2.15
18312026-05-28T05:47:20.230Z Compiling thiserror v1.0.69
18322026-05-28T05:47:20.274Z Compiling strsim v0.11.1
18332026-05-28T05:47:20.411Z Compiling iana-time-zone v0.1.65
18342026-05-28T05:47:20.465Z Compiling byteorder v1.5.0
18352026-05-28T05:47:20.526Z Compiling ucd-trie v0.1.7
18362026-05-28T05:47:20.543Z Compiling syn v1.0.109
18372026-05-28T05:47:20.619Z Compiling ident_case v1.0.1
18382026-05-28T05:47:20.619Z Compiling regex-syntax v0.8.10
18392026-05-28T05:47:20.652Z Compiling uuid v1.23.0
18402026-05-28T05:47:20.703Z Compiling pest v2.8.6
18412026-05-28T05:47:20.719Z Compiling cpufeatures v0.2.17
18422026-05-28T05:47:20.722Z Compiling rustls v0.23.37
18432026-05-28T05:47:20.811Z Compiling openssl-sys v0.9.115
18442026-05-28T05:47:20.946Z Compiling futures-sink v0.3.32
18452026-05-28T05:47:21.017Z Compiling rustc_version v0.4.1
18462026-05-28T05:47:21.055Z Compiling futures-channel v0.3.32
18472026-05-28T05:47:21.104Z Compiling futures-task v0.3.32
18482026-05-28T05:47:21.248Z Compiling futures-io v0.3.32
18492026-05-28T05:47:21.265Z Compiling slab v0.4.12
18502026-05-28T05:47:21.289Z Compiling synstructure v0.13.2
18512026-05-28T05:47:21.308Z Compiling serde_derive_internals v0.29.1
18522026-05-28T05:47:21.371Z Compiling aho-corasick v1.1.4
18532026-05-28T05:47:21.482Z Compiling dyn-clone v1.0.20
18542026-05-28T05:47:21.689Z Compiling crc32fast v1.5.0
18552026-05-28T05:47:21.689Z Compiling plain v0.2.3
18562026-05-28T05:47:21.782Z Compiling openssl v0.10.79
18572026-05-28T05:47:21.796Z Compiling base64 v0.22.1
18582026-05-28T05:47:21.815Z Compiling pest_meta v2.8.6
18592026-05-28T05:47:21.910Z Compiling crossbeam-utils v0.8.21
18602026-05-28T05:47:21.991Z Compiling time-core v0.1.8
18612026-05-28T05:47:22.026Z Compiling num-conv v0.2.0
18622026-05-28T05:47:22.133Z Compiling native-tls v0.2.18
18632026-05-28T05:47:22.142Z Compiling pretty-hex v0.4.1
18642026-05-28T05:47:22.180Z Compiling time-macros v0.2.27
18652026-05-28T05:47:22.205Z Compiling anyhow v1.0.102
18662026-05-28T05:47:22.221Z Compiling base64ct v1.8.3
18672026-05-28T05:47:22.239Z Compiling regex-automata v0.4.14
18682026-05-28T05:47:22.308Z Compiling darling_core v0.21.3
18692026-05-28T05:47:22.362Z Compiling tracing-core v0.1.36
18702026-05-28T05:47:22.379Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-05-28T05:47:22.490Z Compiling pest_generator v2.8.6
18722026-05-28T05:47:22.541Z Compiling pem-rfc7468 v0.7.0
18732026-05-28T05:47:22.570Z Compiling serde_derive v1.0.228
18742026-05-28T05:47:22.779Z Compiling zeroize_derive v1.4.3
18752026-05-28T05:47:22.793Z Compiling zerofrom-derive v0.1.6
18762026-05-28T05:47:22.807Z Compiling yoke-derive v0.8.1
18772026-05-28T05:47:22.844Z Compiling zerovec-derive v0.11.2
18782026-05-28T05:47:22.851Z Compiling displaydoc v0.2.5
18792026-05-28T05:47:23.116Z Compiling zerocopy-derive v0.8.40
18802026-05-28T05:47:23.155Z Compiling tokio-macros v2.7.0
18812026-05-28T05:47:23.174Z Compiling futures-macro v0.3.32
18822026-05-28T05:47:23.392Z Compiling zeroize v1.8.2
18832026-05-28T05:47:23.541Z Compiling thiserror-impl v2.0.18
18842026-05-28T05:47:23.783Z Compiling schemars_derive v0.8.22
18852026-05-28T05:47:23.874Z Compiling tracing-attributes v0.1.31
18862026-05-28T05:47:23.897Z Compiling der_derive v0.7.3
18872026-05-28T05:47:23.939Z Compiling zerofrom v0.1.6
18882026-05-28T05:47:24.084Z Compiling yoke v0.8.1
18892026-05-28T05:47:24.210Z Compiling crypto-common v0.1.7
18902026-05-28T05:47:24.301Z Compiling zerovec v0.11.5
18912026-05-28T05:47:24.320Z Compiling zerotrie v0.2.3
18922026-05-28T05:47:24.381Z Compiling block-buffer v0.10.4
18932026-05-28T05:47:24.570Z Compiling digest v0.10.7
18942026-05-28T05:47:24.737Z Compiling thiserror-impl v1.0.69
18952026-05-28T05:47:24.871Z Compiling pest_derive v2.8.6
18962026-05-28T05:47:24.890Z Compiling futures-util v0.3.32
18972026-05-28T05:47:24.890Z Compiling tinystr v0.8.2
18982026-05-28T05:47:24.922Z Compiling potential_utf v0.1.4
18992026-05-28T05:47:25.057Z Compiling icu_locale_core v2.1.1
19002026-05-28T05:47:25.099Z Compiling icu_collections v2.1.1
19012026-05-28T05:47:25.151Z Compiling hmac v0.12.1
19022026-05-28T05:47:25.440Z Compiling block-padding v0.3.3
19032026-05-28T05:47:25.552Z Compiling rustls-pki-types v1.14.0
19042026-05-28T05:47:25.642Z Compiling inout v0.1.4
19052026-05-28T05:47:25.757Z Compiling bytes v1.11.1
19062026-05-28T05:47:25.813Z Compiling icu_provider v2.1.1
19072026-05-28T05:47:25.855Z Compiling chrono v0.4.44
19082026-05-28T05:47:25.890Z Compiling openssl-macros v0.1.1
19092026-05-28T05:47:25.978Z Compiling cipher v0.4.4
19102026-05-28T05:47:26.185Z Compiling icu_properties v2.1.2
19112026-05-28T05:47:26.227Z Compiling icu_normalizer v2.1.1
19122026-05-28T05:47:26.299Z Compiling tokio v1.52.1
19132026-05-28T05:47:26.680Z Compiling serde_tokenstream v0.2.3
19142026-05-28T05:47:26.947Z Compiling sha2 v0.10.9
19152026-05-28T05:47:27.184Z Compiling idna_adapter v1.2.1
19162026-05-28T05:47:27.315Z Compiling idna v1.1.0
19172026-05-28T05:47:27.349Z Compiling ppv-lite86 v0.2.21
19182026-05-28T05:47:27.497Z Compiling scroll_derive v0.12.1
19192026-05-28T05:47:27.502Z Compiling scroll_derive v0.13.1
19202026-05-28T05:47:27.555Z Compiling http v1.4.0
19212026-05-28T05:47:27.705Z Compiling url v2.5.8
19222026-05-28T05:47:27.746Z Compiling untrusted v0.9.0
19232026-05-28T05:47:27.895Z Compiling flagset v0.4.7
19242026-05-28T05:47:28.009Z Compiling tracing v0.1.44
19252026-05-28T05:47:28.052Z Compiling der v0.7.10
19262026-05-28T05:47:28.212Z Compiling darling_macro v0.21.3
19272026-05-28T05:47:28.261Z Compiling regex v1.12.3
19282026-05-28T05:47:28.440Z Compiling zerocopy-derive v0.7.35
19292026-05-28T05:47:28.496Z Compiling rand_core v0.9.5
19302026-05-28T05:47:28.703Z Compiling slog v2.8.2
19312026-05-28T05:47:28.981Z Compiling spki v0.7.3
19322026-05-28T05:47:29.200Z Compiling darling v0.21.3
19332026-05-28T05:47:29.216Z Compiling salsa20 v0.10.2
19342026-05-28T05:47:29.245Z Compiling pbkdf2 v0.12.2
19352026-05-28T05:47:29.572Z Compiling cookie v0.18.1
19362026-05-28T05:47:29.693Z Compiling camino v1.2.2
19372026-05-28T05:47:30.009Z Compiling scrypt v0.11.0
19382026-05-28T05:47:30.027Z Compiling rand_chacha v0.9.0
19392026-05-28T05:47:30.063Z Compiling http-body v1.0.1
19402026-05-28T05:47:30.111Z Compiling aes v0.8.4
19412026-05-28T05:47:30.204Z Compiling tokio-util v0.7.18
19422026-05-28T05:47:30.220Z Compiling cbc v0.1.2
19432026-05-28T05:47:30.303Z Compiling usdt-impl v0.5.0
19442026-05-28T05:47:30.341Z Compiling untrusted v0.7.1
19452026-05-28T05:47:30.376Z Compiling paste v1.0.15
19462026-05-28T05:47:30.414Z Compiling openssl-probe v0.2.1
19472026-05-28T05:47:30.491Z Compiling atomic-waker v1.1.2
19482026-05-28T05:47:30.560Z Compiling winnow v0.7.14
19492026-05-28T05:47:30.603Z Compiling usdt-impl v0.6.0
19502026-05-28T05:47:30.628Z Compiling either v1.15.0
19512026-05-28T05:47:30.691Z Compiling tinyvec_macros v0.1.1
19522026-05-28T05:47:30.707Z Compiling ref-cast v1.0.25
19532026-05-28T05:47:30.854Z Compiling tinyvec v1.10.0
19542026-05-28T05:47:30.924Z Compiling pkcs5 v0.7.1
19552026-05-28T05:47:31.073Z Compiling rand v0.9.2
19562026-05-28T05:47:31.404Z Compiling scroll v0.13.0
19572026-05-28T05:47:31.489Z Compiling scroll v0.12.0
19582026-05-28T05:47:31.545Z Compiling toml_datetime v0.6.11
19592026-05-28T05:47:31.573Z Compiling serde_spanned v0.6.9
19602026-05-28T05:47:31.690Z Compiling async-trait v0.1.89
19612026-05-28T05:47:31.714Z Compiling heapless v0.7.17
19622026-05-28T05:47:31.743Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-28T05:47:31.783Z Compiling try-lock v0.2.5
19642026-05-28T05:47:31.798Z Compiling tower-layer v0.3.3
19652026-05-28T05:47:31.924Z Compiling zstd-safe v7.2.4
19662026-05-28T05:47:32.026Z Compiling signal-hook v0.3.18
19672026-05-28T05:47:32.058Z Compiling tower-service v0.3.3
19682026-05-28T05:47:32.158Z Compiling fastrand v2.3.0
19692026-05-28T05:47:32.235Z Compiling want v0.3.1
19702026-05-28T05:47:32.253Z Compiling h2 v0.4.13
19712026-05-28T05:47:32.270Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-28T05:47:32.421Z Compiling goblin v0.8.2
19732026-05-28T05:47:32.489Z Compiling goblin v0.10.5
19742026-05-28T05:47:32.522Z Compiling pkcs8 v0.10.2
19752026-05-28T05:47:32.619Z Compiling zerocopy v0.7.35
19762026-05-28T05:47:32.662Z Compiling ipnet v2.11.0
19772026-05-28T05:47:32.846Z Compiling ref-cast-impl v1.0.25
19782026-05-28T05:47:33.096Z Compiling curve25519-dalek v4.1.3
19792026-05-28T05:47:33.123Z Compiling darling_core v0.20.11
19802026-05-28T05:47:33.220Z Compiling toml_datetime v0.7.5+spec-1.1.0
19812026-05-28T05:47:33.398Z Compiling memoffset v0.9.1
19822026-05-28T05:47:33.413Z Compiling httpdate v1.0.3
19832026-05-28T05:47:33.529Z Compiling pin-utils v0.1.0
19842026-05-28T05:47:33.714Z Compiling winnow v0.5.40
19852026-05-28T05:47:33.798Z Compiling litrs v1.0.0
19862026-05-28T05:47:33.868Z Compiling foreign-types-shared v0.1.1
19872026-05-28T05:47:33.976Z Compiling rustix v0.38.44
19882026-05-28T05:47:34.284Z Compiling document-features v0.2.12
19892026-05-28T05:47:34.314Z Compiling tempfile v3.25.0
19902026-05-28T05:47:34.333Z Compiling foreign-types v0.3.2
19912026-05-28T05:47:34.672Z Compiling dof v0.3.0
19922026-05-28T05:47:34.828Z Compiling unicode-normalization v0.1.25
19932026-05-28T05:47:34.987Z Compiling dtrace-parser v0.2.0
19942026-05-28T05:47:35.117Z Compiling darling_macro v0.20.11
19952026-05-28T05:47:35.181Z Compiling toml_edit v0.19.15
19962026-05-28T05:47:35.195Z Compiling dof v0.4.0
19972026-05-28T05:47:35.304Z Compiling hyper v1.8.1
19982026-05-28T05:47:35.502Z Compiling dtrace-parser v0.3.0
19992026-05-28T05:47:35.617Z Compiling pin-project-internal v1.1.11
20002026-05-28T05:47:35.638Z Compiling daft-derive v0.1.7
20012026-05-28T05:47:35.776Z Compiling spin v0.9.8
20022026-05-28T05:47:35.817Z Compiling thread-id v5.1.0
20032026-05-28T05:47:35.834Z Compiling thread-id v4.2.2
20042026-05-28T05:47:35.926Z Compiling powerfmt v0.2.0
20052026-05-28T05:47:35.977Z Compiling cfg_aliases v0.2.1
20062026-05-28T05:47:36.074Z Compiling num-bigint-dig v0.8.6
20072026-05-28T05:47:36.092Z Compiling smoltcp v0.9.1
20082026-05-28T05:47:36.132Z Compiling deranged v0.5.8
20092026-05-28T05:47:36.221Z Compiling nix v0.31.2
20102026-05-28T05:47:36.614Z Compiling hyper-util v0.1.20
20112026-05-28T05:47:36.669Z Compiling darling v0.20.11
20122026-05-28T05:47:36.849Z Compiling rustls-native-certs v0.8.3
20132026-05-28T05:47:36.883Z Compiling ipnetwork v0.21.1
20142026-05-28T05:47:37.230Z Compiling strum_macros v0.26.4
20152026-05-28T05:47:37.292Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-28T05:47:37.555Z Compiling sync_wrapper v1.0.2
20172026-05-28T05:47:37.598Z Compiling wait-timeout v0.2.1
20182026-05-28T05:47:37.698Z Compiling num_threads v0.1.7
20192026-05-28T05:47:37.812Z Compiling simd-adler32 v0.3.8
20202026-05-28T05:47:37.895Z Compiling utf8parse v0.2.2
20212026-05-28T05:47:38.029Z Compiling anstyle v1.0.13
20222026-05-28T05:47:38.076Z Compiling quick-error v1.2.3
20232026-05-28T05:47:38.108Z Compiling siphasher v1.0.2
20242026-05-28T05:47:38.221Z Compiling bit-vec v0.8.0
20252026-05-28T05:47:38.309Z Compiling rusty-fork v0.3.1
20262026-05-28T05:47:38.384Z Compiling time v0.3.47
20272026-05-28T05:47:38.480Z Compiling bit-set v0.8.0
20282026-05-28T05:47:38.657Z Compiling anstyle-parse v0.2.7
20292026-05-28T05:47:38.673Z Compiling tower v0.5.3
20302026-05-28T05:47:38.868Z Compiling derive_builder_core v0.20.2
20312026-05-28T05:47:38.979Z Compiling http-body-util v0.1.3
20322026-05-28T05:47:39.221Z Compiling webpki-roots v1.0.6
20332026-05-28T05:47:39.280Z Compiling rand_xorshift v0.4.0
20342026-05-28T05:47:39.363Z Compiling signature v2.2.0
20352026-05-28T05:47:39.438Z Compiling hubpack_derive v0.1.1
20362026-05-28T05:47:39.453Z Compiling strum_macros v0.27.2
20372026-05-28T05:47:39.518Z Compiling snafu-derive v0.8.9
20382026-05-28T05:47:39.658Z Compiling fs-err v3.3.0
20392026-05-28T05:47:39.728Z Compiling ahash v0.8.12
20402026-05-28T05:47:39.800Z Compiling adler2 v2.0.1
20412026-05-28T05:47:39.927Z Compiling is_terminal_polyfill v1.70.2
20422026-05-28T05:47:39.956Z Compiling ryu v1.0.23
20432026-05-28T05:47:39.976Z Compiling anstyle-query v1.1.5
20442026-05-28T05:47:39.994Z Compiling iri-string v0.7.10
20452026-05-28T05:47:40.009Z Compiling allocator-api2 v0.2.21
20462026-05-28T05:47:40.103Z Compiling unarray v0.1.4
20472026-05-28T05:47:40.144Z Compiling colorchoice v1.0.4
20482026-05-28T05:47:40.227Z Compiling object v0.37.3
20492026-05-28T05:47:40.244Z Compiling unicode-properties v0.1.4
20502026-05-28T05:47:40.260Z Compiling unicode-bidi v0.3.18
20512026-05-28T05:47:40.278Z Compiling unicode-segmentation v1.12.0
20522026-05-28T05:47:40.389Z Compiling serde_urlencoded v0.7.1
20532026-05-28T05:47:40.480Z Compiling anstream v0.6.21
20542026-05-28T05:47:40.535Z Compiling proptest v1.10.0
20552026-05-28T05:47:40.724Z Compiling stringprep v0.1.5
20562026-05-28T05:47:40.837Z Compiling miniz_oxide v0.8.9
20572026-05-28T05:47:41.005Z Compiling derive_builder_macro v0.20.2
20582026-05-28T05:47:41.224Z Compiling tower-http v0.6.8
20592026-05-28T05:47:41.301Z Compiling tokio-native-tls v0.3.1
20602026-05-28T05:47:41.317Z Compiling usdt-attr-macro v0.6.0
20612026-05-28T05:47:41.382Z Compiling usdt-macro v0.6.0
20622026-05-28T05:47:41.678Z Compiling rand_chacha v0.3.1
20632026-05-28T05:47:41.710Z Compiling erased-serde v0.3.31
20642026-05-28T05:47:41.785Z Compiling md-5 v0.10.6
20652026-05-28T05:47:41.821Z Compiling bstr v1.12.1
20662026-05-28T05:47:41.959Z Compiling num-integer v0.1.46
20672026-05-28T05:47:42.067Z Compiling hash32 v0.2.1
20682026-05-28T05:47:42.093Z Compiling vergen-lib v0.1.6
20692026-05-28T05:47:42.110Z Compiling ff v0.13.1
20702026-05-28T05:47:42.170Z Compiling zlib-rs v0.6.2
20712026-05-28T05:47:42.188Z Compiling psl-types v2.0.11
20722026-05-28T05:47:42.280Z Compiling base16ct v0.2.0
20732026-05-28T05:47:42.311Z Compiling fallible-iterator v0.2.0
20742026-05-28T05:47:42.361Z Compiling publicsuffix v2.3.0
20752026-05-28T05:47:42.378Z Compiling group v0.13.0
20762026-05-28T05:47:42.394Z Compiling num-iter v0.1.45
20772026-05-28T05:47:42.463Z Compiling sec1 v0.7.3
20782026-05-28T05:47:42.587Z Compiling newtype-uuid v1.3.2
20792026-05-28T05:47:42.603Z Compiling postgres-protocol v0.6.10
20802026-05-28T05:47:42.637Z Compiling rand v0.8.6
20812026-05-28T05:47:42.898Z Compiling oxnet v0.1.4
20822026-05-28T05:47:43.230Z Compiling derive_builder v0.20.2
20832026-05-28T05:47:43.281Z Compiling hyper-tls v0.6.0
20842026-05-28T05:47:43.314Z Compiling heck v0.4.1
20852026-05-28T05:47:43.314Z Compiling phf_shared v0.13.1
20862026-05-28T05:47:43.377Z Compiling pin-project v1.1.11
20872026-05-28T05:47:43.478Z Compiling lazy_static v1.5.0
20882026-05-28T05:47:43.587Z Compiling terminal_size v0.4.3
20892026-05-28T05:47:43.602Z Compiling serde_with_macros v3.17.0
20902026-05-28T05:47:43.619Z Compiling futures-executor v0.3.32
20912026-05-28T05:47:43.633Z Compiling hex v0.4.3
20922026-05-28T05:47:43.663Z Compiling cargo-platform v0.1.9
20932026-05-28T05:47:43.917Z Compiling hkdf v0.12.4
20942026-05-28T05:47:43.935Z Compiling crypto-bigint v0.5.5
20952026-05-28T05:47:43.948Z Compiling serde_repr v0.1.20
20962026-05-28T05:47:44.033Z Compiling enum-as-inner v0.6.1
20972026-05-28T05:47:44.083Z Compiling clap_derive v4.5.55
20982026-05-28T05:47:44.215Z Compiling flate2 v1.1.9
20992026-05-28T05:47:44.267Z Compiling async-recursion v1.1.1
21002026-05-28T05:47:44.486Z Compiling vergen v9.0.6
21012026-05-28T05:47:44.555Z Compiling encoding_rs v0.8.35
21022026-05-28T05:47:44.621Z Compiling mime v0.3.17
21032026-05-28T05:47:44.725Z Compiling bumpalo v3.20.2
21042026-05-28T05:47:44.850Z Compiling managed v0.8.0
21052026-05-28T05:47:44.882Z Compiling clap_lex v1.0.0
21062026-05-28T05:47:44.909Z Compiling foldhash v0.2.0
21072026-05-28T05:47:44.998Z Compiling bitflags v1.3.2
21082026-05-28T05:47:45.030Z Compiling libbz2-rs-sys v0.2.2
21092026-05-28T05:47:45.048Z Compiling same-file v1.0.6
21102026-05-28T05:47:45.092Z Compiling foldhash v0.1.5
21112026-05-28T05:47:45.122Z Compiling hashbrown v0.16.1
21122026-05-28T05:47:45.201Z Compiling walkdir v2.5.0
21132026-05-28T05:47:45.227Z Compiling hashbrown v0.15.5
21142026-05-28T05:47:45.282Z Compiling clap_builder v4.5.60
21152026-05-28T05:47:45.299Z Compiling zopfli v0.8.3
21162026-05-28T05:47:45.500Z Compiling bzip2 v0.6.1
21172026-05-28T05:47:45.731Z Compiling elliptic-curve v0.13.8
21182026-05-28T05:47:45.901Z Compiling zstd v0.13.3
21192026-05-28T05:47:45.922Z Compiling cargo_metadata v0.19.2
21202026-05-28T05:47:45.925Z Compiling futures v0.3.32
21212026-05-28T05:47:46.224Z Compiling phf v0.13.1
21222026-05-28T05:47:46.264Z Compiling snafu v0.8.9
21232026-05-28T05:47:46.404Z Compiling signal-hook-mio v0.2.5
21242026-05-28T05:47:46.544Z Compiling daft v0.1.7
21252026-05-28T05:47:46.622Z Compiling cookie_store v0.22.1
21262026-05-28T05:47:46.637Z Compiling postgres-types v0.2.12
21272026-05-28T05:47:46.664Z Compiling bzip2 v0.4.4
21282026-05-28T05:47:46.846Z Compiling globset v0.4.18
21292026-05-28T05:47:46.895Z Compiling strum v0.27.2
21302026-05-28T05:47:47.242Z Compiling hubpack v0.1.2
21312026-05-28T05:47:47.277Z Compiling ed25519 v2.2.3
21322026-05-28T05:47:47.277Z Compiling phf_shared v0.11.3
21332026-05-28T05:47:47.385Z Compiling crossbeam-epoch v0.9.18
21342026-05-28T05:47:47.477Z Compiling olpc-cjson v0.1.4
21352026-05-28T05:47:47.491Z Compiling pkcs1 v0.7.5
21362026-05-28T05:47:47.508Z Compiling pem v3.0.6
21372026-05-28T05:47:47.584Z Compiling serde-big-array v0.5.1
21382026-05-28T05:47:47.661Z Compiling serde_plain v1.0.2
21392026-05-28T05:47:47.696Z Compiling rfc6979 v0.4.0
21402026-05-28T05:47:47.712Z Compiling float-cmp v0.10.0
21412026-05-28T05:47:47.752Z Compiling memmap2 v0.9.10
21422026-05-28T05:47:47.844Z Compiling env_filter v1.0.0
21432026-05-28T05:47:47.887Z Compiling predicates-core v1.0.10
21442026-05-28T05:47:47.890Z Compiling keccak v0.1.6
21452026-05-28T05:47:47.890Z Compiling toml_write v0.1.2
21462026-05-28T05:47:47.936Z Compiling precomputed-hash v0.1.1
21472026-05-28T05:47:47.982Z Compiling data-encoding v2.10.0
21482026-05-28T05:47:48.060Z Compiling typed-path v0.9.3
21492026-05-28T05:47:48.095Z Compiling fixedbitset v0.4.2
21502026-05-28T05:47:48.116Z Compiling normalize-line-endings v0.3.0
21512026-05-28T05:47:48.146Z Compiling whoami v2.1.0
21522026-05-28T05:47:48.146Z Compiling new_debug_unreachable v1.0.6
21532026-05-28T05:47:48.183Z Compiling jiff v0.2.21
21542026-05-28T05:47:48.231Z Compiling static_assertions v1.1.0
21552026-05-28T05:47:48.251Z Compiling difflib v0.4.0
21562026-05-28T05:47:48.270Z Compiling fixedbitset v0.5.7
21572026-05-28T05:47:48.339Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21582026-05-28T05:47:48.506Z Compiling predicates v3.1.4
21592026-05-28T05:47:48.542Z Compiling petgraph v0.8.3
21602026-05-28T05:47:48.574Z Compiling tokio-postgres v0.7.16
21612026-05-28T05:47:48.726Z Compiling hickory-proto v0.25.2
21622026-05-28T05:47:48.830Z Compiling petgraph v0.6.5
21632026-05-28T05:47:49.097Z Compiling string_cache v0.8.9
21642026-05-28T05:47:49.115Z Compiling toml_edit v0.22.27
21652026-05-28T05:47:49.233Z Compiling sha3 v0.10.8
21662026-05-28T05:47:49.472Z Compiling env_logger v0.11.9
21672026-05-28T05:47:49.521Z Compiling usdt v0.6.0
21682026-05-28T05:47:49.800Z Compiling ecdsa v0.16.9
21692026-05-28T05:47:49.817Z Compiling rsa v0.9.10
21702026-05-28T05:47:50.323Z Compiling ed25519-dalek v2.2.0
21712026-05-28T05:47:50.643Z Compiling crossterm v0.28.1
21722026-05-28T05:47:50.750Z Compiling zip v0.6.6
21732026-05-28T05:47:50.914Z Compiling zip v4.6.1
21742026-05-28T05:47:51.146Z Compiling clap v4.5.60
21752026-05-28T05:47:51.305Z Compiling iddqd v0.4.1
21762026-05-28T05:47:51.650Z Compiling serde_with v3.17.0
21772026-05-28T05:47:51.805Z Compiling similar v2.7.0
21782026-05-28T05:47:51.823Z Compiling strum v0.26.3
21792026-05-28T05:47:51.845Z Compiling toml v0.7.8
21802026-05-28T05:47:51.923Z Compiling tokio-stream v0.1.18
21812026-05-28T05:47:51.960Z Compiling itertools v0.13.0
21822026-05-28T05:47:51.981Z Compiling buf-list v1.1.2
21832026-05-28T05:47:52.366Z Compiling x509-cert v0.2.5
21842026-05-28T05:47:52.549Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21852026-05-28T05:47:52.565Z Compiling openapiv3 v2.2.0
21862026-05-28T05:47:52.731Z Compiling sha1 v0.10.6
21872026-05-28T05:47:53.063Z Compiling lalrpop-util v0.19.12
21882026-05-28T05:47:53.283Z Compiling peg-runtime v0.8.5
21892026-05-28T05:48:08.000Z Compiling rustls-webpki v0.103.9
21902026-05-28T05:48:09.802Z Compiling macaddr v1.0.1
21912026-05-28T05:48:09.841Z Compiling structmeta-derive v0.3.0
21922026-05-28T05:48:10.016Z Compiling rayon-core v1.13.0
21932026-05-28T05:48:10.074Z Compiling crucible-workspace-hack v0.1.0
21942026-05-28T05:48:10.093Z Compiling itertools v0.14.0
21952026-05-28T05:48:10.119Z Compiling secrecy v0.10.3
21962026-05-28T05:48:10.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-28T05:48:10.370Z Compiling rustls v0.22.4
21982026-05-28T05:48:10.370Z Compiling heapless v0.8.0
21992026-05-28T05:48:10.506Z Compiling crossbeam-deque v0.8.6
22002026-05-28T05:48:10.601Z Compiling toml_edit v0.23.10+spec-1.0.0
22012026-05-28T05:48:10.604Z Compiling rustls-webpki v0.102.8
22022026-05-28T05:48:10.635Z Compiling hash32 v0.3.1
22032026-05-28T05:48:10.724Z Compiling multer v3.1.0
22042026-05-28T05:48:10.745Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-28T05:48:10.782Z Compiling thread_local v1.1.9
22062026-05-28T05:48:10.832Z Compiling slog-async v2.8.0
22072026-05-28T05:48:10.870Z Compiling structmeta v0.3.0
22082026-05-28T05:48:10.903Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22092026-05-28T05:48:10.923Z Compiling smoltcp v0.11.0
22102026-05-28T05:48:10.953Z Compiling match_cfg v0.1.0
22112026-05-28T05:48:11.006Z Compiling unicode-width v0.2.0
22122026-05-28T05:48:11.052Z Compiling compression-core v0.4.31
22132026-05-28T05:48:11.111Z Compiling derive-ex v0.1.8
22142026-05-28T05:48:11.172Z Compiling proc-macro-crate v3.4.0
22152026-05-28T05:48:11.194Z Compiling compression-codecs v0.4.37
22162026-05-28T05:48:11.260Z Compiling hostname v0.3.1
22172026-05-28T05:48:11.416Z Compiling ingot-macros v0.1.1
22182026-05-28T05:48:11.451Z Compiling slog-json v2.6.1
22192026-05-28T05:48:11.558Z Compiling crossbeam-channel v0.5.15
22202026-05-28T05:48:11.592Z Compiling half v2.7.1
22212026-05-28T05:48:11.635Z Compiling newtype-uuid-macros v0.1.0
22222026-05-28T05:48:11.733Z Compiling cobs v0.3.0
22232026-05-28T05:48:11.865Z Compiling tokio-rustls v0.26.4
22242026-05-28T05:48:11.964Z Compiling rustls-platform-verifier v0.6.2
22252026-05-28T05:48:12.041Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-28T05:48:12.157Z Compiling hyper-rustls v0.27.7
22272026-05-28T05:48:12.198Z Compiling universal-hash v0.5.1
22282026-05-28T05:48:12.270Z Compiling async-stream-impl v0.3.6
22292026-05-28T05:48:12.367Z Compiling serde_spanned v1.0.4
22302026-05-28T05:48:12.383Z Compiling toml_datetime v1.0.0+spec-1.1.0
22312026-05-28T05:48:12.485Z Compiling reqwest v0.12.28
22322026-05-28T05:48:12.511Z Compiling reqwest v0.13.2
22332026-05-28T05:48:12.557Z Compiling is-terminal v0.4.17
22342026-05-28T05:48:12.673Z Compiling dropshot v0.17.0
22352026-05-28T05:48:12.689Z Compiling proc-macro-error-attr v1.0.4
22362026-05-28T05:48:12.838Z Compiling opaque-debug v0.3.1
22372026-05-28T05:48:12.874Z Compiling ciborium-io v0.2.2
22382026-05-28T05:48:12.895Z Compiling term v1.2.1
22392026-05-28T05:48:12.910Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-05-28T05:48:12.926Z Compiling take_mut v0.2.2
22412026-05-28T05:48:12.943Z Compiling convert_case v0.4.0
22422026-05-28T05:48:12.994Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-28T05:48:13.100Z Compiling thiserror-no-std v2.0.2
22442026-05-28T05:48:13.153Z Compiling ciborium-ll v0.2.2
22452026-05-28T05:48:13.221Z Compiling slog-term v2.9.2
22462026-05-28T05:48:13.256Z Compiling toml v1.0.6+spec-1.1.0
22472026-05-28T05:48:13.283Z Compiling derive_more v0.99.20
22482026-05-28T05:48:13.299Z Compiling tokio-rustls v0.25.0
22492026-05-28T05:48:13.500Z Compiling poly1305 v0.8.0
22502026-05-28T05:48:13.536Z Compiling async-stream v0.3.6
22512026-05-28T05:48:13.565Z Compiling test-strategy v0.4.5
22522026-05-28T05:48:13.756Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-05-28T05:48:14.041Z Compiling tough v0.22.0
22542026-05-28T05:48:14.144Z Compiling ingot-types v0.1.2
22552026-05-28T05:48:14.161Z Compiling postcard v1.1.3
22562026-05-28T05:48:14.483Z Compiling slog-bunyan v2.5.0
22572026-05-28T05:48:14.579Z Compiling ingot v0.1.1
22582026-05-28T05:48:14.632Z Compiling num_enum_derive v0.7.5
22592026-05-28T05:48:14.695Z Compiling async-compression v0.4.41
22602026-05-28T05:48:14.884Z Compiling parse-display-derive v0.10.0
22612026-05-28T05:48:15.185Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-28T05:48:15.466Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-28T05:48:15.512Z Compiling proc-macro-crate v1.3.1
22642026-05-28T05:48:15.634Z Compiling backon v1.6.0
22652026-05-28T05:48:15.786Z Compiling waitgroup v0.1.2
22662026-05-28T05:48:15.807Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-28T05:48:15.883Z Compiling password-hash v0.5.0
22682026-05-28T05:48:15.908Z Compiling chacha20 v0.9.1
22692026-05-28T05:48:15.925Z Compiling dropshot_endpoint v0.17.0
22702026-05-28T05:48:15.947Z Compiling rustls-pemfile v2.2.0
22712026-05-28T05:48:15.991Z Compiling blake2 v0.10.6
22722026-05-28T05:48:16.192Z Compiling aead v0.5.2
22732026-05-28T05:48:16.266Z Compiling foreign-types-macros v0.2.3
22742026-05-28T05:48:16.423Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-28T05:48:16.536Z Compiling serde_path_to_error v0.1.20
22762026-05-28T05:48:16.562Z Compiling hostname v0.4.2
22772026-05-28T05:48:16.760Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-28T05:48:16.826Z Compiling proc-macro-error v1.0.4
22792026-05-28T05:48:16.859Z Compiling instant v0.1.13
22802026-05-28T05:48:16.877Z Compiling typeid v1.0.3
22812026-05-28T05:48:16.877Z Compiling debug-ignore v1.0.5
22822026-05-28T05:48:16.909Z Compiling cpufeatures v0.3.0
22832026-05-28T05:48:16.912Z Compiling foreign-types-shared v0.3.1
22842026-05-28T05:48:16.966Z Compiling backoff v0.4.0
22852026-05-28T05:48:17.007Z Compiling chacha20 v0.10.0
22862026-05-28T05:48:17.026Z Compiling foreign-types v0.5.0
22872026-05-28T05:48:17.029Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-28T05:48:17.029Z Compiling parse-display v0.10.0
22892026-05-28T05:48:17.029Z Compiling chacha20poly1305 v0.10.1
22902026-05-28T05:48:17.071Z Compiling argon2 v0.5.3
22912026-05-28T05:48:17.131Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22922026-05-28T05:48:17.207Z Compiling num_enum_derive v0.5.11
22932026-05-28T05:48:17.227Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-28T05:48:17.244Z Compiling num_enum v0.7.5
22952026-05-28T05:48:17.330Z Compiling ciborium v0.2.2
22962026-05-28T05:48:17.402Z Compiling vsss-rs v3.3.4
22972026-05-28T05:48:17.574Z Compiling tabwriter v1.4.1
22982026-05-28T05:48:17.705Z Compiling regress v0.10.5
22992026-05-28T05:48:17.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002026-05-28T05:48:17.932Z Compiling byte-wrapper v0.1.0
23012026-05-28T05:48:17.974Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23022026-05-28T05:48:18.093Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032026-05-28T05:48:18.118Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-05-28T05:48:18.164Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23052026-05-28T05:48:18.184Z Compiling cstr-argument v0.1.2
23062026-05-28T05:48:18.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23072026-05-28T05:48:18.417Z Compiling erased-serde v0.4.9
23082026-05-28T05:48:18.526Z Compiling humantime v2.3.0
23092026-05-28T05:48:18.573Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-28T05:48:18.629Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-05-28T05:48:18.729Z Compiling num_enum v0.5.11
23122026-05-28T05:48:18.774Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-28T05:48:18.867Z Compiling rand v0.10.0
23142026-05-28T05:48:18.884Z Compiling rayon v1.11.0
23152026-05-28T05:48:18.931Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-05-28T05:48:18.947Z Compiling colored v3.1.1
23172026-05-28T05:48:18.998Z Compiling indent_write v2.2.0
23182026-05-28T05:48:19.034Z Compiling libefi-sys v0.1.0
23192026-05-28T05:48:19.054Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-05-28T05:48:19.128Z Compiling zone_cfg_derive v0.3.1
23212026-05-28T05:48:19.174Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-28T05:48:19.282Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-28T05:48:19.311Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-28T05:48:19.373Z Compiling camino-tempfile v1.4.1
23252026-05-28T05:48:19.566Z Compiling itertools v0.12.1
23262026-05-28T05:48:19.642Z Compiling usdt-attr-macro v0.5.0
23272026-05-28T05:48:19.702Z Compiling usdt-macro v0.5.0
23282026-05-28T05:48:19.726Z Compiling bitfield-struct v0.6.2
23292026-05-28T05:48:19.799Z Compiling num-derive v0.4.2
23302026-05-28T05:48:19.816Z Compiling blake3 v1.8.3
23312026-05-28T05:48:19.845Z Compiling ordered-float v2.10.1
23322026-05-28T05:48:20.151Z Compiling memmap v0.7.0
23332026-05-28T05:48:20.194Z Compiling sigpipe v0.1.3
23342026-05-28T05:48:20.319Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-05-28T05:48:20.378Z Compiling glob v0.3.3
23362026-05-28T05:48:20.410Z Compiling swrite v0.1.0
23372026-05-28T05:48:20.432Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-28T05:48:20.449Z Compiling usdt v0.5.0
23392026-05-28T05:48:20.575Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-28T05:48:20.718Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-05-28T05:48:20.828Z Compiling serde-value v0.7.0
23422026-05-28T05:48:21.019Z Compiling zone v0.3.1
23432026-05-28T05:48:21.075Z Compiling serde-untagged v0.1.9
23442026-05-28T05:48:21.097Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-28T05:48:21.356Z Compiling toml v0.8.23
23462026-05-28T05:48:21.372Z Compiling smf v0.2.3
23472026-05-28T05:48:21.432Z Compiling filetime v0.2.27
23482026-05-28T05:48:21.449Z Compiling arrayvec v0.7.6
23492026-05-28T05:48:21.453Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-05-28T05:48:21.482Z Compiling whoami v1.6.1
23512026-05-28T05:48:21.552Z Compiling unicode-xid v0.2.6
23522026-05-28T05:48:21.568Z Compiling arrayref v0.3.9
23532026-05-28T05:48:21.663Z Compiling constant_time_eq v0.4.2
23542026-05-28T05:48:21.678Z Compiling xattr v1.6.1
23552026-05-28T05:48:21.696Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-28T05:48:21.721Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-05-28T05:48:21.737Z Compiling tokio-dtrace v0.1.1
23582026-05-28T05:48:21.890Z Compiling cargo-util-schemas v0.8.2
23592026-05-28T05:48:21.905Z Compiling tar v0.4.45
23602026-05-28T05:48:21.989Z Compiling console v0.16.2
23612026-05-28T05:48:22.092Z Compiling gethostname v0.5.0
23622026-05-28T05:48:22.258Z Compiling cargo-platform v0.2.0
23632026-05-28T05:48:22.392Z Compiling unit-prefix v0.5.2
23642026-05-28T05:48:22.476Z Compiling topological-sort v0.2.2
23652026-05-28T05:48:22.555Z Compiling indicatif v0.18.4
23662026-05-28T05:48:22.576Z Compiling oxide-tokio-rt v0.1.4
23672026-05-28T05:48:22.635Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-05-28T05:48:22.678Z Compiling shell-words v1.1.1
23692026-05-28T05:48:23.112Z Compiling cargo_metadata v0.21.0
23702026-05-28T05:48:32.404Z Compiling progenitor-client v0.14.0
23712026-05-28T05:48:32.426Z Compiling progenitor-client v0.10.0
23722026-05-28T05:48:32.426Z Compiling omicron-zone-package v0.12.2
23732026-05-28T05:48:32.921Z Compiling progenitor-extras v0.2.0
23742026-05-28T05:48:35.190Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-05-28T05:48:35.210Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-28T05:48:35.371Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-28T05:48:35.387Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-05-28T05:48:35.421Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23792026-05-28T05:48:35.455Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-28T05:48:35.458Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-05-28T05:48:35.486Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-05-28T05:48:35.748Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-05-28T05:48:39.545Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-28T05:48:47.279Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-28T05:48:50.435Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-28T05:48:51.423Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-28T05:49:01.013Z Finished `release` profile [optimized] target(s) in 1m 44s
23882026-05-28T05:49:01.168Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-28T05:49:01.228ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-28T05:49:01.232ZCreated new build target 'test' and set it as active
23912026-05-28T05:49:01.232Z
23922026-05-28T05:49:01.232Zreal 1:45.139262293
23932026-05-28T05:49:01.232Zuser 17:07.743215196
23942026-05-28T05:49:01.232Zsys 2:42.149780678
23952026-05-28T05:49:01.232Ztrap 0.487371634
23962026-05-28T05:49:01.232Ztflt 2.855250169
23972026-05-28T05:49:01.232Zdflt 4.346593912
23982026-05-28T05:49:01.232Zkflt 0.000487390
23992026-05-28T05:49:01.232Zlock 53:16.988863945
24002026-05-28T05:49:01.232Zslp 43:40.034162888
24012026-05-28T05:49:01.232Zlat 45.165001000
24022026-05-28T05:49:01.232Zstop 5:38.025653850
24032026-05-28T05:49:01.232Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-28T05:49:02.129Z Finished `release` profile [optimized] target(s) in 0.88s
24052026-05-28T05:49:02.207Z Running `target/release/omicron-package -t test package`
24062026-05-28T05:49:02.266ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-28T05:49:03.701Z Compiling heck v0.5.0
24082026-05-28T05:49:03.701Z Compiling regress v0.11.1
24092026-05-28T05:49:03.704Z Compiling unsafe-libyaml v0.2.11
24102026-05-28T05:49:03.965Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-28T05:49:03.985Z Compiling regress v0.10.5
24122026-05-28T05:49:04.016Z Compiling is-terminal v0.4.17
24132026-05-28T05:49:04.019Z Compiling unicode-width v0.1.14
24142026-05-28T05:49:04.061Z Compiling prettyplease v0.2.37
24152026-05-28T05:49:04.080Z Compiling bytecount v0.6.9
24162026-05-28T05:49:04.083Z Compiling rustls v0.22.4
24172026-05-28T05:49:04.083Z Compiling rustls-webpki v0.102.8
24182026-05-28T05:49:04.083Z Compiling derive-where v1.6.0
24192026-05-28T05:49:04.083Z Compiling thread_local v1.1.9
24202026-05-28T05:49:04.124Z Compiling compression-core v0.4.31
24212026-05-28T05:49:04.127Z Compiling match_cfg v0.1.0
24222026-05-28T05:49:04.191Z Compiling multer v3.1.0
24232026-05-28T05:49:04.259Z Compiling hostname v0.3.1
24242026-05-28T05:49:04.281Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-05-28T05:49:04.303Z Compiling slog-async v2.8.0
24262026-05-28T05:49:04.306Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-05-28T05:49:04.306Z Compiling crossbeam-channel v0.5.15
24282026-05-28T05:49:04.374Z Compiling compression-codecs v0.4.37
24292026-05-28T05:49:04.397Z Compiling slog-json v2.6.1
24302026-05-28T05:49:04.418Z Compiling serde_yaml v0.9.34+deprecated
24312026-05-28T05:49:04.422Z Compiling toml_datetime v1.0.0+spec-1.1.0
24322026-05-28T05:49:04.458Z Compiling serde_spanned v1.0.4
24332026-05-28T05:49:04.489Z Compiling take_mut v0.2.2
24342026-05-28T05:49:04.516Z Compiling term v1.2.1
24352026-05-28T05:49:04.628Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-28T05:49:04.631Z Compiling slog-bunyan v2.5.0
24372026-05-28T05:49:04.631Z Compiling async-compression v0.4.41
24382026-05-28T05:49:04.796Z Compiling slog-term v2.9.2
24392026-05-28T05:49:04.818Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-28T05:49:04.822Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24412026-05-28T05:49:04.875Z Compiling async-stream v0.3.6
24422026-05-28T05:49:05.006Z Compiling dropshot v0.17.0
24432026-05-28T05:49:05.030Z Compiling num-rational v0.4.2
24442026-05-28T05:49:05.052Z Compiling progenitor-client v0.14.0
24452026-05-28T05:49:05.078Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24462026-05-28T05:49:05.081Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-28T05:49:05.161Z Compiling waitgroup v0.1.2
24482026-05-28T05:49:05.192Z Compiling backon v1.6.0
24492026-05-28T05:49:05.315Z Compiling rustls-pemfile v2.2.0
24502026-05-28T05:49:05.337Z Compiling num-complex v0.4.6
24512026-05-28T05:49:05.341Z Compiling hostname v0.4.2
24522026-05-28T05:49:05.382Z Compiling serde_path_to_error v0.1.20
24532026-05-28T05:49:05.402Z Compiling instant v0.1.13
24542026-05-28T05:49:05.424Z Compiling debug-ignore v1.0.5
24552026-05-28T05:49:05.448Z Compiling progenitor-extras v0.2.0
24562026-05-28T05:49:05.528Z Compiling typify-impl v0.6.2
24572026-05-28T05:49:05.551Z Compiling backoff v0.4.0
24582026-05-28T05:49:05.555Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-28T05:49:05.613Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-28T05:49:05.758Z Compiling num v0.4.3
24612026-05-28T05:49:05.783Z Compiling parse-display v0.10.0
24622026-05-28T05:49:05.809Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-28T05:49:05.829Z Compiling progenitor-client v0.13.0
24642026-05-28T05:49:05.869Z Compiling progenitor-client v0.10.0
24652026-05-28T05:49:05.907Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-05-28T05:49:06.004Z Compiling macaddr v1.0.1
24672026-05-28T05:49:06.028Z Compiling humantime v2.3.0
24682026-05-28T05:49:06.068Z Compiling float-ord v0.3.2
24692026-05-28T05:49:06.210Z Compiling console v0.15.11
24702026-05-28T05:49:06.278Z Compiling atomicwrites v0.4.4
24712026-05-28T05:49:06.305Z Compiling newline-converter v0.3.0
24722026-05-28T05:49:06.377Z Compiling slog-dtrace v0.3.0
24732026-05-28T05:49:06.412Z Compiling owo-colors v4.3.0
24742026-05-28T05:49:06.446Z Compiling cancel-safe-futures v0.1.5
24752026-05-28T05:49:06.478Z Compiling tokio-rustls v0.25.0
24762026-05-28T05:49:06.622Z Compiling expectorate v1.2.0
24772026-05-28T05:49:06.666Z Compiling resolv-conf v0.7.6
24782026-05-28T05:49:06.773Z Compiling toml v0.8.23
24792026-05-28T05:49:06.776Z Compiling libsw-core v0.3.2
24802026-05-28T05:49:06.942Z Compiling linked-hash-map v0.5.6
24812026-05-28T05:49:07.056Z Compiling libsw v3.5.0
24822026-05-28T05:49:07.172Z Compiling linear-map v1.2.0
24832026-05-28T05:49:07.222Z Compiling lru-cache v0.1.2
24842026-05-28T05:49:07.292Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-28T05:49:07.334Z Compiling minimal-lexical v0.2.1
24862026-05-28T05:49:07.407Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-28T05:49:07.429Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-28T05:49:07.433Z Compiling hickory-proto v0.24.4
24892026-05-28T05:49:07.510Z Compiling unicode-xid v0.2.6
24902026-05-28T05:49:07.561Z Compiling nom v7.1.3
24912026-05-28T05:49:07.609Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922026-05-28T05:49:07.631Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-05-28T05:49:07.668Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-05-28T05:49:07.900Z Compiling convert_case v0.10.0
24952026-05-28T05:49:08.198Z Compiling derive_more-impl v2.1.1
24962026-05-28T05:49:08.431Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-28T05:49:08.874Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-28T05:49:08.994Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-05-28T05:49:09.018Z Compiling derive_more v2.1.1
25002026-05-28T05:49:09.067Z Compiling papergrid v0.11.0
25012026-05-28T05:49:09.126Z Compiling tabled_derive v0.7.0
25022026-05-28T05:49:09.147Z Compiling typify-macro v0.6.2
25032026-05-28T05:49:09.243Z Compiling termtree v0.5.1
25042026-05-28T05:49:09.451Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-28T05:49:09.704Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-28T05:49:10.072Z Compiling hickory-resolver v0.24.4
25072026-05-28T05:49:10.188Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-28T05:49:10.237Z Compiling tabled v0.15.0
25092026-05-28T05:49:10.415Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-28T05:49:10.684Z Compiling typify v0.6.2
25112026-05-28T05:49:10.837Z Compiling progenitor-impl v0.14.0
25122026-05-28T05:49:11.406Z Compiling progenitor-impl v0.13.0
25132026-05-28T05:49:13.024Z Compiling progenitor-macro v0.14.0
25142026-05-28T05:49:13.500Z Compiling qorb v0.4.1
25152026-05-28T05:49:13.598Z Compiling progenitor-macro v0.13.0
25162026-05-28T05:49:14.812Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-28T05:49:15.231Z Compiling crossterm v0.29.0
25182026-05-28T05:49:15.619Z Compiling phf_shared v0.12.1
25192026-05-28T05:49:15.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-28T05:49:16.020Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-28T05:49:16.109Z Compiling csv-core v0.1.13
25222026-05-28T05:49:16.571Z Compiling vte v0.14.1
25232026-05-28T05:49:16.594Z Compiling highway v1.3.0
25242026-05-28T05:49:16.839Z Compiling chrono-tz v0.10.4
25252026-05-28T05:49:17.112Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-05-28T05:49:17.144Z Compiling strip-ansi-escapes v0.2.1
25272026-05-28T05:49:17.166Z Compiling progenitor v0.14.0
25282026-05-28T05:49:17.332Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25292026-05-28T05:49:17.355Z Compiling csv v1.4.0
25302026-05-28T05:49:17.708Z Compiling progenitor v0.13.0
25312026-05-28T05:49:17.748Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-28T05:49:17.888Z Compiling phf v0.12.1
25332026-05-28T05:49:18.103Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-28T05:49:18.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-28T05:49:18.153Z Compiling const_format_proc_macros v0.2.34
25362026-05-28T05:49:18.217Z Compiling fd-lock v4.0.4
25372026-05-28T05:49:18.373Z Compiling peg-macros v0.8.5
25382026-05-28T05:49:18.399Z Compiling nu-ansi-term v0.50.3
25392026-05-28T05:49:18.706Z Compiling reedline v0.40.0
25402026-05-28T05:49:18.939Z Compiling const_format v0.2.35
25412026-05-28T05:49:19.437Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-28T05:49:19.664Z Compiling peg v0.8.5
25432026-05-28T05:49:19.771Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-28T05:49:20.532Z Compiling bcs v0.1.6
25452026-05-28T05:49:20.922Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-28T05:49:21.022Z Compiling semver v0.1.20
25472026-05-28T05:49:21.246Z Compiling rustc_version v0.1.7
25482026-05-28T05:49:21.323Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-05-28T05:49:21.493Z Compiling newtype_derive v0.1.6
25502026-05-28T05:49:21.566Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25512026-05-28T05:49:21.590Z Compiling smawk v0.3.2
25522026-05-28T05:49:21.723Z Compiling unicode-linebreak v0.1.5
25532026-05-28T05:49:21.977Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-28T05:49:22.049Z Compiling textwrap v0.16.2
25552026-05-28T05:49:22.546Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-28T05:49:22.799Z Compiling dropshot-api-manager-types v0.7.1
25572026-05-28T05:49:22.847Z Compiling base64 v0.21.7
25582026-05-28T05:49:23.222Z Compiling steno v0.4.1
25592026-05-28T05:49:23.408Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-05-28T05:49:23.669Z Compiling tagptr v0.2.0
25612026-05-28T05:49:23.796Z Compiling utf-8 v0.7.6
25622026-05-28T05:49:23.868Z Compiling moka v0.12.13
25632026-05-28T05:49:23.909Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-05-28T05:49:23.943Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-28T05:49:24.042Z Compiling tungstenite v0.21.0
25662026-05-28T05:49:24.122Z Compiling radium v0.7.0
25672026-05-28T05:49:24.181Z Compiling tap v1.0.1
25682026-05-28T05:49:24.203Z Compiling maybe-uninit v2.0.0
25692026-05-28T05:49:24.334Z Compiling wyz v0.5.1
25702026-05-28T05:49:24.574Z Compiling zerocopy-derive v0.6.6
25712026-05-28T05:49:24.596Z Compiling funty v2.0.0
25722026-05-28T05:49:24.731Z Compiling tokio-tungstenite v0.21.0
25732026-05-28T05:49:25.106Z Compiling hickory-resolver v0.25.2
25742026-05-28T05:49:25.131Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25752026-05-28T05:49:25.323Z Compiling crc-catalog v2.4.0
25762026-05-28T05:49:25.370Z Compiling display-error-chain v0.2.2
25772026-05-28T05:49:25.455Z Compiling packed_struct v0.10.1
25782026-05-28T05:49:25.550Z Compiling crc v3.4.0
25792026-05-28T05:49:25.591Z Compiling zerocopy v0.6.6
25802026-05-28T05:49:25.794Z Compiling bitvec v1.0.1
25812026-05-28T05:49:26.001Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-05-28T05:49:26.117Z Compiling num-derive v0.3.3
25832026-05-28T05:49:26.181Z Compiling packed_struct_codegen v0.10.1
25842026-05-28T05:49:26.214Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-28T05:49:26.996Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-05-28T05:49:27.042Z Compiling bitfield-macros v0.19.4
25872026-05-28T05:49:27.201Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-28T05:49:27.633Z Compiling proc-macro-error-attr2 v2.0.0
25892026-05-28T05:49:27.841Z Compiling indexmap v1.9.3
25902026-05-28T05:49:28.076Z Compiling nodrop v0.1.14
25912026-05-28T05:49:28.076Z Compiling proc-macro-error2 v2.0.1
25922026-05-28T05:49:28.236Z Compiling array-init v0.0.4
25932026-05-28T05:49:28.441Z Compiling bitfield v0.19.4
25942026-05-28T05:49:28.634Z Compiling libscf-sys v1.1.0
25952026-05-28T05:49:28.775Z Compiling smallvec v0.6.14
25962026-05-28T05:49:28.815Z Compiling typify-impl v0.4.3
25972026-05-28T05:49:28.860Z Compiling hashbrown v0.12.3
25982026-05-28T05:49:29.056Z Compiling serde-hex v0.1.0
25992026-05-28T05:49:29.158Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-28T05:49:29.183Z Compiling tabled_derive v0.11.0
26012026-05-28T05:49:29.862Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-05-28T05:49:29.990Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-28T05:49:30.187Z Compiling ron v0.8.1
26042026-05-28T05:49:30.247Z Compiling papergrid v0.17.0
26052026-05-28T05:49:30.277Z Compiling testing_table v0.3.0
26062026-05-28T05:49:30.739Z Compiling hashbrown v0.13.2
26072026-05-28T05:49:31.049Z Compiling vergen-gitcl v1.0.8
26082026-05-28T05:49:31.202Z Compiling dirs-sys-next v0.1.2
26092026-05-28T05:49:31.296Z Compiling diesel_derives v2.3.7
26102026-05-28T05:49:31.384Z Compiling crunchy v0.2.4
26112026-05-28T05:49:31.478Z Compiling crc-any v2.5.0
26122026-05-28T05:49:31.516Z Compiling maplit v1.0.2
26132026-05-28T05:49:31.644Z Compiling glob v0.3.3
26142026-05-28T05:49:31.717Z Compiling tabled v0.20.0
26152026-05-28T05:49:31.748Z Compiling dirs-next v2.0.0
26162026-05-28T05:49:31.890Z Compiling object v0.30.4
26172026-05-28T05:49:31.914Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-28T05:49:32.970Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-05-28T05:49:32.978Z Compiling clang-sys v1.8.1
26202026-05-28T05:49:32.978Z Compiling typify-macro v0.4.3
26212026-05-28T05:49:32.978Z Compiling dsl_auto_type v0.2.0
26222026-05-28T05:49:32.978Z Compiling scheduled-thread-pool v0.2.7
26232026-05-28T05:49:32.978Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-28T05:49:32.978Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-28T05:49:32.978Z Compiling tiny-keccak v2.0.2
26262026-05-28T05:49:32.978Z Compiling path-slash v0.1.5
26272026-05-28T05:49:32.978Z Compiling xshell-macros v0.2.7
26282026-05-28T05:49:33.009Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-05-28T05:49:33.078Z Compiling r2d2 v0.8.10
26302026-05-28T05:49:33.152Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26312026-05-28T05:49:33.273Z Compiling xshell v0.2.7
26322026-05-28T05:49:33.410Z Compiling term v0.7.0
26332026-05-28T05:49:33.937Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26342026-05-28T05:49:33.959Z Compiling bit-vec v0.6.3
26352026-05-28T05:49:33.983Z Compiling downcast-rs v2.0.2
26362026-05-28T05:49:34.315Z Compiling bit-set v0.5.3
26372026-05-28T05:49:34.376Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382026-05-28T05:49:34.425Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-05-28T05:49:34.509Z Compiling ascii-canvas v3.0.0
26402026-05-28T05:49:34.634Z Compiling itertools v0.10.5
26412026-05-28T05:49:34.776Z Compiling ena v0.14.4
26422026-05-28T05:49:35.020Z Compiling libloading v0.8.9
26432026-05-28T05:49:35.259Z Compiling unicase v2.9.0
26442026-05-28T05:49:35.595Z Compiling diff v0.1.13
26452026-05-28T05:49:35.618Z Compiling crc8 v0.1.1
26462026-05-28T05:49:35.754Z Compiling regex-syntax v0.6.29
26472026-05-28T05:49:35.781Z Compiling bindgen v0.71.1
26482026-05-28T05:49:35.959Z Compiling typify v0.4.3
26492026-05-28T05:49:36.100Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-05-28T05:49:36.129Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26512026-05-28T05:49:36.717Z Compiling cexpr v0.6.0
26522026-05-28T05:49:36.746Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-05-28T05:49:36.770Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-05-28T05:49:36.965Z Compiling rustc-hash v2.1.1
26552026-05-28T05:49:37.023Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26562026-05-28T05:49:37.181Z Compiling lalrpop v0.19.12
26572026-05-28T05:49:37.356Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-28T05:49:37.443Z Compiling headers-core v0.3.0
26592026-05-28T05:49:37.650Z Compiling diesel v2.3.7
26602026-05-28T05:49:37.727Z Compiling git-stub v1.0.0
26612026-05-28T05:49:37.844Z Compiling libxml v0.3.3
26622026-05-28T05:49:38.000Z Compiling git-stub-vcs v0.1.0
26632026-05-28T05:49:38.021Z Compiling headers v0.4.1
26642026-05-28T05:49:38.156Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-28T05:49:38.378Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-28T05:49:38.612Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-28T05:49:38.976Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-28T05:49:39.113Z Compiling strum_macros v0.24.3
26692026-05-28T05:49:39.391Z Compiling indoc v1.0.9
26702026-05-28T05:49:39.802Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-28T05:49:39.833Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-28T05:49:40.044Z Compiling derive_builder v0.20.2
26732026-05-28T05:49:40.217Z Compiling oso-derive v0.27.3
26742026-05-28T05:49:40.362Z Compiling quick-xml v0.37.5
26752026-05-28T05:49:40.384Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-28T05:49:40.643Z Compiling openssl-probe v0.1.6
26772026-05-28T05:49:40.759Z Compiling half v1.8.3
26782026-05-28T05:49:40.986Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-28T05:49:41.224Z Compiling serde_cbor v0.11.2
26802026-05-28T05:49:41.695Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-28T05:49:41.724Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-28T05:49:41.761Z Compiling bb8 v0.8.6
26832026-05-28T05:49:41.814Z Compiling trait-variant v0.1.2
26842026-05-28T05:49:41.954Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-28T05:49:42.186Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-28T05:49:42.209Z Compiling samael v0.0.19
26872026-05-28T05:49:42.254Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-28T05:49:42.278Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-28T05:49:42.370Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26902026-05-28T05:49:42.511Z Compiling fxhash v0.2.1
26912026-05-28T05:49:42.533Z Compiling salty v0.3.0
26922026-05-28T05:49:42.878Z Compiling progenitor-impl v0.11.2
26932026-05-28T05:49:42.916Z Compiling progenitor-impl v0.10.0
26942026-05-28T05:49:43.040Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-28T05:49:43.104Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-28T05:49:43.273Z Compiling kstat-rs v0.2.4
26972026-05-28T05:49:43.671Z Compiling libz-sys v1.1.24
26982026-05-28T05:49:43.753Z Compiling nonempty v0.12.0
26992026-05-28T05:49:43.965Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27002026-05-28T05:49:43.994Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-28T05:49:44.721Z Compiling polar-core v0.27.3
27022026-05-28T05:49:45.068Z Compiling progenitor-macro v0.10.0
27032026-05-28T05:49:45.089Z Compiling progenitor-macro v0.11.2
27042026-05-28T05:49:46.341Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-28T05:49:46.820Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-28T05:49:47.612Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-28T05:49:48.221Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-28T05:49:48.421Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-28T05:49:48.815Z Compiling progenitor-client v0.11.2
27102026-05-28T05:49:48.962Z Compiling darling_core v0.23.0
27112026-05-28T05:49:49.200Z Compiling nanorand v0.7.0
27122026-05-28T05:49:49.262Z Compiling arc-swap v1.8.2
27132026-05-28T05:49:49.380Z Compiling fs-err v2.11.0
27142026-05-28T05:49:49.587Z Compiling parking_lot_core v0.8.6
27152026-05-28T05:49:49.804Z Compiling slog-scope v4.4.1
27162026-05-28T05:49:49.868Z Compiling mime_guess v2.0.5
27172026-05-28T05:49:49.947Z Compiling flume v0.11.1
27182026-05-28T05:49:50.266Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-28T05:49:50.338Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-28T05:49:50.400Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-28T05:49:51.150Z Compiling darling_macro v0.23.0
27222026-05-28T05:49:51.671Z Compiling progenitor v0.11.2
27232026-05-28T05:49:51.877Z Compiling progenitor v0.10.0
27242026-05-28T05:49:52.087Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-28T05:49:53.171Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262026-05-28T05:49:53.726Z Compiling oso v0.27.3
27272026-05-28T05:49:54.594Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27282026-05-28T05:49:56.920Z Compiling diesel-dtrace v0.5.0
27292026-05-28T05:49:57.259Z Compiling async-bb8-diesel v0.2.1
27302026-05-28T05:49:57.708Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-28T05:49:58.383Z Compiling primeorder v0.13.6
27322026-05-28T05:49:58.569Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-28T05:49:58.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-28T05:49:58.960Z Compiling instability v0.3.11
27352026-05-28T05:49:59.047Z Compiling p384 v0.13.1
27362026-05-28T05:49:59.873Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-28T05:50:00.083Z Compiling darling v0.23.0
27382026-05-28T05:50:00.246Z Compiling slog-stdlog v4.1.1
27392026-05-28T05:50:00.778Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-28T05:50:00.896Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-28T05:50:01.059Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-28T05:50:01.156Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-28T05:50:01.182Z Compiling ignore v0.4.25
27442026-05-28T05:50:01.232Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-28T05:50:01.787Z Compiling castaway v0.2.4
27462026-05-28T05:50:01.951Z Compiling atty v0.2.14
27472026-05-28T05:50:02.109Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-28T05:50:02.346Z Compiling indoc v2.0.7
27492026-05-28T05:50:02.371Z Compiling http-range v0.1.5
27502026-05-28T05:50:02.639Z Compiling parse-size v1.1.0
27512026-05-28T05:50:02.797Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-28T05:50:02.875Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-28T05:50:03.520Z Compiling compact_str v0.8.1
27542026-05-28T05:50:03.603Z Compiling globwalk v0.9.1
27552026-05-28T05:50:04.297Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-28T05:50:04.601Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-28T05:50:04.864Z Compiling parking_lot v0.11.2
27582026-05-28T05:50:05.752Z Compiling slog-envlogger v2.2.0
27592026-05-28T05:50:06.247Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-28T05:50:06.876Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-28T05:50:06.908Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-28T05:50:06.963Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-28T05:50:07.150Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-28T05:50:07.364Z Compiling predicates-tree v1.0.13
27652026-05-28T05:50:07.476Z Compiling unicode-truncate v1.1.0
27662026-05-28T05:50:07.701Z Compiling lru v0.12.5
27672026-05-28T05:50:07.762Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-28T05:50:07.865Z Compiling rand_seeder v0.4.0
27692026-05-28T05:50:07.922Z Compiling prefix-trie v0.7.0
27702026-05-28T05:50:07.952Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-28T05:50:08.062Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-28T05:50:08.130Z Compiling vergen-git2 v1.0.7
27732026-05-28T05:50:08.313Z Compiling cassowary v0.3.0
27742026-05-28T05:50:08.335Z Compiling corncobs v0.1.4
27752026-05-28T05:50:08.366Z Compiling illumos-nvpair-sys v0.2.0
27762026-05-28T05:50:08.466Z Compiling hickory-server v0.25.2
27772026-05-28T05:50:08.487Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-28T05:50:08.588Z Compiling ratatui v0.29.0
27792026-05-28T05:50:08.646Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-05-28T05:50:08.961Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-05-28T05:50:08.987Z Compiling camino-tempfile-ext v0.3.3
27822026-05-28T05:50:09.215Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-28T05:50:09.244Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-28T05:50:09.642Z Compiling hyper-staticfile v0.10.1
27852026-05-28T05:50:09.907Z Compiling sled v0.34.7
27862026-05-28T05:50:10.396Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-28T05:50:10.869Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-28T05:50:11.118Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-28T05:50:12.814Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-28T05:50:13.046Z Compiling secrecy v0.8.0
27912026-05-28T05:50:13.186Z Compiling rustls v0.21.12
27922026-05-28T05:50:13.269Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-28T05:50:13.603Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-28T05:50:13.626Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-28T05:50:14.106Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-28T05:50:14.313Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-28T05:50:14.523Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-28T05:50:15.340Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-28T05:50:16.626Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-28T05:50:16.900Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-28T05:50:17.148Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-28T05:50:17.361Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-28T05:50:17.600Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-05-28T05:50:17.668Z Compiling sct v0.7.1
28052026-05-28T05:50:17.829Z Compiling rustls-webpki v0.101.7
28062026-05-28T05:50:17.943Z Compiling nix v0.29.0
28072026-05-28T05:50:18.350Z Compiling dropshot v0.16.7
28082026-05-28T05:50:18.589Z Compiling void v1.0.2
28092026-05-28T05:50:18.741Z Compiling lzss v0.8.2
28102026-05-28T05:50:19.020Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-28T05:50:19.475Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-28T05:50:19.704Z Compiling illumos-nvpair v0.3.0
28132026-05-28T05:50:20.154Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-28T05:50:20.511Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-28T05:50:20.534Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-28T05:50:20.803Z Compiling tungstenite v0.23.0
28172026-05-28T05:50:21.272Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-28T05:50:22.249Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-28T05:50:22.480Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-28T05:50:22.584Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28212026-05-28T05:50:22.719Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-05-28T05:50:22.816Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-05-28T05:50:22.953Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-28T05:50:23.050Z Compiling nix v0.27.1
28252026-05-28T05:50:23.202Z Compiling dropshot_endpoint v0.16.7
28262026-05-28T05:50:23.404Z Compiling serde_bytes v0.11.19
28272026-05-28T05:50:23.712Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28282026-05-28T05:50:23.971Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-28T05:50:24.355Z Compiling tokio-tungstenite v0.23.1
28302026-05-28T05:50:24.765Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-05-28T05:50:24.918Z Compiling git2 v0.20.4
28322026-05-28T05:50:27.758Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-28T05:50:28.018Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-05-28T05:50:29.392Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28352026-05-28T05:50:29.892Z Compiling tokio-rustls v0.24.1
28362026-05-28T05:50:30.184Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-28T05:50:30.508Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-28T05:50:30.839Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-28T05:50:30.909Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-28T05:50:30.968Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-28T05:50:31.359Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-28T05:50:31.636Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-28T05:50:31.664Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-28T05:50:32.642Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-28T05:50:32.966Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-28T05:50:33.228Z Compiling rustls-pemfile v1.0.4
28472026-05-28T05:50:33.366Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-05-28T05:50:33.642Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-05-28T05:50:33.895Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-05-28T05:50:34.390Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-05-28T05:50:34.895Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-28T05:50:36.346Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-28T05:50:36.944Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-28T05:50:37.189Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-28T05:50:37.367Z Compiling signal-hook-tokio v0.3.1
28562026-05-28T05:50:37.440Z Compiling twox-hash v2.1.2
28572026-05-28T05:50:37.532Z Compiling yasna v0.5.2
28582026-05-28T05:50:37.569Z Compiling is_ci v1.2.0
28592026-05-28T05:50:37.763Z Compiling supports-color v3.0.2
28602026-05-28T05:50:37.797Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-28T05:50:38.097Z Compiling rcgen v0.12.1
28622026-05-28T05:50:38.823Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-05-28T05:50:39.159Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-28T05:50:39.267Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-28T05:50:39.441Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-28T05:50:39.951Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-05-28T05:50:41.861Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-05-28T05:50:42.684Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28692026-05-28T05:50:42.801Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-28T05:50:43.308Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-05-28T05:50:43.540Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28722026-05-28T05:50:43.780Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-28T05:50:43.999Z Compiling fatfs v0.3.6
28742026-05-28T05:50:44.003Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-28T05:50:44.409Z Compiling subprocess v0.2.15
28762026-05-28T05:50:45.252Z Compiling rtoolbox v0.0.3
28772026-05-28T05:50:45.559Z Compiling assert_matches v1.5.0
28782026-05-28T05:50:45.651Z Compiling seq-macro v0.3.6
28792026-05-28T05:50:45.699Z Compiling rpassword v7.4.0
28802026-05-28T05:50:46.013Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-05-28T05:50:46.264Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-28T05:50:46.604Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-05-28T05:50:46.644Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-05-28T05:50:46.780Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-05-28T05:50:47.759Z Compiling tui-tree-widget v0.23.1
28862026-05-28T05:50:48.063Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-28T05:50:49.320Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-28T05:50:49.602Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-28T05:50:49.894Z Compiling uzers v0.12.2
28902026-05-28T05:50:49.969Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-28T05:50:51.218Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-28T05:50:52.276Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-28T05:50:52.354Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-28T05:50:54.127Z Compiling support-bundle-viewer v0.1.2
28952026-05-28T05:50:55.707Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-05-28T05:50:56.107Z Compiling multimap v0.10.1
28972026-05-28T05:51:04.381Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-05-28T05:51:05.356Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-05-28T05:51:07.025Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29002026-05-28T05:51:16.727Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-28T05:57:00.815Z Finished `release` profile [optimized] target(s) in 7m 58s
29022026-05-28T05:57:46.202Z
29032026-05-28T05:57:46.205Zreal 8:44.942653860
29042026-05-28T05:57:46.205Zuser 1:18:19.231472138
29052026-05-28T05:57:46.205Zsys 3:34.998178401
29062026-05-28T05:57:46.205Ztrap 1.777969696
29072026-05-28T05:57:46.205Ztflt 2.472735379
29082026-05-28T05:57:46.205Zdflt 16.771321581
29092026-05-28T05:57:46.205Zkflt 0.007742905
29102026-05-28T05:57:46.205Zlock 6:42:14.880294362
29112026-05-28T05:57:46.205Zslp 2:14:39.991914109
29122026-05-28T05:57:46.205Zlat 2:32.302700416
29132026-05-28T05:57:46.205Zstop 5:35.257985754
29142026-05-28T05:57:46.205Z+ mapfile -t packages
29152026-05-28T05:57:46.205Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-28T05:57:47.173Z Finished `release` profile [optimized] target(s) in 0.96s
29172026-05-28T05:57:47.246Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-28T05:57:47.304ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-28T05:57:47.307Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-28T05:57:47.853Z Compiling libc v0.2.185
29212026-05-28T05:57:47.853Z Compiling serde v1.0.228
29222026-05-28T05:57:47.856Z Compiling serde_core v1.0.228
29232026-05-28T05:57:47.856Z Compiling rustix v1.1.3
29242026-05-28T05:57:47.856Z Compiling bitflags v2.11.0
29252026-05-28T05:57:47.856Z Compiling serde_json v1.0.149
29262026-05-28T05:57:47.991Z Compiling num-traits v0.2.19
29272026-05-28T05:57:48.001Z Compiling syn v2.0.117
29282026-05-28T05:57:48.011Z Compiling smallvec v1.15.1
29292026-05-28T05:57:48.032Z Compiling usdt-impl v0.5.0
29302026-05-28T05:57:48.035Z Compiling indexmap v2.14.0
29312026-05-28T05:57:48.053Z Compiling syn v1.0.109
29322026-05-28T05:57:48.065Z Compiling percent-encoding v2.3.2
29332026-05-28T05:57:48.098Z Compiling log v0.4.29
29342026-05-28T05:57:48.204Z Compiling getrandom v0.4.1
29352026-05-28T05:57:48.371Z Compiling form_urlencoded v1.2.2
29362026-05-28T05:57:48.387Z Compiling fs-err v3.3.0
29372026-05-28T05:57:48.391Z Compiling heck v0.4.1
29382026-05-28T05:57:48.498Z Compiling anyhow v1.0.102
29392026-05-28T05:57:48.511Z Compiling once_cell v1.21.3
29402026-05-28T05:57:48.741Z Compiling thread-id v4.2.2
29412026-05-28T05:57:48.778Z Compiling errno v0.3.14
29422026-05-28T05:57:48.811Z Compiling memmap v0.7.0
29432026-05-28T05:57:49.060Z Compiling ordered-float v2.10.1
29442026-05-28T05:57:49.612Z Compiling proc-macro-error v1.0.4
29452026-05-28T05:57:49.790Z Compiling terminal_size v0.4.3
29462026-05-28T05:57:49.791Z Compiling tempfile v3.25.0
29472026-05-28T05:57:49.853Z Compiling tabled_derive v0.7.0
29482026-05-28T05:57:49.888Z Compiling clap_builder v4.5.60
29492026-05-28T05:57:49.888Z Compiling textwrap v0.16.2
29502026-05-28T05:57:50.031Z Compiling camino-tempfile v1.4.1
29512026-05-28T05:57:50.543Z Compiling tabled v0.15.0
29522026-05-28T05:57:50.586Z Compiling synstructure v0.13.2
29532026-05-28T05:57:50.586Z Compiling pest_generator v2.8.6
29542026-05-28T05:57:50.980Z Compiling serde_derive v1.0.228
29552026-05-28T05:57:50.980Z Compiling zerovec-derive v0.11.2
29562026-05-28T05:57:50.980Z Compiling displaydoc v0.2.5
29572026-05-28T05:57:50.983Z Compiling thiserror-impl v1.0.69
29582026-05-28T05:57:50.983Z Compiling zerocopy-derive v0.7.35
29592026-05-28T05:57:50.984Z Compiling scroll_derive v0.12.1
29602026-05-28T05:57:50.984Z Compiling thiserror-impl v2.0.18
29612026-05-28T05:57:50.984Z Compiling clap_derive v4.5.55
29622026-05-28T05:57:51.023Z Compiling zerofrom-derive v0.1.6
29632026-05-28T05:57:51.133Z Compiling yoke-derive v0.8.1
29642026-05-28T05:57:51.239Z Compiling pest_derive v2.8.6
29652026-05-28T05:57:51.708Z Compiling scroll v0.12.0
29662026-05-28T05:57:51.807Z Compiling zerocopy v0.7.35
29672026-05-28T05:57:52.049Z Compiling goblin v0.8.2
29682026-05-28T05:57:52.194Z Compiling thiserror v1.0.69
29692026-05-28T05:57:52.223Z Compiling zerofrom v0.1.6
29702026-05-28T05:57:52.245Z Compiling thiserror v2.0.18
29712026-05-28T05:57:52.317Z Compiling dtrace-parser v0.2.0
29722026-05-28T05:57:52.361Z Compiling yoke v0.8.1
29732026-05-28T05:57:52.593Z Compiling zerovec v0.11.5
29742026-05-28T05:57:52.605Z Compiling zerotrie v0.2.3
29752026-05-28T05:57:52.746Z Compiling clap v4.5.60
29762026-05-28T05:57:53.221Z Compiling tinystr v0.8.2
29772026-05-28T05:57:53.460Z Compiling icu_locale_core v2.1.1
29782026-05-28T05:57:53.900Z Compiling potential_utf v0.1.4
29792026-05-28T05:57:54.121Z Compiling icu_collections v2.1.1
29802026-05-28T05:57:54.275Z Compiling icu_provider v2.1.1
29812026-05-28T05:57:54.529Z Compiling toml_datetime v0.6.11
29822026-05-28T05:57:54.647Z Compiling icu_normalizer v2.1.1
29832026-05-28T05:57:54.705Z Compiling icu_properties v2.1.2
29842026-05-28T05:57:54.718Z Compiling serde_spanned v0.6.9
29852026-05-28T05:57:54.749Z Compiling dof v0.3.0
29862026-05-28T05:57:54.767Z Compiling serde-value v0.7.0
29872026-05-28T05:57:54.839Z Compiling toml_edit v0.22.27
29882026-05-28T05:57:54.898Z Compiling serde_tokenstream v0.2.3
29892026-05-28T05:57:54.910Z Compiling cargo-platform v0.2.0
29902026-05-28T05:57:54.934Z Compiling macaddr v1.0.1
29912026-05-28T05:57:55.601Z Compiling idna_adapter v1.2.1
29922026-05-28T05:57:55.687Z Compiling usdt-attr-macro v0.5.0
29932026-05-28T05:57:55.720Z Compiling idna v1.1.0
29942026-05-28T05:57:55.752Z Compiling usdt-macro v0.5.0
29952026-05-28T05:57:56.059Z Compiling url v2.5.8
29962026-05-28T05:57:56.361Z Compiling usdt v0.5.0
29972026-05-28T05:57:56.440Z Compiling toml v0.8.23
29982026-05-28T05:57:56.875Z Compiling cargo-util-schemas v0.8.2
29992026-05-28T05:57:56.875Z Compiling cargo_toml v0.21.0
30002026-05-28T05:57:57.896Z Compiling cargo_metadata v0.21.0
30012026-05-28T05:58:01.041Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-28T05:58:04.097Z Finished `release` profile [optimized] target(s) in 16.77s
30032026-05-28T05:58:04.259Z
30042026-05-28T05:58:04.259Zreal 16.918195714
30052026-05-28T05:58:04.259Zuser 2:23.520369707
30062026-05-28T05:58:04.259Zsys 17.019953185
30072026-05-28T05:58:04.259Ztrap 0.088769696
30082026-05-28T05:58:04.259Ztflt 0.593309185
30092026-05-28T05:58:04.259Zdflt 1.338040595
30102026-05-28T05:58:04.262Zkflt 0.000041200
30112026-05-28T05:58:04.262Zlock 5:24.230875043
30122026-05-28T05:58:04.262Zslp 3:28.422392379
30132026-05-28T05:58:04.262Zlat 6.550966418
30142026-05-28T05:58:04.262Zstop 19.734906993
30152026-05-28T05:58:04.262Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-28T05:58:04.262Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-28T05:58:04.262Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-28T05:58:04.262Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-28T05:58:04.262Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-28T05:58:05.213Z Compiling newtype-uuid-macros v0.1.0
30212026-05-28T05:58:05.216Z Compiling regress v0.10.5
30222026-05-28T05:58:05.216Z Compiling structmeta-derive v0.3.0
30232026-05-28T05:58:05.216Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-28T05:58:05.363Z Compiling rustls v0.22.4
30252026-05-28T05:58:05.379Z Compiling rustls-webpki v0.102.8
30262026-05-28T05:58:05.382Z Compiling multer v3.1.0
30272026-05-28T05:58:05.382Z Compiling compression-core v0.4.31
30282026-05-28T05:58:05.382Z Compiling match_cfg v0.1.0
30292026-05-28T05:58:05.382Z Compiling debug-ignore v1.0.5
30302026-05-28T05:58:05.382Z Compiling slog-json v2.6.1
30312026-05-28T05:58:05.382Z Compiling async-stream-impl v0.3.6
30322026-05-28T05:58:05.382Z Compiling serde_spanned v1.0.4
30332026-05-28T05:58:05.407Z Compiling toml_datetime v1.0.0+spec-1.1.0
30342026-05-28T05:58:05.410Z Compiling dropshot v0.17.0
30352026-05-28T05:58:05.410Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-28T05:58:05.644Z Compiling hostname v0.3.1
30372026-05-28T05:58:05.679Z Compiling toml v1.0.6+spec-1.1.0
30382026-05-28T05:58:05.683Z Compiling progenitor-client v0.14.0
30392026-05-28T05:58:05.699Z Compiling compression-codecs v0.4.37
30402026-05-28T05:58:05.718Z Compiling itertools v0.14.0
30412026-05-28T05:58:05.767Z Compiling slog-bunyan v2.5.0
30422026-05-28T05:58:05.770Z Compiling waitgroup v0.1.2
30432026-05-28T05:58:05.770Z Compiling rustls-pemfile v2.2.0
30442026-05-28T05:58:05.789Z Compiling dropshot_endpoint v0.17.0
30452026-05-28T05:58:05.839Z Compiling serde_path_to_error v0.1.20
30462026-05-28T05:58:05.938Z Compiling async-compression v0.4.41
30472026-05-28T05:58:05.954Z Compiling hostname v0.4.2
30482026-05-28T05:58:05.993Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-05-28T05:58:06.030Z Compiling macaddr v1.0.1
30502026-05-28T05:58:06.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-28T05:58:06.114Z Compiling instant v0.1.13
30522026-05-28T05:58:06.141Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30532026-05-28T05:58:06.144Z Compiling async-stream v0.3.6
30542026-05-28T05:58:06.195Z Compiling progenitor-client v0.10.0
30552026-05-28T05:58:06.222Z Compiling backon v1.6.0
30562026-05-28T05:58:06.242Z Compiling backoff v0.4.0
30572026-05-28T05:58:06.272Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-28T05:58:06.289Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-28T05:58:06.361Z Compiling humantime v2.3.0
30602026-05-28T05:58:06.391Z Compiling progenitor-extras v0.2.0
30612026-05-28T05:58:06.409Z Compiling universal-hash v0.5.1
30622026-05-28T05:58:06.452Z Compiling unsafe-libyaml v0.2.11
30632026-05-28T05:58:06.483Z Compiling opaque-debug v0.3.1
30642026-05-28T05:58:06.507Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-05-28T05:58:06.530Z Compiling half v2.7.1
30662026-05-28T05:58:06.565Z Compiling ciborium-io v0.2.2
30672026-05-28T05:58:06.582Z Compiling crucible-workspace-hack v0.1.0
30682026-05-28T05:58:06.648Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-05-28T05:58:06.668Z Compiling regress v0.11.1
30702026-05-28T05:58:06.685Z Compiling convert_case v0.4.0
30712026-05-28T05:58:06.701Z Compiling aead v0.5.2
30722026-05-28T05:58:06.735Z Compiling secrecy v0.10.3
30732026-05-28T05:58:06.772Z Compiling structmeta v0.3.0
30742026-05-28T05:58:06.817Z Compiling ciborium-ll v0.2.2
30752026-05-28T05:58:06.851Z Compiling poly1305 v0.8.0
30762026-05-28T05:58:06.922Z Compiling chacha20 v0.9.1
30772026-05-28T05:58:06.939Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-28T05:58:06.942Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-28T05:58:06.973Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-28T05:58:07.018Z Compiling derive-ex v0.1.8
30812026-05-28T05:58:07.060Z Compiling parse-display-derive v0.10.0
30822026-05-28T05:58:07.077Z Compiling serde_yaml v0.9.34+deprecated
30832026-05-28T05:58:07.080Z Compiling ciborium v0.2.2
30842026-05-28T05:58:07.112Z Compiling derive_more v0.99.20
30852026-05-28T05:58:07.210Z Compiling thiserror-impl-no-std v2.0.2
30862026-05-28T05:58:07.227Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30872026-05-28T05:58:07.245Z Compiling byte-wrapper v0.1.0
30882026-05-28T05:58:07.338Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-28T05:58:07.356Z Compiling blake2 v0.10.6
30902026-05-28T05:58:07.456Z Compiling password-hash v0.5.0
30912026-05-28T05:58:07.616Z Compiling chacha20poly1305 v0.10.1
30922026-05-28T05:58:07.635Z Compiling indent_write v2.2.0
30932026-05-28T05:58:07.667Z Compiling heapless v0.8.0
30942026-05-28T05:58:07.717Z Compiling ingot-macros v0.1.1
30952026-05-28T05:58:07.798Z Compiling argon2 v0.5.3
30962026-05-28T05:58:07.815Z Compiling tabwriter v1.4.1
30972026-05-28T05:58:07.901Z Compiling tokio-rustls v0.25.0
30982026-05-28T05:58:07.945Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-05-28T05:58:08.081Z Compiling num-rational v0.4.2
31002026-05-28T05:58:08.227Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-05-28T05:58:08.462Z Compiling typify-impl v0.6.2
31022026-05-28T05:58:08.527Z Compiling thiserror-no-std v2.0.2
31032026-05-28T05:58:08.595Z Compiling hash32 v0.3.1
31042026-05-28T05:58:08.621Z Compiling num-complex v0.4.6
31052026-05-28T05:58:08.649Z Compiling vsss-rs v3.3.4
31062026-05-28T05:58:08.747Z Compiling smoltcp v0.11.0
31072026-05-28T05:58:08.791Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-05-28T05:58:08.851Z Compiling test-strategy v0.4.5
31092026-05-28T05:58:08.876Z Compiling parse-display v0.10.0
31102026-05-28T05:58:09.058Z Compiling num v0.4.3
31112026-05-28T05:58:09.092Z Compiling proc-macro-crate v3.4.0
31122026-05-28T05:58:09.108Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-28T05:58:09.154Z Compiling atomicwrites v0.4.4
31142026-05-28T05:58:09.169Z Compiling cobs v0.3.0
31152026-05-28T05:58:09.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-28T05:58:09.239Z Compiling colored v3.1.1
31172026-05-28T05:58:09.378Z Compiling float-ord v0.3.2
31182026-05-28T05:58:09.394Z Compiling postcard v1.1.3
31192026-05-28T05:58:09.478Z Compiling proc-macro-error v1.0.4
31202026-05-28T05:58:09.480Z Compiling proc-macro-crate v1.3.1
31212026-05-28T05:58:09.554Z Compiling foreign-types-macros v0.2.3
31222026-05-28T05:58:09.653Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31232026-05-28T05:58:09.671Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-28T05:58:09.705Z Compiling num_enum_derive v0.7.5
31252026-05-28T05:58:09.771Z Compiling rayon-core v1.13.0
31262026-05-28T05:58:09.794Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-05-28T05:58:09.827Z Compiling foreign-types-shared v0.3.1
31282026-05-28T05:58:09.902Z Compiling cpufeatures v0.3.0
31292026-05-28T05:58:09.953Z Compiling num_enum_derive v0.5.11
31302026-05-28T05:58:10.024Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-05-28T05:58:10.057Z Compiling chacha20 v0.10.0
31322026-05-28T05:58:10.080Z Compiling toml v0.8.23
31332026-05-28T05:58:10.118Z Compiling crossbeam-deque v0.8.6
31342026-05-28T05:58:10.135Z Compiling camino-tempfile v1.4.1
31352026-05-28T05:58:10.154Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-28T05:58:10.201Z Compiling foreign-types v0.5.0
31372026-05-28T05:58:10.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31382026-05-28T05:58:10.309Z Compiling cstr-argument v0.1.2
31392026-05-28T05:58:10.348Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-05-28T05:58:10.425Z Compiling rand v0.10.0
31412026-05-28T05:58:10.461Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-05-28T05:58:10.502Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-05-28T05:58:10.599Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-05-28T05:58:10.658Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-28T05:58:10.747Z Compiling zone_cfg_derive v0.3.1
31462026-05-28T05:58:10.809Z Compiling ingot-types v0.1.2
31472026-05-28T05:58:10.841Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-05-28T05:58:10.841Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31492026-05-28T05:58:10.867Z Compiling rayon v1.11.0
31502026-05-28T05:58:10.867Z Compiling num_enum v0.7.5
31512026-05-28T05:58:10.939Z Compiling itertools v0.12.1
31522026-05-28T05:58:10.961Z Compiling num-derive v0.4.2
31532026-05-28T05:58:10.979Z Compiling sigpipe v0.1.3
31542026-05-28T05:58:11.010Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31552026-05-28T05:58:11.061Z Compiling glob v0.3.3
31562026-05-28T05:58:11.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-05-28T05:58:11.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-28T05:58:11.100Z Compiling num_enum v0.5.11
31592026-05-28T05:58:11.136Z Compiling prettyplease v0.2.37
31602026-05-28T05:58:11.243Z Compiling ingot v0.1.1
31612026-05-28T05:58:11.260Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-05-28T05:58:11.322Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31632026-05-28T05:58:11.392Z Compiling smf v0.2.3
31642026-05-28T05:58:11.393Z Compiling whoami v1.6.1
31652026-05-28T05:58:11.483Z Compiling usdt-attr-macro v0.5.0
31662026-05-28T05:58:11.586Z Compiling usdt-macro v0.5.0
31672026-05-28T05:58:11.603Z Compiling gethostname v0.5.0
31682026-05-28T05:58:11.713Z Compiling memmap v0.7.0
31692026-05-28T05:58:11.742Z Compiling derive-where v1.6.0
31702026-05-28T05:58:11.760Z Compiling progenitor-client v0.13.0
31712026-05-28T05:58:11.938Z Compiling resolv-conf v0.7.6
31722026-05-28T05:58:11.957Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31732026-05-28T05:58:11.973Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-05-28T05:58:12.108Z Compiling zone v0.3.1
31752026-05-28T05:58:12.135Z Compiling cancel-safe-futures v0.1.5
31762026-05-28T05:58:12.230Z Compiling owo-colors v4.3.0
31772026-05-28T05:58:12.335Z Compiling libsw-core v0.3.2
31782026-05-28T05:58:12.353Z Compiling console v0.15.11
31792026-05-28T05:58:12.376Z Compiling hickory-proto v0.24.4
31802026-05-28T05:58:12.409Z Compiling usdt v0.5.0
31812026-05-28T05:58:12.533Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-05-28T05:58:12.623Z Compiling libsw v3.5.0
31832026-05-28T05:58:12.665Z Compiling newline-converter v0.3.0
31842026-05-28T05:58:12.720Z Compiling libefi-sys v0.1.0
31852026-05-28T05:58:12.764Z Compiling linear-map v1.2.0
31862026-05-28T05:58:12.818Z Compiling linked-hash-map v0.5.6
31872026-05-28T05:58:12.837Z Compiling expectorate v1.2.0
31882026-05-28T05:58:12.840Z Compiling git-stub v1.0.0
31892026-05-28T05:58:12.873Z Compiling bitfield-struct v0.6.2
31902026-05-28T05:58:12.965Z Compiling semver v0.1.20
31912026-05-28T05:58:12.985Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-05-28T05:58:13.003Z Compiling lru-cache v0.1.2
31932026-05-28T05:58:13.033Z Compiling tokio-dtrace v0.1.1
31942026-05-28T05:58:13.111Z Compiling typify-macro v0.6.2
31952026-05-28T05:58:13.167Z Compiling git-stub-vcs v0.1.0
31962026-05-28T05:58:13.185Z Compiling dropshot-api-manager-types v0.7.1
31972026-05-28T05:58:13.207Z Compiling slog-dtrace v0.3.0
31982026-05-28T05:58:13.232Z Compiling rustc_version v0.1.7
31992026-05-28T05:58:13.281Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-05-28T05:58:13.308Z Compiling minimal-lexical v0.2.1
32012026-05-28T05:58:13.349Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32022026-05-28T05:58:13.380Z Compiling oxide-tokio-rt v0.1.4
32032026-05-28T05:58:13.398Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-05-28T05:58:13.507Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-28T05:58:13.525Z Compiling newtype_derive v0.1.6
32062026-05-28T05:58:13.528Z Compiling nom v7.1.3
32072026-05-28T05:58:13.560Z Compiling typify-impl v0.4.3
32082026-05-28T05:58:13.581Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-05-28T05:58:13.605Z Compiling phf_shared v0.12.1
32102026-05-28T05:58:13.645Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32112026-05-28T05:58:13.662Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-28T05:58:13.712Z Compiling csv-core v0.1.13
32132026-05-28T05:58:13.758Z Compiling highway v1.3.0
32142026-05-28T05:58:13.823Z Compiling xshell-macros v0.2.7
32152026-05-28T05:58:13.854Z Compiling chrono-tz v0.10.4
32162026-05-28T05:58:14.014Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-28T05:58:14.059Z Compiling csv v1.4.0
32182026-05-28T05:58:14.101Z Compiling const_format_proc_macros v0.2.34
32192026-05-28T05:58:14.195Z Compiling phf v0.12.1
32202026-05-28T05:58:14.242Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-05-28T05:58:14.259Z Compiling xshell v0.2.7
32222026-05-28T05:58:14.384Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32232026-05-28T05:58:14.445Z Compiling primeorder v0.13.6
32242026-05-28T05:58:14.533Z Compiling hickory-resolver v0.24.4
32252026-05-28T05:58:14.576Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32262026-05-28T05:58:14.822Z Compiling tabled_derive v0.7.0
32272026-05-28T05:58:14.853Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32282026-05-28T05:58:14.886Z Compiling bcs v0.1.6
32292026-05-28T05:58:14.964Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-05-28T05:58:15.004Z Compiling const_format v0.2.35
32312026-05-28T05:58:15.057Z Compiling salty v0.3.0
32322026-05-28T05:58:15.074Z Compiling typify v0.6.2
32332026-05-28T05:58:15.209Z Compiling progenitor-impl v0.14.0
32342026-05-28T05:58:15.237Z Compiling progenitor-impl v0.13.0
32352026-05-28T05:58:15.332Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-05-28T05:58:15.359Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32372026-05-28T05:58:15.427Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-28T05:58:15.509Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-05-28T05:58:15.669Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32402026-05-28T05:58:15.831Z Compiling qorb v0.4.1
32412026-05-28T05:58:15.850Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32422026-05-28T05:58:15.889Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-05-28T05:58:16.064Z Compiling termtree v0.5.1
32442026-05-28T05:58:16.114Z Compiling tagptr v0.2.0
32452026-05-28T05:58:16.133Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-05-28T05:58:16.256Z Compiling textwrap v0.16.2
32472026-05-28T05:58:16.300Z Compiling moka v0.12.13
32482026-05-28T05:58:16.423Z Compiling tabled v0.15.0
32492026-05-28T05:58:16.713Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-05-28T05:58:16.773Z Compiling steno v0.4.1
32512026-05-28T05:58:16.840Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-05-28T05:58:16.965Z Compiling radium v0.7.0
32532026-05-28T05:58:17.021Z Compiling base64 v0.21.7
32542026-05-28T05:58:17.117Z Compiling hickory-resolver v0.25.2
32552026-05-28T05:58:17.213Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32562026-05-28T05:58:17.273Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32572026-05-28T05:58:17.386Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32582026-05-28T05:58:17.546Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-05-28T05:58:17.593Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32602026-05-28T05:58:17.686Z Compiling p384 v0.13.1
32612026-05-28T05:58:17.832Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-05-28T05:58:17.923Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-05-28T05:58:17.965Z Compiling progenitor-macro v0.14.0
32642026-05-28T05:58:17.997Z Compiling progenitor-macro v0.13.0
32652026-05-28T05:58:18.087Z Compiling maybe-uninit v2.0.0
32662026-05-28T05:58:18.244Z Compiling typify-macro v0.4.3
32672026-05-28T05:58:18.307Z Compiling tap v1.0.1
32682026-05-28T05:58:18.414Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-28T05:58:18.460Z Compiling wyz v0.5.1
32702026-05-28T05:58:18.506Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-28T05:58:18.637Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-28T05:58:18.694Z Compiling funty v2.0.0
32732026-05-28T05:58:18.882Z Compiling utf-8 v0.7.6
32742026-05-28T05:58:18.902Z Compiling packed_struct v0.10.1
32752026-05-28T05:58:19.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-05-28T05:58:19.103Z Compiling parking_lot_core v0.8.6
32772026-05-28T05:58:19.120Z Compiling proc-macro-error2 v2.0.1
32782026-05-28T05:58:19.141Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32792026-05-28T05:58:19.245Z Compiling bitvec v1.0.1
32802026-05-28T05:58:19.331Z Compiling tungstenite v0.21.0
32812026-05-28T05:58:19.435Z Compiling polyval v0.6.2
32822026-05-28T05:58:19.454Z Compiling num-derive v0.3.3
32832026-05-28T05:58:19.457Z Compiling packed_struct_codegen v0.10.1
32842026-05-28T05:58:19.471Z Compiling bitfield-macros v0.19.4
32852026-05-28T05:58:19.491Z Compiling zerocopy-derive v0.6.6
32862026-05-28T05:58:19.528Z Compiling indexmap v1.9.3
32872026-05-28T05:58:19.705Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-05-28T05:58:19.770Z Compiling nodrop v0.1.14
32892026-05-28T05:58:19.853Z Compiling crc-catalog v2.4.0
32902026-05-28T05:58:19.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-05-28T05:58:19.957Z Compiling crc v3.4.0
32922026-05-28T05:58:19.978Z Compiling array-init v0.0.4
32932026-05-28T05:58:20.111Z Compiling typify v0.4.3
32942026-05-28T05:58:20.132Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-05-28T05:58:20.226Z Compiling progenitor-impl v0.11.2
32962026-05-28T05:58:20.248Z Compiling tokio-tungstenite v0.21.0
32972026-05-28T05:58:20.291Z Compiling ghash v0.5.1
32982026-05-28T05:58:20.309Z Compiling bitfield v0.19.4
32992026-05-28T05:58:20.365Z Compiling tabled_derive v0.11.0
33002026-05-28T05:58:20.466Z Compiling zerocopy v0.6.6
33012026-05-28T05:58:20.488Z Compiling libscf-sys v1.1.0
33022026-05-28T05:58:20.488Z Compiling smallvec v0.6.14
33032026-05-28T05:58:20.675Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-28T05:58:20.750Z Compiling papergrid v0.17.0
33052026-05-28T05:58:20.776Z Compiling testing_table v0.3.0
33062026-05-28T05:58:20.849Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-28T05:58:20.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-28T05:58:20.950Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-28T05:58:20.977Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-28T05:58:21.098Z Compiling ctr v0.9.2
33112026-05-28T05:58:21.179Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-28T05:58:21.213Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-28T05:58:21.260Z Compiling unicase v2.9.0
33142026-05-28T05:58:21.337Z Compiling hashbrown v0.12.3
33152026-05-28T05:58:21.440Z Compiling corncobs v0.1.4
33162026-05-28T05:58:21.459Z Compiling illumos-nvpair-sys v0.2.0
33172026-05-28T05:58:21.489Z Compiling mime_guess v2.0.5
33182026-05-28T05:58:21.613Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-28T05:58:21.639Z Compiling aes-gcm v0.10.3
33202026-05-28T05:58:21.669Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-05-28T05:58:21.705Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-05-28T05:58:21.728Z Compiling tabled v0.20.0
33232026-05-28T05:58:21.847Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-28T05:58:21.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33252026-05-28T05:58:22.040Z Compiling parking_lot v0.11.2
33262026-05-28T05:58:22.069Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-05-28T05:58:22.102Z Compiling serde-hex v0.1.0
33282026-05-28T05:58:22.355Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-28T05:58:22.509Z Compiling progenitor-impl v0.10.0
33302026-05-28T05:58:22.531Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-28T05:58:22.662Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-05-28T05:58:22.693Z Compiling ron v0.8.1
33332026-05-28T05:58:22.760Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-05-28T05:58:22.793Z Compiling hashbrown v0.13.2
33352026-05-28T05:58:22.991Z Compiling progenitor-macro v0.11.2
33362026-05-28T05:58:23.267Z Compiling progenitor v0.14.0
33372026-05-28T05:58:23.314Z Compiling progenitor v0.13.0
33382026-05-28T05:58:23.361Z Compiling progenitor-client v0.11.2
33392026-05-28T05:58:23.402Z Compiling blowfish v0.9.1
33402026-05-28T05:58:23.454Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-28T05:58:23.493Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33422026-05-28T05:58:23.588Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-28T05:58:23.679Z Compiling ssh-encoding v0.2.0
33442026-05-28T05:58:23.723Z Compiling prefix-trie v0.7.0
33452026-05-28T05:58:23.810Z Compiling fxhash v0.2.1
33462026-05-28T05:58:23.954Z Compiling secrecy v0.8.0
33472026-05-28T05:58:23.980Z Compiling crc-any v2.5.0
33482026-05-28T05:58:23.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-05-28T05:58:24.074Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-05-28T05:58:24.159Z Compiling hickory-server v0.25.2
33512026-05-28T05:58:24.254Z Compiling sled v0.34.7
33522026-05-28T05:58:24.270Z Compiling ssh-cipher v0.2.0
33532026-05-28T05:58:24.310Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-05-28T05:58:24.351Z Compiling bcrypt-pbkdf v0.10.0
33552026-05-28T05:58:24.420Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-28T05:58:24.759Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-05-28T05:58:24.778Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-05-28T05:58:25.321Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-05-28T05:58:25.338Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-05-28T05:58:25.365Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-05-28T05:58:25.447Z Compiling progenitor-macro v0.10.0
33622026-05-28T05:58:25.694Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33632026-05-28T05:58:26.120Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-28T05:58:26.248Z Compiling object v0.30.4
33652026-05-28T05:58:26.409Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-28T05:58:26.479Z Compiling password-hash v0.4.2
33672026-05-28T05:58:26.554Z Compiling http-range v0.1.5
33682026-05-28T05:58:26.777Z Compiling half v1.8.3
33692026-05-28T05:58:26.797Z Compiling crc8 v0.1.1
33702026-05-28T05:58:26.885Z Compiling path-slash v0.1.5
33712026-05-28T05:58:26.952Z Compiling pbkdf2 v0.11.0
33722026-05-28T05:58:27.064Z Compiling serde_cbor v0.11.2
33732026-05-28T05:58:27.081Z Compiling illumos-nvpair v0.3.0
33742026-05-28T05:58:27.194Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-05-28T05:58:27.360Z Compiling ssh-key v0.6.7
33762026-05-28T05:58:27.700Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-05-28T05:58:27.717Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-05-28T05:58:27.720Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33792026-05-28T05:58:28.054Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33802026-05-28T05:58:28.160Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-05-28T05:58:28.202Z Compiling progenitor v0.11.2
33822026-05-28T05:58:28.270Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-05-28T05:58:28.392Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-05-28T05:58:28.505Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33852026-05-28T05:58:28.638Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33862026-05-28T05:58:28.728Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33872026-05-28T05:58:28.853Z Compiling p256 v0.13.2
33882026-05-28T05:58:28.872Z Compiling p521 v0.13.3
33892026-05-28T05:58:29.040Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-05-28T05:58:29.093Z Compiling yasna v0.5.2
33912026-05-28T05:58:29.177Z Compiling kstat-rs v0.2.4
33922026-05-28T05:58:29.262Z Compiling headers-core v0.3.0
33932026-05-28T05:58:29.293Z Compiling nanorand v0.7.0
33942026-05-28T05:58:29.311Z Compiling russh-cryptovec v0.7.3
33952026-05-28T05:58:29.417Z Compiling atty v0.2.14
33962026-05-28T05:58:29.453Z Compiling home v0.5.12
33972026-05-28T05:58:29.520Z Compiling md5 v0.7.0
33982026-05-28T05:58:29.537Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-28T05:58:29.562Z Compiling rcgen v0.12.1
34002026-05-28T05:58:29.620Z Compiling flume v0.11.1
34012026-05-28T05:58:29.638Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-05-28T05:58:29.669Z Compiling headers v0.4.1
34032026-05-28T05:58:29.827Z Compiling russh-keys v0.45.0
34042026-05-28T05:58:29.845Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-05-28T05:58:29.864Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-05-28T05:58:29.981Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34072026-05-28T05:58:30.081Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-28T05:58:30.256Z Compiling hyper-staticfile v0.10.1
34092026-05-28T05:58:30.345Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-28T05:58:30.483Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-05-28T05:58:30.502Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-05-28T05:58:30.520Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34132026-05-28T05:58:30.593Z Compiling progenitor v0.10.0
34142026-05-28T05:58:30.741Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-28T05:58:30.789Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34162026-05-28T05:58:30.819Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-05-28T05:58:30.903Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-05-28T05:58:30.947Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-05-28T05:58:31.070Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-05-28T05:58:31.140Z Compiling num-bigint v0.4.6
34212026-05-28T05:58:31.177Z Compiling des v0.8.1
34222026-05-28T05:58:31.293Z Compiling subprocess v0.2.15
34232026-05-28T05:58:31.333Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-05-28T05:58:31.388Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34252026-05-28T05:58:31.405Z Compiling hex-literal v0.4.1
34262026-05-28T05:58:31.459Z Compiling display-error-chain v0.2.2
34272026-05-28T05:58:31.539Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-05-28T05:58:31.541Z Compiling colored v2.2.0
34292026-05-28T05:58:31.571Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-05-28T05:58:31.632Z Compiling socket2 v0.5.10
34312026-05-28T05:58:31.787Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-28T05:58:31.820Z Compiling internet-checksum v0.2.1
34332026-05-28T05:58:32.345Z Compiling russh v0.45.0
34342026-05-28T05:58:32.441Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-28T05:58:32.460Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-28T05:58:34.892Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-28T05:58:35.056Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-28T05:58:35.734Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-28T05:58:36.213Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-28T05:58:37.924Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-28T05:58:45.940Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-05-28T05:58:45.940Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-28T05:58:45.940Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-28T05:58:45.943Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-28T05:58:47.764Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-05-28T05:58:47.792Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-05-28T05:58:51.870Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-28T05:59:31.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34492026-05-28T05:59:31.845Z
34502026-05-28T05:59:31.845Zreal 1:27.520749901
34512026-05-28T05:59:31.845Zuser 8:19.897525344
34522026-05-28T05:59:31.845Zsys 1:44.112749625
34532026-05-28T05:59:31.845Ztrap 0.267850410
34542026-05-28T05:59:31.845Ztflt 0.491409234
34552026-05-28T05:59:31.845Zdflt 1.598620239
34562026-05-28T05:59:31.848Zkflt 0.000206690
34572026-05-28T05:59:31.848Zlock 29:54.368173518
34582026-05-28T05:59:31.848Zslp 19:24.442713248
34592026-05-28T05:59:31.848Zlat 43.005462492
34602026-05-28T05:59:31.848Zstop 2:57.719717780
34612026-05-28T05:59:31.848Z+ mkdir tests
34622026-05-28T05:59:31.851Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-28T05:59:31.851Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-28T05:59:31.881Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df12fef08e305069 tests/
34652026-05-28T05:59:31.910Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2fa86fd108fc898f tests/
34662026-05-28T05:59:31.940Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7b08086e51cbf95e tests/
34672026-05-28T05:59:31.967Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8338fa9a00d90fb tests/
34682026-05-28T05:59:32.202Z+ 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)
34692026-05-28T05:59:32.205Z+ 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-2fa86fd108fc898f tests/commtest-7b08086e51cbf95e tests/dhcp_server-df12fef08e305069 tests/end_to_end_tests-f8338fa9a00d90fb 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
34702026-05-28T06:00:51.782ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-28T06:00:51.783Za .github/buildomat/ci-env.sh 1K
34722026-05-28T06:00:51.783Za out/target/test 1K
34732026-05-28T06:00:51.783Za out/npuzone/npuzone 27402K
34742026-05-28T06:00:51.783Za package-manifest.toml 35K
34752026-05-28T06:00:51.783Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-28T06:00:51.783Za target/release/omicron-package 46003K
34772026-05-28T06:00:51.783Za target/release/xtask 11449K
34782026-05-28T06:00:51.783Za target/debug/bootstrap 352721K
34792026-05-28T06:00:51.783Za tests/bootstrap-2fa86fd108fc898f 31215K
34802026-05-28T06:00:51.783Za tests/commtest-7b08086e51cbf95e 32300K
34812026-05-28T06:00:51.783Za tests/dhcp_server-df12fef08e305069 31215K
34822026-05-28T06:00:51.783Za tests/end_to_end_tests-f8338fa9a00d90fb 394506K
34832026-05-28T06:00:51.783Za tools/opte_version 1K
34842026-05-28T06:00:51.783Za tools/opte_version_override 2K
34852026-05-28T06:00:51.783Za out/clickhouse.tar.gz 319712K
34862026-05-28T06:00:51.783Za out/clickhouse_keeper.tar.gz 305055K
34872026-05-28T06:00:51.783Za out/clickhouse_server.tar.gz 319710K
34882026-05-28T06:00:51.783Za out/cockroachdb.tar.gz 165202K
34892026-05-28T06:00:51.783Za out/crucible-pantry-zone.tar.gz 44215K
34902026-05-28T06:00:51.783Za out/crucible-utils.tar 17744K
34912026-05-28T06:00:51.783Za out/crucible-zone.tar.gz 58353K
34922026-05-28T06:00:51.783Za out/external-dns.tar.gz 50377K
34932026-05-28T06:00:51.783Za out/internal-dns.tar.gz 50376K
34942026-05-28T06:00:51.783Za out/mg-ddm-gz.tar 95141K
34952026-05-28T06:00:51.783Za out/nexus.tar.gz 219905K
34962026-05-28T06:00:51.783Za out/ntp.tar.gz 32184K
34972026-05-28T06:00:51.783Za out/omicron-gateway-softnpu.tar.gz 29631K
34982026-05-28T06:00:51.783Za out/omicron-sled-agent.tar 204644K
34992026-05-28T06:00:51.783Za out/overlay.tar.gz 3K
35002026-05-28T06:00:51.783Za out/oximeter.tar.gz 67453K
35012026-05-28T06:00:51.783Za out/oxlog.tar 3782K
35022026-05-28T06:00:51.783Za out/probe.tar.gz 3037K
35032026-05-28T06:00:51.783Za out/propolis-server.tar.gz 38727K
35042026-05-28T06:00:51.783Za out/pumpkind-gz.tar 26647K
35052026-05-28T06:00:51.783Za out/switch-softnpu.tar.gz 396829K
35062026-05-28T06:00:51.787Z
35072026-05-28T06:00:51.787Zreal 1:19.577888819
35082026-05-28T06:00:51.787Zuser 1:16.912089488
35092026-05-28T06:00:51.787Zsys 4.385044664
35102026-05-28T06:00:51.787Ztrap 0.006507227
35112026-05-28T06:00:51.787Ztflt 0.000000000
35122026-05-28T06:00:51.787Zdflt 0.000000000
35132026-05-28T06:00:51.787Zkflt 0.000000000
35142026-05-28T06:00:51.787Zlock 0.000000000
35152026-05-28T06:00:51.787Zslp 1:16.890468714
35162026-05-28T06:00:51.787Zlat 0.955930100
35172026-05-28T06:00:51.787Zstop 0.000192910
35182026-05-28T06:00:51.787Zprocess exited: duration 937742 ms, exit code 0
 
35192026-05-28T06:00:51.800Zfound 1 output files
35202026-05-28T06:00:51.815Zuploading: /work/package.tar.gz (2447063634 bytes)
35212026-05-28T06:01:22.225Zuploaded: /work/package.tar.gz