01KME5G44XZCKNA57Z55ERPZAF: helios / package

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

Buildomat Job: 01KME5GTJNRSXMH4DZA7MEZHDB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T20:41:44.559Zjob assigned to worker 01KME6TV4MM58WW0C8YTD7CWGX [factory aws, i-06b05db1b8ca981fc] (queued for 24 m 14 s)
 
22026-03-23T20:41:53.522Zstarting task 0: "setup"
32026-03-23T20:41:53.539Z++ uname -s
42026-03-23T20:41:53.539Z+ kern=SunOS
52026-03-23T20:41:53.539Z+ build_user=build
62026-03-23T20:41:53.539Z+ build_uid=12345
72026-03-23T20:41:53.539Z+ work_dir=/work
82026-03-23T20:41:53.540Z+ input_dir=/input
92026-03-23T20:41:53.540Z+ [[ 0 == 12345 ]]
102026-03-23T20:41:53.540Z+ case "$kern" in
112026-03-23T20:41:53.540Z+ groupadd -g 12345 build
122026-03-23T20:41:53.540Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T20:41:55.515Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T20:41:55.630Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T20:41:55.639Z+ home_fs=zfs
162026-03-23T20:41:55.639Z+ [[ zfs == autofs ]]
172026-03-23T20:41:55.640Z+ mkdir -p /home/build
182026-03-23T20:41:55.640Z+ chown build:build /home/build /work
192026-03-23T20:41:57.636Z+ chmod 0700 /home/build /work
202026-03-23T20:41:57.644Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-23T20:41:57.654Zstarting task 1: "rust-toolchain"
222026-03-23T20:41:57.660Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T20:41:57.660Z * rust toolchain channel = "1.94.0"
242026-03-23T20:41:57.660Z * rust toolchain profile = "default"
252026-03-23T20:41:57.667Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-23T20:41:57.667Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T20:41:57.667Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T20:41:57.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T20:41:57.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T20:41:57.803Zinfo: downloading installer
312026-03-23T20:41:59.511Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T20:41:59.511Zwarn: /opt/ooce/bin
332026-03-23T20:41:59.511Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T20:41:59.511Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T20:41:59.511Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T20:41:59.511Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T20:41:59.511Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T20:41:59.511Zerror: cannot install while Rust is installed
392026-03-23T20:41:59.511Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T20:41:59.516Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T20:41:59.516Zwarn: /home/build/.rustup/settings.toml
422026-03-23T20:41:59.516Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T20:41:59.516Zwarn: instead of the one inferred from the default host triple.
442026-03-23T20:41:59.524Zinfo: profile set to default
452026-03-23T20:41:59.524Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T20:41:59.529Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T20:41:59.672Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T20:41:59.680Zinfo: downloading 6 components
492026-03-23T20:42:14.518Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T20:42:14.518Z
512026-03-23T20:42:14.557Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T20:42:14.557Z
532026-03-23T20:42:14.561Z
542026-03-23T20:42:14.561ZRust is installed now. Great!
552026-03-23T20:42:14.561Z
562026-03-23T20:42:14.561ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T20:42:14.561Zenvironment variable. This has not been done automatically.
582026-03-23T20:42:14.561Z
592026-03-23T20:42:14.561ZTo configure your current shell, you need to source
602026-03-23T20:42:14.561Zthe corresponding env file under $HOME/.cargo.
612026-03-23T20:42:14.561Z
622026-03-23T20:42:14.561ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T20:42:14.561Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T20:42:14.561Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T20:42:14.561Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T20:42:14.561Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T20:42:14.561Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T20:42:14.561Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T20:42:14.562Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T20:42:14.562Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T20:42:14.661Z+ rustup --version
722026-03-23T20:42:14.668Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T20:42:14.672Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T20:42:14.695Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T20:42:14.699Z+ cargo --version
762026-03-23T20:42:14.709Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T20:42:14.713Z+ rustc --version
782026-03-23T20:42:14.739Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T20:42:14.742Zprocess exited: duration 17084 ms, exit code 0
 
802026-03-23T20:42:14.750Zstarting task 2: "authentication"
812026-03-23T20:42:14.780Zprocess exited: duration 27 ms, exit code 0
 
822026-03-23T20:42:14.787Zstarting task 3: "clone repository"
832026-03-23T20:42:14.792Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T20:42:14.796Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T20:42:14.832ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T20:42:24.845Z+ cd /work/oxidecomputer/omicron
872026-03-23T20:42:24.845Z+ git fetch origin a435519e329d3771c56bc9d5dd65e6f5ca5a5333
882026-03-23T20:42:25.162ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T20:42:25.162Z * branch a435519e329d3771c56bc9d5dd65e6f5ca5a5333 -> FETCH_HEAD
902026-03-23T20:42:25.175Z+ [[ -n jmcarp/oximeter-field-union ]]
912026-03-23T20:42:25.178Z++ git branch --show-current
922026-03-23T20:42:25.181Z+ current=main
932026-03-23T20:42:25.181Z+ [[ main != jmcarp/oximeter-field-union ]]
942026-03-23T20:42:25.181Z+ git branch -f jmcarp/oximeter-field-union a435519e329d3771c56bc9d5dd65e6f5ca5a5333
952026-03-23T20:42:25.184Z+ git checkout -f jmcarp/oximeter-field-union
962026-03-23T20:42:25.511ZSwitched to branch 'jmcarp/oximeter-field-union'
972026-03-23T20:42:25.514Z+ git reset --hard a435519e329d3771c56bc9d5dd65e6f5ca5a5333
982026-03-23T20:42:25.534ZHEAD is now at a435519e3 Further query perf updates for oximeter field lookups.
992026-03-23T20:42:25.537Zprocess exited: duration 10746 ms, exit code 0
 
