01KKFD11SJCN0MV78DMKYW3T8A: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKFD1GQRE6771FD3ADSXV9KM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T21:34:12.395Zjob assigned to worker 01KKFD1MXQ5JAGSX8404PB8GS4 [factory aws, i-0de60fce842fd40fa] (queued for 1 m 43 s)
 
22026-03-11T21:34:20.078Zstarting task 0: "setup"
32026-03-11T21:34:20.084Z++ uname -s
42026-03-11T21:34:20.088Z+ kern=SunOS
52026-03-11T21:34:20.088Z+ build_user=build
62026-03-11T21:34:20.088Z+ build_uid=12345
72026-03-11T21:34:20.088Z+ work_dir=/work
82026-03-11T21:34:20.088Z+ input_dir=/input
92026-03-11T21:34:20.088Z+ [[ 0 == 12345 ]]
102026-03-11T21:34:20.088Z+ case "$kern" in
112026-03-11T21:34:20.088Z+ groupadd -g 12345 build
122026-03-11T21:34:20.091Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T21:34:22.095Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T21:34:22.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T21:34:22.207Z+ home_fs=zfs
162026-03-11T21:34:22.207Z+ [[ zfs == autofs ]]
172026-03-11T21:34:22.207Z+ mkdir -p /home/build
182026-03-11T21:34:22.207Z+ chown build:build /home/build /work
192026-03-11T21:34:24.209Z+ chmod 0700 /home/build /work
202026-03-11T21:34:24.212Zprocess exited: duration 4133 ms, exit code 0
 
212026-03-11T21:34:24.218Zstarting task 1: "rust-toolchain"
222026-03-11T21:34:24.223Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-11T21:34:24.223Z * rust toolchain channel = "1.91.1"
242026-03-11T21:34:24.223Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-11T21:34:24.223Z * rust toolchain profile = "default"
262026-03-11T21:34:24.223Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T21:34:24.223Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T21:34:24.226Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T21:34:24.226Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-11T21:34:24.319Zinfo: downloading installer
312026-03-11T21:34:26.057Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T21:34:26.057Zwarn: /opt/ooce/bin
332026-03-11T21:34:26.057Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T21:34:26.057Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T21:34:26.057Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T21:34:26.057Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T21:34:26.057Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T21:34:26.057Zerror: cannot install while Rust is installed
392026-03-11T21:34:26.058Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T21:34:26.074Zinfo: profile set to 'default'
412026-03-11T21:34:26.074Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T21:34:26.077Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-11T21:34:26.266Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-11T21:34:26.266Zinfo: downloading component 'cargo'
452026-03-11T21:34:27.486Zinfo: downloading component 'clippy'
462026-03-11T21:34:27.900Zinfo: downloading component 'rust-docs'
472026-03-11T21:34:29.754Zinfo: downloading component 'rust-std'
482026-03-11T21:34:31.623Zinfo: downloading component 'rustc'
492026-03-11T21:34:39.076Zinfo: downloading component 'rustfmt'
502026-03-11T21:34:39.426Zinfo: installing component 'cargo'
512026-03-11T21:34:40.244Zinfo: installing component 'clippy'
522026-03-11T21:34:40.594Zinfo: installing component 'rust-docs'
532026-03-11T21:34:42.038Zinfo: installing component 'rust-std'
542026-03-11T21:34:43.529Zinfo: installing component 'rustc'
552026-03-11T21:34:49.298Zinfo: installing component 'rustfmt'
562026-03-11T21:34:49.608Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-11T21:34:49.609Z
582026-03-11T21:34:50.009Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-11T21:34:50.009Z
602026-03-11T21:34:50.012Z
612026-03-11T21:34:50.012ZRust is installed now. Great!
622026-03-11T21:34:50.012Z
632026-03-11T21:34:50.012ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T21:34:50.012Zenvironment variable. This has not been done automatically.
652026-03-11T21:34:50.012Z
662026-03-11T21:34:50.012ZTo configure your current shell, you need to source
672026-03-11T21:34:50.012Zthe corresponding env file under $HOME/.cargo.
682026-03-11T21:34:50.012Z
692026-03-11T21:34:50.012ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T21:34:50.012Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T21:34:50.013Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T21:34:50.013Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T21:34:50.097Z+ rustup --version
742026-03-11T21:34:50.107Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T21:34:50.111Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T21:34:50.191Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-11T21:34:50.194Z+ cargo --version
782026-03-11T21:34:50.260Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-11T21:34:50.263Z+ rustc --version
802026-03-11T21:34:50.334Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-11T21:34:50.338Zprocess exited: duration 26115 ms, exit code 0
 
822026-03-11T21:34:50.346Zstarting task 2: "authentication"
832026-03-11T21:34:50.366Zprocess exited: duration 19 ms, exit code 0
 