1002026-03-23T20:42:25.544Zstarting task 4: "build"
1012026-03-23T20:42:25.549Z+ source .github/buildomat/ci-env.sh
1022026-03-23T20:42:25.553Z++ export CARGO_TERM_COLOR=always
1032026-03-23T20:42:25.553Z++ CARGO_TERM_COLOR=always
1042026-03-23T20:42:25.553Z+ cargo --version
1052026-03-23T20:42:25.561Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-23T20:42:25.565Z+ rustc --version
1072026-03-23T20:42:25.591Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-23T20:42:25.594Z+ WORK=/work
1092026-03-23T20:42:25.594Z+ pfexec mkdir -p /work
1102026-03-23T20:42:25.599Z+ pfexec chown build /work
1112026-03-23T20:42:25.603Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-23T20:42:35.627Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-23T20:42:45.684Z Startup: Caching catalogs ... Done
1142026-03-23T20:43:07.982ZPlanning: Solver setup ... Done (20.873s)
1152026-03-23T20:43:08.141ZPlanning: Running solver ... Done (0.159s)
1162026-03-23T20:43:08.321ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-23T20:43:08.335ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-23T20:43:08.468ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-23T20:43:08.520ZPlanning: Package planning ... Done (0.043s)
1202026-03-23T20:43:08.555ZPlanning: Merging actions ... Done (0.043s)
1212026-03-23T20:43:08.796ZPlanning: Checking for conflicting actions ... Done (0.240s)
1222026-03-23T20:43:08.806ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-23T20:43:09.690ZPlanning: Evaluating mediators ... Done (0.884s)
1242026-03-23T20:43:09.699ZPlanning: Planning completed in 23.86 seconds
1252026-03-23T20:43:09.714Z Packages to install: 4
1262026-03-23T20:43:09.714Z Mediators to change: 2
1272026-03-23T20:43:09.714Z Services to change: 1
1282026-03-23T20:43:09.714Z Estimated space available: 155.43 GB
1292026-03-23T20:43:09.717ZEstimated space to be consumed: 1.83 GB
1302026-03-23T20:43:09.717Z Create boot environment: No
1312026-03-23T20:43:09.717ZCreate backup boot environment: No
1322026-03-23T20:43:09.717Z Rebuild boot archive: No
1332026-03-23T20:43:09.717Z
1342026-03-23T20:43:09.717ZChanged mediators:
1352026-03-23T20:43:09.717Z mediator clang:
1362026-03-23T20:43:09.717Z version: None -> 15 (system default)
1372026-03-23T20:43:09.717Z
1382026-03-23T20:43:09.717Z mediator llvm:
1392026-03-23T20:43:09.717Z version: 14 (system default) -> 15 (system default)
1402026-03-23T20:43:09.717Z
1412026-03-23T20:43:09.717ZChanged packages:
1422026-03-23T20:43:09.717Zhelios-dev
1432026-03-23T20:43:09.718Z developer/build-essential
1442026-03-23T20:43:09.718Z None -> 11-2.0
1452026-03-23T20:43:09.718Z library/libxmlsec1
1462026-03-23T20:43:09.718Z None -> 1.2.35-2.0
1472026-03-23T20:43:09.718Z ooce/developer/clang-15
1482026-03-23T20:43:09.718Z None -> 15.0.7-2.0
1492026-03-23T20:43:09.718Z ooce/developer/llvm-15
1502026-03-23T20:43:09.718Z None -> 15.0.7-2.0
1512026-03-23T20:43:09.718Z
1522026-03-23T20:43:09.718ZServices:
1532026-03-23T20:43:09.718Z restart_fmri:
1542026-03-23T20:43:09.718Z svc:/system/update-man-index:default
1552026-03-23T20:43:09.764Z
1562026-03-23T20:43:09.764ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-23T20:43:14.766ZDownload: 1797/3290 items 117.0/212.6MB 55% complete (23.4M/s)
1582026-03-23T20:43:19.304ZDownload: Completed 212.60 MB in 9.54 seconds (22.3M/s)
1592026-03-23T20:43:20.493Z Actions: 1/3689 actions (Installing new actions)
1602026-03-23T20:43:24.657Z Actions: Completed 3689 actions in 4.16 seconds.
1612026-03-23T20:43:25.370Z Done (0.708s)
1622026-03-23T20:43:25.370Z Done (0.000s)
1632026-03-23T20:43:26.260Z Done (0.890s)
1642026-03-23T20:43:30.002Z Done (3.384s)
1652026-03-23T20:43:30.087Z Done (0.017s)
1662026-03-23T20:43:30.090Z Done (0.000s)
1672026-03-23T20:43:30.282Z Done (0.000s)
1682026-03-23T20:43:31.239ZPlanning: Evaluating mediator changes ... Done
1692026-03-23T20:43:31.380ZPlanning: Checking for conflicting actions ... Done
1702026-03-23T20:43:31.386ZPlanning: Consolidating action changes ... Done
1712026-03-23T20:43:31.602ZPlanning: Evaluating mediators ... Done
1722026-03-23T20:43:31.605ZPlanning: Planning completed in 0.36 seconds
1732026-03-23T20:43:31.632Z Mediators to change: 2
1742026-03-23T20:43:31.632Z Create boot environment: No
1752026-03-23T20:43:31.632ZCreate backup boot environment: No
1762026-03-23T20:43:31.707Z Done
1772026-03-23T20:43:31.707Z Done
1782026-03-23T20:43:32.427Z Done
1792026-03-23T20:43:35.746Z Done
1802026-03-23T20:43:35.834Z Done
1812026-03-23T20:43:35.837Z Done
1822026-03-23T20:43:35.970Z Done
1832026-03-23T20:43:36.507ZPlanning: Evaluating mediator changes ... Done
1842026-03-23T20:43:36.510ZPlanning: Merging actions ... Done
1852026-03-23T20:43:36.675ZPlanning: Checking for conflicting actions ... Done
1862026-03-23T20:43:36.678ZPlanning: Consolidating action changes ... Done
1872026-03-23T20:43:36.901ZPlanning: Evaluating mediators ... Done
1882026-03-23T20:43:36.939ZPlanning: Planning completed in 0.64 seconds
1892026-03-23T20:43:36.969Z Packages to change: 1
1902026-03-23T20:43:36.969Z Mediators to change: 1
1912026-03-23T20:43:36.972Z Services to change: 1
1922026-03-23T20:43:36.972Z Create boot environment: No
1932026-03-23T20:43:36.973ZCreate backup boot environment: Yes
1942026-03-23T20:43:39.296Z Actions: 1/6 actions (Updating modified actions)
1952026-03-23T20:43:39.299Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-23T20:43:39.299Z Done
1972026-03-23T20:43:39.299Z Done
1982026-03-23T20:43:39.489Z Done
1992026-03-23T20:43:42.725Z Done
2002026-03-23T20:43:42.809Z Done
2012026-03-23T20:43:42.812Z Done
2022026-03-23T20:43:42.953Z Done
2032026-03-23T20:43:43.334ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-23T20:43:43.334Zclang system 15 system
2052026-03-23T20:43:43.334Zcsh system system illumos
2062026-03-23T20:43:43.334Zctags system system illumos
2072026-03-23T20:43:43.334Zfile system system illumos
2082026-03-23T20:43:43.334Zgcc vendor 12 vendor
2092026-03-23T20:43:43.334Zgcc system 10 system
2102026-03-23T20:43:43.334Zgcc system 7 system
2112026-03-23T20:43:43.334Zgo system 1.20 system
2122026-03-23T20:43:43.334Zgo system 1.19 system
2132026-03-23T20:43:43.334Zllvm system 15 system
2142026-03-23T20:43:43.334Zllvm system 14 system
2152026-03-23T20:43:43.334Zmariadb system 10.6 system
2162026-03-23T20:43:43.334Zmta vendor vendor dma
2172026-03-23T20:43:43.334Zopenjdk system 17 system
2182026-03-23T20:43:43.334Zopenjdk system 11 system
2192026-03-23T20:43:43.335Zopenjdk system 1.8 system
2202026-03-23T20:43:43.335Zopenssl vendor 3 vendor
2212026-03-23T20:43:43.335Zperl system 5.36 system
2222026-03-23T20:43:43.335Zpostgresql system 15 system
2232026-03-23T20:43:43.335Zpostgresql system 13 system
2242026-03-23T20:43:43.335Zpython vendor 3 vendor
2252026-03-23T20:43:43.335Zpython system 2 system
2262026-03-23T20:43:43.335Zpython3 system 3.11 system
2272026-03-23T20:43:43.335Zruby system 3.0 system
2282026-03-23T20:43:43.335Zwords vendor vendor american-english
2292026-03-23T20:43:43.335Zwords system system australian-english
2302026-03-23T20:43:43.335Zwords system system british-english
2312026-03-23T20:43:43.335Zwords system system canadian-english
2322026-03-23T20:43:43.335Zwords system system french
2332026-03-23T20:43:43.335Zwords system system italian
2342026-03-23T20:43:43.335Zwords system system ngerman
2352026-03-23T20:43:43.335Zwords system system ogerman
2362026-03-23T20:43:43.335Zwords system system spanish
2372026-03-23T20:43:43.630ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-23T20:43:43.630Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-23T20:43:49.596ZFMRI IFO
2402026-03-23T20:43:49.596Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-23T20:43:49.596Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-23T20:43:49.596Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-23T20:43:49.596Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-23T20:43:49.596Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-23T20:43:49.596Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-23T20:43:49.596Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-23T20:43:49.596Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-23T20:43:49.596Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-23T20:43:49.596Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-23T20:43:49.596Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-23T20:43:49.596Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-23T20:43:49.596Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-23T20:43:49.596Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-23T20:43:49.596Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-23T20:43:49.596Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-23T20:43:50.840Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-23T20:43:51.143Z Updating crates.io index
2582026-03-23T20:43:51.180Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-23T20:43:51.935Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-23T20:43:52.419Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-23T20:43:52.955Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-23T20:43:53.793Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-23T20:43:54.296Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-23T20:43:55.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-23T20:43:57.446Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-23T20:43:58.492Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-23T20:43:58.787Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-23T20:43:59.672Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-23T20:44:00.087Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-23T20:44:00.453Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-23T20:44:00.851Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-23T20:44:01.817Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-23T20:44:02.536Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-23T20:44:02.825Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-23T20:44:03.248Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-23T20:44:03.697Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-23T20:44:03.953Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-23T20:44:04.175Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-23T20:44:04.445Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-23T20:44:04.870Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-23T20:44:05.344Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-23T20:44:05.868Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-23T20:44:06.152Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-23T20:44:06.449Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-23T20:44:07.594Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-23T20:44:08.171Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-23T20:44:08.605Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-23T20:44:09.211Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-23T20:44:12.853Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-23T20:44:13.226Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-23T20:44:13.579Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-23T20:44:14.162Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-23T20:44:14.424Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-23T20:44:14.690Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-23T20:44:14.976Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-23T20:44:15.399Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-23T20:44:29.461Z Downloading crates ...
2982026-03-23T20:44:29.516Z Downloaded anstyle-parse v0.2.7
2992026-03-23T20:44:29.519Z Downloaded autocfg v1.5.0
3002026-03-23T20:44:29.527Z Downloaded toml_write v0.1.2
3012026-03-23T20:44:29.530Z Downloaded getrandom v0.4.1
3022026-03-23T20:44:29.534Z Downloaded unicode-linebreak v0.1.5
3032026-03-23T20:44:29.537Z Downloaded toml_datetime v0.6.11
3042026-03-23T20:44:29.540Z Downloaded thread-id v4.2.2
3052026-03-23T20:44:29.540Z Downloaded heck v0.5.0
3062026-03-23T20:44:29.543Z Downloaded syn v1.0.109
3072026-03-23T20:44:29.549Z Downloaded usdt v0.5.0
3082026-03-23T20:44:29.553Z Downloaded zerofrom-derive v0.1.6
3092026-03-23T20:44:29.553Z Downloaded usdt-macro v0.5.0
3102026-03-23T20:44:29.553Z Downloaded thiserror v1.0.69
3112026-03-23T20:44:29.556Z Downloaded bitflags v2.11.0
3122026-03-23T20:44:29.559Z Downloaded anstyle-query v1.1.5
3132026-03-23T20:44:29.564Z Downloaded errno v0.3.14
3142026-03-23T20:44:29.564Z Downloaded tempfile v3.25.0
3152026-03-23T20:44:29.564Z Downloaded yoke-derive v0.8.1
3162026-03-23T20:44:29.567Z Downloaded usdt-attr-macro v0.5.0
3172026-03-23T20:44:29.567Z Downloaded equivalent v1.0.2
3182026-03-23T20:44:29.567Z Downloaded utf8_iter v1.0.4
3192026-03-23T20:44:29.567Z Downloaded usdt-impl v0.5.0
3202026-03-23T20:44:29.567Z Downloaded erased-serde v0.4.9
3212026-03-23T20:44:29.570Z Downloaded crypto-common v0.1.7
3222026-03-23T20:44:29.570Z Downloaded displaydoc v0.2.5
3232026-03-23T20:44:29.573Z Downloaded form_urlencoded v1.2.2
3242026-03-23T20:44:29.573Z Downloaded version_check v0.9.5
3252026-03-23T20:44:29.573Z Downloaded bytecount v0.6.9
3262026-03-23T20:44:29.576Z Downloaded anyhow v1.0.102
3272026-03-23T20:44:29.579Z Downloaded thiserror-impl v2.0.18
3282026-03-23T20:44:29.579Z Downloaded smawk v0.3.2
3292026-03-23T20:44:29.579Z Downloaded writeable v0.6.2
3302026-03-23T20:44:29.583Z Downloaded is_terminal_polyfill v1.70.2
3312026-03-23T20:44:29.583Z Downloaded zerofrom v0.1.6
3322026-03-23T20:44:29.583Z Downloaded zerocopy-derive v0.7.35
3332026-03-23T20:44:29.586Z Downloaded zmij v1.0.21
3342026-03-23T20:44:29.589Z Downloaded utf8parse v0.2.2
3352026-03-23T20:44:29.589Z Downloaded url v2.5.8
3362026-03-23T20:44:29.592Z Downloaded plain v0.2.3
3372026-03-23T20:44:29.592Z Downloaded potential_utf v0.1.4
3382026-03-23T20:44:29.592Z Downloaded zerovec-derive v0.11.2
3392026-03-23T20:44:29.595Z Downloaded ucd-trie v0.1.7
3402026-03-23T20:44:29.595Z Downloaded thiserror-impl v1.0.69
3412026-03-23T20:44:29.595Z Downloaded cpufeatures v0.2.17
3422026-03-23T20:44:29.598Z Downloaded thiserror v2.0.18
3432026-03-23T20:44:29.601Z Downloaded yoke v0.8.1
3442026-03-23T20:44:29.606Z Downloaded scroll_derive v0.12.1
3452026-03-23T20:44:29.607Z Downloaded tabled_derive v0.7.0
3462026-03-23T20:44:29.607Z Downloaded percent-encoding v2.3.2
3472026-03-23T20:44:29.607Z Downloaded toml v0.8.23
3482026-03-23T20:44:29.610Z Downloaded generic-array v0.14.7
3492026-03-23T20:44:29.610Z Downloaded proc-macro-error-attr v1.0.4
3502026-03-23T20:44:29.610Z Downloaded clap_lex v1.0.0
3512026-03-23T20:44:29.610Z Downloaded stable_deref_trait v1.2.1
3522026-03-23T20:44:29.610Z Downloaded terminal_size v0.4.3
3532026-03-23T20:44:29.610Z Downloaded cfg-if v1.0.4
3542026-03-23T20:44:29.619Z Downloaded tinystr v0.8.2
3552026-03-23T20:44:29.619Z Downloaded scroll v0.12.0
3562026-03-23T20:44:29.619Z Downloaded anstyle v1.0.13
3572026-03-23T20:44:29.622Z Downloaded typenum v1.19.0
3582026-03-23T20:44:29.622Z Downloaded textwrap v0.16.2
3592026-03-23T20:44:29.623Z Downloaded zerotrie v0.2.3
3602026-03-23T20:44:29.623Z Downloaded toml_edit v0.22.27
3612026-03-23T20:44:29.629Z Downloaded unicode-ident v1.0.24
3622026-03-23T20:44:29.633Z Downloaded fnv v1.0.7
3632026-03-23T20:44:29.633Z Downloaded colorchoice v1.0.4
3642026-03-23T20:44:29.633Z Downloaded dtrace-parser v0.2.0
3652026-03-23T20:44:29.633Z Downloaded unicode-xid v0.2.6
3662026-03-23T20:44:29.633Z Downloaded typeid v1.0.3
3672026-03-23T20:44:29.633Z Downloaded heck v0.4.1
3682026-03-23T20:44:29.633Z Downloaded fastrand v2.3.0
3692026-03-23T20:44:29.634Z Downloaded cargo_metadata v0.21.0
3702026-03-23T20:44:29.637Z Downloaded synstructure v0.13.2
3712026-03-23T20:44:29.637Z Downloaded zerovec v0.11.5
3722026-03-23T20:44:29.640Z Downloaded quote v1.0.44
3732026-03-23T20:44:29.643Z Downloaded swrite v0.1.0
3742026-03-23T20:44:29.643Z Downloaded serde-value v0.7.0
3752026-03-23T20:44:29.643Z Downloaded serde_spanned v0.6.9
3762026-03-23T20:44:29.647Z Downloaded proc-macro-error v1.0.4
3772026-03-23T20:44:29.647Z Downloaded cargo-platform v0.2.0
3782026-03-23T20:44:29.647Z Downloaded camino v1.2.2
3792026-03-23T20:44:29.650Z Downloaded zerocopy v0.7.35
3802026-03-23T20:44:29.660Z Downloaded serde_tokenstream v0.2.3
3812026-03-23T20:44:29.663Z Downloaded winnow v0.7.14
3822026-03-23T20:44:29.667Z Downloaded strsim v0.11.1
3832026-03-23T20:44:29.672Z Downloaded unicode-width v0.2.0
3842026-03-23T20:44:29.676Z Downloaded ordered-float v2.10.1
3852026-03-23T20:44:29.676Z Downloaded macaddr v1.0.1
3862026-03-23T20:44:29.676Z Downloaded unicode-width v0.1.14
3872026-03-23T20:44:29.680Z Downloaded serde-untagged v0.1.9
3882026-03-23T20:44:29.680Z Downloaded digest v0.10.7
3892026-03-23T20:44:29.685Z Downloaded semver v1.0.27
3902026-03-23T20:44:29.685Z Downloaded itoa v1.0.17
3912026-03-23T20:44:29.685Z Downloaded camino-tempfile v1.4.1
3922026-03-23T20:44:29.685Z Downloaded pretty-hex v0.4.1
3932026-03-23T20:44:29.688Z Downloaded idna_adapter v1.2.1
3942026-03-23T20:44:29.688Z Downloaded fs-err v3.3.0
3952026-03-23T20:44:29.688Z Downloaded anstream v0.6.21
3962026-03-23T20:44:29.692Z Downloaded dof v0.3.0
3972026-03-23T20:44:29.692Z Downloaded block-buffer v0.10.4
3982026-03-23T20:44:29.692Z Downloaded memmap v0.7.0
3992026-03-23T20:44:29.696Z Downloaded cargo_toml v0.21.0
4002026-03-23T20:44:29.700Z Downloaded pest_derive v2.8.6
4012026-03-23T20:44:29.703Z Downloaded once_cell v1.21.3
4022026-03-23T20:44:29.703Z Downloaded icu_provider v2.1.1
4032026-03-23T20:44:29.706Z Downloaded proc-macro2 v1.0.106
4042026-03-23T20:44:29.709Z Downloaded sha2 v0.10.9
4052026-03-23T20:44:29.715Z Downloaded serde_core v1.0.228
4062026-03-23T20:44:29.719Z Downloaded litemap v0.8.1
4072026-03-23T20:44:29.724Z Downloaded pest_generator v2.8.6
4082026-03-23T20:44:29.727Z Downloaded smallvec v1.15.1
4092026-03-23T20:44:29.727Z Downloaded clap_derive v4.5.55
4102026-03-23T20:44:29.730Z Downloaded cargo-util-schemas v0.8.2
4112026-03-23T20:44:29.743Z Downloaded num-traits v0.2.19
4122026-03-23T20:44:29.746Z Downloaded icu_properties v2.1.2
4132026-03-23T20:44:29.749Z Downloaded icu_normalizer v2.1.1
4142026-03-23T20:44:29.749Z Downloaded byteorder v1.5.0
4152026-03-23T20:44:29.753Z Downloaded papergrid v0.11.0
4162026-03-23T20:44:29.756Z Downloaded log v0.4.29
4172026-03-23T20:44:29.759Z Downloaded serde_derive v1.0.228
4182026-03-23T20:44:29.762Z Downloaded clap v4.5.60
4192026-03-23T20:44:29.768Z Downloaded serde v1.0.228
4202026-03-23T20:44:29.771Z Downloaded pest_meta v2.8.6
4212026-03-23T20:44:29.771Z Downloaded icu_normalizer_data v2.1.1
4222026-03-23T20:44:29.774Z Downloaded icu_collections v2.1.1
4232026-03-23T20:44:29.779Z Downloaded memchr v2.8.0
4242026-03-23T20:44:29.782Z Downloaded indexmap v2.13.0
4252026-03-23T20:44:29.787Z Downloaded hashbrown v0.16.1
4262026-03-23T20:44:29.790Z Downloaded icu_locale_core v2.1.1
4272026-03-23T20:44:29.803Z Downloaded pest v2.8.6
4282026-03-23T20:44:29.807Z Downloaded idna v1.1.0
4292026-03-23T20:44:29.814Z Downloaded goblin v0.8.2
4302026-03-23T20:44:29.817Z Downloaded icu_properties_data v2.1.2
4312026-03-23T20:44:29.824Z Downloaded clap_builder v4.5.60
4322026-03-23T20:44:29.829Z Downloaded serde_json v1.0.149
4332026-03-23T20:44:29.845Z Downloaded tabled v0.15.0
4342026-03-23T20:44:29.855Z Downloaded syn v2.0.117
4352026-03-23T20:44:29.871Z Downloaded rustix v1.1.3
4362026-03-23T20:44:29.898Z Downloaded libc v0.2.180
4372026-03-23T20:44:29.983Z Compiling proc-macro2 v1.0.106
4382026-03-23T20:44:29.983Z Compiling quote v1.0.44
4392026-03-23T20:44:29.986Z Compiling unicode-ident v1.0.24
4402026-03-23T20:44:29.986Z Compiling serde_core v1.0.228
4412026-03-23T20:44:29.986Z Compiling libc v0.2.180
4422026-03-23T20:44:29.986Z Compiling version_check v0.9.5
4432026-03-23T20:44:29.987Z Compiling stable_deref_trait v1.2.1
4442026-03-23T20:44:29.987Z Compiling memchr v2.8.0
4452026-03-23T20:44:29.987Z Compiling serde v1.0.228
4462026-03-23T20:44:29.987Z Compiling zmij v1.0.21
4472026-03-23T20:44:30.199Z Compiling thiserror v1.0.69
4482026-03-23T20:44:30.202Z Compiling autocfg v1.5.0
4492026-03-23T20:44:30.202Z Compiling ucd-trie v0.1.7
4502026-03-23T20:44:30.202Z Compiling itoa v1.0.17
4512026-03-23T20:44:30.202Z Compiling writeable v0.6.2
4522026-03-23T20:44:30.450Z Compiling litemap v0.8.1
4532026-03-23T20:44:30.601Z Compiling rustix v1.1.3
4542026-03-23T20:44:30.719Z Compiling icu_normalizer_data v2.1.1
4552026-03-23T20:44:30.719Z Compiling byteorder v1.5.0
4562026-03-23T20:44:30.815Z Compiling icu_properties_data v2.1.2
4572026-03-23T20:44:30.943Z Compiling pest v2.8.6
4582026-03-23T20:44:30.974Z Compiling bitflags v2.11.0
4592026-03-23T20:44:31.058Z Compiling serde_json v1.0.149
4602026-03-23T20:44:31.118Z Compiling num-traits v0.2.19
4612026-03-23T20:44:31.122Z Compiling typeid v1.0.3
4622026-03-23T20:44:31.122Z Compiling hashbrown v0.16.1
4632026-03-23T20:44:31.433Z Compiling smallvec v1.15.1
4642026-03-23T20:44:31.460Z Compiling equivalent v1.0.2
4652026-03-23T20:44:31.591Z Compiling usdt-impl v0.5.0
4662026-03-23T20:44:31.595Z Compiling proc-macro-error-attr v1.0.4
4672026-03-23T20:44:31.649Z Compiling errno v0.3.14
4682026-03-23T20:44:31.653Z Compiling thread-id v4.2.2
4692026-03-23T20:44:31.653Z Compiling syn v1.0.109
4702026-03-23T20:44:31.794Z Compiling winnow v0.7.14
4712026-03-23T20:44:31.797Z Compiling erased-serde v0.4.9
4722026-03-23T20:44:31.879Z Compiling toml_write v0.1.2
4732026-03-23T20:44:32.011Z Compiling indexmap v2.13.0
4742026-03-23T20:44:32.014Z Compiling proc-macro-error v1.0.4
4752026-03-23T20:44:32.128Z Compiling syn v2.0.117
4762026-03-23T20:44:32.128Z Compiling thiserror v2.0.18
4772026-03-23T20:44:32.187Z Compiling plain v0.2.3
4782026-03-23T20:44:32.190Z Compiling utf8parse v0.2.2
4792026-03-23T20:44:32.270Z Compiling percent-encoding v2.3.2
4802026-03-23T20:44:32.271Z Compiling getrandom v0.4.1
4812026-03-23T20:44:32.350Z Compiling utf8_iter v1.0.4
4822026-03-23T20:44:32.356Z Compiling log v0.4.29
4832026-03-23T20:44:32.356Z Compiling camino v1.2.2
4842026-03-23T20:44:32.436Z Compiling pest_meta v2.8.6
4852026-03-23T20:44:32.441Z Compiling anstyle-parse v0.2.7
4862026-03-23T20:44:32.537Z Compiling form_urlencoded v1.2.2
4872026-03-23T20:44:32.743Z Compiling anstyle v1.0.13
4882026-03-23T20:44:32.801Z Compiling is_terminal_polyfill v1.70.2
4892026-03-23T20:44:32.929Z Compiling ordered-float v2.10.1
4902026-03-23T20:44:32.932Z Compiling colorchoice v1.0.4
4912026-03-23T20:44:32.933Z Compiling pretty-hex v0.4.1
4922026-03-23T20:44:33.012Z Compiling anstyle-query v1.1.5
4932026-03-23T20:44:33.016Z Compiling cfg-if v1.0.4
4942026-03-23T20:44:33.134Z Compiling fs-err v3.3.0
4952026-03-23T20:44:33.137Z Compiling clap_lex v1.0.0
4962026-03-23T20:44:33.221Z Compiling terminal_size v0.4.3
4972026-03-23T20:44:33.282Z Compiling anstream v0.6.21
4982026-03-23T20:44:33.285Z Compiling bytecount v0.6.9
4992026-03-23T20:44:33.343Z Compiling once_cell v1.21.3
5002026-03-23T20:44:33.399Z Compiling heck v0.4.1
5012026-03-23T20:44:33.435Z Compiling strsim v0.11.1
5022026-03-23T20:44:33.465Z Compiling unicode-width v0.1.14
5032026-03-23T20:44:33.469Z Compiling anyhow v1.0.102
5042026-03-23T20:44:33.522Z Compiling unicode-xid v0.2.6
5052026-03-23T20:44:33.553Z Compiling fnv v1.0.7
5062026-03-23T20:44:33.580Z Compiling heck v0.5.0
5072026-03-23T20:44:33.648Z Compiling fastrand v2.3.0
5082026-03-23T20:44:33.733Z Compiling clap_builder v4.5.60
5092026-03-23T20:44:33.737Z Compiling memmap v0.7.0
5102026-03-23T20:44:33.737Z Compiling smawk v0.3.2
5112026-03-23T20:44:33.951Z Compiling semver v1.0.27
5122026-03-23T20:44:33.967Z Compiling tempfile v3.25.0
5132026-03-23T20:44:34.017Z Compiling papergrid v0.11.0
5142026-03-23T20:44:34.021Z Compiling unicode-width v0.2.0
5152026-03-23T20:44:34.021Z Compiling unicode-linebreak v0.1.5
5162026-03-23T20:44:34.423Z Compiling textwrap v0.16.2
5172026-03-23T20:44:34.484Z Compiling serde-untagged v0.1.9
5182026-03-23T20:44:34.487Z Compiling camino-tempfile v1.4.1
5192026-03-23T20:44:34.544Z Compiling swrite v0.1.0
5202026-03-23T20:44:34.547Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-23T20:44:35.044Z Compiling tabled_derive v0.7.0
5222026-03-23T20:44:35.839Z Compiling synstructure v0.13.2
5232026-03-23T20:44:35.839Z Compiling pest_generator v2.8.6
5242026-03-23T20:44:35.904Z Compiling tabled v0.15.0
5252026-03-23T20:44:36.549Z Compiling serde_derive v1.0.228
5262026-03-23T20:44:36.549Z Compiling zerofrom-derive v0.1.6
5272026-03-23T20:44:36.552Z Compiling yoke-derive v0.8.1
5282026-03-23T20:44:36.552Z Compiling zerovec-derive v0.11.2
5292026-03-23T20:44:36.552Z Compiling displaydoc v0.2.5
5302026-03-23T20:44:36.552Z Compiling thiserror-impl v1.0.69
5312026-03-23T20:44:36.552Z Compiling zerocopy-derive v0.7.35
5322026-03-23T20:44:36.552Z Compiling scroll_derive v0.12.1
5332026-03-23T20:44:36.552Z Compiling thiserror-impl v2.0.18
5342026-03-23T20:44:36.552Z Compiling clap_derive v4.5.55
5352026-03-23T20:44:36.677Z Compiling pest_derive v2.8.6
5362026-03-23T20:44:37.505Z Compiling zerocopy v0.7.35
5372026-03-23T20:44:37.643Z Compiling scroll v0.12.0
5382026-03-23T20:44:37.952Z Compiling goblin v0.8.2
5392026-03-23T20:44:38.079Z Compiling zerofrom v0.1.6
5402026-03-23T20:44:38.146Z Compiling dtrace-parser v0.2.0
5412026-03-23T20:44:38.219Z Compiling yoke v0.8.1
5422026-03-23T20:44:38.422Z Compiling zerovec v0.11.5
5432026-03-23T20:44:38.422Z Compiling zerotrie v0.2.3
5442026-03-23T20:44:38.476Z Compiling clap v4.5.60
5452026-03-23T20:44:39.032Z Compiling tinystr v0.8.2
5462026-03-23T20:44:39.033Z Compiling potential_utf v0.1.4
5472026-03-23T20:44:39.203Z Compiling icu_collections v2.1.1
5482026-03-23T20:44:39.233Z Compiling icu_locale_core v2.1.1
5492026-03-23T20:44:39.893Z Compiling dof v0.3.0
5502026-03-23T20:44:39.893Z Compiling serde_tokenstream v0.2.3
5512026-03-23T20:44:39.917Z Compiling toml_datetime v0.6.11
5522026-03-23T20:44:39.920Z Compiling serde_spanned v0.6.9
5532026-03-23T20:44:39.921Z Compiling serde-value v0.7.0
5542026-03-23T20:44:39.921Z Compiling cargo-platform v0.2.0
5552026-03-23T20:44:39.921Z Compiling macaddr v1.0.1
5562026-03-23T20:44:40.021Z Compiling icu_provider v2.1.1
5572026-03-23T20:44:40.195Z Compiling toml_edit v0.22.27
5582026-03-23T20:44:40.378Z Compiling icu_properties v2.1.2
5592026-03-23T20:44:40.378Z Compiling icu_normalizer v2.1.1
5602026-03-23T20:44:40.807Z Compiling usdt-macro v0.5.0
5612026-03-23T20:44:40.811Z Compiling usdt-attr-macro v0.5.0
5622026-03-23T20:44:41.522Z Compiling idna_adapter v1.2.1
5632026-03-23T20:44:41.573Z Compiling usdt v0.5.0
5642026-03-23T20:44:41.655Z Compiling idna v1.1.0
5652026-03-23T20:44:41.962Z Compiling toml v0.8.23
5662026-03-23T20:44:42.005Z Compiling url v2.5.8
5672026-03-23T20:44:42.432Z Compiling cargo_toml v0.21.0
5682026-03-23T20:44:42.534Z Compiling cargo-util-schemas v0.8.2
5692026-03-23T20:44:43.673Z Compiling cargo_metadata v0.21.0
5702026-03-23T20:44:44.957Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-23T20:44:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.19s
5722026-03-23T20:44:48.107Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-23T20:44:48.847Z Downloading crates ...
5742026-03-23T20:44:48.957Z Downloaded block-padding v0.3.3
5752026-03-23T20:44:48.961Z Downloaded bitfield-struct v0.6.2
5762026-03-23T20:44:48.964Z Downloaded bcrypt-pbkdf v0.10.0
5772026-03-23T20:44:48.964Z Downloaded atomic-waker v1.1.2
5782026-03-23T20:44:48.968Z Downloaded bit-set v0.8.0
5792026-03-23T20:44:48.971Z Downloaded array-init v0.0.4
5802026-03-23T20:44:48.975Z Downloaded base64 v0.21.7
5812026-03-23T20:44:48.979Z Downloaded crucible-workspace-hack v0.1.0
5822026-03-23T20:44:48.979Z Downloaded adler2 v2.0.1
5832026-03-23T20:44:48.979Z Downloaded ciborium-ll v0.2.2
5842026-03-23T20:44:48.983Z Downloaded crc v3.4.0
5852026-03-23T20:44:48.983Z Downloaded crc8 v0.1.1
5862026-03-23T20:44:48.987Z Downloaded aead v0.5.2
5872026-03-23T20:44:48.990Z Downloaded atty v0.2.14
5882026-03-23T20:44:48.993Z Downloaded darling_macro v0.20.11
5892026-03-23T20:44:48.993Z Downloaded castaway v0.2.4
5902026-03-23T20:44:48.993Z Downloaded bit-set v0.5.3
5912026-03-23T20:44:48.996Z Downloaded convert_case v0.10.0
5922026-03-23T20:44:48.996Z Downloaded document-features v0.2.12
5932026-03-23T20:44:48.999Z Downloaded foreign-types v0.5.0
5942026-03-23T20:44:48.999Z Downloaded fixedbitset v0.4.2
5952026-03-23T20:44:49.004Z Downloaded cfg_aliases v0.1.1
5962026-03-23T20:44:49.004Z Downloaded cargo_toml v0.22.3
5972026-03-23T20:44:49.007Z Downloaded float-ord v0.3.2
5982026-03-23T20:44:49.007Z Downloaded cobs v0.3.0
5992026-03-23T20:44:49.007Z Downloaded base16ct v0.2.0
6002026-03-23T20:44:49.007Z Downloaded derive_builder_core v0.20.2
6012026-03-23T20:44:49.010Z Downloaded blowfish v0.9.1
6022026-03-23T20:44:49.010Z Downloaded arrayvec v0.7.6
6032026-03-23T20:44:49.012Z Downloaded bitfield v0.19.4
6042026-03-23T20:44:49.015Z Downloaded bitfield-macros v0.19.4
6052026-03-23T20:44:49.015Z Downloaded arrayref v0.3.9
6062026-03-23T20:44:49.018Z Downloaded dtrace-parser v0.3.0
6072026-03-23T20:44:49.018Z Downloaded cexpr v0.6.0
6082026-03-23T20:44:49.018Z Downloaded defmt v0.3.100
6092026-03-23T20:44:49.020Z Downloaded assert_matches v1.5.0
6102026-03-23T20:44:49.021Z Downloaded const-oid v0.9.6
6112026-03-23T20:44:49.023Z Downloaded futures-core v0.3.32
6122026-03-23T20:44:49.023Z Downloaded colored v2.2.0
6132026-03-23T20:44:49.027Z Downloaded foreign-types-macros v0.2.3
6142026-03-23T20:44:49.030Z Downloaded cstr-argument v0.1.2
6152026-03-23T20:44:49.033Z Downloaded dropshot-api-manager-types v0.6.0
6162026-03-23T20:44:49.036Z Downloaded bb8 v0.8.6
6172026-03-23T20:44:49.036Z Downloaded diff v0.1.13
6182026-03-23T20:44:49.039Z Downloaded cpufeatures v0.3.0
6192026-03-23T20:44:49.039Z Downloaded convert_case v0.4.0
6202026-03-23T20:44:49.042Z Downloaded erased-serde v0.3.31
6212026-03-23T20:44:49.042Z Downloaded ff v0.13.1
6222026-03-23T20:44:49.045Z Downloaded downcast-rs v2.0.2
6232026-03-23T20:44:49.045Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-03-23T20:44:49.049Z Downloaded cfg_aliases v0.2.1
6252026-03-23T20:44:49.049Z Downloaded dirs-next v2.0.0
6262026-03-23T20:44:49.049Z Downloaded cargo-platform v0.1.9
6272026-03-23T20:44:49.052Z Downloaded crc-catalog v2.4.0
6282026-03-23T20:44:49.052Z Downloaded async-stream v0.3.6
6292026-03-23T20:44:49.052Z Downloaded enum-as-inner v0.6.1
6302026-03-23T20:44:49.055Z Downloaded debug-ignore v1.0.5
6312026-03-23T20:44:49.056Z Downloaded display-error-chain v0.2.2
6322026-03-23T20:44:49.059Z Downloaded corncobs v0.1.4
6332026-03-23T20:44:49.059Z Downloaded ecdsa v0.16.9
6342026-03-23T20:44:49.062Z Downloaded derive-ex v0.1.8
6352026-03-23T20:44:49.062Z Downloaded csv-core v0.1.13
6362026-03-23T20:44:49.065Z Downloaded elliptic-curve v0.13.8
6372026-03-23T20:44:49.070Z Downloaded deranged v0.5.8
6382026-03-23T20:44:49.070Z Downloaded defmt v1.0.1
6392026-03-23T20:44:49.073Z Downloaded ciborium-io v0.2.2
6402026-03-23T20:44:49.073Z Downloaded derive_builder_macro v0.20.2
6412026-03-23T20:44:49.073Z Downloaded foreign-types-shared v0.1.1
6422026-03-23T20:44:49.077Z Downloaded diesel-dtrace v0.5.0
6432026-03-23T20:44:49.077Z Downloaded der_derive v0.7.3
6442026-03-23T20:44:49.077Z Downloaded dsl_auto_type v0.2.0
6452026-03-23T20:44:49.080Z Downloaded blake2 v0.10.6
6462026-03-23T20:44:49.080Z Downloaded backoff v0.4.0
6472026-03-23T20:44:49.083Z Downloaded defmt-parser v1.0.0
6482026-03-23T20:44:49.083Z Downloaded curve25519-dalek-derive v0.1.1
6492026-03-23T20:44:49.087Z Downloaded env_filter v1.0.0
6502026-03-23T20:44:49.087Z Downloaded funty v2.0.0
6512026-03-23T20:44:49.087Z Downloaded float-cmp v0.10.0
6522026-03-23T20:44:49.090Z Downloaded flagset v0.4.7
6532026-03-23T20:44:49.090Z Downloaded foreign-types-shared v0.3.1
6542026-03-23T20:44:49.090Z Downloaded endian-type v0.1.2
6552026-03-23T20:44:49.093Z Downloaded darling_macro v0.23.0
6562026-03-23T20:44:49.093Z Downloaded dof v0.4.0
6572026-03-23T20:44:49.093Z Downloaded daft-derive v0.1.5
6582026-03-23T20:44:49.097Z Downloaded dirs-sys-next v0.1.2
6592026-03-23T20:44:49.101Z Downloaded fxhash v0.2.1
6602026-03-23T20:44:49.101Z Downloaded ghash v0.5.1
6612026-03-23T20:44:49.101Z Downloaded embedded-io v0.4.0
6622026-03-23T20:44:49.104Z Downloaded difflib v0.4.0
6632026-03-23T20:44:49.104Z Downloaded futures-macro v0.3.32
6642026-03-23T20:44:49.104Z Downloaded futures-io v0.3.32
6652026-03-23T20:44:49.104Z Downloaded ctr v0.9.2
6662026-03-23T20:44:49.107Z Downloaded futures-sink v0.3.32
6672026-03-23T20:44:49.107Z Downloaded git-stub v1.0.0
6682026-03-23T20:44:49.111Z Downloaded fs-err v2.11.0
6692026-03-23T20:44:49.111Z Downloaded either v1.15.0
6702026-03-23T20:44:49.113Z Downloaded constant_time_eq v0.4.2
6712026-03-23T20:44:49.117Z Downloaded hash32 v0.3.1
6722026-03-23T20:44:49.117Z Downloaded env_logger v0.11.9
6732026-03-23T20:44:49.129Z Downloaded embedded-io v0.6.1
6742026-03-23T20:44:49.129Z Downloaded chacha20 v0.9.1
6752026-03-23T20:44:49.132Z Downloaded hash32 v0.2.1
6762026-03-23T20:44:49.132Z Downloaded darling v0.20.11
6772026-03-23T20:44:49.132Z Downloaded camino-tempfile-ext v0.3.3
6782026-03-23T20:44:49.132Z Downloaded crc32fast v1.5.0
6792026-03-23T20:44:49.132Z Downloaded hex-literal v0.4.1
6802026-03-23T20:44:49.132Z Downloaded hex v0.4.3
6812026-03-23T20:44:49.132Z Downloaded buf-list v1.1.2
6822026-03-23T20:44:49.136Z Downloaded cipher v0.4.4
6832026-03-23T20:44:49.136Z Downloaded headers-core v0.3.0
6842026-03-23T20:44:49.139Z Downloaded daft v0.1.5
6852026-03-23T20:44:49.139Z Downloaded dyn-clone v1.0.20
6862026-03-23T20:44:49.142Z Downloaded chacha20poly1305 v0.10.1
6872026-03-23T20:44:49.142Z Downloaded const_format_proc_macros v0.2.34
6882026-03-23T20:44:49.147Z Downloaded foldhash v0.2.0
6892026-03-23T20:44:49.147Z Downloaded find-msvc-tools v0.1.9
6902026-03-23T20:44:49.147Z Downloaded fd-lock v4.0.4
6912026-03-23T20:44:49.151Z Downloaded hubpack v0.1.2
6922026-03-23T20:44:49.151Z Downloaded http-range v0.1.5
6932026-03-23T20:44:49.151Z Downloaded http-body v1.0.1
6942026-03-23T20:44:49.153Z Downloaded hyper-tls v0.6.0
6952026-03-23T20:44:49.154Z Downloaded hubpack_derive v0.1.1
6962026-03-23T20:44:49.154Z Downloaded hostname v0.4.2
6972026-03-23T20:44:49.156Z Downloaded ena v0.14.4
6982026-03-23T20:44:49.159Z Downloaded globwalk v0.9.1
6992026-03-23T20:44:49.160Z Downloaded futures-task v0.3.32
7002026-03-23T20:44:49.163Z Downloaded fs_extra v1.3.0
7012026-03-23T20:44:49.163Z Downloaded httpdate v1.0.3
7022026-03-23T20:44:49.166Z Downloaded foldhash v0.1.5
7032026-03-23T20:44:49.166Z Downloaded cbc v0.1.2
7042026-03-23T20:44:49.166Z Downloaded ed25519 v2.2.3
7052026-03-23T20:44:49.169Z Downloaded globset v0.4.18
7062026-03-23T20:44:49.169Z Downloaded crossbeam-epoch v0.9.18
7072026-03-23T20:44:49.173Z Downloaded crossbeam-deque v0.8.6
7082026-03-23T20:44:49.173Z Downloaded indent_write v2.2.0
7092026-03-23T20:44:49.177Z Downloaded ident_case v1.0.1
7102026-03-23T20:44:49.177Z Downloaded group v0.13.0
7112026-03-23T20:44:49.177Z Downloaded bzip2 v0.6.1
7122026-03-23T20:44:49.180Z Downloaded internet-checksum v0.2.1
7132026-03-23T20:44:49.180Z Downloaded indoc v1.0.9
7142026-03-23T20:44:49.196Z Downloaded is_ci v1.2.0
7152026-03-23T20:44:49.202Z Downloaded instant v0.1.13
7162026-03-23T20:44:49.202Z Downloaded instability v0.3.11
7172026-03-23T20:44:49.205Z Downloaded inout v0.1.4
7182026-03-23T20:44:49.205Z Downloaded glob v0.3.3
7192026-03-23T20:44:49.205Z Downloaded is-terminal v0.4.17
7202026-03-23T20:44:49.205Z Downloaded darling v0.23.0
7212026-03-23T20:44:49.209Z Downloaded ciborium v0.2.2
7222026-03-23T20:44:49.212Z Downloaded lalrpop-util v0.19.12
7232026-03-23T20:44:49.212Z Downloaded lazy_static v1.5.0
7242026-03-23T20:44:49.216Z Downloaded http-body-util v0.1.3
7252026-03-23T20:44:49.216Z Downloaded derive_builder v0.20.2
7262026-03-23T20:44:49.219Z Downloaded lru-slab v0.1.2
7272026-03-23T20:44:49.222Z Downloaded humantime v2.3.0
7282026-03-23T20:44:49.222Z Downloaded lru-cache v0.1.2
7292026-03-23T20:44:49.222Z Downloaded lru v0.12.5
7302026-03-23T20:44:49.225Z Downloaded linked-hash-map v0.5.6
7312026-03-23T20:44:49.225Z Downloaded libscf-sys v1.1.0
7322026-03-23T20:44:49.230Z Downloaded kstat-rs v0.2.4
7332026-03-23T20:44:49.230Z Downloaded crc-any v2.5.0
7342026-03-23T20:44:49.230Z Downloaded chacha20 v0.10.0
7352026-03-23T20:44:49.233Z Downloaded impl-trait-for-tuples v0.2.3
7362026-03-23T20:44:49.236Z Downloaded memoffset v0.9.1
7372026-03-23T20:44:49.236Z Downloaded md-5 v0.10.6
7382026-03-23T20:44:49.236Z Downloaded maybe-uninit v2.0.0
7392026-03-23T20:44:49.239Z Downloaded match_cfg v0.1.0
7402026-03-23T20:44:49.239Z Downloaded maplit v1.0.2
7412026-03-23T20:44:49.239Z Downloaded getrandom v0.2.17
7422026-03-23T20:44:49.242Z Downloaded md5 v0.7.0
7432026-03-23T20:44:49.242Z Downloaded managed v0.8.0
7442026-03-23T20:44:49.246Z Downloaded ingot-types v0.1.2
7452026-03-23T20:44:49.246Z Downloaded ingot v0.1.1
7462026-03-23T20:44:49.249Z Downloaded half v1.8.3
7472026-03-23T20:44:49.249Z Downloaded nodrop v0.1.14
7482026-03-23T20:44:49.249Z Downloaded mime v0.3.17
7492026-03-23T20:44:49.252Z Downloaded indoc v2.0.7
7502026-03-23T20:44:49.255Z Downloaded ipnet v2.11.0
7512026-03-23T20:44:49.255Z Downloaded nibble_vec v0.1.0
7522026-03-23T20:44:49.259Z Downloaded new_debug_unreachable v1.0.6
7532026-03-23T20:44:49.259Z Downloaded keccak v0.1.6
7542026-03-23T20:44:49.259Z Downloaded newtype_derive v0.1.6
7552026-03-23T20:44:49.262Z Downloaded ipnetwork v0.21.1
7562026-03-23T20:44:49.262Z Downloaded nonempty v0.12.0
7572026-03-23T20:44:49.262Z Downloaded colored v3.1.1
7582026-03-23T20:44:49.265Z Downloaded num-derive v0.4.2
7592026-03-23T20:44:49.269Z Downloaded num-derive v0.3.3
7602026-03-23T20:44:49.269Z Downloaded num-conv v0.2.0
7612026-03-23T20:44:49.269Z Downloaded num v0.4.3
7622026-03-23T20:44:49.272Z Downloaded num_threads v0.1.7
7632026-03-23T20:44:49.272Z Downloaded jobserver v0.1.34
7642026-03-23T20:44:49.275Z Downloaded dropshot_endpoint v0.16.7
7652026-03-23T20:44:49.275Z Downloaded crossbeam-utils v0.8.21
7662026-03-23T20:44:49.279Z Downloaded num-iter v0.1.45
7672026-03-23T20:44:49.279Z Downloaded olpc-cjson v0.1.4
7682026-03-23T20:44:49.283Z Downloaded httparse v1.10.1
7692026-03-23T20:44:49.283Z Downloaded fatfs v0.3.6
7702026-03-23T20:44:49.286Z Downloaded openssl-probe v0.1.6
7712026-03-23T20:44:49.286Z Downloaded linear-map v1.2.0
7722026-03-23T20:44:49.290Z Downloaded crossbeam-channel v0.5.15
7732026-03-23T20:44:49.293Z Downloaded hmac v0.12.1
7742026-03-23T20:44:49.293Z Downloaded libsw-core v0.3.2
7752026-03-23T20:44:49.296Z Downloaded oso-derive v0.27.3
7762026-03-23T20:44:49.296Z Downloaded lock_api v0.4.14
7772026-03-23T20:44:49.296Z Downloaded futures v0.3.32
7782026-03-23T20:44:49.300Z Downloaded openssl-probe v0.2.1
7792026-03-23T20:44:49.303Z Downloaded packed_struct_codegen v0.10.1
7802026-03-23T20:44:49.303Z Downloaded openssl-macros v0.1.1
7812026-03-23T20:44:49.308Z Downloaded mime_guess v2.0.5
7822026-03-23T20:44:49.308Z Downloaded darling_core v0.23.0
7832026-03-23T20:44:49.311Z Downloaded half v2.7.1
7842026-03-23T20:44:49.314Z Downloaded hyper-rustls v0.27.7
7852026-03-23T20:44:49.314Z Downloaded parse-size v1.1.0
7862026-03-23T20:44:49.318Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-23T20:44:49.318Z Downloaded newtype-uuid v1.3.2
7882026-03-23T20:44:49.321Z Downloaded pbkdf2 v0.12.2
7892026-03-23T20:44:49.321Z Downloaded multimap v0.10.1
7902026-03-23T20:44:49.321Z Downloaded ingot-macros v0.1.1
7912026-03-23T20:44:49.324Z Downloaded iana-time-zone v0.1.65
7922026-03-23T20:44:49.327Z Downloaded nanorand v0.7.0
7932026-03-23T20:44:49.327Z Downloaded multer v3.1.0
7942026-03-23T20:44:49.331Z Downloaded pbkdf2 v0.11.0
7952026-03-23T20:44:49.331Z Downloaded normalize-line-endings v0.3.0
7962026-03-23T20:44:49.334Z Downloaded nu-ansi-term v0.50.3
7972026-03-23T20:44:49.335Z Downloaded parse-display v0.10.0
7982026-03-23T20:44:49.338Z Downloaded peg-runtime v0.8.5
7992026-03-23T20:44:49.338Z Downloaded native-tls v0.2.18
8002026-03-23T20:44:49.338Z Downloaded getrandom v0.3.4
8012026-03-23T20:44:49.341Z Downloaded num_enum v0.5.11
8022026-03-23T20:44:49.346Z Downloaded phf_shared v0.12.1
8032026-03-23T20:44:49.349Z Downloaded path-slash v0.1.5
8042026-03-23T20:44:49.349Z Downloaded num_enum_derive v0.7.5
8052026-03-23T20:44:49.349Z Downloaded pin-utils v0.1.0
8062026-03-23T20:44:49.352Z Downloaded phf_shared v0.13.1
8072026-03-23T20:44:49.352Z Downloaded num-rational v0.4.2
8082026-03-23T20:44:49.352Z Downloaded phf_shared v0.11.3
8092026-03-23T20:44:49.355Z Downloaded num-integer v0.1.46
8102026-03-23T20:44:49.355Z Downloaded libsw v3.5.0
8112026-03-23T20:44:49.355Z Downloaded libloading v0.8.9
8122026-03-23T20:44:49.358Z Downloaded predicates-core v1.0.10
8132026-03-23T20:44:49.359Z Downloaded powerfmt v0.2.0
8142026-03-23T20:44:49.362Z Downloaded litrs v1.0.0
8152026-03-23T20:44:49.365Z Downloaded num_enum v0.7.5
8162026-03-23T20:44:49.369Z Downloaded oxide-tokio-rt v0.1.3
8172026-03-23T20:44:49.373Z Downloaded owo-colors v4.3.0
8182026-03-23T20:44:49.373Z Downloaded bytes v1.11.1
8192026-03-23T20:44:49.377Z Downloaded proc-macro-error-attr2 v2.0.0
8202026-03-23T20:44:49.377Z Downloaded precomputed-hash v0.1.1
8212026-03-23T20:44:49.377Z Downloaded packed_struct v0.10.1
8222026-03-23T20:44:49.377Z Downloaded oxnet v0.1.4
8232026-03-23T20:44:49.380Z Downloaded proc-macro-crate v3.4.0
8242026-03-23T20:44:49.380Z Downloaded headers v0.4.1
8252026-03-23T20:44:49.385Z Downloaded indexmap v1.9.3
8262026-03-23T20:44:49.388Z Downloaded heapless v0.7.17
8272026-03-23T20:44:49.391Z Downloaded derive_more v2.1.1
8282026-03-23T20:44:49.399Z Downloaded psl-types v2.0.11
8292026-03-23T20:44:49.403Z Downloaded progenitor-macro v0.13.0
8302026-03-23T20:44:49.403Z Downloaded progenitor-macro v0.11.2
8312026-03-23T20:44:49.403Z Downloaded progenitor-macro v0.10.0
8322026-03-23T20:44:49.407Z Downloaded quick-error v1.2.3
8332026-03-23T20:44:49.407Z Downloaded progenitor-client v0.11.2
8342026-03-23T20:44:49.407Z Downloaded radium v0.7.0
8352026-03-23T20:44:49.407Z Downloaded peg-macros v0.8.5
8362026-03-23T20:44:49.410Z Downloaded password-hash v0.5.0
8372026-03-23T20:44:49.410Z Downloaded paste v1.0.15
8382026-03-23T20:44:49.413Z Downloaded peg v0.8.5
8392026-03-23T20:44:49.418Z Downloaded num-complex v0.4.6
8402026-03-23T20:44:49.418Z Downloaded phf v0.13.1
8412026-03-23T20:44:49.421Z Downloaded phf v0.12.1
8422026-03-23T20:44:49.421Z Downloaded darling_core v0.21.3
8432026-03-23T20:44:49.424Z Downloaded rand_chacha v0.3.1
8442026-03-23T20:44:49.427Z Downloaded crypto-bigint v0.5.5
8452026-03-23T20:44:49.432Z Downloaded recursive v0.1.1
8462026-03-23T20:44:49.435Z Downloaded rand_xorshift v0.4.0
8472026-03-23T20:44:49.435Z Downloaded poly1305 v0.8.0
8482026-03-23T20:44:49.435Z Downloaded recursive-proc-macro-impl v0.1.1
8492026-03-23T20:44:49.435Z Downloaded polyval v0.6.2
8502026-03-23T20:44:49.438Z Downloaded pkg-config v0.3.32
8512026-03-23T20:44:49.438Z Downloaded flate2 v1.1.9
8522026-03-23T20:44:49.442Z Downloaded postgres-protocol v0.6.10
8532026-03-23T20:44:49.445Z Downloaded pkcs8 v0.10.2
8542026-03-23T20:44:49.448Z Downloaded parking_lot_core v0.8.6
8552026-03-23T20:44:49.448Z Downloaded ed25519-dalek v2.2.0
8562026-03-23T20:44:49.451Z Downloaded ppv-lite86 v0.2.21
8572026-03-23T20:44:49.455Z Downloaded ref-cast v1.0.25
8582026-03-23T20:44:49.455Z Downloaded ref-cast-impl v1.0.25
8592026-03-23T20:44:49.458Z Downloaded primeorder v0.13.6
8602026-03-23T20:44:49.458Z Downloaded parking_lot v0.11.2
8612026-03-23T20:44:49.463Z Downloaded rfc6979 v0.4.0
8622026-03-23T20:44:49.463Z Downloaded progenitor v0.13.0
8632026-03-23T20:44:49.463Z Downloaded rtoolbox v0.0.3
8642026-03-23T20:44:49.466Z Downloaded progenitor v0.11.2
8652026-03-23T20:44:49.466Z Downloaded progenitor v0.10.0
8662026-03-23T20:44:49.466Z Downloaded parking_lot_core v0.9.12
8672026-03-23T20:44:49.470Z Downloaded cc v1.2.56
8682026-03-23T20:44:49.473Z Downloaded hickory-resolver v0.25.2
8692026-03-23T20:44:49.476Z Downloaded psm v0.1.30
8702026-03-23T20:44:49.476Z Downloaded progenitor-extras v0.1.1
8712026-03-23T20:44:49.479Z Downloaded progenitor-client v0.13.0
8722026-03-23T20:44:49.479Z Downloaded rustc-hash v2.1.1
8732026-03-23T20:44:49.482Z Downloaded russh-cryptovec v0.7.3
8742026-03-23T20:44:49.482Z Downloaded rustc_version v0.4.1
8752026-03-23T20:44:49.482Z Downloaded progenitor-client v0.10.0
8762026-03-23T20:44:49.486Z Downloaded indicatif v0.18.4
8772026-03-23T20:44:49.489Z Downloaded ignore v0.4.25
8782026-03-23T20:44:49.489Z Downloaded diesel_derives v2.3.7
8792026-03-23T20:44:49.493Z Downloaded pkcs5 v0.7.1
8802026-03-23T20:44:49.497Z Downloaded rustc_version v0.1.7
8812026-03-23T20:44:49.500Z Downloaded rand_core v0.10.0
8822026-03-23T20:44:49.500Z Downloaded pin-project-internal v1.1.11
8832026-03-23T20:44:49.505Z Downloaded pkcs1 v0.7.5
8842026-03-23T20:44:49.505Z Downloaded sapling-renderdag v0.1.0
8852026-03-23T20:44:49.511Z Downloaded scheduled-thread-pool v0.2.7
8862026-03-23T20:44:49.511Z Downloaded rand_chacha v0.9.0
8872026-03-23T20:44:49.511Z Downloaded salsa20 v0.10.2
8882026-03-23T20:44:49.511Z Downloaded derive_more-impl v2.1.1
8892026-03-23T20:44:49.514Z Downloaded rand_seeder v0.4.0
8902026-03-23T20:44:49.514Z Downloaded postcard v1.1.3
8912026-03-23T20:44:49.517Z Downloaded rand_core v0.9.5
8922026-03-23T20:44:49.517Z Downloaded rand_core v0.6.4
8932026-03-23T20:44:49.521Z Downloaded predicates v3.1.4
8942026-03-23T20:44:49.521Z Downloaded p256 v0.13.2
8952026-03-23T20:44:49.524Z Downloaded aho-corasick v1.1.4
8962026-03-23T20:44:49.528Z Downloaded same-file v1.0.6
8972026-03-23T20:44:49.534Z Downloaded parking_lot v0.12.5
8982026-03-23T20:44:49.534Z Downloaded resolv-conf v0.7.6
8992026-03-23T20:44:49.537Z Downloaded papergrid v0.17.0
9002026-03-23T20:44:49.537Z Downloaded memmap2 v0.9.10
9012026-03-23T20:44:49.543Z Downloaded semver v0.1.20
9022026-03-23T20:44:49.543Z Downloaded proc-macro-error2 v2.0.1
9032026-03-23T20:44:49.548Z Downloaded seq-macro v0.3.6
9042026-03-23T20:44:49.548Z Downloaded secrecy v0.8.0
9052026-03-23T20:44:49.548Z Downloaded scrypt v0.11.0
9062026-03-23T20:44:49.548Z Downloaded scroll_derive v0.13.1
9072026-03-23T20:44:49.551Z Downloaded secrecy v0.10.3
9082026-03-23T20:44:49.551Z Downloaded scopeguard v1.2.0
9092026-03-23T20:44:49.551Z Downloaded postgres-types v0.2.12
9102026-03-23T20:44:49.555Z Downloaded oso v0.27.3
9112026-03-23T20:44:49.558Z Downloaded expectorate v1.2.0
9122026-03-23T20:44:49.558Z Downloaded serde_repr v0.1.20
9132026-03-23T20:44:49.562Z Downloaded serde_spanned v1.0.4
9142026-03-23T20:44:49.562Z Downloaded serde-big-array v0.5.1
9152026-03-23T20:44:49.562Z Downloaded r2d2 v0.8.10
9162026-03-23T20:44:49.567Z Downloaded jiff-static v0.2.21
9172026-03-23T20:44:49.570Z Downloaded quinn-udp v0.5.14
9182026-03-23T20:44:49.570Z Downloaded serde_plain v1.0.2
9192026-03-23T20:44:49.570Z Downloaded pin-project v1.1.11
9202026-03-23T20:44:49.578Z Downloaded sigpipe v0.1.3
9212026-03-23T20:44:49.581Z Downloaded shell-words v1.1.1
9222026-03-23T20:44:49.581Z Downloaded signal-hook-mio v0.2.5
9232026-03-23T20:44:49.584Z Downloaded sha1 v0.10.6
9242026-03-23T20:44:49.584Z Downloaded serde_urlencoded v0.7.1
9252026-03-23T20:44:49.584Z Downloaded signal-hook-tokio v0.3.1
9262026-03-23T20:44:49.588Z Downloaded rustls-pemfile v1.0.4
9272026-03-23T20:44:49.588Z Downloaded siphasher v1.0.2
9282026-03-23T20:44:49.591Z Downloaded signature v2.2.0
9292026-03-23T20:44:49.591Z Downloaded rustversion v1.0.22
9302026-03-23T20:44:49.594Z Downloaded rustls-native-certs v0.8.3
9312026-03-23T20:44:49.594Z Downloaded dropshot-api-manager v0.6.0
9322026-03-23T20:44:49.597Z Downloaded slog-envlogger v2.2.0
9332026-03-23T20:44:49.602Z Downloaded schemars_derive v0.8.22
9342026-03-23T20:44:49.602Z Downloaded rusty-fork v0.3.1
9352026-03-23T20:44:49.606Z Downloaded prefix-trie v0.7.0
9362026-03-23T20:44:49.606Z Downloaded pem-rfc7468 v0.7.0
9372026-03-23T20:44:49.609Z Downloaded pem v3.0.6
9382026-03-23T20:44:49.609Z Downloaded omicron-zone-package v0.12.2
9392026-03-23T20:44:49.609Z Downloaded scroll v0.13.0
9402026-03-23T20:44:49.613Z Downloaded miniz_oxide v0.8.9
9412026-03-23T20:44:49.618Z Downloaded libbz2-rs-sys v0.2.2
9422026-03-23T20:44:49.618Z Downloaded password-hash v0.4.2
9432026-03-23T20:44:49.618Z Downloaded parse-display-derive v0.10.0
9442026-03-23T20:44:49.618Z Downloaded heapless v0.8.0
9452026-03-23T20:44:49.622Z Downloaded hickory-resolver v0.24.4
9462026-03-23T20:44:49.625Z Downloaded progenitor-impl v0.10.0
9472026-03-23T20:44:49.628Z Downloaded progenitor-impl v0.13.0
9482026-03-23T20:44:49.628Z Downloaded hashbrown v0.13.2
9492026-03-23T20:44:49.631Z Downloaded serde-hex v0.1.0
9502026-03-23T20:44:49.634Z Downloaded sec1 v0.7.3
9512026-03-23T20:44:49.635Z Downloaded sqlparser_derive v0.5.0
9522026-03-23T20:44:49.637Z Downloaded sct v0.7.1
9532026-03-23T20:44:49.641Z Downloaded ssh-encoding v0.2.0
9542026-03-23T20:44:49.641Z Downloaded ssh-cipher v0.2.0
9552026-03-23T20:44:49.641Z Downloaded russh-keys v0.45.0
9562026-03-23T20:44:49.645Z Downloaded strum v0.26.3
9572026-03-23T20:44:49.645Z Downloaded rustls-pemfile v2.2.0
9582026-03-23T20:44:49.648Z Downloaded serde_path_to_error v0.1.20
9592026-03-23T20:44:49.648Z Downloaded rustls-pki-types v1.14.0
9602026-03-23T20:44:49.652Z Downloaded serde_derive_internals v0.29.1
9612026-03-23T20:44:49.652Z Downloaded aes v0.8.4
9622026-03-23T20:44:49.655Z Downloaded subtle v2.6.1
9632026-03-23T20:44:49.656Z Downloaded pin-project-lite v0.2.17
9642026-03-23T20:44:49.659Z Downloaded rcgen v0.12.1
9652026-03-23T20:44:49.663Z Downloaded openssl-sys v0.9.111
9662026-03-23T20:44:49.667Z Downloaded structmeta v0.3.0
9672026-03-23T20:44:49.670Z Downloaded strum v0.27.2
9682026-03-23T20:44:49.670Z Downloaded slab v0.4.12
9692026-03-23T20:44:49.670Z Downloaded slog-bunyan v2.5.0
9702026-03-23T20:44:49.670Z Downloaded simd-adler32 v0.3.8
9712026-03-23T20:44:49.674Z Downloaded signal-hook-registry v1.4.8
9722026-03-23T20:44:49.674Z Downloaded sync_wrapper v1.0.2
9732026-03-23T20:44:49.674Z Downloaded tabled_derive v0.11.0
9742026-03-23T20:44:49.678Z Downloaded minimal-lexical v0.2.1
9752026-03-23T20:44:49.681Z Downloaded slog-json v2.6.1
9762026-03-23T20:44:49.681Z Downloaded hyper-util v0.1.20
9772026-03-23T20:44:49.684Z Downloaded supports-color v3.0.2
9782026-03-23T20:44:49.687Z Downloaded slog-stdlog v4.1.1
9792026-03-23T20:44:49.688Z Downloaded smf v0.2.3
9802026-03-23T20:44:49.692Z Downloaded smallvec v0.6.14
9812026-03-23T20:44:49.692Z Downloaded tabwriter v1.4.1
9822026-03-23T20:44:49.697Z Downloaded snafu-derive v0.8.9
9832026-03-23T20:44:49.697Z Downloaded termtree v0.5.1
9842026-03-23T20:44:49.697Z Downloaded slog-term v2.9.2
9852026-03-23T20:44:49.697Z Downloaded progenitor-impl v0.11.2
9862026-03-23T20:44:49.701Z Downloaded prettyplease v0.2.37
9872026-03-23T20:44:49.704Z Downloaded itertools v0.10.5
9882026-03-23T20:44:49.707Z Downloaded take_mut v0.2.2
9892026-03-23T20:44:49.707Z Downloaded tagptr v0.2.0
9902026-03-23T20:44:49.710Z Downloaded serde_cbor v0.11.2
9912026-03-23T20:44:49.713Z Downloaded time-core v0.1.8
9922026-03-23T20:44:49.713Z Downloaded thiserror-impl-no-std v2.0.2
9932026-03-23T20:44:49.713Z Downloaded thread-id v5.1.0
9942026-03-23T20:44:49.717Z Downloaded testing_table v0.3.0
9952026-03-23T20:44:49.717Z Downloaded serde_with_macros v3.17.0
9962026-03-23T20:44:49.720Z Downloaded num-bigint v0.4.6
9972026-03-23T20:44:49.724Z Downloaded hickory-server v0.25.2
9982026-03-23T20:44:49.727Z Downloaded stringprep v0.1.5
9992026-03-23T20:44:49.727Z Downloaded string_cache v0.8.9
10002026-03-23T20:44:49.730Z Downloaded rustls-platform-verifier v0.6.2
10012026-03-23T20:44:49.733Z Downloaded http v1.4.0
10022026-03-23T20:44:49.737Z Downloaded strum_macros v0.24.3
10032026-03-23T20:44:49.737Z Downloaded rayon-core v1.13.0
10042026-03-23T20:44:49.742Z Downloaded pretty_assertions v1.4.1
10052026-03-23T20:44:49.742Z Downloaded strum_macros v0.27.2
10062026-03-23T20:44:49.745Z Downloaded ryu v1.0.23
10072026-03-23T20:44:49.745Z Downloaded tinyvec_macros v0.1.1
10082026-03-23T20:44:49.748Z Downloaded stacker v0.1.23
10092026-03-23T20:44:49.748Z Downloaded support-bundle-viewer v0.1.2
10102026-03-23T20:44:49.751Z Downloaded hashbrown v0.15.5
10112026-03-23T20:44:49.754Z Downloaded sqlformat v0.3.5
10122026-03-23T20:44:49.754Z Downloaded spki v0.7.3
10132026-03-23T20:44:49.758Z Downloaded slog-scope v4.4.1
10142026-03-23T20:44:49.758Z Downloaded serde_bytes v0.11.19
10152026-03-23T20:44:49.762Z Downloaded termios v0.3.3
10162026-03-23T20:44:49.762Z Downloaded mio v1.1.1
10172026-03-23T20:44:49.765Z Downloaded tap v1.0.1
10182026-03-23T20:44:49.768Z Downloaded schemars v0.8.22
10192026-03-23T20:44:49.774Z Downloaded rand v0.8.5
10202026-03-23T20:44:49.777Z Downloaded tower-service v0.3.3
10212026-03-23T20:44:49.780Z Downloaded thread_local v1.1.9
10222026-03-23T20:44:49.780Z Downloaded nom v7.1.3
10232026-03-23T20:44:49.784Z Downloaded try-lock v0.2.5
10242026-03-23T20:44:49.787Z Downloaded trait-variant v0.1.2
10252026-03-23T20:44:49.787Z Downloaded tower-layer v0.3.3
10262026-03-23T20:44:49.790Z Downloaded topological-sort v0.2.2
10272026-03-23T20:44:49.790Z Downloaded tiny-keccak v2.0.2
10282026-03-23T20:44:49.793Z Downloaded strum_macros v0.26.4
10292026-03-23T20:44:49.793Z Downloaded typify-macro v0.6.1
10302026-03-23T20:44:49.793Z Downloaded static_assertions v1.1.0
10312026-03-23T20:44:49.796Z Downloaded time-macros v0.2.27
10322026-03-23T20:44:49.796Z Downloaded thiserror-no-std v2.0.2
10332026-03-23T20:44:49.799Z Downloaded unit-prefix v0.5.2
10342026-03-23T20:44:49.802Z Downloaded unarray v0.1.4
10352026-03-23T20:44:49.802Z Downloaded typify-macro v0.4.3
10362026-03-23T20:44:49.805Z Downloaded publicsuffix v2.3.0
10372026-03-23T20:44:49.805Z Downloaded similar v2.7.0
10382026-03-23T20:44:49.811Z Downloaded signal-hook v0.3.18
10392026-03-23T20:44:49.814Z Downloaded aes-gcm v0.10.3
10402026-03-23T20:44:49.815Z Downloaded unicode-truncate v1.1.0
10412026-03-23T20:44:49.817Z Downloaded slog v2.8.2
10422026-03-23T20:44:49.821Z Downloaded universal-hash v0.5.1
10432026-03-23T20:44:49.821Z Downloaded untrusted v0.7.1
10442026-03-23T20:44:49.821Z Downloaded tokio-native-tls v0.3.1
10452026-03-23T20:44:49.824Z Downloaded libxml v0.3.3
10462026-03-23T20:44:49.827Z Downloaded tls_codec_derive v0.4.2
10472026-03-23T20:44:49.830Z Downloaded tokio-rustls v0.25.0
10482026-03-23T20:44:49.830Z Downloaded usdt-attr-macro v0.6.0
10492026-03-23T20:44:49.830Z Downloaded tokio-dtrace v0.1.1
10502026-03-23T20:44:49.833Z Downloaded tls_codec v0.4.2
10512026-03-23T20:44:49.834Z Downloaded schemars v0.9.0
10522026-03-23T20:44:49.842Z Downloaded utf-8 v0.7.6
10532026-03-23T20:44:49.847Z Downloaded usdt v0.6.0
10542026-03-23T20:44:49.847Z Downloaded untrusted v0.9.0
10552026-03-23T20:44:49.851Z Downloaded usdt-macro v0.6.0
10562026-03-23T20:44:49.851Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10572026-03-23T20:44:49.851Z Downloaded tokio-tungstenite v0.21.0
10582026-03-23T20:44:49.852Z Downloaded tokio-tungstenite v0.23.1
10592026-03-23T20:44:49.855Z Downloaded socket2 v0.5.10
10602026-03-23T20:44:49.855Z Downloaded void v1.0.2
10612026-03-23T20:44:49.855Z Downloaded rsa v0.9.10
10622026-03-23T20:44:49.859Z Downloaded socket2 v0.6.2
10632026-03-23T20:44:49.862Z Downloaded want v0.3.1
10642026-03-23T20:44:49.862Z Downloaded toml_writer v1.0.6+spec-1.1.0
10652026-03-23T20:44:49.865Z Downloaded wait-timeout v0.2.1
10662026-03-23T20:44:49.865Z Downloaded iri-string v0.7.10
10672026-03-23T20:44:49.870Z Downloaded waitgroup v0.1.2
10682026-03-23T20:44:49.873Z Downloaded tui-tree-widget v0.23.1
10692026-03-23T20:44:49.873Z Downloaded serde_yaml v0.9.34+deprecated
10702026-03-23T20:44:49.876Z Downloaded unicase v2.9.0
10712026-03-23T20:44:49.880Z Downloaded qorb v0.4.1
10722026-03-23T20:44:49.883Z Downloaded term v1.2.1
10732026-03-23T20:44:49.883Z Downloaded term v0.7.0
10742026-03-23T20:44:49.886Z Downloaded subprocess v0.2.15
10752026-03-23T20:44:49.889Z Downloaded rustls-webpki v0.103.9
10762026-03-23T20:44:49.893Z Downloaded xshell-macros v0.2.7
10772026-03-23T20:44:49.893Z Downloaded tokio-macros v2.6.0
10782026-03-23T20:44:49.893Z Downloaded hyper v1.8.1
10792026-03-23T20:44:49.897Z Downloaded xattr v1.6.1
10802026-03-23T20:44:49.900Z Downloaded samael v0.0.19
10812026-03-23T20:44:49.907Z Downloaded toml_parser v1.0.9+spec-1.1.0
10822026-03-23T20:44:49.907Z Downloaded schemars v1.2.1
10832026-03-23T20:44:49.916Z Downloaded zone v0.3.1
10842026-03-23T20:44:49.920Z Downloaded vergen-lib v0.1.6
10852026-03-23T20:44:49.920Z Downloaded uzers v0.12.2
10862026-03-23T20:44:49.925Z Downloaded vergen-gitcl v1.0.8
10872026-03-23T20:44:49.925Z Downloaded vergen-git2 v1.0.7
10882026-03-23T20:44:49.925Z Downloaded zeroize_derive v1.4.3
10892026-03-23T20:44:49.928Z Downloaded zone_cfg_derive v0.3.1
10902026-03-23T20:44:49.929Z Downloaded tokio-stream v0.1.18
10912026-03-23T20:44:49.929Z Downloaded walkdir v2.5.0
10922026-03-23T20:44:49.932Z Downloaded snafu v0.8.9
10932026-03-23T20:44:49.935Z Downloaded unicode-properties v0.1.4
10942026-03-23T20:44:49.939Z Downloaded russh v0.45.0
10952026-03-23T20:44:49.943Z Downloaded xz2 v0.1.7
10962026-03-23T20:44:49.950Z Downloaded twox-hash v2.1.2
10972026-03-23T20:44:49.950Z Downloaded hkdf v0.12.4
10982026-03-23T20:44:49.954Z Downloaded rand v0.10.0
10992026-03-23T20:44:49.954Z Downloaded tinyvec v1.10.0
11002026-03-23T20:44:49.954Z Downloaded futures-util v0.3.32
11012026-03-23T20:44:49.961Z Downloaded xshell v0.2.7
11022026-03-23T20:44:49.965Z Downloaded wyz v0.5.1
11032026-03-23T20:44:49.965Z Downloaded whoami v2.1.0
11042026-03-23T20:44:49.968Z Downloaded whoami v1.6.1
11052026-03-23T20:44:49.968Z Downloaded p521 v0.13.3
11062026-03-23T20:44:49.972Z Downloaded vergen v9.0.6
11072026-03-23T20:44:49.972Z Downloaded tokio-rustls v0.24.1
11082026-03-23T20:44:49.975Z Downloaded toml v0.9.12+spec-1.1.0
11092026-03-23T20:44:49.983Z Downloaded zeroize v1.8.2
11102026-03-23T20:44:49.983Z Downloaded toml v0.7.8
11112026-03-23T20:44:49.986Z Downloaded rand v0.9.2
11122026-03-23T20:44:49.986Z Downloaded usdt-impl v0.6.0
11132026-03-23T20:44:49.986Z Downloaded test-strategy v0.4.5
11142026-03-23T20:44:49.989Z Downloaded zstd v0.13.3
11152026-03-23T20:44:49.989Z Downloaded zstd-safe v7.2.4
11162026-03-23T20:44:49.992Z Downloaded tungstenite v0.21.0
11172026-03-23T20:44:49.996Z Downloaded steno v0.4.1
11182026-03-23T20:44:50.000Z Downloaded tungstenite v0.23.0
11192026-03-23T20:44:50.000Z Downloaded vsss-rs v3.3.4
11202026-03-23T20:44:50.005Z Downloaded tracing-attributes v0.1.31
11212026-03-23T20:44:50.005Z Downloaded num-bigint-dig v0.8.6
11222026-03-23T20:44:50.010Z Downloaded itertools v0.14.0
11232026-03-23T20:44:50.014Z Downloaded itertools v0.13.0
11242026-03-23T20:44:50.018Z Downloaded uuid v1.21.0
11252026-03-23T20:44:50.021Z Downloaded typify v0.6.1
11262026-03-23T20:44:50.027Z Downloaded ron v0.12.0
11272026-03-23T20:44:50.032Z Downloaded tar v0.4.44
11282026-03-23T20:44:50.035Z Downloaded h2 v0.4.13
11292026-03-23T20:44:50.039Z Downloaded yasna v0.5.2
11302026-03-23T20:44:50.044Z Downloaded tokio-rustls v0.26.4
11312026-03-23T20:44:50.045Z Downloaded itertools v0.12.1
11322026-03-23T20:44:50.048Z Downloaded unsafe-libyaml v0.2.11
11332026-03-23T20:44:50.063Z Downloaded spin v0.9.8
11342026-03-23T20:44:50.063Z Downloaded tracing-core v0.1.36
11352026-03-23T20:44:50.063Z Downloaded unicode-bidi v0.3.18
11362026-03-23T20:44:50.063Z Downloaded blake3 v1.8.3
11372026-03-23T20:44:50.068Z Downloaded tokio-postgres v0.7.16
11382026-03-23T20:44:50.068Z Downloaded zerocopy v0.6.6
11392026-03-23T20:44:50.068Z Downloaded rustyline v14.0.0
11402026-03-23T20:44:50.074Z Downloaded typify v0.4.3
11412026-03-23T20:44:50.077Z Downloaded iddqd v0.3.17
11422026-03-23T20:44:50.083Z Downloaded quinn v0.11.9
11432026-03-23T20:44:50.088Z Downloaded ron v0.8.1
11442026-03-23T20:44:50.088Z Downloaded zopfli v0.8.3
11452026-03-23T20:44:50.093Z Downloaded toml_edit v0.23.10+spec-1.0.0
11462026-03-23T20:44:50.097Z Downloaded vte v0.14.1
11472026-03-23T20:44:50.097Z Downloaded ssh-key v0.6.7
11482026-03-23T20:44:50.101Z Downloaded toml_edit v0.19.15
11492026-03-23T20:44:50.112Z Downloaded zip v0.6.6
11502026-03-23T20:44:50.115Z Downloaded reqwest v0.13.2
11512026-03-23T20:44:50.120Z Downloaded unicode_categories v0.1.1
11522026-03-23T20:44:50.123Z Downloaded rpassword v7.4.0
11532026-03-23T20:44:50.126Z Downloaded libm v0.2.16
11542026-03-23T20:44:50.132Z Downloaded reedline v0.40.0
11552026-03-23T20:44:50.139Z Downloaded p384 v0.13.1
11562026-03-23T20:44:50.144Z Downloaded rayon v1.11.0
11572026-03-23T20:44:50.147Z Downloaded reqwest v0.12.28
11582026-03-23T20:44:50.151Z Downloaded git2 v0.20.4
11592026-03-23T20:44:50.159Z Downloaded portable-atomic v1.13.1
11602026-03-23T20:44:50.165Z Downloaded aws-lc-rs v1.16.0
11612026-03-23T20:44:50.177Z Downloaded x509-cert v0.2.5
11622026-03-23T20:44:50.183Z Downloaded zerocopy-derive v0.8.40
11632026-03-23T20:44:50.186Z Downloaded yansi v1.0.1
11642026-03-23T20:44:50.186Z Downloaded regex v1.12.3
11652026-03-23T20:44:50.190Z Downloaded quick-xml v0.37.5
11662026-03-23T20:44:50.196Z Downloaded tower v0.5.3
11672026-03-23T20:44:50.205Z Downloaded unicode-normalization v0.1.25
11682026-03-23T20:44:50.209Z Downloaded moka v0.12.13
11692026-03-23T20:44:50.213Z Downloaded unicode-segmentation v1.12.0
11702026-03-23T20:44:50.217Z Downloaded typed-path v0.9.3
11712026-03-23T20:44:50.222Z Downloaded salty v0.3.0
11722026-03-23T20:44:50.225Z Downloaded serde_with v3.17.0
11732026-03-23T20:44:50.235Z Downloaded petname v2.0.2
11742026-03-23T20:44:50.238Z Downloaded lalrpop v0.19.12
11752026-03-23T20:44:50.245Z Downloaded rustls-webpki v0.101.7
11762026-03-23T20:44:50.257Z Downloaded nix v0.27.1
11772026-03-23T20:44:50.264Z Downloaded goblin v0.10.5
11782026-03-23T20:44:50.270Z Downloaded zip v4.6.1
11792026-03-23T20:44:50.273Z Downloaded tower-http v0.6.8
11802026-03-23T20:44:50.279Z Downloaded rustls-webpki v0.102.8
11812026-03-23T20:44:50.293Z Downloaded tokio-util v0.7.18
11822026-03-23T20:44:50.298Z Downloaded object v0.30.4
11832026-03-23T20:44:50.305Z Downloaded curve25519-dalek v4.1.3
11842026-03-23T20:44:50.312Z Downloaded tabled v0.20.0
11852026-03-23T20:44:50.325Z Downloaded regex-syntax v0.6.29
11862026-03-23T20:44:50.330Z Downloaded tough v0.20.0
11872026-03-23T20:44:50.337Z Downloaded radix_trie v0.2.1
11882026-03-23T20:44:50.340Z Downloaded zlib-rs v0.6.2
11892026-03-23T20:44:50.345Z Downloaded time v0.3.47
11902026-03-23T20:44:50.354Z Downloaded hickory-proto v0.24.4
11912026-03-23T20:44:50.365Z Downloaded nix v0.28.0
11922026-03-23T20:44:50.376Z Downloaded quinn-proto v0.11.13
11932026-03-23T20:44:50.380Z Downloaded winnow v0.6.26
11942026-03-23T20:44:50.386Z Downloaded zerocopy v0.8.40
11952026-03-23T20:44:50.396Z Downloaded rustix v0.38.44
11962026-03-23T20:44:50.410Z Downloaded polar-core v0.27.3
11972026-03-23T20:44:50.419Z Downloaded openssl v0.10.75
11982026-03-23T20:44:50.424Z Downloaded openapiv3 v2.2.0
11992026-03-23T20:44:50.434Z Downloaded smoltcp v0.9.1
12002026-03-23T20:44:50.441Z Downloaded winnow v0.5.40
12012026-03-23T20:44:50.448Z Downloaded rustls v0.21.12
12022026-03-23T20:44:50.460Z Downloaded dropshot v0.16.7
12032026-03-23T20:44:50.474Z Downloaded vcpkg v0.2.15
12042026-03-23T20:44:50.503Z Downloaded nix v0.29.0
12052026-03-23T20:44:50.512Z Downloaded webpki-roots v1.0.6
12062026-03-23T20:44:50.515Z Downloaded object v0.37.3
12072026-03-23T20:44:50.523Z Downloaded tracing v0.1.44
12082026-03-23T20:44:50.540Z Downloaded rustls v0.22.4
12092026-03-23T20:44:50.549Z Downloaded smoltcp v0.11.0
12102026-03-23T20:44:50.558Z Downloaded hickory-proto v0.25.2
12112026-03-23T20:44:50.570Z Downloaded rustls v0.23.37
12122026-03-23T20:44:50.579Z Downloaded bzip2-sys v0.1.13+1.0.8
12132026-03-23T20:44:50.592Z Downloaded diesel v2.3.7
12142026-03-23T20:44:50.606Z Downloaded nix v0.31.1
12152026-03-23T20:44:50.612Z Downloaded regress v0.10.5
12162026-03-23T20:44:50.620Z Downloaded regex-syntax v0.8.10
12172026-03-23T20:44:50.625Z Downloaded petgraph v0.6.5
12182026-03-23T20:44:50.639Z Downloaded chrono-tz v0.10.4
12192026-03-23T20:44:50.653Z Downloaded proptest v1.10.0
12202026-03-23T20:44:50.661Z Downloaded jiff v0.2.21
12212026-03-23T20:44:50.673Z Downloaded bstr v1.12.1
12222026-03-23T20:44:50.680Z Downloaded chrono v0.4.44
12232026-03-23T20:44:50.685Z Downloaded bitvec v1.0.1
12242026-03-23T20:44:50.696Z Downloaded petgraph v0.8.3
12252026-03-23T20:44:50.712Z Downloaded sqlparser v0.61.0
12262026-03-23T20:44:50.719Z Downloaded bindgen v0.71.1
12272026-03-23T20:44:50.725Z Downloaded typify-impl v0.6.1
12282026-03-23T20:44:50.736Z Downloaded sled v0.34.7
12292026-03-23T20:44:50.743Z Downloaded typify-impl v0.4.3
12302026-03-23T20:44:50.754Z Downloaded ratatui v0.29.0
12312026-03-23T20:44:50.769Z Downloaded slog-dtrace v0.3.0
12322026-03-23T20:44:50.773Z Downloaded hashbrown v0.12.3
12332026-03-23T20:44:50.773Z Downloaded sync-ptr v0.1.4
12342026-03-23T20:44:50.776Z Downloaded slog-async v2.8.0
12352026-03-23T20:44:50.776Z Downloaded shlex v1.3.0
12362026-03-23T20:44:50.776Z Downloaded strip-ansi-escapes v0.2.1
12372026-03-23T20:44:50.776Z Downloaded structmeta-derive v0.3.0
12382026-03-23T20:44:50.779Z Downloaded arc-swap v1.8.2
12392026-03-23T20:44:50.783Z Downloaded proc-macro-crate v1.3.1
12402026-03-23T20:44:50.783Z Downloaded predicates-tree v1.0.13
12412026-03-23T20:44:50.783Z Downloaded compact_str v0.8.1
12422026-03-23T20:44:50.789Z Downloaded bumpalo v3.20.2
12432026-03-23T20:44:50.789Z Downloaded flume v0.11.1
12442026-03-23T20:44:50.792Z Downloaded const_format v0.2.35
12452026-03-23T20:44:50.793Z Downloaded opaque-debug v0.3.1
12462026-03-23T20:44:50.793Z Downloaded derive_more v0.99.20
12472026-03-23T20:44:50.796Z Downloaded libefi-sys v0.1.0
12482026-03-23T20:44:50.799Z Downloaded num_enum_derive v0.5.11
12492026-03-23T20:44:50.799Z Downloaded highway v1.3.0
12502026-03-23T20:44:50.799Z Downloaded zerocopy-derive v0.6.6
12512026-03-23T20:44:50.806Z Downloaded derive-where v1.6.0
12522026-03-23T20:44:50.809Z Downloaded regex-automata v0.4.14
12532026-03-23T20:44:50.821Z Downloaded der v0.7.10
12542026-03-23T20:44:50.824Z Downloaded bzip2 v0.4.4
12552026-03-23T20:44:50.828Z Downloaded newline-converter v0.3.0
12562026-03-23T20:44:50.828Z Downloaded futures-channel v0.3.32
12572026-03-23T20:44:50.828Z Downloaded hickory-client v0.25.2
12582026-03-23T20:44:50.832Z Downloaded ar_archive_writer v0.5.1
12592026-03-23T20:44:50.832Z Downloaded darling_core v0.20.11
12602026-03-23T20:44:50.837Z Downloaded lzss v0.8.2
12612026-03-23T20:44:50.842Z Downloaded hyper-staticfile v0.10.1
12622026-03-23T20:44:50.842Z Downloaded crossterm v0.29.0
12632026-03-23T20:44:50.845Z Downloaded futures-executor v0.3.32
12642026-03-23T20:44:50.845Z Downloaded cancel-safe-futures v0.1.5
12652026-03-23T20:44:50.848Z Downloaded base64 v0.22.1
12662026-03-23T20:44:50.848Z Downloaded lzma-sys v0.1.20
12672026-03-23T20:44:50.869Z Downloaded git-stub-vcs v0.1.0
12682026-03-23T20:44:50.872Z Downloaded gethostname v0.5.0
12692026-03-23T20:44:50.872Z Downloaded cookie_store v0.22.1
12702026-03-23T20:44:50.873Z Downloaded cookie v0.18.1
12712026-03-23T20:44:50.876Z Downloaded console v0.15.11
12722026-03-23T20:44:50.879Z Downloaded clang-sys v1.8.1
12732026-03-23T20:44:50.879Z Downloaded ahash v0.8.12
12742026-03-23T20:44:50.883Z Downloaded allocator-api2 v0.2.21
12752026-03-23T20:44:50.883Z Downloaded defmt-macros v1.0.1
12762026-03-23T20:44:50.886Z Downloaded drift v0.1.3
12772026-03-23T20:44:50.889Z Downloaded critical-section v1.2.0
12782026-03-23T20:44:50.889Z Downloaded byte-wrapper v0.1.0
12792026-03-23T20:44:50.892Z Downloaded fixedbitset v0.5.7
12802026-03-23T20:44:50.892Z Downloaded data-encoding v2.10.0
12812026-03-23T20:44:50.895Z Downloaded crossterm v0.28.1
12822026-03-23T20:44:50.898Z Downloaded hostname v0.3.1
12832026-03-23T20:44:50.898Z Downloaded home v0.5.12
12842026-03-23T20:44:50.902Z Downloaded libz-sys v1.1.24
12852026-03-23T20:44:50.914Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-03-23T20:44:50.928Z Downloaded filetime v0.2.27
12872026-03-23T20:44:50.931Z Downloaded csv v1.4.0
12882026-03-23T20:44:50.944Z Downloaded fallible-iterator v0.2.0
12892026-03-23T20:44:50.947Z Downloaded dunce v1.0.5
12902026-03-23T20:44:50.947Z Downloaded cargo_metadata v0.19.2
12912026-03-23T20:44:50.947Z Downloaded backon v1.6.0
12922026-03-23T20:44:50.952Z Downloaded async-bb8-diesel v0.2.1
12932026-03-23T20:44:50.952Z Downloaded cassowary v0.3.0
12942026-03-23T20:44:50.952Z Downloaded bcs v0.1.6
12952026-03-23T20:44:50.955Z Downloaded async-trait v0.1.89
12962026-03-23T20:44:50.955Z Downloaded bitflags v1.3.2
12972026-03-23T20:44:50.958Z Downloaded async-stream-impl v0.3.6
12982026-03-23T20:44:50.958Z Downloaded foreign-types v0.3.2
12992026-03-23T20:44:50.958Z Downloaded darling_macro v0.21.3
13002026-03-23T20:44:50.958Z Downloaded tokio v1.49.0
13012026-03-23T20:44:50.988Z Downloaded sha3 v0.10.8
13022026-03-23T20:44:50.991Z Downloaded crunchy v0.2.4
13032026-03-23T20:44:50.994Z Downloaded console v0.16.2
13042026-03-23T20:44:50.994Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-03-23T20:44:51.035Z Downloaded cmake v0.1.57
13062026-03-23T20:44:51.039Z Downloaded bit-vec v0.6.3
13072026-03-23T20:44:51.039Z Downloaded base64ct v1.8.3
13082026-03-23T20:44:51.042Z Downloaded async-recursion v1.1.1
13092026-03-23T20:44:51.042Z Downloaded argon2 v0.5.3
13102026-03-23T20:44:51.046Z Downloaded bit-vec v0.8.0
13112026-03-23T20:44:51.046Z Downloaded atomicwrites v0.4.4
13122026-03-23T20:44:51.046Z Downloaded ascii-canvas v3.0.0
13132026-03-23T20:44:51.046Z Downloaded base16ct v1.0.0
13142026-03-23T20:44:51.049Z Downloaded des v0.8.1
13152026-03-23T20:44:51.049Z Downloaded darling v0.21.3
13162026-03-23T20:44:51.070Z Downloaded encoding_rs v0.8.35
13172026-03-23T20:44:51.088Z Downloaded ring v0.17.14
13182026-03-23T20:44:51.595Z Downloaded aws-lc-sys v0.37.1
13192026-03-23T20:44:51.923Z Compiling libc v0.2.180
13202026-03-23T20:44:51.926Z Compiling serde v1.0.228
13212026-03-23T20:44:51.926Z Compiling log v0.4.29
13222026-03-23T20:44:51.926Z Compiling find-msvc-tools v0.1.9
13232026-03-23T20:44:51.926Z Compiling shlex v1.3.0
13242026-03-23T20:44:51.926Z Compiling smallvec v1.15.1
13252026-03-23T20:44:51.926Z Compiling typenum v1.19.0
13262026-03-23T20:44:51.926Z Compiling subtle v2.6.1
13272026-03-23T20:44:52.088Z Compiling generic-array v0.14.7
13282026-03-23T20:44:52.105Z Compiling scopeguard v1.2.0
13292026-03-23T20:44:52.108Z Compiling portable-atomic v1.13.1
13302026-03-23T20:44:52.196Z Compiling const-oid v0.9.6
13312026-03-23T20:44:52.215Z Compiling critical-section v1.2.0
13322026-03-23T20:44:52.219Z Compiling zerocopy v0.8.40
13332026-03-23T20:44:52.236Z Compiling syn v2.0.117
13342026-03-23T20:44:52.324Z Compiling parking_lot_core v0.9.12
13352026-03-23T20:44:52.368Z Compiling pin-project-lite v0.2.17
13362026-03-23T20:44:52.392Z Compiling serde_json v1.0.149
13372026-03-23T20:44:52.439Z Compiling lock_api v0.4.14
13382026-03-23T20:44:52.442Z Compiling pkg-config v0.3.32
13392026-03-23T20:44:52.487Z Compiling bitflags v2.11.0
13402026-03-23T20:44:52.490Z Compiling libm v0.2.16
13412026-03-23T20:44:52.557Z Compiling num-traits v0.2.19
13422026-03-23T20:44:52.581Z Compiling futures-core v0.3.32
13432026-03-23T20:44:52.607Z Compiling percent-encoding v2.3.2
13442026-03-23T20:44:52.703Z Compiling allocator-api2 v0.2.21
13452026-03-23T20:44:52.839Z Compiling foldhash v0.2.0
13462026-03-23T20:44:52.963Z Compiling cpufeatures v0.2.17
13472026-03-23T20:44:52.966Z Compiling futures-sink v0.3.32
13482026-03-23T20:44:53.028Z Compiling futures-io v0.3.32
13492026-03-23T20:44:53.051Z Compiling futures-task v0.3.32
13502026-03-23T20:44:53.117Z Compiling slab v0.4.12
13512026-03-23T20:44:53.139Z Compiling getrandom v0.4.1
13522026-03-23T20:44:53.164Z Compiling futures-channel v0.3.32
13532026-03-23T20:44:53.234Z Compiling hashbrown v0.16.1
13542026-03-23T20:44:53.238Z Compiling rand_core v0.10.0
13552026-03-23T20:44:53.285Z Compiling getrandom v0.3.4
13562026-03-23T20:44:53.307Z Compiling rustversion v1.0.22
13572026-03-23T20:44:53.311Z Compiling form_urlencoded v1.2.2
13582026-03-23T20:44:53.357Z Compiling base64ct v1.8.3
13592026-03-23T20:44:53.383Z Compiling getrandom v0.2.17
13602026-03-23T20:44:53.410Z Compiling jobserver v0.1.34
13612026-03-23T20:44:53.469Z Compiling errno v0.3.14
13622026-03-23T20:44:53.540Z Compiling mio v1.1.1
13632026-03-23T20:44:53.586Z Compiling rand_core v0.6.4
13642026-03-23T20:44:53.631Z Compiling signal-hook-registry v1.4.8
13652026-03-23T20:44:53.652Z Compiling socket2 v0.6.2
13662026-03-23T20:44:53.709Z Compiling fs_extra v1.3.0
13672026-03-23T20:44:53.736Z Compiling cc v1.2.56
13682026-03-23T20:44:53.790Z Compiling once_cell v1.21.3
13692026-03-23T20:44:53.813Z Compiling parking_lot v0.12.5
13702026-03-23T20:44:53.997Z Compiling dunce v1.0.5
13712026-03-23T20:44:54.001Z Compiling ident_case v1.0.1
13722026-03-23T20:44:54.068Z Compiling indexmap v2.13.0
13732026-03-23T20:44:54.117Z Compiling pem-rfc7468 v0.7.0
13742026-03-23T20:44:54.140Z Compiling flagset v0.4.7
13752026-03-23T20:44:54.144Z Compiling rustix v1.1.3
13762026-03-23T20:44:54.187Z Compiling iana-time-zone v0.1.65
13772026-03-23T20:44:54.221Z Compiling uuid v1.21.0
13782026-03-23T20:44:54.259Z Compiling rustc_version v0.4.1
13792026-03-23T20:44:54.284Z Compiling aws-lc-rs v1.16.0
13802026-03-23T20:44:54.287Z Compiling regex-syntax v0.8.10
13812026-03-23T20:44:54.376Z Compiling vcpkg v0.2.15
13822026-03-23T20:44:54.467Z Compiling tracing-core v0.1.36
13832026-03-23T20:44:54.552Z Compiling crossbeam-utils v0.8.21
13842026-03-23T20:44:54.658Z Compiling rand_core v0.9.5
13852026-03-23T20:44:54.708Z Compiling openssl-probe v0.2.1
13862026-03-23T20:44:54.732Z Compiling base64 v0.22.1
13872026-03-23T20:44:54.735Z Compiling untrusted v0.9.0
13882026-03-23T20:44:54.834Z Compiling cmake v0.1.57
13892026-03-23T20:44:54.873Z Compiling syn v1.0.109
13902026-03-23T20:44:54.932Z Compiling httparse v1.10.1
13912026-03-23T20:44:54.976Z Compiling untrusted v0.7.1
13922026-03-23T20:44:55.024Z Compiling schemars v0.8.22
13932026-03-23T20:44:55.069Z Compiling tower-service v0.3.3
13942026-03-23T20:44:55.155Z Compiling dyn-clone v1.0.20
13952026-03-23T20:44:55.190Z Compiling try-lock v0.2.5
13962026-03-23T20:44:55.212Z Compiling tinyvec_macros v0.1.1
13972026-03-23T20:44:55.212Z Compiling atomic-waker v1.1.2
13982026-03-23T20:44:55.265Z Compiling tower-layer v0.3.3
13992026-03-23T20:44:55.343Z Compiling rustls v0.23.37
14002026-03-23T20:44:55.370Z Compiling want v0.3.1
14012026-03-23T20:44:55.375Z Compiling tinyvec v1.10.0
14022026-03-23T20:44:55.393Z Compiling spin v0.9.8
14032026-03-23T20:44:55.437Z Compiling aho-corasick v1.1.4
14042026-03-23T20:44:55.460Z Compiling crc32fast v1.5.0
14052026-03-23T20:44:55.464Z Compiling powerfmt v0.2.0
14062026-03-23T20:44:55.464Z Compiling httpdate v1.0.3
14072026-03-23T20:44:55.553Z Compiling time-core v0.1.8
14082026-03-23T20:44:55.600Z Compiling openssl v0.10.75
14092026-03-23T20:44:55.626Z Compiling pin-utils v0.1.0
14102026-03-23T20:44:55.729Z Compiling foreign-types-shared v0.1.1
14112026-03-23T20:44:55.729Z Compiling num-conv v0.2.0
14122026-03-23T20:44:55.774Z Compiling deranged v0.5.8
14132026-03-23T20:44:55.798Z Compiling wait-timeout v0.2.1
14142026-03-23T20:44:55.801Z Compiling usdt-impl v0.6.0
14152026-03-23T20:44:55.843Z Compiling foreign-types v0.3.2
14162026-03-23T20:44:55.864Z Compiling either v1.15.0
14172026-03-23T20:44:55.926Z Compiling native-tls v0.2.18
14182026-03-23T20:44:55.952Z Compiling quick-error v1.2.3
14192026-03-23T20:44:55.976Z Compiling simd-adler32 v0.3.8
14202026-03-23T20:44:55.980Z Compiling time-macros v0.2.27
14212026-03-23T20:44:55.980Z Compiling num_threads v0.1.7
14222026-03-23T20:44:56.048Z Compiling aws-lc-sys v0.37.1
14232026-03-23T20:44:56.072Z Compiling ring v0.17.14
14242026-03-23T20:44:56.107Z Compiling openssl-sys v0.9.111
14252026-03-23T20:44:56.110Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-23T20:44:56.166Z Compiling siphasher v1.0.2
14272026-03-23T20:44:56.169Z Compiling bit-vec v0.8.0
14282026-03-23T20:44:56.213Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-23T20:44:56.335Z Compiling unicode-normalization v0.1.25
14302026-03-23T20:44:56.449Z Compiling tempfile v3.25.0
14312026-03-23T20:44:56.521Z Compiling synstructure v0.13.2
14322026-03-23T20:44:56.521Z Compiling pest_generator v2.8.6
14332026-03-23T20:44:56.613Z Compiling serde_derive_internals v0.29.1
14342026-03-23T20:44:56.677Z Compiling darling_core v0.20.11
14352026-03-23T20:44:57.007Z Compiling regex-automata v0.4.14
14362026-03-23T20:44:57.077Z Compiling rusty-fork v0.3.1
14372026-03-23T20:44:57.194Z Compiling darling_core v0.21.3
14382026-03-23T20:44:57.391Z Compiling bit-set v0.8.0
14392026-03-23T20:44:57.510Z Compiling crossbeam-epoch v0.9.18
14402026-03-23T20:44:57.530Z Compiling rand_xorshift v0.4.0
14412026-03-23T20:44:57.533Z Compiling time v0.3.47
14422026-03-23T20:44:57.611Z Compiling slog v2.8.2
14432026-03-23T20:44:57.724Z Compiling heapless v0.7.17
14442026-03-23T20:44:57.758Z Compiling thread-id v5.1.0
14452026-03-23T20:44:57.779Z Compiling sync_wrapper v1.0.2
14462026-03-23T20:44:57.894Z Compiling cookie v0.18.1
14472026-03-23T20:44:57.923Z Compiling paste v1.0.15
14482026-03-23T20:44:57.923Z Compiling zstd-safe v7.2.4
14492026-03-23T20:44:57.971Z Compiling signal-hook v0.3.18
14502026-03-23T20:44:57.971Z Compiling anyhow v1.0.102
14512026-03-23T20:44:58.017Z Compiling unicode-properties v0.1.4
14522026-03-23T20:44:58.096Z Compiling adler2 v2.0.1
14532026-03-23T20:44:58.150Z Compiling unicode-bidi v0.3.18
14542026-03-23T20:44:58.218Z Compiling rayon-core v1.13.0
14552026-03-23T20:44:58.244Z Compiling unicode-segmentation v1.12.0
14562026-03-23T20:44:58.288Z Compiling unarray v0.1.4
14572026-03-23T20:44:58.366Z Compiling miniz_oxide v0.8.9
14582026-03-23T20:44:58.515Z Compiling crossbeam-deque v0.8.6
14592026-03-23T20:44:58.541Z Compiling num-integer v0.1.46
14602026-03-23T20:44:58.712Z Compiling stringprep v0.1.5
14612026-03-23T20:44:58.786Z Compiling vergen-lib v0.1.6
14622026-03-23T20:44:58.808Z Compiling curve25519-dalek v4.1.3
14632026-03-23T20:44:58.913Z Compiling ff v0.13.1
14642026-03-23T20:44:58.997Z Compiling hash32 v0.2.1
14652026-03-23T20:44:59.031Z Compiling memoffset v0.9.1
14662026-03-23T20:44:59.104Z Compiling litrs v1.0.0
14672026-03-23T20:44:59.129Z Compiling serde_derive v1.0.228
14682026-03-23T20:44:59.226Z Compiling zeroize_derive v1.4.3
14692026-03-23T20:44:59.248Z Compiling zerofrom-derive v0.1.6
14702026-03-23T20:44:59.270Z Compiling yoke-derive v0.8.1
14712026-03-23T20:44:59.294Z Compiling zerocopy-derive v0.8.40
14722026-03-23T20:44:59.329Z Compiling zerovec-derive v0.11.2
14732026-03-23T20:44:59.350Z Compiling displaydoc v0.2.5
14742026-03-23T20:44:59.819Z Compiling tokio-macros v2.6.0
14752026-03-23T20:44:59.853Z Compiling futures-macro v0.3.32
14762026-03-23T20:44:59.993Z Compiling der_derive v0.7.3
14772026-03-23T20:45:00.098Z Compiling zeroize v1.8.2
14782026-03-23T20:45:00.381Z Compiling thiserror-impl v2.0.18
14792026-03-23T20:45:00.812Z Compiling rustls-pki-types v1.14.0
14802026-03-23T20:45:00.853Z Compiling tracing-attributes v0.1.31
14812026-03-23T20:45:00.876Z Compiling scroll_derive v0.13.1
14822026-03-23T20:45:00.879Z Compiling pest_derive v2.8.6
14832026-03-23T20:45:00.947Z Compiling futures-util v0.3.32
14842026-03-23T20:45:01.182Z Compiling crypto-common v0.1.7
14852026-03-23T20:45:01.210Z Compiling block-buffer v0.10.4
14862026-03-23T20:45:01.213Z Compiling zerofrom v0.1.6
14872026-03-23T20:45:01.321Z Compiling block-padding v0.3.3
14882026-03-23T20:45:01.387Z Compiling yoke v0.8.1
14892026-03-23T20:45:01.417Z Compiling digest v0.10.7
14902026-03-23T20:45:01.447Z Compiling der v0.7.10
14912026-03-23T20:45:01.471Z Compiling schemars_derive v0.8.22
14922026-03-23T20:45:01.496Z Compiling inout v0.1.4
14932026-03-23T20:45:01.548Z Compiling darling_macro v0.20.11
14942026-03-23T20:45:01.653Z Compiling zerovec v0.11.5
14952026-03-23T20:45:01.734Z Compiling zerotrie v0.2.3
14962026-03-23T20:45:01.766Z Compiling hmac v0.12.1
14972026-03-23T20:45:01.979Z Compiling sha2 v0.10.9
14982026-03-23T20:45:02.005Z Compiling cipher v0.4.4
14992026-03-23T20:45:02.155Z Compiling pbkdf2 v0.12.2
15002026-03-23T20:45:02.193Z Compiling scroll v0.13.0
15012026-03-23T20:45:02.217Z Compiling thiserror v2.0.18
15022026-03-23T20:45:02.313Z Compiling tinystr v0.8.2
15032026-03-23T20:45:02.361Z Compiling potential_utf v0.1.4
15042026-03-23T20:45:02.382Z Compiling salsa20 v0.10.2
15052026-03-23T20:45:02.382Z Compiling aes v0.8.4
15062026-03-23T20:45:02.560Z Compiling icu_locale_core v2.1.1
15072026-03-23T20:45:02.591Z Compiling icu_collections v2.1.1
15082026-03-23T20:45:02.613Z Compiling scrypt v0.11.0
15092026-03-23T20:45:02.616Z Compiling cbc v0.1.2
15102026-03-23T20:45:02.738Z Compiling spki v0.7.3
15112026-03-23T20:45:02.823Z Compiling tracing v0.1.44
15122026-03-23T20:45:02.989Z Compiling goblin v0.10.5
15132026-03-23T20:45:03.068Z Compiling pkcs5 v0.7.1
15142026-03-23T20:45:03.089Z Compiling darling v0.20.11
15152026-03-23T20:45:03.217Z Compiling thiserror-impl v1.0.69
15162026-03-23T20:45:03.240Z Compiling openssl-macros v0.1.1
15172026-03-23T20:45:03.286Z Compiling derive_builder_core v0.20.2
15182026-03-23T20:45:03.292Z Compiling dtrace-parser v0.3.0
15192026-03-23T20:45:03.333Z Compiling signature v2.2.0
15202026-03-23T20:45:03.478Z Compiling icu_provider v2.1.1
15212026-03-23T20:45:03.577Z Compiling pkcs8 v0.10.2
15222026-03-23T20:45:03.745Z Compiling rustls-native-certs v0.8.3
15232026-03-23T20:45:03.856Z Compiling icu_properties v2.1.2
15242026-03-23T20:45:03.881Z Compiling bytes v1.11.1
15252026-03-23T20:45:03.906Z Compiling icu_normalizer v2.1.1
15262026-03-23T20:45:03.909Z Compiling chrono v0.4.44
15272026-03-23T20:45:03.980Z Compiling ipnet v2.11.0
15282026-03-23T20:45:04.012Z Compiling scroll_derive v0.12.1
15292026-03-23T20:45:04.139Z Compiling erased-serde v0.3.31
15302026-03-23T20:45:04.240Z Compiling serde_spanned v0.6.9
15312026-03-23T20:45:04.382Z Compiling toml_datetime v0.6.11
15322026-03-23T20:45:04.441Z Compiling serde_tokenstream v0.2.3
15332026-03-23T20:45:04.529Z Compiling derive_builder_macro v0.20.2
15342026-03-23T20:45:04.665Z Compiling tokio v1.49.0
15352026-03-23T20:45:04.692Z Compiling http v1.4.0
15362026-03-23T20:45:04.744Z Compiling md-5 v0.10.6
15372026-03-23T20:45:04.774Z Compiling webpki-roots v1.0.6
15382026-03-23T20:45:04.879Z Compiling darling_macro v0.21.3
15392026-03-23T20:45:04.905Z Compiling zerocopy-derive v0.7.35
15402026-03-23T20:45:04.934Z Compiling scroll v0.12.0
15412026-03-23T20:45:04.958Z Compiling ref-cast v1.0.25
15422026-03-23T20:45:04.982Z Compiling thiserror v1.0.69
15432026-03-23T20:45:04.994Z Compiling cfg_aliases v0.2.1
15442026-03-23T20:45:05.100Z Compiling idna_adapter v1.2.1
15452026-03-23T20:45:05.169Z Compiling fallible-iterator v0.2.0
15462026-03-23T20:45:05.197Z Compiling rustix v0.38.44
15472026-03-23T20:45:05.290Z Compiling idna v1.1.0
15482026-03-23T20:45:05.314Z Compiling iri-string v0.7.10
15492026-03-23T20:45:05.317Z Compiling ryu v1.0.23
15502026-03-23T20:45:05.373Z Compiling zlib-rs v0.6.2
15512026-03-23T20:45:05.466Z Compiling base16ct v0.2.0
15522026-03-23T20:45:05.523Z Compiling num-bigint-dig v0.8.6
15532026-03-23T20:45:05.561Z Compiling psl-types v2.0.11
15542026-03-23T20:45:05.598Z Compiling ppv-lite86 v0.2.21
15552026-03-23T20:45:05.669Z Compiling http-body v1.0.1
15562026-03-23T20:45:05.710Z Compiling url v2.5.8
15572026-03-23T20:45:05.738Z Compiling smoltcp v0.9.1
15582026-03-23T20:45:05.812Z Compiling publicsuffix v2.3.0
15592026-03-23T20:45:05.862Z Compiling http-body-util v0.1.3
15602026-03-23T20:45:05.914Z Compiling sec1 v0.7.3
15612026-03-23T20:45:06.002Z Compiling darling v0.21.3
15622026-03-23T20:45:06.025Z Compiling rand_chacha v0.9.0
15632026-03-23T20:45:06.053Z Compiling rand_chacha v0.3.1
15642026-03-23T20:45:06.078Z Compiling serde_urlencoded v0.7.1
15652026-03-23T20:45:06.103Z Compiling zerocopy v0.7.35
15662026-03-23T20:45:06.199Z Compiling goblin v0.8.2
15672026-03-23T20:45:06.240Z Compiling derive_builder v0.20.2
15682026-03-23T20:45:06.262Z Compiling nix v0.31.1
15692026-03-23T20:45:06.308Z Compiling rand v0.9.2
15702026-03-23T20:45:06.443Z Compiling rand v0.8.5
15712026-03-23T20:45:06.785Z Compiling cargo-platform v0.1.9
15722026-03-23T20:45:06.808Z Compiling hkdf v0.12.4
15732026-03-23T20:45:06.908Z Compiling dof v0.4.0
15742026-03-23T20:45:07.025Z Compiling hubpack_derive v0.1.1
15752026-03-23T20:45:07.077Z Compiling proptest v1.10.0
15762026-03-23T20:45:07.111Z Compiling postgres-protocol v0.6.10
15772026-03-23T20:45:07.135Z Compiling crypto-bigint v0.5.5
15782026-03-23T20:45:07.368Z Compiling regex v1.12.3
15792026-03-23T20:45:07.393Z Compiling document-features v0.2.12
15802026-03-23T20:45:07.576Z Compiling ipnetwork v0.21.1
15812026-03-23T20:45:07.888Z Compiling oxnet v0.1.4
15822026-03-23T20:45:08.055Z Compiling strum_macros v0.27.2
15832026-03-23T20:45:08.140Z Compiling ref-cast-impl v1.0.25
15842026-03-23T20:45:08.233Z Compiling async-trait v0.1.89
15852026-03-23T20:45:08.303Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-23T20:45:08.393Z Compiling daft-derive v0.1.5
15872026-03-23T20:45:08.469Z Compiling group v0.13.0
15882026-03-23T20:45:08.626Z Compiling num-iter v0.1.45
15892026-03-23T20:45:08.758Z Compiling heck v0.4.1
15902026-03-23T20:45:08.792Z Compiling proc-macro-error v1.0.4
15912026-03-23T20:45:09.180Z Compiling phf_shared v0.13.1
15922026-03-23T20:45:09.206Z Compiling terminal_size v0.4.3
15932026-03-23T20:45:09.232Z Compiling lazy_static v1.5.0
15942026-03-23T20:45:09.236Z Compiling vergen v9.0.6
15952026-03-23T20:45:09.364Z Compiling fs-err v3.3.0
15962026-03-23T20:45:09.386Z Compiling ahash v0.8.12
15972026-03-23T20:45:09.421Z Compiling object v0.37.3
15982026-03-23T20:45:09.506Z Compiling managed v0.8.0
15992026-03-23T20:45:09.529Z Compiling winnow v0.5.40
16002026-03-23T20:45:09.553Z Compiling flate2 v1.1.9
16012026-03-23T20:45:09.587Z Compiling bitflags v1.3.2
16022026-03-23T20:45:09.628Z Compiling foldhash v0.1.5
16032026-03-23T20:45:09.653Z Compiling libbz2-rs-sys v0.2.2
16042026-03-23T20:45:09.678Z Compiling bumpalo v3.20.2
16052026-03-23T20:45:09.726Z Compiling console v0.16.2
16062026-03-23T20:45:09.777Z Compiling tokio-util v0.7.18
16072026-03-23T20:45:09.799Z Compiling tower v0.5.3
16082026-03-23T20:45:09.823Z Compiling tokio-native-tls v0.3.1
16092026-03-23T20:45:09.875Z Compiling hashbrown v0.15.5
16102026-03-23T20:45:10.034Z Compiling zopfli v0.8.3
16112026-03-23T20:45:10.143Z Compiling phf v0.13.1
16122026-03-23T20:45:10.190Z Compiling clap_builder v4.5.60
16132026-03-23T20:45:10.260Z Compiling bzip2 v0.6.1
16142026-03-23T20:45:10.386Z Compiling tower-http v0.6.8
16152026-03-23T20:45:10.476Z Compiling signal-hook-mio v0.2.5
16162026-03-23T20:45:10.519Z Compiling dof v0.3.0
16172026-03-23T20:45:10.549Z Compiling newtype-uuid v1.3.2
16182026-03-23T20:45:10.636Z Compiling zone_cfg_derive v0.3.1
16192026-03-23T20:45:10.658Z Compiling rayon v1.11.0
16202026-03-23T20:45:10.859Z Compiling h2 v0.4.13
16212026-03-23T20:45:10.943Z Compiling strum v0.27.2
16222026-03-23T20:45:10.965Z Compiling daft v0.1.5
16232026-03-23T20:45:11.120Z Compiling cargo_metadata v0.19.2
16242026-03-23T20:45:11.227Z Compiling usdt-attr-macro v0.6.0
16252026-03-23T20:45:11.231Z Compiling usdt-macro v0.6.0
16262026-03-23T20:45:11.343Z Compiling toml_edit v0.19.15
16272026-03-23T20:45:11.536Z Compiling elliptic-curve v0.13.8
16282026-03-23T20:45:11.539Z Compiling cookie_store v0.22.1
16292026-03-23T20:45:11.737Z Compiling hubpack v0.1.2
16302026-03-23T20:45:11.759Z Compiling postgres-types v0.2.12
16312026-03-23T20:45:12.041Z Compiling bzip2 v0.4.4
16322026-03-23T20:45:12.121Z Compiling zstd v0.13.3
16332026-03-23T20:45:12.281Z Compiling serde_with_macros v3.17.0
16342026-03-23T20:45:12.357Z Compiling dtrace-parser v0.2.0
16352026-03-23T20:45:12.459Z Compiling hex v0.4.3
16362026-03-23T20:45:12.486Z Compiling serde-big-array v0.5.1
16372026-03-23T20:45:12.551Z Compiling pkcs1 v0.7.5
16382026-03-23T20:45:12.666Z Compiling ed25519 v2.2.3
16392026-03-23T20:45:12.690Z Compiling rfc6979 v0.4.0
16402026-03-23T20:45:12.836Z Compiling bstr v1.12.1
16412026-03-23T20:45:12.888Z Compiling strum_macros v0.26.4
16422026-03-23T20:45:13.061Z Compiling enum-as-inner v0.6.1
16432026-03-23T20:45:13.155Z Compiling clap_derive v4.5.55
16442026-03-23T20:45:13.182Z Compiling serde_repr v0.1.20
16452026-03-23T20:45:13.444Z Compiling phf_shared v0.11.3
16462026-03-23T20:45:13.714Z Compiling itertools v0.12.1
16472026-03-23T20:45:13.752Z Compiling float-cmp v0.10.0
16482026-03-23T20:45:13.801Z Compiling memmap2 v0.9.10
16492026-03-23T20:45:13.911Z Compiling thread-id v4.2.2
16502026-03-23T20:45:13.936Z Compiling env_filter v1.0.0
16512026-03-23T20:45:13.962Z Compiling encoding_rs v0.8.35
16522026-03-23T20:45:13.986Z Compiling whoami v2.1.0
16532026-03-23T20:45:14.022Z Compiling rustc-hash v2.1.1
16542026-03-23T20:45:14.045Z Compiling precomputed-hash v0.1.1
16552026-03-23T20:45:14.108Z Compiling unit-prefix v0.5.2
16562026-03-23T20:45:14.172Z Compiling keccak v0.1.6
16572026-03-23T20:45:14.201Z Compiling predicates-core v1.0.10
16582026-03-23T20:45:14.315Z Compiling fixedbitset v0.5.7
16592026-03-23T20:45:14.367Z Compiling normalize-line-endings v0.3.0
16602026-03-23T20:45:14.461Z Compiling mime v0.3.17
16612026-03-23T20:45:14.504Z Compiling jiff v0.2.21
16622026-03-23T20:45:14.526Z Compiling data-encoding v2.10.0
16632026-03-23T20:45:14.551Z Compiling new_debug_unreachable v1.0.6
16642026-03-23T20:45:14.657Z Compiling fixedbitset v0.4.2
16652026-03-23T20:45:14.748Z Compiling difflib v0.4.0
16662026-03-23T20:45:14.830Z Compiling static_assertions v1.1.0
16672026-03-23T20:45:14.936Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16682026-03-23T20:45:14.962Z Compiling hickory-proto v0.25.2
16692026-03-23T20:45:15.013Z Compiling petgraph v0.6.5
16702026-03-23T20:45:15.216Z Compiling hyper v1.8.1
16712026-03-23T20:45:15.315Z Compiling predicates v3.1.4
16722026-03-23T20:45:15.441Z Compiling strum v0.26.3
16732026-03-23T20:45:15.465Z Compiling zone v0.3.1
16742026-03-23T20:45:15.539Z Compiling string_cache v0.8.9
16752026-03-23T20:45:15.561Z Compiling petgraph v0.8.3
16762026-03-23T20:45:15.634Z Compiling toml_edit v0.22.27
16772026-03-23T20:45:15.670Z Compiling clap v4.5.60
16782026-03-23T20:45:15.785Z Compiling sha3 v0.10.8
16792026-03-23T20:45:15.853Z Compiling tokio-postgres v0.7.16
16802026-03-23T20:45:16.084Z Compiling indicatif v0.18.4
16812026-03-23T20:45:16.209Z Compiling iddqd v0.3.17
16822026-03-23T20:45:16.392Z Compiling env_logger v0.11.9
16832026-03-23T20:45:16.413Z Compiling usdt v0.6.0
16842026-03-23T20:45:16.538Z Compiling usdt-impl v0.5.0
16852026-03-23T20:45:16.772Z Compiling hyper-util v0.1.20
16862026-03-23T20:45:16.883Z Compiling serde_with v3.17.0
16872026-03-23T20:45:17.125Z Compiling crossterm v0.28.1
16882026-03-23T20:45:17.252Z Compiling similar v2.7.0
16892026-03-23T20:45:17.345Z Compiling toml v0.7.8
16902026-03-23T20:45:17.385Z Compiling ed25519-dalek v2.2.0
16912026-03-23T20:45:17.770Z Compiling rsa v0.9.10
16922026-03-23T20:45:18.005Z Compiling ecdsa v0.16.9
16932026-03-23T20:45:18.252Z Compiling zip v4.6.1
16942026-03-23T20:45:18.316Z Compiling zip v0.6.6
16952026-03-23T20:45:18.571Z Compiling tokio-stream v0.1.18
16962026-03-23T20:45:18.826Z Compiling hyper-tls v0.6.0
16972026-03-23T20:45:19.151Z Compiling buf-list v1.1.2
16982026-03-23T20:45:19.175Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-23T20:45:19.240Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-23T20:45:19.264Z Compiling openapiv3 v2.2.0
17012026-03-23T20:45:19.328Z Compiling x509-cert v0.2.5
17022026-03-23T20:45:19.401Z Compiling sha1 v0.10.6
17032026-03-23T20:45:19.446Z Compiling itertools v0.13.0
17042026-03-23T20:45:19.500Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-23T20:45:19.542Z Compiling peg-runtime v0.8.5
17062026-03-23T20:45:19.666Z Compiling lalrpop-util v0.19.12
17072026-03-23T20:45:19.689Z Compiling thread_local v1.1.9
17082026-03-23T20:45:19.713Z Compiling slog-async v2.8.0
17092026-03-23T20:45:19.913Z Compiling futures-executor v0.3.32
17102026-03-23T20:45:19.936Z Compiling crossbeam-channel v0.5.15
17112026-03-23T20:45:19.939Z Compiling filetime v0.2.27
17122026-03-23T20:45:20.040Z Compiling is-terminal v0.4.17
17132026-03-23T20:45:20.079Z Compiling take_mut v0.2.2
17142026-03-23T20:45:20.176Z Compiling term v1.2.1
17152026-03-23T20:45:20.209Z Compiling xattr v1.6.1
17162026-03-23T20:45:20.212Z Compiling futures v0.3.32
17172026-03-23T20:45:20.532Z Compiling tar v0.4.44
17182026-03-23T20:45:20.570Z Compiling slog-term v2.9.2
17192026-03-23T20:45:40.981Z Compiling rustls-webpki v0.103.9
17202026-03-23T20:45:45.000Z Compiling tokio-rustls v0.26.4
17212026-03-23T20:45:45.000Z Compiling rustls-platform-verifier v0.6.2
17222026-03-23T20:45:45.263Z Compiling hyper-rustls v0.27.7
17232026-03-23T20:45:45.523Z Compiling reqwest v0.13.2
17242026-03-23T20:45:45.523Z Compiling reqwest v0.12.28
17252026-03-23T20:45:48.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-23T20:45:48.626Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-23T20:45:52.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17282026-03-23T20:45:52.597Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-23T20:45:52.660ZMar 23 20:45:52.484 INFO Starting download, target: MaghemiteMgd
17302026-03-23T20:45:52.660ZMar 23 20:45:52.485 INFO Starting download, target: Console
17312026-03-23T20:45:52.660ZMar 23 20:45:52.485 INFO Starting download, target: Cockroach
17322026-03-23T20:45:52.660ZMar 23 20:45:52.485 INFO Starting download, target: DendriteStub
17332026-03-23T20:45:52.661ZMar 23 20:45:52.485 INFO Starting download, target: Clickhouse
17342026-03-23T20:45:52.661ZMar 23 20:45:52.485 INFO Starting download, target: TransceiverControl
17352026-03-23T20:45:52.672ZMar 23 20:45:52.485 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-23T20:45:52.672ZMar 23 20:45:52.485 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-23T20:45:52.672ZMar 23 20:45:52.485 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-23T20:45:52.673ZMar 23 20:45:52.485 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-23T20:45:52.673ZMar 23 20:45:52.485 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-23T20:45:52.673ZMar 23 20:45:52.485 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-23T20:45:53.172ZMar 23 20:45:52.981 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-23T20:45:53.494ZMar 23 20:45:53.318 INFO Download complete, target: TransceiverControl
17432026-03-23T20:45:53.652ZMar 23 20:45:53.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-23T20:45:54.036ZMar 23 20:45:53.861 INFO Download complete, target: Console
17452026-03-23T20:45:54.166ZMar 23 20:45:53.988 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-23T20:45:54.555ZMar 23 20:45:54.382 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-23T20:45:54.651ZMar 23 20:45:54.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-23T20:45:55.195ZMar 23 20:45:55.022 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-23T20:45:55.195ZMar 23 20:45:55.023 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-23T20:45:57.765ZMar 23 20:45:57.592 INFO Download complete, target: DendriteStub
17512026-03-23T20:45:58.152ZMar 23 20:45:57.978 INFO Download complete, target: MaghemiteMgd
17522026-03-23T20:46:02.937ZMar 23 20:46:02.762 INFO Checking that binary works, target: Cockroach
17532026-03-23T20:46:03.117ZMar 23 20:46:02.942 INFO Download complete, target: Cockroach
17542026-03-23T20:46:05.939ZMar 23 20:46:05.759 INFO Checking that binary works, target: Clickhouse
17552026-03-23T20:46:06.048ZMar 23 20:46:05.867 INFO Download complete, target: Clickhouse
17562026-03-23T20:46:06.052ZAll prerequisites installed successfully
17572026-03-23T20:46:06.052Z
17582026-03-23T20:46:06.052Zreal 3:40.392539721
17592026-03-23T20:46:06.052Zuser 10:23.996562320
17602026-03-23T20:46:06.053Zsys 2:06.063051905
17612026-03-23T20:46:06.053Ztrap 0.345283572
17622026-03-23T20:46:06.053Ztflt 1.335110225
17632026-03-23T20:46:06.053Zdflt 1.880595627
17642026-03-23T20:46:06.053Zkflt 0.023276112
17652026-03-23T20:46:06.053Zlock 31:39.980914804
17662026-03-23T20:46:06.053Zslp 25:13.646665176
17672026-03-23T20:46:06.053Zlat 29.821259158
17682026-03-23T20:46:06.053Zstop 4:33.604849874
17692026-03-23T20:46:06.053Z+ ptime -m cargo xtask download softnpu
17702026-03-23T20:46:06.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17712026-03-23T20:46:06.788Z Running `target/debug/xtask download softnpu`
17722026-03-23T20:46:07.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17732026-03-23T20:46:07.911Z Running `target/debug/xtask-downloader softnpu`
17742026-03-23T20:46:07.963ZMar 23 20:46:07.787 INFO Starting download, target: Softnpu
17752026-03-23T20:46:07.966ZMar 23 20:46:07.787 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-23T20:46:08.518ZMar 23 20:46:08.342 INFO Download complete, target: Softnpu
17772026-03-23T20:46:08.521Z
17782026-03-23T20:46:08.524Zreal 2.465300498
17792026-03-23T20:46:08.524Zuser 1.777240441
17802026-03-23T20:46:08.524Zsys 0.818590224
17812026-03-23T20:46:08.524Ztrap 0.000462281
17822026-03-23T20:46:08.524Ztflt 0.000149601
17832026-03-23T20:46:08.524Zdflt 0.000106781
17842026-03-23T20:46:08.524Zkflt 0.000000000
17852026-03-23T20:46:08.524Zlock 9.959276951
17862026-03-23T20:46:08.524Zslp 0.397740412
17872026-03-23T20:46:08.524Zlat 0.054073001
17882026-03-23T20:46:08.524Zstop 0.000183721
17892026-03-23T20:46:08.524Z+ export CARGO_INCREMENTAL=0
17902026-03-23T20:46:08.524Z+ CARGO_INCREMENTAL=0
17912026-03-23T20:46:08.524Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-23T20:46:09.743Z Compiling proc-macro2 v1.0.106
17932026-03-23T20:46:09.743Z Compiling quote v1.0.44
17942026-03-23T20:46:09.746Z Compiling unicode-ident v1.0.24
17952026-03-23T20:46:09.746Z Compiling libc v0.2.180
17962026-03-23T20:46:09.746Z Compiling serde_core v1.0.228
17972026-03-23T20:46:09.746Z Compiling serde v1.0.228
17982026-03-23T20:46:09.746Z Compiling cfg-if v1.0.4
17992026-03-23T20:46:09.747Z Compiling version_check v0.9.5
18002026-03-23T20:46:09.747Z Compiling shlex v1.3.0
18012026-03-23T20:46:09.747Z Compiling find-msvc-tools v0.1.9
18022026-03-23T20:46:09.747Z Compiling typenum v1.19.0
18032026-03-23T20:46:09.747Z Compiling portable-atomic v1.13.1
18042026-03-23T20:46:09.747Z Compiling memchr v2.8.0
18052026-03-23T20:46:09.917Z Compiling autocfg v1.5.0
18062026-03-23T20:46:09.920Z Compiling zmij v1.0.21
18072026-03-23T20:46:10.088Z Compiling serde_json v1.0.149
18082026-03-23T20:46:10.265Z Compiling zerocopy v0.8.40
18092026-03-23T20:46:10.302Z Compiling parking_lot_core v0.9.12
18102026-03-23T20:46:10.445Z Compiling generic-array v0.14.7
18112026-03-23T20:46:10.464Z Compiling libm v0.2.16
18122026-03-23T20:46:10.467Z Compiling smallvec v1.15.1
18132026-03-23T20:46:10.532Z Compiling num-traits v0.2.19
18142026-03-23T20:46:10.670Z Compiling icu_properties_data v2.1.2
18152026-03-23T20:46:10.673Z Compiling icu_normalizer_data v2.1.1
18162026-03-23T20:46:10.740Z Compiling itoa v1.0.17
18172026-03-23T20:46:10.743Z Compiling log v0.4.29
18182026-03-23T20:46:10.810Z Compiling getrandom v0.4.1
18192026-03-23T20:46:10.835Z Compiling pkg-config v0.3.32
18202026-03-23T20:46:10.904Z Compiling stable_deref_trait v1.2.1
18212026-03-23T20:46:10.999Z Compiling subtle v2.6.1
18222026-03-23T20:46:11.024Z Compiling scopeguard v1.2.0
18232026-03-23T20:46:11.124Z Compiling thiserror v2.0.18
18242026-03-23T20:46:11.124Z Compiling fnv v1.0.7
18252026-03-23T20:46:11.169Z Compiling lock_api v0.4.14
18262026-03-23T20:46:11.282Z Compiling jobserver v0.1.34
18272026-03-23T20:46:11.285Z Compiling getrandom v0.2.17
18282026-03-23T20:46:11.356Z Compiling errno v0.3.14
18292026-03-23T20:46:11.511Z Compiling rand_core v0.6.4
18302026-03-23T20:46:11.560Z Compiling cc v1.2.56
18312026-03-23T20:46:11.585Z Compiling getrandom v0.3.4
18322026-03-23T20:46:11.587Z Compiling pin-project-lite v0.2.17
18332026-03-23T20:46:11.608Z Compiling syn v2.0.117
18342026-03-23T20:46:11.747Z Compiling critical-section v1.2.0
18352026-03-23T20:46:11.819Z Compiling allocator-api2 v0.2.21
18362026-03-23T20:46:11.888Z Compiling equivalent v1.0.2
18372026-03-23T20:46:11.891Z Compiling rustversion v1.0.22
18382026-03-23T20:46:12.005Z Compiling litemap v0.8.1
18392026-03-23T20:46:12.008Z Compiling dunce v1.0.5
18402026-03-23T20:46:12.069Z Compiling percent-encoding v2.3.2
18412026-03-23T20:46:12.178Z Compiling foldhash v0.2.0
18422026-03-23T20:46:12.219Z Compiling writeable v0.6.2
18432026-03-23T20:46:12.240Z Compiling fs_extra v1.3.0
18442026-03-23T20:46:12.373Z Compiling once_cell v1.21.3
18452026-03-23T20:46:12.484Z Compiling hashbrown v0.16.1
18462026-03-23T20:46:12.577Z Compiling cmake v0.1.57
18472026-03-23T20:46:12.648Z Compiling const-oid v0.9.6
18482026-03-23T20:46:12.722Z Compiling signal-hook-registry v1.4.8
18492026-03-23T20:46:12.745Z Compiling rustix v1.1.3
18502026-03-23T20:46:12.786Z Compiling socket2 v0.6.2
18512026-03-23T20:46:12.834Z Compiling mio v1.1.1
18522026-03-23T20:46:12.857Z Compiling schemars v0.8.22
18532026-03-23T20:46:13.167Z Compiling semver v1.0.27
18542026-03-23T20:46:13.191Z Compiling indexmap v2.13.0
18552026-03-23T20:46:13.232Z Compiling parking_lot v0.12.5
18562026-03-23T20:46:13.275Z Compiling rand_core v0.10.0
18572026-03-23T20:46:13.298Z Compiling utf8_iter v1.0.4
18582026-03-23T20:46:13.394Z Compiling bitflags v2.11.0
18592026-03-23T20:46:13.508Z Compiling ring v0.17.14
18602026-03-23T20:46:13.542Z Compiling aws-lc-sys v0.37.1
18612026-03-23T20:46:13.546Z Compiling aws-lc-rs v1.16.0
18622026-03-23T20:46:13.605Z Compiling form_urlencoded v1.2.2
18632026-03-23T20:46:13.767Z Compiling futures-core v0.3.32
18642026-03-23T20:46:13.796Z Compiling strsim v0.11.1
18652026-03-23T20:46:13.986Z Compiling httparse v1.10.1
18662026-03-23T20:46:14.180Z Compiling thiserror v1.0.69
18672026-03-23T20:46:14.223Z Compiling byteorder v1.5.0
18682026-03-23T20:46:14.226Z Compiling ucd-trie v0.1.7
18692026-03-23T20:46:14.320Z Compiling vcpkg v0.2.15
18702026-03-23T20:46:14.368Z Compiling heck v0.5.0
18712026-03-23T20:46:14.423Z Compiling ident_case v1.0.1
18722026-03-23T20:46:14.446Z Compiling pest v2.8.6
18732026-03-23T20:46:14.577Z Compiling regex-syntax v0.8.10
18742026-03-23T20:46:14.577Z Compiling crossbeam-utils v0.8.21
18752026-03-23T20:46:14.762Z Compiling syn v1.0.109
18762026-03-23T20:46:14.932Z Compiling futures-sink v0.3.32
18772026-03-23T20:46:14.974Z Compiling rustls v0.23.37
18782026-03-23T20:46:14.998Z Compiling rustc_version v0.4.1
18792026-03-23T20:46:15.077Z Compiling futures-channel v0.3.32
18802026-03-23T20:46:15.077Z Compiling futures-io v0.3.32
18812026-03-23T20:46:15.100Z Compiling cpufeatures v0.2.17
18822026-03-23T20:46:15.103Z Compiling futures-task v0.3.32
18832026-03-23T20:46:15.104Z Compiling slab v0.4.12
18842026-03-23T20:46:15.196Z Compiling openssl-sys v0.9.111
18852026-03-23T20:46:15.355Z Compiling iana-time-zone v0.1.65
18862026-03-23T20:46:15.379Z Compiling plain v0.2.3
18872026-03-23T20:46:15.402Z Compiling uuid v1.21.0
18882026-03-23T20:46:15.450Z Compiling aho-corasick v1.1.4
18892026-03-23T20:46:15.493Z Compiling time-core v0.1.8
18902026-03-23T20:46:15.574Z Compiling num-conv v0.2.0
18912026-03-23T20:46:15.639Z Compiling synstructure v0.13.2
18922026-03-23T20:46:15.669Z Compiling serde_derive_internals v0.29.1
18932026-03-23T20:46:15.765Z Compiling time-macros v0.2.27
18942026-03-23T20:46:16.019Z Compiling pest_meta v2.8.6
18952026-03-23T20:46:16.077Z Compiling pretty-hex v0.4.1
18962026-03-23T20:46:16.353Z Compiling openssl v0.10.75
18972026-03-23T20:46:16.641Z Compiling regex-automata v0.4.14
18982026-03-23T20:46:16.667Z Compiling either v1.15.0
18992026-03-23T20:46:16.670Z Compiling base64ct v1.8.3
19002026-03-23T20:46:16.670Z Compiling crc32fast v1.5.0
19012026-03-23T20:46:16.670Z Compiling anyhow v1.0.102
19022026-03-23T20:46:16.761Z Compiling darling_core v0.21.3
19032026-03-23T20:46:16.762Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-23T20:46:16.830Z Compiling pest_generator v2.8.6
19052026-03-23T20:46:16.982Z Compiling flagset v0.4.7
19062026-03-23T20:46:17.076Z Compiling pem-rfc7468 v0.7.0
19072026-03-23T20:46:17.101Z Compiling native-tls v0.2.18
19082026-03-23T20:46:17.104Z Compiling rand_core v0.9.5
19092026-03-23T20:46:17.173Z Compiling slog v2.8.2
19102026-03-23T20:46:17.273Z Compiling tracing-core v0.1.36
19112026-03-23T20:46:17.413Z Compiling rayon-core v1.13.0
19122026-03-23T20:46:17.439Z Compiling untrusted v0.9.0
19132026-03-23T20:46:17.462Z Compiling dyn-clone v1.0.20
19142026-03-23T20:46:17.534Z Compiling serde_derive v1.0.228
19152026-03-23T20:46:17.558Z Compiling zeroize_derive v1.4.3
19162026-03-23T20:46:17.620Z Compiling zerofrom-derive v0.1.6
19172026-03-23T20:46:17.664Z Compiling yoke-derive v0.8.1
19182026-03-23T20:46:17.689Z Compiling zerovec-derive v0.11.2
19192026-03-23T20:46:17.711Z Compiling displaydoc v0.2.5
19202026-03-23T20:46:17.737Z Compiling zerocopy-derive v0.8.40
19212026-03-23T20:46:17.828Z Compiling tokio-macros v2.6.0
19222026-03-23T20:46:18.015Z Compiling futures-macro v0.3.32
19232026-03-23T20:46:18.344Z Compiling zeroize v1.8.2
19242026-03-23T20:46:18.624Z Compiling thiserror-impl v2.0.18
19252026-03-23T20:46:18.728Z Compiling tracing-attributes v0.1.31
19262026-03-23T20:46:18.940Z Compiling der_derive v0.7.3
19272026-03-23T20:46:19.034Z Compiling schemars_derive v0.8.22
19282026-03-23T20:46:19.081Z Compiling thiserror-impl v1.0.69
19292026-03-23T20:46:19.175Z Compiling zerofrom v0.1.6
19302026-03-23T20:46:19.357Z Compiling yoke v0.8.1
19312026-03-23T20:46:19.484Z Compiling crypto-common v0.1.7
19322026-03-23T20:46:19.629Z Compiling zerovec v0.11.5
19332026-03-23T20:46:19.651Z Compiling zerotrie v0.2.3
19342026-03-23T20:46:20.176Z Compiling block-buffer v0.10.4
19352026-03-23T20:46:20.240Z Compiling pest_derive v2.8.6
19362026-03-23T20:46:20.280Z Compiling futures-util v0.3.32
19372026-03-23T20:46:20.359Z Compiling digest v0.10.7
19382026-03-23T20:46:20.383Z Compiling tinystr v0.8.2
19392026-03-23T20:46:20.406Z Compiling potential_utf v0.1.4
19402026-03-23T20:46:20.605Z Compiling icu_collections v2.1.1
19412026-03-23T20:46:20.628Z Compiling icu_locale_core v2.1.1
19422026-03-23T20:46:20.664Z Compiling hmac v0.12.1
19432026-03-23T20:46:20.793Z Compiling block-padding v0.3.3
19442026-03-23T20:46:20.817Z Compiling sha2 v0.10.9
19452026-03-23T20:46:20.887Z Compiling rustls-pki-types v1.14.0
19462026-03-23T20:46:20.992Z Compiling inout v0.1.4
19472026-03-23T20:46:21.059Z Compiling scroll_derive v0.13.1
19482026-03-23T20:46:21.529Z Compiling cipher v0.4.4
19492026-03-23T20:46:21.622Z Compiling icu_provider v2.1.1
19502026-03-23T20:46:21.849Z Compiling bytes v1.11.1
19512026-03-23T20:46:21.947Z Compiling chrono v0.4.44
19522026-03-23T20:46:21.972Z Compiling icu_normalizer v2.1.1
19532026-03-23T20:46:22.063Z Compiling icu_properties v2.1.2
19542026-03-23T20:46:22.082Z Compiling serde_tokenstream v0.2.3
19552026-03-23T20:46:22.151Z Compiling scroll_derive v0.12.1
19562026-03-23T20:46:22.636Z Compiling tokio v1.49.0
19572026-03-23T20:46:23.054Z Compiling openssl-macros v0.1.1
19582026-03-23T20:46:23.485Z Compiling idna_adapter v1.2.1
19592026-03-23T20:46:23.548Z Compiling http v1.4.0
19602026-03-23T20:46:23.672Z Compiling idna v1.1.0
19612026-03-23T20:46:23.811Z Compiling der v0.7.10
19622026-03-23T20:46:23.834Z Compiling darling_macro v0.21.3
19632026-03-23T20:46:23.915Z Compiling regex v1.12.3
19642026-03-23T20:46:23.937Z Compiling zerocopy-derive v0.7.35
19652026-03-23T20:46:24.128Z Compiling url v2.5.8
19662026-03-23T20:46:24.256Z Compiling ppv-lite86 v0.2.21
19672026-03-23T20:46:24.466Z Compiling darling v0.21.3
19682026-03-23T20:46:24.585Z Compiling salsa20 v0.10.2
19692026-03-23T20:46:24.741Z Compiling pbkdf2 v0.12.2
19702026-03-23T20:46:24.792Z Compiling tracing v0.1.44
19712026-03-23T20:46:25.039Z Compiling spki v0.7.3
19722026-03-23T20:46:25.354Z Compiling cookie v0.18.1
19732026-03-23T20:46:25.427Z Compiling base64 v0.22.1
19742026-03-23T20:46:25.609Z Compiling camino v1.2.2
19752026-03-23T20:46:25.916Z Compiling scrypt v0.11.0
19762026-03-23T20:46:25.960Z Compiling rand_chacha v0.9.0
19772026-03-23T20:46:26.004Z Compiling cbc v0.1.2
19782026-03-23T20:46:26.032Z Compiling aes v0.8.4
19792026-03-23T20:46:26.509Z Compiling usdt-impl v0.5.0
19802026-03-23T20:46:26.675Z Compiling paste v1.0.15
19812026-03-23T20:46:26.700Z Compiling winnow v0.7.14
19822026-03-23T20:46:26.767Z Compiling ref-cast v1.0.25
19832026-03-23T20:46:26.797Z Compiling usdt-impl v0.6.0
19842026-03-23T20:46:27.142Z Compiling pkcs5 v0.7.1
19852026-03-23T20:46:27.163Z Compiling rand v0.9.2
19862026-03-23T20:46:27.380Z Compiling http-body v1.0.1
19872026-03-23T20:46:27.485Z Compiling scroll v0.12.0
19882026-03-23T20:46:27.570Z Compiling scroll v0.13.0
19892026-03-23T20:46:27.593Z Compiling serde_spanned v0.6.9
19902026-03-23T20:46:27.665Z Compiling toml_datetime v0.6.11
19912026-03-23T20:46:27.785Z Compiling heapless v0.7.17
19922026-03-23T20:46:27.853Z Compiling tokio-util v0.7.18
19932026-03-23T20:46:27.955Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-23T20:46:28.083Z Compiling signal-hook v0.3.18
19952026-03-23T20:46:28.129Z Compiling untrusted v0.7.1
19962026-03-23T20:46:28.197Z Compiling openssl-probe v0.2.1
19972026-03-23T20:46:28.304Z Compiling zstd-safe v7.2.4
19982026-03-23T20:46:28.326Z Compiling atomic-waker v1.1.2
19992026-03-23T20:46:28.510Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-23T20:46:28.576Z Compiling goblin v0.10.5
20012026-03-23T20:46:28.607Z Compiling goblin v0.8.2
20022026-03-23T20:46:28.708Z Compiling pkcs8 v0.10.2
20032026-03-23T20:46:29.158Z Compiling zerocopy v0.7.35
20042026-03-23T20:46:29.198Z Compiling ref-cast-impl v1.0.25
20052026-03-23T20:46:29.241Z Compiling darling_core v0.20.11
20062026-03-23T20:46:29.391Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-23T20:46:29.655Z Compiling memoffset v0.9.1
20082026-03-23T20:46:29.772Z Compiling try-lock v0.2.5
20092026-03-23T20:46:29.844Z Compiling tinyvec_macros v0.1.1
20102026-03-23T20:46:29.910Z Compiling fastrand v2.3.0
20112026-03-23T20:46:29.956Z Compiling litrs v1.0.0
20122026-03-23T20:46:30.111Z Compiling tower-service v0.3.3
20132026-03-23T20:46:30.151Z Compiling tower-layer v0.3.3
20142026-03-23T20:46:30.213Z Compiling winnow v0.5.40
20152026-03-23T20:46:30.443Z Compiling rustix v0.38.44
20162026-03-23T20:46:30.495Z Compiling want v0.3.1
20172026-03-23T20:46:30.663Z Compiling document-features v0.2.12
20182026-03-23T20:46:30.706Z Compiling tinyvec v1.10.0
20192026-03-23T20:46:30.870Z Compiling h2 v0.4.13
20202026-03-23T20:46:31.529Z Compiling dtrace-parser v0.2.0
20212026-03-23T20:46:31.581Z Compiling dtrace-parser v0.3.0
20222026-03-23T20:46:31.958Z Compiling dof v0.3.0
20232026-03-23T20:46:32.070Z Compiling darling_macro v0.20.11
20242026-03-23T20:46:32.153Z Compiling toml_edit v0.19.15
20252026-03-23T20:46:32.228Z Compiling ipnet v2.11.0
20262026-03-23T20:46:32.367Z Compiling dof v0.4.0
20272026-03-23T20:46:32.483Z Compiling daft-derive v0.1.5
20282026-03-23T20:46:32.672Z Compiling async-trait v0.1.89
20292026-03-23T20:46:32.807Z Compiling curve25519-dalek v4.1.3
20302026-03-23T20:46:33.087Z Compiling spin v0.9.8
20312026-03-23T20:46:33.116Z Compiling thread-id v5.1.0
20322026-03-23T20:46:33.138Z Compiling thread-id v4.2.2
20332026-03-23T20:46:33.241Z Compiling proc-macro-error-attr v1.0.4
20342026-03-23T20:46:33.265Z Compiling pin-utils v0.1.0
20352026-03-23T20:46:33.375Z Compiling smoltcp v0.9.1
20362026-03-23T20:46:33.416Z Compiling powerfmt v0.2.0
20372026-03-23T20:46:33.485Z Compiling httpdate v1.0.3
20382026-03-23T20:46:33.508Z Compiling num-bigint-dig v0.8.6
20392026-03-23T20:46:33.814Z Compiling cfg_aliases v0.2.1
20402026-03-23T20:46:33.863Z Compiling foreign-types-shared v0.1.1
20412026-03-23T20:46:33.891Z Compiling deranged v0.5.8
20422026-03-23T20:46:33.963Z Compiling nix v0.31.1
20432026-03-23T20:46:33.991Z Compiling foreign-types v0.3.2
20442026-03-23T20:46:34.093Z Compiling tempfile v3.25.0
20452026-03-23T20:46:34.163Z Compiling darling v0.20.11
20462026-03-23T20:46:34.667Z Compiling ipnetwork v0.21.1
20472026-03-23T20:46:34.725Z Compiling strum_macros v0.26.4
20482026-03-23T20:46:34.915Z Compiling wait-timeout v0.2.1
20492026-03-23T20:46:34.963Z Compiling hyper v1.8.1
20502026-03-23T20:46:35.094Z Compiling proc-macro-error v1.0.4
20512026-03-23T20:46:35.254Z Compiling quick-error v1.2.3
20522026-03-23T20:46:35.440Z Compiling unicode-segmentation v1.12.0
20532026-03-23T20:46:35.463Z Compiling anstyle v1.0.13
20542026-03-23T20:46:35.703Z Compiling bit-vec v0.8.0
20552026-03-23T20:46:35.748Z Compiling simd-adler32 v0.3.8
20562026-03-23T20:46:35.953Z Compiling num_threads v0.1.7
20572026-03-23T20:46:35.977Z Compiling siphasher v1.0.2
20582026-03-23T20:46:36.002Z Compiling utf8parse v0.2.2
20592026-03-23T20:46:36.024Z Compiling bit-set v0.8.0
20602026-03-23T20:46:36.090Z Compiling time v0.3.47
20612026-03-23T20:46:36.163Z Compiling anstyle-parse v0.2.7
20622026-03-23T20:46:36.271Z Compiling rusty-fork v0.3.1
20632026-03-23T20:46:36.570Z Compiling hyper-util v0.1.20
20642026-03-23T20:46:36.931Z Compiling crossbeam-epoch v0.9.18
20652026-03-23T20:46:36.988Z Compiling derive_builder_core v0.20.2
20662026-03-23T20:46:37.404Z Compiling unicode-normalization v0.1.25
20672026-03-23T20:46:38.044Z Compiling rustls-native-certs v0.8.3
20682026-03-23T20:46:38.382Z Compiling signature v2.2.0
20692026-03-23T20:46:38.460Z Compiling hubpack_derive v0.1.1
20702026-03-23T20:46:38.590Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-23T20:46:38.844Z Compiling strum_macros v0.27.2
20722026-03-23T20:46:38.847Z Compiling rand_xorshift v0.4.0
20732026-03-23T20:46:38.889Z Compiling sync_wrapper v1.0.2
20742026-03-23T20:46:38.915Z Compiling fs-err v3.3.0
20752026-03-23T20:46:38.919Z Compiling ahash v0.8.12
20762026-03-23T20:46:39.048Z Compiling adler2 v2.0.1
20772026-03-23T20:46:39.095Z Compiling unicode-bidi v0.3.18
20782026-03-23T20:46:39.122Z Compiling unicode-properties v0.1.4
20792026-03-23T20:46:39.221Z Compiling colorchoice v1.0.4
20802026-03-23T20:46:39.244Z Compiling object v0.37.3
20812026-03-23T20:46:39.272Z Compiling anstyle-query v1.1.5
20822026-03-23T20:46:39.382Z Compiling unarray v0.1.4
20832026-03-23T20:46:39.411Z Compiling is_terminal_polyfill v1.70.2
20842026-03-23T20:46:39.541Z Compiling anstream v0.6.21
20852026-03-23T20:46:39.541Z Compiling proptest v1.10.0
20862026-03-23T20:46:39.587Z Compiling stringprep v0.1.5
20872026-03-23T20:46:39.668Z Compiling miniz_oxide v0.8.9
20882026-03-23T20:46:40.088Z Compiling tower v0.5.3
20892026-03-23T20:46:40.198Z Compiling derive_builder_macro v0.20.2
20902026-03-23T20:46:40.637Z Compiling crossbeam-deque v0.8.6
20912026-03-23T20:46:40.737Z Compiling heck v0.4.1
20922026-03-23T20:46:40.793Z Compiling usdt-attr-macro v0.6.0
20932026-03-23T20:46:40.815Z Compiling usdt-macro v0.6.0
20942026-03-23T20:46:41.101Z Compiling http-body-util v0.1.3
20952026-03-23T20:46:41.320Z Compiling webpki-roots v1.0.6
20962026-03-23T20:46:41.489Z Compiling rand_chacha v0.3.1
20972026-03-23T20:46:41.492Z Compiling erased-serde v0.3.31
20982026-03-23T20:46:41.492Z Compiling md-5 v0.10.6
20992026-03-23T20:46:41.731Z Compiling num-integer v0.1.46
21002026-03-23T20:46:41.756Z Compiling hash32 v0.2.1
21012026-03-23T20:46:41.799Z Compiling vergen-lib v0.1.6
21022026-03-23T20:46:41.823Z Compiling ff v0.13.1
21032026-03-23T20:46:41.905Z Compiling base16ct v0.2.0
21042026-03-23T20:46:41.926Z Compiling ryu v1.0.23
21052026-03-23T20:46:41.977Z Compiling fallible-iterator v0.2.0
21062026-03-23T20:46:42.008Z Compiling iri-string v0.7.10
21072026-03-23T20:46:42.028Z Compiling psl-types v2.0.11
21082026-03-23T20:46:42.076Z Compiling zlib-rs v0.6.2
21092026-03-23T20:46:42.120Z Compiling serde_urlencoded v0.7.1
21102026-03-23T20:46:42.191Z Compiling publicsuffix v2.3.0
21112026-03-23T20:46:42.194Z Compiling sec1 v0.7.3
21122026-03-23T20:46:42.282Z Compiling num-iter v0.1.45
21132026-03-23T20:46:42.355Z Compiling newtype-uuid v1.3.2
21142026-03-23T20:46:42.379Z Compiling postgres-protocol v0.6.10
21152026-03-23T20:46:42.434Z Compiling group v0.13.0
21162026-03-23T20:46:42.591Z Compiling rand v0.8.5
21172026-03-23T20:46:42.779Z Compiling oxnet v0.1.4
21182026-03-23T20:46:43.042Z Compiling zone_cfg_derive v0.3.1
21192026-03-23T20:46:43.069Z Compiling derive_builder v0.20.2
21202026-03-23T20:46:43.266Z Compiling tokio-native-tls v0.3.1
21212026-03-23T20:46:43.295Z Compiling phf_shared v0.13.1
21222026-03-23T20:46:43.383Z Compiling lazy_static v1.5.0
21232026-03-23T20:46:43.499Z Compiling terminal_size v0.4.3
21242026-03-23T20:46:43.545Z Compiling serde_with_macros v3.17.0
21252026-03-23T20:46:43.595Z Compiling tower-http v0.6.8
21262026-03-23T20:46:43.623Z Compiling cargo-platform v0.1.9
21272026-03-23T20:46:43.696Z Compiling hkdf v0.12.4
21282026-03-23T20:46:43.718Z Compiling crypto-bigint v0.5.5
21292026-03-23T20:46:43.841Z Compiling clap_derive v4.5.55
21302026-03-23T20:46:43.864Z Compiling serde_repr v0.1.20
21312026-03-23T20:46:43.873Z Compiling enum-as-inner v0.6.1
21322026-03-23T20:46:43.910Z Compiling vergen v9.0.6
21332026-03-23T20:46:43.974Z Compiling managed v0.8.0
21342026-03-23T20:46:44.200Z Compiling bitflags v1.3.2
21352026-03-23T20:46:44.221Z Compiling bumpalo v3.20.2
21362026-03-23T20:46:44.279Z Compiling unicode-width v0.2.0
21372026-03-23T20:46:44.467Z Compiling libbz2-rs-sys v0.2.2
21382026-03-23T20:46:44.566Z Compiling foldhash v0.1.5
21392026-03-23T20:46:44.569Z Compiling clap_lex v1.0.0
21402026-03-23T20:46:44.641Z Compiling console v0.16.2
21412026-03-23T20:46:44.667Z Compiling zopfli v0.8.3
21422026-03-23T20:46:44.822Z Compiling clap_builder v4.5.60
21432026-03-23T20:46:44.865Z Compiling hashbrown v0.15.5
21442026-03-23T20:46:45.002Z Compiling flate2 v1.1.9
21452026-03-23T20:46:45.030Z Compiling bzip2 v0.6.1
21462026-03-23T20:46:45.264Z Compiling elliptic-curve v0.13.8
21472026-03-23T20:46:45.357Z Compiling cargo_metadata v0.19.2
21482026-03-23T20:46:45.556Z Compiling phf v0.13.1
21492026-03-23T20:46:45.732Z Compiling hyper-tls v0.6.0
21502026-03-23T20:46:45.782Z Compiling rayon v1.11.0
21512026-03-23T20:46:45.915Z Compiling signal-hook-mio v0.2.5
21522026-03-23T20:46:46.023Z Compiling daft v0.1.5
21532026-03-23T20:46:46.045Z Compiling cookie_store v0.22.1
21542026-03-23T20:46:46.070Z Compiling postgres-types v0.2.12
21552026-03-23T20:46:46.091Z Compiling zstd v0.13.3
21562026-03-23T20:46:46.388Z Compiling bzip2 v0.4.4
21572026-03-23T20:46:46.438Z Compiling strum v0.27.2
21582026-03-23T20:46:46.753Z Compiling hubpack v0.1.2
21592026-03-23T20:46:46.776Z Compiling ed25519 v2.2.3
21602026-03-23T20:46:46.802Z Compiling phf_shared v0.11.3
21612026-03-23T20:46:47.071Z Compiling pkcs1 v0.7.5
21622026-03-23T20:46:47.140Z Compiling serde-big-array v0.5.1
21632026-03-23T20:46:47.184Z Compiling hex v0.4.3
21642026-03-23T20:46:47.337Z Compiling rfc6979 v0.4.0
21652026-03-23T20:46:47.366Z Compiling bstr v1.12.1
21662026-03-23T20:46:47.506Z Compiling itertools v0.12.1
21672026-03-23T20:46:47.529Z Compiling float-cmp v0.10.0
21682026-03-23T20:46:47.532Z Compiling memmap2 v0.9.10
21692026-03-23T20:46:47.578Z Compiling env_filter v1.0.0
21702026-03-23T20:46:47.625Z Compiling encoding_rs v0.8.35
21712026-03-23T20:46:47.670Z Compiling static_assertions v1.1.0
21722026-03-23T20:46:47.731Z Compiling precomputed-hash v0.1.1
21732026-03-23T20:46:47.865Z Compiling whoami v2.1.0
21742026-03-23T20:46:47.889Z Compiling data-encoding v2.10.0
21752026-03-23T20:46:47.940Z Compiling toml_write v0.1.2
21762026-03-23T20:46:47.963Z Compiling difflib v0.4.0
21772026-03-23T20:46:48.131Z Compiling new_debug_unreachable v1.0.6
21782026-03-23T20:46:48.190Z Compiling mime v0.3.17
21792026-03-23T20:46:48.217Z Compiling jiff v0.2.21
21802026-03-23T20:46:48.221Z Compiling predicates-core v1.0.10
21812026-03-23T20:46:48.264Z Compiling fixedbitset v0.5.7
21822026-03-23T20:46:48.267Z Compiling normalize-line-endings v0.3.0
21832026-03-23T20:46:48.328Z Compiling keccak v0.1.6
21842026-03-23T20:46:48.428Z Compiling rustc-hash v2.1.1
21852026-03-23T20:46:48.524Z Compiling unit-prefix v0.5.2
21862026-03-23T20:46:48.581Z Compiling fixedbitset v0.4.2
21872026-03-23T20:46:48.608Z Compiling iddqd v0.3.17
21882026-03-23T20:46:48.665Z Compiling petgraph v0.8.3
21892026-03-23T20:46:48.688Z Compiling sha3 v0.10.8
21902026-03-23T20:46:48.722Z Compiling indicatif v0.18.4
21912026-03-23T20:46:48.781Z Compiling predicates v3.1.4
21922026-03-23T20:46:49.069Z Compiling zone v0.3.1
21932026-03-23T20:46:49.172Z Compiling petgraph v0.6.5
21942026-03-23T20:46:49.202Z Compiling hickory-proto v0.25.2
21952026-03-23T20:46:49.424Z Compiling string_cache v0.8.9
21962026-03-23T20:46:49.610Z Compiling toml_edit v0.22.27
21972026-03-23T20:46:49.640Z Compiling tokio-postgres v0.7.16
21982026-03-23T20:46:49.725Z Compiling similar v2.7.0
21992026-03-23T20:46:49.933Z Compiling env_logger v0.11.9
22002026-03-23T20:46:50.378Z Compiling usdt v0.6.0
22012026-03-23T20:46:50.723Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-03-23T20:46:50.746Z Compiling serde_with v3.17.0
22032026-03-23T20:46:51.106Z Compiling ecdsa v0.16.9
22042026-03-23T20:46:51.249Z Compiling rsa v0.9.10
22052026-03-23T20:46:51.946Z Compiling zip v4.6.1
22062026-03-23T20:46:52.437Z Compiling ed25519-dalek v2.2.0
22072026-03-23T20:46:52.814Z Compiling clap v4.5.60
22082026-03-23T20:46:53.168Z Compiling crossterm v0.28.1
22092026-03-23T20:46:53.267Z Compiling zip v0.6.6
22102026-03-23T20:46:53.495Z Compiling strum v0.26.3
22112026-03-23T20:46:53.606Z Compiling toml v0.7.8
22122026-03-23T20:46:53.675Z Compiling tokio-stream v0.1.18
22132026-03-23T20:46:53.971Z Compiling buf-list v1.1.2
22142026-03-23T20:46:54.113Z Compiling x509-cert v0.2.5
22152026-03-23T20:46:54.332Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-23T20:46:54.394Z Compiling openapiv3 v2.2.0
22172026-03-23T20:46:54.419Z Compiling sha1 v0.10.6
22182026-03-23T20:46:54.720Z Compiling itertools v0.13.0
22192026-03-23T20:46:54.847Z Compiling lalrpop-util v0.19.12
22202026-03-23T20:46:55.135Z Compiling peg-runtime v0.8.5
22212026-03-23T20:47:10.284Z Compiling macaddr v1.0.1
22222026-03-23T20:47:10.616Z Compiling structmeta-derive v0.3.0
22232026-03-23T20:47:10.649Z Compiling itertools v0.14.0
22242026-03-23T20:47:11.596Z Compiling heapless v0.8.0
22252026-03-23T20:47:12.373Z Compiling ingot-macros v0.1.1
22262026-03-23T20:47:12.639Z Compiling structmeta v0.3.0
22272026-03-23T20:47:15.669Z Compiling rustls-webpki v0.103.9
22282026-03-23T20:47:17.581Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-23T20:47:18.716Z Compiling hash32 v0.3.1
22302026-03-23T20:47:19.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-23T20:47:19.077Z Compiling smoltcp v0.11.0
22322026-03-23T20:47:19.331Z Compiling proc-macro-crate v3.4.0
22332026-03-23T20:47:19.353Z Compiling ingot-types v0.1.2
22342026-03-23T20:47:19.506Z Compiling cobs v0.3.0
22352026-03-23T20:47:19.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-23T20:47:19.761Z Compiling rustls v0.22.4
22372026-03-23T20:47:19.896Z Compiling postcard v1.1.3
22382026-03-23T20:47:19.944Z Compiling num_enum_derive v0.7.5
22392026-03-23T20:47:19.947Z Compiling ingot v0.1.1
22402026-03-23T20:47:20.036Z Compiling proc-macro-crate v1.3.1
22412026-03-23T20:47:20.067Z Compiling rustls-webpki v0.102.8
22422026-03-23T20:47:20.225Z Compiling futures-executor v0.3.32
22432026-03-23T20:47:20.430Z Compiling foreign-types-macros v0.2.3
22442026-03-23T20:47:20.510Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-23T20:47:20.810Z Compiling tokio-rustls v0.26.4
22462026-03-23T20:47:20.863Z Compiling rustls-platform-verifier v0.6.2
22472026-03-23T20:47:21.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-23T20:47:21.079Z Compiling multer v3.1.0
22492026-03-23T20:47:21.149Z Compiling hyper-rustls v0.27.7
22502026-03-23T20:47:21.174Z Compiling thread_local v1.1.9
22512026-03-23T20:47:21.203Z Compiling slog-async v2.8.0
22522026-03-23T20:47:21.226Z Compiling typeid v1.0.3
22532026-03-23T20:47:21.229Z Compiling foreign-types-shared v0.3.1
22542026-03-23T20:47:21.327Z Compiling match_cfg v0.1.0
22552026-03-23T20:47:21.349Z Compiling cpufeatures v0.3.0
22562026-03-23T20:47:21.394Z Compiling foreign-types v0.5.0
22572026-03-23T20:47:21.436Z Compiling chacha20 v0.10.0
22582026-03-23T20:47:21.464Z Compiling reqwest v0.13.2
22592026-03-23T20:47:21.521Z Compiling reqwest v0.12.28
22602026-03-23T20:47:21.581Z Compiling hostname v0.3.1
22612026-03-23T20:47:21.680Z Compiling num_enum v0.7.5
22622026-03-23T20:47:21.731Z Compiling num_enum_derive v0.5.11
22632026-03-23T20:47:21.832Z Compiling futures v0.3.32
22642026-03-23T20:47:21.958Z Compiling derive-ex v0.1.8
22652026-03-23T20:47:22.018Z Compiling tabwriter v1.4.1
22662026-03-23T20:47:22.044Z Compiling slog-json v2.6.1
22672026-03-23T20:47:22.386Z Compiling crossbeam-channel v0.5.15
22682026-03-23T20:47:22.408Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-23T20:47:22.494Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-23T20:47:22.990Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-23T20:47:23.020Z Compiling async-stream-impl v0.3.6
22722026-03-23T20:47:23.049Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-23T20:47:23.079Z Compiling serde_spanned v1.0.4
22742026-03-23T20:47:23.250Z Compiling is-terminal v0.4.17
22752026-03-23T20:47:23.309Z Compiling cstr-argument v0.1.2
22762026-03-23T20:47:23.332Z Compiling dropshot v0.16.7
22772026-03-23T20:47:23.393Z Compiling term v1.2.1
22782026-03-23T20:47:23.520Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22792026-03-23T20:47:23.545Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-23T20:47:23.609Z Compiling erased-serde v0.4.9
22812026-03-23T20:47:23.633Z Compiling crucible-workspace-hack v0.1.0
22822026-03-23T20:47:23.769Z Compiling take_mut v0.2.2
22832026-03-23T20:47:23.795Z Compiling async-stream v0.3.6
22842026-03-23T20:47:23.857Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-23T20:47:23.942Z Compiling slog-term v2.9.2
22862026-03-23T20:47:24.044Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-23T20:47:24.068Z Compiling num_enum v0.5.11
22882026-03-23T20:47:24.071Z Compiling test-strategy v0.4.5
22892026-03-23T20:47:24.111Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22902026-03-23T20:47:24.285Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-23T20:47:24.350Z Compiling slog-bunyan v2.5.0
22922026-03-23T20:47:24.470Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-23T20:47:24.599Z Compiling tokio-rustls v0.25.0
22942026-03-23T20:47:24.624Z Compiling rand v0.10.0
22952026-03-23T20:47:25.119Z Compiling parse-display-derive v0.10.0
22962026-03-23T20:47:25.217Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-23T20:47:25.391Z Compiling backon v1.6.0
22982026-03-23T20:47:25.532Z Compiling waitgroup v0.1.2
22992026-03-23T20:47:25.532Z Compiling newtype-uuid-macros v0.1.0
23002026-03-23T20:47:25.587Z Compiling dropshot_endpoint v0.16.7
23012026-03-23T20:47:25.713Z Compiling rustls-pemfile v2.2.0
23022026-03-23T20:47:25.738Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-23T20:47:25.762Z Compiling serde_path_to_error v0.1.20
23042026-03-23T20:47:25.765Z Compiling hostname v0.4.2
23052026-03-23T20:47:25.813Z Compiling instant v0.1.13
23062026-03-23T20:47:25.911Z Compiling debug-ignore v1.0.5
23072026-03-23T20:47:25.982Z Compiling colored v3.1.1
23082026-03-23T20:47:26.017Z Compiling libefi-sys v0.1.0
23092026-03-23T20:47:26.077Z Compiling backoff v0.4.0
23102026-03-23T20:47:26.099Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-23T20:47:26.246Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-23T20:47:26.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-23T20:47:26.371Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23142026-03-23T20:47:26.484Z Compiling camino-tempfile v1.4.1
23152026-03-23T20:47:26.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-23T20:47:26.529Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-23T20:47:26.858Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-23T20:47:26.925Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-23T20:47:26.958Z Compiling usdt-macro v0.5.0
23202026-03-23T20:47:27.008Z Compiling usdt-attr-macro v0.5.0
23212026-03-23T20:47:27.070Z Compiling secrecy v0.10.3
23222026-03-23T20:47:27.093Z Compiling parse-display v0.10.0
23232026-03-23T20:47:27.301Z Compiling num-derive v0.4.2
23242026-03-23T20:47:27.442Z Compiling bitfield-struct v0.6.2
23252026-03-23T20:47:27.857Z Compiling regress v0.10.5
23262026-03-23T20:47:27.956Z Compiling ordered-float v2.10.1
23272026-03-23T20:47:27.995Z Compiling blake3 v1.8.3
23282026-03-23T20:47:28.201Z Compiling sigpipe v0.1.3
23292026-03-23T20:47:28.258Z Compiling memmap v0.7.0
23302026-03-23T20:47:28.354Z Compiling glob v0.3.3
23312026-03-23T20:47:28.378Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-23T20:47:28.381Z Compiling serde-value v0.7.0
23332026-03-23T20:47:28.501Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-23T20:47:28.583Z Compiling usdt v0.5.0
23352026-03-23T20:47:28.701Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-03-23T20:47:28.767Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-23T20:47:28.875Z Compiling serde-untagged v0.1.9
23382026-03-23T20:47:28.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-23T20:47:29.263Z Compiling toml v0.8.23
23402026-03-23T20:47:29.309Z Compiling smf v0.2.3
23412026-03-23T20:47:29.330Z Compiling filetime v0.2.27
23422026-03-23T20:47:29.403Z Compiling whoami v1.6.1
23432026-03-23T20:47:29.424Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-23T20:47:29.427Z Compiling constant_time_eq v0.4.2
23452026-03-23T20:47:29.473Z Compiling unicode-xid v0.2.6
23462026-03-23T20:47:29.559Z Compiling arrayref v0.3.9
23472026-03-23T20:47:29.581Z Compiling xattr v1.6.1
23482026-03-23T20:47:29.614Z Compiling same-file v1.0.6
23492026-03-23T20:47:29.672Z Compiling arrayvec v0.7.6
23502026-03-23T20:47:29.694Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-23T20:47:29.720Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-23T20:47:29.744Z Compiling tokio-dtrace v0.1.1
23532026-03-23T20:47:29.848Z Compiling walkdir v2.5.0
23542026-03-23T20:47:29.873Z Compiling tar v0.4.44
23552026-03-23T20:47:30.016Z Compiling cargo-util-schemas v0.8.2
23562026-03-23T20:47:30.042Z Compiling gethostname v0.5.0
23572026-03-23T20:47:30.179Z Compiling cargo-platform v0.2.0
23582026-03-23T20:47:30.230Z Compiling topological-sort v0.2.2
23592026-03-23T20:47:30.464Z Compiling oxide-tokio-rt v0.1.3
23602026-03-23T20:47:30.572Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-23T20:47:30.783Z Compiling shell-words v1.1.1
23622026-03-23T20:47:30.786Z Compiling indent_write v2.2.0
23632026-03-23T20:47:31.623Z Compiling cargo_metadata v0.21.0
23642026-03-23T20:47:42.547Z Compiling progenitor-client v0.10.0
23652026-03-23T20:47:42.547Z Compiling omicron-zone-package v0.12.2
23662026-03-23T20:47:42.568Z Compiling progenitor-client v0.13.0
23672026-03-23T20:47:42.678Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-23T20:47:42.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-23T20:47:42.682Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-23T20:47:42.682Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-23T20:47:42.909Z Compiling progenitor-extras v0.1.1
23722026-03-23T20:47:43.185Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-23T20:47:52.752Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-23T20:47:54.037Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-23T20:48:02.279Z Finished `release` profile [optimized] target(s) in 1m 53s
23762026-03-23T20:48:02.477Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-23T20:48:02.546ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-23T20:48:02.549ZCreated new build target 'test' and set it as active
23792026-03-23T20:48:02.549Z
23802026-03-23T20:48:02.549Zreal 1:53.996888740
23812026-03-23T20:48:02.549Zuser 20:12.759645450
23822026-03-23T20:48:02.550Zsys 3:02.776132804
23832026-03-23T20:48:02.550Ztrap 0.520549767
23842026-03-23T20:48:02.550Ztflt 2.776117520
23852026-03-23T20:48:02.550Zdflt 3.654551118
23862026-03-23T20:48:02.550Zkflt 0.005779343
23872026-03-23T20:48:02.550Zlock 1:04:09.850270485
23882026-03-23T20:48:02.550Zslp 51:36.232449361
23892026-03-23T20:48:02.550Zlat 45.868327035
23902026-03-23T20:48:02.550Zstop 7:34.049194475
23912026-03-23T20:48:02.553Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-23T20:48:03.775Z Finished `release` profile [optimized] target(s) in 1.21s
23932026-03-23T20:48:03.848Z Running `target/release/omicron-package -t test package`
23942026-03-23T20:48:03.915ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-23T20:48:05.840Z Compiling regress v0.10.5
23962026-03-23T20:48:05.840Z Compiling heck v0.5.0
23972026-03-23T20:48:05.844Z Compiling unsafe-libyaml v0.2.11
23982026-03-23T20:48:06.129Z Compiling convert_case v0.4.0
23992026-03-23T20:48:06.157Z Compiling half v2.7.1
24002026-03-23T20:48:06.160Z Compiling ciborium-io v0.2.2
24012026-03-23T20:48:06.214Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24022026-03-23T20:48:06.242Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24032026-03-23T20:48:06.245Z Compiling prettyplease v0.2.37
24042026-03-23T20:48:06.306Z Compiling universal-hash v0.5.1
24052026-03-23T20:48:06.310Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-23T20:48:06.310Z Compiling unicode-width v0.1.14
24072026-03-23T20:48:06.310Z Compiling opaque-debug v0.3.1
24082026-03-23T20:48:06.310Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-23T20:48:06.339Z Compiling typify-impl v0.6.1
24102026-03-23T20:48:06.431Z Compiling chacha20 v0.9.1
24112026-03-23T20:48:06.434Z Compiling byte-wrapper v0.1.0
24122026-03-23T20:48:06.561Z Compiling derive_more v0.99.20
24132026-03-23T20:48:06.564Z Compiling ciborium-ll v0.2.2
24142026-03-23T20:48:06.564Z Compiling poly1305 v0.8.0
24152026-03-23T20:48:06.629Z Compiling password-hash v0.5.0
24162026-03-23T20:48:06.694Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24172026-03-23T20:48:06.854Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-23T20:48:06.888Z Compiling ciborium v0.2.2
24192026-03-23T20:48:06.891Z Compiling blake2 v0.10.6
24202026-03-23T20:48:06.976Z Compiling aead v0.5.2
24212026-03-23T20:48:07.007Z Compiling is-terminal v0.4.17
24222026-03-23T20:48:07.160Z Compiling swrite v0.1.0
24232026-03-23T20:48:07.250Z Compiling argon2 v0.5.3
24242026-03-23T20:48:07.322Z Compiling chacha20poly1305 v0.10.1
24252026-03-23T20:48:07.451Z Compiling serde_spanned v1.0.4
24262026-03-23T20:48:07.536Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-23T20:48:07.646Z Compiling bytecount v0.6.9
24282026-03-23T20:48:07.675Z Compiling rustls v0.22.4
24292026-03-23T20:48:07.679Z Compiling rustls-webpki v0.102.8
24302026-03-23T20:48:07.740Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-23T20:48:07.772Z Compiling derive-where v1.6.0
24322026-03-23T20:48:07.776Z Compiling thiserror-no-std v2.0.2
24332026-03-23T20:48:07.859Z Compiling toml v0.9.12+spec-1.1.0
24342026-03-23T20:48:07.909Z Compiling thread_local v1.1.9
24352026-03-23T20:48:07.940Z Compiling match_cfg v0.1.0
24362026-03-23T20:48:07.979Z Compiling vsss-rs v3.3.4
24372026-03-23T20:48:08.063Z Compiling multer v3.1.0
24382026-03-23T20:48:08.094Z Compiling hostname v0.3.1
24392026-03-23T20:48:08.181Z Compiling slog-async v2.8.0
24402026-03-23T20:48:08.245Z Compiling slog-json v2.6.1
24412026-03-23T20:48:08.282Z Compiling crossbeam-channel v0.5.15
24422026-03-23T20:48:08.341Z Compiling futures-executor v0.3.32
24432026-03-23T20:48:08.537Z Compiling take_mut v0.2.2
24442026-03-23T20:48:08.573Z Compiling term v1.2.1
24452026-03-23T20:48:08.651Z Compiling futures v0.3.32
24462026-03-23T20:48:08.693Z Compiling slog-bunyan v2.5.0
24472026-03-23T20:48:08.726Z Compiling dropshot v0.16.7
24482026-03-23T20:48:08.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-23T20:48:08.849Z Compiling async-stream v0.3.6
24502026-03-23T20:48:08.912Z Compiling progenitor-client v0.13.0
24512026-03-23T20:48:08.946Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-23T20:48:08.998Z Compiling slog-term v2.9.2
24532026-03-23T20:48:09.127Z Compiling waitgroup v0.1.2
24542026-03-23T20:48:09.209Z Compiling backon v1.6.0
24552026-03-23T20:48:09.280Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24562026-03-23T20:48:09.311Z Compiling rustls-pemfile v2.2.0
24572026-03-23T20:48:09.346Z Compiling hostname v0.4.2
24582026-03-23T20:48:09.349Z Compiling serde_path_to_error v0.1.20
24592026-03-23T20:48:09.414Z Compiling instant v0.1.13
24602026-03-23T20:48:09.452Z Compiling debug-ignore v1.0.5
24612026-03-23T20:48:09.455Z Compiling progenitor-extras v0.1.1
24622026-03-23T20:48:09.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-23T20:48:09.530Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-23T20:48:09.588Z Compiling backoff v0.4.0
24652026-03-23T20:48:09.625Z Compiling parse-display v0.10.0
24662026-03-23T20:48:09.628Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-03-23T20:48:09.628Z Compiling progenitor-client v0.10.0
24682026-03-23T20:48:09.628Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-23T20:48:09.753Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-23T20:48:09.756Z Compiling macaddr v1.0.1
24712026-03-23T20:48:09.829Z Compiling console v0.15.11
24722026-03-23T20:48:09.878Z Compiling newline-converter v0.3.0
24732026-03-23T20:48:09.913Z Compiling atomicwrites v0.4.4
24742026-03-23T20:48:09.916Z Compiling num-rational v0.4.2
24752026-03-23T20:48:09.997Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24762026-03-23T20:48:10.122Z Compiling num-complex v0.4.6
24772026-03-23T20:48:10.230Z Compiling slog-dtrace v0.3.0
24782026-03-23T20:48:10.262Z Compiling async-recursion v1.1.1
24792026-03-23T20:48:10.300Z Compiling float-ord v0.3.2
24802026-03-23T20:48:10.477Z Compiling expectorate v1.2.0
24812026-03-23T20:48:10.599Z Compiling owo-colors v4.3.0
24822026-03-23T20:48:10.730Z Compiling num v0.4.3
24832026-03-23T20:48:10.766Z Compiling cancel-safe-futures v0.1.5
24842026-03-23T20:48:10.800Z Compiling tokio-rustls v0.25.0
24852026-03-23T20:48:10.870Z Compiling libsw-core v0.3.2
24862026-03-23T20:48:10.870Z Compiling resolv-conf v0.7.6
24872026-03-23T20:48:10.964Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-23T20:48:11.085Z Compiling toml v0.8.23
24892026-03-23T20:48:11.184Z Compiling libsw v3.5.0
24902026-03-23T20:48:11.249Z Compiling linear-map v1.2.0
24912026-03-23T20:48:11.356Z Compiling minimal-lexical v0.2.1
24922026-03-23T20:48:11.469Z Compiling linked-hash-map v0.5.6
24932026-03-23T20:48:11.578Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-23T20:48:11.721Z Compiling nom v7.1.3
24952026-03-23T20:48:11.752Z Compiling unicode-xid v0.2.6
24962026-03-23T20:48:11.797Z Compiling lru-cache v0.1.2
24972026-03-23T20:48:11.800Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-03-23T20:48:11.864Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-23T20:48:11.905Z Compiling globset v0.4.18
25002026-03-23T20:48:11.953Z Compiling hickory-proto v0.24.4
25012026-03-23T20:48:12.014Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-03-23T20:48:12.388Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-23T20:48:12.547Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-03-23T20:48:13.053Z Compiling typify-macro v0.6.1
25052026-03-23T20:48:13.632Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-23T20:48:13.644Z Compiling convert_case v0.10.0
25072026-03-23T20:48:14.034Z Compiling derive_more-impl v2.1.1
25082026-03-23T20:48:15.061Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-03-23T20:48:15.096Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-23T20:48:15.134Z Compiling typify v0.6.1
25112026-03-23T20:48:15.311Z Compiling progenitor-impl v0.13.0
25122026-03-23T20:48:15.401Z Compiling hickory-resolver v0.24.4
25132026-03-23T20:48:15.580Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-23T20:48:16.473Z Compiling pin-project-internal v1.1.11
25152026-03-23T20:48:16.988Z Compiling qorb v0.4.1
25162026-03-23T20:48:17.633Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-23T20:48:17.871Z Compiling pin-project v1.1.11
25182026-03-23T20:48:17.905Z Compiling derive_more v2.1.1
25192026-03-23T20:48:18.047Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-23T20:48:18.100Z Compiling pem v3.0.6
25212026-03-23T20:48:18.284Z Compiling snafu-derive v0.8.9
25222026-03-23T20:48:18.440Z Compiling progenitor-macro v0.13.0
25232026-03-23T20:48:18.726Z Compiling termtree v0.5.1
25242026-03-23T20:48:18.969Z Compiling crossterm v0.29.0
25252026-03-23T20:48:19.015Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-23T20:48:19.726Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-23T20:48:20.621Z Compiling snafu v0.8.9
25282026-03-23T20:48:21.167Z Compiling phf_shared v0.12.1
25292026-03-23T20:48:21.384Z Compiling olpc-cjson v0.1.4
25302026-03-23T20:48:21.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-23T20:48:21.689Z Compiling serde_plain v1.0.2
25322026-03-23T20:48:22.166Z Compiling csv-core v0.1.13
25332026-03-23T20:48:22.400Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-23T20:48:22.576Z Compiling vte v0.14.1
25352026-03-23T20:48:22.760Z Compiling chrono-tz v0.10.4
25362026-03-23T20:48:22.827Z Compiling highway v1.3.0
25372026-03-23T20:48:22.904Z Compiling typed-path v0.9.3
25382026-03-23T20:48:23.082Z Compiling strip-ansi-escapes v0.2.1
25392026-03-23T20:48:23.185Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-23T20:48:23.484Z Compiling csv v1.4.0
25412026-03-23T20:48:23.769Z Compiling phf v0.12.1
25422026-03-23T20:48:23.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-03-23T20:48:23.913Z Compiling const_format_proc_macros v0.2.34
25442026-03-23T20:48:24.041Z Compiling papergrid v0.11.0
25452026-03-23T20:48:24.123Z Compiling fd-lock v4.0.4
25462026-03-23T20:48:24.366Z Compiling peg-macros v0.8.5
25472026-03-23T20:48:24.455Z Compiling progenitor v0.13.0
25482026-03-23T20:48:24.494Z Compiling tough v0.20.0
25492026-03-23T20:48:24.681Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-03-23T20:48:24.783Z Compiling tabled_derive v0.7.0
25512026-03-23T20:48:26.091Z Compiling nu-ansi-term v0.50.3
25522026-03-23T20:48:26.126Z Compiling peg v0.8.5
25532026-03-23T20:48:26.129Z Compiling tabled v0.15.0
25542026-03-23T20:48:26.189Z Compiling const_format v0.2.35
25552026-03-23T20:48:26.445Z Compiling reedline v0.40.0
25562026-03-23T20:48:26.707Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-03-23T20:48:26.788Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-03-23T20:48:26.862Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-03-23T20:48:28.221Z Compiling bcs v0.1.6
25602026-03-23T20:48:28.643Z Compiling semver v0.1.20
25612026-03-23T20:48:28.777Z Compiling base64 v0.21.7
25622026-03-23T20:48:29.030Z Compiling rustc_version v0.1.7
25632026-03-23T20:48:29.349Z Compiling newtype_derive v0.1.6
25642026-03-23T20:48:29.473Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-03-23T20:48:29.635Z Compiling smawk v0.3.2
25662026-03-23T20:48:29.794Z Compiling humantime v2.3.0
25672026-03-23T20:48:29.896Z Compiling unicode-linebreak v0.1.5
25682026-03-23T20:48:30.274Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-03-23T20:48:30.277Z Compiling textwrap v0.16.2
25702026-03-23T20:48:30.473Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-23T20:48:30.638Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-23T20:48:30.851Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-23T20:48:30.969Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-23T20:48:31.058Z Compiling steno v0.4.1
25752026-03-23T20:48:31.244Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-03-23T20:48:31.393Z Compiling utf-8 v0.7.6
25772026-03-23T20:48:31.694Z Compiling tagptr v0.2.0
25782026-03-23T20:48:31.949Z Compiling moka v0.12.13
25792026-03-23T20:48:32.141Z Compiling tungstenite v0.21.0
25802026-03-23T20:48:32.325Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-23T20:48:32.373Z Compiling radium v0.7.0
25822026-03-23T20:48:32.538Z Compiling typify-impl v0.4.3
25832026-03-23T20:48:33.266Z Compiling tokio-tungstenite v0.21.0
25842026-03-23T20:48:33.567Z Compiling hickory-resolver v0.25.2
25852026-03-23T20:48:33.721Z Compiling maybe-uninit v2.0.0
25862026-03-23T20:48:33.799Z Compiling tap v1.0.1
25872026-03-23T20:48:33.984Z Compiling wyz v0.5.1
25882026-03-23T20:48:34.340Z Compiling zerocopy-derive v0.6.6
25892026-03-23T20:48:34.571Z Compiling funty v2.0.0
25902026-03-23T20:48:34.988Z Compiling crc-catalog v2.4.0
25912026-03-23T20:48:35.150Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-23T20:48:35.246Z Compiling packed_struct v0.10.1
25932026-03-23T20:48:35.386Z Compiling display-error-chain v0.2.2
25942026-03-23T20:48:35.624Z Compiling zerocopy v0.6.6
25952026-03-23T20:48:35.670Z Compiling bitvec v1.0.1
25962026-03-23T20:48:35.856Z Compiling crc v3.4.0
25972026-03-23T20:48:36.180Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-03-23T20:48:36.474Z Compiling packed_struct_codegen v0.10.1
25992026-03-23T20:48:36.505Z Compiling bitfield-macros v0.19.4
26002026-03-23T20:48:37.405Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-03-23T20:48:37.510Z Compiling typify-macro v0.4.3
26022026-03-23T20:48:37.797Z Compiling indexmap v1.9.3
26032026-03-23T20:48:38.080Z Compiling nodrop v0.1.14
26042026-03-23T20:48:38.218Z Compiling array-init v0.0.4
26052026-03-23T20:48:38.819Z Compiling bitfield v0.19.4
26062026-03-23T20:48:39.282Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-23T20:48:39.525Z Compiling smallvec v0.6.14
26082026-03-23T20:48:39.757Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-23T20:48:39.879Z Compiling num-derive v0.3.3
26102026-03-23T20:48:40.105Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-23T20:48:40.491Z Compiling hashbrown v0.12.3
26122026-03-23T20:48:40.640Z Compiling proc-macro-error2 v2.0.1
26132026-03-23T20:48:41.051Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-23T20:48:41.118Z Compiling libscf-sys v1.1.0
26152026-03-23T20:48:41.339Z Compiling serde-hex v0.1.0
26162026-03-23T20:48:41.430Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-03-23T20:48:41.730Z Compiling ron v0.8.1
26182026-03-23T20:48:41.942Z Compiling hashbrown v0.13.2
26192026-03-23T20:48:41.996Z Compiling vergen-gitcl v1.0.8
26202026-03-23T20:48:42.028Z Compiling dirs-sys-next v0.1.2
26212026-03-23T20:48:42.060Z Compiling glob v0.3.3
26222026-03-23T20:48:42.285Z Compiling maplit v1.0.2
26232026-03-23T20:48:42.323Z Compiling crunchy v0.2.4
26242026-03-23T20:48:42.416Z Compiling diesel_derives v2.3.7
26252026-03-23T20:48:42.447Z Compiling crc-any v2.5.0
26262026-03-23T20:48:42.544Z Compiling clang-sys v1.8.1
26272026-03-23T20:48:42.757Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-23T20:48:42.787Z Compiling object v0.30.4
26292026-03-23T20:48:42.864Z Compiling dirs-next v2.0.0
26302026-03-23T20:48:43.010Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-23T20:48:43.041Z Compiling tabled_derive v0.11.0
26322026-03-23T20:48:43.092Z Compiling typify v0.4.3
26332026-03-23T20:48:43.267Z Compiling papergrid v0.17.0
26342026-03-23T20:48:43.410Z Compiling testing_table v0.3.0
26352026-03-23T20:48:43.606Z Compiling dsl_auto_type v0.2.0
26362026-03-23T20:48:43.881Z Compiling scheduled-thread-pool v0.2.7
26372026-03-23T20:48:43.960Z Compiling diesel_table_macro_syntax v0.3.0
26382026-03-23T20:48:44.265Z Compiling tiny-keccak v2.0.2
26392026-03-23T20:48:44.294Z Compiling path-slash v0.1.5
26402026-03-23T20:48:44.464Z Compiling r2d2 v0.8.10
26412026-03-23T20:48:44.597Z Compiling term v0.7.0
26422026-03-23T20:48:44.827Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-23T20:48:44.861Z Compiling arc-swap v1.8.2
26442026-03-23T20:48:44.898Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-23T20:48:45.190Z Compiling tabled v0.20.0
26462026-03-23T20:48:45.267Z Compiling downcast-rs v2.0.2
26472026-03-23T20:48:45.317Z Compiling xshell-macros v0.2.7
26482026-03-23T20:48:45.356Z Compiling bit-vec v0.6.3
26492026-03-23T20:48:45.433Z Compiling slog-scope v4.4.1
26502026-03-23T20:48:45.561Z Compiling ascii-canvas v3.0.0
26512026-03-23T20:48:45.610Z Compiling bit-set v0.5.3
26522026-03-23T20:48:45.823Z Compiling xshell v0.2.7
26532026-03-23T20:48:45.869Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-23T20:48:45.900Z Compiling itertools v0.10.5
26552026-03-23T20:48:45.990Z Compiling ena v0.14.4
26562026-03-23T20:48:45.998Z Compiling libloading v0.8.9
26572026-03-23T20:48:46.309Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-23T20:48:46.338Z Compiling bindgen v0.71.1
26592026-03-23T20:48:46.445Z Compiling unicase v2.9.0
26602026-03-23T20:48:46.693Z Compiling regex-syntax v0.6.29
26612026-03-23T20:48:46.727Z Compiling diff v0.1.13
26622026-03-23T20:48:46.888Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-03-23T20:48:47.387Z Compiling slog-stdlog v4.1.1
26642026-03-23T20:48:47.483Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-03-23T20:48:48.371Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-23T20:48:49.333Z Compiling lalrpop v0.19.12
26672026-03-23T20:48:49.396Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-23T20:48:50.016Z Compiling cexpr v0.6.0
26692026-03-23T20:48:50.139Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-23T20:48:50.404Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-03-23T20:48:50.623Z Compiling crc8 v0.1.1
26722026-03-23T20:48:50.868Z Compiling diesel v2.3.7
26732026-03-23T20:48:50.871Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-23T20:48:50.903Z Compiling slog-envlogger v2.2.0
26752026-03-23T20:48:51.340Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-23T20:48:51.642Z Compiling headers-core v0.3.0
26772026-03-23T20:48:51.836Z Compiling libxml v0.3.3
26782026-03-23T20:48:51.969Z Compiling headers v0.4.1
26792026-03-23T20:48:52.199Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-23T20:48:52.241Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-23T20:48:52.428Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-23T20:48:52.515Z Compiling strum_macros v0.24.3
26832026-03-23T20:48:52.998Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26842026-03-23T20:48:53.785Z Compiling indoc v1.0.9
26852026-03-23T20:48:54.141Z Compiling progenitor-impl v0.10.0
26862026-03-23T20:48:54.258Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-23T20:48:54.401Z Compiling derive_builder v0.20.2
26882026-03-23T20:48:54.539Z Compiling oso-derive v0.27.3
26892026-03-23T20:48:54.612Z Compiling quick-xml v0.37.5
26902026-03-23T20:48:55.118Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-23T20:48:55.255Z Compiling half v1.8.3
26922026-03-23T20:48:55.393Z Compiling openssl-probe v0.1.6
26932026-03-23T20:48:55.695Z Compiling serde_cbor v0.11.2
26942026-03-23T20:48:55.836Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-23T20:48:56.553Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-23T20:48:56.758Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-23T20:48:56.882Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-23T20:48:56.986Z Compiling bb8 v0.8.6
26992026-03-23T20:48:57.175Z Compiling progenitor-macro v0.10.0
27002026-03-23T20:48:57.180Z Compiling trait-variant v0.1.2
27012026-03-23T20:48:57.373Z Compiling samael v0.0.19
27022026-03-23T20:48:57.518Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-23T20:48:57.922Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-23T20:48:58.080Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-23T20:48:58.483Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-23T20:48:58.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-23T20:48:58.708Z Compiling fxhash v0.2.1
27082026-03-23T20:48:58.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-03-23T20:48:58.968Z Compiling kstat-rs v0.2.4
27102026-03-23T20:48:58.999Z Compiling libz-sys v1.1.24
27112026-03-23T20:48:59.154Z Compiling salty v0.3.0
27122026-03-23T20:48:59.495Z Compiling nonempty v0.12.0
27132026-03-23T20:48:59.646Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-03-23T20:48:59.813Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-03-23T20:49:00.164Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27162026-03-23T20:49:00.288Z Compiling progenitor-impl v0.11.2
27172026-03-23T20:49:00.338Z Compiling darling_core v0.23.0
27182026-03-23T20:49:00.489Z Compiling polar-core v0.27.3
27192026-03-23T20:49:02.731Z Compiling nanorand v0.7.0
27202026-03-23T20:49:03.131Z Compiling progenitor v0.10.0
27212026-03-23T20:49:03.182Z Compiling fs-err v2.11.0
27222026-03-23T20:49:03.379Z Compiling parking_lot_core v0.8.6
27232026-03-23T20:49:03.491Z Compiling darling_macro v0.23.0
27242026-03-23T20:49:03.620Z Compiling progenitor-macro v0.11.2
27252026-03-23T20:49:03.651Z Compiling mime_guess v2.0.5
27262026-03-23T20:49:03.783Z Compiling flume v0.11.1
27272026-03-23T20:49:04.127Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27282026-03-23T20:49:04.319Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-03-23T20:49:05.776Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-23T20:49:06.503Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-03-23T20:49:06.575Z Compiling progenitor-client v0.11.2
27322026-03-23T20:49:06.896Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-03-23T20:49:07.768Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-03-23T20:49:08.898Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-03-23T20:49:09.800Z Compiling git-stub v1.0.0
27362026-03-23T20:49:10.140Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-03-23T20:49:10.652Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-23T20:49:11.834Z Compiling instability v0.3.11
27392026-03-23T20:49:12.671Z Compiling git-stub-vcs v0.1.0
27402026-03-23T20:49:13.137Z Compiling oso v0.27.3
27412026-03-23T20:49:16.820Z Compiling diesel-dtrace v0.5.0
27422026-03-23T20:49:17.095Z Compiling async-bb8-diesel v0.2.1
27432026-03-23T20:49:17.240Z Compiling progenitor v0.11.2
27442026-03-23T20:49:17.488Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-23T20:49:17.662Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-03-23T20:49:17.902Z Compiling darling v0.23.0
27472026-03-23T20:49:18.720Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-03-23T20:49:18.752Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-03-23T20:49:18.958Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-23T20:49:19.059Z Compiling ignore v0.4.25
27512026-03-23T20:49:20.245Z Compiling primeorder v0.13.6
27522026-03-23T20:49:20.696Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-23T20:49:20.808Z Compiling castaway v0.2.4
27542026-03-23T20:49:21.006Z Compiling atty v0.2.14
27552026-03-23T20:49:21.193Z Compiling nibble_vec v0.1.0
27562026-03-23T20:49:21.339Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-23T20:49:21.416Z Compiling endian-type v0.1.2
27582026-03-23T20:49:21.623Z Compiling parse-size v1.1.0
27592026-03-23T20:49:21.654Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-03-23T20:49:21.688Z Compiling indoc v2.0.7
27612026-03-23T20:49:21.901Z Compiling http-range v0.1.5
27622026-03-23T20:49:21.981Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-23T20:49:22.339Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-23T20:49:22.660Z Compiling radix_trie v0.2.1
27652026-03-23T20:49:22.857Z Compiling compact_str v0.8.1
27662026-03-23T20:49:23.182Z Compiling p384 v0.13.1
27672026-03-23T20:49:24.354Z Compiling globwalk v0.9.1
27682026-03-23T20:49:25.201Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-23T20:49:25.498Z Compiling parking_lot v0.11.2
27702026-03-23T20:49:26.020Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-03-23T20:49:26.508Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-03-23T20:49:26.586Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-03-23T20:49:26.621Z Compiling predicates-tree v1.0.13
27742026-03-23T20:49:26.659Z Compiling unicode-truncate v1.1.0
27752026-03-23T20:49:26.694Z Compiling lru v0.12.5
27762026-03-23T20:49:26.925Z Compiling prefix-trie v0.7.0
27772026-03-23T20:49:26.957Z Compiling vergen-git2 v1.0.7
27782026-03-23T20:49:26.993Z Compiling cassowary v0.3.0
27792026-03-23T20:49:27.194Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-03-23T20:49:27.281Z Compiling camino-tempfile-ext v0.3.3
27812026-03-23T20:49:27.546Z Compiling hickory-server v0.25.2
27822026-03-23T20:49:27.579Z Compiling ratatui v0.29.0
27832026-03-23T20:49:28.154Z Compiling hyper-staticfile v0.10.1
27842026-03-23T20:49:28.296Z Compiling sled v0.34.7
27852026-03-23T20:49:29.716Z Compiling hickory-client v0.25.2
27862026-03-23T20:49:30.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-03-23T20:49:30.679Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-03-23T20:49:30.833Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-03-23T20:49:31.001Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-03-23T20:49:31.087Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-03-23T20:49:31.836Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-03-23T20:49:32.235Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-23T20:49:32.919Z Compiling rand_seeder v0.4.0
27942026-03-23T20:49:32.949Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-03-23T20:49:33.236Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-23T20:49:33.265Z Compiling lzma-sys v0.1.20
27972026-03-23T20:49:33.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-03-23T20:49:33.824Z Compiling rustls v0.21.12
27992026-03-23T20:49:34.085Z Compiling corncobs v0.1.4
28002026-03-23T20:49:34.274Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-23T20:49:34.342Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-23T20:49:34.385Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-03-23T20:49:34.415Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-03-23T20:49:34.624Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-03-23T20:49:34.768Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-03-23T20:49:35.101Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-03-23T20:49:35.196Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-03-23T20:49:35.230Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-03-23T20:49:36.083Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-23T20:49:38.293Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-03-23T20:49:39.165Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-03-23T20:49:39.263Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-23T20:49:39.458Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-23T20:49:39.546Z Compiling cargo_toml v0.22.3
28152026-03-23T20:49:39.737Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-03-23T20:49:41.136Z Compiling rustls-webpki v0.101.7
28172026-03-23T20:49:41.796Z Compiling sct v0.7.1
28182026-03-23T20:49:41.825Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28192026-03-23T20:49:42.129Z Compiling nix v0.29.0
28202026-03-23T20:49:42.318Z Compiling secrecy v0.8.0
28212026-03-23T20:49:42.553Z Compiling void v1.0.2
28222026-03-23T20:49:42.692Z Compiling lzss v0.8.2
28232026-03-23T20:49:42.859Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-03-23T20:49:42.903Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28252026-03-23T20:49:43.350Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-23T20:49:43.393Z Compiling git2 v0.20.4
28272026-03-23T20:49:43.425Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-23T20:49:43.456Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-23T20:49:43.682Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-23T20:49:45.298Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-23T20:49:45.683Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-23T20:49:46.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-23T20:49:46.177Z Compiling tungstenite v0.23.0
28342026-03-23T20:49:46.212Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-03-23T20:49:46.353Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-03-23T20:49:46.386Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28372026-03-23T20:49:46.493Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-23T20:49:46.676Z Compiling nix v0.27.1
28392026-03-23T20:49:46.772Z Compiling serde_bytes v0.11.19
28402026-03-23T20:49:47.147Z Compiling tokio-tungstenite v0.23.1
28412026-03-23T20:49:47.540Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28422026-03-23T20:49:47.620Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-03-23T20:49:47.843Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-03-23T20:49:48.271Z Compiling tokio-rustls v0.24.1
28452026-03-23T20:49:48.636Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-03-23T20:49:49.201Z Compiling ron v0.12.0
28472026-03-23T20:49:49.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-03-23T20:49:51.089Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-03-23T20:49:51.207Z Compiling xz2 v0.1.7
28502026-03-23T20:49:52.313Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-03-23T20:49:54.175Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-23T20:49:54.224Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-03-23T20:49:55.200Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28542026-03-23T20:49:56.675Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-03-23T20:49:56.851Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-03-23T20:49:56.956Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-03-23T20:49:58.353Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-23T20:49:58.480Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-03-23T20:49:59.009Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-03-23T20:49:59.635Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-03-23T20:50:00.851Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-03-23T20:50:01.777Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-03-23T20:50:02.315Z Compiling rustls-pemfile v1.0.4
28642026-03-23T20:50:02.805Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-03-23T20:50:03.575Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-23T20:50:04.582Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-03-23T20:50:04.857Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-03-23T20:50:05.174Z Compiling signal-hook-tokio v0.3.1
28692026-03-23T20:50:05.400Z Compiling twox-hash v2.1.2
28702026-03-23T20:50:05.796Z Compiling yasna v0.5.2
28712026-03-23T20:50:05.873Z Compiling base16ct v1.0.0
28722026-03-23T20:50:05.995Z Compiling is_ci v1.2.0
28732026-03-23T20:50:06.217Z Compiling supports-color v3.0.2
28742026-03-23T20:50:06.272Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-03-23T20:50:06.535Z Compiling rcgen v0.12.1
28762026-03-23T20:50:06.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-23T20:50:07.717Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-03-23T20:50:07.831Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28792026-03-23T20:50:08.101Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28802026-03-23T20:50:08.133Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28812026-03-23T20:50:12.038Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-03-23T20:50:12.094Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832026-03-23T20:50:12.127Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-03-23T20:50:12.771Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-03-23T20:50:13.054Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-03-23T20:50:13.338Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-23T20:50:13.626Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-03-23T20:50:13.891Z Compiling fatfs v0.3.6
28892026-03-23T20:50:14.400Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-03-23T20:50:15.479Z Compiling subprocess v0.2.15
28912026-03-23T20:50:17.159Z Compiling rtoolbox v0.0.3
28922026-03-23T20:50:17.497Z Compiling assert_matches v1.5.0
28932026-03-23T20:50:17.632Z Compiling seq-macro v0.3.6
28942026-03-23T20:50:17.951Z Compiling rpassword v7.4.0
28952026-03-23T20:50:18.195Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-23T20:50:18.315Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-03-23T20:50:18.441Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-03-23T20:50:19.526Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-03-23T20:50:19.695Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-03-23T20:50:21.420Z Compiling tui-tree-widget v0.23.1
29012026-03-23T20:50:21.772Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-03-23T20:50:22.693Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-03-23T20:50:23.372Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-03-23T20:50:23.795Z Compiling uzers v0.12.2
29052026-03-23T20:50:24.703Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-03-23T20:50:25.625Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-03-23T20:50:27.008Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-03-23T20:50:29.804Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-03-23T20:50:30.319Z Compiling support-bundle-viewer v0.1.2
29102026-03-23T20:50:32.702Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-23T20:50:33.932Z Compiling multimap v0.10.1
29122026-03-23T20:50:55.456Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29132026-03-23T20:50:56.652Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-03-23T20:50:58.871Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-03-23T20:58:21.797Z Finished `release` profile [optimized] target(s) in 10m 17s
29162026-03-23T20:59:14.923Z
29172026-03-23T20:59:14.926Zreal 11:12.191451891
29182026-03-23T20:59:14.926Zuser 1:40:54.231046151
29192026-03-23T20:59:14.926Zsys 4:11.694924229
29202026-03-23T20:59:14.926Ztrap 2.265976415
29212026-03-23T20:59:14.926Ztflt 1.996306692
29222026-03-23T20:59:14.926Zdflt 17.661420449
29232026-03-23T20:59:14.926Zkflt 0.014828239
29242026-03-23T20:59:14.926Zlock 8:12:17.840754216
29252026-03-23T20:59:14.926Zslp 2:48:41.806319010
29262026-03-23T20:59:14.926Zlat 2:46.057598278
29272026-03-23T20:59:14.926Zstop 7:16.327767836
29282026-03-23T20:59:14.926Z+ mapfile -t packages
29292026-03-23T20:59:14.926Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-03-23T20:59:16.260Z Finished `release` profile [optimized] target(s) in 1.31s
29312026-03-23T20:59:16.332Z Running `target/release/omicron-package -t test list-outputs`
29322026-03-23T20:59:16.393ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-03-23T20:59:16.396Z+ ptime -m cargo build --locked --release -p xtask
29342026-03-23T20:59:17.122Z Compiling libc v0.2.180
29352026-03-23T20:59:17.123Z Compiling serde v1.0.228
29362026-03-23T20:59:17.126Z Compiling serde_core v1.0.228
29372026-03-23T20:59:17.126Z Compiling rustix v1.1.3
29382026-03-23T20:59:17.246Z Compiling bitflags v2.11.0
29392026-03-23T20:59:17.254Z Compiling serde_json v1.0.149
29402026-03-23T20:59:17.287Z Compiling num-traits v0.2.19
29412026-03-23T20:59:17.287Z Compiling smallvec v1.15.1
29422026-03-23T20:59:17.290Z Compiling syn v2.0.117
29432026-03-23T20:59:17.316Z Compiling hashbrown v0.16.1
29442026-03-23T20:59:17.364Z Compiling usdt-impl v0.5.0
29452026-03-23T20:59:17.379Z Compiling syn v1.0.109
29462026-03-23T20:59:17.396Z Compiling log v0.4.29
29472026-03-23T20:59:17.413Z Compiling percent-encoding v2.3.2
29482026-03-23T20:59:17.555Z Compiling getrandom v0.4.1
29492026-03-23T20:59:17.672Z Compiling form_urlencoded v1.2.2
29502026-03-23T20:59:17.728Z Compiling fs-err v3.3.0
29512026-03-23T20:59:17.891Z Compiling once_cell v1.21.3
29522026-03-23T20:59:17.891Z Compiling heck v0.4.1
29532026-03-23T20:59:17.894Z Compiling anyhow v1.0.102
29542026-03-23T20:59:18.142Z Compiling indexmap v2.13.0
29552026-03-23T20:59:18.307Z Compiling thread-id v4.2.2
29562026-03-23T20:59:18.406Z Compiling errno v0.3.14
29572026-03-23T20:59:18.409Z Compiling memmap v0.7.0
29582026-03-23T20:59:18.773Z Compiling ordered-float v2.10.1
29592026-03-23T20:59:19.499Z Compiling proc-macro-error v1.0.4
29602026-03-23T20:59:19.804Z Compiling tabled_derive v0.7.0
29612026-03-23T20:59:19.855Z Compiling terminal_size v0.4.3
29622026-03-23T20:59:19.855Z Compiling tempfile v3.25.0
29632026-03-23T20:59:19.975Z Compiling clap_builder v4.5.60
29642026-03-23T20:59:19.975Z Compiling textwrap v0.16.2
29652026-03-23T20:59:20.161Z Compiling camino-tempfile v1.4.1
29662026-03-23T20:59:20.640Z Compiling tabled v0.15.0
29672026-03-23T20:59:20.936Z Compiling synstructure v0.13.2
29682026-03-23T20:59:20.936Z Compiling pest_generator v2.8.6
29692026-03-23T20:59:21.458Z Compiling serde_derive v1.0.228
29702026-03-23T20:59:21.461Z Compiling zerofrom-derive v0.1.6
29712026-03-23T20:59:21.461Z Compiling yoke-derive v0.8.1
29722026-03-23T20:59:21.461Z Compiling zerovec-derive v0.11.2
29732026-03-23T20:59:21.461Z Compiling displaydoc v0.2.5
29742026-03-23T20:59:21.461Z Compiling thiserror-impl v1.0.69
29752026-03-23T20:59:21.461Z Compiling zerocopy-derive v0.7.35
29762026-03-23T20:59:21.575Z Compiling scroll_derive v0.12.1
29772026-03-23T20:59:21.663Z Compiling pest_derive v2.8.6
29782026-03-23T20:59:22.210Z Compiling thiserror-impl v2.0.18
29792026-03-23T20:59:22.371Z Compiling clap_derive v4.5.55
29802026-03-23T20:59:22.442Z Compiling scroll v0.12.0
29812026-03-23T20:59:22.612Z Compiling zerocopy v0.7.35
29822026-03-23T20:59:22.873Z Compiling goblin v0.8.2
29832026-03-23T20:59:22.997Z Compiling thiserror v1.0.69
29842026-03-23T20:59:23.053Z Compiling zerofrom v0.1.6
29852026-03-23T20:59:23.149Z Compiling dtrace-parser v0.2.0
29862026-03-23T20:59:23.240Z Compiling yoke v0.8.1
29872026-03-23T20:59:23.498Z Compiling zerovec v0.11.5
29882026-03-23T20:59:23.536Z Compiling zerotrie v0.2.3
29892026-03-23T20:59:23.818Z Compiling thiserror v2.0.18
29902026-03-23T20:59:24.353Z Compiling tinystr v0.8.2
29912026-03-23T20:59:24.602Z Compiling icu_locale_core v2.1.1
29922026-03-23T20:59:24.659Z Compiling potential_utf v0.1.4
29932026-03-23T20:59:24.924Z Compiling icu_collections v2.1.1
29942026-03-23T20:59:25.863Z Compiling icu_provider v2.1.1
29952026-03-23T20:59:26.053Z Compiling toml_datetime v0.6.11
29962026-03-23T20:59:26.072Z Compiling serde_spanned v0.6.9
29972026-03-23T20:59:26.217Z Compiling icu_properties v2.1.2
29982026-03-23T20:59:26.296Z Compiling icu_normalizer v2.1.1
29992026-03-23T20:59:26.322Z Compiling serde-value v0.7.0
30002026-03-23T20:59:26.339Z Compiling toml_edit v0.22.27
30012026-03-23T20:59:26.422Z Compiling cargo-platform v0.2.0
30022026-03-23T20:59:26.459Z Compiling dof v0.3.0
30032026-03-23T20:59:26.494Z Compiling macaddr v1.0.1
30042026-03-23T20:59:26.511Z Compiling clap v4.5.60
30052026-03-23T20:59:26.792Z Compiling serde_tokenstream v0.2.3
30062026-03-23T20:59:27.517Z Compiling idna_adapter v1.2.1
30072026-03-23T20:59:27.689Z Compiling idna v1.1.0
30082026-03-23T20:59:27.891Z Compiling usdt-attr-macro v0.5.0
30092026-03-23T20:59:27.930Z Compiling usdt-macro v0.5.0
30102026-03-23T20:59:28.124Z Compiling url v2.5.8
30112026-03-23T20:59:28.520Z Compiling toml v0.8.23
30122026-03-23T20:59:28.648Z Compiling usdt v0.5.0
30132026-03-23T20:59:29.146Z Compiling cargo-util-schemas v0.8.2
30142026-03-23T20:59:29.146Z Compiling cargo_toml v0.21.0
30152026-03-23T20:59:30.575Z Compiling cargo_metadata v0.21.0
30162026-03-23T20:59:34.765Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-03-23T20:59:38.798Z Finished `release` profile [optimized] target(s) in 22.38s
30182026-03-23T20:59:38.947Z
30192026-03-23T20:59:38.950Zreal 22.512349314
30202026-03-23T20:59:38.950Zuser 3:08.860808136
30212026-03-23T20:59:38.950Zsys 20.635596952
30222026-03-23T20:59:38.950Ztrap 0.086313992
30232026-03-23T20:59:38.950Ztflt 0.573299449
30242026-03-23T20:59:38.950Zdflt 1.712496435
30252026-03-23T20:59:38.950Zkflt 0.022084221
30262026-03-23T20:59:38.950Zlock 7:13.991435093
30272026-03-23T20:59:38.950Zslp 4:25.205390056
30282026-03-23T20:59:38.950Zlat 7.993420013
30292026-03-23T20:59:38.950Zstop 29.334573779
30302026-03-23T20:59:38.950Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-03-23T20:59:38.950Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-23T20:59:38.950Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-03-23T20:59:38.950Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-23T20:59:38.950Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-03-23T20:59:40.257Z Compiling regress v0.10.5
30362026-03-23T20:59:40.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-23T20:59:40.448Z Compiling serde_spanned v1.0.4
30382026-03-23T20:59:40.451Z Compiling toml_writer v1.0.6+spec-1.1.0
30392026-03-23T20:59:40.451Z Compiling newtype-uuid-macros v0.1.0
30402026-03-23T20:59:40.462Z Compiling progenitor-client v0.13.0
30412026-03-23T20:59:40.465Z Compiling structmeta-derive v0.3.0
30422026-03-23T20:59:40.465Z Compiling rustls v0.22.4
30432026-03-23T20:59:40.465Z Compiling rustls-webpki v0.102.8
30442026-03-23T20:59:40.465Z Compiling multer v3.1.0
30452026-03-23T20:59:40.484Z Compiling debug-ignore v1.0.5
30462026-03-23T20:59:40.645Z Compiling match_cfg v0.1.0
30472026-03-23T20:59:40.649Z Compiling slog-json v2.6.1
30482026-03-23T20:59:40.649Z Compiling async-stream-impl v0.3.6
30492026-03-23T20:59:40.693Z Compiling dropshot v0.16.7
30502026-03-23T20:59:40.717Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-23T20:59:40.742Z Compiling itertools v0.14.0
30522026-03-23T20:59:40.793Z Compiling hostname v0.3.1
30532026-03-23T20:59:40.796Z Compiling waitgroup v0.1.2
30542026-03-23T20:59:40.796Z Compiling rustls-pemfile v2.2.0
30552026-03-23T20:59:40.970Z Compiling slog-bunyan v2.5.0
30562026-03-23T20:59:40.997Z Compiling dropshot_endpoint v0.16.7
30572026-03-23T20:59:41.001Z Compiling hostname v0.4.2
30582026-03-23T20:59:41.096Z Compiling serde_path_to_error v0.1.20
30592026-03-23T20:59:41.145Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-03-23T20:59:41.149Z Compiling macaddr v1.0.1
30612026-03-23T20:59:41.197Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-03-23T20:59:41.228Z Compiling progenitor-client v0.10.0
30632026-03-23T20:59:41.253Z Compiling instant v0.1.13
30642026-03-23T20:59:41.417Z Compiling backon v1.6.0
30652026-03-23T20:59:41.458Z Compiling backoff v0.4.0
30662026-03-23T20:59:41.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-03-23T20:59:41.524Z Compiling async-stream v0.3.6
30682026-03-23T20:59:41.574Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-03-23T20:59:41.577Z Compiling crucible-workspace-hack v0.1.0
30702026-03-23T20:59:41.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-03-23T20:59:41.626Z Compiling unsafe-libyaml v0.2.11
30722026-03-23T20:59:41.677Z Compiling progenitor-extras v0.1.1
30732026-03-23T20:59:41.712Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-23T20:59:41.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-03-23T20:59:41.777Z Compiling secrecy v0.10.3
30762026-03-23T20:59:41.781Z Compiling heapless v0.8.0
30772026-03-23T20:59:41.946Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-03-23T20:59:42.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-03-23T20:59:42.034Z Compiling hash32 v0.3.1
30802026-03-23T20:59:42.061Z Compiling smoltcp v0.11.0
30812026-03-23T20:59:42.065Z Compiling structmeta v0.3.0
30822026-03-23T20:59:42.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30832026-03-23T20:59:42.262Z Compiling toml v0.8.23
30842026-03-23T20:59:42.295Z Compiling tabwriter v1.4.1
30852026-03-23T20:59:42.356Z Compiling cobs v0.3.0
30862026-03-23T20:59:42.382Z Compiling derive-ex v0.1.8
30872026-03-23T20:59:42.408Z Compiling parse-display-derive v0.10.0
30882026-03-23T20:59:42.432Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-23T20:59:42.547Z Compiling ingot-macros v0.1.1
30902026-03-23T20:59:42.573Z Compiling proc-macro-crate v3.4.0
30912026-03-23T20:59:42.644Z Compiling typify-impl v0.6.1
30922026-03-23T20:59:42.696Z Compiling foreign-types-macros v0.2.3
30932026-03-23T20:59:42.700Z Compiling cpufeatures v0.3.0
30942026-03-23T20:59:42.742Z Compiling convert_case v0.4.0
30952026-03-23T20:59:42.815Z Compiling foreign-types-shared v0.3.1
30962026-03-23T20:59:42.839Z Compiling chacha20 v0.10.0
30972026-03-23T20:59:43.118Z Compiling postcard v1.1.3
30982026-03-23T20:59:43.250Z Compiling proc-macro-crate v1.3.1
30992026-03-23T20:59:43.283Z Compiling derive_more v0.99.20
31002026-03-23T20:59:43.308Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-03-23T20:59:43.347Z Compiling universal-hash v0.5.1
31022026-03-23T20:59:43.371Z Compiling num_enum_derive v0.7.5
31032026-03-23T20:59:43.509Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-03-23T20:59:43.537Z Compiling foreign-types v0.5.0
31052026-03-23T20:59:43.565Z Compiling cstr-argument v0.1.2
31062026-03-23T20:59:43.616Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-03-23T20:59:43.670Z Compiling tokio-rustls v0.25.0
31082026-03-23T20:59:43.792Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31092026-03-23T20:59:43.847Z Compiling colored v3.1.1
31102026-03-23T20:59:43.890Z Compiling opaque-debug v0.3.1
31112026-03-23T20:59:43.920Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-03-23T20:59:44.038Z Compiling num_enum_derive v0.5.11
31132026-03-23T20:59:44.114Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-03-23T20:59:44.140Z Compiling rand v0.10.0
31152026-03-23T20:59:44.162Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-03-23T20:59:44.398Z Compiling half v2.7.1
31172026-03-23T20:59:44.481Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-23T20:59:44.591Z Compiling ciborium-io v0.2.2
31192026-03-23T20:59:44.682Z Compiling camino-tempfile v1.4.1
31202026-03-23T20:59:44.737Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-03-23T20:59:44.824Z Compiling test-strategy v0.4.5
31222026-03-23T20:59:44.850Z Compiling parse-display v0.10.0
31232026-03-23T20:59:44.873Z Compiling ciborium-ll v0.2.2
31242026-03-23T20:59:44.911Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31252026-03-23T20:59:44.936Z Compiling num_enum v0.7.5
31262026-03-23T20:59:45.023Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31272026-03-23T20:59:45.096Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-23T20:59:45.123Z Compiling ciborium v0.2.2
31292026-03-23T20:59:45.126Z Compiling smf v0.2.3
31302026-03-23T20:59:45.196Z Compiling aead v0.5.2
31312026-03-23T20:59:45.222Z Compiling num-derive v0.4.2
31322026-03-23T20:59:45.276Z Compiling sigpipe v0.1.3
31332026-03-23T20:59:45.387Z Compiling glob v0.3.3
31342026-03-23T20:59:45.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-03-23T20:59:45.422Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31362026-03-23T20:59:45.487Z Compiling poly1305 v0.8.0
31372026-03-23T20:59:45.531Z Compiling num_enum v0.5.11
31382026-03-23T20:59:45.706Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-23T20:59:45.757Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31402026-03-23T20:59:45.757Z Compiling chacha20 v0.9.1
31412026-03-23T20:59:45.805Z Compiling whoami v1.6.1
31422026-03-23T20:59:45.926Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31432026-03-23T20:59:45.991Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31442026-03-23T20:59:46.019Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-23T20:59:46.146Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-03-23T20:59:46.146Z Compiling num-rational v0.4.2
31472026-03-23T20:59:46.203Z Compiling byte-wrapper v0.1.0
31482026-03-23T20:59:46.317Z Compiling password-hash v0.5.0
31492026-03-23T20:59:46.444Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-23T20:59:46.490Z Compiling blake2 v0.10.6
31512026-03-23T20:59:46.519Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-03-23T20:59:46.546Z Compiling ingot-types v0.1.2
31532026-03-23T20:59:46.582Z Compiling num-complex v0.4.6
31542026-03-23T20:59:46.607Z Compiling prettyplease v0.2.37
31552026-03-23T20:59:46.688Z Compiling indent_write v2.2.0
31562026-03-23T20:59:46.898Z Compiling argon2 v0.5.3
31572026-03-23T20:59:46.926Z Compiling chacha20poly1305 v0.10.1
31582026-03-23T20:59:46.975Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31592026-03-23T20:59:47.008Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-03-23T20:59:47.011Z Compiling float-ord v0.3.2
31612026-03-23T20:59:47.062Z Compiling ingot v0.1.1
31622026-03-23T20:59:47.142Z Compiling num v0.4.3
31632026-03-23T20:59:47.145Z Compiling gethostname v0.5.0
31642026-03-23T20:59:47.192Z Compiling usdt-attr-macro v0.5.0
31652026-03-23T20:59:47.218Z Compiling usdt-macro v0.5.0
31662026-03-23T20:59:47.257Z Compiling derive-where v1.6.0
31672026-03-23T20:59:47.291Z Compiling memmap v0.7.0
31682026-03-23T20:59:47.320Z Compiling atomicwrites v0.4.4
31692026-03-23T20:59:47.485Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-03-23T20:59:47.563Z Compiling cancel-safe-futures v0.1.5
31712026-03-23T20:59:47.608Z Compiling owo-colors v4.3.0
31722026-03-23T20:59:47.671Z Compiling thiserror-no-std v2.0.2
31732026-03-23T20:59:47.747Z Compiling libsw-core v0.3.2
31742026-03-23T20:59:47.816Z Compiling vsss-rs v3.3.4
31752026-03-23T20:59:47.890Z Compiling async-recursion v1.1.1
31762026-03-23T20:59:47.923Z Compiling resolv-conf v0.7.6
31772026-03-23T20:59:48.009Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-03-23T20:59:48.065Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-03-23T20:59:48.285Z Compiling libsw v3.5.0
31802026-03-23T20:59:48.312Z Compiling usdt v0.5.0
31812026-03-23T20:59:48.468Z Compiling typify-impl v0.4.3
31822026-03-23T20:59:48.557Z Compiling libefi-sys v0.1.0
31832026-03-23T20:59:48.585Z Compiling linear-map v1.2.0
31842026-03-23T20:59:48.681Z Compiling hickory-proto v0.24.4
31852026-03-23T20:59:48.746Z Compiling newline-converter v0.3.0
31862026-03-23T20:59:48.815Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31872026-03-23T20:59:48.844Z Compiling console v0.15.11
31882026-03-23T20:59:48.892Z Compiling bitfield-struct v0.6.2
31892026-03-23T20:59:48.946Z Compiling semver v0.1.20
31902026-03-23T20:59:49.004Z Compiling linked-hash-map v0.5.6
31912026-03-23T20:59:49.167Z Compiling pin-project-internal v1.1.11
31922026-03-23T20:59:49.170Z Compiling slog-dtrace v0.3.0
31932026-03-23T20:59:49.279Z Compiling lru-cache v0.1.2
31942026-03-23T20:59:49.303Z Compiling typify-macro v0.6.1
31952026-03-23T20:59:49.325Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-03-23T20:59:49.398Z Compiling expectorate v1.2.0
31972026-03-23T20:59:49.462Z Compiling rustc_version v0.1.7
31982026-03-23T20:59:49.487Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-23T20:59:49.512Z Compiling minimal-lexical v0.2.1
32002026-03-23T20:59:49.614Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-23T20:59:49.723Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32022026-03-23T20:59:49.771Z Compiling tokio-dtrace v0.1.1
32032026-03-23T20:59:49.803Z Compiling newtype_derive v0.1.6
32042026-03-23T20:59:49.829Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-23T20:59:49.897Z Compiling nom v7.1.3
32062026-03-23T20:59:49.900Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-03-23T20:59:50.020Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32082026-03-23T20:59:50.024Z Compiling phf_shared v0.12.1
32092026-03-23T20:59:50.086Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-23T20:59:50.149Z Compiling pem v3.0.6
32112026-03-23T20:59:50.230Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-03-23T20:59:50.278Z Compiling snafu-derive v0.8.9
32132026-03-23T20:59:50.301Z Compiling csv-core v0.1.13
32142026-03-23T20:59:50.559Z Compiling xshell-macros v0.2.7
32152026-03-23T20:59:50.636Z Compiling same-file v1.0.6
32162026-03-23T20:59:50.665Z Compiling highway v1.3.0
32172026-03-23T20:59:50.691Z Compiling base64 v0.21.7
32182026-03-23T20:59:50.797Z Compiling chrono-tz v0.10.4
32192026-03-23T20:59:50.820Z Compiling pin-project v1.1.11
32202026-03-23T20:59:50.976Z Compiling const_format_proc_macros v0.2.34
32212026-03-23T20:59:51.097Z Compiling walkdir v2.5.0
32222026-03-23T20:59:51.120Z Compiling xshell v0.2.7
32232026-03-23T20:59:51.153Z Compiling csv v1.4.0
32242026-03-23T20:59:51.201Z Compiling phf v0.12.1
32252026-03-23T20:59:51.328Z Compiling oxide-tokio-rt v0.1.3
32262026-03-23T20:59:51.440Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32272026-03-23T20:59:51.585Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-03-23T20:59:51.640Z Compiling globset v0.4.18
32292026-03-23T20:59:51.735Z Compiling olpc-cjson v0.1.4
32302026-03-23T20:59:51.771Z Compiling hickory-resolver v0.24.4
32312026-03-23T20:59:51.811Z Compiling typify v0.6.1
32322026-03-23T20:59:51.851Z Compiling primeorder v0.13.6
32332026-03-23T20:59:51.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-03-23T20:59:51.928Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-03-23T20:59:51.974Z Compiling progenitor-impl v0.13.0
32362026-03-23T20:59:52.002Z Compiling serde_plain v1.0.2
32372026-03-23T20:59:52.025Z Compiling typed-path v0.9.3
32382026-03-23T20:59:52.144Z Compiling const_format v0.2.35
32392026-03-23T20:59:52.231Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-03-23T20:59:52.581Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-03-23T20:59:52.609Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-03-23T20:59:52.636Z Compiling tabled_derive v0.7.0
32432026-03-23T20:59:52.639Z Compiling bcs v0.1.6
32442026-03-23T20:59:53.070Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-23T20:59:53.109Z Compiling snafu v0.8.9
32462026-03-23T20:59:53.197Z Compiling qorb v0.4.1
32472026-03-23T20:59:53.367Z Compiling utf-8 v0.7.6
32482026-03-23T20:59:53.393Z Compiling salty v0.3.0
32492026-03-23T20:59:53.420Z Compiling termtree v0.5.1
32502026-03-23T20:59:53.621Z Compiling tough v0.20.0
32512026-03-23T20:59:53.647Z Compiling radium v0.7.0
32522026-03-23T20:59:53.650Z Compiling tungstenite v0.21.0
32532026-03-23T20:59:53.770Z Compiling textwrap v0.16.2
32542026-03-23T20:59:53.820Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-23T20:59:54.037Z Compiling tabled v0.15.0
32562026-03-23T20:59:54.103Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-23T20:59:54.133Z Compiling steno v0.4.1
32582026-03-23T20:59:54.355Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-23T20:59:54.380Z Compiling maybe-uninit v2.0.0
32602026-03-23T20:59:54.409Z Compiling humantime v2.3.0
32612026-03-23T20:59:54.508Z Compiling tap v1.0.1
32622026-03-23T20:59:54.562Z Compiling tokio-tungstenite v0.21.0
32632026-03-23T20:59:54.693Z Compiling wyz v0.5.1
32642026-03-23T20:59:54.813Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-23T20:59:54.904Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-23T20:59:54.931Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-23T20:59:54.958Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-23T20:59:55.025Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-23T20:59:55.164Z Compiling typify-macro v0.4.3
32702026-03-23T20:59:55.581Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-03-23T20:59:55.608Z Compiling p384 v0.13.1
32722026-03-23T20:59:55.674Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-03-23T20:59:55.747Z Compiling progenitor-macro v0.13.0
32742026-03-23T20:59:55.815Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-03-23T20:59:56.094Z Compiling arc-swap v1.8.2
32762026-03-23T20:59:56.189Z Compiling tagptr v0.2.0
32772026-03-23T20:59:56.393Z Compiling funty v2.0.0
32782026-03-23T20:59:56.424Z Compiling packed_struct v0.10.1
32792026-03-23T20:59:56.523Z Compiling slog-scope v4.4.1
32802026-03-23T20:59:56.788Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-03-23T20:59:56.945Z Compiling bitvec v1.0.1
32822026-03-23T20:59:57.109Z Compiling moka v0.12.13
32832026-03-23T20:59:57.245Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-03-23T20:59:57.419Z Compiling polyval v0.6.2
32852026-03-23T20:59:57.458Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-03-23T20:59:57.567Z Compiling typify v0.4.3
32872026-03-23T20:59:57.675Z Compiling packed_struct_codegen v0.10.1
32882026-03-23T20:59:57.710Z Compiling progenitor-impl v0.10.0
32892026-03-23T20:59:57.743Z Compiling zerocopy-derive v0.6.6
32902026-03-23T20:59:57.763Z Compiling bitfield-macros v0.19.4
32912026-03-23T20:59:57.766Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-23T20:59:57.927Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32932026-03-23T20:59:58.205Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-03-23T20:59:58.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-23T20:59:58.344Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-23T20:59:58.777Z Compiling indexmap v1.9.3
32972026-03-23T20:59:58.801Z Compiling crc-catalog v2.4.0
32982026-03-23T20:59:58.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-03-23T20:59:58.993Z Compiling nodrop v0.1.14
33002026-03-23T20:59:59.016Z Compiling parking_lot_core v0.8.6
33012026-03-23T20:59:59.111Z Compiling crc v3.4.0
33022026-03-23T20:59:59.146Z Compiling array-init v0.0.4
33032026-03-23T20:59:59.309Z Compiling zerocopy v0.6.6
33042026-03-23T20:59:59.335Z Compiling bitfield v0.19.4
33052026-03-23T20:59:59.362Z Compiling proc-macro-error2 v2.0.1
33062026-03-23T20:59:59.417Z Compiling hickory-resolver v0.25.2
33072026-03-23T20:59:59.451Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-03-23T20:59:59.719Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33092026-03-23T20:59:59.796Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-03-23T20:59:59.824Z Compiling ghash v0.5.1
33112026-03-23T20:59:59.846Z Compiling smallvec v0.6.14
33122026-03-23T21:00:00.037Z Compiling slog-stdlog v4.1.1
33132026-03-23T21:00:00.168Z Compiling git-stub v1.0.0
33142026-03-23T21:00:00.337Z Compiling ctr v0.9.2
33152026-03-23T21:00:00.365Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33162026-03-23T21:00:00.371Z Compiling num-derive v0.3.3
33172026-03-23T21:00:00.548Z Compiling lzma-sys v0.1.20
33182026-03-23T21:00:00.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-03-23T21:00:00.724Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33202026-03-23T21:00:00.784Z Compiling unicase v2.9.0
33212026-03-23T21:00:00.813Z Compiling hashbrown v0.12.3
33222026-03-23T21:00:00.939Z Compiling aes-gcm v0.10.3
33232026-03-23T21:00:00.974Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-23T21:00:01.088Z Compiling mime_guess v2.0.5
33252026-03-23T21:00:01.092Z Compiling git-stub-vcs v0.1.0
33262026-03-23T21:00:01.183Z Compiling slog-envlogger v2.2.0
33272026-03-23T21:00:01.211Z Compiling serde-hex v0.1.0
33282026-03-23T21:00:01.242Z Compiling tabled_derive v0.11.0
33292026-03-23T21:00:01.490Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-03-23T21:00:01.527Z Compiling progenitor-macro v0.10.0
33312026-03-23T21:00:01.618Z Compiling libscf-sys v1.1.0
33322026-03-23T21:00:01.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-03-23T21:00:01.882Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-23T21:00:01.981Z Compiling progenitor-impl v0.11.2
33352026-03-23T21:00:02.028Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-23T21:00:02.139Z Compiling ron v0.8.1
33372026-03-23T21:00:02.164Z Compiling papergrid v0.17.0
33382026-03-23T21:00:02.199Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-03-23T21:00:02.258Z Compiling cargo_toml v0.22.3
33402026-03-23T21:00:02.773Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-23T21:00:02.889Z Compiling hashbrown v0.13.2
33422026-03-23T21:00:02.950Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-23T21:00:03.081Z Compiling progenitor v0.13.0
33442026-03-23T21:00:03.304Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33452026-03-23T21:00:03.382Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-03-23T21:00:03.518Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-23T21:00:03.555Z Compiling testing_table v0.3.0
33482026-03-23T21:00:03.607Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33492026-03-23T21:00:03.667Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-03-23T21:00:03.798Z Compiling blowfish v0.9.1
33512026-03-23T21:00:04.009Z Compiling ssh-encoding v0.2.0
33522026-03-23T21:00:04.103Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-03-23T21:00:04.192Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-03-23T21:00:04.218Z Compiling nibble_vec v0.1.0
33552026-03-23T21:00:04.392Z Compiling corncobs v0.1.4
33562026-03-23T21:00:04.421Z Compiling crc-any v2.5.0
33572026-03-23T21:00:04.448Z Compiling endian-type v0.1.2
33582026-03-23T21:00:04.480Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-03-23T21:00:04.582Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-03-23T21:00:04.625Z Compiling radix_trie v0.2.1
33612026-03-23T21:00:04.684Z Compiling ssh-cipher v0.2.0
33622026-03-23T21:00:04.742Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-03-23T21:00:04.798Z Compiling bcrypt-pbkdf v0.10.0
33642026-03-23T21:00:04.862Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-03-23T21:00:04.895Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-23T21:00:05.077Z Compiling tabled v0.20.0
33672026-03-23T21:00:05.249Z Compiling object v0.30.4
33682026-03-23T21:00:05.274Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-23T21:00:05.545Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-03-23T21:00:05.733Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-23T21:00:05.892Z Compiling progenitor-macro v0.11.2
33722026-03-23T21:00:06.067Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-23T21:00:06.392Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33742026-03-23T21:00:06.444Z Compiling parking_lot v0.11.2
33752026-03-23T21:00:06.908Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-23T21:00:06.943Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-03-23T21:00:07.306Z Compiling progenitor-client v0.11.2
33782026-03-23T21:00:07.433Z Compiling prefix-trie v0.7.0
33792026-03-23T21:00:07.462Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-03-23T21:00:07.568Z Compiling password-hash v0.4.2
33812026-03-23T21:00:07.631Z Compiling fxhash v0.2.1
33822026-03-23T21:00:07.658Z Compiling secrecy v0.8.0
33832026-03-23T21:00:07.715Z Compiling path-slash v0.1.5
33842026-03-23T21:00:07.752Z Compiling half v1.8.3
33852026-03-23T21:00:07.776Z Compiling http-range v0.1.5
33862026-03-23T21:00:07.886Z Compiling sled v0.34.7
33872026-03-23T21:00:07.923Z Compiling hickory-server v0.25.2
33882026-03-23T21:00:07.990Z Compiling pbkdf2 v0.11.0
33892026-03-23T21:00:08.085Z Compiling serde_cbor v0.11.2
33902026-03-23T21:00:08.161Z Compiling ron v0.12.0
33912026-03-23T21:00:08.185Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-03-23T21:00:08.529Z Compiling xz2 v0.1.7
33932026-03-23T21:00:08.782Z Compiling progenitor v0.10.0
33942026-03-23T21:00:08.879Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-03-23T21:00:09.088Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33962026-03-23T21:00:09.337Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33972026-03-23T21:00:09.556Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33982026-03-23T21:00:09.629Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33992026-03-23T21:00:10.028Z Compiling ssh-key v0.6.7
34002026-03-23T21:00:10.319Z Compiling hickory-client v0.25.2
34012026-03-23T21:00:10.543Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34022026-03-23T21:00:10.741Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34032026-03-23T21:00:10.801Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34042026-03-23T21:00:11.012Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34052026-03-23T21:00:11.072Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-23T21:00:11.354Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-23T21:00:11.885Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-23T21:00:12.110Z Compiling p256 v0.13.2
34092026-03-23T21:00:12.243Z Compiling p521 v0.13.3
34102026-03-23T21:00:12.267Z Compiling yasna v0.5.2
34112026-03-23T21:00:12.457Z Compiling kstat-rs v0.2.4
34122026-03-23T21:00:12.497Z Compiling headers-core v0.3.0
34132026-03-23T21:00:12.545Z Compiling nanorand v0.7.0
34142026-03-23T21:00:12.656Z Compiling atty v0.2.14
34152026-03-23T21:00:12.679Z Compiling russh-cryptovec v0.7.3
34162026-03-23T21:00:12.727Z Compiling crc8 v0.1.1
34172026-03-23T21:00:12.826Z Compiling md5 v0.7.0
34182026-03-23T21:00:12.876Z Compiling base16ct v1.0.0
34192026-03-23T21:00:12.901Z Compiling home v0.5.12
34202026-03-23T21:00:12.929Z Compiling rcgen v0.12.1
34212026-03-23T21:00:12.932Z Compiling flume v0.11.1
34222026-03-23T21:00:12.982Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34232026-03-23T21:00:12.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-03-23T21:00:13.105Z Compiling progenitor v0.11.2
34252026-03-23T21:00:13.131Z Compiling russh-keys v0.45.0
34262026-03-23T21:00:13.209Z Compiling headers v0.4.1
34272026-03-23T21:00:13.334Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-03-23T21:00:13.359Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-03-23T21:00:13.412Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-03-23T21:00:13.530Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-03-23T21:00:13.574Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-03-23T21:00:13.856Z Compiling hyper-staticfile v0.10.1
34332026-03-23T21:00:14.099Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-23T21:00:14.192Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-23T21:00:14.346Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-03-23T21:00:14.489Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-03-23T21:00:14.603Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34382026-03-23T21:00:14.853Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34392026-03-23T21:00:14.994Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-03-23T21:00:15.019Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-23T21:00:15.312Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-23T21:00:15.344Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-23T21:00:15.347Z Compiling num-bigint v0.4.6
34442026-03-23T21:00:15.420Z Compiling des v0.8.1
34452026-03-23T21:00:15.704Z Compiling subprocess v0.2.15
34462026-03-23T21:00:15.828Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-23T21:00:15.922Z Compiling display-error-chain v0.2.2
34482026-03-23T21:00:16.129Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-03-23T21:00:16.223Z Compiling hex-literal v0.4.1
34502026-03-23T21:00:16.312Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-23T21:00:16.403Z Compiling colored v2.2.0
34522026-03-23T21:00:16.406Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-03-23T21:00:16.528Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-23T21:00:16.757Z Compiling socket2 v0.5.10
34552026-03-23T21:00:16.895Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-03-23T21:00:16.936Z Compiling internet-checksum v0.2.1
34572026-03-23T21:00:17.110Z Compiling russh v0.45.0
34582026-03-23T21:00:23.195Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-03-23T21:00:33.674Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-03-23T21:00:33.674Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-03-23T21:00:33.677Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-03-23T21:00:33.677Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-23T21:00:35.964Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-03-23T21:00:36.054Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-03-23T21:00:42.059Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-03-23T21:01:11.278Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-03-23T21:01:36.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34682026-03-23T21:01:36.514Z
34692026-03-23T21:01:36.518Zreal 1:57.472188564
34702026-03-23T21:01:36.518Zuser 11:39.669946310
34712026-03-23T21:01:36.518Zsys 2:04.254141196
34722026-03-23T21:01:36.518Ztrap 0.362161600
34732026-03-23T21:01:36.518Ztflt 0.518098194
34742026-03-23T21:01:36.518Zdflt 1.419062390
34752026-03-23T21:01:36.518Zkflt 0.000251813
34762026-03-23T21:01:36.518Zlock 40:40.919402698
34772026-03-23T21:01:36.518Zslp 26:16.993557030
34782026-03-23T21:01:36.518Zlat 48.667421667
34792026-03-23T21:01:36.518Zstop 4:02.379911826
34802026-03-23T21:01:36.518Z+ mkdir tests
34812026-03-23T21:01:36.521Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-03-23T21:01:36.521Z+ xargs -I '{}' -t cp '{}' tests/
34832026-03-23T21:01:36.558Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34842026-03-23T21:01:36.589Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34852026-03-23T21:01:36.620Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34862026-03-23T21:01:36.652Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34872026-03-23T21:01:36.990Z+ 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/*)
34882026-03-23T21:01:36.993Z+ 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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
34892026-03-23T21:03:15.669ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-03-23T21:03:15.669Za .github/buildomat/ci-env.sh 1K
34912026-03-23T21:03:15.669Za out/target/test 1K
34922026-03-23T21:03:15.669Za out/npuzone/npuzone 27402K
34932026-03-23T21:03:15.669Za package-manifest.toml 35K
34942026-03-23T21:03:15.669Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-03-23T21:03:15.669Za target/release/omicron-package 40561K
34962026-03-23T21:03:15.669Za target/release/xtask 11433K
34972026-03-23T21:03:15.669Za target/debug/bootstrap 336537K
34982026-03-23T21:03:15.669Za tests/bootstrap-0d379787697657d9 31310K
34992026-03-23T21:03:15.669Za tests/commtest-dbaa59ec1e557674 32395K
35002026-03-23T21:03:15.669Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35012026-03-23T21:03:15.669Za tests/end_to_end_tests-b8a7ecbb73af62b3 378831K
35022026-03-23T21:03:15.669Za out/clickhouse.tar.gz 301659K
35032026-03-23T21:03:15.669Za out/clickhouse_keeper.tar.gz 287124K
35042026-03-23T21:03:15.669Za out/clickhouse_server.tar.gz 301657K
35052026-03-23T21:03:15.669Za out/cockroachdb.tar.gz 154183K
35062026-03-23T21:03:15.669Za out/crucible-pantry-zone.tar.gz 38991K
35072026-03-23T21:03:15.669Za out/crucible-utils.tar 17744K
35082026-03-23T21:03:15.670Za out/crucible-zone.tar.gz 53129K
35092026-03-23T21:03:15.670Za out/external-dns.tar.gz 43594K
35102026-03-23T21:03:15.670Za out/internal-dns.tar.gz 43593K
35112026-03-23T21:03:15.670Za out/mg-ddm-gz.tar 78377K
35122026-03-23T21:03:15.670Za out/nexus.tar.gz 213116K
35132026-03-23T21:03:15.670Za out/ntp.tar.gz 25418K
35142026-03-23T21:03:15.670Za out/omicron-gateway-softnpu.tar.gz 28311K
35152026-03-23T21:03:15.670Za out/omicron-sled-agent.tar 186940K
35162026-03-23T21:03:15.670Za out/overlay.tar.gz 3K
35172026-03-23T21:03:15.670Za out/oximeter.tar.gz 58001K
35182026-03-23T21:03:15.670Za out/oxlog.tar 3782K
35192026-03-23T21:03:15.670Za out/probe.tar.gz 3037K
35202026-03-23T21:03:15.670Za out/propolis-server.tar.gz 33249K
35212026-03-23T21:03:15.670Za out/pumpkind-gz.tar 26647K
35222026-03-23T21:03:15.670Za out/switch-softnpu.tar.gz 369484K
35232026-03-23T21:03:15.674Z
35242026-03-23T21:03:15.674Zreal 1:38.652059611
35252026-03-23T21:03:15.674Zuser 1:35.698059700
35262026-03-23T21:03:15.674Zsys 6.167258818
35272026-03-23T21:03:15.674Ztrap 0.007150348
35282026-03-23T21:03:15.674Ztflt 0.000000000
35292026-03-23T21:03:15.674Zdflt 0.000000000
35302026-03-23T21:03:15.674Zkflt 0.000000000
35312026-03-23T21:03:15.674Zlock 0.000000000
35322026-03-23T21:03:15.674Zslp 1:34.816799877
35332026-03-23T21:03:15.674Zlat 0.608795325
35342026-03-23T21:03:15.674Zstop 0.000695564
35352026-03-23T21:03:15.674Zprocess exited: duration 1249840 ms, exit code 0
 
35362026-03-23T21:03:15.691Zfound 1 output files
35372026-03-23T21:03:15.691Zuploading: /work/package.tar.gz (2282224366 bytes)
35382026-03-23T21:03:45.756Zuploaded: /work/package.tar.gz