842026-03-11T21:34:50.372Zstarting task 3: "clone repository"
852026-03-11T21:34:50.376Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-11T21:34:50.381Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-11T21:34:50.444ZCloning into '/work/oxidecomputer/omicron'...
882026-03-11T21:35:17.064Z+ cd /work/oxidecomputer/omicron
892026-03-11T21:35:17.064Z+ git fetch origin 742f09f1f03c91d64eb90927adfbf226335f0257
902026-03-11T21:35:17.470ZFrom https://github.com/oxidecomputer/omicron
912026-03-11T21:35:17.470Z * branch 742f09f1f03c91d64eb90927adfbf226335f0257 -> FETCH_HEAD
922026-03-11T21:35:17.481Z+ [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
932026-03-11T21:35:17.512Z++ git branch --show-current
942026-03-11T21:35:17.515Z+ current=main
952026-03-11T21:35:17.515Z+ [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
962026-03-11T21:35:17.515Z+ git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 742f09f1f03c91d64eb90927adfbf226335f0257
972026-03-11T21:35:17.515Z+ git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default
982026-03-11T21:35:17.811ZSwitched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default'
992026-03-11T21:35:17.814Z+ git reset --hard 742f09f1f03c91d64eb90927adfbf226335f0257
1002026-03-11T21:35:17.833ZHEAD is now at 742f09f1f [jj-spr] initial version
1012026-03-11T21:35:17.836Zprocess exited: duration 27459 ms, exit code 0
 
1022026-03-11T21:35:17.842Zstarting task 4: "build"
1032026-03-11T21:35:17.847Z+ source .github/buildomat/ci-env.sh
1042026-03-11T21:35:17.850Z++ export CARGO_TERM_COLOR=always
1052026-03-11T21:35:17.850Z++ CARGO_TERM_COLOR=always
1062026-03-11T21:35:17.850Z+ cargo --version
1072026-03-11T21:35:17.905Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-11T21:35:17.908Z+ rustc --version
1092026-03-11T21:35:17.979Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-11T21:35:17.982Z+ WORK=/work
1112026-03-11T21:35:17.982Z+ pfexec mkdir -p /work
1122026-03-11T21:35:17.987Z+ pfexec chown build /work
1132026-03-11T21:35:17.990Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-11T21:35:29.030Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-11T21:35:38.515Z Startup: Caching catalogs ... Done
1162026-03-11T21:35:59.883ZPlanning: Solver setup ... Done (19.846s)
1172026-03-11T21:36:00.030ZPlanning: Running solver ... Done (0.146s)
1182026-03-11T21:36:00.208ZPlanning: Finding local manifests ... Done (0.003s)
1192026-03-11T21:36:00.220ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-11T21:36:00.348ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-11T21:36:00.396ZPlanning: Package planning ... Done (0.043s)
1222026-03-11T21:36:00.431ZPlanning: Merging actions ... Done (0.040s)
1232026-03-11T21:36:00.669ZPlanning: Checking for conflicting actions ... Done (0.238s)
1242026-03-11T21:36:00.680ZPlanning: Consolidating action changes ... Done (0.010s)
1252026-03-11T21:36:01.535ZPlanning: Evaluating mediators ... Done (0.855s)
1262026-03-11T21:36:01.557ZPlanning: Planning completed in 22.90 seconds
1272026-03-11T21:36:01.576Z Packages to install: 4
1282026-03-11T21:36:01.576Z Mediators to change: 2
1292026-03-11T21:36:01.576Z Services to change: 1
1302026-03-11T21:36:01.576Z Estimated space available: 155.43 GB
1312026-03-11T21:36:01.576ZEstimated space to be consumed: 1.82 GB
1322026-03-11T21:36:01.576Z Create boot environment: No
1332026-03-11T21:36:01.576ZCreate backup boot environment: No
1342026-03-11T21:36:01.576Z Rebuild boot archive: No
1352026-03-11T21:36:01.576Z
1362026-03-11T21:36:01.576ZChanged mediators:
1372026-03-11T21:36:01.576Z mediator clang:
1382026-03-11T21:36:01.576Z version: None -> 15 (system default)
1392026-03-11T21:36:01.576Z
1402026-03-11T21:36:01.576Z mediator llvm:
1412026-03-11T21:36:01.576Z version: 14 (system default) -> 15 (system default)
1422026-03-11T21:36:01.576Z
1432026-03-11T21:36:01.577ZChanged packages:
1442026-03-11T21:36:01.577Zhelios-dev
1452026-03-11T21:36:01.577Z developer/build-essential
1462026-03-11T21:36:01.577Z None -> 11-2.0
1472026-03-11T21:36:01.577Z library/libxmlsec1
1482026-03-11T21:36:01.577Z None -> 1.2.35-2.0
1492026-03-11T21:36:01.577Z ooce/developer/clang-15
1502026-03-11T21:36:01.577Z None -> 15.0.7-2.0
1512026-03-11T21:36:01.577Z ooce/developer/llvm-15
1522026-03-11T21:36:01.577Z None -> 15.0.7-2.0
1532026-03-11T21:36:01.577Z
1542026-03-11T21:36:01.577ZServices:
1552026-03-11T21:36:01.577Z restart_fmri:
1562026-03-11T21:36:01.577Z svc:/system/update-man-index:default
1572026-03-11T21:36:01.607Z
1582026-03-11T21:36:01.607ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-11T21:36:08.183ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1602026-03-11T21:36:11.608ZDownload: 3240/3290 items 198.6/212.6MB 93% complete (19.8M/s)
1612026-03-11T21:36:14.984ZDownload: Completed 212.60 MB in 13.38 seconds (15.9M/s)
1622026-03-11T21:36:15.250Z Actions: 1/3689 actions (Installing new actions)
1632026-03-11T21:36:19.332Z Actions: Completed 3689 actions in 4.08 seconds.
1642026-03-11T21:36:20.054Z Done (0.717s)
1652026-03-11T21:36:20.054Z Done (0.000s)
1662026-03-11T21:36:21.055Z Done (1.000s)
1672026-03-11T21:36:24.989Z Done (3.581s)
1682026-03-11T21:36:25.073Z Done (0.017s)
1692026-03-11T21:36:25.142Z Done (0.000s)
1702026-03-11T21:36:25.206Z Done (0.000s)
1712026-03-11T21:36:26.161ZPlanning: Evaluating mediator changes ... Done
1722026-03-11T21:36:26.304ZPlanning: Checking for conflicting actions ... Done
1732026-03-11T21:36:26.308ZPlanning: Consolidating action changes ... Done
1742026-03-11T21:36:26.522ZPlanning: Evaluating mediators ... Done
1752026-03-11T21:36:26.526ZPlanning: Planning completed in 0.36 seconds
1762026-03-11T21:36:26.552Z Mediators to change: 2
1772026-03-11T21:36:26.552Z Create boot environment: No
1782026-03-11T21:36:26.555ZCreate backup boot environment: No
1792026-03-11T21:36:26.629Z Done
1802026-03-11T21:36:26.629Z Done
1812026-03-11T21:36:27.364Z Done
1822026-03-11T21:36:30.617Z Done
1832026-03-11T21:36:30.702Z Done
1842026-03-11T21:36:30.706Z Done
1852026-03-11T21:36:30.847Z Done
1862026-03-11T21:36:31.380ZPlanning: Evaluating mediator changes ... Done
1872026-03-11T21:36:31.383ZPlanning: Merging actions ... Done
1882026-03-11T21:36:31.548ZPlanning: Checking for conflicting actions ... Done
1892026-03-11T21:36:31.551ZPlanning: Consolidating action changes ... Done
1902026-03-11T21:36:31.765ZPlanning: Evaluating mediators ... Done
1912026-03-11T21:36:31.808ZPlanning: Planning completed in 0.63 seconds
1922026-03-11T21:36:31.838Z Packages to change: 1
1932026-03-11T21:36:31.838Z Mediators to change: 1
1942026-03-11T21:36:31.841Z Services to change: 1
1952026-03-11T21:36:31.841Z Create boot environment: No
1962026-03-11T21:36:31.841ZCreate backup boot environment: Yes
1972026-03-11T21:36:34.498Z Actions: 1/6 actions (Updating modified actions)
1982026-03-11T21:36:34.506Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-11T21:36:34.506Z Done
2002026-03-11T21:36:34.506Z Done
2012026-03-11T21:36:34.696Z Done
2022026-03-11T21:36:37.964Z Done
2032026-03-11T21:36:38.050Z Done
2042026-03-11T21:36:38.053Z Done
2052026-03-11T21:36:38.205Z Done
2062026-03-11T21:36:38.579ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-11T21:36:38.579Zclang system 15 system
2082026-03-11T21:36:38.579Zcsh system system illumos
2092026-03-11T21:36:38.579Zctags system system illumos
2102026-03-11T21:36:38.579Zfile system system illumos
2112026-03-11T21:36:38.579Zgcc vendor 12 vendor
2122026-03-11T21:36:38.579Zgcc system 10 system
2132026-03-11T21:36:38.579Zgcc system 7 system
2142026-03-11T21:36:38.579Zgo system 1.20 system
2152026-03-11T21:36:38.579Zgo system 1.19 system
2162026-03-11T21:36:38.579Zllvm system 15 system
2172026-03-11T21:36:38.579Zllvm system 14 system
2182026-03-11T21:36:38.579Zmariadb system 10.6 system
2192026-03-11T21:36:38.579Zmta vendor vendor dma
2202026-03-11T21:36:38.579Zopenjdk system 17 system
2212026-03-11T21:36:38.579Zopenjdk system 11 system
2222026-03-11T21:36:38.579Zopenjdk system 1.8 system
2232026-03-11T21:36:38.580Zopenssl vendor 3 vendor
2242026-03-11T21:36:38.580Zperl system 5.36 system
2252026-03-11T21:36:38.580Zpostgresql system 15 system
2262026-03-11T21:36:38.580Zpostgresql system 13 system
2272026-03-11T21:36:38.580Zpython vendor 3 vendor
2282026-03-11T21:36:38.580Zpython system 2 system
2292026-03-11T21:36:38.580Zpython3 system 3.11 system
2302026-03-11T21:36:38.580Zruby system 3.0 system
2312026-03-11T21:36:38.580Zwords vendor vendor american-english
2322026-03-11T21:36:38.580Zwords system system australian-english
2332026-03-11T21:36:38.580Zwords system system british-english
2342026-03-11T21:36:38.580Zwords system system canadian-english
2352026-03-11T21:36:38.580Zwords system system french
2362026-03-11T21:36:38.580Zwords system system italian
2372026-03-11T21:36:38.580Zwords system system ngerman
2382026-03-11T21:36:38.580Zwords system system ogerman
2392026-03-11T21:36:38.580Zwords system system spanish
2402026-03-11T21:36:38.877ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-11T21:36:38.877Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-11T21:36:44.721ZFMRI IFO
2432026-03-11T21:36:44.722Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-11T21:36:44.722Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-11T21:36:44.722Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-11T21:36:44.722Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-11T21:36:44.722Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-11T21:36:44.722Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-11T21:36:44.722Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-11T21:36:44.722Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-11T21:36:44.722Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-11T21:36:44.722Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-11T21:36:44.722Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-11T21:36:44.722Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-11T21:36:44.722Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-11T21:36:44.722Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-11T21:36:44.722Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-11T21:36:44.722Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-11T21:36:45.981Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-03-11T21:36:46.283Z Updating crates.io index
2612026-03-11T21:36:46.286Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-03-11T21:36:46.584Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-11T21:36:47.370Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-03-11T21:36:47.950Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-03-11T21:36:48.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-11T21:36:49.785Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-11T21:36:51.759Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-11T21:36:52.682Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-11T21:36:53.230Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-03-11T21:36:54.411Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-03-11T21:36:55.074Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-03-11T21:36:56.240Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-03-11T21:36:56.792Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-03-11T21:36:57.311Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-03-11T21:36:57.662Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-03-11T21:36:58.650Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-03-11T21:36:59.187Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-03-11T21:36:59.580Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-03-11T21:36:59.893Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-03-11T21:37:00.338Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-03-11T21:37:00.712Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-03-11T21:37:00.952Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-03-11T21:37:01.217Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-03-11T21:37:01.616Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-03-11T21:37:02.080Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-03-11T21:37:02.713Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-03-11T21:37:03.119Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-03-11T21:37:03.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-03-11T21:37:03.780Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-03-11T21:37:05.578Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-11T21:37:05.892Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-11T21:37:06.275Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-11T21:37:06.673Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-11T21:37:07.061Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-11T21:37:07.626Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-11T21:37:07.910Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-11T21:37:08.192Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-11T21:37:08.566Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-11T21:37:30.891Z Downloading crates ...
3002026-03-11T21:37:30.900Z Downloaded anstream v0.6.21
3012026-03-11T21:37:30.900Z Downloaded toml_datetime v0.6.11
3022026-03-11T21:37:30.900Z Downloaded clap v4.5.60
3032026-03-11T21:37:30.900Z Downloaded zerofrom-derive v0.1.6
3042026-03-11T21:37:30.900Z Downloaded form_urlencoded v1.2.2
3052026-03-11T21:37:30.900Z Downloaded dof v0.3.0
3062026-03-11T21:37:30.901Z Downloaded serde-value v0.7.0
3072026-03-11T21:37:30.901Z Downloaded icu_normalizer v2.1.1
3082026-03-11T21:37:30.901Z Downloaded heck v0.4.1
3092026-03-11T21:37:30.901Z Downloaded heck v0.5.0
3102026-03-11T21:37:30.901Z Downloaded fastrand v2.3.0
3112026-03-11T21:37:30.901Z Downloaded zerofrom v0.1.6
3122026-03-11T21:37:30.901Z Downloaded version_check v0.9.5
3132026-03-11T21:37:30.901Z Downloaded toml_write v0.1.2
3142026-03-11T21:37:30.901Z Downloaded percent-encoding v2.3.2
3152026-03-11T21:37:30.901Z Downloaded idna_adapter v1.2.1
3162026-03-11T21:37:30.901Z Downloaded unicode-xid v0.2.6
3172026-03-11T21:37:30.901Z Downloaded usdt-macro v0.5.0
3182026-03-11T21:37:30.901Z Downloaded yoke-derive v0.8.1
3192026-03-11T21:37:30.901Z Downloaded sha2 v0.10.9
3202026-03-11T21:37:30.901Z Downloaded utf8parse v0.2.2
3212026-03-11T21:37:30.901Z Downloaded itoa v1.0.17
3222026-03-11T21:37:30.901Z Downloaded ordered-float v2.10.1
3232026-03-11T21:37:30.901Z Downloaded tabled_derive v0.7.0
3242026-03-11T21:37:30.901Z Downloaded block-buffer v0.10.4
3252026-03-11T21:37:30.901Z Downloaded typeid v1.0.3
3262026-03-11T21:37:30.901Z Downloaded usdt v0.5.0
3272026-03-11T21:37:30.901Z Downloaded utf8_iter v1.0.4
3282026-03-11T21:37:30.901Z Downloaded proc-macro-error-attr v1.0.4
3292026-03-11T21:37:30.901Z Downloaded cfg-if v1.0.4
3302026-03-11T21:37:30.901Z Downloaded terminal_size v0.4.3
3312026-03-11T21:37:30.901Z Downloaded equivalent v1.0.2
3322026-03-11T21:37:30.901Z Downloaded anstyle-query v1.1.5
3332026-03-11T21:37:30.901Z Downloaded thread-id v4.2.2
3342026-03-11T21:37:30.901Z Downloaded yoke v0.8.1
3352026-03-11T21:37:30.901Z Downloaded unicode-linebreak v0.1.5
3362026-03-11T21:37:30.901Z Downloaded zerovec-derive v0.11.2
3372026-03-11T21:37:30.901Z Downloaded writeable v0.6.2
3382026-03-11T21:37:30.901Z Downloaded errno v0.3.14
3392026-03-11T21:37:30.901Z Downloaded usdt-attr-macro v0.5.0
3402026-03-11T21:37:30.902Z Downloaded thiserror-impl v2.0.18
3412026-03-11T21:37:30.902Z Downloaded plain v0.2.3
3422026-03-11T21:37:30.902Z Downloaded cargo-platform v0.2.0
3432026-03-11T21:37:30.902Z Downloaded thiserror v2.0.18
3442026-03-11T21:37:30.902Z Downloaded thiserror-impl v1.0.69
3452026-03-11T21:37:30.902Z Downloaded strsim v0.11.1
3462026-03-11T21:37:30.902Z Downloaded toml v0.8.23
3472026-03-11T21:37:30.902Z Downloaded autocfg v1.5.0
3482026-03-11T21:37:30.902Z Downloaded usdt-impl v0.5.0
3492026-03-11T21:37:30.902Z Downloaded tinystr v0.8.2
3502026-03-11T21:37:30.902Z Downloaded anstyle v1.0.13
3512026-03-11T21:37:30.902Z Downloaded scroll_derive v0.12.1
3522026-03-11T21:37:30.902Z Downloaded potential_utf v0.1.4
3532026-03-11T21:37:30.902Z Downloaded crypto-common v0.1.7
3542026-03-11T21:37:30.902Z Downloaded proc-macro-error v1.0.4
3552026-03-11T21:37:30.902Z Downloaded zerocopy-derive v0.7.35
3562026-03-11T21:37:30.902Z Downloaded synstructure v0.13.2
3572026-03-11T21:37:30.902Z Downloaded zmij v1.0.21
3582026-03-11T21:37:30.902Z Downloaded serde_spanned v0.6.9
3592026-03-11T21:37:30.902Z Downloaded ucd-trie v0.1.7
3602026-03-11T21:37:30.902Z Downloaded macaddr v1.0.1
3612026-03-11T21:37:30.902Z Downloaded textwrap v0.16.2
3622026-03-11T21:37:30.902Z Downloaded unicode-ident v1.0.24
3632026-03-11T21:37:30.902Z Downloaded is_terminal_polyfill v1.70.2
3642026-03-11T21:37:30.903Z Downloaded toml_edit v0.22.27
3652026-03-11T21:37:30.903Z Downloaded pretty-hex v0.4.1
3662026-03-11T21:37:30.903Z Downloaded zerotrie v0.2.3
3672026-03-11T21:37:30.903Z Downloaded typenum v1.19.0
3682026-03-11T21:37:30.903Z Downloaded cpufeatures v0.2.17
3692026-03-11T21:37:30.903Z Downloaded swrite v0.1.0
3702026-03-11T21:37:30.903Z Downloaded colorchoice v1.0.4
3712026-03-11T21:37:30.903Z Downloaded clap_lex v1.0.0
3722026-03-11T21:37:30.903Z Downloaded fnv v1.0.7
3732026-03-11T21:37:30.903Z Downloaded serde-untagged v0.1.9
3742026-03-11T21:37:30.903Z Downloaded url v2.5.8
3752026-03-11T21:37:30.903Z Downloaded zerocopy v0.7.35
3762026-03-11T21:37:30.903Z Downloaded zerovec v0.11.5
3772026-03-11T21:37:30.903Z Downloaded smawk v0.3.2
3782026-03-11T21:37:30.903Z Downloaded dtrace-parser v0.2.0
3792026-03-11T21:37:30.903Z Downloaded bitflags v2.11.0
3802026-03-11T21:37:30.903Z Downloaded winnow v0.7.14
3812026-03-11T21:37:30.903Z Downloaded memmap v0.7.0
3822026-03-11T21:37:30.903Z Downloaded unicode-width v0.2.0
3832026-03-11T21:37:30.903Z Downloaded unicode-width v0.1.14
3842026-03-11T21:37:30.903Z Downloaded displaydoc v0.2.5
3852026-03-11T21:37:30.903Z Downloaded bytecount v0.6.9
3862026-03-11T21:37:30.903Z Downloaded semver v1.0.27
3872026-03-11T21:37:30.903Z Downloaded quote v1.0.44
3882026-03-11T21:37:30.904Z Downloaded thiserror v1.0.69
3892026-03-11T21:37:30.904Z Downloaded serde_tokenstream v0.2.3
3902026-03-11T21:37:30.904Z Downloaded scroll v0.12.0
3912026-03-11T21:37:30.904Z Downloaded anstyle-parse v0.2.7
3922026-03-11T21:37:30.904Z Downloaded once_cell v1.21.3
3932026-03-11T21:37:30.904Z Downloaded cargo_toml v0.21.0
3942026-03-11T21:37:30.904Z Downloaded digest v0.10.7
3952026-03-11T21:37:30.904Z Downloaded byteorder v1.5.0
3962026-03-11T21:37:30.904Z Downloaded litemap v0.8.1
3972026-03-11T21:37:30.904Z Downloaded generic-array v0.14.7
3982026-03-11T21:37:30.904Z Downloaded stable_deref_trait v1.2.1
3992026-03-11T21:37:30.904Z Downloaded camino-tempfile v1.4.1
4002026-03-11T21:37:30.916Z Downloaded erased-serde v0.4.9
4012026-03-11T21:37:30.916Z Downloaded clap_derive v4.5.55
4022026-03-11T21:37:30.916Z Downloaded serde_derive v1.0.228
4032026-03-11T21:37:30.916Z Downloaded smallvec v1.15.1
4042026-03-11T21:37:30.916Z Downloaded pest_generator v2.8.6
4052026-03-11T21:37:30.916Z Downloaded icu_normalizer_data v2.1.1
4062026-03-11T21:37:30.916Z Downloaded proc-macro2 v1.0.106
4072026-03-11T21:37:30.916Z Downloaded fs-err v3.3.0
4082026-03-11T21:37:30.916Z Downloaded papergrid v0.11.0
4092026-03-11T21:37:30.917Z Downloaded anyhow v1.0.102
4102026-03-11T21:37:30.917Z Downloaded pest_derive v2.8.6
4112026-03-11T21:37:30.917Z Downloaded camino v1.2.2
4122026-03-11T21:37:30.917Z Downloaded cargo_metadata v0.21.0
4132026-03-11T21:37:30.917Z Downloaded icu_provider v2.1.1
4142026-03-11T21:37:30.917Z Downloaded getrandom v0.4.1
4152026-03-11T21:37:30.917Z Downloaded icu_properties v2.1.2
4162026-03-11T21:37:30.917Z Downloaded cargo-util-schemas v0.8.2
4172026-03-11T21:37:30.917Z Downloaded num-traits v0.2.19
4182026-03-11T21:37:30.917Z Downloaded log v0.4.29
4192026-03-11T21:37:30.917Z Downloaded tempfile v3.25.0
4202026-03-11T21:37:30.917Z Downloaded serde_core v1.0.228
4212026-03-11T21:37:30.917Z Downloaded pest_meta v2.8.6
4222026-03-11T21:37:30.918Z Downloaded icu_collections v2.1.1
4232026-03-11T21:37:30.918Z Downloaded memchr v2.8.0
4242026-03-11T21:37:30.918Z Downloaded serde v1.0.228
4252026-03-11T21:37:30.918Z Downloaded icu_locale_core v2.1.1
4262026-03-11T21:37:30.918Z Downloaded indexmap v2.13.0
4272026-03-11T21:37:30.918Z Downloaded pest v2.8.6
4282026-03-11T21:37:30.918Z Downloaded hashbrown v0.16.1
4292026-03-11T21:37:30.918Z Downloaded serde_json v1.0.149
4302026-03-11T21:37:30.918Z Downloaded icu_properties_data v2.1.2
4312026-03-11T21:37:30.918Z Downloaded idna v1.1.0
4322026-03-11T21:37:30.918Z Downloaded goblin v0.8.2
4332026-03-11T21:37:30.918Z Downloaded clap_builder v4.5.60
4342026-03-11T21:37:30.918Z Downloaded tabled v0.15.0
4352026-03-11T21:37:30.918Z Downloaded syn v1.0.109
4362026-03-11T21:37:30.918Z Downloaded syn v2.0.117
4372026-03-11T21:37:30.918Z Downloaded rustix v1.1.3
4382026-03-11T21:37:30.918Z Downloaded libc v0.2.180
4392026-03-11T21:37:30.974Z Compiling proc-macro2 v1.0.106
4402026-03-11T21:37:30.977Z Compiling quote v1.0.44
4412026-03-11T21:37:30.977Z Compiling unicode-ident v1.0.24
4422026-03-11T21:37:30.977Z Compiling serde_core v1.0.228
4432026-03-11T21:37:30.978Z Compiling libc v0.2.180
4442026-03-11T21:37:30.978Z Compiling version_check v0.9.5
4452026-03-11T21:37:30.978Z Compiling serde v1.0.228
4462026-03-11T21:37:31.183Z Compiling memchr v2.8.0
4472026-03-11T21:37:31.389Z Compiling stable_deref_trait v1.2.1
4482026-03-11T21:37:31.483Z Compiling zmij v1.0.21
4492026-03-11T21:37:31.727Z Compiling ucd-trie v0.1.7
4502026-03-11T21:37:31.817Z Compiling itoa v1.0.17
4512026-03-11T21:37:32.052Z Compiling autocfg v1.5.0
4522026-03-11T21:37:32.073Z Compiling thiserror v1.0.69
4532026-03-11T21:37:32.143Z Compiling pest v2.8.6
4542026-03-11T21:37:32.258Z Compiling writeable v0.6.2
4552026-03-11T21:37:32.280Z Compiling litemap v0.8.1
4562026-03-11T21:37:32.508Z Compiling icu_normalizer_data v2.1.1
4572026-03-11T21:37:32.530Z Compiling rustix v1.1.3
4582026-03-11T21:37:32.753Z Compiling byteorder v1.5.0
4592026-03-11T21:37:32.954Z Compiling syn v2.0.117
4602026-03-11T21:37:32.995Z Compiling icu_properties_data v2.1.2
4612026-03-11T21:37:33.166Z Compiling errno v0.3.14
4622026-03-11T21:37:33.205Z Compiling serde_json v1.0.149
4632026-03-11T21:37:33.293Z Compiling bitflags v2.11.0
4642026-03-11T21:37:33.464Z Compiling num-traits v0.2.19
4652026-03-11T21:37:33.540Z Compiling smallvec v1.15.1
4662026-03-11T21:37:33.593Z Compiling typeid v1.0.3
4672026-03-11T21:37:33.723Z Compiling pest_meta v2.8.6
4682026-03-11T21:37:33.833Z Compiling equivalent v1.0.2
4692026-03-11T21:37:33.941Z Compiling hashbrown v0.16.1
4702026-03-11T21:37:34.256Z Compiling thread-id v4.2.2
4712026-03-11T21:37:34.282Z Compiling proc-macro-error-attr v1.0.4
4722026-03-11T21:37:34.502Z Compiling usdt-impl v0.5.0
4732026-03-11T21:37:34.539Z Compiling toml_write v0.1.2
4742026-03-11T21:37:34.610Z Compiling winnow v0.7.14
4752026-03-11T21:37:34.760Z Compiling indexmap v2.13.0
4762026-03-11T21:37:34.828Z Compiling erased-serde v0.4.9
4772026-03-11T21:37:34.852Z Compiling syn v1.0.109
4782026-03-11T21:37:35.496Z Compiling proc-macro-error v1.0.4
4792026-03-11T21:37:35.589Z Compiling getrandom v0.4.1
4802026-03-11T21:37:35.751Z Compiling utf8parse v0.2.2
4812026-03-11T21:37:35.892Z Compiling log v0.4.29
4822026-03-11T21:37:36.060Z Compiling utf8_iter v1.0.4
4832026-03-11T21:37:36.128Z Compiling plain v0.2.3
4842026-03-11T21:37:36.152Z Compiling thiserror v2.0.18
4852026-03-11T21:37:36.248Z Compiling percent-encoding v2.3.2
4862026-03-11T21:37:36.271Z Compiling camino v1.2.2
4872026-03-11T21:37:36.275Z Compiling ordered-float v2.10.1
4882026-03-11T21:37:36.489Z Compiling form_urlencoded v1.2.2
4892026-03-11T21:37:36.558Z Compiling anstyle-parse v0.2.7
4902026-03-11T21:37:36.695Z Compiling synstructure v0.13.2
4912026-03-11T21:37:36.719Z Compiling pest_generator v2.8.6
4922026-03-11T21:37:36.823Z Compiling terminal_size v0.4.3
4932026-03-11T21:37:36.995Z Compiling cfg-if v1.0.4
4942026-03-11T21:37:37.089Z Compiling anstyle v1.0.13
4952026-03-11T21:37:37.143Z Compiling colorchoice v1.0.4
4962026-03-11T21:37:37.292Z Compiling pretty-hex v0.4.1
4972026-03-11T21:37:37.317Z Compiling is_terminal_polyfill v1.70.2
4982026-03-11T21:37:37.317Z Compiling anstyle-query v1.1.5
4992026-03-11T21:37:37.380Z Compiling serde-untagged v0.1.9
5002026-03-11T21:37:37.462Z Compiling anstream v0.6.21
5012026-03-11T21:37:37.559Z Compiling semver v1.0.27
5022026-03-11T21:37:37.709Z Compiling fs-err v3.3.0
5032026-03-11T21:37:37.732Z Compiling fnv v1.0.7
5042026-03-11T21:37:37.860Z Compiling clap_lex v1.0.0
5052026-03-11T21:37:37.884Z Compiling heck v0.5.0
5062026-03-11T21:37:37.964Z Compiling strsim v0.11.1
5072026-03-11T21:37:38.008Z Compiling fastrand v2.3.0
5082026-03-11T21:37:38.047Z Compiling bytecount v0.6.9
5092026-03-11T21:37:38.195Z Compiling heck v0.4.1
5102026-03-11T21:37:38.244Z Compiling unicode-width v0.1.14
5112026-03-11T21:37:38.267Z Compiling unicode-xid v0.2.6
5122026-03-11T21:37:38.423Z Compiling anyhow v1.0.102
5132026-03-11T21:37:38.470Z Compiling once_cell v1.21.3
5142026-03-11T21:37:38.493Z Compiling clap_builder v4.5.60
5152026-03-11T21:37:38.608Z Compiling papergrid v0.11.0
5162026-03-11T21:37:38.748Z Compiling tempfile v3.25.0
5172026-03-11T21:37:38.898Z Compiling memmap v0.7.0
5182026-03-11T21:37:39.120Z Compiling unicode-width v0.2.0
5192026-03-11T21:37:39.144Z Compiling smawk v0.3.2
5202026-03-11T21:37:39.247Z Compiling unicode-linebreak v0.1.5
5212026-03-11T21:37:39.301Z Compiling serde_derive v1.0.228
5222026-03-11T21:37:39.324Z Compiling zerofrom-derive v0.1.6
5232026-03-11T21:37:39.477Z Compiling yoke-derive v0.8.1
5242026-03-11T21:37:39.565Z Compiling zerovec-derive v0.11.2
5252026-03-11T21:37:39.795Z Compiling displaydoc v0.2.5
5262026-03-11T21:37:40.580Z Compiling thiserror-impl v1.0.69
5272026-03-11T21:37:40.785Z Compiling zerocopy-derive v0.7.35
5282026-03-11T21:37:41.023Z Compiling pest_derive v2.8.6
5292026-03-11T21:37:41.073Z Compiling scroll_derive v0.12.1
5302026-03-11T21:37:41.280Z Compiling zerofrom v0.1.6
5312026-03-11T21:37:41.450Z Compiling yoke v0.8.1
5322026-03-11T21:37:41.594Z Compiling thiserror-impl v2.0.18
5332026-03-11T21:37:41.695Z Compiling zerovec v0.11.5
5342026-03-11T21:37:41.954Z Compiling zerotrie v0.2.3
5352026-03-11T21:37:41.977Z Compiling zerocopy v0.7.35
5362026-03-11T21:37:42.342Z Compiling tinystr v0.8.2
5372026-03-11T21:37:42.391Z Compiling potential_utf v0.1.4
5382026-03-11T21:37:42.437Z Compiling dtrace-parser v0.2.0
5392026-03-11T21:37:42.597Z Compiling icu_locale_core v2.1.1
5402026-03-11T21:37:42.620Z Compiling icu_collections v2.1.1
5412026-03-11T21:37:42.754Z Compiling scroll v0.12.0
5422026-03-11T21:37:42.782Z Compiling tabled_derive v0.7.0
5432026-03-11T21:37:43.119Z Compiling goblin v0.8.2
5442026-03-11T21:37:43.312Z Compiling clap_derive v4.5.55
5452026-03-11T21:37:43.537Z Compiling icu_provider v2.1.1
5462026-03-11T21:37:43.616Z Compiling textwrap v0.16.2
5472026-03-11T21:37:43.889Z Compiling icu_properties v2.1.2
5482026-03-11T21:37:43.943Z Compiling icu_normalizer v2.1.1
5492026-03-11T21:37:44.080Z Compiling serde_spanned v0.6.9
5502026-03-11T21:37:44.103Z Compiling toml_datetime v0.6.11
5512026-03-11T21:37:44.215Z Compiling dof v0.3.0
5522026-03-11T21:37:44.254Z Compiling serde_tokenstream v0.2.3
5532026-03-11T21:37:44.277Z Compiling serde-value v0.7.0
5542026-03-11T21:37:44.442Z Compiling toml_edit v0.22.27
5552026-03-11T21:37:44.672Z Compiling cargo-platform v0.2.0
5562026-03-11T21:37:44.751Z Compiling tabled v0.15.0
5572026-03-11T21:37:44.774Z Compiling macaddr v1.0.1
5582026-03-11T21:37:45.064Z Compiling camino-tempfile v1.4.1
5592026-03-11T21:37:45.368Z Compiling idna_adapter v1.2.1
5602026-03-11T21:37:45.459Z Compiling usdt-attr-macro v0.5.0
5612026-03-11T21:37:45.489Z Compiling usdt-macro v0.5.0
5622026-03-11T21:37:45.540Z Compiling idna v1.1.0
5632026-03-11T21:37:45.749Z Compiling clap v4.5.60
5642026-03-11T21:37:45.810Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652026-03-11T21:37:45.853Z Compiling swrite v0.1.0
5662026-03-11T21:37:45.976Z Compiling url v2.5.8
5672026-03-11T21:37:46.364Z Compiling toml v0.8.23
5682026-03-11T21:37:46.892Z Compiling cargo-util-schemas v0.8.2
5692026-03-11T21:37:47.036Z Compiling cargo_toml v0.21.0
5702026-03-11T21:37:47.203Z Compiling usdt v0.5.0
5712026-03-11T21:37:48.132Z Compiling cargo_metadata v0.21.0
5722026-03-11T21:37:49.430Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-03-11T21:37:52.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
5742026-03-11T21:37:52.589Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-03-11T21:37:53.329Z Downloading crates ...
5762026-03-11T21:37:53.466Z Downloaded adler2 v2.0.1
5772026-03-11T21:37:53.481Z Downloaded critical-section v1.2.0
5782026-03-11T21:37:53.485Z Downloaded ciborium-ll v0.2.2
5792026-03-11T21:37:53.488Z Downloaded argon2 v0.5.3
5802026-03-11T21:37:53.495Z Downloaded darling v0.23.0
5812026-03-11T21:37:53.502Z Downloaded des v0.8.1
5822026-03-11T21:37:53.506Z Downloaded darling v0.20.11
5832026-03-11T21:37:53.513Z Downloaded defmt v1.0.1
5842026-03-11T21:37:53.519Z Downloaded data-encoding v2.10.0
5852026-03-11T21:37:53.522Z Downloaded darling_macro v0.23.0
5862026-03-11T21:37:53.525Z Downloaded daft v0.1.5
5872026-03-11T21:37:53.529Z Downloaded embedded-io v0.4.0
5882026-03-11T21:37:53.534Z Downloaded dsl_auto_type v0.1.3
5892026-03-11T21:37:53.537Z Downloaded dirs-sys-next v0.1.2
5902026-03-11T21:37:53.540Z Downloaded derive_builder_core v0.20.2
5912026-03-11T21:37:53.544Z Downloaded foreign-types-shared v0.3.1
5922026-03-11T21:37:53.548Z Downloaded dyn-clone v1.0.20
5932026-03-11T21:37:53.552Z Downloaded constant_time_eq v0.4.2
5942026-03-11T21:37:53.556Z Downloaded dirs-next v2.0.0
5952026-03-11T21:37:53.559Z Downloaded convert_case v0.4.0
5962026-03-11T21:37:53.564Z Downloaded fixedbitset v0.4.2
5972026-03-11T21:37:53.567Z Downloaded float-ord v0.3.2
5982026-03-11T21:37:53.570Z Downloaded flagset v0.4.7
5992026-03-11T21:37:53.574Z Downloaded erased-serde v0.3.31
6002026-03-11T21:37:53.578Z Downloaded deranged v0.5.8
6012026-03-11T21:37:53.581Z Downloaded fd-lock v4.0.4
6022026-03-11T21:37:53.585Z Downloaded bitfield-struct v0.6.2
6032026-03-11T21:37:53.589Z Downloaded crunchy v0.2.4
6042026-03-11T21:37:53.592Z Downloaded darling_core v0.20.11
6052026-03-11T21:37:53.597Z Downloaded futures-io v0.3.32
6062026-03-11T21:37:53.602Z Downloaded derive-ex v0.1.8
6072026-03-11T21:37:53.606Z Downloaded convert_case v0.10.0
6082026-03-11T21:37:53.610Z Downloaded compact_str v0.8.1
6092026-03-11T21:37:53.613Z Downloaded foreign-types-shared v0.1.1
6102026-03-11T21:37:53.616Z Downloaded git-stub v1.0.0
6112026-03-11T21:37:53.619Z Downloaded bit-vec v0.8.0
6122026-03-11T21:37:53.622Z Downloaded bzip2 v0.4.4
6132026-03-11T21:37:53.626Z Downloaded fxhash v0.2.1
6142026-03-11T21:37:53.628Z Downloaded futures-task v0.3.32
6152026-03-11T21:37:53.631Z Downloaded ctr v0.9.2
6162026-03-11T21:37:53.634Z Downloaded atty v0.2.14
6172026-03-11T21:37:53.637Z Downloaded globwalk v0.9.1
6182026-03-11T21:37:53.641Z Downloaded ghash v0.5.1
6192026-03-11T21:37:53.644Z Downloaded cbc v0.1.2
6202026-03-11T21:37:53.647Z Downloaded hash32 v0.2.1
6212026-03-11T21:37:53.650Z Downloaded hash32 v0.3.1
6222026-03-11T21:37:53.654Z Downloaded filetime v0.2.27
6232026-03-11T21:37:53.656Z Downloaded ff v0.13.1
6242026-03-11T21:37:53.659Z Downloaded foldhash v0.1.5
6252026-03-11T21:37:53.676Z Downloaded http-range v0.1.5
6262026-03-11T21:37:53.679Z Downloaded fs_extra v1.3.0
6272026-03-11T21:37:53.682Z Downloaded diesel-dtrace v0.4.2
6282026-03-11T21:37:53.685Z Downloaded either v1.15.0
6292026-03-11T21:37:53.688Z Downloaded fixedbitset v0.5.7
6302026-03-11T21:37:53.691Z Downloaded futures-core v0.3.32
6312026-03-11T21:37:53.694Z Downloaded foldhash v0.2.0
6322026-03-11T21:37:53.697Z Downloaded indent_write v2.2.0
6332026-03-11T21:37:53.700Z Downloaded ident_case v1.0.1
6342026-03-11T21:37:53.700Z Downloaded hyper-tls v0.6.0
6352026-03-11T21:37:53.703Z Downloaded hubpack_derive v0.1.1
6362026-03-11T21:37:53.706Z Downloaded group v0.13.0
6372026-03-11T21:37:53.709Z Downloaded hubpack v0.1.2
6382026-03-11T21:37:53.712Z Downloaded internet-checksum v0.2.1
6392026-03-11T21:37:53.715Z Downloaded instability v0.3.11
6402026-03-11T21:37:53.718Z Downloaded instant v0.1.13
6412026-03-11T21:37:53.721Z Downloaded indoc v1.0.9
6422026-03-11T21:37:53.724Z Downloaded cargo_metadata v0.19.2
6432026-03-11T21:37:53.727Z Downloaded inout v0.1.4
6442026-03-11T21:37:53.731Z Downloaded headers-core v0.3.0
6452026-03-11T21:37:53.736Z Downloaded bit-set v0.5.3
6462026-03-11T21:37:53.736Z Downloaded base64ct v1.8.3
6472026-03-11T21:37:53.740Z Downloaded elliptic-curve v0.13.8
6482026-03-11T21:37:53.743Z Downloaded is_ci v1.2.0
6492026-03-11T21:37:53.746Z Downloaded kstat-rs v0.2.4
6502026-03-11T21:37:53.749Z Downloaded futures-channel v0.3.32
6512026-03-11T21:37:53.752Z Downloaded linked-hash-map v0.5.6
6522026-03-11T21:37:53.755Z Downloaded backon v1.6.0
6532026-03-11T21:37:53.758Z Downloaded derive-where v1.6.0
6542026-03-11T21:37:53.762Z Downloaded lalrpop-util v0.19.12
6552026-03-11T21:37:53.765Z Downloaded match_cfg v0.1.0
6562026-03-11T21:37:53.768Z Downloaded getrandom v0.2.17
6572026-03-11T21:37:53.771Z Downloaded globset v0.4.18
6582026-03-11T21:37:53.774Z Downloaded md-5 v0.10.6
6592026-03-11T21:37:53.778Z Downloaded maybe-uninit v2.0.0
6602026-03-11T21:37:53.781Z Downloaded lru v0.12.5
6612026-03-11T21:37:53.781Z Downloaded new_debug_unreachable v1.0.6
6622026-03-11T21:37:53.784Z Downloaded newline-converter v0.3.0
6632026-03-11T21:37:53.788Z Downloaded futures-sink v0.3.32
6642026-03-11T21:37:53.791Z Downloaded mime v0.3.17
6652026-03-11T21:37:53.794Z Downloaded memoffset v0.9.1
6662026-03-11T21:37:53.794Z Downloaded lzss v0.8.2
6672026-03-11T21:37:53.797Z Downloaded lru-slab v0.1.2
6682026-03-11T21:37:53.801Z Downloaded nibble_vec v0.1.0
6692026-03-11T21:37:53.805Z Downloaded newtype_derive v0.1.6
6702026-03-11T21:37:53.805Z Downloaded multimap v0.10.1
6712026-03-11T21:37:53.808Z Downloaded cookie v0.18.1
6722026-03-11T21:37:53.811Z Downloaded nonempty v0.12.0
6732026-03-11T21:37:53.814Z Downloaded nodrop v0.1.14
6742026-03-11T21:37:53.814Z Downloaded crc32fast v1.5.0
6752026-03-11T21:37:53.817Z Downloaded num v0.4.3
6762026-03-11T21:37:53.820Z Downloaded libefi-sys v0.1.0
6772026-03-11T21:37:53.823Z Downloaded getrandom v0.3.4
6782026-03-11T21:37:53.826Z Downloaded num-derive v0.4.2
6792026-03-11T21:37:53.829Z Downloaded num-derive v0.3.3
6802026-03-11T21:37:53.832Z Downloaded derive_builder v0.20.2
6812026-03-11T21:37:53.837Z Downloaded num_threads v0.1.7
6822026-03-11T21:37:53.839Z Downloaded olpc-cjson v0.1.4
6832026-03-11T21:37:53.842Z Downloaded half v2.7.1
6842026-03-11T21:37:53.846Z Downloaded opaque-debug v0.3.1
6852026-03-11T21:37:53.848Z Downloaded packed_struct_codegen v0.10.1
6862026-03-11T21:37:53.852Z Downloaded openssl-probe v0.2.1
6872026-03-11T21:37:53.852Z Downloaded openssl-probe v0.1.6
6882026-03-11T21:37:53.855Z Downloaded lock_api v0.4.14
6892026-03-11T21:37:53.857Z Downloaded multer v3.1.0
6902026-03-11T21:37:53.860Z Downloaded mime_guess v2.0.5
6912026-03-11T21:37:53.863Z Downloaded lru-cache v0.1.2
6922026-03-11T21:37:53.867Z Downloaded iana-time-zone v0.1.65
6932026-03-11T21:37:53.870Z Downloaded libsw-core v0.3.2
6942026-03-11T21:37:53.870Z Downloaded hmac v0.12.1
6952026-03-11T21:37:53.873Z Downloaded oso-derive v0.27.3
6962026-03-11T21:37:53.876Z Downloaded native-tls v0.2.18
6972026-03-11T21:37:53.879Z Downloaded nanorand v0.7.0
6982026-03-11T21:37:53.882Z Downloaded newtype-uuid v1.3.2
6992026-03-11T21:37:53.887Z Downloaded hyper-rustls v0.27.7
7002026-03-11T21:37:53.890Z Downloaded openssl-macros v0.1.1
7012026-03-11T21:37:53.890Z Downloaded cargo_toml v0.22.3
7022026-03-11T21:37:53.893Z Downloaded num-complex v0.4.6
7032026-03-11T21:37:53.896Z Downloaded parse-display v0.10.0
7042026-03-11T21:37:53.896Z Downloaded pbkdf2 v0.11.0
7052026-03-11T21:37:53.899Z Downloaded pbkdf2 v0.12.2
7062026-03-11T21:37:53.903Z Downloaded phf_shared v0.12.1
7072026-03-11T21:37:53.903Z Downloaded httparse v1.10.1
7082026-03-11T21:37:53.906Z Downloaded num_enum v0.7.5
7092026-03-11T21:37:53.911Z Downloaded num_enum v0.5.11
7102026-03-11T21:37:53.916Z Downloaded pin-utils v0.1.0
7112026-03-11T21:37:53.919Z Downloaded base64 v0.21.7
7122026-03-11T21:37:53.922Z Downloaded predicates-core v1.0.10
7132026-03-11T21:37:53.925Z Downloaded proc-macro-crate v3.4.0
7142026-03-11T21:37:53.928Z Downloaded proc-macro-crate v1.3.1
7152026-03-11T21:37:53.929Z Downloaded powerfmt v0.2.0
7162026-03-11T21:37:53.931Z Downloaded ed25519-dalek v2.2.0
7172026-03-11T21:37:53.935Z Downloaded diesel_derives v2.2.7
7182026-03-11T21:37:53.938Z Downloaded headers v0.4.1
7192026-03-11T21:37:53.943Z Downloaded chacha20poly1305 v0.10.1
7202026-03-11T21:37:53.946Z Downloaded nu-ansi-term v0.50.3
7212026-03-11T21:37:53.951Z Downloaded indexmap v1.9.3
7222026-03-11T21:37:53.954Z Downloaded progenitor-macro v0.13.0
7232026-03-11T21:37:53.954Z Downloaded progenitor-macro v0.11.2
7242026-03-11T21:37:53.957Z Downloaded predicates-tree v1.0.13
7252026-03-11T21:37:53.960Z Downloaded proc-macro-error-attr2 v2.0.0
7262026-03-11T21:37:53.960Z Downloaded paste v1.0.15
7272026-03-11T21:37:53.963Z Downloaded flate2 v1.1.9
7282026-03-11T21:37:53.968Z Downloaded progenitor-client v0.11.2
7292026-03-11T21:37:53.971Z Downloaded pem v3.0.6
7302026-03-11T21:37:53.974Z Downloaded peg-runtime v0.8.5
7312026-03-11T21:37:53.974Z Downloaded num-rational v0.4.2
7322026-03-11T21:37:53.977Z Downloaded phf_shared v0.13.1
7332026-03-11T21:37:53.980Z Downloaded pem-rfc7468 v0.7.0
7342026-03-11T21:37:53.983Z Downloaded const_format v0.2.35
7352026-03-11T21:37:53.986Z Downloaded bytes v1.11.1
7362026-03-11T21:37:53.989Z Downloaded peg-macros v0.8.5
7372026-03-11T21:37:53.993Z Downloaded psl-types v2.0.11
7382026-03-11T21:37:53.996Z Downloaded recursive v0.1.1
7392026-03-11T21:37:53.996Z Downloaded ref-cast-impl v1.0.25
7402026-03-11T21:37:53.999Z Downloaded ref-cast v1.0.25
7412026-03-11T21:37:54.002Z Downloaded radium v0.7.0
7422026-03-11T21:37:54.002Z Downloaded pin-project-internal v1.1.11
7432026-03-11T21:37:54.006Z Downloaded dropshot-api-manager v0.5.2
7442026-03-11T21:37:54.009Z Downloaded hickory-resolver v0.24.4
7452026-03-11T21:37:54.012Z Downloaded quick-error v1.2.3
7462026-03-11T21:37:54.015Z Downloaded rand_chacha v0.3.1
7472026-03-11T21:37:54.018Z Downloaded progenitor-macro v0.10.0
7482026-03-11T21:37:54.018Z Downloaded parking_lot v0.11.2
7492026-03-11T21:37:54.021Z Downloaded omicron-zone-package v0.12.2
7502026-03-11T21:37:54.024Z Downloaded ppv-lite86 v0.2.21
7512026-03-11T21:37:54.027Z Downloaded pkcs8 v0.10.2
7522026-03-11T21:37:54.031Z Downloaded poly1305 v0.8.0
7532026-03-11T21:37:54.034Z Downloaded recursive-proc-macro-impl v0.1.1
7542026-03-11T21:37:54.034Z Downloaded libbz2-rs-sys v0.2.2
7552026-03-11T21:37:54.037Z Downloaded rfc6979 v0.4.0
7562026-03-11T21:37:54.040Z Downloaded rand_xorshift v0.4.0
7572026-03-11T21:37:54.040Z Downloaded rustc-hash v2.1.1
7582026-03-11T21:37:54.044Z Downloaded heapless v0.7.17
7592026-03-11T21:37:54.048Z Downloaded crossterm v0.28.1
7602026-03-11T21:37:54.051Z Downloaded progenitor v0.13.0
7612026-03-11T21:37:54.053Z Downloaded progenitor v0.11.2
7622026-03-11T21:37:54.056Z Downloaded rustc_version v0.4.1
7632026-03-11T21:37:54.056Z Downloaded rtoolbox v0.0.3
7642026-03-11T21:37:54.059Z Downloaded proc-macro-error2 v2.0.1
7652026-03-11T21:37:54.062Z Downloaded rustc_version v0.1.7
7662026-03-11T21:37:54.066Z Downloaded russh-cryptovec v0.7.3
7672026-03-11T21:37:54.066Z Downloaded oxide-tokio-rt v0.1.2
7682026-03-11T21:37:54.069Z Downloaded rand_core v0.6.4
7692026-03-11T21:37:54.069Z Downloaded pkcs1 v0.7.5
7702026-03-11T21:37:54.072Z Downloaded postgres-protocol v0.6.10
7712026-03-11T21:37:54.075Z Downloaded progenitor-extras v0.1.0
7722026-03-11T21:37:54.078Z Downloaded predicates v3.1.4
7732026-03-11T21:37:54.082Z Downloaded postcard v1.1.3
7742026-03-11T21:37:54.082Z Downloaded hashbrown v0.13.2
7752026-03-11T21:37:54.085Z Downloaded jiff-static v0.2.21
7762026-03-11T21:37:54.088Z Downloaded parking_lot_core v0.9.12
7772026-03-11T21:37:54.091Z Downloaded progenitor v0.10.0
7782026-03-11T21:37:54.094Z Downloaded hashbrown v0.12.3
7792026-03-11T21:37:54.097Z Downloaded r2d2 v0.8.10
7802026-03-11T21:37:54.100Z Downloaded salsa20 v0.10.2
7812026-03-11T21:37:54.103Z Downloaded http v1.4.0
7822026-03-11T21:37:54.106Z Downloaded hickory-server v0.25.2
7832026-03-11T21:37:54.109Z Downloaded rand_chacha v0.9.0
7842026-03-11T21:37:54.112Z Downloaded pkcs5 v0.7.1
7852026-03-11T21:37:54.115Z Downloaded rand_core v0.10.0
7862026-03-11T21:37:54.115Z Downloaded scheduled-thread-pool v0.2.7
7872026-03-11T21:37:54.118Z Downloaded same-file v1.0.6
7882026-03-11T21:37:54.121Z Downloaded scrypt v0.11.0
7892026-03-11T21:37:54.121Z Downloaded sapling-renderdag v0.1.0
7902026-03-11T21:37:54.126Z Downloaded quinn-udp v0.5.14
7912026-03-11T21:37:54.126Z Downloaded scopeguard v1.2.0
7922026-03-11T21:37:54.129Z Downloaded pin-project v1.1.11
7932026-03-11T21:37:54.135Z Downloaded serde_bytes v0.11.19
7942026-03-11T21:37:54.138Z Downloaded secrecy v0.8.0
7952026-03-11T21:37:54.141Z Downloaded oso v0.27.3
7962026-03-11T21:37:54.144Z Downloaded p256 v0.13.2
7972026-03-11T21:37:54.147Z Downloaded resolv-conf v0.7.6
7982026-03-11T21:37:54.151Z Downloaded progenitor-client v0.13.0
7992026-03-11T21:37:54.151Z Downloaded serde_plain v1.0.2
8002026-03-11T21:37:54.154Z Downloaded sigpipe v0.1.3
8012026-03-11T21:37:54.154Z Downloaded semver v0.1.20
8022026-03-11T21:37:54.157Z Downloaded signature v2.2.0
8032026-03-11T21:37:54.157Z Downloaded seq-macro v0.3.6
8042026-03-11T21:37:54.160Z Downloaded serde_urlencoded v0.7.1
8052026-03-11T21:37:54.185Z Downloaded rustversion v1.0.22
8062026-03-11T21:37:54.185Z Downloaded secrecy v0.10.3
8072026-03-11T21:37:54.185Z Downloaded signal-hook-tokio v0.3.1
8082026-03-11T21:37:54.185Z Downloaded cc v1.2.56
8092026-03-11T21:37:54.185Z Downloaded miniz_oxide v0.8.9
8102026-03-11T21:37:54.185Z Downloaded shell-words v1.1.1
8112026-03-11T21:37:54.185Z Downloaded slog-bunyan v2.5.0
8122026-03-11T21:37:54.185Z Downloaded sha1 v0.10.6
8132026-03-11T21:37:54.185Z Downloaded progenitor-impl v0.13.0
8142026-03-11T21:37:54.185Z Downloaded serde_spanned v1.0.4
8152026-03-11T21:37:54.186Z Downloaded psm v0.1.30
8162026-03-11T21:37:54.186Z Downloaded papergrid v0.17.0
8172026-03-11T21:37:54.189Z Downloaded rustls-native-certs v0.8.3
8182026-03-11T21:37:54.192Z Downloaded rustls-pemfile v2.2.0
8192026-03-11T21:37:54.192Z Downloaded rand_core v0.9.5
8202026-03-11T21:37:54.195Z Downloaded serde-big-array v0.5.1
8212026-03-11T21:37:54.198Z Downloaded scroll_derive v0.13.1
8222026-03-11T21:37:54.198Z Downloaded scroll v0.13.0
8232026-03-11T21:37:54.201Z Downloaded rand_seeder v0.4.0
8242026-03-11T21:37:54.201Z Downloaded parking_lot v0.12.5
8252026-03-11T21:37:54.204Z Downloaded indicatif v0.18.4
8262026-03-11T21:37:54.207Z Downloaded slog-envlogger v2.2.0
8272026-03-11T21:37:54.210Z Downloaded serde_repr v0.1.20
8282026-03-11T21:37:54.213Z Downloaded sec1 v0.7.3
8292026-03-11T21:37:54.213Z Downloaded postgres-types v0.2.12
8302026-03-11T21:37:54.217Z Downloaded siphasher v1.0.2
8312026-03-11T21:37:54.217Z Downloaded hyper-util v0.1.20
8322026-03-11T21:37:54.221Z Downloaded schemars_derive v0.8.22
8332026-03-11T21:37:54.224Z Downloaded rusty-fork v0.3.1
8342026-03-11T21:37:54.227Z Downloaded pretty_assertions v1.4.1
8352026-03-11T21:37:54.227Z Downloaded owo-colors v4.3.0
8362026-03-11T21:37:54.230Z Downloaded ssh-cipher v0.2.0
8372026-03-11T21:37:54.233Z Downloaded sqlparser_derive v0.5.0
8382026-03-11T21:37:54.233Z Downloaded rustls-pemfile v1.0.4
8392026-03-11T21:37:54.237Z Downloaded minimal-lexical v0.2.1
8402026-03-11T21:37:54.240Z Downloaded rustls-pki-types v1.14.0
8412026-03-11T21:37:54.243Z Downloaded progenitor-impl v0.10.0
8422026-03-11T21:37:54.243Z Downloaded prettyplease v0.2.37
8432026-03-11T21:37:54.246Z Downloaded itertools v0.10.5
8442026-03-11T21:37:54.251Z Downloaded strum v0.27.2
8452026-03-11T21:37:54.254Z Downloaded progenitor-impl v0.11.2
8462026-03-11T21:37:54.257Z Downloaded strip-ansi-escapes v0.2.1
8472026-03-11T21:37:54.257Z Downloaded slog-async v2.8.0
8482026-03-11T21:37:54.260Z Downloaded serde_path_to_error v0.1.20
8492026-03-11T21:37:54.260Z Downloaded strum v0.26.3
8502026-03-11T21:37:54.263Z Downloaded structmeta v0.3.0
8512026-03-11T21:37:54.263Z Downloaded ssh-encoding v0.2.0
8522026-03-11T21:37:54.266Z Downloaded openssl-sys v0.9.111
8532026-03-11T21:37:54.269Z Downloaded take_mut v0.2.2
8542026-03-11T21:37:54.272Z Downloaded tabled_derive v0.11.0
8552026-03-11T21:37:54.272Z Downloaded tagptr v0.2.0
8562026-03-11T21:37:54.275Z Downloaded sync_wrapper v1.0.2
8572026-03-11T21:37:54.275Z Downloaded slog-scope v4.4.1
8582026-03-11T21:37:54.279Z Downloaded slog-json v2.6.1
8592026-03-11T21:37:54.279Z Downloaded shlex v1.3.0
8602026-03-11T21:37:54.281Z Downloaded snafu-derive v0.8.9
8612026-03-11T21:37:54.282Z Downloaded structmeta-derive v0.3.0
8622026-03-11T21:37:54.285Z Downloaded signal-hook-registry v1.4.8
8632026-03-11T21:37:54.285Z Downloaded russh-keys v0.45.0
8642026-03-11T21:37:54.288Z Downloaded signal-hook-mio v0.2.5
8652026-03-11T21:37:54.288Z Downloaded sync-ptr v0.1.4
8662026-03-11T21:37:54.292Z Downloaded supports-color v3.0.2
8672026-03-11T21:37:54.292Z Downloaded smf v0.2.3
8682026-03-11T21:37:54.293Z Downloaded testing_table v0.3.0
8692026-03-11T21:37:54.296Z Downloaded simd-adler32 v0.3.8
8702026-03-11T21:37:54.296Z Downloaded expectorate v1.2.0
8712026-03-11T21:37:54.300Z Downloaded rayon-core v1.13.0
8722026-03-11T21:37:54.303Z Downloaded spki v0.7.3
8732026-03-11T21:37:54.303Z Downloaded tap v1.0.1
8742026-03-11T21:37:54.303Z Downloaded slab v0.4.12
8752026-03-11T21:37:54.306Z Downloaded termtree v0.5.1
8762026-03-11T21:37:54.306Z Downloaded stringprep v0.1.5
8772026-03-11T21:37:54.309Z Downloaded stacker v0.1.23
8782026-03-11T21:37:54.312Z Downloaded password-hash v0.5.0
8792026-03-11T21:37:54.312Z Downloaded polyval v0.6.2
8802026-03-11T21:37:54.315Z Downloaded nom v7.1.3
8812026-03-11T21:37:54.318Z Downloaded rcgen v0.12.1
8822026-03-11T21:37:54.321Z Downloaded time-core v0.1.8
8832026-03-11T21:37:54.321Z Downloaded static_assertions v1.1.0
8842026-03-11T21:37:54.324Z Downloaded smallvec v0.6.14
8852026-03-11T21:37:54.327Z Downloaded thread-id v5.1.0
8862026-03-11T21:37:54.327Z Downloaded thiserror-impl-no-std v2.0.2
8872026-03-11T21:37:54.327Z Downloaded quinn v0.11.9
8882026-03-11T21:37:54.330Z Downloaded ryu v1.0.23
8892026-03-11T21:37:54.334Z Downloaded schemars v0.8.22
8902026-03-11T21:37:54.342Z Downloaded tabwriter v1.4.1
8912026-03-11T21:37:54.345Z Downloaded strum_macros v0.26.4
8922026-03-11T21:37:54.348Z Downloaded strum_macros v0.24.3
8932026-03-11T21:37:54.348Z Downloaded string_cache v0.8.9
8942026-03-11T21:37:54.351Z Downloaded sqlformat v0.3.5
8952026-03-11T21:37:54.351Z Downloaded sct v0.7.1
8962026-03-11T21:37:54.354Z Downloaded ron v0.8.1
8972026-03-11T21:37:54.358Z Downloaded serde_with_macros v3.17.0
8982026-03-11T21:37:54.360Z Downloaded serde_derive_internals v0.29.1
8992026-03-11T21:37:54.364Z Downloaded serde_cbor v0.11.2
9002026-03-11T21:37:54.364Z Downloaded serde-hex v0.1.0
9012026-03-11T21:37:54.367Z Downloaded mio v1.1.1
9022026-03-11T21:37:54.370Z Downloaded termios v0.3.3
9032026-03-11T21:37:54.373Z Downloaded iddqd v0.3.17
9042026-03-11T21:37:54.377Z Downloaded strum_macros v0.27.2
9052026-03-11T21:37:54.380Z Downloaded aes-gcm v0.10.3
9062026-03-11T21:37:54.383Z Downloaded num-bigint v0.4.6
9072026-03-11T21:37:54.386Z Downloaded tower-service v0.3.3
9082026-03-11T21:37:54.390Z Downloaded tower-layer v0.3.3
9092026-03-11T21:37:54.390Z Downloaded similar v2.7.0
9102026-03-11T21:37:54.393Z Downloaded itertools v0.13.0
9112026-03-11T21:37:54.396Z Downloaded topological-sort v0.2.2
9122026-03-11T21:37:54.399Z Downloaded support-bundle-viewer v0.1.2
9132026-03-11T21:37:54.399Z Downloaded subtle v2.6.1
9142026-03-11T21:37:54.402Z Downloaded tinyvec_macros v0.1.1
9152026-03-11T21:37:54.402Z Downloaded thiserror-no-std v2.0.2
9162026-03-11T21:37:54.405Z Downloaded rustls-platform-verifier v0.6.2
9172026-03-11T21:37:54.409Z Downloaded try-lock v0.2.5
9182026-03-11T21:37:54.409Z Downloaded trait-variant v0.1.2
9192026-03-11T21:37:54.412Z Downloaded prefix-trie v0.7.0
9202026-03-11T21:37:54.412Z Downloaded slog-term v2.9.2
9212026-03-11T21:37:54.415Z Downloaded tokio-macros v2.6.0
9222026-03-11T21:37:54.418Z Downloaded futures-util v0.3.32
9232026-03-11T21:37:54.425Z Downloaded typify-macro v0.6.1
9242026-03-11T21:37:54.428Z Downloaded tokio-native-tls v0.3.1
9252026-03-11T21:37:54.428Z Downloaded tokio-rustls v0.25.0
9262026-03-11T21:37:54.431Z Downloaded rand v0.9.2
9272026-03-11T21:37:54.436Z Downloaded qorb v0.4.1
9282026-03-11T21:37:54.439Z Downloaded socket2 v0.5.10
9292026-03-11T21:37:54.439Z Downloaded tls_codec v0.4.2
9302026-03-11T21:37:54.439Z Downloaded thread_local v1.1.9
9312026-03-11T21:37:54.442Z Downloaded num-bigint-dig v0.8.6
9322026-03-11T21:37:54.445Z Downloaded tokio-tungstenite v0.23.1
9332026-03-11T21:37:54.445Z Downloaded typify-macro v0.4.3
9342026-03-11T21:37:54.448Z Downloaded tokio-tungstenite v0.21.0
9352026-03-11T21:37:54.448Z Downloaded serde_yaml v0.9.34+deprecated
9362026-03-11T21:37:54.451Z Downloaded usdt-macro v0.6.0
9372026-03-11T21:37:54.454Z Downloaded unit-prefix v0.5.2
9382026-03-11T21:37:54.454Z Downloaded h2 v0.4.13
9392026-03-11T21:37:54.457Z Downloaded usdt-attr-macro v0.6.0
9402026-03-11T21:37:54.460Z Downloaded toml_writer v1.0.6+spec-1.1.0
9412026-03-11T21:37:54.460Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9422026-03-11T21:37:54.463Z Downloaded publicsuffix v2.3.0
9432026-03-11T21:37:54.463Z Downloaded signal-hook v0.3.18
9442026-03-11T21:37:54.466Z Downloaded tokio-dtrace v0.1.1
9452026-03-11T21:37:54.466Z Downloaded samael v0.0.19
9462026-03-11T21:37:54.471Z Downloaded untrusted v0.9.0
9472026-03-11T21:37:54.474Z Downloaded want v0.3.1
9482026-03-11T21:37:54.474Z Downloaded waitgroup v0.1.2
9492026-03-11T21:37:54.477Z Downloaded untrusted v0.7.1
9502026-03-11T21:37:54.477Z Downloaded universal-hash v0.5.1
9512026-03-11T21:37:54.477Z Downloaded unicode-truncate v1.1.0
9522026-03-11T21:37:54.480Z Downloaded rustls-webpki v0.103.9
9532026-03-11T21:37:54.483Z Downloaded tui-tree-widget v0.23.1
9542026-03-11T21:37:54.483Z Downloaded subprocess v0.2.15
9552026-03-11T21:37:54.486Z Downloaded rand v0.8.5
9562026-03-11T21:37:54.489Z Downloaded itertools v0.14.0
9572026-03-11T21:37:54.492Z Downloaded utf-8 v0.7.6
9582026-03-11T21:37:54.495Z Downloaded tokio-rustls v0.24.1
9592026-03-11T21:37:54.495Z Downloaded snafu v0.8.9
9602026-03-11T21:37:54.499Z Downloaded term v0.7.0
9612026-03-11T21:37:54.502Z Downloaded term v1.2.1
9622026-03-11T21:37:54.505Z Downloaded itertools v0.12.1
9632026-03-11T21:37:54.508Z Downloaded xshell-macros v0.2.7
9642026-03-11T21:37:54.511Z Downloaded tokio-stream v0.1.18
9652026-03-11T21:37:54.514Z Downloaded wait-timeout v0.2.1
9662026-03-11T21:37:54.514Z Downloaded void v1.0.2
9672026-03-11T21:37:54.517Z Downloaded socket2 v0.6.2
9682026-03-11T21:37:54.517Z Downloaded spin v0.9.8
9692026-03-11T21:37:54.520Z Downloaded schemars v0.9.0
9702026-03-11T21:37:54.526Z Downloaded hashbrown v0.15.5
9712026-03-11T21:37:54.530Z Downloaded libxml v0.3.3
9722026-03-11T21:37:54.534Z Downloaded usdt v0.6.0
9732026-03-11T21:37:54.537Z Downloaded tls_codec_derive v0.4.2
9742026-03-11T21:37:54.537Z Downloaded tracing-attributes v0.1.31
9752026-03-11T21:37:54.540Z Downloaded tinyvec v1.10.0
9762026-03-11T21:37:54.541Z Downloaded unicase v2.9.0
9772026-03-11T21:37:54.543Z Downloaded xattr v1.6.1
9782026-03-11T21:37:54.543Z Downloaded zone_cfg_derive v0.3.1
9792026-03-11T21:37:54.546Z Downloaded uzers v0.12.2
9802026-03-11T21:37:54.547Z Downloaded unarray v0.1.4
9812026-03-11T21:37:54.547Z Downloaded tiny-keccak v2.0.2
9822026-03-11T21:37:54.550Z Downloaded time-macros v0.2.27
9832026-03-11T21:37:54.553Z Downloaded walkdir v2.5.0
9842026-03-11T21:37:54.553Z Downloaded rsa v0.9.10
9852026-03-11T21:37:54.557Z Downloaded aes v0.8.4
9862026-03-11T21:37:54.560Z Downloaded slog-stdlog v4.1.1
9872026-03-11T21:37:54.560Z Downloaded slog-dtrace v0.3.0
9882026-03-11T21:37:54.563Z Downloaded pkg-config v0.3.32
9892026-03-11T21:37:54.563Z Downloaded zeroize_derive v1.4.3
9902026-03-11T21:37:54.563Z Downloaded pin-project-lite v0.2.17
9912026-03-11T21:37:54.566Z Downloaded hickory-resolver v0.25.2
9922026-03-11T21:37:54.569Z Downloaded heapless v0.8.0
9932026-03-11T21:37:54.573Z Downloaded usdt-impl v0.6.0
9942026-03-11T21:37:54.576Z Downloaded unicode-properties v0.1.4
9952026-03-11T21:37:54.576Z Downloaded rand v0.10.0
9962026-03-11T21:37:54.579Z Downloaded wyz v0.5.1
9972026-03-11T21:37:54.579Z Downloaded whoami v2.1.0
9982026-03-11T21:37:54.582Z Downloaded derive_more v2.1.1
9992026-03-11T21:37:54.589Z Downloaded zeroize v1.8.2
10002026-03-11T21:37:54.592Z Downloaded xz2 v0.1.7
10012026-03-11T21:37:54.592Z Downloaded vergen-lib v0.1.6
10022026-03-11T21:37:54.595Z Downloaded vergen v9.0.6
10032026-03-11T21:37:54.595Z Downloaded tokio-rustls v0.26.4
10042026-03-11T21:37:54.598Z Downloaded twox-hash v2.1.2
10052026-03-11T21:37:54.598Z Downloaded steno v0.4.1
10062026-03-11T21:37:54.601Z Downloaded toml_parser v1.0.9+spec-1.1.0
10072026-03-11T21:37:54.604Z Downloaded vsss-rs v3.3.4
10082026-03-11T21:37:54.607Z Downloaded vergen-gitcl v1.0.8
10092026-03-11T21:37:54.608Z Downloaded zone v0.3.1
10102026-03-11T21:37:54.608Z Downloaded test-strategy v0.4.5
10112026-03-11T21:37:54.611Z Downloaded zstd v0.13.3
10122026-03-11T21:37:54.614Z Downloaded typify v0.6.1
10132026-03-11T21:37:54.617Z Downloaded whoami v1.6.1
10142026-03-11T21:37:54.617Z Downloaded slog v2.8.2
10152026-03-11T21:37:54.620Z Downloaded hyper v1.8.1
10162026-03-11T21:37:54.624Z Downloaded phf v0.13.1
10172026-03-11T21:37:54.627Z Downloaded phf v0.12.1
10182026-03-11T21:37:54.627Z Downloaded primeorder v0.13.6
10192026-03-11T21:37:54.631Z Downloaded xshell v0.2.7
10202026-03-11T21:37:54.631Z Downloaded rustyline v14.0.0
10212026-03-11T21:37:54.635Z Downloaded iri-string v0.7.10
10222026-03-11T21:37:54.638Z Downloaded rpassword v7.4.0
10232026-03-11T21:37:54.641Z Downloaded derive_more-impl v2.1.1
10242026-03-11T21:37:54.644Z Downloaded parse-display-derive v0.10.0
10252026-03-11T21:37:54.647Z Downloaded parking_lot_core v0.8.6
10262026-03-11T21:37:54.647Z Downloaded peg v0.8.5
10272026-03-11T21:37:54.651Z Downloaded password-hash v0.4.2
10282026-03-11T21:37:54.651Z Downloaded precomputed-hash v0.1.1
10292026-03-11T21:37:54.655Z Downloaded progenitor-client v0.10.0
10302026-03-11T21:37:54.655Z Downloaded litrs v1.0.0
10312026-03-11T21:37:54.655Z Downloaded uuid v1.21.0
10322026-03-11T21:37:54.658Z Downloaded toml_edit v0.23.10+spec-1.0.0
10332026-03-11T21:37:54.662Z Downloaded toml v0.9.12+spec-1.1.0
10342026-03-11T21:37:54.665Z Downloaded vergen-git2 v1.0.7
10352026-03-11T21:37:54.665Z Downloaded tar v0.4.44
10362026-03-11T21:37:54.668Z Downloaded toml v0.7.8
10372026-03-11T21:37:54.671Z Downloaded bumpalo v3.20.2
10382026-03-11T21:37:54.674Z Downloaded packed_struct v0.10.1
10392026-03-11T21:37:54.674Z Downloaded oxnet v0.1.4
10402026-03-11T21:37:54.674Z Downloaded zstd-safe v7.2.4
10412026-03-11T21:37:54.676Z Downloaded allocator-api2 v0.2.21
10422026-03-11T21:37:54.680Z Downloaded num_enum_derive v0.7.5
10432026-03-11T21:37:54.680Z Downloaded num-iter v0.1.45
10442026-03-11T21:37:54.680Z Downloaded num-integer v0.1.46
10452026-03-11T21:37:54.683Z Downloaded memmap2 v0.9.10
10462026-03-11T21:37:54.683Z Downloaded crossterm v0.29.0
10472026-03-11T21:37:54.686Z Downloaded tungstenite v0.23.0
10482026-03-11T21:37:54.690Z Downloaded tracing-core v0.1.36
10492026-03-11T21:37:54.693Z Downloaded tokio-postgres v0.7.16
10502026-03-11T21:37:54.696Z Downloaded unicode-bidi v0.3.18
10512026-03-11T21:37:54.698Z Downloaded ignore v0.4.25
10522026-03-11T21:37:54.701Z Downloaded phf_shared v0.11.3
10532026-03-11T21:37:54.701Z Downloaded parse-size v1.1.0
10542026-03-11T21:37:54.701Z Downloaded path-slash v0.1.5
10552026-03-11T21:37:54.704Z Downloaded ingot-macros v0.1.1
10562026-03-11T21:37:54.704Z Downloaded ingot v0.1.1
10572026-03-11T21:37:54.704Z Downloaded num_enum_derive v0.5.11
10582026-03-11T21:37:54.708Z Downloaded russh v0.45.0
10592026-03-11T21:37:54.711Z Downloaded num-conv v0.2.0
10602026-03-11T21:37:54.711Z Downloaded md5 v0.7.0
10612026-03-11T21:37:54.711Z Downloaded half v1.8.3
10622026-03-11T21:37:54.714Z Downloaded zerocopy v0.6.6
10632026-03-11T21:37:54.714Z Downloaded yasna v0.5.2
10642026-03-11T21:37:54.716Z Downloaded regex v1.12.3
10652026-03-11T21:37:54.720Z Downloaded linear-map v1.2.0
10662026-03-11T21:37:54.723Z Downloaded libsw v3.5.0
10672026-03-11T21:37:54.723Z Downloaded highway v1.3.0
10682026-03-11T21:37:54.725Z Downloaded futures v0.3.32
10692026-03-11T21:37:54.728Z Downloaded zopfli v0.8.3
10702026-03-11T21:37:54.731Z Downloaded cookie_store v0.22.1
10712026-03-11T21:37:54.731Z Downloaded bit-vec v0.6.3
10722026-03-11T21:37:54.735Z Downloaded const-oid v0.9.6
10732026-03-11T21:37:54.735Z Downloaded normalize-line-endings v0.3.0
10742026-03-11T21:37:54.739Z Downloaded libloading v0.8.9
10752026-03-11T21:37:54.739Z Downloaded fatfs v0.3.6
10762026-03-11T21:37:54.742Z Downloaded blake3 v1.8.3
10772026-03-11T21:37:54.745Z Downloaded libm v0.2.16
10782026-03-11T21:37:54.752Z Downloaded vte v0.14.1
10792026-03-11T21:37:54.755Z Downloaded tungstenite v0.21.0
10802026-03-11T21:37:54.758Z Downloaded aho-corasick v1.1.4
10812026-03-11T21:37:54.762Z Downloaded unicode_categories v0.1.1
10822026-03-11T21:37:54.765Z Downloaded toml_edit v0.19.15
10832026-03-11T21:37:54.775Z Downloaded typify v0.4.3
10842026-03-11T21:37:54.780Z Downloaded ron v0.12.0
10852026-03-11T21:37:54.784Z Downloaded zip v0.6.6
10862026-03-11T21:37:54.787Z Downloaded unsafe-libyaml v0.2.11
10872026-03-11T21:37:54.791Z Downloaded p521 v0.13.3
10882026-03-11T21:37:54.794Z Downloaded quick-xml v0.37.5
10892026-03-11T21:37:54.797Z Downloaded hkdf v0.12.4
10902026-03-11T21:37:54.799Z Downloaded schemars v1.2.1
10912026-03-11T21:37:54.809Z Downloaded moka v0.12.13
10922026-03-11T21:37:54.816Z Downloaded tower v0.5.3
10932026-03-11T21:37:54.822Z Downloaded dropshot_endpoint v0.16.7
10942026-03-11T21:37:54.825Z Downloaded reedline v0.40.0
10952026-03-11T21:37:54.830Z Downloaded typed-path v0.9.3
10962026-03-11T21:37:54.835Z Downloaded salty v0.3.0
10972026-03-11T21:37:54.840Z Downloaded ingot-types v0.1.2
10982026-03-11T21:37:54.843Z Downloaded crc-any v2.5.0
10992026-03-11T21:37:54.843Z Downloaded async-stream v0.3.6
11002026-03-11T21:37:54.847Z Downloaded console v0.16.2
11012026-03-11T21:37:54.847Z Downloaded rayon v1.11.0
11022026-03-11T21:37:54.852Z Downloaded zerocopy-derive v0.8.40
11032026-03-11T21:37:54.859Z Downloaded colored v3.1.1
11042026-03-11T21:37:54.862Z Downloaded indoc v2.0.7
11052026-03-11T21:37:54.865Z Downloaded humantime v2.3.0
11062026-03-11T21:37:54.865Z Downloaded async-bb8-diesel v0.2.1
11072026-03-11T21:37:54.868Z Downloaded newtype-uuid-macros v0.1.0
11082026-03-11T21:37:54.868Z Downloaded jobserver v0.1.34
11092026-03-11T21:37:54.871Z Downloaded hickory-client v0.25.2
11102026-03-11T21:37:54.871Z Downloaded ssh-key v0.6.7
11112026-03-11T21:37:54.874Z Downloaded proptest v1.10.0
11122026-03-11T21:37:54.881Z Downloaded yansi v1.0.1
11132026-03-11T21:37:54.884Z Downloaded unicode-segmentation v1.12.0
11142026-03-11T21:37:54.889Z Downloaded aws-lc-rs v1.16.0
11152026-03-11T21:37:54.893Z Downloaded unicode-normalization v0.1.25
11162026-03-11T21:37:54.896Z Downloaded zip v4.6.1
11172026-03-11T21:37:54.899Z Downloaded object v0.30.4
11182026-03-11T21:37:54.905Z Downloaded tower-http v0.6.8
11192026-03-11T21:37:54.912Z Downloaded x509-cert v0.2.5
11202026-03-11T21:37:54.916Z Downloaded bitvec v1.0.1
11212026-03-11T21:37:54.928Z Downloaded curve25519-dalek v4.1.3
11222026-03-11T21:37:54.934Z Downloaded rustls-webpki v0.101.7
11232026-03-11T21:37:54.945Z Downloaded quinn-proto v0.11.13
11242026-03-11T21:37:54.950Z Downloaded portable-atomic v1.13.1
11252026-03-11T21:37:54.956Z Downloaded lalrpop v0.19.12
11262026-03-11T21:37:54.963Z Downloaded chrono v0.4.44
11272026-03-11T21:37:54.969Z Downloaded winnow v0.5.40
11282026-03-11T21:37:54.975Z Downloaded dropshot v0.16.7
11292026-03-11T21:37:54.992Z Downloaded serde_with v3.17.0
11302026-03-11T21:37:55.000Z Downloaded reqwest v0.12.28
11312026-03-11T21:37:55.005Z Downloaded winnow v0.6.26
11322026-03-11T21:37:55.012Z Downloaded rustls-webpki v0.102.8
11332026-03-11T21:37:55.026Z Downloaded tough v0.20.0
11342026-03-11T21:37:55.032Z Downloaded petname v2.0.2
11352026-03-11T21:37:55.035Z Downloaded git2 v0.20.4
11362026-03-11T21:37:55.042Z Downloaded nix v0.29.0
11372026-03-11T21:37:55.051Z Downloaded tabled v0.20.0
11382026-03-11T21:37:55.063Z Downloaded diesel v2.2.12
11392026-03-11T21:37:55.077Z Downloaded zlib-rs v0.6.2
11402026-03-11T21:37:55.081Z Downloaded nix v0.27.1
11412026-03-11T21:37:55.089Z Downloaded smoltcp v0.9.1
11422026-03-11T21:37:55.097Z Downloaded vcpkg v0.2.15
11432026-03-11T21:37:55.127Z Downloaded openssl v0.10.75
11442026-03-11T21:37:55.134Z Downloaded nix v0.30.1
11452026-03-11T21:37:55.143Z Downloaded rustls v0.21.12
11462026-03-11T21:37:55.151Z Downloaded time v0.3.47
11472026-03-11T21:37:55.159Z Downloaded bstr v1.12.1
11482026-03-11T21:37:55.166Z Downloaded rustls v0.22.4
11492026-03-11T21:37:55.175Z Downloaded object v0.37.3
11502026-03-11T21:37:55.184Z Downloaded smoltcp v0.11.0
11512026-03-11T21:37:55.192Z Downloaded nix v0.28.0
11522026-03-11T21:37:55.200Z Downloaded webpki-roots v1.0.6
11532026-03-11T21:37:55.204Z Downloaded rustix v0.38.44
11542026-03-11T21:37:55.220Z Downloaded hickory-proto v0.24.4
11552026-03-11T21:37:55.230Z Downloaded openapiv3 v2.2.0
11562026-03-11T21:37:55.239Z Downloaded zerocopy v0.8.40
11572026-03-11T21:37:55.246Z Downloaded regress v0.10.5
11582026-03-11T21:37:55.253Z Downloaded rustls v0.23.37
11592026-03-11T21:37:55.262Z Downloaded nix v0.31.1
11602026-03-11T21:37:55.272Z Downloaded sqlparser v0.61.0
11612026-03-11T21:37:55.279Z Downloaded hickory-proto v0.25.2
11622026-03-11T21:37:55.290Z Downloaded regex-syntax v0.8.10
11632026-03-11T21:37:55.296Z Downloaded polar-core v0.27.3
11642026-03-11T21:37:55.303Z Downloaded regex-syntax v0.6.29
11652026-03-11T21:37:55.308Z Downloaded radix_trie v0.2.1
11662026-03-11T21:37:55.312Z Downloaded tokio-util v0.7.18
11672026-03-11T21:37:55.317Z Downloaded tracing v0.1.44
11682026-03-11T21:37:55.334Z Downloaded typify-impl v0.6.1
11692026-03-11T21:37:55.345Z Downloaded reqwest v0.13.2
11702026-03-11T21:37:55.349Z Downloaded typify-impl v0.4.3
11712026-03-11T21:37:55.360Z Downloaded p384 v0.13.1
11722026-03-11T21:37:55.364Z Downloaded sled v0.34.7
11732026-03-11T21:37:55.372Z Downloaded regex-automata v0.4.14
11742026-03-11T21:37:55.383Z Downloaded zerocopy-derive v0.6.6
11752026-03-11T21:37:55.391Z Downloaded ratatui v0.29.0
11762026-03-11T21:37:55.405Z Downloaded petgraph v0.6.5
11772026-03-11T21:37:55.419Z Downloaded lzma-sys v0.1.20
11782026-03-11T21:37:55.440Z Downloaded jiff v0.2.21
11792026-03-11T21:37:55.454Z Downloaded bzip2-sys v0.1.13+1.0.8
11802026-03-11T21:37:55.462Z Downloaded chrono-tz v0.10.4
11812026-03-11T21:37:55.476Z Downloaded goblin v0.10.5
11822026-03-11T21:37:55.481Z Downloaded bindgen v0.71.1
11832026-03-11T21:37:55.487Z Downloaded fs-err v2.11.0
11842026-03-11T21:37:55.490Z Downloaded libscf-sys v1.1.0
11852026-03-11T21:37:55.490Z Downloaded http-body-util v0.1.3
11862026-03-11T21:37:55.490Z Downloaded maplit v1.0.2
11872026-03-11T21:37:55.493Z Downloaded ipnetwork v0.21.1
11882026-03-11T21:37:55.493Z Downloaded ipnet v2.11.0
11892026-03-11T21:37:55.493Z Downloaded backoff v0.4.0
11902026-03-11T21:37:55.496Z Downloaded csv v1.4.0
11912026-03-11T21:37:55.510Z Downloaded async-trait v0.1.89
11922026-03-11T21:37:55.513Z Downloaded managed v0.8.0
11932026-03-11T21:37:55.513Z Downloaded impl-trait-for-tuples v0.2.3
11942026-03-11T21:37:55.516Z Downloaded blowfish v0.9.1
11952026-03-11T21:37:55.516Z Downloaded bitfield v0.19.4
11962026-03-11T21:37:55.520Z Downloaded keccak v0.1.6
11972026-03-11T21:37:55.520Z Downloaded hyper-staticfile v0.10.1
11982026-03-11T21:37:55.520Z Downloaded darling_core v0.21.3
11992026-03-11T21:37:55.523Z Downloaded lazy_static v1.5.0
12002026-03-11T21:37:55.523Z Downloaded cassowary v0.3.0
12012026-03-11T21:37:55.527Z Downloaded bcs v0.1.6
12022026-03-11T21:37:55.527Z Downloaded ed25519 v2.2.3
12032026-03-11T21:37:55.527Z Downloaded diff v0.1.13
12042026-03-11T21:37:55.530Z Downloaded ciborium v0.2.2
12052026-03-11T21:37:55.533Z Downloaded is-terminal v0.4.17
12062026-03-11T21:37:55.533Z Downloaded derive_more v0.99.20
12072026-03-11T21:37:55.536Z Downloaded crossbeam-epoch v0.9.18
12082026-03-11T21:37:55.539Z Downloaded glob v0.3.3
12092026-03-11T21:37:55.539Z Downloaded git-stub-vcs v0.1.0
12102026-03-11T21:37:55.539Z Downloaded futures-executor v0.3.32
12112026-03-11T21:37:55.542Z Downloaded crypto-bigint v0.5.5
12122026-03-11T21:37:55.545Z Downloaded cmake v0.1.57
12132026-03-11T21:37:55.545Z Downloaded arc-swap v1.8.2
12142026-03-11T21:37:55.549Z Downloaded httpdate v1.0.3
12152026-03-11T21:37:55.549Z Downloaded drift v0.1.3
12162026-03-11T21:37:55.552Z Downloaded petgraph v0.8.3
12172026-03-11T21:37:55.568Z Downloaded libz-sys v1.1.24
12182026-03-11T21:37:55.584Z Downloaded base16ct v0.2.0
12192026-03-11T21:37:55.587Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12202026-03-11T21:37:55.599Z Downloaded sha3 v0.10.8
12212026-03-11T21:37:55.603Z Downloaded der v0.7.10
12222026-03-11T21:37:55.606Z Downloaded const_format_proc_macros v0.2.34
12232026-03-11T21:37:55.610Z Downloaded cancel-safe-futures v0.1.5
12242026-03-11T21:37:55.610Z Downloaded camino-tempfile-ext v0.3.3
12252026-03-11T21:37:55.613Z Downloaded bitflags v1.3.2
12262026-03-11T21:37:55.613Z Downloaded tokio v1.49.0
12272026-03-11T21:37:55.641Z Downloaded bb8 v0.8.6
12282026-03-11T21:37:55.644Z Downloaded http-body v1.0.1
12292026-03-11T21:37:55.644Z Downloaded hostname v0.4.2
12302026-03-11T21:37:55.644Z Downloaded hostname v0.3.1
12312026-03-11T21:37:55.648Z Downloaded home v0.5.12
12322026-03-11T21:37:55.648Z Downloaded hex-literal v0.4.1
12332026-03-11T21:37:55.648Z Downloaded hex v0.4.3
12342026-03-11T21:37:55.648Z Downloaded dof v0.4.0
12352026-03-11T21:37:55.648Z Downloaded cargo-platform v0.1.9
12362026-03-11T21:37:55.651Z Downloaded find-msvc-tools v0.1.9
12372026-03-11T21:37:55.651Z Downloaded ena v0.14.4
12382026-03-11T21:37:55.651Z Downloaded der_derive v0.7.3
12392026-03-11T21:37:55.654Z Downloaded fallible-iterator v0.2.0
12402026-03-11T21:37:55.654Z Downloaded env_logger v0.11.9
12412026-03-11T21:37:55.654Z Downloaded encoding_rs v0.8.35
12422026-03-11T21:37:55.670Z Downloaded ecdsa v0.16.9
12432026-03-11T21:37:55.674Z Downloaded crossbeam-channel v0.5.15
12442026-03-11T21:37:55.677Z Downloaded flume v0.11.1
12452026-03-11T21:37:55.677Z Downloaded csv-core v0.1.13
12462026-03-11T21:37:55.680Z Downloaded arrayvec v0.7.6
12472026-03-11T21:37:55.680Z Downloaded arrayref v0.3.9
12482026-03-11T21:37:55.680Z Downloaded buf-list v1.1.2
12492026-03-11T21:37:55.683Z Downloaded gethostname v0.5.0
12502026-03-11T21:37:55.683Z Downloaded corncobs v0.1.4
12512026-03-11T21:37:55.688Z Downloaded cipher v0.4.4
12522026-03-11T21:37:55.688Z Downloaded atomic-waker v1.1.2
12532026-03-11T21:37:55.688Z Downloaded ar_archive_writer v0.5.1
12542026-03-11T21:37:55.688Z Downloaded futures-macro v0.3.32
12552026-03-11T21:37:55.689Z Downloaded funty v2.0.0
12562026-03-11T21:37:55.692Z Downloaded blake2 v0.10.6
12572026-03-11T21:37:55.692Z Downloaded foreign-types v0.3.2
12582026-03-11T21:37:55.692Z Downloaded enum-as-inner v0.6.1
12592026-03-11T21:37:55.695Z Downloaded embedded-io v0.6.1
12602026-03-11T21:37:55.695Z Downloaded dropshot-api-manager-types v0.5.2
12612026-03-11T21:37:55.695Z Downloaded difflib v0.4.0
12622026-03-11T21:37:55.695Z Downloaded cstr-argument v0.1.2
12632026-03-11T21:37:55.695Z Downloaded base64 v0.22.1
12642026-03-11T21:37:55.698Z Downloaded foreign-types v0.5.0
12652026-03-11T21:37:55.698Z Downloaded float-cmp v0.10.0
12662026-03-11T21:37:55.698Z Downloaded display-error-chain v0.2.2
12672026-03-11T21:37:55.702Z Downloaded crucible-workspace-hack v0.1.0
12682026-03-11T21:37:55.702Z Downloaded crc v3.4.0
12692026-03-11T21:37:55.702Z Downloaded cpufeatures v0.3.0
12702026-03-11T21:37:55.702Z Downloaded cobs v0.3.0
12712026-03-11T21:37:55.706Z Downloaded castaway v0.2.4
12722026-03-11T21:37:55.706Z Downloaded atomicwrites v0.4.4
12732026-03-11T21:37:55.706Z Downloaded ring v0.17.14
12742026-03-11T21:37:55.735Z Downloaded async-recursion v1.1.1
12752026-03-11T21:37:55.738Z Downloaded clang-sys v1.8.1
12762026-03-11T21:37:55.741Z Downloaded dunce v1.0.5
12772026-03-11T21:37:55.741Z Downloaded daft-derive v0.1.5
12782026-03-11T21:37:55.745Z Downloaded console v0.15.11
12792026-03-11T21:37:55.745Z Downloaded cfg_aliases v0.2.1
12802026-03-11T21:37:55.748Z Downloaded bzip2 v0.6.1
12812026-03-11T21:37:55.748Z Downloaded bcrypt-pbkdf v0.10.0
12822026-03-11T21:37:55.748Z Downloaded async-stream-impl v0.3.6
12832026-03-11T21:37:55.748Z Downloaded endian-type v0.1.2
12842026-03-11T21:37:55.748Z Downloaded defmt-parser v1.0.0
12852026-03-11T21:37:55.751Z Downloaded array-init v0.0.4
12862026-03-11T21:37:55.751Z Downloaded dtrace-parser v0.3.0
12872026-03-11T21:37:55.751Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-03-11T21:37:55.791Z Downloaded document-features v0.2.12
12892026-03-11T21:37:55.795Z Downloaded diesel_table_macro_syntax v0.2.0
12902026-03-11T21:37:55.795Z Downloaded debug-ignore v1.0.5
12912026-03-11T21:37:55.795Z Downloaded block-padding v0.3.3
12922026-03-11T21:37:55.795Z Downloaded assert_matches v1.5.0
12932026-03-11T21:37:55.798Z Downloaded derive_builder_macro v0.20.2
12942026-03-11T21:37:55.798Z Downloaded darling_macro v0.20.11
12952026-03-11T21:37:55.798Z Downloaded chacha20 v0.9.1
12962026-03-11T21:37:55.798Z Downloaded darling_macro v0.21.3
12972026-03-11T21:37:55.798Z Downloaded crc-catalog v2.4.0
12982026-03-11T21:37:55.798Z Downloaded cexpr v0.6.0
12992026-03-11T21:37:55.826Z Downloaded bitfield-macros v0.19.4
13002026-03-11T21:37:55.827Z Downloaded ascii-canvas v3.0.0
13012026-03-11T21:37:55.827Z Downloaded foreign-types-macros v0.2.3
13022026-03-11T21:37:55.827Z Downloaded env_filter v1.0.0
13032026-03-11T21:37:55.827Z Downloaded ciborium-io v0.2.2
13042026-03-11T21:37:55.827Z Downloaded cfg_aliases v0.1.1
13052026-03-11T21:37:55.827Z Downloaded darling v0.21.3
13062026-03-11T21:37:55.827Z Downloaded colored v2.2.0
13072026-03-11T21:37:55.827Z Downloaded chacha20 v0.10.0
13082026-03-11T21:37:55.827Z Downloaded bit-set v0.8.0
13092026-03-11T21:37:55.827Z Downloaded curve25519-dalek-derive v0.1.1
13102026-03-11T21:37:55.827Z Downloaded crossbeam-deque v0.8.6
13112026-03-11T21:37:55.827Z Downloaded defmt-macros v1.0.1
13122026-03-11T21:37:55.827Z Downloaded defmt v0.3.100
13132026-03-11T21:37:55.827Z Downloaded darling_core v0.23.0
13142026-03-11T21:37:55.827Z Downloaded crc8 v0.1.1
13152026-03-11T21:37:55.827Z Downloaded crossbeam-utils v0.8.21
13162026-03-11T21:37:55.827Z Downloaded base16ct v1.0.0
13172026-03-11T21:37:55.827Z Downloaded ahash v0.8.12
13182026-03-11T21:37:55.827Z Downloaded aead v0.5.2
13192026-03-11T21:37:56.386Z Downloaded aws-lc-sys v0.37.1
13202026-03-11T21:37:56.688Z Compiling libc v0.2.180
13212026-03-11T21:37:56.691Z Compiling serde v1.0.228
13222026-03-11T21:37:56.691Z Compiling log v0.4.29
13232026-03-11T21:37:56.691Z Compiling shlex v1.3.0
13242026-03-11T21:37:56.691Z Compiling find-msvc-tools v0.1.9
13252026-03-11T21:37:56.844Z Compiling smallvec v1.15.1
13262026-03-11T21:37:56.859Z Compiling syn v2.0.117
13272026-03-11T21:37:56.862Z Compiling typenum v1.19.0
13282026-03-11T21:37:57.089Z Compiling generic-array v0.14.7
13292026-03-11T21:37:57.124Z Compiling subtle v2.6.1
13302026-03-11T21:37:57.154Z Compiling scopeguard v1.2.0
13312026-03-11T21:37:57.278Z Compiling lock_api v0.4.14
13322026-03-11T21:37:57.296Z Compiling portable-atomic v1.13.1
13332026-03-11T21:37:57.299Z Compiling const-oid v0.9.6
13342026-03-11T21:37:57.367Z Compiling critical-section v1.2.0
13352026-03-11T21:37:57.436Z Compiling zerocopy v0.8.40
13362026-03-11T21:37:57.506Z Compiling serde_json v1.0.149
13372026-03-11T21:37:57.562Z Compiling parking_lot_core v0.9.12
13382026-03-11T21:37:57.762Z Compiling pin-project-lite v0.2.17
13392026-03-11T21:37:57.929Z Compiling pkg-config v0.3.32
13402026-03-11T21:37:58.017Z Compiling libm v0.2.16
13412026-03-11T21:37:58.252Z Compiling getrandom v0.2.17
13422026-03-11T21:37:58.298Z Compiling jobserver v0.1.34
13432026-03-11T21:37:58.430Z Compiling rand_core v0.6.4
13442026-03-11T21:37:58.540Z Compiling errno v0.3.14
13452026-03-11T21:37:58.735Z Compiling cc v1.2.56
13462026-03-11T21:37:58.798Z Compiling once_cell v1.21.3
13472026-03-11T21:37:58.816Z Compiling signal-hook-registry v1.4.8
13482026-03-11T21:37:58.847Z Compiling parking_lot v0.12.5
13492026-03-11T21:37:58.851Z Compiling mio v1.1.1
13502026-03-11T21:37:58.959Z Compiling num-traits v0.2.19
13512026-03-11T21:37:59.062Z Compiling bitflags v2.11.0
13522026-03-11T21:37:59.172Z Compiling futures-core v0.3.32
13532026-03-11T21:37:59.363Z Compiling socket2 v0.6.2
13542026-03-11T21:37:59.367Z Compiling percent-encoding v2.3.2
13552026-03-11T21:37:59.411Z Compiling allocator-api2 v0.2.21
13562026-03-11T21:37:59.539Z Compiling foldhash v0.2.0
13572026-03-11T21:37:59.631Z Compiling futures-sink v0.3.32
13582026-03-11T21:37:59.649Z Compiling cpufeatures v0.2.17
13592026-03-11T21:37:59.745Z Compiling futures-task v0.3.32
13602026-03-11T21:37:59.769Z Compiling futures-channel v0.3.32
13612026-03-11T21:37:59.821Z Compiling hashbrown v0.16.1
13622026-03-11T21:37:59.861Z Compiling getrandom v0.4.1
13632026-03-11T21:37:59.932Z Compiling slab v0.4.12
13642026-03-11T21:37:59.961Z Compiling futures-io v0.3.32
13652026-03-11T21:38:00.066Z Compiling rand_core v0.10.0
13662026-03-11T21:38:00.164Z Compiling getrandom v0.3.4
13672026-03-11T21:38:00.167Z Compiling rustversion v1.0.22
13682026-03-11T21:38:00.293Z Compiling cmake v0.1.57
13692026-03-11T21:38:00.658Z Compiling indexmap v2.13.0
13702026-03-11T21:38:00.838Z Compiling form_urlencoded v1.2.2
13712026-03-11T21:38:00.976Z Compiling dunce v1.0.5
13722026-03-11T21:38:01.022Z Compiling base64ct v1.8.3
13732026-03-11T21:38:01.063Z Compiling ident_case v1.0.1
13742026-03-11T21:38:01.101Z Compiling fs_extra v1.3.0
13752026-03-11T21:38:01.214Z Compiling synstructure v0.13.2
13762026-03-11T21:38:01.356Z Compiling pem-rfc7468 v0.7.0
13772026-03-11T21:38:01.414Z Compiling flagset v0.4.7
13782026-03-11T21:38:01.450Z Compiling aws-lc-sys v0.37.1
13792026-03-11T21:38:01.550Z Compiling rand_core v0.9.5
13802026-03-11T21:38:01.570Z Compiling rustix v1.1.3
13812026-03-11T21:38:01.589Z Compiling iana-time-zone v0.1.65
13822026-03-11T21:38:01.623Z Compiling ring v0.17.14
13832026-03-11T21:38:01.773Z Compiling uuid v1.21.0
13842026-03-11T21:38:01.855Z Compiling rustc_version v0.4.1
13852026-03-11T21:38:01.921Z Compiling vcpkg v0.2.15
13862026-03-11T21:38:02.050Z Compiling aws-lc-rs v1.16.0
13872026-03-11T21:38:02.289Z Compiling regex-syntax v0.8.10
13882026-03-11T21:38:02.454Z Compiling tracing-core v0.1.36
13892026-03-11T21:38:02.690Z Compiling crossbeam-utils v0.8.21
13902026-03-11T21:38:02.930Z Compiling openssl-sys v0.9.111
13912026-03-11T21:38:03.130Z Compiling pest_generator v2.8.6
13922026-03-11T21:38:03.215Z Compiling serde_derive_internals v0.29.1
13932026-03-11T21:38:03.748Z Compiling schemars v0.8.22
13942026-03-11T21:38:03.857Z Compiling serde_derive v1.0.228
13952026-03-11T21:38:04.006Z Compiling zeroize_derive v1.4.3
13962026-03-11T21:38:04.024Z Compiling zerofrom-derive v0.1.6
13972026-03-11T21:38:04.086Z Compiling yoke-derive v0.8.1
13982026-03-11T21:38:04.475Z Compiling zerocopy-derive v0.8.40
13992026-03-11T21:38:04.862Z Compiling zeroize v1.8.2
14002026-03-11T21:38:05.589Z Compiling zerovec-derive v0.11.2
14012026-03-11T21:38:05.664Z Compiling displaydoc v0.2.5
14022026-03-11T21:38:05.916Z Compiling crypto-common v0.1.7
14032026-03-11T21:38:05.935Z Compiling zerofrom v0.1.6
14042026-03-11T21:38:06.089Z Compiling yoke v0.8.1
14052026-03-11T21:38:06.092Z Compiling block-buffer v0.10.4
14062026-03-11T21:38:06.307Z Compiling digest v0.10.7
14072026-03-11T21:38:06.325Z Compiling tokio-macros v2.6.0
14082026-03-11T21:38:06.523Z Compiling futures-macro v0.3.32
14092026-03-11T21:38:06.624Z Compiling hmac v0.12.1
14102026-03-11T21:38:06.642Z Compiling zerotrie v0.2.3
14112026-03-11T21:38:06.815Z Compiling block-padding v0.3.3
14122026-03-11T21:38:07.016Z Compiling inout v0.1.4
14132026-03-11T21:38:07.034Z Compiling sha2 v0.10.9
14142026-03-11T21:38:07.069Z Compiling zerovec v0.11.5
14152026-03-11T21:38:07.232Z Compiling cipher v0.4.4
14162026-03-11T21:38:07.295Z Compiling der_derive v0.7.3
14172026-03-11T21:38:07.587Z Compiling salsa20 v0.10.2
14182026-03-11T21:38:07.610Z Compiling futures-util v0.3.32
14192026-03-11T21:38:07.744Z Compiling tinystr v0.8.2
14202026-03-11T21:38:07.764Z Compiling potential_utf v0.1.4
14212026-03-11T21:38:07.957Z Compiling icu_locale_core v2.1.1
14222026-03-11T21:38:07.976Z Compiling icu_collections v2.1.1
14232026-03-11T21:38:08.618Z Compiling bytes v1.11.1
14242026-03-11T21:38:08.622Z Compiling der v0.7.10
14252026-03-11T21:38:08.622Z Compiling chrono v0.4.44
14262026-03-11T21:38:08.896Z Compiling icu_provider v2.1.1
14272026-03-11T21:38:09.234Z Compiling icu_normalizer v2.1.1
14282026-03-11T21:38:09.276Z Compiling tokio v1.49.0
14292026-03-11T21:38:09.461Z Compiling icu_properties v2.1.2
14302026-03-11T21:38:09.941Z Compiling spki v0.7.3
14312026-03-11T21:38:10.192Z Compiling http v1.4.0
14322026-03-11T21:38:10.295Z Compiling pbkdf2 v0.12.2
14332026-03-11T21:38:10.433Z Compiling thiserror-impl v2.0.18
14342026-03-11T21:38:10.538Z Compiling scrypt v0.11.0
14352026-03-11T21:38:10.710Z Compiling idna_adapter v1.2.1
14362026-03-11T21:38:10.852Z Compiling ppv-lite86 v0.2.21
14372026-03-11T21:38:10.879Z Compiling idna v1.1.0
14382026-03-11T21:38:10.982Z Compiling aes v0.8.4
14392026-03-11T21:38:11.031Z Compiling cbc v0.1.2
14402026-03-11T21:38:11.211Z Compiling rustls-pki-types v1.14.0
14412026-03-11T21:38:11.292Z Compiling url v2.5.8
14422026-03-11T21:38:11.394Z Compiling rand_chacha v0.9.0
14432026-03-11T21:38:11.743Z Compiling tracing-attributes v0.1.31
14442026-03-11T21:38:11.800Z Compiling rand v0.9.2
14452026-03-11T21:38:12.218Z Compiling thiserror v2.0.18
14462026-03-11T21:38:12.290Z Compiling pkcs5 v0.7.1
14472026-03-11T21:38:12.346Z Compiling http-body v1.0.1
14482026-03-11T21:38:12.365Z Compiling base64 v0.22.1
14492026-03-11T21:38:12.384Z Compiling untrusted v0.9.0
14502026-03-11T21:38:12.526Z Compiling httparse v1.10.1
14512026-03-11T21:38:12.543Z Compiling openssl-probe v0.2.1
14522026-03-11T21:38:12.756Z Compiling untrusted v0.7.1
14532026-03-11T21:38:12.775Z Compiling syn v1.0.109
14542026-03-11T21:38:12.835Z Compiling pkcs8 v0.10.2
14552026-03-11T21:38:12.927Z Compiling schemars_derive v0.8.22
14562026-03-11T21:38:13.027Z Compiling pest_derive v2.8.6
14572026-03-11T21:38:13.273Z Compiling scroll_derive v0.13.1
14582026-03-11T21:38:13.575Z Compiling tracing v0.1.44
14592026-03-11T21:38:13.637Z Compiling darling_core v0.20.11
14602026-03-11T21:38:13.921Z Compiling rustls v0.23.37
14612026-03-11T21:38:13.940Z Compiling tinyvec_macros v0.1.1
14622026-03-11T21:38:14.026Z Compiling tower-service v0.3.3
14632026-03-11T21:38:14.142Z Compiling dyn-clone v1.0.20
14642026-03-11T21:38:14.160Z Compiling tower-layer v0.3.3
14652026-03-11T21:38:14.318Z Compiling tokio-util v0.7.18
14662026-03-11T21:38:14.363Z Compiling try-lock v0.2.5
14672026-03-11T21:38:14.382Z Compiling atomic-waker v1.1.2
14682026-03-11T21:38:14.493Z Compiling want v0.3.1
14692026-03-11T21:38:14.530Z Compiling scroll v0.13.0
14702026-03-11T21:38:14.694Z Compiling tinyvec v1.10.0
14712026-03-11T21:38:15.366Z Compiling h2 v0.4.13
14722026-03-11T21:38:15.545Z Compiling ipnet v2.11.0
14732026-03-11T21:38:15.702Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-03-11T21:38:16.226Z Compiling spin v0.9.8
14752026-03-11T21:38:16.242Z Compiling aho-corasick v1.1.4
14762026-03-11T21:38:16.482Z Compiling foreign-types-shared v0.1.1
14772026-03-11T21:38:16.492Z Compiling openssl v0.10.75
14782026-03-11T21:38:16.581Z Compiling httpdate v1.0.3
14792026-03-11T21:38:16.813Z Compiling crc32fast v1.5.0
14802026-03-11T21:38:16.871Z Compiling num-conv v0.2.0
14812026-03-11T21:38:16.893Z Compiling darling_macro v0.20.11
14822026-03-11T21:38:17.036Z Compiling powerfmt v0.2.0
14832026-03-11T21:38:17.097Z Compiling time-core v0.1.8
14842026-03-11T21:38:17.148Z Compiling pin-utils v0.1.0
14852026-03-11T21:38:17.236Z Compiling deranged v0.5.8
14862026-03-11T21:38:17.305Z Compiling time-macros v0.2.27
14872026-03-11T21:38:17.344Z Compiling regex-automata v0.4.14
14882026-03-11T21:38:17.511Z Compiling darling v0.20.11
14892026-03-11T21:38:17.611Z Compiling tempfile v3.25.0
14902026-03-11T21:38:18.158Z Compiling foreign-types v0.3.2
14912026-03-11T21:38:18.611Z Compiling goblin v0.10.5
14922026-03-11T21:38:18.687Z Compiling openssl-macros v0.1.1
14932026-03-11T21:38:18.828Z Compiling thiserror-impl v1.0.69
14942026-03-11T21:38:19.990Z Compiling hyper v1.8.1
14952026-03-11T21:38:20.514Z Compiling wait-timeout v0.2.1
14962026-03-11T21:38:20.532Z Compiling native-tls v0.2.18
14972026-03-11T21:38:20.785Z Compiling either v1.15.0
14982026-03-11T21:38:20.803Z Compiling bit-vec v0.8.0
14992026-03-11T21:38:20.834Z Compiling num_threads v0.1.7
15002026-03-11T21:38:20.947Z Compiling usdt-impl v0.6.0
15012026-03-11T21:38:21.046Z Compiling quick-error v1.2.3
15022026-03-11T21:38:21.096Z Compiling simd-adler32 v0.3.8
15032026-03-11T21:38:21.175Z Compiling siphasher v1.0.2
15042026-03-11T21:38:21.244Z Compiling rusty-fork v0.3.1
15052026-03-11T21:38:21.418Z Compiling hyper-util v0.1.20
15062026-03-11T21:38:21.437Z Compiling bit-set v0.8.0
15072026-03-11T21:38:21.637Z Compiling time v0.3.47
15082026-03-11T21:38:21.681Z Compiling thiserror v1.0.69
15092026-03-11T21:38:22.086Z Compiling derive_builder_core v0.20.2
15102026-03-11T21:38:23.158Z Compiling dof v0.4.0
15112026-03-11T21:38:23.524Z Compiling unicode-normalization v0.1.25
15122026-03-11T21:38:23.736Z Compiling crossbeam-epoch v0.9.18
15132026-03-11T21:38:23.895Z Compiling dtrace-parser v0.3.0
15142026-03-11T21:38:24.135Z Compiling rustls-native-certs v0.8.3
15152026-03-11T21:38:24.157Z Compiling signature v2.2.0
15162026-03-11T21:38:24.376Z Compiling scroll_derive v0.12.1
15172026-03-11T21:38:24.509Z Compiling heapless v0.7.17
15182026-03-11T21:38:24.756Z Compiling rand_xorshift v0.4.0
15192026-03-11T21:38:24.825Z Compiling slog v2.8.2
15202026-03-11T21:38:24.905Z Compiling darling_core v0.21.3
15212026-03-11T21:38:24.936Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-03-11T21:38:24.956Z Compiling sync_wrapper v1.0.2
15232026-03-11T21:38:25.068Z Compiling thread-id v5.1.0
15242026-03-11T21:38:25.088Z Compiling cookie v0.18.1
15252026-03-11T21:38:25.170Z Compiling anyhow v1.0.102
15262026-03-11T21:38:25.244Z Compiling unicode-bidi v0.3.18
15272026-03-11T21:38:25.296Z Compiling signal-hook v0.3.18
15282026-03-11T21:38:25.328Z Compiling adler2 v2.0.1
15292026-03-11T21:38:25.489Z Compiling zstd-safe v7.2.4
15302026-03-11T21:38:25.523Z Compiling rayon-core v1.13.0
15312026-03-11T21:38:25.579Z Compiling paste v1.0.15
15322026-03-11T21:38:25.745Z Compiling unarray v0.1.4
15332026-03-11T21:38:25.763Z Compiling unicode-segmentation v1.12.0
15342026-03-11T21:38:25.882Z Compiling unicode-properties v0.1.4
15352026-03-11T21:38:25.962Z Compiling proptest v1.10.0
15362026-03-11T21:38:26.045Z Compiling miniz_oxide v0.8.9
15372026-03-11T21:38:26.140Z Compiling stringprep v0.1.5
15382026-03-11T21:38:26.312Z Compiling scroll v0.12.0
15392026-03-11T21:38:26.674Z Compiling tower v0.5.3
15402026-03-11T21:38:26.916Z Compiling crossbeam-deque v0.8.6
15412026-03-11T21:38:27.034Z Compiling derive_builder_macro v0.20.2
15422026-03-11T21:38:27.137Z Compiling ipnetwork v0.21.1
15432026-03-11T21:38:27.155Z Compiling http-body-util v0.1.3
15442026-03-11T21:38:27.295Z Compiling webpki-roots v1.0.6
15452026-03-11T21:38:27.313Z Compiling rand_chacha v0.3.1
15462026-03-11T21:38:27.442Z Compiling toml_datetime v0.6.11
15472026-03-11T21:38:27.463Z Compiling serde_spanned v0.6.9
15482026-03-11T21:38:27.625Z Compiling serde_tokenstream v0.2.3
15492026-03-11T21:38:27.644Z Compiling erased-serde v0.3.31
15502026-03-11T21:38:27.662Z Compiling md-5 v0.10.6
15512026-03-11T21:38:27.777Z Compiling zerocopy-derive v0.7.35
15522026-03-11T21:38:27.864Z Compiling curve25519-dalek v4.1.3
15532026-03-11T21:38:28.020Z Compiling vergen-lib v0.1.6
15542026-03-11T21:38:28.304Z Compiling num-integer v0.1.46
15552026-03-11T21:38:28.331Z Compiling hash32 v0.2.1
15562026-03-11T21:38:28.405Z Compiling ff v0.13.1
15572026-03-11T21:38:28.408Z Compiling num-bigint-dig v0.8.6
15582026-03-11T21:38:28.509Z Compiling darling_macro v0.21.3
15592026-03-11T21:38:28.571Z Compiling litrs v1.0.0
15602026-03-11T21:38:28.574Z Compiling ref-cast v1.0.25
15612026-03-11T21:38:28.673Z Compiling smoltcp v0.9.1
15622026-03-11T21:38:28.731Z Compiling ryu v1.0.23
15632026-03-11T21:38:28.968Z Compiling base16ct v0.2.0
15642026-03-11T21:38:28.992Z Compiling zlib-rs v0.6.2
15652026-03-11T21:38:29.019Z Compiling fallible-iterator v0.2.0
15662026-03-11T21:38:29.117Z Compiling rustix v0.38.44
15672026-03-11T21:38:29.136Z Compiling iri-string v0.7.10
15682026-03-11T21:38:29.198Z Compiling psl-types v2.0.11
15692026-03-11T21:38:29.271Z Compiling document-features v0.2.12
15702026-03-11T21:38:29.372Z Compiling publicsuffix v2.3.0
15712026-03-11T21:38:29.443Z Compiling postgres-protocol v0.6.10
15722026-03-11T21:38:29.555Z Compiling newtype-uuid v1.3.2
15732026-03-11T21:38:29.684Z Compiling darling v0.21.3
15742026-03-11T21:38:29.784Z Compiling sec1 v0.7.3
15752026-03-11T21:38:30.012Z Compiling zerocopy v0.7.35
15762026-03-11T21:38:30.112Z Compiling serde_urlencoded v0.7.1
15772026-03-11T21:38:30.162Z Compiling num-iter v0.1.45
15782026-03-11T21:38:30.185Z Compiling group v0.13.0
15792026-03-11T21:38:30.498Z Compiling derive_builder v0.20.2
15802026-03-11T21:38:30.643Z Compiling rand v0.8.5
15812026-03-11T21:38:30.802Z Compiling tower-http v0.6.8
15822026-03-11T21:38:30.907Z Compiling oxnet v0.1.4
15832026-03-11T21:38:30.954Z Compiling proc-macro-error v1.0.4
15842026-03-11T21:38:31.323Z Compiling tokio-native-tls v0.3.1
15852026-03-11T21:38:31.404Z Compiling goblin v0.8.2
15862026-03-11T21:38:31.769Z Compiling heck v0.4.1
15872026-03-11T21:38:32.188Z Compiling phf_shared v0.13.1
15882026-03-11T21:38:32.232Z Compiling hubpack_derive v0.1.1
15892026-03-11T21:38:32.428Z Compiling regex v1.12.3
15902026-03-11T21:38:32.515Z Compiling lazy_static v1.5.0
15912026-03-11T21:38:32.629Z Compiling cargo-platform v0.1.9
15922026-03-11T21:38:32.812Z Compiling hkdf v0.12.4
15932026-03-11T21:38:32.831Z Compiling crypto-bigint v0.5.5
15942026-03-11T21:38:32.956Z Compiling flate2 v1.1.9
15952026-03-11T21:38:33.000Z Compiling daft-derive v0.1.5
15962026-03-11T21:38:33.018Z Compiling ref-cast-impl v1.0.25
15972026-03-11T21:38:33.413Z Compiling strum_macros v0.27.2
15982026-03-11T21:38:33.527Z Compiling async-trait v0.1.89
15992026-03-11T21:38:33.757Z Compiling curve25519-dalek-derive v0.1.1
16002026-03-11T21:38:34.036Z Compiling terminal_size v0.4.3
16012026-03-11T21:38:34.202Z Compiling vergen v9.0.6
16022026-03-11T21:38:34.441Z Compiling fs-err v3.3.0
16032026-03-11T21:38:34.613Z Compiling ahash v0.8.12
16042026-03-11T21:38:34.690Z Compiling bumpalo v3.20.2
16052026-03-11T21:38:34.885Z Compiling libbz2-rs-sys v0.2.2
16062026-03-11T21:38:34.987Z Compiling object v0.37.3
16072026-03-11T21:38:35.008Z Compiling foldhash v0.1.5
16082026-03-11T21:38:35.222Z Compiling bitflags v1.3.2
16092026-03-11T21:38:35.314Z Compiling managed v0.8.0
16102026-03-11T21:38:35.339Z Compiling winnow v0.5.40
16112026-03-11T21:38:35.792Z Compiling bzip2 v0.6.1
16122026-03-11T21:38:36.075Z Compiling console v0.16.2
16132026-03-11T21:38:36.111Z Compiling hashbrown v0.15.5
16142026-03-11T21:38:36.137Z Compiling strum v0.27.2
16152026-03-11T21:38:36.291Z Compiling zopfli v0.8.3
16162026-03-11T21:38:36.503Z Compiling clap_builder v4.5.60
16172026-03-11T21:38:36.836Z Compiling dof v0.3.0
16182026-03-11T21:38:36.876Z Compiling elliptic-curve v0.13.8
16192026-03-11T21:38:37.170Z Compiling toml_edit v0.19.15
16202026-03-11T21:38:37.304Z Compiling daft v0.1.5
16212026-03-11T21:38:37.538Z Compiling cargo_metadata v0.19.2
16222026-03-11T21:38:37.662Z Compiling hubpack v0.1.2
16232026-03-11T21:38:37.944Z Compiling phf v0.13.1
16242026-03-11T21:38:38.181Z Compiling signal-hook-mio v0.2.5
16252026-03-11T21:38:38.326Z Compiling zone_cfg_derive v0.3.1
16262026-03-11T21:38:39.472Z Compiling cookie_store v0.22.1
16272026-03-11T21:38:39.672Z Compiling rayon v1.11.0
16282026-03-11T21:38:40.370Z Compiling zstd v0.13.3
16292026-03-11T21:38:40.698Z Compiling hyper-tls v0.6.0
16302026-03-11T21:38:40.722Z Compiling bzip2 v0.4.4
16312026-03-11T21:38:40.868Z Compiling postgres-types v0.2.12
16322026-03-11T21:38:40.911Z Compiling serde_with_macros v3.17.0
16332026-03-11T21:38:41.000Z Compiling usdt-attr-macro v0.6.0
16342026-03-11T21:38:41.079Z Compiling usdt-macro v0.6.0
16352026-03-11T21:38:41.628Z Compiling ed25519 v2.2.3
16362026-03-11T21:38:42.058Z Compiling dtrace-parser v0.2.0
16372026-03-11T21:38:42.098Z Compiling phf_shared v0.11.3
16382026-03-11T21:38:42.117Z Compiling itertools v0.12.1
16392026-03-11T21:38:42.351Z Compiling bstr v1.12.1
16402026-03-11T21:38:42.413Z Compiling pkcs1 v0.7.5
16412026-03-11T21:38:42.581Z Compiling serde-big-array v0.5.1
16422026-03-11T21:38:42.763Z Compiling hex v0.4.3
16432026-03-11T21:38:42.841Z Compiling rfc6979 v0.4.0
16442026-03-11T21:38:42.961Z Compiling enum-as-inner v0.6.1
16452026-03-11T21:38:42.996Z Compiling strum_macros v0.26.4
16462026-03-11T21:38:43.113Z Compiling serde_repr v0.1.20
16472026-03-11T21:38:43.167Z Compiling clap_derive v4.5.55
16482026-03-11T21:38:43.259Z Compiling float-cmp v0.10.0
16492026-03-11T21:38:43.449Z Compiling thread-id v4.2.2
16502026-03-11T21:38:43.557Z Compiling memmap2 v0.9.10
16512026-03-11T21:38:43.646Z Compiling env_filter v1.0.0
16522026-03-11T21:38:43.809Z Compiling encoding_rs v0.8.35
16532026-03-11T21:38:43.838Z Compiling static_assertions v1.1.0
16542026-03-11T21:38:43.868Z Compiling fixedbitset v0.4.2
16552026-03-11T21:38:43.933Z Compiling fixedbitset v0.5.7
16562026-03-11T21:38:44.061Z Compiling difflib v0.4.0
16572026-03-11T21:38:44.160Z Compiling unit-prefix v0.5.2
16582026-03-11T21:38:44.339Z Compiling mime v0.3.17
16592026-03-11T21:38:44.358Z Compiling rustc-hash v2.1.1
16602026-03-11T21:38:44.511Z Compiling new_debug_unreachable v1.0.6
16612026-03-11T21:38:44.604Z Compiling data-encoding v2.10.0
16622026-03-11T21:38:44.675Z Compiling jiff v0.2.21
16632026-03-11T21:38:44.831Z Compiling predicates-core v1.0.10
16642026-03-11T21:38:45.060Z Compiling whoami v2.1.0
16652026-03-11T21:38:45.350Z Compiling normalize-line-endings v0.3.0
16662026-03-11T21:38:45.470Z Compiling keccak v0.1.6
16672026-03-11T21:38:45.493Z Compiling precomputed-hash v0.1.1
16682026-03-11T21:38:45.569Z Compiling toml_edit v0.22.27
16692026-03-11T21:38:45.572Z Compiling strum v0.26.3
16702026-03-11T21:38:45.606Z Compiling string_cache v0.8.9
16712026-03-11T21:38:45.673Z Compiling clap v4.5.60
16722026-03-11T21:38:45.743Z Compiling sha3 v0.10.8
16732026-03-11T21:38:45.773Z Compiling predicates v3.1.4
16742026-03-11T21:38:45.880Z Compiling tokio-postgres v0.7.16
16752026-03-11T21:38:45.896Z Compiling hickory-proto v0.25.2
16762026-03-11T21:38:46.366Z Compiling iddqd v0.3.17
16772026-03-11T21:38:46.574Z Compiling indicatif v0.18.4
16782026-03-11T21:38:46.642Z Compiling petgraph v0.8.3
16792026-03-11T21:38:47.703Z Compiling petgraph v0.6.5
16802026-03-11T21:38:47.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16812026-03-11T21:38:48.870Z Compiling zip v4.6.1
16822026-03-11T21:38:49.322Z Compiling env_logger v0.11.9
16832026-03-11T21:38:49.473Z Compiling usdt v0.6.0
16842026-03-11T21:38:49.792Z Compiling zone v0.3.1
16852026-03-11T21:38:49.807Z Compiling usdt-impl v0.5.0
16862026-03-11T21:38:49.808Z Compiling serde_with v3.17.0
16872026-03-11T21:38:50.145Z Compiling ecdsa v0.16.9
16882026-03-11T21:38:50.576Z Compiling similar v2.7.0
16892026-03-11T21:38:50.594Z Compiling rsa v0.9.10
16902026-03-11T21:38:50.647Z Compiling crossterm v0.28.1
16912026-03-11T21:38:50.697Z Compiling ed25519-dalek v2.2.0
16922026-03-11T21:38:51.576Z Compiling zip v0.6.6
16932026-03-11T21:38:51.779Z Compiling toml v0.7.8
16942026-03-11T21:38:52.353Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-03-11T21:38:52.414Z Compiling itertools v0.13.0
16962026-03-11T21:38:52.592Z Compiling tokio-stream v0.1.18
16972026-03-11T21:38:52.626Z Compiling buf-list v1.1.2
16982026-03-11T21:38:52.742Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-11T21:38:52.989Z Compiling x509-cert v0.2.5
17002026-03-11T21:38:53.181Z Compiling openapiv3 v2.2.0
17012026-03-11T21:38:53.239Z Compiling sha1 v0.10.6
17022026-03-11T21:38:53.258Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-11T21:38:53.524Z Compiling lalrpop-util v0.19.12
17042026-03-11T21:38:53.640Z Compiling peg-runtime v0.8.5
17052026-03-11T21:38:53.778Z Compiling thread_local v1.1.9
17062026-03-11T21:38:54.014Z Compiling slog-async v2.8.0
17072026-03-11T21:38:54.099Z Compiling crossbeam-channel v0.5.15
17082026-03-11T21:38:54.159Z Compiling futures-executor v0.3.32
17092026-03-11T21:38:54.429Z Compiling filetime v0.2.27
17102026-03-11T21:38:54.476Z Compiling is-terminal v0.4.17
17112026-03-11T21:38:54.593Z Compiling term v1.2.1
17122026-03-11T21:38:54.646Z Compiling take_mut v0.2.2
17132026-03-11T21:38:54.692Z Compiling xattr v1.6.1
17142026-03-11T21:38:54.901Z Compiling tar v0.4.44
17152026-03-11T21:38:54.953Z Compiling slog-term v2.9.2
17162026-03-11T21:38:55.359Z Compiling futures v0.3.32
17172026-03-11T21:39:01.947Z Compiling rustls-webpki v0.103.9
17182026-03-11T21:39:05.963Z Compiling tokio-rustls v0.26.4
17192026-03-11T21:39:05.966Z Compiling rustls-platform-verifier v0.6.2
17202026-03-11T21:39:06.226Z Compiling hyper-rustls v0.27.7
17212026-03-11T21:39:06.483Z Compiling reqwest v0.13.2
17222026-03-11T21:39:06.502Z Compiling reqwest v0.12.28
17232026-03-11T21:39:09.460Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-11T21:39:09.750Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-11T21:39:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17262026-03-11T21:39:13.710Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: Clickhouse
17282026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: DendriteStub
17292026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: MaghemiteMgd
17302026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: Cockroach
17312026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: Console
17322026-03-11T21:39:13.771ZMar 11 21:39:12.046 INFO Starting download, target: TransceiverControl
17332026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-11T21:39:13.775ZMar 11 21:39:12.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-11T21:39:14.718ZMar 11 21:39:12.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-03-11T21:39:14.760ZMar 11 21:39:13.026 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-11T21:39:15.084ZMar 11 21:39:13.358 INFO Download complete, target: TransceiverControl
17422026-03-11T21:39:15.109ZMar 11 21:39:13.380 INFO Download complete, target: Console
17432026-03-11T21:39:15.650ZMar 11 21:39:13.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-11T21:39:16.064ZMar 11 21:39:14.341 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-11T21:39:16.221ZMar 11 21:39:14.498 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-03-11T21:39:16.221ZMar 11 21:39:14.498 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-03-11T21:39:16.252ZMar 11 21:39:14.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-11T21:39:19.192ZMar 11 21:39:17.468 INFO Download complete, target: DendriteStub
17492026-03-11T21:39:19.734ZMar 11 21:39:18.010 INFO Download complete, target: MaghemiteMgd
17502026-03-11T21:39:23.900ZMar 11 21:39:22.176 INFO Checking that binary works, target: Cockroach
17512026-03-11T21:39:24.017ZMar 11 21:39:22.292 INFO Download complete, target: Cockroach
17522026-03-11T21:39:27.180ZMar 11 21:39:25.455 INFO Checking that binary works, target: Clickhouse
17532026-03-11T21:39:27.301ZMar 11 21:39:25.577 INFO Download complete, target: Clickhouse
17542026-03-11T21:39:27.306ZAll prerequisites installed successfully
17552026-03-11T21:39:27.309Z
17562026-03-11T21:39:27.309Zreal 4:09.287238769
17572026-03-11T21:39:27.309Zuser 10:23.469174782
17582026-03-11T21:39:27.309Zsys 1:46.570187644
17592026-03-11T21:39:27.309Ztrap 0.331051797
17602026-03-11T21:39:27.309Ztflt 0.568158344
17612026-03-11T21:39:27.309Zdflt 0.663392715
17622026-03-11T21:39:27.309Zkflt 0.019442749
17632026-03-11T21:39:27.309Zlock 22:42.247475723
17642026-03-11T21:39:27.309Zslp 38:19.881346544
17652026-03-11T21:39:27.309Zlat 56.649795465
17662026-03-11T21:39:27.309Zstop 2:31.932354520
17672026-03-11T21:39:27.309Z+ ptime -m cargo xtask download softnpu
17682026-03-11T21:39:28.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17692026-03-11T21:39:28.080Z Running `target/debug/xtask download softnpu`
17702026-03-11T21:39:29.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
17712026-03-11T21:39:29.148Z Running `target/debug/xtask-downloader softnpu`
17722026-03-11T21:39:29.186ZMar 11 21:39:27.461 INFO Starting download, target: Softnpu
17732026-03-11T21:39:29.190ZMar 11 21:39:27.462 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-11T21:39:29.869ZMar 11 21:39:28.144 INFO Download complete, target: Softnpu
17752026-03-11T21:39:29.872Z
17762026-03-11T21:39:29.872Zreal 2.559960956
17772026-03-11T21:39:29.872Zuser 1.616377551
17782026-03-11T21:39:29.872Zsys 0.674740272
17792026-03-11T21:39:29.872Ztrap 0.000712758
17802026-03-11T21:39:29.872Ztflt 0.000069220
17812026-03-11T21:39:29.872Zdflt 0.000038654
17822026-03-11T21:39:29.872Zkflt 0.000000000
17832026-03-11T21:39:29.872Zlock 7.370078513
17842026-03-11T21:39:29.872Zslp 0.513803462
17852026-03-11T21:39:29.872Zlat 0.018009534
17862026-03-11T21:39:29.873Zstop 0.000121828
17872026-03-11T21:39:29.873Z+ export CARGO_INCREMENTAL=0
17882026-03-11T21:39:29.873Z+ CARGO_INCREMENTAL=0
17892026-03-11T21:39:29.876Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-11T21:39:31.054Z Compiling proc-macro2 v1.0.106
17912026-03-11T21:39:31.054Z Compiling quote v1.0.44
17922026-03-11T21:39:31.058Z Compiling unicode-ident v1.0.24
17932026-03-11T21:39:31.059Z Compiling libc v0.2.180
17942026-03-11T21:39:31.059Z Compiling serde_core v1.0.228
17952026-03-11T21:39:31.059Z Compiling serde v1.0.228
17962026-03-11T21:39:31.059Z Compiling cfg-if v1.0.4
17972026-03-11T21:39:31.060Z Compiling version_check v0.9.5
17982026-03-11T21:39:31.319Z Compiling shlex v1.3.0
17992026-03-11T21:39:31.379Z Compiling find-msvc-tools v0.1.9
18002026-03-11T21:39:31.547Z Compiling typenum v1.19.0
18012026-03-11T21:39:31.583Z Compiling portable-atomic v1.13.1
18022026-03-11T21:39:31.602Z Compiling generic-array v0.14.7
18032026-03-11T21:39:31.916Z Compiling memchr v2.8.0
18042026-03-11T21:39:31.956Z Compiling zmij v1.0.21
18052026-03-11T21:39:32.131Z Compiling autocfg v1.5.0
18062026-03-11T21:39:32.283Z Compiling serde_json v1.0.149
18072026-03-11T21:39:32.540Z Compiling jobserver v0.1.34
18082026-03-11T21:39:32.577Z Compiling zerocopy v0.8.40
18092026-03-11T21:39:32.645Z Compiling libm v0.2.16
18102026-03-11T21:39:32.709Z Compiling syn v2.0.117
18112026-03-11T21:39:32.795Z Compiling cc v1.2.56
18122026-03-11T21:39:32.955Z Compiling parking_lot_core v0.9.12
18132026-03-11T21:39:33.048Z Compiling num-traits v0.2.19
18142026-03-11T21:39:33.052Z Compiling smallvec v1.15.1
18152026-03-11T21:39:33.255Z Compiling icu_normalizer_data v2.1.1
18162026-03-11T21:39:33.275Z Compiling icu_properties_data v2.1.2
18172026-03-11T21:39:33.411Z Compiling getrandom v0.2.17
18182026-03-11T21:39:33.512Z Compiling log v0.4.29
18192026-03-11T21:39:33.531Z Compiling itoa v1.0.17
18202026-03-11T21:39:33.634Z Compiling getrandom v0.4.1
18212026-03-11T21:39:33.951Z Compiling pkg-config v0.3.32
18222026-03-11T21:39:34.056Z Compiling errno v0.3.14
18232026-03-11T21:39:34.089Z Compiling stable_deref_trait v1.2.1
18242026-03-11T21:39:34.200Z Compiling rand_core v0.6.4
18252026-03-11T21:39:34.464Z Compiling scopeguard v1.2.0
18262026-03-11T21:39:34.482Z Compiling subtle v2.6.1
18272026-03-11T21:39:34.565Z Compiling lock_api v0.4.14
18282026-03-11T21:39:34.587Z Compiling fnv v1.0.7
18292026-03-11T21:39:34.603Z Compiling thiserror v2.0.18
18302026-03-11T21:39:34.787Z Compiling getrandom v0.3.4
18312026-03-11T21:39:35.064Z Compiling pin-project-lite v0.2.17
18322026-03-11T21:39:35.067Z Compiling critical-section v1.2.0
18332026-03-11T21:39:35.209Z Compiling rustversion v1.0.22
18342026-03-11T21:39:35.247Z Compiling equivalent v1.0.2
18352026-03-11T21:39:35.476Z Compiling once_cell v1.21.3
18362026-03-11T21:39:35.509Z Compiling allocator-api2 v0.2.21
18372026-03-11T21:39:35.758Z Compiling bitflags v2.11.0
18382026-03-11T21:39:36.118Z Compiling foldhash v0.2.0
18392026-03-11T21:39:36.251Z Compiling ring v0.17.14
18402026-03-11T21:39:36.282Z Compiling semver v1.0.27
18412026-03-11T21:39:36.364Z Compiling hashbrown v0.16.1
18422026-03-11T21:39:36.666Z Compiling cmake v0.1.57
18432026-03-11T21:39:36.852Z Compiling synstructure v0.13.2
18442026-03-11T21:39:37.095Z Compiling percent-encoding v2.3.2
18452026-03-11T21:39:37.153Z Compiling dunce v1.0.5
18462026-03-11T21:39:37.230Z Compiling writeable v0.6.2
18472026-03-11T21:39:37.265Z Compiling litemap v0.8.1
18482026-03-11T21:39:37.415Z Compiling fs_extra v1.3.0
18492026-03-11T21:39:37.527Z Compiling const-oid v0.9.6
18502026-03-11T21:39:37.558Z Compiling indexmap v2.13.0
18512026-03-11T21:39:37.714Z Compiling rustix v1.1.3
18522026-03-11T21:39:37.749Z Compiling aws-lc-sys v0.37.1
18532026-03-11T21:39:38.189Z Compiling signal-hook-registry v1.4.8
18542026-03-11T21:39:38.301Z Compiling schemars v0.8.22
18552026-03-11T21:39:38.439Z Compiling parking_lot v0.12.5
18562026-03-11T21:39:38.491Z Compiling serde_derive_internals v0.29.1
18572026-03-11T21:39:38.512Z Compiling mio v1.1.1
18582026-03-11T21:39:38.569Z Compiling socket2 v0.6.2
18592026-03-11T21:39:38.588Z Compiling rand_core v0.10.0
18602026-03-11T21:39:38.605Z Compiling serde_derive v1.0.228
18612026-03-11T21:39:38.737Z Compiling zeroize_derive v1.4.3
18622026-03-11T21:39:38.767Z Compiling zerofrom-derive v0.1.6
18632026-03-11T21:39:38.801Z Compiling yoke-derive v0.8.1
18642026-03-11T21:39:39.435Z Compiling zerovec-derive v0.11.2
18652026-03-11T21:39:39.494Z Compiling displaydoc v0.2.5
18662026-03-11T21:39:39.521Z Compiling zerocopy-derive v0.8.40
18672026-03-11T21:39:39.558Z Compiling zeroize v1.8.2
18682026-03-11T21:39:39.811Z Compiling tokio-macros v2.6.0
18692026-03-11T21:39:39.859Z Compiling futures-macro v0.3.32
18702026-03-11T21:39:40.282Z Compiling zerofrom v0.1.6
18712026-03-11T21:39:40.392Z Compiling thiserror-impl v2.0.18
18722026-03-11T21:39:40.443Z Compiling yoke v0.8.1
18732026-03-11T21:39:40.735Z Compiling zerotrie v0.2.3
18742026-03-11T21:39:40.830Z Compiling zerovec v0.11.5
18752026-03-11T21:39:40.849Z Compiling crypto-common v0.1.7
18762026-03-11T21:39:41.012Z Compiling block-buffer v0.10.4
18772026-03-11T21:39:41.204Z Compiling tracing-attributes v0.1.31
18782026-03-11T21:39:41.289Z Compiling der_derive v0.7.3
18792026-03-11T21:39:41.631Z Compiling tinystr v0.8.2
18802026-03-11T21:39:41.713Z Compiling potential_utf v0.1.4
18812026-03-11T21:39:41.923Z Compiling icu_locale_core v2.1.1
18822026-03-11T21:39:41.941Z Compiling icu_collections v2.1.1
18832026-03-11T21:39:42.509Z Compiling digest v0.10.7
18842026-03-11T21:39:42.762Z Compiling schemars_derive v0.8.22
18852026-03-11T21:39:42.833Z Compiling strsim v0.11.1
18862026-03-11T21:39:42.860Z Compiling icu_provider v2.1.1
18872026-03-11T21:39:43.057Z Compiling bytes v1.11.1
18882026-03-11T21:39:43.205Z Compiling icu_normalizer v2.1.1
18892026-03-11T21:39:43.374Z Compiling icu_properties v2.1.2
18902026-03-11T21:39:43.943Z Compiling utf8_iter v1.0.4
18912026-03-11T21:39:44.154Z Compiling aws-lc-rs v1.16.0
18922026-03-11T21:39:44.519Z Compiling form_urlencoded v1.2.2
18932026-03-11T21:39:44.753Z Compiling idna_adapter v1.2.1
18942026-03-11T21:39:44.860Z Compiling futures-core v0.3.32
18952026-03-11T21:39:44.876Z Compiling ucd-trie v0.1.7
18962026-03-11T21:39:44.917Z Compiling idna v1.1.0
18972026-03-11T21:39:45.081Z Compiling byteorder v1.5.0
18982026-03-11T21:39:45.098Z Compiling thiserror v1.0.69
18992026-03-11T21:39:45.183Z Compiling pest v2.8.6
19002026-03-11T21:39:45.379Z Compiling tokio v1.49.0
19012026-03-11T21:39:45.679Z Compiling ident_case v1.0.1
19022026-03-11T21:39:45.831Z Compiling httparse v1.10.1
19032026-03-11T21:39:45.873Z Compiling heck v0.5.0
19042026-03-11T21:39:46.070Z Compiling vcpkg v0.2.15
19052026-03-11T21:39:46.343Z Compiling url v2.5.8
19062026-03-11T21:39:46.578Z Compiling thiserror-impl v1.0.69
19072026-03-11T21:39:46.849Z Compiling openssl-sys v0.9.111
19082026-03-11T21:39:46.940Z Compiling pest_meta v2.8.6
19092026-03-11T21:39:47.501Z Compiling crossbeam-utils v0.8.21
19102026-03-11T21:39:47.801Z Compiling pest_generator v2.8.6
19112026-03-11T21:39:47.879Z Compiling regex-syntax v0.8.10
19122026-03-11T21:39:47.909Z Compiling syn v1.0.109
19132026-03-11T21:39:48.755Z Compiling pest_derive v2.8.6
19142026-03-11T21:39:49.697Z Compiling rustc_version v0.4.1
19152026-03-11T21:39:49.888Z Compiling rustls v0.23.37
19162026-03-11T21:39:50.041Z Compiling cpufeatures v0.2.17
19172026-03-11T21:39:50.128Z Compiling futures-sink v0.3.32
19182026-03-11T21:39:50.281Z Compiling futures-channel v0.3.32
19192026-03-11T21:39:50.334Z Compiling hmac v0.12.1
19202026-03-11T21:39:50.508Z Compiling futures-task v0.3.32
19212026-03-11T21:39:50.603Z Compiling iana-time-zone v0.1.65
19222026-03-11T21:39:50.669Z Compiling futures-io v0.3.32
19232026-03-11T21:39:50.736Z Compiling slab v0.4.12
19242026-03-11T21:39:50.870Z Compiling plain v0.2.3
19252026-03-11T21:39:50.917Z Compiling chrono v0.4.44
19262026-03-11T21:39:51.007Z Compiling futures-util v0.3.32
19272026-03-11T21:39:51.401Z Compiling uuid v1.21.0
19282026-03-11T21:39:51.808Z Compiling block-padding v0.3.3
19292026-03-11T21:39:52.012Z Compiling aho-corasick v1.1.4
19302026-03-11T21:39:52.848Z Compiling inout v0.1.4
19312026-03-11T21:39:53.003Z Compiling ppv-lite86 v0.2.21
19322026-03-11T21:39:53.455Z Compiling regex-automata v0.4.14
19332026-03-11T21:39:53.957Z Compiling pretty-hex v0.4.1
19342026-03-11T21:39:54.120Z Compiling openssl v0.10.75
19352026-03-11T21:39:54.344Z Compiling num-conv v0.2.0
19362026-03-11T21:39:54.492Z Compiling time-core v0.1.8
19372026-03-11T21:39:54.691Z Compiling time-macros v0.2.27
19382026-03-11T21:39:54.854Z Compiling cipher v0.4.4
19392026-03-11T21:39:55.155Z Compiling sha2 v0.10.9
19402026-03-11T21:39:55.375Z Compiling serde_tokenstream v0.2.3
19412026-03-11T21:39:55.442Z Compiling scroll_derive v0.12.1
19422026-03-11T21:39:55.579Z Compiling scroll_derive v0.13.1
19432026-03-11T21:39:55.634Z Compiling base64ct v1.8.3
19442026-03-11T21:39:55.776Z Compiling crc32fast v1.5.0
19452026-03-11T21:39:55.999Z Compiling either v1.15.0
19462026-03-11T21:39:56.111Z Compiling anyhow v1.0.102
19472026-03-11T21:39:56.189Z Compiling pem-rfc7468 v0.7.0
19482026-03-11T21:39:56.338Z Compiling darling_core v0.21.3
19492026-03-11T21:39:56.549Z Compiling rustls-pki-types v1.14.0
19502026-03-11T21:39:56.567Z Compiling openssl-macros v0.1.1
19512026-03-11T21:39:57.020Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19522026-03-11T21:39:57.065Z Compiling native-tls v0.2.18
19532026-03-11T21:39:57.340Z Compiling flagset v0.4.7
19542026-03-11T21:39:57.505Z Compiling der v0.7.10
19552026-03-11T21:39:57.616Z Compiling regex v1.12.3
19562026-03-11T21:39:57.898Z Compiling rand_core v0.9.5
19572026-03-11T21:39:58.355Z Compiling zerocopy-derive v0.7.35
19582026-03-11T21:39:58.455Z Compiling slog v2.8.2
19592026-03-11T21:39:58.635Z Compiling rayon-core v1.13.0
19602026-03-11T21:39:58.705Z Compiling dyn-clone v1.0.20
19612026-03-11T21:39:58.896Z Compiling spki v0.7.3
19622026-03-11T21:39:59.147Z Compiling salsa20 v0.10.2
19632026-03-11T21:39:59.322Z Compiling pbkdf2 v0.12.2
19642026-03-11T21:39:59.397Z Compiling darling_macro v0.21.3
19652026-03-11T21:39:59.456Z Compiling http v1.4.0
19662026-03-11T21:39:59.990Z Compiling darling v0.21.3
19672026-03-11T21:40:00.341Z Compiling tracing-core v0.1.36
19682026-03-11T21:40:00.603Z Compiling untrusted v0.9.0
19692026-03-11T21:40:00.970Z Compiling camino v1.2.2
19702026-03-11T21:40:01.355Z Compiling tracing v0.1.44
19712026-03-11T21:40:02.011Z Compiling scrypt v0.11.0
19722026-03-11T21:40:02.028Z Compiling rand_chacha v0.9.0
19732026-03-11T21:40:02.293Z Compiling tokio-util v0.7.18
19742026-03-11T21:40:02.490Z Compiling cbc v0.1.2
19752026-03-11T21:40:02.649Z Compiling aes v0.8.4
19762026-03-11T21:40:03.693Z Compiling cookie v0.18.1
19772026-03-11T21:40:03.930Z Compiling usdt-impl v0.5.0
19782026-03-11T21:40:04.148Z Compiling winnow v0.7.14
19792026-03-11T21:40:04.165Z Compiling usdt-impl v0.6.0
19802026-03-11T21:40:04.192Z Compiling paste v1.0.15
19812026-03-11T21:40:04.421Z Compiling ref-cast v1.0.25
19822026-03-11T21:40:04.496Z Compiling base64 v0.22.1
19832026-03-11T21:40:04.905Z Compiling pkcs5 v0.7.1
19842026-03-11T21:40:05.098Z Compiling rand v0.9.2
19852026-03-11T21:40:05.822Z Compiling http-body v1.0.1
19862026-03-11T21:40:06.002Z Compiling scroll v0.13.0
19872026-03-11T21:40:06.047Z Compiling scroll v0.12.0
19882026-03-11T21:40:06.332Z Compiling heapless v0.7.17
19892026-03-11T21:40:06.641Z Compiling toml_datetime v0.6.11
19902026-03-11T21:40:06.657Z Compiling serde_spanned v0.6.9
19912026-03-11T21:40:06.825Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-11T21:40:07.225Z Compiling zstd-safe v7.2.4
19932026-03-11T21:40:07.326Z Compiling signal-hook v0.3.18
19942026-03-11T21:40:07.459Z Compiling untrusted v0.7.1
19952026-03-11T21:40:07.562Z Compiling openssl-probe v0.2.1
19962026-03-11T21:40:07.753Z Compiling goblin v0.8.2
19972026-03-11T21:40:07.770Z Compiling goblin v0.10.5
19982026-03-11T21:40:08.488Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-11T21:40:08.844Z Compiling pkcs8 v0.10.2
20002026-03-11T21:40:09.432Z Compiling zerocopy v0.7.35
20012026-03-11T21:40:09.788Z Compiling darling_core v0.20.11
20022026-03-11T21:40:09.806Z Compiling ref-cast-impl v1.0.25
20032026-03-11T21:40:09.849Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-03-11T21:40:10.342Z Compiling tower-layer v0.3.3
20052026-03-11T21:40:10.472Z Compiling tinyvec_macros v0.1.1
20062026-03-11T21:40:10.542Z Compiling atomic-waker v1.1.2
20072026-03-11T21:40:10.575Z Compiling winnow v0.5.40
20082026-03-11T21:40:10.693Z Compiling tower-service v0.3.3
20092026-03-11T21:40:10.812Z Compiling rustix v0.38.44
20102026-03-11T21:40:11.590Z Compiling try-lock v0.2.5
20112026-03-11T21:40:11.874Z Compiling want v0.3.1
20122026-03-11T21:40:12.059Z Compiling dof v0.4.0
20132026-03-11T21:40:12.468Z Compiling toml_edit v0.19.15
20142026-03-11T21:40:12.559Z Compiling darling_macro v0.20.11
20152026-03-11T21:40:13.143Z Compiling dof v0.3.0
20162026-03-11T21:40:13.164Z Compiling h2 v0.4.13
20172026-03-11T21:40:13.580Z Compiling tinyvec v1.10.0
20182026-03-11T21:40:15.665Z Compiling dtrace-parser v0.2.0
20192026-03-11T21:40:15.683Z Compiling dtrace-parser v0.3.0
20202026-03-11T21:40:15.733Z Compiling curve25519-dalek v4.1.3
20212026-03-11T21:40:15.962Z Compiling ipnet v2.11.0
20222026-03-11T21:40:16.048Z Compiling async-trait v0.1.89
20232026-03-11T21:40:16.487Z Compiling daft-derive v0.1.5
20242026-03-11T21:40:16.505Z Compiling spin v0.9.8
20252026-03-11T21:40:16.544Z Compiling thread-id v5.1.0
20262026-03-11T21:40:16.645Z Compiling thread-id v4.2.2
20272026-03-11T21:40:16.752Z Compiling proc-macro-error-attr v1.0.4
20282026-03-11T21:40:16.769Z Compiling num-bigint-dig v0.8.6
20292026-03-11T21:40:17.003Z Compiling fastrand v2.3.0
20302026-03-11T21:40:17.020Z Compiling smoltcp v0.9.1
20312026-03-11T21:40:17.250Z Compiling litrs v1.0.0
20322026-03-11T21:40:17.573Z Compiling httpdate v1.0.3
20332026-03-11T21:40:17.573Z Compiling pin-utils v0.1.0
20342026-03-11T21:40:17.862Z Compiling foreign-types-shared v0.1.1
20352026-03-11T21:40:17.906Z Compiling tempfile v3.25.0
20362026-03-11T21:40:17.964Z Compiling foreign-types v0.3.2
20372026-03-11T21:40:17.981Z Compiling document-features v0.2.12
20382026-03-11T21:40:18.053Z Compiling hyper v1.8.1
20392026-03-11T21:40:19.032Z Compiling darling v0.20.11
20402026-03-11T21:40:19.346Z Compiling ipnetwork v0.21.1
20412026-03-11T21:40:19.908Z Compiling strum_macros v0.26.4
20422026-03-11T21:40:20.029Z Compiling wait-timeout v0.2.1
20432026-03-11T21:40:20.298Z Compiling proc-macro-error v1.0.4
20442026-03-11T21:40:20.995Z Compiling anstyle v1.0.13
20452026-03-11T21:40:21.573Z Compiling powerfmt v0.2.0
20462026-03-11T21:40:21.731Z Compiling quick-error v1.2.3
20472026-03-11T21:40:21.891Z Compiling unicode-segmentation v1.12.0
20482026-03-11T21:40:21.943Z Compiling simd-adler32 v0.3.8
20492026-03-11T21:40:22.002Z Compiling bit-vec v0.8.0
20502026-03-11T21:40:22.277Z Compiling siphasher v1.0.2
20512026-03-11T21:40:22.296Z Compiling utf8parse v0.2.2
20522026-03-11T21:40:22.379Z Compiling deranged v0.5.8
20532026-03-11T21:40:22.421Z Compiling anstyle-parse v0.2.7
20542026-03-11T21:40:22.506Z Compiling bit-set v0.8.0
20552026-03-11T21:40:22.636Z Compiling rusty-fork v0.3.1
20562026-03-11T21:40:25.213Z Compiling hyper-util v0.1.20
20572026-03-11T21:40:25.698Z Compiling crossbeam-epoch v0.9.18
20582026-03-11T21:40:26.086Z Compiling derive_builder_core v0.20.2
20592026-03-11T21:40:27.355Z Compiling unicode-normalization v0.1.25
20602026-03-11T21:40:27.581Z Compiling rustls-native-certs v0.8.3
20612026-03-11T21:40:28.134Z Compiling rand_xorshift v0.4.0
20622026-03-11T21:40:28.220Z Compiling hubpack_derive v0.1.1
20632026-03-11T21:40:28.305Z Compiling sync_wrapper v1.0.2
20642026-03-11T21:40:28.402Z Compiling strum_macros v0.27.2
20652026-03-11T21:40:28.435Z Compiling signature v2.2.0
20662026-03-11T21:40:28.608Z Compiling curve25519-dalek-derive v0.1.1
20672026-03-11T21:40:28.785Z Compiling fs-err v3.3.0
20682026-03-11T21:40:28.965Z Compiling ahash v0.8.12
20692026-03-11T21:40:29.147Z Compiling adler2 v2.0.1
20702026-03-11T21:40:29.175Z Compiling num_threads v0.1.7
20712026-03-11T21:40:29.264Z Compiling unicode-properties v0.1.4
20722026-03-11T21:40:29.289Z Compiling unarray v0.1.4
20732026-03-11T21:40:29.306Z Compiling is_terminal_polyfill v1.70.2
20742026-03-11T21:40:29.348Z Compiling colorchoice v1.0.4
20752026-03-11T21:40:29.399Z Compiling object v0.37.3
20762026-03-11T21:40:29.416Z Compiling anstyle-query v1.1.5
20772026-03-11T21:40:29.419Z Compiling unicode-bidi v0.3.18
20782026-03-11T21:40:29.537Z Compiling anstream v0.6.21
20792026-03-11T21:40:29.671Z Compiling time v0.3.47
20802026-03-11T21:40:29.720Z Compiling proptest v1.10.0
20812026-03-11T21:40:29.898Z Compiling stringprep v0.1.5
20822026-03-11T21:40:30.391Z Compiling miniz_oxide v0.8.9
20832026-03-11T21:40:31.927Z Compiling tower v0.5.3
20842026-03-11T21:40:32.464Z Compiling derive_builder_macro v0.20.2
20852026-03-11T21:40:32.495Z Compiling crossbeam-deque v0.8.6
20862026-03-11T21:40:32.731Z Compiling heck v0.4.1
20872026-03-11T21:40:32.944Z Compiling usdt-attr-macro v0.6.0
20882026-03-11T21:40:32.993Z Compiling usdt-macro v0.6.0
20892026-03-11T21:40:33.611Z Compiling http-body-util v0.1.3
20902026-03-11T21:40:33.876Z Compiling webpki-roots v1.0.6
20912026-03-11T21:40:33.980Z Compiling rand_chacha v0.3.1
20922026-03-11T21:40:34.018Z Compiling num-integer v0.1.46
20932026-03-11T21:40:34.209Z Compiling hash32 v0.2.1
20942026-03-11T21:40:34.225Z Compiling erased-serde v0.3.31
20952026-03-11T21:40:34.295Z Compiling md-5 v0.10.6
20962026-03-11T21:40:34.414Z Compiling vergen-lib v0.1.6
20972026-03-11T21:40:34.460Z Compiling ff v0.13.1
20982026-03-11T21:40:34.476Z Compiling iri-string v0.7.10
20992026-03-11T21:40:34.623Z Compiling base16ct v0.2.0
21002026-03-11T21:40:34.723Z Compiling psl-types v2.0.11
21012026-03-11T21:40:34.769Z Compiling zlib-rs v0.6.2
21022026-03-11T21:40:34.831Z Compiling fallible-iterator v0.2.0
21032026-03-11T21:40:34.878Z Compiling ryu v1.0.23
21042026-03-11T21:40:35.085Z Compiling serde_urlencoded v0.7.1
21052026-03-11T21:40:35.238Z Compiling postgres-protocol v0.6.10
21062026-03-11T21:40:35.405Z Compiling publicsuffix v2.3.0
21072026-03-11T21:40:35.643Z Compiling sec1 v0.7.3
21082026-03-11T21:40:35.934Z Compiling group v0.13.0
21092026-03-11T21:40:35.992Z Compiling num-iter v0.1.45
21102026-03-11T21:40:36.139Z Compiling tower-http v0.6.8
21112026-03-11T21:40:36.422Z Compiling rand v0.8.5
21122026-03-11T21:40:37.232Z Compiling oxnet v0.1.4
21132026-03-11T21:40:37.270Z Compiling derive_builder v0.20.2
21142026-03-11T21:40:37.295Z Compiling zone_cfg_derive v0.3.1
21152026-03-11T21:40:37.318Z Compiling newtype-uuid v1.3.2
21162026-03-11T21:40:37.488Z Compiling tokio-native-tls v0.3.1
21172026-03-11T21:40:37.669Z Compiling flate2 v1.1.9
21182026-03-11T21:40:37.705Z Compiling phf_shared v0.13.1
21192026-03-11T21:40:38.112Z Compiling lazy_static v1.5.0
21202026-03-11T21:40:38.393Z Compiling terminal_size v0.4.3
21212026-03-11T21:40:38.557Z Compiling serde_with_macros v3.17.0
21222026-03-11T21:40:38.635Z Compiling hkdf v0.12.4
21232026-03-11T21:40:38.704Z Compiling enum-as-inner v0.6.1
21242026-03-11T21:40:38.809Z Compiling clap_derive v4.5.55
21252026-03-11T21:40:39.057Z Compiling cargo-platform v0.1.9
21262026-03-11T21:40:39.352Z Compiling crypto-bigint v0.5.5
21272026-03-11T21:40:39.512Z Compiling serde_repr v0.1.20
21282026-03-11T21:40:39.644Z Compiling vergen v9.0.6
21292026-03-11T21:40:39.933Z Compiling managed v0.8.0
21302026-03-11T21:40:40.202Z Compiling clap_lex v1.0.0
21312026-03-11T21:40:40.516Z Compiling foldhash v0.1.5
21322026-03-11T21:40:40.791Z Compiling bitflags v1.3.2
21332026-03-11T21:40:40.863Z Compiling unicode-width v0.2.0
21342026-03-11T21:40:40.938Z Compiling libbz2-rs-sys v0.2.2
21352026-03-11T21:40:40.956Z Compiling bumpalo v3.20.2
21362026-03-11T21:40:41.136Z Compiling elliptic-curve v0.13.8
21372026-03-11T21:40:41.205Z Compiling console v0.16.2
21382026-03-11T21:40:41.269Z Compiling zopfli v0.8.3
21392026-03-11T21:40:41.544Z Compiling bzip2 v0.6.1
21402026-03-11T21:40:41.792Z Compiling hashbrown v0.15.5
21412026-03-11T21:40:42.208Z Compiling clap_builder v4.5.60
21422026-03-11T21:40:42.256Z Compiling cargo_metadata v0.19.2
21432026-03-11T21:40:44.325Z Compiling phf v0.13.1
21442026-03-11T21:40:44.528Z Compiling hyper-tls v0.6.0
21452026-03-11T21:40:44.545Z Compiling zstd v0.13.3
21462026-03-11T21:40:44.785Z Compiling daft v0.1.5
21472026-03-11T21:40:45.125Z Compiling signal-hook-mio v0.2.5
21482026-03-11T21:40:45.256Z Compiling rayon v1.11.0
21492026-03-11T21:40:45.260Z Compiling cookie_store v0.22.1
21502026-03-11T21:40:45.322Z Compiling bzip2 v0.4.4
21512026-03-11T21:40:45.484Z Compiling postgres-types v0.2.12
21522026-03-11T21:40:45.581Z Compiling strum v0.27.2
21532026-03-11T21:40:45.971Z Compiling hubpack v0.1.2
21542026-03-11T21:40:46.037Z Compiling ed25519 v2.2.3
21552026-03-11T21:40:46.166Z Compiling phf_shared v0.11.3
21562026-03-11T21:40:46.394Z Compiling pkcs1 v0.7.5
21572026-03-11T21:40:47.061Z Compiling bstr v1.12.1
21582026-03-11T21:40:47.517Z Compiling itertools v0.12.1
21592026-03-11T21:40:47.689Z Compiling rfc6979 v0.4.0
21602026-03-11T21:40:47.830Z Compiling float-cmp v0.10.0
21612026-03-11T21:40:48.006Z Compiling serde-big-array v0.5.1
21622026-03-11T21:40:48.178Z Compiling hex v0.4.3
21632026-03-11T21:40:48.221Z Compiling env_filter v1.0.0
21642026-03-11T21:40:48.545Z Compiling memmap2 v0.9.10
21652026-03-11T21:40:48.545Z Compiling encoding_rs v0.8.35
21662026-03-11T21:40:48.802Z Compiling fixedbitset v0.4.2
21672026-03-11T21:40:49.060Z Compiling unit-prefix v0.5.2
21682026-03-11T21:40:49.122Z Compiling mime v0.3.17
21692026-03-11T21:40:49.228Z Compiling keccak v0.1.6
21702026-03-11T21:40:49.423Z Compiling toml_write v0.1.2
21712026-03-11T21:40:49.489Z Compiling predicates-core v1.0.10
21722026-03-11T21:40:49.674Z Compiling fixedbitset v0.5.7
21732026-03-11T21:40:50.040Z Compiling new_debug_unreachable v1.0.6
21742026-03-11T21:40:50.084Z Compiling difflib v0.4.0
21752026-03-11T21:40:50.126Z Compiling precomputed-hash v0.1.1
21762026-03-11T21:40:50.246Z Compiling data-encoding v2.10.0
21772026-03-11T21:40:50.660Z Compiling static_assertions v1.1.0
21782026-03-11T21:40:50.750Z Compiling rustc-hash v2.1.1
21792026-03-11T21:40:51.051Z Compiling normalize-line-endings v0.3.0
21802026-03-11T21:40:51.192Z Compiling jiff v0.2.21
21812026-03-11T21:40:51.268Z Compiling whoami v2.1.0
21822026-03-11T21:40:51.372Z Compiling predicates v3.1.4
21832026-03-11T21:40:51.692Z Compiling tokio-postgres v0.7.16
21842026-03-11T21:40:53.570Z Compiling rustls-webpki v0.103.9
21852026-03-11T21:40:54.645Z Compiling iddqd v0.3.17
21862026-03-11T21:40:55.094Z Compiling zip v4.6.1
21872026-03-11T21:40:55.400Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-11T21:40:56.140Z Compiling hickory-proto v0.25.2
21892026-03-11T21:40:56.307Z Compiling string_cache v0.8.9
21902026-03-11T21:40:56.394Z Compiling petgraph v0.8.3
21912026-03-11T21:40:58.954Z Compiling tokio-rustls v0.26.4
21922026-03-11T21:40:59.098Z Compiling rustls-platform-verifier v0.6.2
21932026-03-11T21:40:59.284Z Compiling hyper-rustls v0.27.7
21942026-03-11T21:40:59.351Z Compiling toml_edit v0.22.27
21952026-03-11T21:40:59.679Z Compiling reqwest v0.13.2
21962026-03-11T21:41:00.975Z Compiling reqwest v0.12.28
21972026-03-11T21:41:01.989Z Compiling sha3 v0.10.8
21982026-03-11T21:41:02.341Z Compiling indicatif v0.18.4
21992026-03-11T21:41:02.673Z Compiling zone v0.3.1
22002026-03-11T21:41:02.833Z Compiling petgraph v0.6.5
22012026-03-11T21:41:03.331Z Compiling usdt v0.6.0
22022026-03-11T21:41:03.493Z Compiling serde_with v3.17.0
22032026-03-11T21:41:04.124Z Compiling env_logger v0.11.9
22042026-03-11T21:41:04.256Z Compiling ecdsa v0.16.9
22052026-03-11T21:41:04.759Z Compiling similar v2.7.0
22062026-03-11T21:41:04.851Z Compiling rsa v0.9.10
22072026-03-11T21:41:05.766Z Compiling ed25519-dalek v2.2.0
22082026-03-11T21:41:06.132Z Compiling zip v0.6.6
22092026-03-11T21:41:06.228Z Compiling crossterm v0.28.1
22102026-03-11T21:41:06.445Z Compiling clap v4.5.60
22112026-03-11T21:41:06.544Z Compiling strum v0.26.3
22122026-03-11T21:41:06.701Z Compiling toml v0.7.8
22132026-03-11T21:41:06.869Z Compiling tokio-stream v0.1.18
22142026-03-11T21:41:07.455Z Compiling x509-cert v0.2.5
22152026-03-11T21:41:07.823Z Compiling itertools v0.13.0
22162026-03-11T21:41:08.218Z Compiling buf-list v1.1.2
22172026-03-11T21:41:08.532Z Compiling sha1 v0.10.6
22182026-03-11T21:41:08.791Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-11T21:41:09.194Z Compiling openapiv3 v2.2.0
22202026-03-11T21:41:09.972Z Compiling lalrpop-util v0.19.12
22212026-03-11T21:41:10.213Z Compiling peg-runtime v0.8.5
22222026-03-11T21:41:11.367Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22232026-03-11T21:41:23.784Z Compiling itertools v0.14.0
22242026-03-11T21:41:25.805Z Compiling macaddr v1.0.1
22252026-03-11T21:41:25.904Z Compiling structmeta-derive v0.3.0
22262026-03-11T21:41:26.602Z Compiling heapless v0.8.0
22272026-03-11T21:41:27.205Z Compiling structmeta v0.3.0
22282026-03-11T21:41:28.151Z Compiling ingot-macros v0.1.1
22292026-03-11T21:41:31.974Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-11T21:41:32.837Z Compiling hash32 v0.3.1
22312026-03-11T21:41:33.412Z Compiling smoltcp v0.11.0
22322026-03-11T21:41:33.568Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-03-11T21:41:35.819Z Compiling proc-macro-crate v3.4.0
22342026-03-11T21:41:37.136Z Compiling ingot-types v0.1.2
22352026-03-11T21:41:44.702Z Compiling cobs v0.3.0
22362026-03-11T21:41:48.418Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-11T21:41:48.670Z Compiling rustls v0.22.4
22382026-03-11T21:41:55.208Z Compiling postcard v1.1.3
22392026-03-11T21:41:58.780Z Compiling ingot v0.1.1
22402026-03-11T21:41:59.317Z Compiling num_enum_derive v0.7.5
22412026-03-11T21:42:01.278Z Compiling proc-macro-crate v1.3.1
22422026-03-11T21:42:01.935Z Compiling rustls-webpki v0.102.8
22432026-03-11T21:42:01.978Z Compiling futures-executor v0.3.32
22442026-03-11T21:42:02.991Z Compiling foreign-types-macros v0.2.3
22452026-03-11T21:42:03.028Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-11T21:42:03.277Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-11T21:42:03.548Z Compiling multer v3.1.0
22482026-03-11T21:42:03.585Z Compiling thread_local v1.1.9
22492026-03-11T21:42:03.748Z Compiling slog-async v2.8.0
22502026-03-11T21:42:03.805Z Compiling foreign-types-shared v0.3.1
22512026-03-11T21:42:03.931Z Compiling cpufeatures v0.3.0
22522026-03-11T21:42:03.984Z Compiling match_cfg v0.1.0
22532026-03-11T21:42:04.030Z Compiling chacha20 v0.10.0
22542026-03-11T21:42:04.079Z Compiling hostname v0.3.1
22552026-03-11T21:42:04.212Z Compiling foreign-types v0.5.0
22562026-03-11T21:42:04.305Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22572026-03-11T21:42:04.346Z Compiling futures v0.3.32
22582026-03-11T21:42:04.351Z Compiling num_enum_derive v0.5.11
22592026-03-11T21:42:04.380Z Compiling num_enum v0.7.5
22602026-03-11T21:42:04.545Z Compiling derive-ex v0.1.8
22612026-03-11T21:42:04.587Z Compiling tabwriter v1.4.1
22622026-03-11T21:42:04.604Z Compiling slog-json v2.6.1
22632026-03-11T21:42:04.914Z Compiling crossbeam-channel v0.5.15
22642026-03-11T21:42:05.037Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-11T21:42:05.613Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22662026-03-11T21:42:05.636Z Compiling async-stream-impl v0.3.6
22672026-03-11T21:42:05.815Z Compiling serde_spanned v1.0.4
22682026-03-11T21:42:06.018Z Compiling cstr-argument v0.1.2
22692026-03-11T21:42:06.207Z Compiling memoffset v0.9.1
22702026-03-11T21:42:06.230Z Compiling is-terminal v0.4.17
22712026-03-11T21:42:06.358Z Compiling dropshot v0.16.7
22722026-03-11T21:42:06.437Z Compiling take_mut v0.2.2
22732026-03-11T21:42:06.481Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22742026-03-11T21:42:06.544Z Compiling crucible-workspace-hack v0.1.0
22752026-03-11T21:42:06.583Z Compiling term v1.2.1
22762026-03-11T21:42:06.664Z Compiling typeid v1.0.3
22772026-03-11T21:42:06.669Z Compiling cfg_aliases v0.2.1
22782026-03-11T21:42:06.719Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-11T21:42:06.761Z Compiling nix v0.30.1
22802026-03-11T21:42:06.878Z Compiling test-strategy v0.4.5
22812026-03-11T21:42:07.006Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-11T21:42:07.068Z Compiling slog-term v2.9.2
22832026-03-11T21:42:07.255Z Compiling tokio-rustls v0.25.0
22842026-03-11T21:42:07.750Z Compiling async-stream v0.3.6
22852026-03-11T21:42:08.637Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-11T21:42:08.671Z Compiling num_enum v0.5.11
22872026-03-11T21:42:08.689Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-11T21:42:08.836Z Compiling slog-bunyan v2.5.0
22892026-03-11T21:42:08.892Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-03-11T21:42:09.061Z Compiling rand v0.10.0
22912026-03-11T21:42:09.078Z Compiling parse-display-derive v0.10.0
22922026-03-11T21:42:09.163Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22932026-03-11T21:42:09.163Z Compiling waitgroup v0.1.2
22942026-03-11T21:42:09.197Z Compiling rustls-pemfile v2.2.0
22952026-03-11T21:42:09.353Z Compiling dropshot_endpoint v0.16.7
22962026-03-11T21:42:09.468Z Compiling newtype-uuid-macros v0.1.0
22972026-03-11T21:42:09.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22982026-03-11T21:42:10.087Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22992026-03-11T21:42:10.105Z Compiling serde_path_to_error v0.1.20
23002026-03-11T21:42:10.407Z Compiling hostname v0.4.2
23012026-03-11T21:42:10.425Z Compiling instant v0.1.13
23022026-03-11T21:42:10.425Z Compiling colored v3.1.1
23032026-03-11T21:42:10.610Z Compiling debug-ignore v1.0.5
23042026-03-11T21:42:10.632Z Compiling erased-serde v0.4.9
23052026-03-11T21:42:10.711Z Compiling backoff v0.4.0
23062026-03-11T21:42:10.992Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23072026-03-11T21:42:11.033Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-03-11T21:42:11.072Z Compiling parse-display v0.10.0
23092026-03-11T21:42:11.215Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-11T21:42:11.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-03-11T21:42:11.861Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-11T21:42:12.223Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-11T21:42:12.554Z Compiling progenitor-client v0.13.0
23142026-03-11T21:42:12.633Z Compiling progenitor-client v0.10.0
23152026-03-11T21:42:13.053Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
23162026-03-11T21:42:13.106Z Compiling camino-tempfile v1.4.1
23172026-03-11T21:42:13.239Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-11T21:42:13.346Z Compiling backon v1.6.0
23192026-03-11T21:42:13.629Z Compiling regress v0.10.5
23202026-03-11T21:42:13.655Z Compiling secrecy v0.10.3
23212026-03-11T21:42:13.870Z Compiling num-derive v0.4.2
23222026-03-11T21:42:14.876Z Compiling sigpipe v0.1.3
23232026-03-11T21:42:14.995Z Compiling glob v0.3.3
23242026-03-11T21:42:15.039Z Compiling libefi-sys v0.1.0
23252026-03-11T21:42:15.172Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23262026-03-11T21:42:15.336Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23272026-03-11T21:42:15.475Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23282026-03-11T21:42:16.032Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23292026-03-11T21:42:16.195Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23302026-03-11T21:42:16.343Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-11T21:42:16.403Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
23322026-03-11T21:42:17.883Z Compiling usdt-attr-macro v0.5.0
23332026-03-11T21:42:18.373Z Compiling usdt-macro v0.5.0
23342026-03-11T21:42:18.833Z Compiling smf v0.2.3
23352026-03-11T21:42:19.261Z Compiling bitfield-struct v0.6.2
23362026-03-11T21:42:19.765Z Compiling ordered-float v2.10.1
23372026-03-11T21:42:19.963Z Compiling blake3 v1.8.3
23382026-03-11T21:42:20.071Z Compiling memmap v0.7.0
23392026-03-11T21:42:20.089Z Compiling whoami v1.6.1
23402026-03-11T21:42:20.160Z Compiling serde-value v0.7.0
23412026-03-11T21:42:20.300Z Compiling usdt v0.5.0
23422026-03-11T21:42:20.359Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-11T21:42:20.669Z Compiling serde-untagged v0.1.9
23442026-03-11T21:42:20.865Z Compiling toml v0.8.23
23452026-03-11T21:42:20.943Z Compiling filetime v0.2.27
23462026-03-11T21:42:21.078Z Compiling arrayref v0.3.9
23472026-03-11T21:42:21.100Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-11T21:42:21.123Z Compiling constant_time_eq v0.4.2
23492026-03-11T21:42:21.146Z Compiling same-file v1.0.6
23502026-03-11T21:42:21.173Z Compiling arrayvec v0.7.6
23512026-03-11T21:42:21.202Z Compiling unicode-xid v0.2.6
23522026-03-11T21:42:21.206Z Compiling xattr v1.6.1
23532026-03-11T21:42:21.356Z Compiling tar v0.4.44
23542026-03-11T21:42:21.356Z Compiling walkdir v2.5.0
23552026-03-11T21:42:21.394Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-03-11T21:42:21.485Z Compiling cargo-util-schemas v0.8.2
23572026-03-11T21:42:22.256Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-03-11T21:42:22.278Z Compiling tokio-dtrace v0.1.1
23592026-03-11T21:42:22.552Z Compiling gethostname v0.5.0
23602026-03-11T21:42:22.718Z Compiling cargo-platform v0.2.0
23612026-03-11T21:42:22.737Z Compiling topological-sort v0.2.2
23622026-03-11T21:42:22.912Z Compiling omicron-zone-package v0.12.2
23632026-03-11T21:42:22.952Z Compiling oxide-tokio-rt v0.1.2
23642026-03-11T21:42:23.364Z Compiling cargo_metadata v0.21.0
23652026-03-11T21:42:23.977Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662026-03-11T21:42:24.205Z Compiling shell-words v1.1.1
23672026-03-11T21:42:24.460Z Compiling indent_write v2.2.0
23682026-03-11T21:42:28.222Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-11T21:42:28.860Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23702026-03-11T21:42:30.873Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23712026-03-11T21:42:41.039Z Finished `release` profile [optimized] target(s) in 3m 11s
23722026-03-11T21:42:41.222Z Running `target/release/omicron-package -t test target create -p dev`
23732026-03-11T21:42:41.281ZLogging to: /work/oxidecomputer/omicron/out/LOG
23742026-03-11T21:42:41.285ZCreated new build target 'test' and set it as active
23752026-03-11T21:42:41.285Z
23762026-03-11T21:42:41.285Zreal 3:11.386493116
23772026-03-11T21:42:41.285Zuser 20:19.281280921
23782026-03-11T21:42:41.285Zsys 2:32.873993708
23792026-03-11T21:42:41.285Ztrap 0.517985045
23802026-03-11T21:42:41.285Ztflt 1.790701768
23812026-03-11T21:42:41.285Zdflt 0.942800591
23822026-03-11T21:42:41.285Zkflt 0.000121941
23832026-03-11T21:42:41.285Zlock 54:41.378930559
23842026-03-11T21:42:41.285Zslp 1:19:58.191346006
23852026-03-11T21:42:41.285Zlat 1:49.859308606
23862026-03-11T21:42:41.285Zstop 4:11.844813063
23872026-03-11T21:42:41.286Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23882026-03-11T21:42:42.453Z Finished `release` profile [optimized] target(s) in 1.11s
23892026-03-11T21:42:42.522Z Running `target/release/omicron-package -t test package`
23902026-03-11T21:42:42.580ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-03-11T21:42:44.390Z Compiling regress v0.10.5
23922026-03-11T21:42:44.393Z Compiling heck v0.5.0
23932026-03-11T21:42:44.393Z Compiling unsafe-libyaml v0.2.11
23942026-03-11T21:42:44.632Z Compiling convert_case v0.4.0
23952026-03-11T21:42:44.655Z Compiling half v2.7.1
23962026-03-11T21:42:44.658Z Compiling ciborium-io v0.2.2
23972026-03-11T21:42:44.658Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23982026-03-11T21:42:44.724Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
23992026-03-11T21:42:44.824Z Compiling typify-impl v0.6.1
24002026-03-11T21:42:45.043Z Compiling derive_more v0.99.20
24012026-03-11T21:42:45.138Z Compiling ciborium-ll v0.2.2
24022026-03-11T21:42:45.352Z Compiling serde_yaml v0.9.34+deprecated
24032026-03-11T21:42:45.475Z Compiling ciborium v0.2.2
24042026-03-11T21:42:45.506Z Compiling prettyplease v0.2.37
24052026-03-11T21:42:45.813Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
24062026-03-11T21:42:46.159Z Compiling universal-hash v0.5.1
24072026-03-11T21:42:46.357Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-11T21:42:46.649Z Compiling unicode-width v0.1.14
24092026-03-11T21:42:47.058Z Compiling opaque-debug v0.3.1
24102026-03-11T21:42:47.162Z Compiling poly1305 v0.8.0
24112026-03-11T21:42:47.195Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-03-11T21:42:47.379Z Compiling chacha20 v0.9.1
24132026-03-11T21:42:47.719Z Compiling password-hash v0.5.0
24142026-03-11T21:42:47.750Z Compiling thiserror-no-std v2.0.2
24152026-03-11T21:42:47.878Z Compiling blake2 v0.10.6
24162026-03-11T21:42:47.956Z Compiling aead v0.5.2
24172026-03-11T21:42:48.149Z Compiling is-terminal v0.4.17
24182026-03-11T21:42:48.220Z Compiling swrite v0.1.0
24192026-03-11T21:42:48.277Z Compiling argon2 v0.5.3
24202026-03-11T21:42:48.361Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
24212026-03-11T21:42:48.503Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24222026-03-11T21:42:48.556Z Compiling chacha20poly1305 v0.10.1
24232026-03-11T21:42:48.749Z Compiling vsss-rs v3.3.4
24242026-03-11T21:42:48.828Z Compiling serde_spanned v1.0.4
24252026-03-11T21:42:48.968Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-11T21:42:49.027Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-03-11T21:42:49.252Z Compiling toml v0.9.12+spec-1.1.0
24282026-03-11T21:42:49.445Z Compiling typify-impl v0.4.3
24292026-03-11T21:42:49.611Z Compiling bytecount v0.6.9
24302026-03-11T21:42:49.852Z Compiling rustls v0.22.4
24312026-03-11T21:42:49.887Z Compiling rustls-webpki v0.102.8
24322026-03-11T21:42:50.824Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24332026-03-11T21:42:50.860Z Compiling derive-where v1.6.0
24342026-03-11T21:42:50.995Z Compiling thread_local v1.1.9
24352026-03-11T21:42:51.348Z Compiling match_cfg v0.1.0
24362026-03-11T21:42:51.452Z Compiling hostname v0.3.1
24372026-03-11T21:42:51.953Z Compiling typify-macro v0.6.1
24382026-03-11T21:42:53.883Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24392026-03-11T21:42:54.012Z Compiling typify v0.6.1
24402026-03-11T21:42:54.153Z Compiling progenitor-impl v0.13.0
24412026-03-11T21:42:54.498Z Compiling typify-macro v0.4.3
24422026-03-11T21:42:55.675Z Compiling multer v3.1.0
24432026-03-11T21:42:55.747Z Compiling slog-async v2.8.0
24442026-03-11T21:42:55.819Z Compiling slog-json v2.6.1
24452026-03-11T21:42:56.081Z Compiling crossbeam-channel v0.5.15
24462026-03-11T21:42:56.441Z Compiling futures-executor v0.3.32
24472026-03-11T21:42:56.507Z Compiling take_mut v0.2.2
24482026-03-11T21:42:56.657Z Compiling term v1.2.1
24492026-03-11T21:42:56.681Z Compiling futures v0.3.32
24502026-03-11T21:42:56.792Z Compiling slog-bunyan v2.5.0
24512026-03-11T21:42:57.246Z Compiling progenitor-macro v0.13.0
24522026-03-11T21:42:57.285Z Compiling slog-term v2.9.2
24532026-03-11T21:42:57.328Z Compiling tokio-rustls v0.25.0
24542026-03-11T21:42:57.506Z Compiling dropshot v0.16.7
24552026-03-11T21:42:57.577Z Compiling async-stream v0.3.6
24562026-03-11T21:42:57.622Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24572026-03-11T21:42:57.791Z Compiling waitgroup v0.1.2
24582026-03-11T21:42:57.857Z Compiling rustls-pemfile v2.2.0
24592026-03-11T21:42:57.959Z Compiling serde_path_to_error v0.1.20
24602026-03-11T21:42:57.982Z Compiling hostname v0.4.2
24612026-03-11T21:42:58.096Z Compiling instant v0.1.13
24622026-03-11T21:42:58.162Z Compiling debug-ignore v1.0.5
24632026-03-11T21:42:58.242Z Compiling backoff v0.4.0
24642026-03-11T21:42:58.310Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-03-11T21:42:58.505Z Compiling parse-display v0.10.0
24662026-03-11T21:42:58.843Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-03-11T21:42:59.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-11T21:42:59.027Z Compiling progenitor-client v0.10.0
24692026-03-11T21:42:59.407Z Compiling progenitor-client v0.13.0
24702026-03-11T21:42:59.772Z Compiling backon v1.6.0
24712026-03-11T21:42:59.796Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-11T21:43:00.042Z Compiling macaddr v1.0.1
24732026-03-11T21:43:00.382Z Compiling typify v0.4.3
24742026-03-11T21:43:00.531Z Compiling console v0.15.11
24752026-03-11T21:43:02.228Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24762026-03-11T21:43:03.071Z Compiling progenitor v0.13.0
24772026-03-11T21:43:03.268Z Compiling newline-converter v0.3.0
24782026-03-11T21:43:03.402Z Compiling atomicwrites v0.4.4
24792026-03-11T21:43:03.454Z Compiling num-rational v0.4.2
24802026-03-11T21:43:03.766Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24812026-03-11T21:43:04.754Z Compiling num-complex v0.4.6
24822026-03-11T21:43:05.484Z Compiling slog-dtrace v0.3.0
24832026-03-11T21:43:05.872Z Compiling num v0.4.3
24842026-03-11T21:43:06.096Z Compiling expectorate v1.2.0
24852026-03-11T21:43:06.175Z Compiling async-recursion v1.1.1
24862026-03-11T21:43:06.378Z Compiling owo-colors v4.3.0
24872026-03-11T21:43:06.794Z Compiling cancel-safe-futures v0.1.5
24882026-03-11T21:43:07.001Z Compiling float-ord v0.3.2
24892026-03-11T21:43:07.280Z Compiling libsw-core v0.3.2
24902026-03-11T21:43:07.524Z Compiling resolv-conf v0.7.6
24912026-03-11T21:43:08.146Z Compiling libsw v3.5.0
24922026-03-11T21:43:08.863Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-03-11T21:43:09.069Z Compiling toml v0.8.23
24942026-03-11T21:43:09.646Z Compiling linear-map v1.2.0
24952026-03-11T21:43:09.892Z Compiling linked-hash-map v0.5.6
24962026-03-11T21:43:09.958Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-03-11T21:43:10.195Z Compiling minimal-lexical v0.2.1
24982026-03-11T21:43:10.530Z Compiling nom v7.1.3
24992026-03-11T21:43:11.276Z Compiling lru-cache v0.1.2
25002026-03-11T21:43:12.345Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-03-11T21:43:13.717Z Compiling unicode-xid v0.2.6
25022026-03-11T21:43:13.887Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-03-11T21:43:14.027Z Compiling globset v0.4.18
25042026-03-11T21:43:14.395Z Compiling hickory-proto v0.24.4
25052026-03-11T21:43:17.552Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-03-11T21:43:19.692Z Compiling hickory-resolver v0.24.4
25072026-03-11T21:43:22.473Z Compiling progenitor-impl v0.11.2
25082026-03-11T21:43:22.850Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25092026-03-11T21:43:25.028Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25102026-03-11T21:43:25.381Z Compiling convert_case v0.10.0
25112026-03-11T21:43:25.451Z Compiling progenitor-macro v0.11.2
25122026-03-11T21:43:25.773Z Compiling derive_more-impl v2.1.1
25132026-03-11T21:43:26.781Z Compiling qorb v0.4.1
25142026-03-11T21:43:29.037Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-03-11T21:43:29.674Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25162026-03-11T21:43:30.267Z Compiling progenitor-client v0.11.2
25172026-03-11T21:43:30.925Z Compiling pin-project-internal v1.1.11
25182026-03-11T21:43:31.131Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-03-11T21:43:32.290Z Compiling pin-project v1.1.11
25202026-03-11T21:43:32.439Z Compiling progenitor v0.11.2
25212026-03-11T21:43:32.631Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-03-11T21:43:32.796Z Compiling derive_more v2.1.1
25232026-03-11T21:43:32.824Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25242026-03-11T21:43:32.849Z Compiling pem v3.0.6
25252026-03-11T21:43:32.875Z Compiling snafu-derive v0.8.9
25262026-03-11T21:43:32.910Z Compiling termtree v0.5.1
25272026-03-11T21:43:33.118Z Compiling crossterm v0.29.0
25282026-03-11T21:43:33.164Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25292026-03-11T21:43:33.734Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-03-11T21:43:34.716Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25312026-03-11T21:43:35.214Z Compiling snafu v0.8.9
25322026-03-11T21:43:35.985Z Compiling olpc-cjson v0.1.4
25332026-03-11T21:43:36.267Z Compiling phf_shared v0.12.1
25342026-03-11T21:43:36.605Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-03-11T21:43:36.986Z Compiling csv-core v0.1.13
25362026-03-11T21:43:37.295Z Compiling vte v0.14.1
25372026-03-11T21:43:37.506Z Compiling serde_plain v1.0.2
25382026-03-11T21:43:37.530Z Compiling chrono-tz v0.10.4
25392026-03-11T21:43:37.582Z Compiling highway v1.3.0
25402026-03-11T21:43:37.790Z Compiling typed-path v0.9.3
25412026-03-11T21:43:37.911Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25422026-03-11T21:43:37.937Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-03-11T21:43:38.264Z Compiling strip-ansi-escapes v0.2.1
25442026-03-11T21:43:38.469Z Compiling csv v1.4.0
25452026-03-11T21:43:38.521Z Compiling phf v0.12.1
25462026-03-11T21:43:38.804Z Compiling const_format_proc_macros v0.2.34
25472026-03-11T21:43:38.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482026-03-11T21:43:39.599Z Compiling tough v0.20.0
25492026-03-11T21:43:39.744Z Compiling papergrid v0.11.0
25502026-03-11T21:43:39.837Z Compiling fd-lock v4.0.4
25512026-03-11T21:43:40.037Z Compiling peg-macros v0.8.5
25522026-03-11T21:43:41.650Z Compiling tabled_derive v0.7.0
25532026-03-11T21:43:41.800Z Compiling nu-ansi-term v0.50.3
25542026-03-11T21:43:42.381Z Compiling reedline v0.40.0
25552026-03-11T21:43:42.488Z Compiling peg v0.8.5
25562026-03-11T21:43:42.599Z Compiling const_format v0.2.35
25572026-03-11T21:43:42.838Z Compiling tabled v0.15.0
25582026-03-11T21:43:43.315Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-11T21:43:45.832Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-11T21:43:46.593Z Compiling bcs v0.1.6
25612026-03-11T21:43:47.121Z Compiling semver v0.1.20
25622026-03-11T21:43:47.473Z Compiling base64 v0.21.7
25632026-03-11T21:43:47.528Z Compiling rustc_version v0.1.7
25642026-03-11T21:43:47.805Z Compiling newtype_derive v0.1.6
25652026-03-11T21:43:48.079Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-11T21:43:48.122Z Compiling unicode-linebreak v0.1.5
25672026-03-11T21:43:48.370Z Compiling humantime v2.3.0
25682026-03-11T21:43:48.489Z Compiling smawk v0.3.2
25692026-03-11T21:43:48.791Z Compiling textwrap v0.16.2
25702026-03-11T21:43:49.004Z Compiling dropshot-api-manager-types v0.5.2
25712026-03-11T21:43:49.027Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-11T21:43:49.746Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-11T21:43:50.262Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25742026-03-11T21:43:50.846Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-11T21:43:51.284Z Compiling steno v0.4.1
25762026-03-11T21:43:51.420Z Compiling utf-8 v0.7.6
25772026-03-11T21:43:51.692Z Compiling tagptr v0.2.0
25782026-03-11T21:43:51.914Z Compiling moka v0.12.13
25792026-03-11T21:43:53.063Z Compiling tungstenite v0.21.0
25802026-03-11T21:43:53.750Z Compiling hickory-resolver v0.25.2
25812026-03-11T21:43:55.682Z Compiling tokio-tungstenite v0.21.0
25822026-03-11T21:43:55.820Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-03-11T21:43:56.026Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-03-11T21:43:56.178Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-03-11T21:43:57.266Z Compiling radium v0.7.0
25862026-03-11T21:43:57.657Z Compiling maybe-uninit v2.0.0
25872026-03-11T21:43:58.029Z Compiling tap v1.0.1
25882026-03-11T21:43:58.200Z Compiling wyz v0.5.1
25892026-03-11T21:43:58.928Z Compiling zerocopy-derive v0.6.6
25902026-03-11T21:43:59.955Z Compiling packed_struct v0.10.1
25912026-03-11T21:44:00.285Z Compiling display-error-chain v0.2.2
25922026-03-11T21:44:00.478Z Compiling crc-catalog v2.4.0
25932026-03-11T21:44:00.629Z Compiling funty v2.0.0
25942026-03-11T21:44:01.964Z Compiling bitvec v1.0.1
25952026-03-11T21:44:01.995Z Compiling crc v3.4.0
25962026-03-11T21:44:02.229Z Compiling zerocopy v0.6.6
25972026-03-11T21:44:02.378Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
25982026-03-11T21:44:02.952Z Compiling packed_struct_codegen v0.10.1
25992026-03-11T21:44:03.381Z Compiling bitfield-macros v0.19.4
26002026-03-11T21:44:04.275Z Compiling indexmap v1.9.3
26012026-03-11T21:44:04.299Z Compiling nodrop v0.1.14
26022026-03-11T21:44:04.409Z Compiling array-init v0.0.4
26032026-03-11T21:44:04.594Z Compiling bitfield v0.19.4
26042026-03-11T21:44:05.007Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26052026-03-11T21:44:05.047Z Compiling smallvec v0.6.14
26062026-03-11T21:44:05.380Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-11T21:44:05.831Z Compiling num-derive v0.3.3
26082026-03-11T21:44:05.947Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-11T21:44:06.524Z Compiling hashbrown v0.12.3
26102026-03-11T21:44:06.667Z Compiling proc-macro-error2 v2.0.1
26112026-03-11T21:44:06.993Z Compiling libscf-sys v1.1.0
26122026-03-11T21:44:07.047Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-11T21:44:07.192Z Compiling serde-hex v0.1.0
26142026-03-11T21:44:07.481Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-11T21:44:07.757Z Compiling ron v0.8.1
26162026-03-11T21:44:08.002Z Compiling nix v0.31.1
26172026-03-11T21:44:08.525Z Compiling hashbrown v0.13.2
26182026-03-11T21:44:09.088Z Compiling vergen-gitcl v1.0.8
26192026-03-11T21:44:09.311Z Compiling dirs-sys-next v0.1.2
26202026-03-11T21:44:09.371Z Compiling crc-any v2.5.0
26212026-03-11T21:44:09.633Z Compiling crunchy v0.2.4
26222026-03-11T21:44:09.895Z Compiling glob v0.3.3
26232026-03-11T21:44:09.995Z Compiling maplit v1.0.2
26242026-03-11T21:44:10.087Z Compiling dirs-next v2.0.0
26252026-03-11T21:44:10.159Z Compiling object v0.30.4
26262026-03-11T21:44:10.260Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-11T21:44:10.357Z Compiling clang-sys v1.8.1
26282026-03-11T21:44:10.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-11T21:44:10.923Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-11T21:44:11.721Z Compiling tabled_derive v0.11.0
26312026-03-11T21:44:11.840Z Compiling papergrid v0.17.0
26322026-03-11T21:44:13.122Z Compiling testing_table v0.3.0
26332026-03-11T21:44:13.632Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-03-11T21:44:16.789Z Compiling dsl_auto_type v0.1.3
26352026-03-11T21:44:17.510Z Compiling scheduled-thread-pool v0.2.7
26362026-03-11T21:44:18.370Z Compiling diesel_table_macro_syntax v0.2.0
26372026-03-11T21:44:18.634Z Compiling tiny-keccak v2.0.2
26382026-03-11T21:44:18.960Z Compiling path-slash v0.1.5
26392026-03-11T21:44:19.170Z Compiling diesel_derives v2.2.7
26402026-03-11T21:44:19.200Z Compiling r2d2 v0.8.10
26412026-03-11T21:44:19.547Z Compiling tabled v0.20.0
26422026-03-11T21:44:22.719Z Compiling term v0.7.0
26432026-03-11T21:44:23.367Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26442026-03-11T21:44:23.743Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-11T21:44:24.648Z Compiling arc-swap v1.8.2
26462026-03-11T21:44:25.107Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-11T21:44:25.397Z Compiling bit-vec v0.6.3
26482026-03-11T21:44:25.562Z Compiling xshell-macros v0.2.7
26492026-03-11T21:44:25.708Z Compiling bit-set v0.5.3
26502026-03-11T21:44:26.013Z Compiling slog-scope v4.4.1
26512026-03-11T21:44:26.069Z Compiling xshell v0.2.7
26522026-03-11T21:44:26.516Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-03-11T21:44:27.747Z Compiling diesel v2.2.12
26542026-03-11T21:44:29.505Z Compiling ascii-canvas v3.0.0
26552026-03-11T21:44:29.582Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-11T21:44:29.820Z Compiling itertools v0.10.5
26572026-03-11T21:44:30.122Z Compiling ena v0.14.4
26582026-03-11T21:44:30.412Z Compiling libloading v0.8.9
26592026-03-11T21:44:30.692Z Compiling regex-syntax v0.6.29
26602026-03-11T21:44:31.290Z Compiling unicase v2.9.0
26612026-03-11T21:44:31.657Z Compiling diff v0.1.13
26622026-03-11T21:44:31.979Z Compiling bindgen v0.71.1
26632026-03-11T21:44:32.372Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-11T21:44:32.717Z Compiling lalrpop v0.19.12
26652026-03-11T21:44:33.817Z Compiling slog-stdlog v4.1.1
26662026-03-11T21:44:34.370Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-11T21:44:34.886Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-11T21:44:35.695Z Compiling cexpr v0.6.0
26692026-03-11T21:44:35.954Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-11T21:44:35.979Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-03-11T21:44:36.177Z Compiling crc8 v0.1.1
26722026-03-11T21:44:36.409Z Compiling slog-envlogger v2.2.0
26732026-03-11T21:44:36.552Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-03-11T21:44:36.635Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-11T21:44:36.811Z Compiling headers-core v0.3.0
26762026-03-11T21:44:36.984Z Compiling libxml v0.3.3
26772026-03-11T21:44:37.311Z Compiling headers v0.4.1
26782026-03-11T21:44:37.375Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-03-11T21:44:37.893Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-03-11T21:44:38.166Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-03-11T21:44:38.707Z Compiling strum_macros v0.24.3
26822026-03-11T21:44:38.989Z Compiling indoc v1.0.9
26832026-03-11T21:44:39.554Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-11T21:44:39.834Z Compiling progenitor-impl v0.10.0
26852026-03-11T21:44:40.388Z Compiling derive_builder v0.20.2
26862026-03-11T21:44:40.587Z Compiling oso-derive v0.27.3
26872026-03-11T21:44:41.274Z Compiling quick-xml v0.37.5
26882026-03-11T21:44:41.954Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-11T21:44:42.928Z Compiling half v1.8.3
26902026-03-11T21:44:42.956Z Compiling samael v0.0.19
26912026-03-11T21:44:43.490Z Compiling openssl-probe v0.1.6
26922026-03-11T21:44:43.721Z Compiling serde_cbor v0.11.2
26932026-03-11T21:44:43.803Z Compiling polar-core v0.27.3
26942026-03-11T21:44:43.851Z Compiling progenitor-macro v0.10.0
26952026-03-11T21:44:44.472Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-11T21:44:44.773Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-03-11T21:44:45.402Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-03-11T21:44:47.939Z Compiling diesel-dtrace v0.4.2
26992026-03-11T21:44:49.660Z Compiling progenitor v0.10.0
27002026-03-11T21:44:49.860Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-11T21:44:50.228Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27022026-03-11T21:44:51.910Z Compiling bb8 v0.8.6
27032026-03-11T21:44:52.361Z Compiling trait-variant v0.1.2
27042026-03-11T21:44:52.803Z Compiling async-bb8-diesel v0.2.1
27052026-03-11T21:44:53.056Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-03-11T21:44:53.763Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-03-11T21:44:55.223Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27082026-03-11T21:44:55.627Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-03-11T21:44:56.462Z Compiling oso v0.27.3
27102026-03-11T21:44:57.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27112026-03-11T21:44:57.746Z Compiling fxhash v0.2.1
27122026-03-11T21:44:57.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27132026-03-11T21:44:58.300Z Compiling kstat-rs v0.2.4
27142026-03-11T21:44:58.861Z Compiling libz-sys v1.1.24
27152026-03-11T21:44:59.392Z Compiling salty v0.3.0
27162026-03-11T21:44:59.735Z Compiling nonempty v0.12.0
27172026-03-11T21:45:00.155Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-03-11T21:45:01.207Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-03-11T21:45:04.411Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-03-11T21:45:04.855Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27212026-03-11T21:45:07.715Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27222026-03-11T21:45:11.700Z Compiling darling_core v0.23.0
27232026-03-11T21:45:12.102Z Compiling nanorand v0.7.0
27242026-03-11T21:45:12.565Z Compiling fs-err v2.11.0
27252026-03-11T21:45:12.866Z Compiling parking_lot_core v0.8.6
27262026-03-11T21:45:13.185Z Compiling mime_guess v2.0.5
27272026-03-11T21:45:13.406Z Compiling flume v0.11.1
27282026-03-11T21:45:13.849Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27292026-03-11T21:45:13.920Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-11T21:45:14.804Z Compiling darling_macro v0.23.0
27312026-03-11T21:45:15.457Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-11T21:45:16.178Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-03-11T21:45:17.801Z Compiling git-stub v1.0.0
27342026-03-11T21:45:18.136Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-11T21:45:18.414Z Compiling instability v0.3.11
27362026-03-11T21:45:18.761Z Compiling git-stub-vcs v0.1.0
27372026-03-11T21:45:19.214Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-11T21:45:22.523Z Compiling darling v0.23.0
27392026-03-11T21:45:22.647Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-11T21:45:29.514Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-03-11T21:45:30.490Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-03-11T21:45:31.817Z Compiling ignore v0.4.25
27432026-03-11T21:45:32.761Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-11T21:45:34.307Z Compiling primeorder v0.13.6
27452026-03-11T21:45:34.688Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-03-11T21:45:35.477Z Compiling castaway v0.2.4
27472026-03-11T21:45:35.674Z Compiling nibble_vec v0.1.0
27482026-03-11T21:45:35.891Z Compiling atty v0.2.14
27492026-03-11T21:45:36.053Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-11T21:45:36.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-03-11T21:45:36.335Z Compiling indoc v2.0.7
27522026-03-11T21:45:36.519Z Compiling endian-type v0.1.2
27532026-03-11T21:45:36.557Z Compiling parse-size v1.1.0
27542026-03-11T21:45:36.721Z Compiling http-range v0.1.5
27552026-03-11T21:45:36.809Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-11T21:45:37.120Z Compiling radix_trie v0.2.1
27572026-03-11T21:45:37.399Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-11T21:45:37.682Z Compiling compact_str v0.8.1
27592026-03-11T21:45:37.824Z Compiling p384 v0.13.1
27602026-03-11T21:45:38.190Z Compiling globwalk v0.9.1
27612026-03-11T21:45:38.980Z Compiling parking_lot v0.11.2
27622026-03-11T21:45:40.034Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-03-11T21:45:40.118Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-03-11T21:45:40.539Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-03-11T21:45:40.685Z Compiling predicates-tree v1.0.13
27662026-03-11T21:45:41.271Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-03-11T21:45:41.736Z Compiling unicode-truncate v1.1.0
27682026-03-11T21:45:41.989Z Compiling lru v0.12.5
27692026-03-11T21:45:42.255Z Compiling prefix-trie v0.7.0
27702026-03-11T21:45:42.864Z Compiling vergen-git2 v1.0.7
27712026-03-11T21:45:43.003Z Compiling cassowary v0.3.0
27722026-03-11T21:45:43.110Z Compiling hickory-server v0.25.2
27732026-03-11T21:45:43.178Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-03-11T21:45:44.936Z Compiling ratatui v0.29.0
27752026-03-11T21:45:45.273Z Compiling camino-tempfile-ext v0.3.3
27762026-03-11T21:45:46.858Z Compiling hyper-staticfile v0.10.1
27772026-03-11T21:45:48.309Z Compiling sled v0.34.7
27782026-03-11T21:45:49.445Z Compiling git2 v0.20.4
27792026-03-11T21:45:49.599Z Compiling hickory-client v0.25.2
27802026-03-11T21:45:51.144Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27812026-03-11T21:45:51.985Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27822026-03-11T21:45:53.660Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-03-11T21:45:53.919Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27842026-03-11T21:45:54.631Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27852026-03-11T21:45:55.664Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-03-11T21:45:55.742Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-03-11T21:45:56.438Z Compiling rand_seeder v0.4.0
27882026-03-11T21:45:56.744Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-03-11T21:45:57.055Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27902026-03-11T21:45:57.298Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-11T21:45:57.940Z Compiling lzma-sys v0.1.20
27922026-03-11T21:45:58.451Z Compiling corncobs v0.1.4
27932026-03-11T21:45:58.475Z Compiling rustls v0.21.12
27942026-03-11T21:45:58.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-03-11T21:45:58.799Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-11T21:45:59.152Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-03-11T21:45:59.409Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-11T21:45:59.681Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-03-11T21:45:59.765Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-11T21:46:00.580Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-11T21:46:07.046Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-11T21:46:07.415Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-03-11T21:46:07.536Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-03-11T21:46:09.370Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-03-11T21:46:11.463Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-11T21:46:11.563Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-03-11T21:46:11.744Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-11T21:46:11.843Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-11T21:46:12.044Z Compiling cargo_toml v0.22.3
28102026-03-11T21:46:15.378Z Compiling nix v0.29.0
28112026-03-11T21:46:15.925Z Compiling rustls-webpki v0.101.7
28122026-03-11T21:46:16.493Z Compiling sct v0.7.1
28132026-03-11T21:46:16.811Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28142026-03-11T21:46:17.294Z Compiling secrecy v0.8.0
28152026-03-11T21:46:17.515Z Compiling void v1.0.2
28162026-03-11T21:46:17.679Z Compiling lzss v0.8.2
28172026-03-11T21:46:18.003Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28182026-03-11T21:46:18.272Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28192026-03-11T21:46:19.426Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-11T21:46:21.743Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-11T21:46:24.415Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-11T21:46:25.315Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-03-11T21:46:26.362Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-11T21:46:27.124Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-11T21:46:27.856Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-11T21:46:28.073Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-11T21:46:28.357Z Compiling tungstenite v0.23.0
28282026-03-11T21:46:31.365Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-11T21:46:31.429Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-11T21:46:31.654Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-11T21:46:31.712Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-11T21:46:31.853Z Compiling nix v0.27.1
28332026-03-11T21:46:31.934Z Compiling serde_bytes v0.11.19
28342026-03-11T21:46:32.138Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28352026-03-11T21:46:32.320Z Compiling tokio-tungstenite v0.23.1
28362026-03-11T21:46:32.765Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-11T21:46:33.402Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-11T21:46:33.932Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-11T21:46:36.102Z Compiling ron v0.12.0
28402026-03-11T21:46:39.164Z Compiling xz2 v0.1.7
28412026-03-11T21:46:39.586Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-11T21:46:41.146Z Compiling tokio-rustls v0.24.1
28432026-03-11T21:46:41.481Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28442026-03-11T21:46:43.614Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-11T21:46:50.878Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-11T21:46:53.484Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
28472026-03-11T21:46:55.871Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-11T21:46:57.585Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-11T21:46:59.636Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-11T21:47:00.758Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-11T21:47:02.487Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-03-11T21:47:04.151Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-03-11T21:47:04.243Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-11T21:47:09.162Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-11T21:47:09.370Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-11T21:47:10.674Z Compiling rustls-pemfile v1.0.4
28572026-03-11T21:47:11.153Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-11T21:47:12.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-11T21:47:13.210Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-03-11T21:47:13.302Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-11T21:47:14.291Z Compiling signal-hook-tokio v0.3.1
28622026-03-11T21:47:14.512Z Compiling yasna v0.5.2
28632026-03-11T21:47:16.231Z Compiling twox-hash v2.1.2
28642026-03-11T21:47:16.492Z Compiling is_ci v1.2.0
28652026-03-11T21:47:16.735Z Compiling base16ct v1.0.0
28662026-03-11T21:47:17.982Z Compiling supports-color v3.0.2
28672026-03-11T21:47:18.197Z Compiling rcgen v0.12.1
28682026-03-11T21:47:18.315Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-11T21:47:22.830Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-11T21:47:26.379Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-11T21:47:32.724Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-11T21:47:41.185Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-11T21:47:41.521Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-11T21:47:47.348Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-11T21:47:47.520Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-11T21:47:57.050Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-11T21:47:57.210Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-11T21:47:57.507Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-11T21:47:57.669Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-03-11T21:47:57.796Z Compiling progenitor-extras v0.1.0
28812026-03-11T21:47:58.118Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-03-11T21:47:58.370Z Compiling fatfs v0.3.6
28832026-03-11T21:47:59.969Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-03-11T21:48:02.037Z Compiling subprocess v0.2.15
28852026-03-11T21:48:04.786Z Compiling rtoolbox v0.0.3
28862026-03-11T21:48:04.920Z Compiling assert_matches v1.5.0
28872026-03-11T21:48:05.047Z Compiling seq-macro v0.3.6
28882026-03-11T21:48:05.105Z Compiling rpassword v7.4.0
28892026-03-11T21:48:05.445Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-03-11T21:48:08.715Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-03-11T21:48:12.139Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-03-11T21:48:21.071Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-11T21:48:21.225Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-03-11T21:48:24.327Z Compiling tui-tree-widget v0.23.1
28952026-03-11T21:48:24.689Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-03-11T21:48:26.998Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-03-11T21:48:27.728Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-03-11T21:48:30.548Z Compiling uzers v0.12.2
28992026-03-11T21:48:31.081Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-03-11T21:48:32.374Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-03-11T21:48:36.176Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-11T21:48:47.624Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-11T21:48:54.911Z Compiling support-bundle-viewer v0.1.2
29042026-03-11T21:48:57.324Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-03-11T21:49:00.110Z Compiling multimap v0.10.1
29062026-03-11T21:50:19.865Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-11T21:50:20.484Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-11T21:57:06.319Z Finished `release` profile [optimized] target(s) in 14m 23s
29092026-03-11T21:58:00.091Z
29102026-03-11T21:58:00.095Zreal 15:18.681674709
29112026-03-11T21:58:00.095Zuser 1:43:14.109935451
29122026-03-11T21:58:00.095Zsys 3:33.778857150
29132026-03-11T21:58:00.095Ztrap 2.326670097
29142026-03-11T21:58:00.095Ztflt 2.209460417
29152026-03-11T21:58:00.095Zdflt 6.034546739
29162026-03-11T21:58:00.095Zkflt 0.000958542
29172026-03-11T21:58:00.095Zlock 7:02:37.560529135
29182026-03-11T21:58:00.095Zslp 4:53:27.013653878
29192026-03-11T21:58:00.095Zlat 3:57.113209433
29202026-03-11T21:58:00.095Zstop 3:47.030614522
29212026-03-11T21:58:00.095Z+ mapfile -t packages
29222026-03-11T21:58:00.095Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-11T21:58:01.349Z Finished `release` profile [optimized] target(s) in 1.19s
29242026-03-11T21:58:01.418Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-11T21:58:01.478ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-11T21:58:01.481Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-11T21:58:02.253Z Compiling libc v0.2.180
29282026-03-11T21:58:02.254Z Compiling serde v1.0.228
29292026-03-11T21:58:02.256Z Compiling serde_core v1.0.228
29302026-03-11T21:58:02.256Z Compiling syn v2.0.117
29312026-03-11T21:58:02.375Z Compiling rustix v1.1.3
29322026-03-11T21:58:02.409Z Compiling serde_json v1.0.149
29332026-03-11T21:58:02.412Z Compiling bitflags v2.11.0
29342026-03-11T21:58:02.731Z Compiling num-traits v0.2.19
29352026-03-11T21:58:02.882Z Compiling smallvec v1.15.1
29362026-03-11T21:58:02.923Z Compiling hashbrown v0.16.1
29372026-03-11T21:58:03.120Z Compiling usdt-impl v0.5.0
29382026-03-11T21:58:03.193Z Compiling syn v1.0.109
29392026-03-11T21:58:03.425Z Compiling errno v0.3.14
29402026-03-11T21:58:03.615Z Compiling thread-id v4.2.2
29412026-03-11T21:58:03.655Z Compiling getrandom v0.4.1
29422026-03-11T21:58:03.723Z Compiling indexmap v2.13.0
29432026-03-11T21:58:03.820Z Compiling percent-encoding v2.3.2
29442026-03-11T21:58:03.985Z Compiling log v0.4.29
29452026-03-11T21:58:04.160Z Compiling form_urlencoded v1.2.2
29462026-03-11T21:58:04.717Z Compiling ordered-float v2.10.1
29472026-03-11T21:58:04.947Z Compiling terminal_size v0.4.3
29482026-03-11T21:58:05.143Z Compiling fs-err v3.3.0
29492026-03-11T21:58:05.184Z Compiling heck v0.4.1
29502026-03-11T21:58:05.464Z Compiling once_cell v1.21.3
29512026-03-11T21:58:05.492Z Compiling anyhow v1.0.102
29522026-03-11T21:58:05.795Z Compiling tempfile v3.25.0
29532026-03-11T21:58:05.911Z Compiling proc-macro-error v1.0.4
29542026-03-11T21:58:06.297Z Compiling synstructure v0.13.2
29552026-03-11T21:58:06.404Z Compiling pest_generator v2.8.6
29562026-03-11T21:58:06.472Z Compiling clap_builder v4.5.60
29572026-03-11T21:58:06.899Z Compiling memmap v0.7.0
29582026-03-11T21:58:06.915Z Compiling tabled_derive v0.7.0
29592026-03-11T21:58:06.917Z Compiling textwrap v0.16.2
29602026-03-11T21:58:07.279Z Compiling camino-tempfile v1.4.1
29612026-03-11T21:58:07.942Z Compiling serde_derive v1.0.228
29622026-03-11T21:58:07.942Z Compiling zerofrom-derive v0.1.6
29632026-03-11T21:58:07.945Z Compiling yoke-derive v0.8.1
29642026-03-11T21:58:07.945Z Compiling zerovec-derive v0.11.2
29652026-03-11T21:58:08.080Z Compiling displaydoc v0.2.5
29662026-03-11T21:58:08.842Z Compiling thiserror-impl v1.0.69
29672026-03-11T21:58:09.004Z Compiling zerocopy-derive v0.7.35
29682026-03-11T21:58:09.317Z Compiling pest_derive v2.8.6
29692026-03-11T21:58:09.347Z Compiling scroll_derive v0.12.1
29702026-03-11T21:58:09.534Z Compiling zerofrom v0.1.6
29712026-03-11T21:58:09.716Z Compiling yoke v0.8.1
29722026-03-11T21:58:09.897Z Compiling thiserror-impl v2.0.18
29732026-03-11T21:58:09.992Z Compiling zerovec v0.11.5
29742026-03-11T21:58:10.120Z Compiling zerotrie v0.2.3
29752026-03-11T21:58:10.260Z Compiling zerocopy v0.7.35
29762026-03-11T21:58:10.397Z Compiling thiserror v1.0.69
29772026-03-11T21:58:10.542Z Compiling dtrace-parser v0.2.0
29782026-03-11T21:58:10.840Z Compiling tinystr v0.8.2
29792026-03-11T21:58:10.873Z Compiling potential_utf v0.1.4
29802026-03-11T21:58:11.091Z Compiling icu_collections v2.1.1
29812026-03-11T21:58:11.123Z Compiling icu_locale_core v2.1.1
29822026-03-11T21:58:11.152Z Compiling scroll v0.12.0
29832026-03-11T21:58:11.556Z Compiling goblin v0.8.2
29842026-03-11T21:58:11.570Z Compiling thiserror v2.0.18
29852026-03-11T21:58:12.311Z Compiling icu_provider v2.1.1
29862026-03-11T21:58:12.451Z Compiling toml_datetime v0.6.11
29872026-03-11T21:58:12.454Z Compiling serde_spanned v0.6.9
29882026-03-11T21:58:12.675Z Compiling icu_properties v2.1.2
29892026-03-11T21:58:12.856Z Compiling icu_normalizer v2.1.1
29902026-03-11T21:58:12.947Z Compiling toml_edit v0.22.27
29912026-03-11T21:58:14.304Z Compiling idna_adapter v1.2.1
29922026-03-11T21:58:14.383Z Compiling dof v0.3.0
29932026-03-11T21:58:14.490Z Compiling idna v1.1.0
29942026-03-11T21:58:14.899Z Compiling serde_tokenstream v0.2.3
29952026-03-11T21:58:15.274Z Compiling toml v0.8.23
29962026-03-11T21:58:15.606Z Compiling url v2.5.8
29972026-03-11T21:58:17.189Z Compiling serde-value v0.7.0
29982026-03-11T21:58:18.126Z Compiling cargo-util-schemas v0.8.2
29992026-03-11T21:58:18.429Z Compiling usdt-attr-macro v0.5.0
30002026-03-11T21:58:18.676Z Compiling usdt-macro v0.5.0
30012026-03-11T21:58:19.307Z Compiling cargo-platform v0.2.0
30022026-03-11T21:58:19.525Z Compiling clap_derive v4.5.55
30032026-03-11T21:58:19.844Z Compiling cargo_metadata v0.21.0
30042026-03-11T21:58:20.025Z Compiling usdt v0.5.0
30052026-03-11T21:58:20.850Z Compiling cargo_toml v0.21.0
30062026-03-11T21:58:21.222Z Compiling macaddr v1.0.1
30072026-03-11T21:58:21.609Z Compiling tabled v0.15.0
30082026-03-11T21:58:21.814Z Compiling clap v4.5.60
30092026-03-11T21:58:28.566Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-11T21:58:32.579Z Finished `release` profile [optimized] target(s) in 31.03s
30112026-03-11T21:58:32.726Z
30122026-03-11T21:58:32.729Zreal 31.204854698
30132026-03-11T21:58:32.729Zuser 3:10.696095600
30142026-03-11T21:58:32.729Zsys 19.315117521
30152026-03-11T21:58:32.729Ztrap 0.108308798
30162026-03-11T21:58:32.729Ztflt 0.181663976
30172026-03-11T21:58:32.729Zdflt 0.309856224
30182026-03-11T21:58:32.730Zkflt 0.000014608
30192026-03-11T21:58:32.730Zlock 8:51.514226644
30202026-03-11T21:58:32.730Zslp 10:38.233427821
30212026-03-11T21:58:32.730Zlat 17.343811863
30222026-03-11T21:58:32.730Zstop 21.696792625
30232026-03-11T21:58:32.730Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-11T21:58:32.730Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-11T21:58:32.730Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-11T21:58:32.730Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-11T21:58:32.730Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-11T21:58:34.002Z Compiling regress v0.10.5
30292026-03-11T21:58:34.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-11T21:58:34.158Z Compiling serde_spanned v1.0.4
30312026-03-11T21:58:34.169Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-11T21:58:34.172Z Compiling structmeta-derive v0.3.0
30332026-03-11T21:58:34.172Z Compiling rustls v0.22.4
30342026-03-11T21:58:34.229Z Compiling rustls-webpki v0.102.8
30352026-03-11T21:58:34.232Z Compiling newtype-uuid-macros v0.1.0
30362026-03-11T21:58:34.340Z Compiling multer v3.1.0
30372026-03-11T21:58:34.468Z Compiling toml v0.9.12+spec-1.1.0
30382026-03-11T21:58:34.509Z Compiling match_cfg v0.1.0
30392026-03-11T21:58:34.548Z Compiling debug-ignore v1.0.5
30402026-03-11T21:58:34.601Z Compiling hostname v0.3.1
30412026-03-11T21:58:34.683Z Compiling slog-json v2.6.1
30422026-03-11T21:58:34.706Z Compiling async-stream-impl v0.3.6
30432026-03-11T21:58:34.937Z Compiling dropshot v0.16.7
30442026-03-11T21:58:35.291Z Compiling slog-bunyan v2.5.0
30452026-03-11T21:58:35.328Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-11T21:58:35.484Z Compiling progenitor-client v0.13.0
30472026-03-11T21:58:35.573Z Compiling async-stream v0.3.6
30482026-03-11T21:58:35.709Z Compiling structmeta v0.3.0
30492026-03-11T21:58:35.789Z Compiling itertools v0.14.0
30502026-03-11T21:58:35.897Z Compiling waitgroup v0.1.2
30512026-03-11T21:58:35.933Z Compiling rustls-pemfile v2.2.0
30522026-03-11T21:58:36.001Z Compiling dropshot_endpoint v0.16.7
30532026-03-11T21:58:36.076Z Compiling hostname v0.4.2
30542026-03-11T21:58:36.151Z Compiling serde_path_to_error v0.1.20
30552026-03-11T21:58:36.194Z Compiling derive-ex v0.1.8
30562026-03-11T21:58:36.256Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-03-11T21:58:36.400Z Compiling macaddr v1.0.1
30582026-03-11T21:58:36.492Z Compiling progenitor-client v0.10.0
30592026-03-11T21:58:36.641Z Compiling instant v0.1.13
30602026-03-11T21:58:36.701Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-03-11T21:58:36.784Z Compiling parse-display-derive v0.10.0
30622026-03-11T21:58:36.870Z Compiling backoff v0.4.0
30632026-03-11T21:58:37.139Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-03-11T21:58:37.237Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-03-11T21:58:37.411Z Compiling tokio-rustls v0.25.0
30662026-03-11T21:58:37.527Z Compiling backon v1.6.0
30672026-03-11T21:58:37.692Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-03-11T21:58:37.727Z Compiling crucible-workspace-hack v0.1.0
30692026-03-11T21:58:37.806Z Compiling cfg_aliases v0.2.1
30702026-03-11T21:58:37.912Z Compiling toml_edit v0.23.10+spec-1.0.0
30712026-03-11T21:58:38.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-11T21:58:38.422Z Compiling heapless v0.8.0
30732026-03-11T21:58:38.509Z Compiling ingot-macros v0.1.1
30742026-03-11T21:58:38.592Z Compiling test-strategy v0.4.5
30752026-03-11T21:58:38.929Z Compiling proc-macro-crate v3.4.0
30762026-03-11T21:58:39.047Z Compiling hash32 v0.3.1
30772026-03-11T21:58:39.126Z Compiling parse-display v0.10.0
30782026-03-11T21:58:39.254Z Compiling memoffset v0.9.1
30792026-03-11T21:58:39.420Z Compiling smoltcp v0.11.0
30802026-03-11T21:58:39.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-03-11T21:58:39.676Z Compiling tabwriter v1.4.1
30822026-03-11T21:58:39.705Z Compiling num_enum_derive v0.7.5
30832026-03-11T21:58:39.820Z Compiling cobs v0.3.0
30842026-03-11T21:58:39.924Z Compiling foreign-types-macros v0.2.3
30852026-03-11T21:58:39.981Z Compiling foreign-types-shared v0.3.1
30862026-03-11T21:58:40.135Z Compiling unsafe-libyaml v0.2.11
30872026-03-11T21:58:40.177Z Compiling cpufeatures v0.3.0
30882026-03-11T21:58:40.284Z Compiling chacha20 v0.10.0
30892026-03-11T21:58:40.748Z Compiling postcard v1.1.3
30902026-03-11T21:58:40.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30912026-03-11T21:58:40.818Z Compiling foreign-types v0.5.0
30922026-03-11T21:58:40.929Z Compiling serde_yaml v0.9.34+deprecated
30932026-03-11T21:58:41.207Z Compiling num_enum v0.7.5
30942026-03-11T21:58:41.346Z Compiling proc-macro-crate v1.3.1
30952026-03-11T21:58:41.383Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30962026-03-11T21:58:41.501Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-11T21:58:41.525Z Compiling secrecy v0.10.3
30982026-03-11T21:58:41.733Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-11T21:58:41.894Z Compiling cstr-argument v0.1.2
31002026-03-11T21:58:41.932Z Compiling colored v3.1.1
31012026-03-11T21:58:41.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-11T21:58:42.076Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-11T21:58:42.096Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-03-11T21:58:42.259Z Compiling num_enum_derive v0.5.11
31052026-03-11T21:58:42.283Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31062026-03-11T21:58:42.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-03-11T21:58:42.437Z Compiling rand v0.10.0
31082026-03-11T21:58:42.510Z Compiling ingot-types v0.1.2
31092026-03-11T21:58:42.539Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-11T21:58:42.787Z Compiling nix v0.30.1
31112026-03-11T21:58:43.023Z Compiling ingot v0.1.1
31122026-03-11T21:58:43.087Z Compiling camino-tempfile v1.4.1
31132026-03-11T21:58:43.164Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-11T21:58:43.439Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-11T21:58:43.610Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
31162026-03-11T21:58:43.629Z Compiling smf v0.2.3
31172026-03-11T21:58:43.691Z Compiling num-derive v0.4.2
31182026-03-11T21:58:43.710Z Compiling num_enum v0.5.11
31192026-03-11T21:58:43.869Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31202026-03-11T21:58:43.892Z Compiling sigpipe v0.1.3
31212026-03-11T21:58:44.016Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31222026-03-11T21:58:44.289Z Compiling glob v0.3.3
31232026-03-11T21:58:44.361Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
31242026-03-11T21:58:44.679Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31252026-03-11T21:58:44.826Z Compiling whoami v1.6.1
31262026-03-11T21:58:44.973Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31272026-03-11T21:58:45.273Z Compiling toml v0.8.23
31282026-03-11T21:58:45.531Z Compiling convert_case v0.4.0
31292026-03-11T21:58:45.553Z Compiling universal-hash v0.5.1
31302026-03-11T21:58:45.572Z Compiling opaque-debug v0.3.1
31312026-03-11T21:58:45.674Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31322026-03-11T21:58:45.736Z Compiling half v2.7.1
31332026-03-11T21:58:45.880Z Compiling ciborium-io v0.2.2
31342026-03-11T21:58:46.021Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-11T21:58:46.068Z Compiling derive_more v0.99.20
31362026-03-11T21:58:46.133Z Compiling ciborium-ll v0.2.2
31372026-03-11T21:58:46.181Z Compiling typify-impl v0.6.1
31382026-03-11T21:58:46.200Z Compiling aead v0.5.2
31392026-03-11T21:58:46.437Z Compiling ciborium v0.2.2
31402026-03-11T21:58:46.480Z Compiling poly1305 v0.8.0
31412026-03-11T21:58:46.522Z Compiling chacha20 v0.9.1
31422026-03-11T21:58:46.686Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
31432026-03-11T21:58:46.851Z Compiling typify-impl v0.4.3
31442026-03-11T21:58:47.228Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
31452026-03-11T21:58:47.248Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-11T21:58:47.436Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-11T21:58:47.771Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31482026-03-11T21:58:48.893Z Compiling thiserror-no-std v2.0.2
31492026-03-11T21:58:49.025Z Compiling num-rational v0.4.2
31502026-03-11T21:58:49.506Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-03-11T21:58:49.704Z Compiling password-hash v0.5.0
31522026-03-11T21:58:49.876Z Compiling blake2 v0.10.6
31532026-03-11T21:58:50.313Z Compiling num-complex v0.4.6
31542026-03-11T21:58:50.655Z Compiling prettyplease v0.2.37
31552026-03-11T21:58:50.750Z Compiling indent_write v2.2.0
31562026-03-11T21:58:50.837Z Compiling num v0.4.3
31572026-03-11T21:58:50.899Z Compiling argon2 v0.5.3
31582026-03-11T21:58:50.939Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
31592026-03-11T21:58:50.958Z Compiling vsss-rs v3.3.4
31602026-03-11T21:58:51.000Z Compiling chacha20poly1305 v0.10.1
31612026-03-11T21:58:51.076Z Compiling float-ord v0.3.2
31622026-03-11T21:58:51.241Z Compiling gethostname v0.5.0
31632026-03-11T21:58:51.406Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-03-11T21:58:51.766Z Compiling usdt-macro v0.5.0
31652026-03-11T21:58:52.389Z Compiling usdt-attr-macro v0.5.0
31662026-03-11T21:58:52.501Z Compiling derive-where v1.6.0
31672026-03-11T21:58:52.681Z Compiling typify-macro v0.6.1
31682026-03-11T21:58:52.792Z Compiling memmap v0.7.0
31692026-03-11T21:58:52.852Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31702026-03-11T21:58:53.045Z Compiling atomicwrites v0.4.4
31712026-03-11T21:58:53.306Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-03-11T21:58:53.326Z Compiling owo-colors v4.3.0
31732026-03-11T21:58:53.416Z Compiling typify-macro v0.4.3
31742026-03-11T21:58:53.457Z Compiling usdt v0.5.0
31752026-03-11T21:58:53.588Z Compiling cancel-safe-futures v0.1.5
31762026-03-11T21:58:53.800Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31772026-03-11T21:58:53.847Z Compiling libsw-core v0.3.2
31782026-03-11T21:58:53.924Z Compiling async-recursion v1.1.1
31792026-03-11T21:58:54.079Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-03-11T21:58:54.133Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-03-11T21:58:54.358Z Compiling resolv-conf v0.7.6
31822026-03-11T21:58:54.839Z Compiling libsw v3.5.0
31832026-03-11T21:58:55.190Z Compiling typify v0.6.1
31842026-03-11T21:58:55.348Z Compiling progenitor-impl v0.13.0
31852026-03-11T21:58:55.370Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31862026-03-11T21:58:55.694Z Compiling progenitor-client v0.11.2
31872026-03-11T21:58:55.714Z Compiling linear-map v1.2.0
31882026-03-11T21:58:55.831Z Compiling typify v0.4.3
31892026-03-11T21:58:55.876Z Compiling libefi-sys v0.1.0
31902026-03-11T21:58:55.981Z Compiling progenitor-impl v0.11.2
31912026-03-11T21:58:55.985Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31922026-03-11T21:58:56.099Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-03-11T21:58:56.175Z Compiling hickory-proto v0.24.4
31942026-03-11T21:58:56.273Z Compiling newline-converter v0.3.0
31952026-03-11T21:58:56.438Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-03-11T21:58:57.246Z Compiling console v0.15.11
31972026-03-11T21:58:57.568Z Compiling bitfield-struct v0.6.2
31982026-03-11T21:58:58.074Z Compiling semver v0.1.20
31992026-03-11T21:58:58.349Z Compiling linked-hash-map v0.5.6
32002026-03-11T21:58:58.455Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-11T21:58:58.475Z Compiling rustc_version v0.1.7
32022026-03-11T21:58:58.619Z Compiling lru-cache v0.1.2
32032026-03-11T21:58:58.791Z Compiling expectorate v1.2.0
32042026-03-11T21:58:58.896Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32052026-03-11T21:58:59.013Z Compiling pin-project-internal v1.1.11
32062026-03-11T21:58:59.090Z Compiling slog-dtrace v0.3.0
32072026-03-11T21:58:59.166Z Compiling progenitor-macro v0.13.0
32082026-03-11T21:58:59.372Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-03-11T21:58:59.493Z Compiling minimal-lexical v0.2.1
32102026-03-11T21:58:59.844Z Compiling nom v7.1.3
32112026-03-11T21:58:59.864Z Compiling progenitor-macro v0.11.2
32122026-03-11T21:59:00.657Z Compiling pin-project v1.1.11
32132026-03-11T21:59:00.706Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-03-11T21:59:00.876Z Compiling hickory-resolver v0.24.4
32152026-03-11T21:59:00.968Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32162026-03-11T21:59:01.239Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32172026-03-11T21:59:01.527Z Compiling newtype_derive v0.1.6
32182026-03-11T21:59:01.779Z Compiling tokio-dtrace v0.1.1
32192026-03-11T21:59:01.809Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32202026-03-11T21:59:02.135Z Compiling phf_shared v0.12.1
32212026-03-11T21:59:02.388Z Compiling snafu-derive v0.8.9
32222026-03-11T21:59:02.547Z Compiling dropshot-api-manager-types v0.5.2
32232026-03-11T21:59:03.012Z Compiling pem v3.0.6
32242026-03-11T21:59:03.489Z Compiling csv-core v0.1.13
32252026-03-11T21:59:03.856Z Compiling chrono-tz v0.10.4
32262026-03-11T21:59:03.915Z Compiling highway v1.3.0
32272026-03-11T21:59:04.132Z Compiling base64 v0.21.7
32282026-03-11T21:59:04.452Z Compiling xshell-macros v0.2.7
32292026-03-11T21:59:04.593Z Compiling same-file v1.0.6
32302026-03-11T21:59:04.825Z Compiling walkdir v2.5.0
32312026-03-11T21:59:05.002Z Compiling xshell v0.2.7
32322026-03-11T21:59:05.076Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32332026-03-11T21:59:05.170Z Compiling snafu v0.8.9
32342026-03-11T21:59:05.374Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-03-11T21:59:05.434Z Compiling const_format_proc_macros v0.2.34
32362026-03-11T21:59:05.677Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32372026-03-11T21:59:05.793Z Compiling csv v1.4.0
32382026-03-11T21:59:06.531Z Compiling progenitor v0.13.0
32392026-03-11T21:59:06.582Z Compiling phf v0.12.1
32402026-03-11T21:59:06.645Z Compiling qorb v0.4.1
32412026-03-11T21:59:06.731Z Compiling oxide-tokio-rt v0.1.2
32422026-03-11T21:59:06.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-03-11T21:59:06.986Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32442026-03-11T21:59:07.093Z Compiling progenitor v0.11.2
32452026-03-11T21:59:07.564Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-03-11T21:59:07.725Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-03-11T21:59:07.747Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32482026-03-11T21:59:08.328Z Compiling globset v0.4.18
32492026-03-11T21:59:08.955Z Compiling olpc-cjson v0.1.4
32502026-03-11T21:59:09.192Z Compiling primeorder v0.13.6
32512026-03-11T21:59:09.297Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32522026-03-11T21:59:09.334Z Compiling serde_plain v1.0.2
32532026-03-11T21:59:09.383Z Compiling typed-path v0.9.3
32542026-03-11T21:59:09.548Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32552026-03-11T21:59:09.640Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-03-11T21:59:09.788Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32572026-03-11T21:59:10.266Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-03-11T21:59:10.526Z Compiling const_format v0.2.35
32592026-03-11T21:59:10.727Z Compiling tough v0.20.0
32602026-03-11T21:59:10.802Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-11T21:59:10.970Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-11T21:59:11.205Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32632026-03-11T21:59:11.953Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-03-11T21:59:12.195Z Compiling tabled_derive v0.7.0
32652026-03-11T21:59:12.729Z Compiling bcs v0.1.6
32662026-03-11T21:59:12.839Z Compiling termtree v0.5.1
32672026-03-11T21:59:13.058Z Compiling utf-8 v0.7.6
32682026-03-11T21:59:13.156Z Compiling radium v0.7.0
32692026-03-11T21:59:13.307Z Compiling salty v0.3.0
32702026-03-11T21:59:13.475Z Compiling tungstenite v0.21.0
32712026-03-11T21:59:13.552Z Compiling tabled v0.15.0
32722026-03-11T21:59:13.571Z Compiling textwrap v0.16.2
32732026-03-11T21:59:13.622Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-03-11T21:59:13.671Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32752026-03-11T21:59:13.901Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-03-11T21:59:14.173Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-03-11T21:59:14.203Z Compiling steno v0.4.1
32782026-03-11T21:59:14.652Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32792026-03-11T21:59:14.839Z Compiling tap v1.0.1
32802026-03-11T21:59:15.003Z Compiling maybe-uninit v2.0.0
32812026-03-11T21:59:15.429Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-03-11T21:59:15.479Z Compiling humantime v2.3.0
32832026-03-11T21:59:15.924Z Compiling wyz v0.5.1
32842026-03-11T21:59:16.210Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-03-11T21:59:16.318Z Compiling tokio-tungstenite v0.21.0
32862026-03-11T21:59:17.160Z Compiling p384 v0.13.1
32872026-03-11T21:59:17.390Z Compiling progenitor-impl v0.10.0
32882026-03-11T21:59:17.511Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-03-11T21:59:17.721Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32902026-03-11T21:59:17.769Z Compiling arc-swap v1.8.2
32912026-03-11T21:59:17.903Z Compiling packed_struct v0.10.1
32922026-03-11T21:59:18.040Z Compiling tagptr v0.2.0
32932026-03-11T21:59:18.174Z Compiling funty v2.0.0
32942026-03-11T21:59:18.243Z Compiling moka v0.12.13
32952026-03-11T21:59:18.263Z Compiling slog-scope v4.4.1
32962026-03-11T21:59:18.312Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-11T21:59:18.591Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32982026-03-11T21:59:19.067Z Compiling bitvec v1.0.1
32992026-03-11T21:59:19.405Z Compiling polyval v0.6.2
33002026-03-11T21:59:19.716Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33012026-03-11T21:59:20.194Z Compiling packed_struct_codegen v0.10.1
33022026-03-11T21:59:20.388Z Compiling bitfield-macros v0.19.4
33032026-03-11T21:59:21.098Z Compiling zerocopy-derive v0.6.6
33042026-03-11T21:59:21.118Z Compiling progenitor-macro v0.10.0
33052026-03-11T21:59:21.394Z Compiling indexmap v1.9.3
33062026-03-11T21:59:21.416Z Compiling proc-macro-error-attr2 v2.0.0
33072026-03-11T21:59:21.687Z Compiling nodrop v0.1.14
33082026-03-11T21:59:21.715Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33092026-03-11T21:59:21.822Z Compiling parking_lot_core v0.8.6
33102026-03-11T21:59:21.934Z Compiling crc-catalog v2.4.0
33112026-03-11T21:59:21.982Z Compiling proc-macro-error2 v2.0.1
33122026-03-11T21:59:22.029Z Compiling array-init v0.0.4
33132026-03-11T21:59:22.078Z Compiling crc v3.4.0
33142026-03-11T21:59:22.286Z Compiling zerocopy v0.6.6
33152026-03-11T21:59:22.393Z Compiling bitfield v0.19.4
33162026-03-11T21:59:22.411Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-03-11T21:59:22.593Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33182026-03-11T21:59:22.758Z Compiling ghash v0.5.1
33192026-03-11T21:59:22.834Z Compiling smallvec v0.6.14
33202026-03-11T21:59:22.934Z Compiling hickory-resolver v0.25.2
33212026-03-11T21:59:23.125Z Compiling slog-stdlog v4.1.1
33222026-03-11T21:59:23.417Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33232026-03-11T21:59:23.773Z Compiling nix v0.31.1
33242026-03-11T21:59:24.036Z Compiling git-stub v1.0.0
33252026-03-11T21:59:24.098Z Compiling ctr v0.9.2
33262026-03-11T21:59:24.194Z Compiling num-derive v0.3.3
33272026-03-11T21:59:24.342Z Compiling lzma-sys v0.1.20
33282026-03-11T21:59:24.371Z Compiling unicase v2.9.0
33292026-03-11T21:59:24.390Z Compiling hashbrown v0.12.3
33302026-03-11T21:59:24.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33312026-03-11T21:59:24.658Z Compiling mime_guess v2.0.5
33322026-03-11T21:59:24.719Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-11T21:59:24.953Z Compiling aes-gcm v0.10.3
33342026-03-11T21:59:25.230Z Compiling git-stub-vcs v0.1.0
33352026-03-11T21:59:25.440Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33362026-03-11T21:59:25.463Z Compiling libscf-sys v1.1.0
33372026-03-11T21:59:25.571Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33382026-03-11T21:59:25.651Z Compiling slog-envlogger v2.2.0
33392026-03-11T21:59:25.670Z Compiling serde-hex v0.1.0
33402026-03-11T21:59:25.724Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-03-11T21:59:25.994Z Compiling tabled_derive v0.11.0
33422026-03-11T21:59:26.834Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-03-11T21:59:27.582Z Compiling ron v0.8.1
33442026-03-11T21:59:27.669Z Compiling papergrid v0.17.0
33452026-03-11T21:59:28.147Z Compiling cargo_toml v0.22.3
33462026-03-11T21:59:28.325Z Compiling progenitor v0.10.0
33472026-03-11T21:59:28.526Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-03-11T21:59:28.756Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33492026-03-11T21:59:28.958Z Compiling hashbrown v0.13.2
33502026-03-11T21:59:29.280Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-03-11T21:59:29.655Z Compiling testing_table v0.3.0
33522026-03-11T21:59:29.875Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-03-11T21:59:30.077Z Compiling ssh-encoding v0.2.0
33542026-03-11T21:59:30.279Z Compiling blowfish v0.9.1
33552026-03-11T21:59:30.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33562026-03-11T21:59:30.612Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-11T21:59:30.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-03-11T21:59:30.936Z Compiling nibble_vec v0.1.0
33592026-03-11T21:59:31.045Z Compiling corncobs v0.1.4
33602026-03-11T21:59:31.065Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-11T21:59:31.126Z Compiling crc-any v2.5.0
33622026-03-11T21:59:31.290Z Compiling endian-type v0.1.2
33632026-03-11T21:59:31.381Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-11T21:59:31.473Z Compiling radix_trie v0.2.1
33652026-03-11T21:59:31.497Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-03-11T21:59:31.975Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33672026-03-11T21:59:32.058Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33682026-03-11T21:59:32.132Z Compiling bcrypt-pbkdf v0.10.0
33692026-03-11T21:59:32.161Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33702026-03-11T21:59:32.557Z Compiling ssh-cipher v0.2.0
33712026-03-11T21:59:32.608Z Compiling tabled v0.20.0
33722026-03-11T21:59:33.382Z Compiling object v0.30.4
33732026-03-11T21:59:33.401Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-03-11T21:59:33.738Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33752026-03-11T21:59:33.993Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33762026-03-11T21:59:34.152Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33772026-03-11T21:59:34.398Z Compiling parking_lot v0.11.2
33782026-03-11T21:59:34.743Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33792026-03-11T21:59:34.913Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33802026-03-11T21:59:35.621Z Compiling prefix-trie v0.7.0
33812026-03-11T21:59:35.758Z Compiling password-hash v0.4.2
33822026-03-11T21:59:35.814Z Compiling fxhash v0.2.1
33832026-03-11T21:59:36.002Z Compiling secrecy v0.8.0
33842026-03-11T21:59:36.031Z Compiling http-range v0.1.5
33852026-03-11T21:59:36.160Z Compiling path-slash v0.1.5
33862026-03-11T21:59:36.205Z Compiling half v1.8.3
33872026-03-11T21:59:36.343Z Compiling pbkdf2 v0.11.0
33882026-03-11T21:59:36.556Z Compiling serde_cbor v0.11.2
33892026-03-11T21:59:36.587Z Compiling hickory-server v0.25.2
33902026-03-11T21:59:36.615Z Compiling sled v0.34.7
33912026-03-11T21:59:37.372Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-03-11T21:59:37.768Z Compiling xz2 v0.1.7
33932026-03-11T21:59:37.771Z Compiling ron v0.12.0
33942026-03-11T21:59:38.134Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-03-11T21:59:38.445Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33962026-03-11T21:59:39.048Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33972026-03-11T21:59:39.429Z Compiling ssh-key v0.6.7
33982026-03-11T21:59:39.473Z Compiling hickory-client v0.25.2
33992026-03-11T21:59:39.926Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34002026-03-11T21:59:40.103Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-03-11T21:59:40.836Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34022026-03-11T21:59:40.869Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34032026-03-11T21:59:41.827Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
34042026-03-11T21:59:42.035Z Compiling p256 v0.13.2
34052026-03-11T21:59:42.122Z Compiling p521 v0.13.3
34062026-03-11T21:59:42.349Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34072026-03-11T21:59:42.552Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34082026-03-11T21:59:43.179Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-11T21:59:43.347Z Compiling yasna v0.5.2
34102026-03-11T21:59:43.389Z Compiling kstat-rs v0.2.4
34112026-03-11T21:59:43.448Z Compiling headers-core v0.3.0
34122026-03-11T21:59:43.613Z Compiling nanorand v0.7.0
34132026-03-11T21:59:43.635Z Compiling russh-cryptovec v0.7.3
34142026-03-11T21:59:43.790Z Compiling atty v0.2.14
34152026-03-11T21:59:43.890Z Compiling base16ct v1.0.0
34162026-03-11T21:59:43.946Z Compiling crc8 v0.1.1
34172026-03-11T21:59:43.991Z Compiling md5 v0.7.0
34182026-03-11T21:59:44.108Z Compiling home v0.5.12
34192026-03-11T21:59:44.142Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-11T21:59:44.249Z Compiling russh-keys v0.45.0
34212026-03-11T21:59:44.288Z Compiling rcgen v0.12.1
34222026-03-11T21:59:44.307Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5)
34232026-03-11T21:59:44.346Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34242026-03-11T21:59:44.821Z Compiling flume v0.11.1
34252026-03-11T21:59:45.516Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-03-11T21:59:46.403Z Compiling headers v0.4.1
34272026-03-11T21:59:47.485Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34282026-03-11T21:59:48.902Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34292026-03-11T21:59:49.628Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-03-11T21:59:50.871Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-03-11T21:59:50.933Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-11T21:59:51.207Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-03-11T21:59:52.104Z Compiling hyper-staticfile v0.10.1
34342026-03-11T21:59:52.301Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-03-11T21:59:52.778Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-03-11T21:59:52.798Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-11T21:59:53.137Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34382026-03-11T21:59:53.452Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34392026-03-11T21:59:53.796Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34402026-03-11T21:59:54.024Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-03-11T21:59:54.066Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34422026-03-11T21:59:54.546Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-11T21:59:54.597Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-11T21:59:54.874Z Compiling num-bigint v0.4.6
34452026-03-11T21:59:54.913Z Compiling des v0.8.1
34462026-03-11T21:59:54.996Z Compiling subprocess v0.2.15
34472026-03-11T21:59:55.083Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-11T21:59:55.234Z Compiling display-error-chain v0.2.2
34492026-03-11T21:59:55.426Z Compiling hex-literal v0.4.1
34502026-03-11T21:59:55.578Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-11T21:59:55.581Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-11T21:59:55.687Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-03-11T21:59:55.780Z Compiling colored v2.2.0
34542026-03-11T21:59:56.089Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-11T21:59:56.293Z Compiling socket2 v0.5.10
34562026-03-11T21:59:56.409Z Compiling internet-checksum v0.2.1
34572026-03-11T21:59:56.597Z Compiling russh v0.45.0
34582026-03-11T22:00:00.751Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-03-11T22:00:31.019Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602026-03-11T22:00:56.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
34612026-03-11T22:00:56.968Z
34622026-03-11T22:00:56.971Zreal 2:24.161290930
34632026-03-11T22:00:56.971Zuser 11:45.904333997
34642026-03-11T22:00:56.971Zsys 1:55.488747728
34652026-03-11T22:00:56.971Ztrap 0.314635607
34662026-03-11T22:00:56.971Ztflt 0.260046573
34672026-03-11T22:00:56.972Zdflt 0.456169567
34682026-03-11T22:00:56.972Zkflt 0.000043139
34692026-03-11T22:00:56.972Zlock 30:50.462928543
34702026-03-11T22:00:56.972Zslp 42:42.010706093
34712026-03-11T22:00:56.972Zlat 58.947925144
34722026-03-11T22:00:56.972Zstop 2:13.035452028
34732026-03-11T22:00:56.972Z+ mkdir tests
34742026-03-11T22:00:56.975Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-03-11T22:00:56.975Z+ xargs -I '{}' -t cp '{}' tests/
34762026-03-11T22:00:57.010Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c1cadaa489ebb376 tests/
34772026-03-11T22:00:57.042Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d24cce7dcf30bc0 tests/
34782026-03-11T22:00:57.074Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0eaff503aca025e8 tests/
34792026-03-11T22:00:57.108Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06210acf276bd282 tests/
34802026-03-11T22:00:57.433Z+ 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/*)
34812026-03-11T22:00:57.436Z+ 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-9d24cce7dcf30bc0 tests/commtest-0eaff503aca025e8 tests/dhcp_server-c1cadaa489ebb376 tests/end_to_end_tests-06210acf276bd282 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34822026-03-11T22:02:36.330ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-03-11T22:02:36.330Za .github/buildomat/ci-env.sh 1K
34842026-03-11T22:02:36.330Za out/target/test 1K
34852026-03-11T22:02:36.330Za out/npuzone/npuzone 27402K
34862026-03-11T22:02:36.330Za package-manifest.toml 35K
34872026-03-11T22:02:36.330Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-03-11T22:02:36.330Za target/release/omicron-package 41062K
34892026-03-11T22:02:36.330Za target/release/xtask 11359K
34902026-03-11T22:02:36.330Za target/debug/bootstrap 346510K
34912026-03-11T22:02:36.330Za tests/bootstrap-9d24cce7dcf30bc0 31480K
34922026-03-11T22:02:36.330Za tests/commtest-0eaff503aca025e8 31997K
34932026-03-11T22:02:36.330Za tests/dhcp_server-c1cadaa489ebb376 31480K
34942026-03-11T22:02:36.330Za tests/end_to_end_tests-06210acf276bd282 388191K
34952026-03-11T22:02:36.330Za out/clickhouse.tar.gz 302574K
34962026-03-11T22:02:36.330Za out/clickhouse_keeper.tar.gz 287868K
34972026-03-11T22:02:36.330Za out/clickhouse_server.tar.gz 302573K
34982026-03-11T22:02:36.330Za out/cockroachdb.tar.gz 156114K
34992026-03-11T22:02:36.330Za out/crucible-pantry-zone.tar.gz 38316K
35002026-03-11T22:02:36.331Za out/crucible-utils.tar 17744K
35012026-03-11T22:02:36.331Za out/crucible-zone.tar.gz 52454K
35022026-03-11T22:02:36.331Za out/external-dns.tar.gz 41547K
35032026-03-11T22:02:36.331Za out/internal-dns.tar.gz 41547K
35042026-03-11T22:02:36.331Za out/mg-ddm-gz.tar 86339K
35052026-03-11T22:02:36.331Za out/nexus.tar.gz 209866K
35062026-03-11T22:02:36.331Za out/ntp.tar.gz 22563K
35072026-03-11T22:02:36.331Za out/omicron-gateway-softnpu.tar.gz 26431K
35082026-03-11T22:02:36.331Za out/omicron-sled-agent.tar 182227K
35092026-03-11T22:02:36.332Za out/overlay.tar.gz 3K
35102026-03-11T22:02:36.332Za out/oximeter.tar.gz 57387K
35112026-03-11T22:02:36.332Za out/oxlog.tar 3895K
35122026-03-11T22:02:36.332Za out/probe.tar.gz 3037K
35132026-03-11T22:02:36.332Za out/propolis-server.tar.gz 32618K
35142026-03-11T22:02:36.332Za out/pumpkind-gz.tar 26647K
35152026-03-11T22:02:36.332Za out/switch-softnpu.tar.gz 369952K
35162026-03-11T22:02:36.335Z
35172026-03-11T22:02:36.335Zreal 1:38.884177495
35182026-03-11T22:02:36.335Zuser 1:36.924924916
35192026-03-11T22:02:36.335Zsys 4.619322650
35202026-03-11T22:02:36.335Ztrap 0.006577656
35212026-03-11T22:02:36.335Ztflt 0.000000000
35222026-03-11T22:02:36.335Zdflt 0.000000000
35232026-03-11T22:02:36.335Zkflt 0.000000000
35242026-03-11T22:02:36.335Zlock 0.000000000
35252026-03-11T22:02:36.335Zslp 1:35.881299946
35262026-03-11T22:02:36.335Zlat 0.331634882
35272026-03-11T22:02:36.336Zstop 0.000322184
35282026-03-11T22:02:36.336Zprocess exited: duration 1638312 ms, exit code 0
 
35292026-03-11T22:02:36.350Zfound 1 output files
35302026-03-11T22:02:36.350Zuploading: /work/package.tar.gz (2277132598 bytes)
35312026-03-11T22:03:08.606Zuploaded: /work/package.tar.gz